/************************************************************************************

RESET
*************************************************************************************/
@import url("https://use.typekit.net/nqd5uvs.css");
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, font, 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 {
  margin: 0px;
  padding: 0px;
  border: 0;
  outline: 0;
  font-size: 100.01%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif; }

h1, h2, h3, p {
  margin: 0px;
  padding: 0px;
  line-height: 1; }

textarea {
  overflow: auto; }

input {
  border: 0px solid white;
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

*:not([class^="owl"]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  display: block; }


  textarea,
  input[type="search"],
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}


/* Typography */

@font-face {
  font-family: 'Italian Plate No2';
  src: url("../fontface/ItalianPlateNo2-BlackItalic.eot");
  src: url("../fontface/ItalianPlateNo2-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fontface/ItalianPlateNo2-BlackItalic.woff2") format("woff2"), url("../fontface/ItalianPlateNo2-BlackItalic.woff") format("woff");
  font-weight: 900;
   }


   h1, h2, h3, h4, .btn, .header__main-nav .sub-menu .menu-item a, .module__event-date, .section__event-date {
  font-family: 'Italian Plate No2', sans-serif;
  text-transform: uppercase;
  line-height: 1; }


h1 {
  font-size: 54px; }
@media (min-width: 576px) and (max-width: 1200px) {
  h1 {
    font-size: calc(54px + (105 - 54) * ((100vw - 576px) / (1200 - 576))); } }
@media (min-width: 1200px) {
  h1 {
    font-size: 105px; } }

  .module__cta-title {
    font-size: 44px; }
  @media (min-width: 576px) and (max-width: 1200px) {
    .module__cta-title {
      font-size: calc(44px + (82 - 44) * ((100vw - 576px) / (1200 - 576))); } }
  @media (min-width: 1200px) {
    .module__cta-title {
/* 	  font-size: 88px; */
      font-size: 82px; } }

    h2 {
	  font-size: 38px;
  }
   @media (min-width: 576px) and (max-width: 1200px) {
    h2 {
      font-size: calc(38px + (64 - 38) * ((100vw - 576px) / (1200 - 576))); } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 64px; } }

  h3 {
	  font-size: 28px;
  }
   @media (min-width: 576px) and (max-width: 1200px) {
    h3 {
      font-size: calc(28px + (52 - 28) * ((100vw - 576px) / (1200 - 576))); } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 52px; } }

   h4 {
	  font-size: 22px;
  }
   @media (min-width: 576px) and (max-width: 1200px) {
    h4 {
      font-size: calc(22px + (28 - 22) * ((100vw - 576px) / (1200 - 576))); } }
  @media (min-width: 1200px) {
    h4 {
      font-size: 28px; } }

p {
	font-size: 18px;
  line-height: 1.5; }


strong {
	font-weight: 900;
}

/* General */

.bg--dark-green {
	background-color: #063034;
}
.bg--light-green {
	background-color: #b8dac2;
}
.bg--red {
	background-color: #fc4547;
}
.bg--beige {
	background-color: #cec9c1;
}
.bg--black {
	background-color: #151515;
}

html, body {
  height: 100%; }

body {
  background-color: #063034;
  font-family: 'Proxima-Nova', sans-serif;
  color: #151515; }

a {
	color: #fc4547;
  text-decoration: none; }


a, button {
  cursor: pointer; }

button {
  border: none;
  background: none;
  padding: 0; }

img {
  max-width: 100%;
  height: auto;
  }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 18px 28px; }
  .btn {
    font-size: 16px; }
  @media (min-width: 576px) and (max-width: 1200px) {
    .btn {
      font-size: calc(16px + (18 - 16) * ((100vw - 576px) / (1200 - 576))); } }
  @media (min-width: 1200px) {
    .btn {
      font-size: 18px; } }
  .btn .fa-long-arrow-right {
    margin-left: 14px; }

.btn--big {
  padding: 20px 30px; }
  .btn--big {
/*     font-size: 36px;  */
    font-size: 22px;}
  @media (min-width: 576px) and (max-width: 1200px) {
    .btn--big {
/*       font-size: calc(36px + (45 - 36) * ((100vw - 576px) / (1200 - 576)));  */
      font-size: calc(22px + (27 - 22) * ((100vw - 576px) / (1200 - 576))); } }
  @media (min-width: 1200px) {
    .btn--big {
/* 	    font-size: 45px; */
      font-size: 27px; } }

