@charset "UTF-8";
/* Variables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Normalize
---------------------------------- */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5 {
  font-weight: 700;
  color: #262626;
  margin-top: 0;
}

h1 {
  font-size: 4rem;
  line-height: 6rem;
  margin-bottom: 4.5rem;
  font-weight: 800;
}

h2 {
  font-size: 3rem;
  line-height: 4.5rem;
  margin-bottom: 3.5rem;
}

h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-bottom: 2.8rem;
}

p, a, span, input, textarea, li, button {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

a {
  color: #0a83c7;
}

p {
  margin-bottom: 4.8rem;
}

b, strong {
  font-weight: 700;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

::selection {
  background: #0a83c7; /* WebKit */
  color: #ffffff;
}

::-moz-selection {
  background: #0a83c7; /* Gecko */
  color: #ffffff;
}

/* Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button, .button-link, .button-link-rounded {
  padding: 1rem 3rem;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

button, .button-link {
  border: 1px solid #c1c2c4;
  background-color: #ffffff;
  color: #c1c2c4;
}
button:hover, .button-link:hover {
  background-color: #0a83c7;
  border-color: #0a83c7;
  color: #ffffff;
}

.button-link-rounded {
  color: #ffffff;
  background-color: #0a83c7;
  border-radius: 5rem;
}

.button-right, .button-down {
  padding-right: 5rem;
}
.button-right:after, .button-down:after {
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 2.5rem;
  transition: right 0.25s ease-out, top 0.25s ease-out;
}

.button-down:hover:after {
  top: calc(50% - 0.2rem);
}

.button-right:hover:after {
  right: 1.5rem;
}

/* Input
–––––––––––––––––––––––––––––––––––––––––––––––––– */
label {
  display: block;
  color: #c1c2c4;
  cursor: pointer;
  transition: color 0.25s ease-out;
}
label em {
  color: #0a83c7;
}

input, textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  margin-bottom: 5rem;
  border: 1px solid #f0f0f0;
  padding: 1rem;
  transition: border 0.25s ease-out;
}

/* Bootstrap Fix
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.center-block {
  float: none;
}

.nopadding {
  padding: 0 !important;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
  clear: both;
}

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1em;
  font-weight: 400;
  color: #262626;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
}

.home-section:not(:last-of-type) {
  margin-bottom: 8rem;
}

.content-wrapper {
  padding-bottom: 8rem;
}

.page-404 {
  text-align: center;
  padding-top: 18rem;
}

/* Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*** Footer ***/
.footer-wrapper {
  background-color: #0a83c7;
  color: #ffffff;
}
.footer-wrapper a {
  color: #ffffff;
}
.footer-wrapper ul li {
  display: inline;
  list-style: none;
}

.main-footer {
  border-left: 1px solid #ffffff;
  padding: 5rem 0 2.5rem 0;
  text-align: center;
}
.main-footer a {
  text-decoration: none;
  text-transform: uppercase;
}
.main-footer a:hover {
  text-decoration: underline;
}

.menu-menu-footer-container {
  width: 100%;
  display: block;
}
.menu-menu-footer-container ul {
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.footer-right {
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
}
.footer-right a {
  font-weight: bold;
}

/*** Header ***/
.main-header {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .menu {
  padding: 0;
}
.main-header ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.main-header ul li {
  list-style: none;
  white-space: nowrap;
}
.main-header a {
  text-transform: uppercase;
  text-decoration: none;
  color: #262626;
  font-weight: bold;
}
.main-header a:hover {
  text-decoration: underline;
}

.menu-header {
  float: right;
}

.logo-link {
  height: 4rem;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.logo-link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** Menu ***/
/*** Section Events ***/
#section-events {
  position: relative;
}
#section-events .events-illustration-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 10rem);
}
#section-events .events-illustration-container img {
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#section-events .events-container {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  padding: 2rem;
}
#section-events .events-container h2 {
  margin-bottom: 2rem;
}
#section-events .events-container h3 {
  margin-bottom: 1rem;
}
#section-events .events-container p {
  margin-bottom: 0;
}
#section-events .event-date {
  font-weight: 400;
  color: #0a83c7;
}
#section-events .event-description {
  margin-bottom: 6rem;
}
#section-events .event-button-prev {
  left: 20%;
  top: calc(100% - 5rem);
}
#section-events .event-button-next {
  right: 20%;
  top: calc(100% - 5rem);
}

/*** Section Events ***/
#section-about .about-content p + ul {
  margin-top: -3rem;
}

/*** Section Route ***/
#section-route .route-container {
  background-color: #fafafa;
}
#section-route .route-title {
  text-align: center;
}
#section-route .route-links-container {
  padding: 5rem 15px;
}
#section-route .route-month-container {
  padding-left: 0;
  width: 80%;
  margin: 0 auto;
}
#section-route .route-month-element {
  background-color: #0a83c7;
  color: #ffffff;
  margin-bottom: 2rem;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}
