html {
  font-size: 18px; }

body {
  color: black;
  font-family: 'GT Super Text', serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin: 0px; }

a:hover {
  color: silver;
  text-decoration: none; }

h1 {
  font-family: 'GT Super Display', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 40px 0; }

h4 {
  font-family: 'GT Super Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-section h3.section-subheading {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

.text-muted {
  color: #6c757d !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: 0.6s; }

.headline {
  display: inline-block; }

.mobile-headline {
  display: none; }

nav {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

nav .menu {
  padding: 77px 0 0 0;
  margin-right: 40px; }

nav .menu a {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: white;
  text-decoration: none;
  margin: 0 12px;
  transition: 0.6s;
  padding: 0 0 3px 0;
  border-bottom: 2px solid rgba(239, 51, 64, 0); }

nav .menu a:hover {
  padding-bottom: 3px;
  border-bottom: 2px solid #ef3340; }

nav .menu-small {
  display: none; }

nav .social {
  display: inline-block;
  padding: 75px 40px 0 0; }

nav .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  text-indent: -4000px;
  background-size: cover;
  transition: 0.5s; }

footer {
  color: white;
  width: auto;
  padding: 40px 60px;
  margin: 0px;
  background-color: black;
  text-align: center; }

/* aby nebyla linka kolem sipky ve slideru */
button:focus {
  outline: 0;
  box-shadow: none; }

/* MAIN SLIDER */
#main-slider {
  position: relative; }

.owl-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: .25em;
  margin: 0 auto; }

.slider-item {
  height: 600px; }

.owl-two .slider-item {
  height: 200px; }

.slider-item img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 0; }

.slider-item .background {
  object-fit: cover; }

.slider-item .logo {
  height: 100%;
  padding: 4rem;
  opacity: .5; }

@media only screen and (min-width: 668px) {
  .dvasloupce {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
.owl-nav.disabled {
  display: none; }

.main-content {
  position: relative; }
  .main-content .owl-theme .custom-nav, .main-content .owl-theme .custom-nav-two {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0; }
    .main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next, .main-content .owl-theme .custom-nav-two .owl-prev, .main-content .owl-theme .custom-nav-two .owl-next {
      position: absolute;
      height: 100px;
      color: inherit;
      background: none;
      border: none;
      z-index: 1; }
      .main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i, .main-content .owl-theme .custom-nav-two .owl-prev i, .main-content .owl-theme .custom-nav-two .owl-next i {
        font-size: 2.5rem;
        color: #cecece; }
    .main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav-two .owl-prev {
      left: 0; }
    .main-content .owl-theme .custom-nav .owl-next, .main-content .owl-theme .custom-nav-two .owl-next {
      right: 0; }

section#newsletter h2 {
  margin-top: 5rem;
  margin-bottom: 2rem; }

@media only screen and (max-width: 780px) {
  section#newsletter h2 {
    margin-top: 36px; } }
section#newsletter .subtitle {
  font-size: 16px;
  display: block;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 1.75;
  font-weight: normal; }

@media only screen and (max-width: 780px) {
  section#newsletter .subtitle {
    padding: 0 20px;
    font-size: 12px; } }
section#newsletter .mailbox {
  margin-top: 70px;
  margin-bottom: 120px;
  text-align: center; }

@media only screen and (max-width: 780px) {
  section#newsletter .mailbox {
    margin-top: 37px;
    margin-bottom: 40px; } }
section#newsletter .mailbox input[type="jmeno"] {
  width: 450px;
  margin: .5rem 0;
  padding: .25rem; }

section#newsletter .mailbox input[type="text"] {
  width: 450px;
  margin: .5rem 0;
  padding: .25rem; }

section#newsletter .mailbox input[type="email"] {
  width: 450px;
  margin: .5rem 0;
  padding: .25rem; }

@media only screen and (max-width: 780px) {
  section#newsletter .mailbox input[type="email"] {
    width: 100%; }

  section#newsletter .mailbox input[type="jmeno"] {
    width: 100%; }

  section#newsletter .mailbox input[type="text"] {
    width: 100%; } }
section#newsletter .mailbox input[type="submit"] {
  width: 180px;
  position: relative;
  top: 2px;
  background-color: #fff;
  margin: 1rem 0;
  padding: .5rem; }

@media only screen and (max-width: 1160px) {
  section#newsletter .mailbox input[type="submit"] {
    margin: 15px auto 0 auto;
    display: block; } }
@media only screen and (max-width: 780px) {
  section#newsletter .mailbox input[type="submit"] {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */










.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: silver /*#fed136;*/
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