.btn--bottom {
  margin: -44px auto 0;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.btn--red {
  background-color: #fc4547;
  color: #fff; }
  .btn--red .inclined-content {
    color: #fff; }

.btn--white {
  background-color: #fff;
  color: #063034; }
  .btn--white .fa-long-arrow-right {
    color: #fc4547; }

.btn--news {
  margin-top: auto; }

.btn--oblique {
  -webkit-transform: skewX(-14deg);
          -ms-transform: skewX(-14deg);
      transform: skewX(-14deg); }
  .btn--oblique > * {
    display: inline-block;
    -webkit-transform: skewX(14deg);
            -ms-transform: skewX(14deg);
        transform: skewX(14deg); }

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 500px;
  }
  .card > * {
    min-height: 1px; }
  .card a {
    color: #151515; }

.card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  padding: 20px 32px; }
  @media (min-width: 992px) {
    .card__content {
      padding: 30px 58px; } }
  .card__content > *:not(.btn) {
    max-width: 100%; }

.card__date {
  color: #fc4547;
  font-size: 13px;
  margin-bottom: 22px; }

.card__content a {
	display: block;
}

.card__title {
  font-size: 33px;
  margin-bottom: 26px; }

.card__text {
  margin-bottom: 48px; }

.card--news-slide {
  max-width: none;
  }

.card--news {
	 -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03), 0 3px 6px rgba(0, 0, 0, 0.11);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03), 0 3px 6px rgba(0, 0, 0, 0.11);
  }

.card--third {
	margin-bottom: 64px;
}

.background-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

  @media (min-width: 768px) {
    .card--third {
	margin-right: 64px;
      width: calc((100% - 64px) / 2); }
      .card--third:nth-of-type(2n+2) {
        margin-right: 0; } }
  @media (min-width: 1200px) {
    .card--third {
      width: calc((100% - 128px) / 3); }
      .card--third:nth-of-type(2n+2) {
        margin-right: 64px; }
      .card--third:nth-of-type(3n+3) {
        margin-right: 0; } }

.card--fourth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 32px;
  position: relative; }
  @media (min-width: 768px) {
    .card--fourth {
      margin-right: 32px;
      width: calc((99.9% - 32px) / 2); }
      .card--fourth:nth-of-type(2n+2) {
        margin-right: 0; } }
  @media (min-width: 1200px) {
    .card--fourth  {
      width: calc((99.9% - 96px) / 4); }
      .card--fourth:nth-of-type(2n+2) {
        margin-right: 32px; }
      .card--fourth:nth-of-type(4n+4) {
        margin-right: 0; } }

.middle {
  margin: 0 auto;
  width: 90%;
  position: relative;
  }

.middle--big {
  max-width: 1600px; }

.middle--narrow {
  max-width: 1220px; }

.middle--single {
  max-width: 880px; }

.middle--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.hero--big .middle--hero {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

@media (min-width: 640px) {
  .middle--padding {
    padding: 0 100px; } }

.grid {
  position: relative; }

.grid-side {
  min-width: 5%;
  width: calc((100% - 1600px) / 2); }

.grid-side--right {
  height: 100%; }

.grid-middle-left {
	position: relative;
/*   min-width: 115px; */
	min-width: 60px;
  width: calc((100% - 1120px) / 2 - 5%); }
  @media (min-width: 992px) {
    .grid-middle-left {
      width: 190px; } }

.grid-middle-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%; }


  .wrapper {
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  -o-transition: transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in; }
  .mobile-nav-open .wrapper {
    -webkit-transform: translateX(-70%);
            -ms-transform: translateX(-70%);
        transform: translateX(-70%);
    overflow-x: hidden; }
    @media (min-width: 1350px) {
      .mobile-nav-open .wrapper {
        -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
            transform: translateX(0); } }


.owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }


/* Header */

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  position: relative; }

.header a {
  text-transform: uppercase; }

.header__logo {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  width: 90px;
  z-index: 1; }
  @media (min-width: 768px) {
    .header__logo {
      width: 115px; } }

.header__main-nav {
  display: none;
  height: 100%; }
  @media (min-width: 1350px) {
    .header__main-nav {
      display: block; } }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  position: relative; }

.header a {
  text-transform: uppercase; }

.header__logo {
  display: block;
  max-width: 90px;
  z-index: 1; }
  @media (min-width: 768px) {
    .header__logo {
      max-width: 115px; } }

.header__main-nav {
  display: none;
  height: 100%; }
  @media (min-width: 1350px) {
    .header__main-nav {
      display: block; } }

.header__main-nav-list {
  height: 100%; }

.header__main-nav-list, .header__right-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.header__main-nav-list > .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
  position: relative; }

.header__main-nav-list > .menu-item + .menu-item {
  margin-left: 50px; }

.header__main-nav-list > .menu-item a {
  color: #fff; }
  .header__main-nav-list > .menu-item a {
    font-size: 15px; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .header__main-nav-list > .menu-item a {
      font-size: calc(15px + (18 - 15) * ((100vw - 1200px) / (1600 - 1200))); } }
  @media (min-width: 1600px) {
    .header__main-nav-list > .menu-item a {
      font-size: 18px; } }

.header__main-nav-list .menu-item-has-children::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-52%);
          -ms-transform: translateY(-52%);
      transform: translateY(-52%);
  color: #fff;
  font-size: 9px;
  padding-left: 12px;
  cursor: pointer; }

.header__main-nav-list .menu-item-has-children:hover .sub-menu {
  display: block; }


.header__right-nav-navigation {
  display: none; }
  @media (min-width: 1350px) {
    .header__right-nav-navigation {
	    width: 100%;
      display: block; } }

.menu-item-has-children a {
  position: relative; }


.header__right-nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  z-index: 1;
  padding-left: 28px;
  margin-left: auto;