#section-route .route-month-element > ul {
  background-color: #ffffff;
  width: 100%;
  padding: 0;
}
#section-route .route-month-element:hover {
  background-color: #0a83c7;
  color: #ffffff;
}
#section-route .route-month-element:hover ul {
  display: initial;
}
#section-route .route-month-element:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0a83c7;
  width: 0.5rem;
  height: 100%;
}
#section-route .route-month {
  margin-left: 2rem;
  line-height: 5rem;
}
#section-route .route-link {
  list-style: none;
  display: block;
  font-weight: normal;
}
#section-route .route-link:hover {
  background-color: #fafafa;
}
#section-route .route-link a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  padding-left: 4rem;
  color: #0a83c7;
  text-decoration: none;
}
#section-route .route-link a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0a83c7;
  width: 0.5rem;
  height: 100%;
}
#section-route .route-link a:after {
  content: "+";
  position: absolute;
  left: 2rem;
  top: 0;
  font-size: 2rem;
}
#section-route .route-link a:hover:before {
  background-color: #0669a0;
}
#section-route .route-button-container {
  text-align: center;
}
#section-route .route-button {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 2rem;
}
#section-route .route-illustration-container {
  position: relative;
  display: none;
}
#section-route .route-illustration-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

/*** Section Events ***/
#section-gallery .gallery-content-container {
  display: flex;
  align-items: center;
}
#section-gallery .gallery-controls {
  border-right: 1px solid #c1c2c4;
  margin-bottom: 5rem;
}
#section-gallery .gallery-images {
  padding: 0;
}
#section-gallery .gallery-image-link img {
  width: 100%;
}
#section-gallery .horizontal-image {
  width: 20rem;
}
#section-gallery .vertical-image {
  width: 13.35rem;
}
#section-gallery .gallery-button-prev {
  left: 20%;
}
#section-gallery .gallery-button-next {
  right: 20%;
}

/*** Section Events ***/
#section-contact {
  /* Contact form */
  /* Contact details */
}
#section-contact h1 {
  margin-bottom: 8rem;
}
#section-contact .contact-form {
  margin-bottom: 5rem;
}
#section-contact .input-container {
  position: relative;
}
#section-contact .input-container label {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
#section-contact .input-container br {
  display: none;
}
#section-contact .input-container input,
#section-contact .input-container textarea {
  margin: 0;
}
#section-contact .input-container input,
#section-contact .input-container textarea {
  margin-bottom: 1.5rem;
}
#section-contact .input-container input:focus,
#section-contact .input-container textarea:focus {
  border: 1px solid #0a83c7;
}
#section-contact .input-container input:focus + label,
#section-contact .input-container textarea:focus + label {
  color: #0a83c7;
}
#section-contact button,
#section-contact input[type=submit] {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #ffffff;
  background-color: #0a83c7;
  border: 1px solid #0a83c7;
  cursor: pointer;
}
#section-contact button:hover,
#section-contact input[type=submit]:hover {
  opacity: 0.9;
}
#section-contact p {
  margin-bottom: 0;
}
#section-contact .wpcf7-response-output {
  margin: 0;
  font-size: 1.5rem;
}
#section-contact .wpcf7-spinner {
  position: absolute;
  z-index: 10;
  background-color: #0a83c7;
}
#section-contact .contact-content p {
  margin: 0 0 2rem 0;
}

/* Responsive SM
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) {
  /* Header
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Sections
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
/* Responsive MD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) {
  /* Header
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .main-header ul {
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }
  .logo-link img {
    width: auto;
  }
  /* Sections
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .home-section:not(:last-of-type) {
    margin-bottom: 18rem;
  }
  .content-wrapper {
    padding-bottom: 18rem;
  }
  #section-route .route-title {
    text-align: left;
  }
  #section-route .route-element {
    text-align: left;
    margin: 0;
  }
  #section-route .route-month-container {
    margin: 0;
  }
  #section-route .route-month-element {
    background-color: #ffffff;
    color: #0a83c7;
    padding: 2rem;
  }
  #section-route .route-month-element > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
  }
  #section-route .route-month {
    margin-left: initial;
    line-height: initial;
  }
  #section-route .route-button-container {
    width: 80%;
  }
  #section-gallery .gallery-controls {
    margin-bottom: 0;
  }
  #section-gallery .horizontal-image {
    width: 40rem;
  }
  #section-gallery .vertical-image {
    width: 26.7rem;
  }
  #section-contact .contact-form {
    margin-bottom: 0;
  }
  /* Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .footer-left {
    margin-bottom: 0;
  }
  .footer-right {
    justify-content: flex-end;
    margin-bottom: 15rem;
  }
  .main-footer {
    text-align: left;
  }
}
/* Responsive LG
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) {
  /* Header
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .main-header ul {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
  }
  .main-header ul li {
    width: initial;
    margin-left: 10rem;
  }
  /* Sections
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #section-route .route-illustration-container {
    display: initial;
  }
  /* Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
/* Responsive XL
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) {
  /* Header
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Sections
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #section-events .events-container {
    padding: 4rem 20rem 4rem 15rem;
  }
  #section-events .event-button-prev {
    left: 6rem;
    top: 50%;
  }
  #section-events .event-button-next {
    right: 6rem;
    top: 50%;
  }
  #section-events .event-description {
    margin-bottom: 0;
  }
  /* Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
/* Decoration
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.content-wrapper {
  border-left: 1px solid #c1c2c4;
}

.shadow-decoration {
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.1);
}

@font-face {
  font-family: "fontello";
  src: url("./font/fontello.eot?50012276");
  src: url("./font/fontello.eot?50012276#iefix") format("embedded-opentype"), url("./font/fontello.woff2?50012276") format("woff2"), url("./font/fontello.woff?50012276") format("woff"), url("./font/fontello.ttf?50012276") format("truetype"), url("./font/fontello.svg?50012276#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?50012276#fontello') format('svg');
  }
}
*/
[class^=icon-]:after, [class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-right-open-big:after {
  content: "\e800";
} /* '' */
.icon-down-open-big:after {
  content: "\e801";
} /* '' */
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */