/* 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; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*::before,
*::after {
  box-sizing: border-box; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 100px; }

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background: #086694; }

::selection {
  background-color: #086694;
  color: white; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.618; }

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

strong,
b {
  font-weight: bold; }

/* Text meant only for screen readers. */
.screen-reader-text, .office-module-form-image__input,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus, .office-module-form-image__input:focus,
.sr-only:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.container, .hero-anchor-blocks {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }

.home-section {
  margin: 50px 0;
  overflow: hidden; }

.home-section-header {
  position: relative; }
  .home-section-header__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: rgba(0, 0, 0, 0.5); }

.carousel-nav {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (max-width: 768px) {
    .carousel-nav {
      position: static;
      margin-bottom: 20px; } }
  .carousel-nav__anchor {
    order: 0;
    margin-right: 20px;
    text-decoration: none;
    color: black; }
  .carousel-nav .slick-arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #086694;
    border: 0;
    text-indent: -999rem;
    background-image: url(../images/left-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    cursor: pointer; }
  .carousel-nav .slick-prev {
    order: 1;
    margin-right: 20px; }
  .carousel-nav .slick-next {
    order: 2;
    transform: rotate(180deg); }

.post__placeholder {
  background-color: #fafafa; }
  .post__placeholder img {
    max-width: 100%;
    min-width: auto;
    min-height: auto; }

p,
small {
  margin-bottom: 1.618rem; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0; }

h1 {
  font-size: 48px;
  font-size: 4.8rem; }

h2 {
  font-size: 36px;
  font-size: 3.6rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-align: center;
  cursor: pointer; }
  .btn--primary {
    background-color: #086694;
    color: white;
    text-decoration: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.top-bar {
  background-color: rgba(6, 67, 114, 0.8);
  color: white;
  padding: 8px 0; }
  .top-bar > .container, .top-bar > .hero-anchor-blocks {
    display: flex;
    align-items: center; }

.wcag-widgets-wrapper {
  margin-left: auto; }

.wcag-toggle {
  display: none; }
  @media (max-width: 900px) {
    .wcag-toggle {
      display: inline-block;
      background-color: transparent;
      border: 0; }
      .wcag-toggle svg {
        fill: white; }
        .wcag-toggle svg path {
          fill: white; } }

#close-menu-wcag {
  display: none;
  background-color: transparent;
  color: white;
  border: 0; }
  @media (max-width: 900px) {
    #close-menu-wcag {
      display: block;
      width: 100%;
      padding: 15px;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 16px;
      font-size: 1.6rem; } }

.wcag-navigation {
  display: flex;
  align-items: center; }
  @media (max-width: 900px) {
    .wcag-navigation {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      max-width: 400px;
      background-color: #086694;
      transform: translateX(-100%);
      transition: transform 0.4s ease-in-out;
      z-index: 103; }
      .wcag-navigation.active {
        transform: translateX(0); } }

.wcag-widget {
  display: inline-flex;
  align-items: center;
  margin: 0 15px; }
  @media (max-width: 900px) {
    .wcag-widget {
      display: flex;
      margin: 0;
      padding: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
  .wcag-widget__button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.8rem; }
    .wcag-widget__button svg,
    .wcag-widget__button i {
      fill: white;
      color: white; }
  .wcag-widget .font-bigger__icon,
  .wcag-widget .font-smaller__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 16px;
    height: 16px;
    color: #172b4a;
    border-radius: 100%;
    background-color: white;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer; }
  .wcag-widget__title {
    margin-bottom: 0;
    margin-left: 12px;
    font-size: 14px;
    font-size: 1.4rem; }

.weather-widget {
  color: white;
  font-size: 20px;
  font-size: 2rem; }
  .weather-widget__text {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold; }
    .weather-widget__text i {
      margin-right: 10px; }
  .weather-widget__date {
    font-size: 18px;
    font-size: 1.8rem; }

.languages {
  position: relative;
  background-color: transparent;
  border: 0;
  color: white;
  padding: 0;
  cursor: pointer; }
  .languages__title {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 15px; }
  .languages-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    background-color: #172b4a;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.3s ease-in-out; }
    .languages-list.active {
      max-height: 350px;
      opacity: 1;
      visibility: visible;
      overflow: visible; }
    .languages-list .glink {
      display: inline-block;
      color: white;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding: 7px;
      font-size: 14px;
      font-size: 1.4rem; }
  .languages .active-language {
    margin-left: 8px;
    font-weight: bold;
    position: relative; }
    .languages .active-language::after {
      display: inline-block;
      content: "";
      width: 10px;
      height: 10px;
      background-image: url(../images/left-arrow.svg);
      transform: rotate(-90deg);
      margin-left: 7px; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101; }
  @media (max-width: 800px) {
    .site-header {
      position: static; } }
  .site-header .main-navigation {
    background-color: #fafafa;
    height: 130px; }
    @media (max-width: 580px) {
      .site-header .main-navigation {
        height: auto; } }
    .site-header .main-navigation > .container, .site-header .main-navigation > .hero-anchor-blocks {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%; }
      @media (max-width: 580px) {
        .site-header .main-navigation > .container, .site-header .main-navigation > .hero-anchor-blocks {
          flex-wrap: wrap;
          height: auto; } }

.branding img {
  transition: transform 0.2s linear; }

body:not(.home) .site-header {
  position: static; }

.menu-toggle {
  display: none; }
  @media (max-width: 1170px) {
    .menu-toggle {
      display: block;
      width: 50px;
      height: 50px;
      background-color: #086694;
      border-radius: 3px;
      margin-left: auto;
      text-indent: -999rem;
      border: 0;
      position: relative;
      margin-right: 15px;
      transition: transform 0.3s ease-in-out; }
      .menu-toggle__line {
        display: block;
        width: 35px;
        height: 2px;
        background-color: white;
        position: absolute;
        left: calc(50% - 35px / 2);
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; }
        .menu-toggle__line[data-line="1"] {
          top: 13px; }
        .menu-toggle__line[data-line="2"] {
          top: calc(50% - 2px / 2); }
        .menu-toggle__line[data-line="3"] {
          bottom: 13px; }
      .menu-toggle.active {
        transform: translateX(-50px); } }
    @media (max-width: 1170px) and (max-width: 580px) {
      .menu-toggle.active {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 104;
        transform: translateX(0); } }
  @media (max-width: 1170px) {
        .menu-toggle.active .menu-toggle__line[data-line="1"] {
          top: calc(50% - 2px / 2);
          transform: rotate(-45deg); }
        .menu-toggle.active .menu-toggle__line[data-line="2"] {
          top: calc(50% - 2px / 2);
          transform: rotate(45deg); }
        .menu-toggle.active .menu-toggle__line[data-line="3"] {
          transform: translateY(13px);
          opacity: 0; } }

#primary-menu {
  display: flex;
  align-items: center;
  height: 100%; }
  @media (max-width: 1170px) {
    #primary-menu {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      max-width: 400px;
      background-color: #086694;
      transform: translateX(100%);
      transition: transform 0.4s ease-in-out;
      z-index: 103; }
      #primary-menu.active {
        transform: translateX(0); } }
  #primary-menu .menu-item {
    height: 100%; }
    @media (max-width: 1170px) {
      #primary-menu .menu-item {
        height: auto; } }
    #primary-menu .menu-item a {
      display: inline-flex;
      align-items: center;
      text-transform: uppercase;
      color: #4f4f4f;
      text-decoration: none;
      transition: color 0.2s linear;
      padding: 0 15px;
      height: 100%;
      position: relative; }
      @media (max-width: 1170px) {
        #primary-menu .menu-item a {
          display: block;
          padding: 20px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          color: white; } }
      #primary-menu .menu-item a::after {
        display: block;
        content: "";
        width: 100%;
        height: 0;
        background-color: #086694;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: height 0.3s ease-in-out; }
        @media (max-width: 1170px) {
          #primary-menu .menu-item a::after {
            background-color: white; } }
      #primary-menu .menu-item a:hover, #primary-menu .menu-item a.acitve, #primary-menu .menu-item a:focus, #primary-menu .menu-item a:active {
        color: #086694; }
        @media (max-width: 1170px) {
          #primary-menu .menu-item a:hover, #primary-menu .menu-item a.acitve, #primary-menu .menu-item a:focus, #primary-menu .menu-item a:active {
            color: white; } }
        #primary-menu .menu-item a:hover::after, #primary-menu .menu-item a.acitve::after, #primary-menu .menu-item a:focus::after, #primary-menu .menu-item a:active::after {
          height: 7px; }

