/*
$barva_cervena:#bf1d2a;
$barva_c2:#aa1d2d;
$barva_h:#292940;
$barva_p:#575b66;
$barva_modra:#2a328c;
$max-width:1200px;
$content-width:80%;
*/
/*
$barva_cervena:#30a435;
$barva_c2: #248328;
$barva_h: #00400a;
$barva_p:#575b66;
$barva_modra: #6e872f;
*/
@font-face {
  font-family: "OpenSans Bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: "bold";
  font-style: normal; }
@font-face {
  font-family: "OpenSans BoldItalic";
  src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: "bold";
  font-style: "italic"; }
@font-face {
  font-family: "OpenSans SemiBoldItalic";
  src: url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: "bold";
  font-style: "italic"; }
@font-face {
  font-family: "OpenSans Regular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans Light";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans Italic";
  src: url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: "normal";
  font-style: "italic"; }
/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
* {
  margin: 0;
  padding: 0; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
  font: 18px "OpenSans Regular"; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  font: 18px "OpenSans Regular"; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  font: 18px "OpenSans Regular"; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  font: 18px "OpenSans Regular"; }

:-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  font: 18px "OpenSans Regular"; }

body {
  font-family: "OpenSans Regular";
  font-size: 18px; }
  @media screen and (max-width: 1470px) {
    body {
      font-size: 16px; } }
  @media screen and (max-width: 1100px) {
    body {
      font-size: 14px; } }

a {
  text-decoration: none;
  cursor: pointer; }

.clr {
  clear: both; }

header .fixedmenu {
  background-color: white;
  box-shadow: 6px 8px 5px -2px rgba(0, 0, 0, 0.72);
  position: fixed;
  width: 100%;
  max-width: 100%;
  z-index: 99999999; }
  header .fixedmenu a#logo {
    margin-left: 20px; }
  header .fixedmenu ul.menu {
    padding-right: 20px; }
header nav {
  padding: 15px 0;
  position: relative;
  width: 80%;
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1350px) {
    header nav {
      width: 90%; } }
  @media screen and (max-width: 1000px) {
    header nav {
      width: 95%; } }
  header nav a#logo {
    display: block;
    float: left;
    max-width: 375px;
    max-height: 120px;
    padding-right: 5.9829059829%; }
    @media screen and (max-width: 1470px) {
      header nav a#logo {
        width: 25.641025641%; } }
    @media screen and (max-width: 1100px) {
      header nav a#logo {
        width: 200px; } }
    header nav a#logo img {
      display: block;
      width: 100%; }
  header nav .nav {
    display: block; }
  header nav ul {
    padding-top: 15px;
    display: block;
    width: 100%;
    text-align: right; }
  header nav ul li {
    display: inline-block; }
    header nav ul li a {
      display: block; }
  header nav ul.menu li {
    margin-top: 25px;
    margin-right: 20px; }
    header nav ul.menu li:last-of-type {
      margin-right: 0; }
    header nav ul.menu li a {
      color: #30a435;
      text-transform: uppercase;
      font-family: "OpenSans Bold";
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
      header nav ul.menu li a:hover {
        color: #6e872f; }
      header nav ul.menu li a.active {
        color: #6e872f; }
      @media screen and (max-width: 1470px) {
        header nav ul.menu li a {
          font-size: 16px; } }
      @media screen and (max-width: 1100px) {
        header nav ul.menu li a {
          font-family: "OpenSans Regular"; } }
  header nav ul.odkazy {
    padding-top: 0px; }
  header nav ul.odkazy li {
    margin-right: 10px; }
    header nav ul.odkazy li:last-of-type {
      margin-right: 0; }
    header nav ul.odkazy li a {
      font-size: 14px;
      color: #6e872f;
      font-family: "OpenSans Light";
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
      header nav ul.odkazy li a:hover {
        color: #30a435; }
      @media screen and (max-width: 1100px) {
        header nav ul.odkazy li a {
          font-size: 12px; } }
  @media screen and (max-width: 1100px) {
    header nav ul {
      padding-top: 0;
      z-index: 9999;
      display: none;
      position: absolute;
      top: 85px;
      width: 100%;
      margin: auto;
      background-color: white;
      text-align: center; }
      header nav ul.odkazy {
        right: 0; }
      header nav ul.menu {
        left: 0; }
      header nav ul li {
        display: block;
        border-bottom: dotted 1px #6e872f;
        padding: 0;
        margin: 0; }
        header nav ul li a {
          font-size: 14px !important;
          font-family: "OpenSans Regular" !important;
          padding: 15px 0; }
    header nav #hamburger {
      cursor: pointer;
      position: absolute;
      display: block;
      width: 50px;
      height: 35px;
      top: 40px;
      right: 20px;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
      header nav #hamburger div {
        display: block;
        position: absolute;
        height: 6px;
        width: 100%;
        background-color: #6e872f;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s 0.6s ease-in-out;
        -moz-transition: 0.25s 0.6s ease-in-out;
        -ms-transition: 0.25s 0.6s ease-in-out;
        -o-transition: 0.25s 0.6s ease-in-out;
        transition: 0.25s 0.6s ease-in-out; }
      header nav #hamburger div:nth-child(1) {
        top: 0px; }
      header nav #hamburger div:nth-child(2) {
        top: 12px; }
      header nav #hamburger div:nth-child(3) {
        top: 24px; }
      header nav #hamburger.open div {
        background-color: #30a435; }
      header nav #hamburger.open div:nth-child(1) {
        top: 17px;
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
      header nav #hamburger.open div:nth-child(2) {
        opacity: 0;
        left: -60px; }
      header nav #hamburger.open div:nth-child(3) {
        top: 17px;
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); } }
  header nav #searchForm {
    display: none;
    position: absolute;
    right: 35px;
    top: 10px; }
    @media screen and (max-width: 1100px) {
      header nav #searchForm {
        text-align: center;
        left: 0;
        right: 0;
        margin: auto; } }
    header nav #searchForm input {
      border: 1px solid #30a435;
      width: 275px;
      padding: 10px;
      border-radius: 3px; }
