@import url("https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap&subset=latin-ext");

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button:focus {
  outline: 0;
}
:focus {
  outline: 0;
}
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}

/* Styleguide start */
.title {
  font-weight: 700;
  line-height: 1.2;
}
.title--xxxlarge {
  font-size: 100px;
}
.title--xxlarge {
  font-size: 80px;
}
.title--xlarge {
  font-size: 70px;
}
.title--large {
  font-size: 50px;
}
.title--medium {
  font-size: 40px;
}
.title--small {
  font-size: 30px;
}
.title--xsmall {
  font-size: 20px;
}
.title--xxsmall {
  font-size: 16px;
}
.title--xxxsmall {
  font-size: 14px;
}
.paragraph {
  line-height: 1.5;
}
.paragraph--large {
  font-size: 20px;
}
.paragraph--medium {
  font-size: 16px;
}
.paragraph--small {
  font-size: 14px;
}
.paragraph strong {
  font-weight: bold;
}
.paragraph em {
  font-style: italic;
}
.paragraph p {
  margin-bottom: 20px;
}
.paragraph p:last-of-type {
  margin-bottom: 0;
}
.site .paragraph p a {
  color: #1795dc;
}
.site .paragraph p a::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid;
  width: 100%;
  top: 50%;
  left: -100%;
  z-index: -1;
}
.text--uppercase {
  text-transform: uppercase;
}
.background--white {
  background-color: #fff;
}
.background--black {
  background-color: #000;
}
.background--blue {
  background-color: #1795dc;
}
.background--light-blue {
  background-color: #70c4f2;
}
.background--lighter-blue {
  background-color: #def0fa;
}
.background--gray {
  background-color: #f1f6f9;
}
.color--white {
  color: #fff;
}
.color--black {
  color: #000;
}
.color--gray {
  color: #adb3be;
}
.color--dark-gray {
  color: #606060;
}
.button__wrapper {
  display: inline-block;
}
.button {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 4px;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  line-height: 1.2;
  text-transform: uppercase;
}
.button--background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.button-icon__wrapper {
  position: absolute;
  height: 23px;
  width: 100%;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.intro-image .button-icon__wrapper {
  transform: translateY(-50%) rotate(90deg);
}
.button-icon {
  position: absolute;
}
.button .button-icon__first {
  right: 50%;
  transform: translateX(50%);
}
.button .button-icon__second {
  right: calc(100% + 50px);
  transform: translateX(0);
}
.image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.image--1-1 {
  padding-bottom: 100%;
}
.image--1-2 {
  padding-bottom: 130%;
}
.image--2-1 {
  padding-bottom: 50%;
}
.image--16-9 {
  padding-bottom: 56.25%;
}
.image--16-10 {
  padding-bottom: 62.5%;
}
.image--10-16 {
  padding-bottom: 135%;
}
.image--4-3 {
  padding-bottom: 75%;
}
.image--100 {
  height: 100%;
}
.post-image {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-top-60 {
  margin-top: 60px;
}
/* Styleguide end */

.center {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.center--narrow {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.center--wide {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}
.header--active {
  position: fixed;
}
.header__left {
  width: calc(50% - 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
.header__logo {
  position: relative;
  z-index: 20;
  margin-right: 15px;
}
.header__logo a {
  display: inline-block;
}
.header__logo a svg {
  max-height: 50px;
  width: auto;
}
.header__logo a svg path {
  fill: #000 !important;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}
.home .header__logo a svg path,
.single-znamenitosti .header__logo a svg path {
  fill: #fff !important;
}
.header--active .header__logo a svg path {
  fill: #1795dc !important;
}
.header__social li {
  display: inline-block;
  margin-right: 25px;
}
.header__social li a {
  display: inline-block;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.header__social li a svg path {
  fill: #000;
}
.home .header__social li a svg path,
.single-znamenitosti .header__social li a svg path {
  fill: #fff !important;
}
/*.header__menu {
	position: relative;
	z-index: 20;
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.header__menu--open {
	width: 50px;
}
.header--active .header__menu--open {
	display: none;
}
.header__menu--close {
	display: none;
	width: 40px;
}
.header--active .header__menu--close {
	display: block;
}*/
.hamburger {
  overflow: hidden;
  position: relative;
  z-index: 20;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hamburger__container {
  width: 36px;
  height: 24px;
  position: relative;
}
.hamburger.is-active .hamburger__container {
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  transform: rotate(-90deg);
}
.hamburger.is-active:hover .hamburger__container {
  transform: rotate(0);
}
.hamburger:hover .hamburger__inner {
  transform: translate(-51px, 50%);
  opacity: 0;
}
.hamburger:hover .hamburger__inner::before,
.hamburger:hover .hamburger__inner::after {
  transform: translate(102px, 0);
  opacity: 0;
}
.hamburger.is-active .hamburger__inner {
  display: none;
}
.hamburger__inner {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  top: 50%;
  transform: translate(5px, -50%);
  opacity: 1;
}
.hamburger__inner::before,
.hamburger__inner::after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  content: "";
  opacity: 1;
  transform: translate(-5px, 0);
}
.hamburger__inner::before {
  top: -13px;
}
.hamburger__inner::after {
  top: 13px;
}
.hamburger:hover .hamburger__hidden {
  opacity: 1;
  transform: translate(0, -50%);
}
.hamburger:hover .hamburger__hidden::before,
.hamburger:hover .hamburger__hidden::after {
  opacity: 1;
  transform: translate(0, 0);
}
.hamburger.is-active .hamburger__hidden {
  opacity: 1;
  transform: rotate(45deg);
}
.hamburger.is-active .hamburger__hidden::before {
  transform: translate(0, 13px) rotate(90deg);
  transform-origin: center;
}
.hamburger.is-active .hamburger__hidden::after {
  transform-origin: center;
  transform: translate(0, -13px) rotate(0);
}
.hamburger__hidden {
  opacity: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  background-color: white; /**/
  top: 50%;
  transform: translate(51px, -50%);
}
.hamburger__hidden::before,
.hamburger__hidden::after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  background-color: white; /**/
  content: "";
  transform: translate(102px, 0);
}
.hamburger__hidden::before {
  top: -13px;
}
.hamburger__hidden::after {
  top: 13px;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 10;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translate(0%, -100%);
  padding-top: 35px;
}
.header--active .nav {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
}
.nav::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  z-index: 0;
  background-color: #1795dc;
  -moz-transition: 400ms ease;
  -o-transition: 400ms ease;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  transition-delay: 500ms;
}
.header--active .nav::before {
  width: 70%;
}
.nav-image {
  width: 100%;
  position: relative;
  mix-blend-mode: multiply;
}
.nav-image img {
  position: relative;
  left: 40%;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
  z-index: -1;
  min-height: 200px;
  max-height: 80vh;
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150px;
  max-height: calc(100vh - 300px);
}
.nav-left {
  width: 30%;
  padding: 0 60px 0 calc(50% - 710px);
}
.nav-left__title {
  opacity: 0.4;
  margin-bottom: 60px;
}
.nav-left a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.nav-left a::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid;
  width: 100%;
  top: 50%;
  left: -100%;
  z-index: -1;
}
.nav-left__subtitle {
  margin-bottom: 60px;
}
.nav-left__subtitle a::before {
  border-top: 1px solid;
  transform: translateY(-50%);
}
.nav-left__text .paragraph {
  line-height: 1.2;
}
.nav-right {
  width: 70%;
  padding: 0 calc(50% - 710px) 0 60px;
  opacity: 0;
  -moz-transition: 400ms ease;
  -o-transition: 400ms ease;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  transition-delay: 700ms;
}
.header--active .nav-right {
  opacity: 1;
}
.nav-blocks,
.nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.nav-block,
.nav .menu-item {
  margin-left: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-block:first-of-type,
.nav .menu-item:first-of-type {
  margin-left: 0;
}
.nav-block ul,
.nav .menu-item ul {
  margin-top: 25px;
  line-height: 1.2;
}
.nav .menu-item ul ul {
  margin-left: 10px;
}
.nav .menu-item ul ul a {
  text-transform: uppercase;
  font-size: 12px;
}
.nav-block ul li,
.nav .menu-item ul li {
  margin: 0 0 20px;
  font-weight: 400;
  text-transform: none;
}
.nav-block ul li:last-of-type,
.nav .menu-item ul li:last-of-type {
  margin-bottom: 0;
}
.nav .menu-item a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.nav .menu-item a::before {
  position: absolute;
  content: "";
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  z-index: -1;
}
.nav .menu-item ul li a::before {
  border-top: none;
  transform: translateY(0);
}
.nav-social {
  margin-top: 150px;
  text-align: right;
}
.nav-social li {
  display: inline-block;
  margin-right: 25px;
}
.nav-social li:last-of-type {
  margin-right: 0;
}
.nav-social li a {
  display: inline-block;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.site {
  overflow: hidden;
}
.intro-slider {
  width: 100%;
  margin: 0 !important;
  position: relative;
  margin-bottom: 150px !important;
}
.intro-slide {
  height: 100vh !important;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.intro-slide__content {
  width: calc(50% - 75px);
  height: 100%;
}
.intro-slide__title--wrapper {
  height: 70%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; /**/
  background-position: right center; /**/
  background-color: #000; /**/
  position: relative;
}
.intro-slide__title {
  position: absolute;
  left: calc(100% - 635px);
  right: 75px;
  bottom: 75px;
}
.intro-slide__title svg {
  margin-bottom: 15px;
}
.intro-slide__text {
  padding: 75px 75px 0 calc(100% - 635px);
  position: relative;
}
.intro-slide__text .button__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
}
.intro-slide__text .button__wrapper .button {
  height: 150px;
  width: 150px;
}
.intro-slide__text .button__wrapper .button .button-icon__second {
  right: calc(100% + 100px);
}
.intro-slide__image {
  width: calc(50% + 75px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.intro-slider .slick-dots {
  bottom: 75px;
  width: calc(50% - 75px);
  padding: 0 75px 0 calc(50% - 710px);
  text-align: left;
}
.intro-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
  padding: 4px 0;
}
.intro-slider .slick-dots li button {
  width: 30px;
  height: 2px;
  padding: 0;
  background-color: #c4c4c4;
}
.intro-slider .slick-dots .slick-active button {
  background-color: #1795dc !important;
}
.intro-slider .slick-dots li button:before {
  display: none !important;
}
.history {
  width: 100%;
  margin-bottom: 210px;
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
}
.history__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
}
.history__image .image {
  z-index: 1;
}
.history__image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
  z-index: 2;
}
.history__title {
  text-align: center;
  margin-bottom: 150px;
}
.history__title span {
  display: block;
  margin-bottom: 30px;
}
.history__text {
  width: 50%;
  margin-left: auto;
  padding-left: 90px;
}
.history .button__wrapper {
  margin-top: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-100%);
  margin-bottom: -60px;
}
.history .button__wrapper .button {
  width: 175px;
  height: 175px;
  padding: 0 30px;
  z-index: 1;
}
/*.history .button__wrapper svg {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
}*/
.history .button__wrapper .button-icon__wrapper {
  right: -23px;
  width: calc(100% + 23px);
  z-index: -1;
}
.history .button__wrapper .button .button-icon__first {
  right: 0;
  transform: translateX(0);
}
.news {
  width: 100%;
  margin-bottom: 150px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.news__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 100%;
  transform: rotate(-90deg);
  opacity: 0.25;
}
.news__title .title {
  position: absolute;
  top: 60px;
  right: 0;
  line-height: 1;
}
.news__title .title a {
  display: inline-block;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.news__title .title a::before {
  position: absolute;
  content: "";
  border-top: 1px solid;
  border-bottom: 2px solid;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  z-index: -1;
}
.news__inner {
  width: 50%;
}
.featured-post__wrapper {
  display: block;
  width: 100%;
  position: relative;
  padding: 50px;
  padding-right: 20%;
  margin-bottom: 50px;
}
.featured-post__wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -90px;
  width: 90px;
  background-color: #000;
  z-index: 2;
}
.featured-post {
  display: block;
}
.featured-post .paragraph {
  margin-bottom: 50px;
}
.featured-post .paragraph span {
  font-weight: 700;
}
.featured-post .title {
  margin-bottom: 50px;
}
.featured-post .title h3 {
  display: inline-block;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/*.featured-post .title h3::before {
	position: absolute;
	content: '';
	border-top: 1px solid;
	border-bottom: 1px solid;
  width: 100%;
	top: 50%;
	transform: translateY(-50%);
  left: -100%;
	z-index: -1;
}*/
.featured-post__wrapper .button__wrapper {
  max-width: calc(100% - 85px);
}
.featured-post__wrapper .button__wrapper .button {
  z-index: 1;
}
.featured-post__wrapper .button__wrapper .button-icon__wrapper {
  width: calc(100% + 40px + 45px);
  left: 0;
  z-index: -1;
}
.featured-post__container .button-icon__first {
  right: 0;
  transform: translateX(0);
}
.featured-post__wrapper .button__wrapper .button svg path {
  fill: #fff;
}
.featured-post__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
}
.featured-post__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-blocks {
  width: 100%;
  padding-right: 50px;
}
.news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
.news-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #70c4f2;
  width: 3px;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.news-block__image {
  width: 170px;
  margin: 0 50px;
}
.news-block__content {
  width: calc(100% - 270px);
}
.news-block__content .title {
  margin-bottom: 20px;
}
.news-block__content .title h4 {
  display: inline-block;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.news-blocks .button__wrapper {
  margin-left: 50px;
}
.news-blocks .button__wrapper a {
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  overflow: hidden;
  z-index: 1;
}
.news-blocks .button__wrapper a::before {
  position: absolute;
  content: "";
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  z-index: -1;
}
.services {
  width: 100%;
  padding-bottom: 150px;
  margin-bottom: 150px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.services::before {
  position: absolute;
  content: "";
  top: 100px;
  left: 0;
  right: 50%;
  bottom: 0;
  background-color: #def0fa;
  z-index: -1;
}
.services__image {
  margin-bottom: -50px;
  mix-blend-mode: multiply;
}
.services__image img {
  mix-blend-mode: multiply;
}
.services__title {
  margin-bottom: 70px;
}
.services__title .title {
  line-height: 1;
}
.services__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 0 auto;
}
.services__box .services__list {
  width: 48%;
  display: block;
  text-align: center;
}
.services__box .services__list li {
  text-align: center;
  display: table;
  margin: 0 auto 10px;
}

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.services__list li {
  padding: 0 5px;
  margin-bottom: 20px;
}
.services__list li a span {
  display: block;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.services__list li a span::before {
  position: absolute;
  content: "";
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  z-index: -1;
}
.events {
  width: 100%;
  margin-bottom: 150px;
}
.events__title {
  text-align: center;
  margin-bottom: 100px;
}
.events__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.event {
  width: 22%;
  position: relative;
  z-index: 1;
}
.event__date {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  z-index: 1;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.event__date .title {
  width: 100%;
  margin-bottom: 5px;
}
.event__image {
  margin-bottom: 20px;
}
.event__subtitle {
  margin-bottom: 10px;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.event__title {
  margin-bottom: 10px;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.slider {
  width: 100%;
  position: relative;
  z-index: 1;
}
.slider-nav__wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}
.slider-nav {
  position: absolute;
  width: 50%;
}
.slider-button {
  position: absolute;
  cursor: pointer;
  bottom: 50px;
}
.slider-button svg path {
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.slider-button:hover svg path {
  fill: #1795dc;
}
.slider-prev {
  left: 50px;
}
.slider-prev svg {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.slider-next {
  right: 50px;
}
.slick-track {
  display: -webkit-box !important; /**/
  display: -ms-flexbox !important; /**/
  display: flex !important; /**/
}
.slide {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 400px;
  min-height: 100% !important; /**/
  height: auto !important; /**/
  display: -webkit-box !important; /**/
  display: -ms-flexbox !important; /**/
  display: flex !important; /**/
}
.slide-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.slide .center--wide {
  margin: auto auto 0; /**/
}
.slide-content {
  width: 50%;
  padding: 50px;
}
.slide-content__headline {
  margin-bottom: 70px;
}
.slide-content__headline .title {
  display: inline-block;
}
.slide-content__headline svg {
  display: inline-block;
  margin-left: 15px;
  vertical-align: bottom;
}
.slide-content__inner {
  margin-bottom: 100px;
  padding-right: 20%;
}
.slide-content__title {
  margin-bottom: 15px;
}
.footer__wrapper {
  overflow: hidden;
}
.contact {
  width: 100%;
}
.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__content {
  width: 50%;
  padding: 150px 150px 150px calc(50% - 710px);
}
.contact__title {
  margin-bottom: 60px;
  position: relative;
}
.contact__title .title {
  opacity: 0.4;
}
.contact__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -30px;
  width: 100px;
  height: 3px;
  background-color: #fff;
  opacity: 1;
}
.contact__content a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.contact__content a::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid;
  width: 100%;
  top: 50%;
  left: -100%;
  z-index: -1;
}
.contact__subtitle {
  margin-bottom: 60px;
}
.contact__subtitle a::before {
  border-top: 1px solid;
  transform: translateY(-50%);
}
.contact__map {
  width: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact__map .acf-map {
  width: 100%;
  height: 100%;
  position: relative;
}
.contact__map .acf-map .gm-style {
  /*opacity: 0.2;*/
  top: -60px !important;
  height: calc(100% + 240px) !important;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}
.contact__map--active .acf-map .gm-style,
.contact__map:hover .acf-map .gm-style {
  opacity: 1;
}
/*.contact__map .map iframe {
	width: 100%;
	margin-top: -130px;
	height: calc(100% + 260px);
}*/
.map__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  mix-blend-mode: multiply;
  z-index: 1;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  width: 530px;
  max-width: 90%;
}
.contact__map:hover .map__image {
  opacity: 0;
  visibility: hidden;
}
.contact__map--active .map__image {
  z-index: -1;
}
.map__image img {
  margin-bottom: -80px;
  mix-blend-mode: multiply;
}
.footer {
  width: 100%;
  padding: 80px 0;
}
.footer .center--wide {
  margin-bottom: -30px;
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-row__block {
  margin-bottom: 30px;
}
.footer-row__block ul li {
  display: inline-block;
  margin-right: 20px;
}
.footer-row__block:last-of-type ul li:last-of-type {
  margin-right: 0;
}
.footer-row__block a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  vertical-align: bottom;
}
.footer-row__block ul a::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid;
  width: 100%;
  top: 50%;
  left: -100%;
  z-index: -1;
}
.footer-row__block .title a::before {
  border-top: 1px solid;
  transform: translateY(-50%);
}
.footer-row__block .footer__social a {
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.footer-row__block .footer__social a::before {
  display: none;
}
.page-intro {
  width: 100%;
  padding-top: 250px;
  margin-bottom: 150px;
  text-align: center;
}
.page-intro .title span {
  display: block;
  margin-bottom: 25px;
}
.centered-block {
  width: 100%;
}
.centered-block--inverted .centered-block__image {
  order: 1;
}
.centered-block--inverted .centered-block__text {
  order: 2;
}
.centered-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.centered-block__text {
  width: 50%;
  padding: 150px 150px 150px calc(50% - 710px);
}
.centered-block__text h3 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}
.centered-block__text h4 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}
.centered-block__image {
  width: 50%;
}
.centered-block__image svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  max-width: calc(100% - 120px);
  max-height: 80%;
  z-index: 2;
}
.labeled-block {
  width: 100%;
  margin-bottom: 40px;
}
.labeled-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.labeled-block__image {
  width: 50%;
}
.labeled-block__image img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.labeled-block__image .label__wrapper {
  position: relative;
  z-index: 2;
  float: right;
}
.labeled-block__image .label {
  position: relative;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  padding: 20px;
}
.labeled-block__image .label svg {
  margin: 20px 15px;
}
.labeled-block__image .label .paragraph {
  margin: 20px 15px;
}
.labeled-block__text {
  width: 50%;
  padding: 150px calc(50% - 710px) 0 150px;
}
.labeled-block__text h3 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}
.labeled-block__text h4 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}
.contained-block {
  width: 100%;
}
.contained-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contained-block__text {
  width: 50%;
  padding: 150px 0 150px calc(50% - 710px);
}
.contained-block__text h3 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}
.contained-block__text h4 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}
.contained-block__image {
  width: calc(50% - 120px);
}
.contained-block__image img {
  object-fit: contain;
}
.black-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 220px;
  position: relative;
  z-index: 2;
}
.black-block__text {
  width: 50%;
  padding: 150px 0 150px calc(50% - 710px);
}
.black-block__text .paragraph {
  margin-top: 50px;
}
.black-block__image {
  width: 50%;
  padding: 0 0 0 120px;
  margin-top: auto;
  position: relative;
  top: 120px;
}
.black-block__image img {
  width: 100%;
}
.image-intro {
  width: 100%;
  padding-top: 200px;
  margin-bottom: 200px;
  text-align: center;
}
.image-intro img {
  margin-bottom: -50px;
}
.aligned-block {
  width: 100%;
  margin-bottom: 150px;
}
.aligned-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aligned-block__text {
  width: 50%;
  padding: 0 100px 0 calc(50% - 710px);
}
.aligned-block__text h3 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}
.aligned-block__text h4 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}
.aligned-block__image {
  width: 50%;
  padding: 0 0 0 100px;
}
.aligned-block__image img {
  width: 100%;
}
.services--related {
  padding-top: 70px;
  margin-bottom: 0 !important;
}
.services--related::before {
  display: none;
}
.blog-section {
  width: 100%;
  padding-top: 250px;
  margin-bottom: 150px;
}
.blog-section__title {
  margin-bottom: 100px;
}
.blog-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
  width: calc(50% - 50px);
}
.blog-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #70c4f2;
  width: 3px;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.blog-block__image {
  width: 170px;
  margin: 0 50px;
}
.blog-block__content {
  width: calc(100% - 270px);
}
.blog-block__content .title {
  margin-bottom: 20px;
}
.blog-block__content .title h4 {
  display: inline-block;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.blog-section .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.blog-section .navigation ul li {
  margin-right: 15px;
  display: inline-block;
}
.blog-section .navigation ul li:last-of-type {
  margin-right: 0;
}
.blog-section .navigation ul li a {
  font-weight: 700;
  font-size: 16px;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #70c4f2;
  height: 35px;
  width: 35px;
}
.post {
  width: 100%;
  padding-top: 100px;
  margin-bottom: 150px;
}
.post-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
}
.post-intro__content {
  width: 50%;
  padding: 300px 150px 150px calc(50% - 710px);
}
.post-intro__subtitle {
  margin-bottom: 40px;
  opacity: 0.25;
}
.post-intro__subtitle a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.post-intro__subtitle a::before {
  position: absolute;
  content: "";
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  z-index: -1;
}
.post-intro__title {
  margin-bottom: 15px;
}
.post-intro__title span {
  display: block;
  font-size: 32px;
  margin-top: 10px;
  font-weight: normal;
}
.post-intro__info span {
  font-weight: 700;
}
.post-intro__text {
  margin-top: 40px;
}
.post-intro__image {
  width: 50%;
}
.post-content {
  position: relative;
  z-index: 1;
}
.post-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 710px);
  width: 5px;
  height: 250px;
  max-height: 100%;
  background-color: #70c4f1;
}
.post-content__inner {
  padding: 0 100px;
}
.blog-section__related {
  padding: 70px 0 100px;
}
.blog-section__related .blog-blocks {
  margin-bottom: -100px;
}
.blog-section__related .button__wrapper {
  margin: 50px 0 0 50px;
}
.blog-section__related .button__wrapper a {
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  overflow: hidden;
  z-index: 1;
}
.blog-section__related .button__wrapper a::before {
  position: absolute;
  content: "";
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  z-index: -1;
}
.intro-image {
  margin-bottom: 130px !important;
}
.post-textarea {
  width: 100%;
  margin-bottom: 150px;
  padding-top: 20px;
}
.page-id-453 .post-content::before,
.page-id-453 footer .contact,
.page-id-460 .post-content::before {
  display: none;
}

.eventon_events_list .event {
  width: 100% !important;
}
#event_time {
  display: none;
}