.js-body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  background-color: rgba(23, 43, 74, 0.8);
  z-index: 102; }
  .js-body-overlay.active {
    opacity: 1;
    visibility: visible; }

.search-form {
  display: flex;
  align-items: center; }
  @media (max-width: 580px) {
    .search-form {
      width: 100%; } }
  @media (max-width: 580px) {
    .search-form > label {
      width: 100%; } }
  .search-form .search-field {
    background-color: white;
    border: 1px solid #f3f3f3;
    padding: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    color: black;
    max-height: 55px;
    margin-right: -1px; }
    .search-form .search-field::placeholder {
      text-transform: uppercase; }
    @media (max-width: 580px) {
      .search-form .search-field {
        width: 100%; } }
  .search-form .search-submit {
    padding: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background-color: #086694;
    text-align: center;
    border: 0;
    max-height: 55px;
    cursor: pointer;
    width: 55px;
    color: transparent;
    background-image: url(../images/search-solid.svg);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s linear; }
    .search-form .search-submit:hover, .search-form .search-submit:focus {
      background-color: #054464;
      box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15); }

.breadcrumbs-nav {
  margin: 15px 0; }
  .breadcrumbs-nav .breadcrumbs {
    display: flex;
    align-items: center; }
    .breadcrumbs-nav .breadcrumbs li {
      margin-right: 10px; }
      .breadcrumbs-nav .breadcrumbs li a {
        color: black;
        font-size: 14px;
        font-size: 1.4rem; }
    .breadcrumbs-nav .breadcrumbs strong {
      font-weight: normal; }

.hero {
  min-height: 550px;
  position: relative; }
  .hero__image {
    width: 100%; }
  .hero__video {
    position: relative;
    z-index: -1;
    width: 100%; }
  .hero-inner {
    position: absolute;
    top: 33%;
    left: 0;
    padding-left: 8%;
    color: white;
    z-index: 1;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.35); }
    @media (max-width: 1170px) {
      .hero-inner {
        position: static;
        color: black;
        background-color: white; } }
    .hero-inner__title {
      font-size: 50px;
      font-size: 5rem;
      font-weight: 700;
      text-shadow: -5px 5px 5px rgba(0, 0, 0, 0.2);
      text-transform: uppercase; }
      .hero-inner__title span {
        display: block;
        text-transform: none;
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: 500; }
    .hero-inner__text {
      font-size: 18px;
      font-size: 1.8rem;
      max-width: 650px;
      width: 100%;
      text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2); }

.hero-anchor-blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -75px;
  max-width: 1600px; }
  @media (max-width: 1170px) {
    .hero-anchor-blocks {
      flex-wrap: wrap;
      margin-top: 0; } }
  @media (max-width: 800px) {
    .hero-anchor-blocks {
      margin-top: auto;
      justify-content: center; } }
  .hero-anchor-blocks__item {
    width: 100%;
    max-width: 205px;
    height: 125px;
    background-color: #086694;
    color: white; }
    @media (max-width: 1170px) {
      .hero-anchor-blocks__item {
        width: calc(100% / 4 - 30px);
        margin: 15px; } }
    @media (max-width: 800px) {
      .hero-anchor-blocks__item {
        width: calc(50% - 30px);
        margin: 15px; } }
    @media (max-width: 580px) {
      .hero-anchor-blocks__item {
        max-width: 100%;
        width: 100%;
        margin: 10px 0; } }
  .hero-anchor-blocks__anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 25px 15px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    transition: box-shadow 0.2s linear, background-color 0.2s linear;
    border: 3px solid white; }
    .hero-anchor-blocks__anchor:hover, .hero-anchor-blocks__anchor:focus {
      box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.15);
      background-color: #032333; }
    .hero-anchor-blocks__anchor i {
      font-size: 25px;
      font-size: 2.5rem; }
  .hero-anchor-blocks__title {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    white-space: nowrap; }
    .hero-anchor-blocks__title i {
      font-size: 12px;
      font-size: 1.2rem;
      margin-left: 7px; }

.office-module-wrapper {
  display: flex;
  justify-content: space-between; }

body:not(.home) .hero-anchor-blocks {
  flex-direction: column;
  max-width: 100%;
  padding: 0;
  margin-left: 20px;
  width: calc(100% - 20px);
  margin-top: 0; }

@media (max-width: 1200px) {
  .attractions-posts {
    display: flex;
    flex-wrap: wrap; } }

.attractions-posts::after {
  display: block;
  content: "";
  clear: both; }

.attractions-posts .attraction-post {
  position: relative;
  float: left;
  max-width: 270px;
  width: 100%;
  height: 270px;
  transition: box-shadow 0.2s linear; }
  .attractions-posts .attraction-post:hover {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1200px) {
    .attractions-posts .attraction-post {
      float: none;
      clear: both;
      max-width: calc(100% / 3 - 20px);
      margin: 10px; } }
  @media (max-width: 768px) {
    .attractions-posts .attraction-post {
      max-width: calc(100% / 2 - 20px); } }
  @media (max-width: 580px) {
    .attractions-posts .attraction-post {
      max-width: 100%;
      margin: 10px 0; } }
  .attractions-posts .attraction-post:nth-child(1) {
    max-width: calc(630px - 20px);
    width: 100%;
    height: 470px;
    margin-right: 20px; }
    @media (max-width: 1200px) {
      .attractions-posts .attraction-post:nth-child(1) {
        max-width: calc(100% / 2 - 20px);
        height: 270px;
        margin: 10px; } }
    @media (max-width: 768px) {
      .attractions-posts .attraction-post:nth-child(1) {
        max-width: calc(100% / 2 - 20px); } }
    @media (max-width: 580px) {
      .attractions-posts .attraction-post:nth-child(1) {
        max-width: 100%;
        margin: 10px 0; } }
  .attractions-posts .attraction-post:nth-child(2) {
    max-width: calc(270px - 20px);
    width: 100%;
    height: 470px;
    margin-right: 20px; }
    @media (max-width: 1200px) {
      .attractions-posts .attraction-post:nth-child(2) {
        max-width: calc(100% / 2 - 20px);
        height: 270px;
        margin: 10px; } }
    @media (max-width: 768px) {
      .attractions-posts .attraction-post:nth-child(2) {
        max-width: calc(100% / 2 - 20px); } }
    @media (max-width: 580px) {
      .attractions-posts .attraction-post:nth-child(2) {
        max-width: 100%;
        margin: 10px 0; } }
  .attractions-posts .attraction-post:nth-child(3) {
    height: 215px;
    margin-bottom: 20px; }
    @media (max-width: 1200px) {
      .attractions-posts .attraction-post:nth-child(3) {
        max-width: calc(100% / 3 - 20px);
        height: 270px;
        margin: 10px; } }
    @media (max-width: 580px) {
      .attractions-posts .attraction-post:nth-child(3) {
        max-width: 100%;
        margin: 10px 0; } }
    @media (max-width: 768px) {
      .attractions-posts .attraction-post:nth-child(3) {
        max-width: calc(100% / 2 - 20px); } }
    @media (max-width: 580px) {
      .attractions-posts .attraction-post:nth-child(3) {
        max-width: 100%;
        margin: 10px 0; } }
  .attractions-posts .attraction-post:nth-child(4) {
    height: 235px; }
    @media (max-width: 1200px) {
      .attractions-posts .attraction-post:nth-child(4) {
        max-width: calc(100% / 3 - 20px);
        height: 270px;
        margin: 10px; } }
    @media (max-width: 768px) {
      .attractions-posts .attraction-post:nth-child(4) {
        max-width: calc(100% / 2 - 20px); } }
    @media (max-width: 580px) {
      .attractions-posts .attraction-post:nth-child(4) {
        max-width: 100%;
        margin: 10px 0; } }
  .attractions-posts .attraction-post:nth-child(n + 5) {
    margin-right: 30px;
    margin-top: 20px; }
    @media (max-width: 1200px) {
      .attractions-posts .attraction-post:nth-child(n + 5) {
        max-width: calc(100% / 3 - 20px);
        height: 270px;
        margin: 10px; } }
    @media (max-width: 768px) {
      .attractions-posts .attraction-post:nth-child(n + 5) {
        max-width: calc(100% / 2 - 20px); } }
    @media (max-width: 580px) {
      .attractions-posts .attraction-post:nth-child(n + 5) {
        max-width: 100%;
        margin: 10px 0; } }
  .attractions-posts .attraction-post:nth-child(8) {
    margin-right: 0; }
    @media (max-width: 1200px) {
      .attractions-posts .attraction-post:nth-child(8) {
        max-width: calc(100% / 3 - 20px);
        height: 270px;
        margin: 10px; } }
    @media (max-width: 768px) {
      .attractions-posts .attraction-post:nth-child(8) {
        max-width: calc(100% / 2 - 20px); } }
    @media (max-width: 580px) {
      .attractions-posts .attraction-post:nth-child(8) {
        max-width: 100%;
        margin: 10px 0; } }
  .attractions-posts .attraction-post .post__anchor {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    color: white;
    position: relative;
    overflow: hidden; }
    .attractions-posts .attraction-post .post__anchor .wp-post-image,
    .attractions-posts .attraction-post .post__anchor img {
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .attractions-posts .attraction-post .post__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: rgba(23, 43, 74, 0.9);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility, 0.3s ease-in-out; }
    .attractions-posts .attraction-post .post__content::after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background-color: #ffed00; }
  .attractions-posts .attraction-post .post__title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 0; }
  .attractions-posts .attraction-post .post__excerpt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.618;
    margin-top: 15px; }
  .attractions-posts .attraction-post .post__readmore {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline; }
  .attractions-posts .attraction-post .post__placeholder {
    background-color: #fafafa;
    height: 100%; }
    .attractions-posts .attraction-post .post__placeholder img {
      max-width: 100%;
      width: 50%;
      min-width: auto;
      min-height: auto; }
  .attractions-posts .attraction-post:hover .post__content, .attractions-posts .attraction-post:focus .post__content {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }

.attractions__anchor {
  display: inline-block;
  margin-bottom: 15px;
  color: black;
  text-decoration: none; }

.video-posts .slick-slide {
  padding: 0 20px; }

.video-posts .video-post {
  position: relative;
  z-index: 0;
  min-height: 485px;
  transition: box-shadow 0.2s linear;
  overflow: hidden; }
  .video-posts .video-post:hover {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); }

.video-posts .post__category {
  font-weight: 500; }
  .video-posts .post__category::before {
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-image: url(../images/play-button.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px; }
  .video-posts .post__category a {
    color: white;
    text-decoration: none; }

.video-posts .post__anchor {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white; }
  .video-posts .post__anchor img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.video-posts .post__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  color: white;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.3); }
  .video-posts .post__content::before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(transparent, black);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }

.video-posts .post__title {
  font-size: 28px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin-top: 0; }
  .video-posts .post__title a {
    text-decoration: none;
    color: white; }

.widget-area-videos .posts .post {
  margin: 20px 0; }
  .widget-area-videos .posts .post::after {
    display: block;
    content: "";
    clear: both; }
  .widget-area-videos .posts .post__content {
    width: 100%;
    padding: 15px; }
    .widget-area-videos .posts .post__content::before {
      height: 70%; }
  .widget-area-videos .posts .post__category {
    font-size: 11px;
    font-size: 1.1rem; }
    .widget-area-videos .posts .post__category::before {
      width: 40px;
      height: 40px; }
  .widget-area-videos .posts .post__title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.1; }
  .widget-area-videos .posts .post__excerpt {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 0; }

.events-posts .event-post {
  margin-bottom: 15px;
  height: 350px; }
  @media (max-width: 1170px) {
    .events-posts .event-post {
      height: 500px; } }
  .events-posts .event-post:hover .post__content {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); }
  .events-posts .event-post-wrapper {
    display: flex;
    height: 100%; }
    @media (max-width: 1170px) {
      .events-posts .event-post-wrapper {
        flex-direction: column; } }
  .events-posts .event-post .post-thumbwrapper {
    width: 325px;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-left: 15px; }
    @media (max-width: 1170px) {
      .events-posts .event-post .post-thumbwrapper {
        width: 97%;
        height: 100%;
        margin: 0; } }
    .events-posts .event-post .post-thumbwrapper img {
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .events-posts .event-post .post__content {
    width: 100%;
    height: 100%;
    max-width: 260px;
    padding: 25px;
    border: 1px solid #e1e1e1;
    margin-right: 15px;
    transition: box-shadow 0.2s linear; }
    @media (max-width: 1170px) {
      .events-posts .event-post .post__content {
        max-width: 97%; } }
  .events-posts .event-post .post__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase; }
    .events-posts .event-post .post__title a {
      text-decoration: none;
      color: black; }
  .events-posts .event-post .post__readmore {
    display: block;
    margin-left: auto;
    width: 120px; }
  .events-posts .event-post .post__excerpt {
    font-size: 12px;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5); }
  .events-posts .event-post .post__category {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    background-color: #086694;
    font-size: 14px;
    font-size: 1.4rem;
    z-index: 1; }
    .events-posts .event-post .post__category a {
      color: white;
      text-decoration: none; }
  .events-posts .event-post .post__eventdate {
    display: inline-flex;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 20px; }
    .events-posts .event-post .post__eventdate::before {
      display: inline-block;
      content: "";
      width: 12px;
      height: 12px;
      background: url(../images/clock.svg) no-repeat center;
      background-size: contain;
      margin-top: 3px;
      margin-right: 8px; }

body#wydarzenia .sidebar-cat-nav .sidebar-cat__anchor,
.post-type-archive-wydarzenia .sidebar-cat-nav .sidebar-cat__anchor,
.tax-kategorie-wydarzen .sidebar-cat-nav .sidebar-cat__anchor {
  padding-left: 50px; }

body#wydarzenia .sidebar-cat__color,
.post-type-archive-wydarzenia .sidebar-cat__color,
.tax-kategorie-wydarzen .sidebar-cat__color {
  margin-right: 25px; }

body#wydarzenia .archive-posts-wrapper,
.post-type-archive-wydarzenia .archive-posts-wrapper,
.tax-kategorie-wydarzen .archive-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  body#wydarzenia .archive-posts-wrapper .post,
  .post-type-archive-wydarzenia .archive-posts-wrapper .post,
  .tax-kategorie-wydarzen .archive-posts-wrapper .post {
    display: block;
    width: calc(100% / 4 - 40px);
    text-align: center;
    position: relative; }
    @media (max-width: 1024px) {
      body#wydarzenia .archive-posts-wrapper .post,
      .post-type-archive-wydarzenia .archive-posts-wrapper .post,
      .tax-kategorie-wydarzen .archive-posts-wrapper .post {
        width: calc(100% / 3 - 40px); } }
    @media (max-width: 580px) {
      body#wydarzenia .archive-posts-wrapper .post,
      .post-type-archive-wydarzenia .archive-posts-wrapper .post,
      .tax-kategorie-wydarzen .archive-posts-wrapper .post {
        width: calc(100% / 2 - 40px); } }
    @media (max-width: 360px) {
      body#wydarzenia .archive-posts-wrapper .post,
      .post-type-archive-wydarzenia .archive-posts-wrapper .post,
      .tax-kategorie-wydarzen .archive-posts-wrapper .post {
        width: 100%; } }
    body#wydarzenia .archive-posts-wrapper .post .wp-post-image,
    body#wydarzenia .archive-posts-wrapper .post img,
    .post-type-archive-wydarzenia .archive-posts-wrapper .post .wp-post-image,
    .post-type-archive-wydarzenia .archive-posts-wrapper .post img,
    .tax-kategorie-wydarzen .archive-posts-wrapper .post .wp-post-image,
    .tax-kategorie-wydarzen .archive-posts-wrapper .post img {
      width: 100%; }
    body#wydarzenia .archive-posts-wrapper .post-content,
    .post-type-archive-wydarzenia .archive-posts-wrapper .post-content,
    .tax-kategorie-wydarzen .archive-posts-wrapper .post-content {
      padding: 0;
      border: 0;
      width: auto; }
    body#wydarzenia .archive-posts-wrapper .post-header__title,
    .post-type-archive-wydarzenia .archive-posts-wrapper .post-header__title,
    .tax-kategorie-wydarzen .archive-posts-wrapper .post-header__title {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 500; }
    body#wydarzenia .archive-posts-wrapper .post-meta,
    .post-type-archive-wydarzenia .archive-posts-wrapper .post-meta,
    .tax-kategorie-wydarzen .archive-posts-wrapper .post-meta {
      position: absolute;
      top: 15px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      padding: 8px;
      background-color: #086694;
      margin: 0 auto; }
      body#wydarzenia .archive-posts-wrapper .post-meta i,
      .post-type-archive-wydarzenia .archive-posts-wrapper .post-meta i,
      .tax-kategorie-wydarzen .archive-posts-wrapper .post-meta i {
        color: white; }
      body#wydarzenia .archive-posts-wrapper .post-meta__item,
      .post-type-archive-wydarzenia .archive-posts-wrapper .post-meta__item,
      .tax-kategorie-wydarzen .archive-posts-wrapper .post-meta__item {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-right: 0; }
      body#wydarzenia .archive-posts-wrapper .post-meta__value,
      .post-type-archive-wydarzenia .archive-posts-wrapper .post-meta__value,
      .tax-kategorie-wydarzen .archive-posts-wrapper .post-meta__value {
        display: block;
        width: 100%;
        font-size: 11px;
        font-size: 1.1rem;
        color: white; }