/*   width: auto; */}
  @media (min-width: 1350px) {
    .header__right-nav {
	    width: 410px;
      background-color: #fc4547; } }

.header__right-nav-top {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 3px; }
  @media (min-width: 1350px) {
    .header__right-nav-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

/*
.menu-item a {
  text-transform: uppercase; }
*/

.header__nav-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.search-button {
  font-size: 14px; }

.nav-lang {
  margin-left: 20px; }

.wpml-ls-item {
  position: relative; }

.wpml-ls-item + .wpml-ls-item {
  margin-left: 14px; }

/*
   @media(min-width: 1200px) {
	  .wpml-ls-item + .wpml-ls-item {
	  margin-left: 10px; }
	}
*/

.wpml-ls-item + .wpml-ls-item::before {
  content: "/";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;

   }

   @media(min-width: 1350px) {
	   .wpml-ls-item + .wpml-ls-item::before {
		    left: -10px;
	   }

   }


.search-form--main {
  width: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.search-form > label {
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%; }

.search-form .search-field {
  color: #151515;
  width: 95%; }

.search-form .search-field::-webkit-input-placeholder {
  color: #151515; }

.search-form .search-field:-ms-input-placeholder {
  color: #151515; }

.search-form .search-field::-ms-input-placeholder {
  color: #151515; }

.search-form .search-field::-moz-placeholder {
  color: #151515; }

.search-form .search-field::placeholder {
  color: #151515; }

.wpml-ls-legacy-list-horizontal, .wpml-ls-legacy-list-horizontal a {
  padding: 0;
  color: #151515; }

.header__main-nav {
  margin-right: 25px !important; }

.header__right-nav-list .menu-item + .menu-item {
  margin-left: 20px; }

.header__right-nav-list .menu-item a {
  color: #151515;
  font-size: 12px; }

input.search-field {
  padding-bottom: 1px;
  border: 0;
  border-bottom: 1px solid #151515;
  background-color: #fc4547;
  color: #151515;
  font-size: 14px; }

.search-submit {
  font-size: 14px; }

@media (min-width: 1350px) {
  .grid-side--right {
    background-color: #fc4547; } }

.sub-menu {
	display: none;
}

.header__main-nav .sub-menu {
  position: absolute;
  background-color: #b8dac2;
  top: 100px;
  left: 0;
  width: 280px;
  z-index: 2; }

.header__main-nav .sub-menu .menu-item {
  text-align: left; }

.header__main-nav .sub-menu .menu-item + .menu-item {
  border-top: 1px solid rgba(21, 21, 21, 0.09); }

.header__main-nav .sub-menu .menu-item a {
  display: block;
  padding: 20px; }

.header__main-nav .sub-menu .menu-item:hover {
  background-color: #a4cbb0;
  }
  .sub-menu .menu-item:hover a {
    color: #fff; }

.header__main-nav .sub-menu .menu-item a {
  font-size: 16px;
  color: #151515; }

.current_page_item a {
  position: relative; }

ul:not(.sub-menu):not(.footer__list) > .current_page_item > a::after, ul:not(.sub-menu) > .current_page_parent > a::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #fc4547;
  bottom: -8px;
  left: 0; }

  .mobile-nav ul:not(.sub-menu) > .current_page_item > a::after {
	  bottom: -4px;
  }


.mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: fixed;
  top: 0;
  right: -70%;
  background: #063034;
  z-index: 2;
  width: 70%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  overflow: hidden; }
  .mobile-nav-open .mobile-nav {
    right: 0; }
  @media (min-width: 1350px) {
    .mobile-nav {
      display: none; } }
  .mobile-nav a {
	  text-transform: uppercase;
  }

.mobile-nav__top-container {
  padding: 15vh 5vw; }

.mobile-nav__top-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .mobile-nav__top-list .menu-item a {
    color: #fff; }
    .mobile-nav__top-list .menu-item a {
      font-size: 16px; }
    @media (min-width: 576px) and (max-width: 1200px) {
      .mobile-nav__top-list .menu-item a {
        font-size: calc(16px + (24 - 16) * ((100vw - 576px) / (1200 - 576))); } }
    @media (min-width: 1200px) {
      .mobile-nav__top-list .menu-item a {
        font-size: 24px; } }
  .mobile-nav__top-list .menu-item {
    margin: 0;
    height: auto;
    margin-bottom: 5vh; }

.mobile-nav__top-list .menu-item a {
  color: #fff; }
  .mobile-nav__top-list .menu-item a {
    font-size: 16px; }
  @media (min-width: 576px) and (max-width: 1200px) {
    .mobile-nav__top-list .menu-item a {
      font-size: calc(16px + (24 - 16) * ((100vw - 576px) / (1200 - 576))); } }
  @media (min-width: 1200px) {
    .mobile-nav__top-list .menu-item a {
      font-size: 24px; } }

.mobile-nav__top-list .menu-item {
	position: relative;
}

.mobile-nav__top-list .submenu-show-hide-btn {
	position: absolute;
	right: -36px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 16px;
	color: #fff;
}

.submenu-show-hide-btn.open .submenu-plus {
	display: none;
}
.submenu-show-hide-btn.open .submenu-minus {
	display: block;
}

.submenu-show-hide-btn .submenu-minus {
	display: none;
}

.mobile-nav .sub-menu {
    margin-top: 2.4vh;
}

.mobile-nav .sub-menu .menu-item {
	margin-bottom: 1vh;
	display: inline-block;
	margin-right: 8px;
}

.mobile-nav .sub-menu .menu-item a {
	font-size: 14px;
	opacity: 0.6;
}


.mobile-nav__bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  background-color: #fc4547;
  padding: 2vh 2vw; }


  .mobile-nav .wpml-ls-legacy-list-horizontal {
	  margin: 7px 0;
  }

.mobile-nav .wpml-ls-link, .mobile-nav .search-button--mobile-nav, .wpml-ls-item + .wpml-ls-item::before {
  font-size: 10px; }
@media (min-width: 576px) and (max-width: 1200px) {
  .mobile-nav .wpml-ls-link, .mobile-nav .search-button--mobile-nav, .wpml-ls-item + .wpml-ls-item::before {
    font-size: calc(10px + (16 - 10) * ((100vw - 576px) / (1200 - 576))); } }
@media (min-width: 1200px) {
  .mobile-nav .wpml-ls-link, .mobile-nav .search-button--mobile-nav, .wpml-ls-item + .wpml-ls-item::before {
    font-size: 16px; } }

.mobile-nav__nav-lang-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px; }

.mobile-nav__search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mobile-nav__search-container .search-field {
  width: 70%;
  margin-top: 10px;
  font-size: 12px; }

.mobile-nav__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.mobile-nav__bottom-list .menu-item {
  margin-right: 10px; }

.mobile-nav__bottom-list .menu-item a {
  font-size: 10px; }
@media (min-width: 576px) and (max-width: 1200px) {
  .mobile-nav__bottom-list .menu-item a {
    font-size: calc(10px + (16 - 10) * ((100vw - 576px) / (1200 - 576))); } }
@media (min-width: 1200px) {
  .mobile-nav__bottom-list .menu-item a {
    font-size: 16px; } }

.mobile-nav .nav-lang {
  margin-left: 0; }

.mobile-nav__bottom-list .menu-item a {
  color: #151515; }

.header__hamburger {
  width: 58px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media (min-width: 1350px) {
    .header__hamburger {
      display: none; } }

.header__hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.header__hamburger span:nth-child(1) {
  top: 0;
  left: auto;
  right: 0;
  width: 88%; }

.header__hamburger span:nth-child(2) {
  top: 10px; }

.header__hamburger span:nth-child(3) {
  top: 20px;
  left: auto;
  right: 0;
  width: 60%; }

body.mobile-nav-open .header__hamburger span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  left: 3px;
  right: auto;
  width: 80%; }

body.mobile-nav-open .header__hamburger span:nth-child(2) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  left: 3px;
  right: auto;
  width: 80%; }

body.mobile-nav-open .header__hamburger span:nth-child(3) {
  opacity: 0;
  right: -60px; }

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 560px; }
  @media (min-width: 768px) {
    .hero {
      height: 70vh;
      min-height: 740px; } 
   
      }

.hero__container {
  position: absolute;
  width: 100%; }

.hero--404 .hero__container {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.hero__overlay {
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.hero--big .hero__container {
  width: 80vw;
/*
  top: 50%;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
*/
  bottom: 8%;
  left: 0;
  z-index: 1; }

.hero__img-video, .hero__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%; }

.hero__title, .hero__blockquote-text {
  position: relative;
  color: #fff;
  line-height: 1.4; }

.hero__title {
  margin-bottom: 20px;
  line-height: 1; }

.hero--small {
	min-height: 560px;
	height: 50vh;
/*   margin-bottom: 20px; */
  z-index: 1;
  padding: 50px 0;}

/*
  @media(min-width: 768px) {
	  .hero--small {
	  	margin-bottom: 80px; }
	  }
*/

  .hero--small .middle--hero {
  position: relative; }

/*
  @media(min-width: 768px) {
	  .hero--small .middle--hero {
	  	position: absolute; }
  }
*/


@media (min-width: 768px) {
  .hero--small .hero__title {
    margin-left: -1.4ch;
    }
    .hero--small .hero__title::before {
		height: 280px;
		bottom: -330px;
   }

    }

.hero--small img {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%; }


/*
.hero--small .middle {
  min-height: 460px; }
*/

.hero--small .hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
/*   height: 100%; */
  position: static; }


  .hero--small .hero__container::after{
  	content: '';
	display: block;
	width: 2px;
	height: 150px;
 	background-color: #fc4547;
	position: absolute;
	left: 55%;
	top: calc(100% + 2vw);
/* 	max-height: 100px; */}


  @media (min-width: 764px) {
	  .hero--small .hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
/*   position: absolute;  */}
  }

.hero--small .hero__left-column {
  height: 250px;
  width: 100%; }
  @media (min-width: 768px) {
    .hero--small .hero__left-column {
      height: 100%;
      max-width: 600px;
      width: 50%; } }

.hero--small .hero__right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          margin-top: 20px;
  width: 100%;
  height: 50%;}
  @media (min-width: 768px) {
    .hero--small .hero__right-column {
	      -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	    height: auto;
	    margin-top: 0;
      width: 50%; } }

.hero__post-date, .hero__404-text {
  color: #fc4547;
  margin: 0 0 10px 20px; }


.hero--no-img {
	padding: 50px 0;
	min-height: 400px;
	height: 40vh; }

/*
.hero--news .hero__title {
  margin-bottom: 186px; }
*/
  .hero--no-img .hero__title::after {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background-color: #fc4547;
    position: absolute;
    bottom: -35px;
    left: 0; }

/*
.hero--no-img .middle--hero {
	 top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-118%);
}
*/

.hero--big .hero__title {
  max-width: 14ch; }

.section__container--news {
  margin-top: -225px; }

.hero__blockquote-container {
	min-height: 150px;
}

.hero__blockqoute {
  position: relative;
  padding: 30px 20px; }
  .hero__blockqoute::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fc4547;
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 768px) {
    .hero__blockqoute {
      margin-left: 105px;
      padding: 50px 40px; } }

.hero__blockquote-text {
  max-width: 55ch;
  color: #b8dac2; }
  .hero__blockquote-text {
    font-size: 18px; }
  @media (min-width: 576px) and (max-width: 1200px) {
    .hero__blockquote-text {
      font-size: calc(18px + (20 - 18) * ((100vw - 576px) / (1200 - 576))); } }
  @media (min-width: 1200px) {
    .hero__blockquote-text {
      font-size: 20px; } }


.hero__content-singel {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0; }

/* Modules */

.module {
  position: relative; }

.module {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .module {
      padding: 100px 0; } }

.module.oblique {
  padding: 100px 0; }

.module__slider-button {
  border: none;
  background: none;
  padding: 0;
  font-size: 24px;
  cursor: pointer; }

.module__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.module__slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #fff;
  padding: 30px 40px; }
  @media (min-width: 768px) {
    .module__slider-content {
      padding: 30px 58px; } }

.module__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.module__slider-item > *, .module__slider-content > * {
  min-height: 1px; }

.module__readmore {
  display: block;
  text-align: right;
  margin-top: 28px;
  font-size: 16px;
  text-transform: uppercase; }
  .module__readmore i {
    margin-left: 10px;
    color: #fc4547; }

.module__pagination {
  text-align: right;
  color: #fc4547; }

.module__pagination a {
  color: #fc4547; }

.module__pagination > * + * {
  margin-left: 20px; }

.module__pagination .current {
  position: relative; }

.module__pagination .current::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #fc4547;
  bottom: -3px;
  left: 0; }

.module:last-child, .section:last-child {
  padding-bottom: 180px; }

/*
.module + .oblique {
  margin-top: 180px; }
*/

.module.bottom-space {
	padding-bottom: 240px;
}

@media(min-width: 768px) {
	.module.bottom-space {
		padding-bottom: 300px;
	}
}

.oblique::before {
  content: '';
  width: 100%;
  height: 100px;
  background-color: inherit;
  position: absolute;
  top: -100px;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
  -webkit-transform: skewY(-4deg);
  -ms-transform: skewY(-2deg);
      transform: skewY(-2deg);
  left: 0px;
/*   z-index: -1 */; }

.oblique::after {
  content: '';
  width: 100%;
  height: 100px;
  background-color: inherit;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
  -webkit-transform: skewY(-4deg);
  -ms-transform: skewY(-2deg);
      transform: skewY(-2deg);
  left: 0px;
  z-index: 1; }

.oblique + .module {
  padding-top: 100px; }
  @media (min-width: 768px) {
    .oblique + .module {
      padding-top: 180px; } }

/*
.module[class*="module--slider-feed"]:not(:last-of-type) {
  padding-top: 0; }
*/

.card.card--slider {
	max-width: none;
	width: inherit;
  text-align: center;
  min-height: 1px; }

/*
  @media(min-width: 1200px) {
	  .card.card--facilities-slider {
		  width: 460x
	  }
  }

  @media(min-width: 1600px) {
	  .card.card--facilities-slider {
		  width: 530px
	  }
  }


  @media(min-width: 1780px) {
	  .card.card--facilities-slider {
		  width: 530px
	  }
  }
*/

.hero.hero--big + .module--slider-feed {
  padding-top: 0;
}

.module--slider-feed .module__slider-button {
	font-size: 30px;
  color: #fff; }

.module__slider .owl-item {
  margin-bottom: 20px; }

.module__slider .slider-button {
  color: #fff; }
.module__slider .owl-theme .owl-dots, .module__slider .owl-theme .owl-nav {
  text-align: left;
  margin: 0 auto;
  max-width: 1600px;
  width: 90%; }

 .module--slider-feed .owl-carousel .owl-item img {
	 -webkit-filter: sepia(20%);
	 filter: sepia(20%);
 }

.btn-card--slider {
  font-size: 32px; }

.module--events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.module__events-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.btn--event-title, .module__event-date {
  font-size: 26px; }
@media (min-width: 576px) and (max-width: 1200px) {
  .btn--event-title, .module__event-date {
    font-size: calc(26px + (45 - 26) * ((100vw - 576px) / (1200 - 576))); } }
@media (min-width: 1200px) {
  .btn--event-title, .module__event-date {
    font-size: 45px; } }

.btn--event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 2px;
  padding: 30px 25px;
  text-align: left;
  color: #151515; }
  @media (min-width: 992px) {
    .btn--event {
      -webkit-transform: skewX(-14deg);
              -ms-transform: skewX(-14deg);
          transform: skewX(-14deg); }
      .btn--event > * {
        display: inline-block;
        -webkit-transform: skewX(14deg);
                -ms-transform: skewX(14deg);
            transform: skewX(14deg); } }
  @media (min-width: 768px) {
    .btn--event {
      margin-left: 2px; } }
  @media (min-width: 992px) {
    .btn--event {
      max-width: 500px; } }

.btn--event.btn--event-title {
  background-color: #b8dac2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 992px) {
    .btn--event.btn--event-title {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; } }

.module__event-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.module__event-info {
  font-family: 'Proxima-Nova', sans-serif;
  font-style: normal; }

.module__event-date {
  margin-right: 38px;
  position: relative; }

.module__event-date--seperator::after {
  content: '';
  display: block;
  height: 20px;
  width: 2px;
  background-color: #fc4547;
  position: absolute;
  right: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.module__event-column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.module__row--event {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  background-color: #b8dac2;
  overflow: hidden; }

.module__event-info-title, .module__event-info-text {
	line-height: 1;
}

.module__event-info-title, .section__event-info-title {
  font-size: 16px;
  margin-bottom: 5px;}
@media (min-width: 576px) and (max-width: 1200px) {
  .module__event-info-title, .section__event-info-title {
    font-size: calc(16px + (18 - 16) * ((100vw - 576px) / (1200 - 576))); } }
@media (min-width: 1200px) {
  .module__event-info-title, .section__event-info-title {
    font-size: 18px; } }

.module__event-info-text {
  font-size: 13px; }

.module__column--event-date::after {
  height: 50px;
  width: 200px;
  border-bottom: 2px solid red;
  border-right: 2px solid red;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
      transform: skew(-45deg); }

.module__event-row .btn {
  margin-left: auto; }

.module--events .module__readmore {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: white; }
  @media (min-width: 992px) {
    .module--events .module__readmore {
      padding-right: 20px; } }

.module--news {
  position: relative;
}

.module--news .module__slider-item .btn {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.module--news .owl-stage-outer {
  padding: 8px 0;
  z-index: 1; }

.module--news .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.module__container--news {
  margin-top: -260px; }

.module--news .module__readmore {
	display: inline-block;
  color: #063034;
  text-align: left; }

.module--news .owl-theme .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: -52px;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 992px) {
    .module--news .owl-theme .owl-nav {
      width: 100%;
      left: 0;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .module--news .owl-theme .owl-nav .owl-prev {
        margin-left: -100px; }
      .module--news .owl-theme .owl-nav .owl-next {
        margin-left: inherit;
        margin-right: -100px; } }

@media (min-width: 992px) {
  .cta-with-img .module__container--cta > div {
/*
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
*/
    max-width: 50%; } }

.module__cta-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
   order: 0;
  order: 0; }
  @media (min-width: 992px) {
    .module__cta-img {
      min-height: 500px;
      margin-bottom: 0;
    }
    .module--cta.img-right .module__cta-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
        order: 1;
	 order: 1;
 	}
 }

.module__cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  .module__cta-content .btn {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  @media (min-width: 992px) {
    .module__cta-content {
      padding-left: 60px; }
      .module--cta.img-right .module__cta-content {
      padding-right: 60px; }}

.module__cta-text {
  margin: 24px 0; }
  @media(min-width: 992px) {
	  .module__cta-text {
  margin: 34px 0; }
  }

.cta-no-img .module__cta-content {
	max-width: 880px;
}

.module--cta.bg--dark-green {
  background-color: #063034;
  color: #fff; }
  .module--cta.bg--dark-green .module__cta-title {
    color: #b8dac2; }

.module--cta.bg--light-green {
  color: #063034;
  background-color: #b8dac2; }

.module--cta.bg--black, .cta-box.bg--black {
	color: #fff;
}

/* Pages/Sections */

.section {
  position: relative;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .section {
      padding: 100px 0; } }

.section.oblique::before {
  background-color: inherit; }

.section__single-content h2, .section__single-content h3, .section__single-content h4, .section__text-box h2, .section__text-box h3, .section__text-box h4 {
/*   margin-bottom: 10px; */
   margin-bottom: 22px;
}

.section__single-content hr, .section__text-box hr {
	margin: 42px 0;
}

/*
.section__single-content h2:not(:first-child), .section__single-content h3:not(:first-child), .section__single-content h4:not(:first-child), .section__text-box h2:not(:first-child), .section__text-box h3:not(:first-child), .section__text-box h4:not(:first-child) {
  margin-bottom: 10px;}
*/

.section__single-content p:not(:last-child), .section__text-box p:not(:last-of-type) {
  margin-bottom: 32px; }

.section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .section__container {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.section__pagination {
  text-align: right;
  color: #fc4547; }

.section__pagination a {
  color: #fc4547; }

.section__pagination > * + * {
  margin-left: 20px; }

.section__pagination .current {
  position: relative; }

.section__pagination .current::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #fc4547;
  bottom: -3px;
  left: 0; }

.section--page-top {
  padding: 0; }


.section--page-top .section__text-box {
  background-color: #fff;
  margin-top: -35px;
  padding: 30px 22px;
  max-width: 100%;
  }
  @media (min-width: 768px) {
    .section--page-top .section__text-box {
      padding: 85px 130px; } }

       @media (min-width: 1200px) {
    .section--page-top .section__text-box {
	    padding: 120px 228px;} }
  @media (min-width: 1200px) {
   .page-template-tmpl-pondus .section--page-top .middle--big .section__text-box{
      min-width:70%;
    }
    .section--page-top .middle--big .section__text-box {
	    padding: 120px;
		max-width: 70%;} }

.section--page-top .section__text-box > * {
	max-width: 100%;
}

.section--page-top .section__container {
	width: 100%;
/*
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
*/ }

.section__text-box ul {
	margin-bottom: 32px;
	padding-left: 30px;
	list-style: disc;
}

.section__text-box li {
	line-height: 1.6;
}

.cta-box {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
        align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      text-align: center;
      }
  @media (min-width: 1200px) {
    .cta-box {
	    padding: 60px;
		max-width: 30%;} }

.cta-box > * {
	max-width: 100%;
}

.cta-box__title {
	font-size: 38px;
}

.cta-box__text {
  margin: 30px 0; }

.cta-box.bg--dark-green {
  background-color: #063034;
  color: #fff; }
  .cta-box.bg--dark-green .cta-box__title {
    color: #b8dac2; }

.cta-box.bg--light-green {
  color: #063034;
  background-color: #b8dac2; }

.section--search {
  background-color: #cec9c1; }


.section__container--search {
		margin-top: -225px; }

@media(min-width: 768px) {
	.section__container--search {
		margin-top: -280px; }
}

.section__container--events {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.section__row--event {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 24px;
  background-color: #b8dac2;
  overflow: hidden;
  width: 100%;
  max-width: 580px; }
  @media (min-width: 992px) {
    .section__row--event {
      max-width: none;
      margin: 0 0 24px; } }

.section__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  @media (min-width: 992px) {
    .section__column {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.section__column--event-date {
  background-color: #b8dac2;
  -webkit-transform: skewX(-14deg);
          -ms-transform: skewX(-14deg);
      transform: skewX(-14deg);
  z-index: 3;
  margin-right: -25px;
 padding: 20px;
  }
  .section__column--event-date > * {
    -webkit-transform: skewX(14deg);
            -ms-transform: skewX(14deg);
        transform: skewX(14deg); }
  @media (min-width: 992px) {
    .section__column--event-date {
	    padding: 30px 45px 30px 30px;
      border-right: 3px solid #063034; } }

.section__column--event-summary, .section__column--event-info {
  background-color: #fff; }

.section__column--event-summary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-transform: uppercase;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-top: 3px solid #063034; }
  @media (min-width: 992px) {
    .section__column--event-summary {
      padding-left: 70px;
      max-width: 30%;
      border: none; }
      .section__column--event-summary::after {
        content: '';
        display: block;
        height: 20px;
        width: 2px;
        background-color: #fc4547;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

.section__column--event-summary > * {
	max-width: 100%;
}

.section__column--event-info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 992px) {
    .section__column--event-info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding-top: 30px;
      padding-left: 50px; } }

  .section__event-info-short {
	  font-size: 13px;
  }

.section__event-info-text {
  margin-top: 5px;
  font-size: 16px; }

@media (min-width: 992px) {
	.section__event-info-text {
		-ms-flex-preferred-size: 65%;
		  flex-basis: 65%; }
}

.section__container--events {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.section__event-date {
  font-size: 45px;
  position: relative;
 }

.section__column--event-date::after {
  height: 50px;
  width: 200px;
  border-bottom: 2px solid red;
  border-right: 2px solid red;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
      transform: skew(-45deg); }

.section__column--event-info .btn {
  margin-top: 30px;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  @media (min-width: 992px) {
    .section__column--event-info .btn {
      margin-top: 0;
      margin-left: auto;
      -ms-flex-item-align: auto;
          -ms-grid-row-align: auto;
          align-self: auto; } }

.section--feed {
  padding-bottom: 68px; }

  .section--feed img {
	  width: 100%;
  }

.section--news {
  padding-top: 50px;
  position: relative;
  background-color: #cec9c1; }

.section--contact-top .section__text-box {
  background-color: #b8dac2;
  padding: 40px; }

.section--contact-directions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.section--contact-directions .section__title {
  text-align: center;
  color: #b8dac2;
  margin-bottom: 40px; }

.section__container--contact {
  max-width: 1000px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 auto; }

.section__text-box--contact {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center; }

.section__container--directions {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.section__column--direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 4px;
  color: #063034;
     width: 100%; }
  @media (min-width: 992px) {
    .section__column--direction {
      margin-right: 4px;
          width: calc(50% - 4px);
          padding: 30px;}
      .section__column--direction:nth-of-type(2n+2) {
        margin-right: 0; } }

.section__column--direction {
  cursor: pointer; }


.direction-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .direction-title-box i {
    color: #fc4547;
    font-size: 20px; }

.direction-text-box {
  display: none;
  margin-top: 20px;
  width: 100%; }

.direction-text-box a {
	color: #fc4547;
}

.section__column--direction i.fa-plus {
  display: block; }
.section__column--direction i.fa-minus {
  display: none; }

.section__column--direction.open i.fa-plus {
  display: none; }
.section__column--direction.open i.fa-minus {
  display: block; }

.section__map:last-child {
  padding: 0; }

.section__map-corner-box {
  position: absolute;
  z-index: 1;
  background-color: #fc4547;
  padding: 40px;
  color: #fff;
  max-width: 400px;
  width: 100%;
  }
  .section__map-corner-box h4 {
    margin-bottom: 12px; }
  .section__map-corner-box p:not(:last-child) {
    margin-bottom: 3px; }

.section__text-box--map h4 {
  margin-bottom: 20px; }
.section__text-box--map p + p {
  margin-top: 5px; }

.acf-map {
  width: 100%;
  height: 800px;
  border: #ccc solid 1px; }

.acf-map img {
  max-width: inherit !important; }

.section--single {
  background-color: #b8dac2;
/*   padding: 0; */ }

.section--single.oblique {
	margin-top: 100px;
}

/*
.caspeco-booking #iFrameResizer0 {
	width: 100% !important;
}

.caspeco-booking #iFrameResizer0 body {
	overflow: hiddden !important;
}
*/

.webBookingContainer.inIFrame {
	margin: 0 !important;
}

.footer {
	color: #fff;
  background-color: #151515;
  position: relative;
  padding: 20px 0 100px;
  z-index: 1;
  }

  @media(min-width: 992px) {
	  .footer {
		  padding: 50px 0 100px;
	  }
  }

  footer a {
	  color: #fff;
	  text-transform: none;
  }

.footer::before {
  content: '';
  width: 100%;
  height: 100px;
  background: #151515;
  position: absolute;
  top: -100px;
  -webkit-transform-origin: right bottom;
          -ms-transform-origin: right bottom;
      transform-origin: right bottom;
  -webkit-transform: skewY(-2deg);
          -ms-transform: skewY(-2deg);
      transform: skewY(-2deg);
  left: 0px;
  z-index: 0; }

.footer__container {
  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; }


      .footer__logo {
	  width: 100%;
	  margin-bottom: 28px;
  }


      .footer__logo > a {
	display: block;
  width: 120px;
  position: relative;
  z-index: 1; }
  @media (min-width: 992px) {
    .footer__logo {
      width: 20%; } }



    .footer__left-column, .footer__right-column {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
    }

    @media (min-width: 992px) {
	    .footer__left-column, .footer__right-column {
		    -webkit-box-orient: horizontal;
		    -webkit-box-direction: normal;
		        -ms-flex-direction: row;
		            flex-direction: row;
	    }
    }


	.footer__container > div:not(.footer__logo) {
	  width: 100%;
	}

	.footer__container > div:not(.footer__logo) > div {
		margin-bottom: 20px;
	}

	.footer__social .footer__list {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}

	.footer__social .footer__list li {
		margin-top: 0;
	}

	.footer__social .footer__list li:not(:last-child) {
		margin-right: 28px;
	}



  @media (min-width: 768px) {
	  .footer__container > div:not(.footer__logo) {
		  width: 50%;
	  }
  }


  @media (min-width: 992px) {
	  .footer__container > div {
		  margin-bottom: 0;
	  }
	  .footer__container > div:not(.footer__logo) {
		  width: 40%;
	  }

	  .footer__left-column .footer__social {
		  width: 20%;
	  }

	  .footer__left-column .footer__links {
		  width: 80%;
	  }

	  .footer__right-column > div {
		  width: 50%;
	  }
  }

.footer__right-column .footer__list li:first-child {
	color: #b8dac2;
	margin-bottom: 8px;
}


.footer__list li + li {
  margin-top: 5px; }

  #menu-footer-links li + li {
	  margin-top: 12px;
  }

.footer__right h5 {
  color: #b8dac2;
  margin-bottom: 8px; }

  @media (max-width: 768px) {
	  p{font-size:16px;}
	  }

/************************************************************************************
IMAGE BANK
*************************************************************************************/

/* .image-bank-img{width: calc((100% - 192px) / 4); margin-right:64px; display:-webkit-box; display:-ms-flexbox; display:flex;margin-bottom:64px; } */
/* .image-bank-img:nth-of-type(4n){margin-right:0px;} */
.image-bank-img .box-content{padding-bottom:20px;text-align:left;padding-top:20px;background:#fff;text-align:center;}
.image-bank-img .box-content h3{margin-bottom:0px;font-size:16px!important;}
.image-bank-img .image{position:relative;}
.image-bank-img .image a{display:block;text-decoration:none;}
a.open-popup{text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
a.open-popup > * {width: 100%;}
a .box-content h3{color:#000;}
.zoom{z-index:10000; right:10px;bottom:10px;display:block;color:#063034;font-size:25px;position:absolute;}
 .linear-gradient{top:0px;left:0px;right:0px;bottom:0px;background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(transparent));background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent);}
.image-bank-content{padding:20px;}
.image-bank-info i{font-weight:600!important;margin-right:10px;font-size:14px;}
.fancybox-content.image-bank-info{width:100%;max-width:500px;background:#fff;padding:0px;}
.fancybox-content.image-bank-info p{font-size:13px;line-height:1.2;}
.fancybox-content.image-bank-info h3{margin-bottom:10px;font-size:30px;}
.fancybox-content.image-bank-info .btn{right:0px;left:inherit;top:inherit;bottom:0px;}
.fancybox-content.image-bank-info .btn:hover{margin-top:inherit;}
.fancybox-content.image-bank-info{padding-bottom:50px;}
.fancybox-content.image-bank-info .filesize{margin-top:20px;margin-bottom:10px;}
.image-bank-info{display:none;}
.fancybox-content .fancybox-button svg{color:#000;background:#fc4547;}

/*
@media (max-width: 1500px) {
	.image-bank-img{margin-right:30px;width: calc((100% - 90px) / 4); margin-bottom:30px}

}
*/

@media (max-width: 1000px) {
/*
	.image-bank-img{margin-right:30px;width: calc((100% - 60px) / 3); margin-bottom:30px}
	.image-bank-img:nth-of-type(4n){margin-right:30px;}
	.image-bank-img:nth-of-type(3n){margin-right:0px;}
*/
	.image-bank-img .box-content{padding-top:10px;padding-bottom:10px;}

}

@media (max-width: 600px) {

/*
	.image-bank-img{margin-right:20px;width: calc((100% - 20px) / 2); margin-bottom:20px}
	.image-bank-img:nth-of-type(4n){margin-right:inherit}
	.image-bank-img:nth-of-type(3n){margin-right:20px;}
	.image-bank-img:nth-of-type(2n){margin-right:0px;}
*/
	.zoom{right:5px;bottom:5px;font-size:15px;}
	}

/*
.grid-middle-left {
	min-width: 90px;
	width: calc((100% - 1120px) / 2 - 5%);
	@media(min-width: $breakpoint-md) {
		min-width: 180px;
	}
	@media(min-width: 1789px) {
		width: 240px;
	}
}
*/