header .slider {
  background-color: #011c15;
  width: 100%;
  height: 85vh;
  max-height: 880px;
  position: relative;
  overflow: hidden; }
  header .slider #bgvid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.2;
    z-index: 1; }
  header .slider .slide-bg {
    opacity: 0.5; }
  header .slider .btnrotation {
    text-align: center;
    text-transform: uppercase;
    font-family: "OpenSans Bold";
    display: block;
    position: absolute;
    z-index: 99999;
    right: -50px;
    top: 30%;
    margin: 0;
    color: white;
    background-color: #30a435;
    padding: 15px;
    box-shadow: 0px 0px 5px;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  header .slider .slide-layout {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 5vh;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    top: 120px; }
    @media screen and (max-width: 1000px) {
      header .slider .slide-layout {
        top: 80px; } }
    @media screen and (max-width: 800px) {
      header .slider .slide-layout {
        top: 50px; } }
    @media screen and (max-width: 650px) {
      header .slider .slide-layout {
        top: 10px; } }
    header .slider .slide-layout h1 {
      font-family: "OpenSans BoldItalic";
      text-transform: uppercase;
      font-size: 62px;
      color: white;
      text-align: center;
      text-shadow: 2px 2px 6px #000000; }
      header .slider .slide-layout h1 .mensi {
        font-family: "OpenSans Regular";
        text-transform: none;
        display: block;
        text-align: center;
        font-size: 32px; }
        @media screen and (max-width: 850px) {
          header .slider .slide-layout h1 .mensi {
            font-size: 30px; } }
        @media screen and (max-width: 475px) {
          header .slider .slide-layout h1 .mensi {
            font-size: 26px; } }
      @media screen and (max-width: 850px) {
        header .slider .slide-layout h1 {
          font-size: 52px; } }
      @media screen and (max-width: 700px) {
        header .slider .slide-layout h1 {
          font-size: 42px; } }
      @media screen and (max-width: 475px) {
        header .slider .slide-layout h1 {
          font-size: 32px; } }
    header .slider .slide-layout .hesla {
      text-align: center;
      color: #011c15;
      margin-top: 200px;
      font-size: 26px;
      margin-bottom: 70px;
      text-transform: uppercase; }
      header .slider .slide-layout .hesla span {
        background-color: #44ff5e;
        padding: 7px;
        margin: 5px;
        display: inline-block; }
      @media screen and (max-width: 1020px) {
        header .slider .slide-layout .hesla {
          font-size: 22px;
          margin-top: 75px;
          margin-bottom: 60px; } }
      @media screen and (max-width: 920px) {
        header .slider .slide-layout .hesla {
          font-size: 20px; } }
      @media screen and (max-width: 850px) {
        header .slider .slide-layout .hesla {
          font-size: 18px; } }
      @media screen and (max-width: 700px) {
        header .slider .slide-layout .hesla {
          font-size: 14px;
          margin-top: 50px;
          margin-bottom: 50px; } }
      @media screen and (max-width: 600px) {
        header .slider .slide-layout .hesla {
          margin-top: 25px;
          margin-bottom: 25px; } }
header #btnToHead {
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s; }
header .btn {
  width: 42px;
  background-repeat: no-repeat;
  height: 42px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
header .nahoru {
  background-image: url("../img/nahoru_w.png"); }
header .flip {
  transform: rotate(-180deg); }

a.btnodkaz {
  border: 1px solid #6e872f;
  padding: 15px 20px;
  display: block;
  text-align: center;
  color: #6e872f;
  max-width: 250px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  a.btnodkaz:hover {
    color: white;
    border-color: #6e872f; }
  a.btnodkaz:hover {
    background-color: #6e872f; }

.sekce1 {
  background-color: #30a435;
  display: block;
  width: 100%;
  max-width: 100% !important; }
  .sekce1 .kuplet {
    width: 80%;
    max-width: 1200px;
    display: flex;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1350px) {
      .sekce1 .kuplet {
        width: 90%; } }
    @media screen and (max-width: 1000px) {
      .sekce1 .kuplet {
        width: 95%; } }
    .sekce1 .kuplet a {
      background-color: #248328;
      color: white;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
      .sekce1 .kuplet a:hover {
        color: #30a435;
        background-color: white; }
      .sekce1 .kuplet a .row {
        min-height: 210px !important; }
      .sekce1 .kuplet a .ikona img {
        display: block;
        width: 100%; }
      .sekce1 .kuplet a .popis {
        display: block;
        text-transform: uppercase;
        font-family: "OpenSans Bold";
        font-size: 26px; }
        @media screen and (max-width: 1450px) {
          .sekce1 .kuplet a .popis {
            font-size: 24px; } }
        @media screen and (max-width: 1270px) {
          .sekce1 .kuplet a .popis {
            font-size: 20px; } }
        @media screen and (max-width: 1000px) {
          .sekce1 .kuplet a .popis {
            font-size: 18px;
            text-align: center; } }
      .sekce1 .kuplet a .cena {
        margin-top: 10px;
        display: block;
        font-family: "OpenSans Regular";
        font-size: 26px; }
        @media screen and (max-width: 1450px) {
          .sekce1 .kuplet a .cena {
            font-size: 24px; } }
        @media screen and (max-width: 1270px) {
          .sekce1 .kuplet a .cena {
            font-size: 20px; } }
        @media screen and (max-width: 1000px) {
          .sekce1 .kuplet a .cena {
            font-size: 18px;
            text-align: center; } }
      .sekce1 .kuplet a .btnmore {
        margin-top: 15px;
        background-color: #248328;
        border: 1px solid white;
        padding: 5px 10px;
        display: block;
        text-align: center;
        color: white;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out; }
        .sekce1 .kuplet a .btnmore:hover {
          color: white;
          border-color: white; }
        @media screen and (max-width: 1000px) {
          .sekce1 .kuplet a .btnmore {
            max-width: 150px;
            margin-left: auto;
            margin-right: auto; } }
      .sekce1 .kuplet a:hover .btnmore {
        color: white; }
      @media screen and (max-width: 1000px) {
        .sekce1 .kuplet a .col-5 {
          flex: 0 0 100%;
          max-width: 100%;
          max-height: 125px;
          margin-bottom: 25px; }
          .sekce1 .kuplet a .col-5 img {
            height: 100%;
            max-height: 125px;
            width: auto;
            margin: auto; } }
      @media screen and (max-width: 1000px) {
        .sekce1 .kuplet a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.sekce2 {
  width: 90%;
  max-width: 1550px;
  display: block;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 1450px) {
    .sekce2 {
      width: 95%; } }
  @media screen and (max-width: 1350px) {
    .sekce2 {
      width: 100%; } }
  @media screen and (max-width: 800px) {
    .sekce2 {
      padding-left: 0;
      padding-right: 0;
      margin-right: 0;
      margin-left: 0; } }
  .sekce2 .row .img {
    padding-left: 0; }
  .sekce2 .row .col img {
    display: block;
    width: 100%; }
  @media screen and (max-width: 800px) {
    .sekce2 .row .col {
      flex: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-right: 0;
      margin-left: 0;
      padding-bottom: 15px; } }
  @media screen and (max-width: 800px) {
    .sekce2 .row {
      margin-right: 0;
      margin-left: 0; } }
  .sekce2 h2 {
    text-transform: uppercase;
    padding: 0 5%;
    font-size: 48px;
    font-family: "OpenSans BoldItalic";
    color: #00400a; }
    @media screen and (max-width: 1450px) {
      .sekce2 h2 {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 42px;
        font-family: "OpenSans BoldItalic";
        color: #00400a; } }
    @media screen and (max-width: 1100px) {
      .sekce2 h2 {
        font-size: 38px;
        font-family: "OpenSans BoldItalic";
        color: #00400a; } }
  .sekce2 p {
    padding: 10px 5%;
    font-size: 16px;
    color: #5b5b5b; }
  .sekce2 .btnodkaz {
    margin-left: 5%;
    margin-top: 20px; }

.sekce3 {
  background-color: #f0fbdf;
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../img/sekce3.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  width: 100%;
  max-width: 1920px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .sekce3 .row {
    width: 80%;
    max-width: 1200px;
    display: flex;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1350px) {
      .sekce3 .row {
        width: 90%; } }
    @media screen and (max-width: 1000px) {
      .sekce3 .row {
        width: 95%; } }
  .sekce3 .col {
    text-align: center; }
    @media screen and (max-width: 800px) {
      .sekce3 .col {
        flex: 100%; } }
  .sekce3 h2 {
    text-transform: uppercase;
    text-align: center;
    padding: 25px 0;
    font-size: 42px;
    font-family: "OpenSans BoldItalic";
    color: #00400a; }
    @media screen and (max-width: 1450px) {
      .sekce3 h2 {
        font-size: 38px;
        font-family: "OpenSans BoldItalic";
        color: #00400a; } }
    @media screen and (max-width: 1100px) {
      .sekce3 h2 {
        font-size: 32px;
        font-family: "OpenSans BoldItalic";
        color: #00400a; } }
  .sekce3 .btnodkaz {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px; }
  .sekce3 ul {
    line-height: 2.2em;
    display: inline-block; }
    @media screen and (max-width: 800px) {
      .sekce3 ul {
        display: block;
        text-align: center; } }
    .sekce3 ul li {
      text-align: left;
      color: #30a435;
      font-size: 22px;
      font-family: "OpenSans Light"; }
      @media screen and (max-width: 1450px) {
        .sekce3 ul li {
          font-size: 18px; } }
      @media screen and (max-width: 1100px) {
        .sekce3 ul li {
          font-size: 16px; } }
      @media screen and (max-width: 800px) {
        .sekce3 ul li {
          display: block;
          text-align: center; } }
      .sekce3 ul li span {
        color: #5b5b5b; }

.sekce4 {
  padding-top: 50px;
  padding-bottom: 50px; }
  .sekce4 .pilotcard {
    padding: 0;
    margin: 0;
    background-color: #f1f3f7; }
  .sekce4 .col {
    position: relative; }
    @media screen and (max-width: 850px) {
      .sekce4 .col {
        flex: 100%;
        padding: 15px; } }
  @media screen and (max-width: 850px) {
    .sekce4 .colper {
      flex: 50%; } }
  @media screen and (max-width: 520px) {
    .sekce4 .colper {
      flex: 100%;
      padding: 15px 25px; } }
  .sekce4 .profil {
    display: block;
    width: 100%;
    height: 265px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1; }
    .sekce4 .profil img {
      display: none; }
  .sekce4 .addprofil {
    color: white;
    background-color: #30a435;
    font-size: 24px;
    position: absolute;
    z-index: 999;
    top: 245px;
    right: 30px;
    padding: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    @media screen and (max-width: 850px) {
      .sekce4 .addprofil {
        top: 260px; } }
    .sekce4 .addprofil i {
      display: block;
      font-size: 26px; }
  .sekce4 h2 {
    text-transform: uppercase;
    font-size: 42px;
    font-family: "OpenSans BoldItalic";
    color: #00400a; }
    @media screen and (max-width: 1450px) {
      .sekce4 h2 {
        font-size: 38px;
        font-family: "OpenSans BoldItalic";
        color: #00400a; } }
    @media screen and (max-width: 1100px) {
      .sekce4 h2 {
        font-size: 32px;
        font-family: "OpenSans BoldItalic";
        color: #00400a; } }
    @media screen and (max-width: 520px) {
      .sekce4 h2 {
        text-align: center; } }
  .sekce4 h3 {
    padding: 15px;
    font-size: 20px;
    font-family: "OpenSans Bold";
    color: #00400a; }
  .sekce4 p.vyrazny {
    font-size: 30px;
    color: #30a435;
    padding: 15px 0; }
    @media screen and (max-width: 520px) {
      .sekce4 p.vyrazny {
        text-align: center;
        font-size: 24px; } }
  .sekce4 p.popis {
    padding: 0 15px 15px 15px;
    color: #5b5b5b;
    font-size: 16px; }
  .sekce4 a.btnodkaz {
    margin-top: 25px; }
    @media screen and (max-width: 520px) {
      .sekce4 a.btnodkaz {
        margin-right: auto;
        margin-left: auto; } }

.sekce5 {
  margin-top: 35px;
  padding-bottom: 35px;
  position: relative;
  width: 80%;
  max-width: 1750px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1350px) {
    .sekce5 {
      width: 90%; } }
  @media screen and (max-width: 1000px) {
    .sekce5 {
      width: 95%; } }
  .sekce5 h2 {
    text-align: center;
    font-size: 42px;
    font-family: "OpenSans BoldItalic";
    color: #00400a; }
    @media screen and (max-width: 1500px) {
      .sekce5 h2 {
        font-size: 38px; } }
    @media screen and (max-width: 600px) {
      .sekce5 h2 {
        font-size: 32px; } }
  .sekce5 .polozky {
    padding-bottom: 35px; }
  .sekce5 .mobile-slz {
    display: none; }
  .sekce5 .polozka {
    width: 31%;
    margin-top: 35px;
    float: left;
    position: relative;
    margin-right: 3%;
    display: block;
    overflow: hidden;
    height: 19vw;
    cursor: pointer; }
    .sekce5 .polozka:nth-child(3n+3) {
      margin-right: 0; }
    .sekce5 .polozka .prekrivka {
      padding-top: 0;
      background-color: rgba(36, 131, 40, 0.71);
      position: absolute;
      display: block;
      width: 100%;
      z-index: -1;
      top: 0;
      margin-top: 0;
      -webkit-transition: padding-top 0.6s ease-in-out;
      -moz-transition: padding-top 0.6s ease-in-out;
      -ms-transition: padding-top 0.6s ease-in-out;
      -o-transition: padding-top 0.6s ease-in-out;
      transition: padding-top 0.6s ease-in-out; }
    .sekce5 .polozka .morinfo {
      display: block;
      text-align: center;
      text-shadow: 0 0 5px #000;
      box-shadow: 0 0 5px #000;
      font-size: 18px;
      padding: 10px 0;
      color: white;
      background-color: transparent;
      width: 200px;
      margin-top: 15px;
      margin-right: auto;
      margin-left: auto;
      border-radius: 25px;
      border: 2px solid white;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
      @media screen and (max-width: 1310px) {
        .sekce5 .polozka .morinfo {
          font-size: 16px;
          width: 180px; } }
    .sekce5 .polozka:hover .morinfo {
      background-color: #fff;
      color: #248328;
      border-color: white; }
    .sekce5 .polozka:hover .prekrivka {
      padding-top: 19vw; }
    @media screen and (max-width: 930px) {
      .sekce5 .polozka {
        width: 48%;
        height: 31vw; }
        .sekce5 .polozka:nth-child(3n+3) {
          margin-right: 3%; }
        .sekce5 .polozka:nth-child(2n+2) {
          margin-right: 0; }
        .sekce5 .polozka:hover .prekrivka {
          padding-top: 31vw; }
        .sekce5 .polozka .obsP {
          top: 8vw; } }
    @media screen and (max-width: 700px) {
      .sekce5 .polozka {
        width: 85%;
        height: 50vw;
        margin-right: auto;
        float: none;
        margin-left: auto;
        display: block; }
        .sekce5 .polozka:nth-child(3n+3) {
          margin-right: auto; }
        .sekce5 .polozka:nth-child(2n+2) {
          margin-right: auto; }
        .sekce5 .polozka:hover .prekrivka {
          padding-top: 50vw; }
        .sekce5 .polozka .obsP {
          top: 8vw; } }
    .sekce5 .polozka img {
      display: block;
      position: absolute;
      z-index: -999;
      width: 100%;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .sekce5 .polozka .obsP {
      position: absolute;
      display: inline-table;
      z-index: 999;
      width: 90%;
      margin: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      @media screen and (max-width: 1850px) {
        .sekce5 .polozka .obsP {
          top: 7%; } }
      @media screen and (max-width: 1310px) {
        .sekce5 .polozka .obsP {
          top: 14%; } }
      @media screen and (max-width: 1200px) {
        .sekce5 .polozka .obsP {
          top: 12%; } }
      @media screen and (max-width: 930px) {
        .sekce5 .polozka .obsP {
          top: 8vw; } }
      .sekce5 .polozka .obsP h3 {
        text-align: center;
        text-shadow: 1px 1px 20px #000;
        font-size: 36px;
        font-family: "OpenSans BoldItalic";
        color: white; }
        @media screen and (max-width: 1920px) {
          .sekce5 .polozka .obsP h3 {
            font-size: 30px; } }
        @media screen and (max-width: 1310px) {
          .sekce5 .polozka .obsP h3 {
            font-size: 26px; } }
        @media screen and (max-width: 1200px) {
          .sekce5 .polozka .obsP h3 {
            font-size: 20px; } }

.contact {
  padding: 80px 0;
  background-color: rgba(0, 255, 52, 0.09); }
  .contact .box h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 42px;
    font-family: "OpenSans BoldItalic";
    color: #00400a; }
  .contact .box .podminky {
    text-align: center;
    font-family: "OpenSans Italic";
    font-size: 12px;
    color: #5b5b5b; }
  .contact .formular_kontakt {
    margin: 10px auto;
    max-width: 670px;
    width: 100%;
    padding: 20px 12px 10px 20px;
    font: 18px "OpenSans Regular"; }
    .contact .formular_kontakt li {
      padding: 0;
      display: block;
      list-style: none;
      margin: 10px 0 0 0;
      clear: both; }
    .contact .formular_kontakt .required {
      color: red; }
    .contact .formular_kontakt .inputpulka {
      width: 49%; }
      .contact .formular_kontakt .inputpulka:nth-child(2) {
        float: right; }
    .contact .formular_kontakt .txtpoptavky {
      height: 100px;
      width: 100%; }
    .contact .formular_kontakt label {
      display: none; }
    .contact .formular_kontakt input[type=submit] {
      cursor: pointer;
      font-size: 18px;
      background: #30a435;
      padding: 2% 3%;
      border: none;
      color: #fff; }
      .contact .formular_kontakt input[type=submit]:hover {
        background: #2ab026;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none; }
  .contact input[type=text], .contact input[type=email], .contact input[type=tel], .contact textarea {
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    padding: 2%;
    margin: 0px;
    outline: none;
    background-color: #e7e7e7;
    color: #2ab026;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
    .contact input[type=text]:focus, .contact input[type=email]:focus, .contact input[type=tel]:focus, .contact textarea:focus {
      -moz-box-shadow: 0 0 8px #88D5E9;
      -webkit-box-shadow: 0 0 8px #88D5E9;
      box-shadow: 0 0 8px #88D5E9;
      border: none;
      background-color: #ecfbef; }
  @media screen and (max-width: 910px) {
    .contact {
      padding: 50px 0; }
      .contact h2 {
        float: none;
        padding-right: 0;
        margin-top: 0; }
      .contact .box {
        float: none;
        width: 100%;
        margin: 25px 0; }
      .contact ::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        font-size: 12px; }
      .contact :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-size: 12px; }
      .contact ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 12px; }
      .contact :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 12px; }
      .contact :-ms-input-placeholder {
        /* Microsoft Edge */
        font-size: 12px; } }
  @media screen and (max-width: 690px) {
    .contact {
      padding: 0; }
      .contact .formular_kontakt {
        width: 90%;
        padding: 0; }
        .contact .formular_kontakt li {
          margin: 0; }
          .contact .formular_kontakt li input:nth-child(2) {
            margin-bottom: 0 !important;
            margin-top: 0 !important;
            float: none !important; }
        .contact .formular_kontakt .inputpulka {
          width: 100%;
          margin-top: 5px !important;
          margin-bottom: 5px !important; }
        .contact .formular_kontakt .txtpoptavky {
          margin-top: 5px; }
        .contact .formular_kontakt input[type=submit] {
          margin-top: 10px;
          font-weight: bold;
          display: block;
          width: 120px;
          margin-left: auto;
          margin-right: auto; } }

.pagetitle {
  background-color: rgba(0, 255, 52, 0.09);
  padding-top: 20px;
  padding-bottom: 20px; }
  .pagetitle h1 {
    font-size: 48px;
    font-family: "OpenSans BoldItalic";
    color: #00400a; }

.post-content {
  padding-top: 35px;
  padding-bottom: 35px; }
  .post-content h1 {
    padding-bottom: 35px;
    font-size: 48px;
    font-family: "OpenSans BoldItalic";
    color: #00400a; }
  .post-content h2 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 36px;
    font-family: "OpenSans BoldItalic";
    color: #00400a; }
  .post-content h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    font-family: "OpenSans BoldItalic";
    color: #00400a; }
  .post-content ul {
    list-style-image: url("../img/li.png");
    line-height: 1.8em; }
  .post-content p {
    line-height: 1.5em; }
  .post-content a {
    color: #30a435;
    font-family: "OpenSans Bold"; }

footer .container-fluid {
  padding: 25px 0;
  background-color: #6e872f;
  color: white; }
  footer .container-fluid .row {
    width: 80%;
    max-width: 1200px;
    display: flex;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1350px) {
      footer .container-fluid .row {
        width: 90%; } }
    @media screen and (max-width: 1000px) {
      footer .container-fluid .row {
        width: 95%; } }
    footer .container-fluid .row .col-9 p {
      font-size: 22px;
      color: white; }
      footer .container-fluid .row .col-9 p a {
        font-family: "OpenSans Bold";
        color: white; }
        @media screen and (max-width: 800px) {
          footer .container-fluid .row .col-9 p a.mail {
            display: block; } }
        @media screen and (max-width: 420px) {
          footer .container-fluid .row .col-9 p a {
            display: block; } }
      @media screen and (max-width: 1520px) {
        footer .container-fluid .row .col-9 p {
          font-size: 20px; } }
      @media screen and (max-width: 1400px) {
        footer .container-fluid .row .col-9 p {
          font-size: 18px; } }
      @media screen and (max-width: 470px) {
        footer .container-fluid .row .col-9 p {
          font-size: 16px; } }
    @media screen and (max-width: 1100px) {
      footer .container-fluid .row .col-9 {
        flex: 100%;
        max-width: 100%;
        text-align: center;
        padding-bottom: 15px; } }
    footer .container-fluid .row .social {
      text-align: right; }
      footer .container-fluid .row .social a {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        width: 24px;
        height: 24px;
        margin-left: 15px; }
      footer .container-fluid .row .social .fb {
        background-image: url("../img/fb_i.png"); }
      footer .container-fluid .row .social .gplus {
        background-image: url("../img/gplus_i.png"); }
      footer .container-fluid .row .social .per {
        background-image: url("../img/p_i.png"); }
      footer .container-fluid .row .social .ytb {
        background-image: url("../img/y_i.png"); }
      @media screen and (max-width: 1100px) {
        footer .container-fluid .row .social {
          flex: 100%;
          text-align: center; } }
footer .container {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 80%;
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1350px) {
    footer .container {
      width: 90%; } }
  @media screen and (max-width: 1000px) {
    footer .container {
      width: 95%; } }
  @media screen and (max-width: 720px) {
    footer .container .row .col-9 {
      flex: 100%;
      max-width: 100%;
      padding-bottom: 15px;
      text-align: center; } }
  footer .container .row .col {
    text-align: right; }
    @media screen and (max-width: 720px) {
      footer .container .row .col {
        flex: 100%;
        text-align: center; } }
    @media screen and (max-width: 720px) {
      footer .container .row .col p {
        display: block; } }
  footer .container .row p {
    display: inline-block;
    font-size: 16px;
    color: #6e872f; }
    @media screen and (max-width: 850px) {
      footer .container .row p {
        font-size: 14px; } }
  footer .container .row .rtsoft {
    display: block;
    float: right;
    margin-left: 10px;
    background-image: url("../img/rtsoft.png");
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width: 100px;
    height: 32px; }
    footer .container .row .rtsoft:hover {
      background-position: center -32px; }
    footer .container .row .rtsoft img {
      display: none; }
    @media screen and (max-width: 720px) {
      footer .container .row .rtsoft {
        float: none;
        margin: 15px auto 0 auto; } }

/*# sourceMappingURL=style.css.map */