.news-posts .slick-track {
  padding-bottom: 15px; }

.news-posts .slick-slide {
  padding: 0 10px; }

.news-posts .news-post {
  transition: box-shadow 0.2s linear; }
  .news-posts .news-post:hover {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); }
  .news-posts .news-post .post__wrapper img {
    width: 100%; }
  .news-posts .news-post .post__content {
    border: 1px solid #dbdbdb;
    padding: 15px; }
  .news-posts .news-post .post__date {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-size: 1.2rem; }
    .news-posts .news-post .post__date::before {
      display: inline-block;
      content: "";
      width: 12px;
      height: 12px;
      background: url(../images/clock.svg) no-repeat center;
      background-size: contain;
      margin-top: 3px;
      margin-right: 8px; }
  .news-posts .news-post .post__title {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: black;
    margin-top: 0;
    margin-bottom: 10px; }
    .news-posts .news-post .post__title a {
      text-decoration: none;
      color: black; }
  .news-posts .news-post .post__excerpt {
    font-size: 12px;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5); }
  .news-posts .news-post .post__readmore {
    display: block;
    width: 120px;
    margin-left: auto; }

.important-phones {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px; }
  @media (max-width: 580px) {
    .important-phones {
      flex-direction: column; } }
  .important-phones__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    border: 1px solid #e1e1e1;
    text-align: center;
    height: 110px;
    transition: box-shadow 0.2s linear; }
    .important-phones__item:hover {
      box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); }
    .important-phones__item:nth-child(1) {
      margin-right: 20px; }
      @media (max-width: 580px) {
        .important-phones__item:nth-child(1) {
          margin-right: 0;
          margin-bottom: 20px; } }
    @media (max-width: 580px) {
      .important-phones__item {
        width: 100%; } }
  .important-phones__anchor {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    cursor: pointer; }
    .important-phones__anchor img {
      margin-right: 30px; }

.site-footer {
  position: relative;
  margin-top: 100px; }
  .site-footer::before {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: url(../images/svg-shape.svg) no-repeat center;
    background-size: cover; }

.footer-column {
  display: flex;
  align-items: flex-start;
  padding: 30px 0; }
  .footer-column-inner {
    margin-left: 50px; }
    .footer-column-inner__title {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      text-transform: uppercase;
      color: black; }
    .footer-column-inner__text {
      margin: 0;
      margin-bottom: 8px;
      font-size: 15px;
      font-size: 1.5rem; }

.bottom-bar {
  padding-top: 20px;
  border-top: 1px solid #eeeeee; }
  .bottom-bar__copy {
    font-size: 14px;
    font-size: 1.4rem; }

.social-media {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99; }

.archive-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }

.widget-area {
  width: 25%; }
  @media (max-width: 768px) {
    .widget-area {
      width: 100%; } }
  .widget-area-videos__title {
    font-size: 18px;
    font-size: 1.8rem; }
  .widget-area-categories {
    margin-bottom: 20px; }
    .widget-area-categories__title {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      color: white;
      background-color: #086694;
      text-align: center;
      padding: 15px;
      margin-bottom: 20px; }

