.grey-bg,
.dark-bg,
.header {
  background: #d6d6d6;
}
.border-grey {
  border-top: 100px solid #d6d6d6;
  border-bottom: 100px solid #d6d6d6;
}
.overlay-dark80::before,
.overlay-dark::before {
  background-color: transparent;
}
p {
  margin: 10px 0;
  color: black;
}
.bt-60 {
  border-top: 60px solid #d6d6d6;
}
.blog-post .post-media {
  background-color: #d6d6d6;
}
.news-detail .blog-post .post-entry {
  margin-top: 30px;
}
.news-detail .blog-post .post-header {
  width: 50%;
  float: left;
}
.news-detail .blog-post .post-header h2 {
  padding-right: 15px;
}
/* logo */
.logo a img {
  height: 54px;
  width: auto;
}
.header .logo a img.logo-color {
  display: none;
}
.header.header-prepare .logo a img.logo-color {
  display: inline-block;
  opacity: 1;
}
.header .logo a img.logo-dark:hover {
  opacity: 1;
}
.header.header-prepare .logo a img:hover {
  opacity: 0;
}
/* top page */
.bodytop {
  color: #fff;
  width: 100%;
  text-align: center;
}
.bodytop .obal {
  height: 100%;
  width: 100%;
  border-bottom: 40px solid white;
}
.bodytop img {
  position: relative;
  margin-bottom: -20px;
}
@media (max-width: 1005px) {
  .bodytop img {
    margin-bottom: -42px;
  }
}
.bodytop .h1t {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  background: #d6d6d6;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: -40px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
  margin-left: 1%;
}
@media (min-width: 1440px) {
  .bodytop .h1t {
    margin-left: 10%;
  }
}
.bodytop .hp-h1t {
  font-size: 48px ;
}
.bodytop .grey-obal {
  border-color: #d6d6d6;
}
.bodytop.parallax {
  height: auto;
  min-height: 280px;
  position: relative;
  max-width: 100%;
}
.bodytop.parallax .obal {
  height: auto;
  position: absolute;
  bottom: 100px;
}
.bodytop.parallax .h1t {
  margin-left: 0;
}
.item-container {
  height: 100%;
  object-fit: cover;
}
#action-box {
  text-align: left;
}
#action-box h4 {
  font-size: 25px;
  color: black;
  text-transform: none;
}
#action-box h5 {
  font-size: 25px;
  color: #888888;
  text-transform: none;
}
#action-box .d-flex {
  display: flex;
  align-items: center;
}
.team-item-info {
  text-align: left;
}
.team-item-img img {
  width: 100%;
}
.download-img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
/*  základní pravidla */
.statues h2.h4 {
  display: none;
}
/**************************************************** tinymce style  ************/
.adm-img-left {
  display: inline;
  float: left;
  margin: 0 32px 24px 0;
}
.adm-img-right {
  display: inline;
  float: right;
  margin: 0 0 24px 32px;
}
.adm-img-full {
  width: 100%;
  max-width: none;
  padding: 5px 0 10px 0;
}
.adm-img-half-left {
  display: inline;
  float: left;
  width: 50%;
  padding: 5px 10px 10px 0;
}
.adm-img-half-right {
  display: inline;
  float: right;
  width: 50%;
  padding: 5px 0 10px 10px;
}
@media (max-width: 767px) {
  .adm-img-half-left {
    width: 100%;
    padding: 5px 0 10px;
  }
  .adm-img-half-right {
    width: 100%;
    padding: 5px 0 10px;
  }
}
/**************************************************** konec tinymce style  ************/
@media (max-width: 1024px) {
  .header .logo a {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .border-grey {
    border-bottom: 80px solid #d6d6d6;
    border-top: 80px solid #d6d6d6;
  }
  .download-img {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #action-box {
    text-align: center;
  }
  #action-box .d-block {
    display: block;
  }
  .statues h5,
  .post-box {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .bodytop .h1t {
    margin-left: 0;
  }
}
/*# sourceMappingURL=svj.css.map */