/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slider {
  text-align: center;
  position: relative;
}
.slick-arrow {
  display: inline-block;
  border: none;
  background-color: transparent;
  width: 112px;
  height: 112px;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 500;
  outline: none;
}
@media only screen and (max-width: 768px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
    bottom: 10%;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
.slick-arrow-prev {
  left: 5.2%;
  transform: translateY(50%) rotate(45deg);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 768px) {
  .slick-arrow-prev {
    left: 5%;
  }
}
.slick-arrow-next {
  right: 5.2%;
  transform: translateY(50%) rotate(-45deg);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 768px) {
  .slick-arrow-next {
    right: 5%;
  }
}
.slide {
  background-size: cover;
  color: #ffffff;
  position: relative;
}
.slide-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  padding: 18rem 0;
}
@media only screen and (max-width: 1024px) {
  .slide-wrapper {
    padding: 8.800000000000001rem 0 3.5rem;
  }
}
.slide-content {
  display: inline-block;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.slide-title {
  font-size: 3.75em;
  line-height: 1.06666667em;
  font-weight: bold;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .slide-title {
    font-size: 7.8125vw;
  }
}
.slide-subtitle {
  font-size: 3.375em;
  line-height: 1.18518519em;
  font-weight: normal;
  margin: 0 0 0.81481481em;
}
@media only screen and (max-width: 768px) {
  .slide-subtitle {
    font-size: 7vw;
  }
}
.slide-more {
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  bottom: 1.75em;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.slide-more:hover {
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .slide-more {
    font-size: 1.5em;
    bottom: .5em;
  }
}
.slide-more-text {
  display: block;
  transition: all 500ms ease-in-out;
}
.slide-more:hover .slide-more-text {
  transform: scale(1.3);
}
.slide-more-icon {
  display: inline-block;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.slide-more:hover .slide-more-icon {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.slide-more-icon:hover {
  text-decoration: none;
}
.btn {
  display: inline-block;
  font-size: 1em;
  line-height: 2em;
  color: #ffffff;
  background-color: #007cc3;
  padding: 0.4375em 2.125em;
  border: none;
  text-decoration: none;
  transition: background-color 500ms ease-in-out;
}
.btn:hover {
  text-decoration: none;
  color: #007cc3;
  background-color: #ffffff;
  background-image: none;
}
.btn--cta {
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: bold;
}
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.header-wrapper--colored {
  background-color: rgba(64, 64, 64, 0.7);
}
.header {
  max-width: 73.25em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.75em 1em;
}
.header-wrapper--colored .header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5em 1em;
}
@media only screen and (max-width: 1024px) {
  .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5em 1em;
  }
}
.header__part {
  display: inline-block;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
}
.header__part a {
  color: #ffffff;
  text-decoration: none;
}
.header__part a:hover {
  text-decoration: underline;
}
.header__part ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  .header__part ul {
    padding: 1em;
  }
}
.header__part ul li {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .header__part ul li {
    display: block;
    margin: 0 0 .5em;
    padding: .5em 0;
  }
}
.header__part--right {
  text-align: right;
}
.header-logo {
  display: inline-block;
  background-size: contain;
  width: 150px;
  height: 116px;
  margin-top: 0.4375px;
}
@media only screen and (max-width: 1024px) {
  .header-logo {
    width: 100px;
    height: 66px;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-container {
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #007cc3;
    min-width: 15em;
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .header-wrapper--active-menu .menu-wrapper {
    max-height: 999px;
  }
}
.header-menu-toggle {
  display: none;
  position: relative;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  border: none;
  margin: 0;
  padding: 0;
  background-color: #007cc3;
}
@media only screen and (max-width: 1024px) {
  .header-menu-toggle {
    display: inline-block;
  }
}
.header-menu-toggle span {
  position: absolute;
  left: 6px;
  right: 6px;
  opacity: 1;
  display: block;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-menu-toggle span:nth-child(1) {
  top: 13px;
}
.header-menu-toggle span:nth-child(2),
.header-menu-toggle span:nth-child(3) {
  top: 22.5px;
}
.header-menu-toggle span:nth-child(4) {
  top: 32px;
}
.header-wrapper--active-menu .header-menu-toggle span:nth-child(1),
.header-wrapper--active-menu .header-menu-toggle span:nth-child(4) {
  width: 0%;
  left: 50%;
}
.header-wrapper--active-menu .header-menu-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-wrapper--active-menu .header-menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-menu {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.125em;
  text-transform: uppercase;
  margin-right: -1.4375em !important;
}
@media only screen and (max-width: 1024px) {
  .header-menu {
    margin: 0 !important;
  }
}
.header-menu li {
  margin: 0 0.1875em;
}
@media only screen and (max-width: 1024px) {
  .wp-reference .header-menu li.reference,
  .wp-sluzba .header-menu li.sluzby,
  .wp-novinky .header-menu li.aktuality,
  .header-menu li.current-menu-item {
    text-decoration: underline;
  }
}
.wp-reference .header-menu li.current-menu-item,
.wp-sluzba .header-menu li.current-menu-item,
.wp-novinky .header-menu li.current-menu-item {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .header-menu {
    margin: 0;
  }
}
.header-menu a {
  padding: 0 1.25em;
}
@media only screen and (max-width: 1024px) {
  .header-menu a {
    padding: 0;
  }
}
.header-contact {
  font-size: 0.875em;
  line-height: 1.28571429em;
  margin-bottom: 2em !important;
}
@media only screen and (max-width: 1024px) {
  .header-contact {
    margin: 0 !important;
  }
}
.header-contact li {
  margin-left: 1.07142857em;
  padding-left: 1.07142857em;
}
.header-contact li:not(:first-of-type) {
  border-left: 1px solid #ffffff;
}
@media only screen and (max-width: 1024px) {
  .header-contact li:not(:first-of-type) {
    border: none;
  }
}
.contact-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.71428571em;
  line-height: 0;
}
.contact-icon svg {
  width: 100%;
  height: auto;
}
.contact-icon svg path {
  fill: #ffffff;
}
.contact-icon.icon-phone {
  width: 0.85714286em;
  height: 0.85714286em;
}
.contact-icon.icon-mail {
  width: 1em;
  height: 1em;
}
.history {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d8d8d8));
  background: -webkit-linear-gradient(#ffffff, #d8d8d8);
  background: -o-linear-gradient(#ffffff, #d8d8d8);
  background: linear-gradient(#ffffff, #d8d8d8);
  text-align: center;
  line-height: 1.625em;
  font-weight: 300;
  padding: 9rem 0 0;
}
.history-timeline {
  margin-top: 3.0625em;
}
.history-timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.375em;
  position: relative;
}
.history-timeline-item:first-of-type:after {
  top: 0.9375em;
}
.history-timeline-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .history-timeline-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.history-timeline-item:last-of-type {
  padding-bottom: 9rem;
}
.history-timeline-item:after {
  content: '';
  display: inline-block;
  width: 0.0625em;
  height: 100%;
  background-color: #afafaf;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
@media only screen and (max-width: 768px) {
  .history-timeline-item:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .history-timeline-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
}
.history-timeline-item__part {
  display: inline-block;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  margin: 0 0 0 5%;
}
.history-timeline-item:nth-of-type(even) .history-timeline-item__part {
  margin: 0 5% 0 0;
}
@media only screen and (max-width: 768px) {
  .history-timeline-item:nth-of-type(even) .history-timeline-item__part {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .history-timeline-item__part {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0;
  }
}
.history-timeline-item__part--year {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  text-align: right;
  margin: 0 2% 0 0;
}
.history-timeline-item:nth-of-type(even) .history-timeline-item__part--year {
  text-align: left;
  margin: 0 0 0 2%;
}
@media only screen and (max-width: 768px) {
  .history-timeline-item:nth-of-type(even) .history-timeline-item__part--year {
    text-align: center;
    margin: 0;
  }
}
.history-timeline-item__part--year p {
  font-weight: 300;
  margin: 0;
  padding: 1.125em;
}
@media only screen and (max-width: 768px) {
  .history-timeline-item__part--year {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0;
    text-align: center;
  }
}
.history-timeline-item__part--text {
  background-color: #ffffff;
  text-align: left;
  position: relative;
}
.history-timeline-item:nth-of-type(even) .history-timeline-item__part--text {
  text-align: right;
}
.history-timeline-item__part--text p {
  margin: 0;
  padding: 1.625em 2.125em 1.6875em;
  line-height: 1.5em;
}
.history-timeline-item__part--text:after {
  content: '';
  display: inline-block;
  border: 0.875em solid transparent;
  border-right-color: #ffffff;
  position: absolute;
  top: 1.1875em;
  right: 100%;
}
.history-timeline-item:nth-of-type(even) .history-timeline-item__part--text:after {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .history-timeline-item__part--text:after {
    display: none;
  }
}
.history-timeline-icon {
  display: inline-block;
  width: 3.4375em;
  height: 3.4375em;
  position: absolute;
  top: 0.1875rem;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .history-timeline-icon {
    right: 70%;
    top: 0.1875rem;
  }
}
.reference-list {
  max-width: 117.5em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1200px) {
  .reference-list {
    padding: 0 1em;
    margin: 0 -1%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .reference-list {
    margin: 0;
  }
}
.reference-list--single {
  margin-bottom: 5.9375em;
}
.reference {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 28.75em;
  flex: 0 1 28.75em;
  margin: 0 0.4375em 0.875em;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1200px) {
  .reference {
    margin: 0 1% 2%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
  .reference-slider .reference {
    display: block;
    margin: 0 1rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .reference {
    margin: 0 0 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .reference-slider .reference {
    display: block;
  }
}
.reference-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 75%;
}
.reference-info {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.5625em;
  position: absolute;
  right: 0.75em;
  bottom: 0.875em;
  left: 0.75em;
  z-index: 2;
  transition: background-color 500ms ease-in-out;
}
.reference:hover .reference-info {
  background-color: #ffffff;
}
.reference-title {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.5em;
  color: #007cc3;
  text-transform: uppercase;
}
.reference-excerpt p {
  margin: 0;
  font-size: 0.9375em;
  line-height: 1.5em;
  font-weight: 400;
}
.reference-more {
  display: inline-block;
  width: 4em;
  height: 4em;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.reference-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 124, 195, 0.6);
  opacity: 0;
  z-index: 1;
  transition: opacity 500ms ease-in-out;
}
.reference:hover .reference-overlay {
  opacity: 1;
}
.reference-slider {
  display: block;
  padding: 0 8rem;
}
@media only screen and (max-width: 768px) {
  .reference-slider {
    padding: 0;
  }
}
.reference-slider .reference {
  display: block;
  -ms-flex: none;
  flex: none;
}
@media only screen and (max-width: 768px) {
  .reference-slider .reference {
    margin: 0 4rem;
  }
}
.reference-slider .slick-arrow {
  border-color: #404040;
  width: 5rem;
  height: 5rem;
}
@media only screen and (max-width: 768px) {
  .reference-slider .slick-arrow {
    padding: 0;
    width: 1rem;
    height: 1rem;
    bottom: 50%;
  }
}
.reference-slider .slick-arrow.slick-arrow-prev {
  left: 3rem;
  transform: translateY(50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .reference-slider .slick-arrow.slick-arrow-prev {
    left: 1rem;
  }
}
.reference-slider .slick-arrow.slick-arrow-next {
  right: 3rem;
  transform: translateY(50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .reference-slider .slick-arrow.slick-arrow-next {
    right: 1rem;
  }
}
.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 73.25em;
  margin: 0 auto;
  padding: 0 1em;
}
@media only screen and (max-width: 1200px) {
  .services {
    margin: 0 1%;
    max-width: 98%;
  }
}
@media only screen and (max-width: 768px) {
  .services {
    margin: 0;
    max-width: 100%;
  }
}
.service {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  font-size: 0.9375em;
  line-height: 1.6em;
  text-align: center;
  margin: 0 0 5.33333333em;
  color: #404040;
  text-decoration: none;
  padding: 0;
  transition: color 500ms ease-in-out;
}
.service:focus {
  text-decoration: none;
  color: #404040;
}
.service:hover {
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .service {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    margin: 0 1% 5.33333333em;
  }
}
@media only screen and (max-width: 768px) {
  .service {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 5.33333333em;
  }
}
.service-wrapper {
  background-color: #e6e6e6;
  padding: 0 2.66666667em 2em;
  transition: background-color 500ms ease-in-out;
}
.service:hover .service-wrapper {
  background-color: #063450;
}
.service-icon {
  display: inline-block;
  width: 6.66666667em;
  height: 6.66666667em;
  background-size: contain;
  margin-top: -3.33333333em;
  margin-bottom: 1.26666667em;
}
.service-icon svg .st1,
.service-icon svg .st2,
.service-icon svg .st3 {
  transition: fill 500ms ease-in-out;
}
.service:hover .service-icon svg .st1 {
  fill: #007cc3;
}
.service:hover .service-icon svg .st2 {
  fill: #ffffff;
}
.service:hover .service-icon svg .st3 {
  fill: #ffffff;
}
.service-title {
  font-size: 1.33333333em;
  text-transform: uppercase;
  margin: 0 0 10px;
  min-height: 2.93333333em;
  font-weight: 700;
}
.service-info {
  margin: 0;
  height: 6.4em;
  overflow-y: auto;
}
.team-wrapper {
  max-width: 71.25em;
  margin: 0 auto 5.625em;
}
@media only screen and (max-width: 1200px) {
  .team-wrapper {
    padding: 0 1em;
  }
}
.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-x: auto;
  margin: 0 -0.9375em;
}
@media only screen and (max-width: 1200px) {
  .team {
    margin: 0 -1%;
  }
}
@media only screen and (max-width: 768px) {
  .team {
    margin: 0 0;
  }
}
.team-member {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.25em;
  flex: 0 1 16.25em;
  margin: 0 0.9375em;
  line-height: 0;
}
@media only screen and (max-width: 1200px) {
  .team-member {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    margin: 0 1%;
  }
}
@media only screen and (max-width: 1024px) {
  .team-member {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 28%;
    flex: 1 0 28%;
  }
}
@media only screen and (max-width: 768px) {
  .team-member {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
  }
}
.team-member img {
  width: 100%;
  height: auto;
}
.member-profile {
  width: 100%;
  height: auto;
}
.member-info {
  background-color: #007cc3;
  color: #ffffff;
  text-align: center;
  padding: 1.875em 0.625em;
  line-height: 1.4;
}
.member-info a {
  color: #ffffff;
  text-decoration: none;
}
.member-info a:hover {
  text-decoration: underline;
}
.member-name {
  font-size: 1.1875em;
  font-weight: bold;
  margin: 0 0 0.52631579em;
}
.member-description {
  font-size: 0.9375em;
  line-height: 1.26666667em;
  height: 2.45333333em;
  overflow: hidden;
  margin: 0 0 1.2em;
}
.member-contacts {
  font-size: 0.9375em;
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cta-wrapper {
  background-image: url(https://www.h3geo.cz/wp-content/themes/me/css/../images/cta-background.jpg);
  background-size: contain;
  background-position: center;
}
.cta {
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  max-width: 73.25em;
  margin: 0 auto;
  padding: 3em 1em 3.6875em;
}
.cta-wrapper--single .cta {
  padding: 3.3125em 1em 3.375em;
}
@media only screen and (max-width: 768px) {
  .cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cta__part {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.cta__part--icon {
  -ms-flex-preferred-size: 11%;
  flex-basis: 11%;
}
@media only screen and (max-width: 1024px) {
  .cta__part--icon {
    display: none;
  }
}
.cta__part--text {
  -ms-flex-preferred-size: 62%;
  flex-basis: 62%;
}
@media only screen and (max-width: 1024px) {
  .cta__part--text {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .cta__part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin: 0 0 1em;
  }
}
.cta-icon {
  display: inline-block;
  width: 7.5625em;
  height: 7.5625em;
  background-size: 100%;
  background-position: center;
}
.cta-text {
  font-size: 2.25em;
  line-height: 1.19444444em;
  font-weight: bold;
  max-width: 16em;
}
@media only screen and (max-width: 768px) {
  .cta-text {
    margin: 0 auto;
  }
}
.news-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#d8d8d8));
  background: -webkit-linear-gradient(#fcfcfc, #d8d8d8);
  background: -o-linear-gradient(#fcfcfc, #d8d8d8);
  background: linear-gradient(#fcfcfc, #d8d8d8);
  padding: 9rem 0 7rem;
}
.news {
  max-width: 73.25em;
  margin: 0 auto;
  padding: 0 1em;
}
.news:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}
.news img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .news {
    margin: 0 -1%;
  }
}
@media only screen and (max-width: 768px) {
  .news {
    margin: 0;
  }
}
.news-item {
  display: inline-block;
  float: left;
  background-color: #ffffff;
  width: 18.3125em;
  margin: 0 0 1.25em 1.25em;
  line-height: 0;
  color: #404040;
  text-decoration: none;
}
.news-item:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .news-item {
    width: 23%;
    margin: 0 1% 1.25em;
  }
}
@media only screen and (max-width: 1024px) {
  .news-item {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .news-item {
    width: 100%;
    margin: 0 0 1em;
  }
}
.news-item--large {
  width: 31.0625em;
  margin-left: 0;
  margin-right: 1.0625em;
}
@media only screen and (max-width: 1200px) {
  .news-item--large {
    width: 48%;
    margin: 0 1% 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .news-item--large {
    width: 100%;
    margin: 0 0 1em;
  }
}
.news-item--link {
  position: relative;
}
.news-item--link:after {
  content: '';
  display: inline-block;
  background-color: rgba(5, 39, 60, 0.92);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.news-item--link:hover:after {
  opacity: 1;
  z-index: 2;
}
.news-item--link:hover .news-more {
  opacity: 1;
  z-index: 3;
}
.news-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.9375em 0 0;
}
.news-main:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}
.news-item--large .news-main {
  margin: 0;
  padding: 1.875em 0 0;
}
.news-main__part {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.news-main__part--date {
  margin-right: 1.25em;
}
.news-item--large .news-main__part--date {
  margin-right: 1.5625em;
}
.news-published {
  display: inline-block;
  color: #007cc3;
  border: 0.0625em solid #007cc3;
  text-align: center;
  font-weight: 400;
  padding: 0.5em 0.96125em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .news-published {
    padding: .5em;
    width: 100%;
  }
}
.news-published-day {
  display: block;
  font-size: 1.6875em;
  line-height: 0.74074074em;
}
.news-published-month {
  display: block;
  font-size: 1em;
  line-height: 1.25em;
}
.news-title {
  font-size: 1.125em;
  line-height: 1.22222222em;
  min-height: 3.66666667em;
  padding-right: 0.83333333em;
  font-weight: bold;
  margin: 0;
}
.news-item--large .news-title {
  font-size: 1.3125em;
  line-height: 1.19047619em;
  padding: 0 1em 0 0;
  min-height: 0;
}
.news-title a {
  color: #404040;
}
.news-excerpt {
  font-size: 0.9375em;
  line-height: 1.6em;
  margin: 0.93333333em 0 1.93333333em;
  padding: 0 1em;
  min-height: 6.4em;
}
.news-item--large .news-excerpt {
  margin: 0.6em 0 1.73333333em;
  padding: 0 1em 0 5.86666667em;
  min-height: 5.33333333em;
}
@media only screen and (max-width: 768px) {
  .news-item--large .news-excerpt {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 1200px) {
  .news-excerpt {
    padding: 0 1em 0 10%;
  }
}
.news-more {
  display: block;
  text-align: right;
  font-size: 0.9375em;
  font-weight: bold;
  padding: 0 1.73333333em 1.75em;
  text-transform: uppercase;
  transition: opacity 500ms ease-in-out;
}
.news-item--link .news-more {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  color: #ffffff;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.news-item--link .news-more:after {
  content: '';
  display: inline-block;
  border: 0.4em solid transparent;
  border-left-color: #ffffff;
  margin-left: 0.4em;
}
.news-more a {
  color: #007cc3;
  text-decoration: none;
}
.news-more a:hover {
  text-decoration: underline;
}
.news-more a:after {
  content: '';
  display: inline-block;
  border: 0.4em solid transparent;
  border-left-color: #007cc3;
  margin-left: 0.4em;
}
.news-list__item {
  margin-bottom: 3rem;
}
.news-list__title {
  margin-top: 0;
}
.news-list__image-wrapper {
  text-align: center;
}
.news-list__image-wrapper img {
  max-width: 100%;
  height: auto;
}
.tw-pagination .title {
  color: #007cc3;
  font-size: 1.6rem;
}
.contact-wrapper {
  position: relative;
  min-height: 31.5em;
}
.contact {
  max-width: 79.5em;
  margin: 0 auto;
  padding: 0 1em;
}
.contact-adress {
  display: inline-block;
  background-image: url('https://www.h3geo.cz/wp-content/themes/me/css/../images/box-background.png');
  background-position: bottom;
  background-size: cover;
  margin-top: -5.1875em;
  width: 100%;
  max-width: 26.125em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.6875em 3.4375em 1.1875em;
  position: relative;
  z-index: 2;
}
.contact-adress a {
  color: #404040;
  text-decoration: none;
}
.contact-adress a:hover {
  text-decoration: underline;
}
.contact h3,
.contact-adress-title {
  font-size: 1.125em;
  line-height: 1.44444444em;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.contact ul,
.contact-adress-list {
  margin: 0 0 1.0625em;
  padding: 0;
  list-style: none;
  font-size: 1em;
  line-height: 1.5625em;
  font-weight: 300;
}
.map {
  background-color: gray;
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .map {
    position: relative !important;
    height: 0;
    padding-bottom: 56%;
  }
}
.masterhead-wrapper {
  background-color: #007cc3;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.masterhead-title {
  font-size: 3.75em;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  margin: 24.5% auto 0.91666667em;
}
.breadcrumbs {
  padding-top: 41px;
  padding-bottom: 34px;
  font-size: 15px;
  text-align: right;
}
.breadcrumb-divider {
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #404040;
  margin: 0 5px 0 10px;
}
.editor {
  line-height: 1.625em;
  font-weight: 300;
  margin-bottom: 80px;
}
.editor h1 {
  font-size: 2.5625em;
  color: #007cc3;
  margin: 0 auto 1.09756098em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.68292683em;
}
.editor ul {
  list-style: none;
  padding: 0;
  margin: 2.5em 0;
}
.editor ul li {
  margin-bottom: 1em;
  padding-left: 1.75em;
  position: relative;
}
.editor ul li:before {
  content: '';
  display: inline-block;
  background-color: #007cc3;
  border: none;
  border-radius: 50%;
  padding: 0.1875em;
  position: absolute;
  top: 0.625em;
  left: 0;
}
.editor a {
  text-decoration: underline;
}
.alignright {
  float: right;
  margin: .5em 0 1em 1em;
}
@media only screen and (max-width: 768px) {
  .alignright {
    display: block;
    float: none;
    margin: 1em auto;
  }
}
.alignleft {
  float: left;
  margin: .5em 1em 1em 0;
}
@media only screen and (max-width: 768px) {
  .alignleft {
    display: block;
    float: none;
    margin: 1em auto;
  }
}
.aligncenter {
  float: none;
  margin: .5em auto 0;
}
@media only screen and (max-width: 768px) {
  .aligncenter {
    display: block;
    float: none;
    margin: 1em auto;
  }
}
.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.gallery-item {
  display: inline-block;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 0;
  padding: 0 15px 15px;
}
@media only screen and (max-width: 768px) {
  .gallery-item {
    min-width: 0;
  }
}
.gallery-columns-2 .gallery-item {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .gallery-columns-2 .gallery-item {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.gallery-columns-3 .gallery-item {
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
}
@media only screen and (max-width: 768px) {
  .gallery-columns-3 .gallery-item {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.gallery-columns-4 .gallery-item {
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}
@media only screen and (max-width: 768px) {
  .gallery-columns-4 .gallery-item {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.gallery-columns-5 .gallery-item {
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
}
@media only screen and (max-width: 768px) {
  .gallery-columns-5 .gallery-item {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.gallery-columns-6 .gallery-item {
  -ms-flex: 0 1 16.66666667%;
  flex: 0 1 16.66666667%;
}
@media only screen and (max-width: 1200px) {
  .gallery-columns-6 .gallery-item {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-columns-6 .gallery-item {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.gallery-columns-7 .gallery-item {
  -ms-flex: 0 1 14.28571429%;
  flex: 0 1 14.28571429%;
}
@media only screen and (max-width: 1200px) {
  .gallery-columns-7 .gallery-item {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-columns-7 .gallery-item {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.gallery-columns-8 .gallery-item {
  -ms-flex: 0 1 12.5%;
  flex: 0 1 12.5%;
}
@media only screen and (max-width: 1200px) {
  .gallery-columns-8 .gallery-item {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-columns-8 .gallery-item {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.gallery-columns-9 .gallery-item {
  -ms-flex: 0 1 12.5%;
  flex: 0 1 12.5%;
}
@media only screen and (max-width: 1200px) {
  .gallery-columns-9 .gallery-item {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-columns-9 .gallery-item {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.gallery-icon {
  text-align: center;
  margin-bottom: .5rem;
}
.gallery-icon a {
  display: inline-block;
  line-height: 0;
}
.gallery-icon img {
  max-width: 100%;
  height: auto;
}
.wp-caption-text {
  text-align: center;
}
.responsive-video-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 50rem;
}
.responsive-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-wrapper {
  background-color: #007cc3;
  color: #ffffff;
}
.footer-wrapper a {
  color: #ffffff;
  text-decoration: none;
}
.footer-wrapper a:hover {
  text-decoration: underline;
}
.footer {
  font-size: 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 65.11111111em;
  margin: 0 auto;
  padding: 1.77777778em 1em 1.44444444em;
}
.footer__part {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.icon-logo-me {
  display: inline-block;
  background-size: 120px 20px;
  width: 120px;
  height: 20px;
}
.wpcf7 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.wpcf7 label {
  display: block;
}
.wpcf7 .btn:hover {
  color: #ffffff;
  background-color: #007cc3;
}
body {
  font-family: 'Titillium';
  font-size: 16px;
}
.wpcf7-response-output.alert {
  display: block !important;
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.wpcf7-response-output:empty {
  display: none !important;
}
.site {
  max-width: 100%;
  overflow-x: hidden;
  color: #404040;
}
.title {
  font-size: 2.5em;
  color: #007cc3;
  margin: 0 auto 1.09756098em;
  font-weight: bold;
  text-align: center;
}
.title--contact {
  padding: 9rem 0 1.70731707em;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#ffffff), color-stop(#ffffff), color-stop(rgba(255, 255, 255, 0.9)), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
  background: -webkit-linear-gradient(#ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), transparent);
  background: -o-linear-gradient(#ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), transparent);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#ffffff), color-stop(#ffffff), color-stop(rgba(255, 255, 255, 0.9)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(#ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
  background: -o-linear-gradient(#ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
  background: linear-gradient(#ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
  position: relative;
  z-index: 2;
}
.title--services {
  margin-bottom: 2.31707317em;
}
.wrapper {
  padding: 9rem 0 0;
}
.wrapper--reference {
  padding-top: 1rem;
}
.wrapper--team {
  padding-top: 7.6rem;
}
.container {
  max-width: 105rem;
  margin: 0 auto;
}
.container--editor {
  max-width: 117rem;
}
@media only screen and (max-width: 768px) {
  .container--editor {
    width: 100%;
  }
}
.post-edit {
  float: left;
}
.post-edit-link {
  color: #8bc645 !important;
}
.mb-1 {
  margin-bottom: 2.5rem;
}
._CookieScriptReportPageCheckboxText {
  font-size: 16px !important;
}
._CookieScriptReportPageSaveSettingButton {
  display: flex;
  height: 51px;
  line-height: 41px;
  color: white;
  padding: 5px 20px;
  background: url('/wp-content/themes/me/images/btn-bg_repeat.png') repeat-x left top;
  border: 0;
  border-radius: 4px;
}
._CookieScriptReportPageSaveSettingButton:hover {
  opacity: 0.8;
}
._CookieScriptReportPageTableTd {
  font-size: 14px;
  font-family: 'Titillium' !important;
}
._CookieScriptReportPageTable {
  font-size: 14px;
  font-family: 'Titillium' !important;
}
#cookiescript_readmore {
  text-decoration: underline;
}