.sidebar-cat-nav .sidebar-cat__anchor {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  background-color: white;
  color: black;
  border: 2px solid #ebebeb;
  text-decoration: none;
  margin-top: -1px; }
  .sidebar-cat-nav .sidebar-cat__anchor > i {
    color: #086694;
    margin-right: 15px; }
  .sidebar-cat-nav .sidebar-cat__anchor--active, .sidebar-cat-nav .sidebar-cat__anchor:hover {
    background-color: #fafafa; }

.sidebar-cat-nav .sidebar-cat__icon {
  margin-right: 15px; }

.sidebar-cat-nav .sidebar-cat__arrow {
  display: inline-block;
  margin-left: auto; }

.archive-posts-content {
  width: calc(75% - 30px);
  margin-left: 30px; }
  @media (max-width: 768px) {
    .archive-posts-content {
      width: 100%;
      margin-left: 0;
      margin-top: 30px; } }
  .archive-posts-content .page-header {
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    margin-bottom: 20px; }
    .archive-posts-content .page-header .page-title {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500;
      color: black; }

.archive-posts-wrapper .post {
  display: flex;
  margin-bottom: 30px; }
  @media (max-width: 580px) {
    .archive-posts-wrapper .post {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; } }
  .archive-posts-wrapper .post__placeholder {
    padding: 30px; }
    @media (max-width: 580px) {
      .archive-posts-wrapper .post__placeholder {
        width: 100%; } }
    .archive-posts-wrapper .post__placeholder img {
      width: 300px; }
  .archive-posts-wrapper .post-thumbnail {
    flex-shrink: 0;
    width: 100%;
    max-width: 270px;
    position: relative;
    overflow: hidden; }
    .archive-posts-wrapper .post-thumbnail img {
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .archive-posts-wrapper .post-content {
    width: calc(100% - 270px);
    border: 1px solid #ebebeb;
    padding: 35px;
    background-color: white; }
    @media (max-width: 580px) {
      .archive-posts-wrapper .post-content {
        width: 100%; } }
  .archive-posts-wrapper .post-header__title {
    font-size: 20px;
    font-size: 2rem;
    color: black; }
    .archive-posts-wrapper .post-header__title a {
      color: black;
      text-decoration: none; }
  .archive-posts-wrapper .post-meta {
    margin: 15px 0; }
    .archive-posts-wrapper .post-meta__item {
      margin-right: 20px;
      color: #086694; }
      .archive-posts-wrapper .post-meta__item i,
      .archive-posts-wrapper .post-meta__item svg {
        margin-right: 7px; }
  .archive-posts-wrapper .post__excerpt {
    font-size: 12px;
    font-size: 1.2rem;
    color: black; }

body.search .archive-posts-content {
  width: 100%;
  margin-left: 0;
  margin-top: 30px; }

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap; }
  .pagination .nav-links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #ebebeb;
    color: black;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
    margin: 0 6px; }
    .pagination .nav-links .page-numbers.current {
      background-color: #086694;
      color: white; }
  .pagination .nav-links .next,
  .pagination .nav-links .prev {
    width: auto;
    padding: 0 10px; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.single-post-wrapper {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 768px) {
    .single-post-wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  .single-post-wrapper .widget-area-important__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px; }
  .single-post-wrapper .site-main {
    width: calc(75% - 30px);
    margin-left: 30px; }
    @media (max-width: 768px) {
      .single-post-wrapper .site-main {
        width: 100%;
        margin-left: 0;
        margin-top: 30px; } }
    .single-post-wrapper .site-main .post-header {
      display: flex;
      align-items: center; }
      .single-post-wrapper .site-main .post-header__title {
        font-size: 48px;
        font-size: 4.8rem;
        margin-right: 15px; }
    .single-post-wrapper .site-main .post-content h1,
    .single-post-wrapper .site-main .post-content h2,
    .single-post-wrapper .site-main .post-content h3,
    .single-post-wrapper .site-main .post-content h4,
    .single-post-wrapper .site-main .post-content h5 {
      margin-bottom: 1.618rem;
      line-height: 1.2; }
    .single-post-wrapper .site-main .post-content ul {
      display: flex;
      flex-wrap: wrap; }
      .single-post-wrapper .site-main .post-content ul li {
        display: inline-flex;
        align-items: center;
        width: calc(100% / 3);
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        @media (max-width: 768px) {
          .single-post-wrapper .site-main .post-content ul li {
            width: calc(100% / 2); } }
        @media (max-width: 480px) {
          .single-post-wrapper .site-main .post-content ul li {
            width: 100%; } }
        .single-post-wrapper .site-main .post-content ul li::before {
          display: inline-block;
          content: url(../images/checkmark.png);
          margin-right: 15px;
          padding-top: 3px; }
    .single-post-wrapper .site-main .post-content .gallery {
      margin-top: 30px; }

body.single .wp-post-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

body.single::after {
  display: block;
  content: "";
  clear: both; }

.print-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  text-indent: -999rem;
  background-color: transparent;
  border: 0;
  background: url(../images/printing-tool.svg) no-repeat center;
  background-size: 20px;
  cursor: pointer;
  margin-left: auto;
  margin-right: 15px; }

.dkpdf-button-container {
  width: auto !important;
  float: none !important;
  padding: 0 !important;
  height: 20px; }

.dkpdf-button {
  display: inline-block;
  text-indent: -999rem;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 0;
  color: black;
  background: url(../images/pdf-file.svg) no-repeat center;
  background-size: 20px;
  cursor: pointer; }

.widget-area-routes__title,
.widget-area-events__title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px; }

.widget-area-routes .routes-list__item,
.widget-area-routes .events-list__item,
.widget-area-events .routes-list__item,
.widget-area-events .events-list__item {
  margin-bottom: 10px; }
  .widget-area-routes .routes-list__item a,
  .widget-area-routes .events-list__item a,
  .widget-area-events .routes-list__item a,
  .widget-area-events .events-list__item a {
    color: black;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none; }

.widget-area-attractions__title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px; }

.widget-area-attractions__data {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px; }

.share-post {
  display: block;
  width: 100%;
  margin: 30px 0; }
  .share-post .s-facebook {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-indent: -999rem;
    background-color: transparent;
    border: 0;
    background: url(../images/facebook.svg) no-repeat center;
    background-size: 25px;
    cursor: pointer; }

.see-all-posts {
  text-align: right; }
  .see-all-posts__link {
    color: black;
    text-decoration: none; }

.routes-wrapper {
  display: flex; }
  @media (max-width: 1170px) {
    .routes-wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  .routes-wrapper .widget-area {
    width: 25%; }
    @media (max-width: 1170px) {
      .routes-wrapper .widget-area {
        width: 100%; } }

.routes-categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(75% - 30px);
  margin-left: 30px; }
  @media (max-width: 1170px) {
    .routes-categories {
      width: 100%;
      margin-left: 0;
      margin-top: 30px; } }

.routes-category {
  position: relative;
  height: 180px;
  width: calc(100% / 3 - 15px);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px;
  margin-bottom: 20px; }
  @media (max-width: 1170px) {
    .routes-category {
      width: calc(100% / 2 - 15px); } }
  @media (max-width: 580px) {
    .routes-category {
      width: 100%; } }
  .routes-category__anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  .routes-category__title {
    display: inline-block;
    margin: 0 auto;
    padding: 15px;
    border: 5px solid white;
    color: white;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 900; }
  .routes-category--first {
    width: calc(70% - 20px);
    margin-right: 20px;
    height: 470px; }
    @media (max-width: 1170px) {
      .routes-category--first {
        width: 100%;
        margin-right: 0; } }
    .routes-category--first .routes-category__title {
      font-size: 50px;
      font-size: 5rem;
      width: 90%; }
  .routes-category--second {
    width: 30%;
    height: 470px;
    margin-right: 0; }
    @media (max-width: 1170px) {
      .routes-category--second {
        width: 100%;
        height: 320px; } }
  .routes-category:nth-child(5n) {
    margin-right: 0; }
    @media (max-width: 1170px) {
      .routes-category:nth-child(5n) {
        margin: 0; } }

.routes-header {
  display: flex;
  align-items: center;
  height: 215px;
  padding: 50px;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 35px; }
  .routes-header::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  .routes-header__title {
    font-size: 50px;
    font-size: 5rem;
    font-weight: 900;
    color: white; }

@media (max-width: 1170px) {
  .office-module-wrapper {
    flex-direction: column; } }

@media (max-width: 1170px) {
  .office-module-wrapper .office-module-form {
    max-width: 100% !important; } }

@media (max-width: 1170px) {
  .office-module-wrapper .widget-area {
    width: 100%; } }

@media (max-width: 1170px) {
  .office-module-wrapper .widget-area .hero-anchor-blocks {
    flex-direction: row; } }

@media (max-width: 1170px) {
  .office-module-wrapper .office-module-form__wrapper--submit {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto !important;
    margin: 0 auto !important; } }

@media (max-width: 580px) {
  .office-module-wrapper .office-module-form__wrapper--textarea {
    width: 100% !important;
    margin-right: 0 !important; } }

