html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
body {
  font-family: 'Merriweather', sans-serif;
  font-size: 16px;
  background: black;
  color: white;
}
#top {
  position: relative;
  padding: 1px;
  background-blend-mode: luminosity;
  padding: 50px 0 50px 0;
}
#top h1 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#top h1 img {
  width: 280px;
}
#foto,
#foto2 {
  margin: 0 auto 0 auto;
  line-height: 1.7;
}
#foto .e-default-gallery,
#foto2 .e-default-gallery {
  grid-gap: 2px;
}
@media screen and (min-width: 768px) {
  #foto .e-default-gallery {
    grid-template-columns: repeat( auto-fill, minmax(320px,1fr) );
    grid-gap: 2px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather';
  font-style: italic;
  color: #eedea2;
  letter-spacing: 0.02em;
}
#kontakt {
  display: flex;
  background: #d5b36a;
  line-height: 1.7;
  color: #503b1a;
}
#kontakt h2 {
  color: inherit;
}
#kontakt article {
  padding: 50px;
  box-sizing: border-box;
  width: 50%;
}
#kontakt article a {
  color: inherit;
}
#kontakt iframe {
  width: 50%;
  height: 550px;
}
#about {
  background: black;
}
#about main {
  max-width: 900px;
  margin: 0 auto 0 auto;
  line-height: 1.7;
  padding: 20px;
  font-weight: 400;
}
#info main {
  max-width: 700px;
  margin: 0 auto 0 auto;
  line-height: 1.7;
  padding: 20px;
}
#info main strong {
  font-weight: 900;
}
.slider,
.slider article {
  height: 50vw;
}
@media screen and (max-width: 768px) {
  .slider,
  .slider article {
    height: 100vw;
  }
}
#top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#top img {
  -webkit-filter: drop-shadow(0px 0px 10px #000000);
}
@media screen and (max-width: 768px) {
  #kontakt {
    display: block;
  }
  #kontakt article,
  #kontakt iframe {
    width: 100%;
  }
  #top h1 img {
    width: 150px;
  }
}
#ikony {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
#ikony article {
  text-align: center;
}
#ikony article .i {
  font-size: 30px;
  line-height: 60px;
}
#ikony article .i .iconify {
  font-size: 55px;
}
#ikony article h3 {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 100;
  color: white;
  font-family: inherit;
}
@media screen and (max-width: 768px) {
  #ikony article {
    margin: 5px;
  }
  #ikony article .i {
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
    line-height: 45px;
    height: 45px;
  }
  #ikony article .i .iconify {
    font-size: 30px;
  }
  #ikony article h3 {
    font-size: 12px;
    line-height: 1.2;
  }
}
#ikony2 {
  display: block;
}
#ikony2 article {
  display: grid;
  grid-template-columns: 50px 1fr;
  margin-bottom: 10px;
  align-items: center;
}
#ikony2 article .i {
  font-size: 35px;
}
#ikony2 article h3 {
  font-size: 16px;
  font-weight: 300;
  color: white;
  font-family: inherit;
  line-height: 1.2;
}
#rp_badge {
  display: flex;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 50px;
  top: 200px;
  background: #f7e394;
  color: #201607;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 20px;
  padding: 15px;
  line-height: 1.8;
  border-radius: 100px;
  text-align: center;
  font-family: 'Merriweather', cursive;
  box-shadow: 0px 0px 15px 1px black;
  letter-spacing: 2px;
  transition: all 0.3s;
}
#rp_badge:hover {
  background: white;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #rp_badge {
    width: 80px;
    height: 80px;
    right: 30px;
    top: 250px;
    font-size: 11px;
    padding: 7px;
  }
}
.atrakcie {
  padding: 30px 60px;
}
.clanky {
  display: grid;
  grid-template-columns: repeat(auto-fit,280px);
  grid-gap: 40px;
}
.clanky a,
.clanky article {
  color: white;
}
.clanky a img,
.clanky article img {
  display: block;
  width: 280px;
  height: 220px;
  object-fit: cover;
}
.clanky a h3,
.clanky article h3 {
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 500;
}
.clanky a ul,
.clanky article ul {
  font-size: 13px;
}
.clanky a ul li,
.clanky article ul li {
  line-height: 1.3;
}
.clanky a detail,
.clanky article detail {
  display: block;
  font-size: 11px;
  line-height: 1.3;
}
.clanky a {
  transition: 0.3s;
}
.clanky a:hover {
  text-decoration: none;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .atrakcie {
    padding: 20px 20px;
    grid-template-columns: 1fr;
  }
}
.files-gallery.theme-one a {
  border: 1px solid white;
}
.files-gallery.theme-one a .e-file-icon {
  mix-blend-mode: normal !important;
}
.slider article {
  background-size: cover;
  background-position: 50% 50%;
}
.slick-arrow {
  display: none !important;
}
.image-gallery.theme-one {
  grid-template-columns: repeat( auto-fill, minmax(160px,1fr) );
  grid-gap: 2px;
}
#lang {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 20;
}
#lang a {
  margin: 5px;
  display: inline-block;
  padding: 3px 7px;
  font-size: 16px;
  color: #f7e394;
  border: 2px solid #f7e394;
}
#lang a:hover {
  color: white;
  border-color: white;
}
