.sekce-10 {
  padding-top: 40px;
  padding-bottom: 40px;
  /*background-color: #f5f5f5;*/
}
.sekce-10 p {
  font-size: 18px;
  line-height: 35px;
  color: #696969;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sekce-10-B .col-md-6 {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.sekce-10 p:last-of-type {
  margin-bottom: 0;
}
.sekce-10 h2 {
  color: #333333;
  margin-bottom: 30px;
}
.sekce-10 h3 {
  color: #333333;
  margin-bottom: 25px;
}
.sekce-10 h4 {
  color: #333333;
  margin-bottom: 20px;
}
.sekce-10 h5 {
  color: #333333;
  margin-bottom: 15px;
}
.sekce-10 img {
  max-width: 100%;
  border-radius: 20px;
}
.sekce-10:last-of-type {
  padding-bottom: 60px;
}
.sekce-10-A {
}
.sekce-10-B .row, .sekce-10-C .row {
  margin-left: -20px;
  margin-right: -20px;
}
.sekce-10-B .col-lg-6, .sekce-10-B .col-xl-4, .sekce-10-C .col-lg-6, .sekce-10-C .col-xl-4 {
  padding: 0 20px;
}
.sekce-10-C h2 { font-size: 28px; }
.sekce-10-C h3 { font-size: 25px; }
.sekce-10-C h4 { font-size: 22px; }
.sekce-10-C h5 { font-size: 19px; }

.sekce-10-D h2 { font-size: 24px; }
.sekce-10-D h3 { font-size: 21px; }
.sekce-10-D h4 { font-size: 18px; }
.sekce-10-D h5 { font-size: 15px; }

@media (max-width: 767px) {
  .sekce-10-C h2 { font-size: 26px !important; }
  .sekce-10-C h3 { font-size: 23px !important; }
  .sekce-10-C h4 { font-size: 20px !important; }
  .sekce-10-C h5 { font-size: 17px !important; }
  
  .sekce-10-D h2 { font-size: 22px !important; }
  .sekce-10-D h3 { font-size: 20px !important; }
  .sekce-10-D h4 { font-size: 18px !important; }
  .sekce-10-D h5 { font-size: 16px !important; }
}
.sekce-10 .col-md-6 {
  margin-bottom: 40px;
}
.sekce-10 .col-md-6:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .sekce-10-C h2 { font-size: 24px !important; }
  .sekce-10-C h3 { font-size: 21px !important; }
  .sekce-10-C h4 { font-size: 18px !important; }
  .sekce-10-C h5 { font-size: 15px !important; }
  
  .sekce-10-D h2 { font-size: 20px !important; }
  .sekce-10-D h3 { font-size: 18px !important; }
  .sekce-10-D h4 { font-size: 16px !important; }
  .sekce-10-D h5 { font-size: 14px !important; }
}

/*# sourceMappingURL=sekce-10.css.map */
.sekce-10 iframe {
  max-width: 100%;
}

.sekce-10 ul,
.sekce-10 ol {
  line-height: 1.7;
  margin-bottom: 30px; }
  
 .subpage .gallery {
  height: auto;
 }
 .subpage .gallery .row > div.fotky {
  padding: 10px; }
  .subpage .gallery a img {
    opacity: 1;
    transition: all .3s ease; 
    max-width: 100%;
    }
    .subpage .gallery a img:hover {
      opacity: 0.7; }
.sekce-10 ul > li {padding-left: 1.3em; color: #696969; font-size: 18px; line-height:35px}
.sekce-10 ol > li {padding-left: 2em; color:#696969; font-size: 18px; line-height: 35px;}
img {
  max-width: 100%;
}
strong, b {
  font-weight: 800 !important;
}

.sekce-10 ul > li::before {
  content: '\f054';
  color: #2E9737;
  vertical-align: middle;
  display: inline-block;
  width: 1.3em;
  margin-left: -1.3em;
  /*margin-right: 10px;*/
  font: normal normal normal 11px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sekce-10 ol {
  counter-reset: li; }
  .sekce-10 ol > li::before {
    content: counter(li) ".";
    counter-increment: li;
    font-weight: 500;
    display: inline-block;
    width: 1.2em;
    margin-left: -1.8em;
    color: #2E9737;}
    .sekce-10 ol > li::marker, .sekce-10 ul > li::marker {
      font-size: 0;
    }


.sekce-10 strong em {
  font-weight: 700; }
  
.sekce-10 em strong {
  font-weight: 700; }

.sekce-10 > :last-child {
  margin-bottom: 0; }

.sekce-10 .row div > :last-child {
  margin-bottom: 0; }

.sekce-10 table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 30px;
}
.sekce-10 table > thead > tr > th, 
.sekce-10 table > thead > tr > td,
.sekce-10 table > tbody > tr > th,
.sekce-10 table > tbody > tr > td,
.sekce-10 table > tfoot > tr > th,
.sekce-10 table > tfoot > tr > td {
  line-height: 1.7;
  vertical-align: top;
  color: #696969;
}
  .sekce-10 table tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  .sekce-10 table tr:nth-child(odd) {
    background-color: #fff;
  }
  .sekce-10 table th, .sekce-10 table thead tr td{
    border-collapse: collapse;
    border-spacing: 0;
    padding: 10px 20px;
    text-align: left;
    font-size: 18px;
    background: #2E9737;
    color: white !important;
  }
  .sekce-10 table tfoot tr td{
    border-collapse: collapse;
    border-spacing: 0;
    padding: 10px 20px;
    text-align: left;
    background: #2E9737;
    color: white;
  }
  .sekce-10 table td {
    padding: 15px 20px;
    text-align: left;
    font-size: 18px;
  }

.sekce-10 a img:hover {
  opacity: 0.7;
}
.sekce-10 a {
  color:#2E9737;
  text-decoration: none;
}
.sekce-10 a:hover {
  text-decoration: underline;
}
.sekce-10 img {
  max-width: 100%;
}
.sekce-10 a.tlacitko {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 10px;
  background-color: #2E9737;
  color: #fff;
  transition: all 0.3s;
  text-align: center;
  position: relative;
  padding: 10px 30px 10px 62px;
}
.sekce-10 a.tlacitko::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 20px;
  background-image: url("/template/img/content/symbol.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transition: all 0.3s;
  left: 30px;
  transform: translate(-0%, -50%);
}
.sekce-10 a.tlacitko:hover {
  background-color: #1c5c22;
  color: #fff;
}
.sekce-10 a.tlacitko:hover::after {
  background-image: url("/template/img/content/symbol-barevny.svg");
}
.sekce-10 .col-md-6 {
  align-content: center;
}