@media (max-width: 580px) {
  .office-module-wrapper .office-module-form__wrapper--files {
    width: 100% !important; } }

@media (max-width: 580px) {
  .office-module-wrapper .office-module-form-image__inner-preview {
    width: 100% !important;
    margin-right: 0; } }

.office-module-form-image__title,
.office-module-form__submit,
.office-module-archive-e-tablica .office-module-archive-post__category strong,
.search-container__button {
  color: #086694 !important; }

.office-module-archive-e-tablica .office-module-archive-post__meta--phone,
.office-module-archive-e-tablica .office-module-archive-post__meta--email,
.office-module-archive-e-tablica .office-module-archive-post__meta--website {
  color: black !important; }

.office-module-form-image__input {
  display: block; }

.office-module-archive-e-tablica .office-module-archive-post__date,
.office-module-archive-post__date {
  background: #086694 !important; }

@media print {
  .site-header,
  .breadcrumbs-nav,
  .widget-area,
  .site-footer,
  .share-post,
  .social-media,
  .print-button,
  .dkpdf-button-container {
    display: none !important; }
  .site-main {
    width: 100%;
    margin: 0; } }

html.fontsize-72-5 {
  font-size: 72.5%; }

html.fontsize-67-5 {
  font-size: 67.5%; }

html.fontsize-62-5 {
  font-size: 62.5%; }

html.fontsize-57-5 {
  font-size: 57.5%; }

html.fontsize-52-5 {
  font-size: 52.5%; }

html.contrast-mode ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background: yellow; }

html.contrast-mode ::selection {
  background-color: yellow;
  color: black; }

html.contrast-mode .wcagfocus a:focus,
html.contrast-mode .wcagfocus input[type="text"]:focus,
html.contrast-mode .wcagfocus input[type="search"]:focus,
html.contrast-mode .wcagfocus input[type="submit"]:focus,
html.contrast-mode .wcagfocus textarea:focus,
html.contrast-mode .wcagfocus .pe-panels.tabs .pn-list li a:focus,
html.contrast-mode .wcagfocus *:focus {
  outline: 2px dashed red; }

html.contrast-mode body {
  background-color: black;
  color: yellow; }

html.contrast-mode .top-bar {
  background-color: black;
  color: yellow; }

html.contrast-mode .weather-widget {
  color: yellow; }
  html.contrast-mode .weather-widget__text {
    color: yellow; }

html.contrast-mode .wcag-widget__button svg,
html.contrast-mode .wcag-widget__button i {
  fill: yellow;
  color: yellow; }

html.contrast-mode .wcag-widget .font-smaller__icon,
html.contrast-mode .wcag-widget .font-bigger__icon {
  background-color: yellow;
  color: black; }

html.contrast-mode .site-header {
  border-bottom: 1px solid yellow; }
  html.contrast-mode .site-header .main-navigation {
    background-color: black;
    color: yellow;
    border-top: 1px solid yellow; }

html.contrast-mode .menu-toggle {
  background-color: yellow; }
  html.contrast-mode .menu-toggle__line {
    background-color: black; }

@media (max-width: 1170px) {
  html.contrast-mode #primary-menu {
    background-color: black;
    color: yellow; } }

html.contrast-mode #primary-menu .menu-item a {
  color: yellow; }
  @media (max-width: 1170px) {
    html.contrast-mode #primary-menu .menu-item a {
      color: yellow;
      border-color: yellow; } }
  html.contrast-mode #primary-menu .menu-item a::after {
    background-color: yellow; }
    @media (max-width: 1170px) {
      html.contrast-mode #primary-menu .menu-item a::after {
        background-color: yellow; } }

html.contrast-mode #primary-menu.active {
  background-color: black;
  color: yellow; }
  html.contrast-mode #primary-menu.active .menu-item a {
    color: yellow;
    border-color: yellow; }

html.contrast-mode .search-form .search-field {
  border: 1px solid yellow;
  background-color: black;
  color: yellow; }
  html.contrast-mode .search-form .search-field::placeholder {
    color: rgba(255, 255, 0, 0.6); }

html.contrast-mode .search-form .search-submit {
  background-color: yellow;
  color: black; }

html.contrast-mode .hero-inner {
  color: yellow; }

html.contrast-mode .hero-anchor-blocks__item {
  color: yellow;
  background-color: black;
  border: 3px solid yellow; }

html.contrast-mode .hero-anchor-blocks__anchor {
  color: yellow; }

html.contrast-mode .home-section-header__text {
  color: yellow; }

html.contrast-mode .attractions-posts .attraction-post .post__content {
  background-color: rgba(0, 0, 0, 0.8); }

html.contrast-mode .attractions-posts .attraction-post .post__title,
html.contrast-mode .attractions-posts .attraction-post .post__excerpt,
html.contrast-mode .attractions-posts .attraction-post .post__readmore {
  color: yellow; }

html.contrast-mode .carousel-nav__anchor {
  color: yellow; }

html.contrast-mode .carousel-nav .slick-arrow {
  background-color: black;
  border: 2px solid yellow; }

html.contrast-mode .video-posts .video-post .post__category,
html.contrast-mode .video-posts .video-post .post__title,
html.contrast-mode .video-posts .video-post .post__excerpt {
  color: yellow; }
  html.contrast-mode .video-posts .video-post .post__category a,
  html.contrast-mode .video-posts .video-post .post__title a,
  html.contrast-mode .video-posts .video-post .post__excerpt a {
    color: yellow; }

html.contrast-mode .events-posts .event-post .post__content {
  border: 1px solid yellow; }

html.contrast-mode .events-posts .event-post .post__title,
html.contrast-mode .events-posts .event-post .post__excerpt {
  color: yellow; }
  html.contrast-mode .events-posts .event-post .post__title a,
  html.contrast-mode .events-posts .event-post .post__excerpt a {
    color: yellow; }

html.contrast-mode .events-posts .event-post .post__category {
  background-color: yellow !important;
  color: black !important; }
  html.contrast-mode .events-posts .event-post .post__category a {
    color: black !important; }

html.contrast-mode .events-posts .event-post .post__readmore {
  background-color: yellow;
  color: black; }

html.contrast-mode .events-posts .event-post .post__eventdate {
  color: yellow; }
  html.contrast-mode .events-posts .event-post .post__eventdate::before {
    background-color: yellow;
    width: 16px;
    height: 16px;
    background-size: 12px;
    border-radius: 100%; }

html.contrast-mode .news-posts .news-post .post__content {
  border: 1px solid yellow; }

html.contrast-mode .news-posts .news-post .post__title {
  color: yellow; }
  html.contrast-mode .news-posts .news-post .post__title a {
    color: yellow; }

html.contrast-mode .news-posts .news-post .post__excerpt {
  color: yellow; }

html.contrast-mode .news-posts .news-post .post__readmore {
  background-color: yellow;
  color: black; }

html.contrast-mode .important-phones__item {
  border: 1px solid yellow; }

html.contrast-mode .important-phones__anchor {
  color: yellow; }

html.contrast-mode .bottom-bar {
  border-top: 1px solid yellow; }

html.contrast-mode .wcag-navigation {
  background-color: black;
  color: yellow; }

html.contrast-mode .wcag-widget {
  border-color: yellow; }

html.contrast-mode .wcag-toggle svg,
html.contrast-mode .wcag-toggle i {
  fill: yellow;
  color: yellow; }
  html.contrast-mode .wcag-toggle svg path,
  html.contrast-mode .wcag-toggle i path {
    fill: yellow; }

html.contrast-mode .languages {
  color: yellow; }
  html.contrast-mode .languages__title {
    color: yellow; }
  html.contrast-mode .languages-list {
    background-color: black;
    color: yellow; }
    html.contrast-mode .languages-list .glink {
      color: yellow;
      border-color: yellow; }

html.contrast-mode #close-menu-wcag {
  color: yellow;
  border-color: yellow; }

html.contrast-mode .js-body-overlay {
  background-color: rgba(0, 0, 0, 0.8); }

html.contrast-mode .branding {
  background-color: yellow; }
  html.contrast-mode .branding img {
    transform: scale(0.9); }

html.contrast-mode .breadcrumbs-nav a,
html.contrast-mode .widget-area a,
html.contrast-mode .single-post-wrapper a {
  color: yellow !important; }

html.contrast-mode .share-post .s-facebook {
  background-color: yellow;
  border-radius: 5px; }

html.contrast-mode .print-button,
html.contrast-mode .dkpdf-button {
  background-color: yellow; }

html.contrast-mode .widget-area-categories__title,
html.contrast-mode .sidebar-cat-nav .sidebar-cat__anchor,
html.contrast-mode .archive-posts-content .page-header {
  background-color: black;
  color: yellow;
  border: 1px solid yellow; }
  html.contrast-mode .widget-area-categories__title i,
  html.contrast-mode .widget-area-categories__title .page-title,
  html.contrast-mode .sidebar-cat-nav .sidebar-cat__anchor i,
  html.contrast-mode .sidebar-cat-nav .sidebar-cat__anchor .page-title,
  html.contrast-mode .archive-posts-content .page-header i,
  html.contrast-mode .archive-posts-content .page-header .page-title {
    color: yellow; }

html.contrast-mode .archive-posts-wrapper .post-content {
  background-color: black;
  color: yellow;
  border-color: yellow; }

html.contrast-mode .archive-posts-wrapper .post-header__title a,
html.contrast-mode .archive-posts-wrapper .post__excerpt {
  color: yellow; }

html.contrast-mode .btn {
  background-color: yellow;
  color: black; }

html.contrast-mode .pagination .nav-links .page-numbers {
  background-color: black;
  color: yellow;
  border: 1px solid yellow; }

html.contrast-mode .pagination .nav-links .page-numbers.current {
  background-color: yellow;
  color: black; }

html.contrast-mode .routes-header__title,
html.contrast-mode .attractions__anchor {
  color: yellow; }

html.contrast-mode .routes-category {
  background-color: black !important;
  border: 1px solid yellow !important; }

html.contrast-mode .routes-category .routes-category__title {
  color: yellow !important;
  border-color: yellow !important; }

html.contrast-mode .office-module-form__input,
html.contrast-mode .office-module-form-image__inner-preview {
  color: yellow;
  background-color: black;
  border: 1px solid yellow; }

html.contrast-mode .office-module-form-image__title,
html.contrast-mode .office-module-archive-e-tablica .office-module-archive-post__category,
html.contrast-mode .office-module-archive-e-tablica .office-module-archive-post__meta--phone,
html.contrast-mode .office-module-archive-e-tablica .office-module-archive-post__meta--email,
html.contrast-mode .office-module-archive-e-tablica .office-module-archive-post__meta--website,
html.contrast-mode .office-module-archive-e-tablica .office-module-archive-post__meta--website a,
html.contrast-mode .office-module-archive-e-tablica .office-module-archive-post__category strong {
  color: yellow; }

html.contrast-mode .office-module-archive-e-tablica .office-module-archive-post__meta--phone::before,
html.contrast-mode .office-module-archive-e-tablica .office-module-archive-post__meta--email::before,
html.contrast-mode .office-module-archive-e-tablica .office-module-archive-post__meta--website::before {
  background-color: yellow;
  opacity: 1; }

html.contrast-mode .search-container {
  background-color: black;
  border: 1px solid yellow; }

html.contrast-mode .search-container__button,
html.contrast-mode .office-module-archive-e-tablica .office-module-archive-post__date,
html.contrast-mode .office-module-archive-post__date {
  background-color: yellow;
  color: black; }

html.contrast-mode .office-module-archive-e-tablica .office-module-archive-post__date--day-month,
html.contrast-mode .office-module-archive-e-tablica .office-module-archive-post__date--year,
html.contrast-mode .office-module-archive-post__date--day-month,
html.contrast-mode .office-module-archive-post__date--year {
  color: black; }

html.contrast-mode .office-module-form__submit,
html.contrast-mode .post-type-archive-wydarzenia .archive-posts-wrapper .post-meta,
html.contrast-mode .tax-kategorie_wydarzenia .archive-posts-wrapper .post-meta {
  background-color: yellow;
  color: black; }

html.contrast-mode .post-type-archive-wydarzenia .archive-posts-wrapper .post-meta__value,
html.contrast-mode .tax-kategorie_wydarzenia .archive-posts-wrapper .post-meta__value,
html.contrast-mode .post-type-archive-wydarzenia .archive-posts-wrapper .post-meta i,
html.contrast-mode .tax-kategorie_wydarzenia .archive-posts-wrapper .post-meta i {
  color: black; }

html.contrast-mode .post__placeholder {
  background-color: yellow !important; }


/*# sourceMappingURL=style.css.map*/