@charset "UTF-8";
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@font-face {
  font-family: 'Bellefair';
  font-style: normal;
  font-weight: 400;
  src: local('Bellefair Regular'), local('Bellefair-Regular'), url(https://fonts.gstatic.com/s/bellefair/v4/kJExBuYY6AAuhiXUxG1N-Poy.ttf) format('truetype');
}
@font-face {
  font-family: 'Limelight';
  font-style: normal;
  font-weight: 400;
  src: local('Limelight'), url(https://fonts.gstatic.com/s/limelight/v9/XLYkIZL7aopJVbZJHDuoOulC.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwN4rWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwJYtWqZPBQ.ttf) format('truetype');
}
#contact {
  cursor: default;
  clip-path: circle(0px at 78vw 55vh);
  transition: clip-path linear 0.5s;
  z-index: 2;
  background-image: url('../img/bg-contact.jpg');
  min-width: 100vw;
  min-height: 100vh;
}
@media screen and (max-aspect-ratio: 1) {
  #contact {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#contact.section-logo-location {
  clip-path: circle(0px at 5vw 85vh);
}
#contact.active {
  clip-path: circle(150% at 0 0);
}
#contact.back-to-menu {
  clip-path: circle(0px at 55vw 55vh);
}
#contact nav {
  background-color: #007D0F;
}
#contact nav .logo {
  cursor: default;
}
#contact a:hover {
  color: #007D0F;
}
#contact .content {
  width: 100%;
  padding-left: 3.5vw;
  display: flex;
}
#contact .content .map-container {
  align-self: center;
}
@media only screen and (max-aspect-ratio: 1) {
  #contact .content .map-container {
    width: 80%;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-aspect-ratio: 1) {
  #contact .content .map-container {
    width: 45vw;
  }
}
#contact .content .map-container .map {
  width: 100%;
}
@media only screen and (max-aspect-ratio: 1) {
  #contact .content .map-container .map {
    margin-top: 20px;
    height: 30vh;
  }
}
@media only screen and (min-aspect-ratio: 1) {
  #contact .content .map-container .map {
    height: 50vh;
  }
}
#contact .content .map-container .itinerary {
  width: 40vw;
  text-align: left;
  margin-left: 4vw;
}
#contact .content .section-column-text h2 {
  text-align: center;
}
#contact .content .section-column-text p {
  text-align: center;
}
#contact .content .section-column-text h3 {
  margin-top: 40px;
  text-align: center;
}
#contact .content .section-column-text .copter {
  margin: 20px;
}
@media only screen and (min-width: 1450px) and (max-width: 1899px) {
  #contact .content .section-column-text .copter {
    width: 550px;
    height: 396px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1449px) {
  #contact .content .section-column-text .copter {
    width: 450px;
    height: 323px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1299px) {
  #contact .content .section-column-text .copter {
    width: 400px;
    height: 288px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  #contact .content .section-column-text .copter {
    width: 350px;
    height: 252px;
  }
}
#kitchen {
  clip-path: circle(0px at 65vw 32vh);
  transition: clip-path linear 0.5s;
  z-index: 2;
  background-image: url('../img/bg-kitchen.jpg');
}
@media screen and (max-aspect-ratio: 1) {
  #kitchen {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#kitchen nav {
  background-color: #079431;
}
#kitchen.active {
  clip-path: circle(150% at 0 0);
}
#kitchen.back-to-menu {
  clip-path: circle(0px at 55vw 55vh);
}
#kitchen.hidden {
  display: none;
}
#kitchen .link-container:hover {
  color: #079431;
}
#kitchen .link-container:hover a {
  color: #079431;
}
#event {
  clip-path: circle(0px at 42vw 80vh);
  transition: clip-path linear 0.5s;
  z-index: 2;
  background-image: url('../img/bg-event.jpg');
}
@media screen and (max-aspect-ratio: 1) {
  #event {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#event a {
  color: black;
}
#event a:hover {
  color: #2B8A07;
}
#event nav {
  background-color: #2B8A07;
}
#event.active {
  clip-path: circle(150% at 0 0);
}
#event.back-to-menu {
  clip-path: circle(0px at 55vw 55vh);
}
@media only screen and (min-width: 1450px) and (max-width: 1899px) {
  #event .content {
    margin-top: -5vh;
  }
}
#event .content .section-column-text p {
  margin: 5px;
}
#event .content .section-column-text .link-as {
  font-weight: bolder;
}
#event .content .section-column-text li {
  list-style-type: none;
}
#event .content .section-column-text i {
  font-size: 2em;
}
#fee {
  clip-path: circle(0px at 58vw 80vh);
  transition: clip-path linear 0.5s;
  z-index: 2;
  width: 100vw;
  background-image: url('../img/bg-fee.jpg');
}
@media screen and (max-aspect-ratio: 1) {
  #fee {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#fee nav {
  background-color: #109407;
}
#fee.active {
  clip-path: circle(150% at 0 0);
}
#fee.back-to-menu {
  clip-path: circle(0px at 55vw 55vh);
}
#fee .content {
  width: 100%;
  flex-direction: column;
  margin-top: 0;
}
#fee .content .price-container {
  display: flex;
}
#fee .content .price-container p {
  margin: 12px;
}
#fee .content .price-container hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #109407;
  margin: 0;
  padding: 0;
}
#fee .content .price-container .subscription-container {
  width: 55%;
}
#fee .content .price-container .table-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
}
#fee .content .price-container .table-container table {
  align-self: center;
  width: 80%;
  border-collapse: collapse;
}
#fee .content .price-container .table-container table td {
  padding: 5px;
  border: #109407 1px solid;
}
#fee .content .price-container .table-container table td h3,
#fee .content .price-container .table-container table td h4,
#fee .content .price-container .table-container table td p {
  margin: 2px;
}
#fee .content .price-lesson .column-2-container {
  display: flex;
  justify-content: space-between;
}
#fee .content .price-lesson .column-2-container .column-2 {
  width: 45%;
}
#fee .content .price-lesson h3 {
  font-size: 1.3em;
  text-align: center;
}
#fee .content .price-lesson p {
  margin: 0;
}
#fee .content .price-lesson .link-container {
  display: inline-flex;
}
#fee .content .price-lesson .link-container:hover a {
  color: #109407;
}
#fee .content .subscription-price-container {
  display: flex;
}
#fee .content .subscription-price-container .price {
  text-align: right;
  font-weight: bold;
  flex-grow: 1;
}
#fee .content .licence {
  margin: 2px;
  text-align: center;
}
#tourism {
  clip-path: circle(0px at 38vw 55vh);
  transition: clip-path linear 0.5s;
  z-index: 2;
  background-image: url('../img/bg-tourism.jpg');
}
@media screen and (max-aspect-ratio: 1) {
  #tourism {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#tourism.active {
  clip-path: circle(150% at 0 0);
}
#tourism.back-to-menu {
  clip-path: circle(0px at 55vw 55vh);
}
#tourism nav {
  background-color: #388A07;
}
#tourism .content ul li {
  list-style-type: none;
}
#tourism .content a {
  color: #000000;
}
#tourism .content a:hover {
  color: #388A07;
}
@media only screen and (min-width: 1000px) {
  @keyframes course {
    from {
      top: 48%;
      left: 48%;
      opacity: 0;
    }
    to {
      top: 30%;
      opacity: 1;
    }
    @media only screen and (min-width: 1100px) {
      to {
        left: 42%;
      }
    }
    @media only screen and (min-width: 1000px) and (max-width: 1099px) {
      to {
        left: 39%;
      }
    }
  }
  @keyframes kitchen {
    from {
      top: 48%;
      left: 48%;
      opacity: 0;
    }
    to {
      top: 30%;
      opacity: 1;
    }
    @media only screen and (min-width: 1100px) {
      to {
        left: 53%;
      }
    }
    @media only screen and (min-width: 1000px) and (max-width: 1099px) {
      to {
        left: 56%;
      }
    }
  }
  @keyframes tourism {
    from {
      top: 48%;
      left: 48%;
      opacity: 0;
    }
    to {
      top: 50%;
      opacity: 1;
    }
    @media only screen and (min-width: 1100px) {
      to {
        left: 35%;
      }
    }
    @media only screen and (min-width: 1000px) and (max-width: 1099px) {
      to {
        left: 30%;
      }
    }
  }
  @keyframes contact {
    from {
      top: 48%;
      left: 48%;
      opacity: 0;
    }
    to {
      top: 50%;
      opacity: 1;
    }
    @media only screen and (min-width: 1100px) {
      to {
        left: 60%;
      }
    }
    @media only screen and (min-width: 1000px) and (max-width: 1099px) {
      to {
        left: 65%;
      }
    }
  }
  @keyframes event {
    from {
      top: 48%;
      left: 48%;
      opacity: 0;
    }
    to {
      top: 70%;
      opacity: 1;
    }
    @media only screen and (min-width: 1100px) {
      to {
        left: 42%;
      }
    }
    @media only screen and (min-width: 1000px) and (max-width: 1099px) {
      to {
        left: 39%;
      }
    }
  }
  @keyframes fee {
    from {
      top: 48%;
      left: 48%;
      opacity: 0;
    }
    to {
      top: 70%;
      opacity: 1;
    }
    @media only screen and (min-width: 1100px) {
      to {
        left: 53%;
      }
    }
    @media only screen and (min-width: 1000px) and (max-width: 1099px) {
      to {
        left: 56%;
      }
    }
  }
}
#course {
  clip-path: circle(0px at 42vw 32vh);
  transition: clip-path linear 0.5s;
  z-index: 2;
  background-image: url('../img/bg-course.jpg');
}
@media screen and (max-aspect-ratio: 1) {
  #course {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#course nav {
  background-color: #036330;
}
#course.active {
  clip-path: circle(150% at 0 0);
}
#course.back-to-menu {
  clip-path: circle(0px at 55vw 55vh);
}
#course .content {
  width: 100%;
}
@media only screen and (min-width: 1100px) and (max-width: 1900px) {
  #course .content {
    margin-top: 0;
  }
}
@media only screen and (max-aspect-ratio: 1) {
  #course .content {
    padding-bottom: 800px;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 1899px) {
  #course .content {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1449px) {
  #course .content {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1299px) {
  #course .content {
    padding-bottom: 30px;
  }
}
#course .content .section-column-text {
  justify-content: flex-start;
}
@media only screen and (max-aspect-ratio: 1) {
  #course .content .course-map-container {
    width: 90%;
    align-self: center;
  }
}
@media only screen and (min-aspect-ratio: 1) {
  #course .content .course-map-container {
    width: 45vw;
  }
}
#course .content .course-map-container #selector {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#course .content .course-map-container #selector span {
  cursor: pointer;
  margin: 5px;
  padding: 5px;
  background-color: #FFFFFF;
}
#course .content .course-map-container #selector span:hover,
#course .content .course-map-container #selector span.active {
  background-color: #036330;
  color: #FFFFFF;
}
#course .content .course-map-container #course-map {
  position: relative;
}
#course .content .course-map-container #course-map div {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in 0.5s;
}
@media only screen and (max-aspect-ratio: 1) {
  #course .content .course-map-container #course-map div {
    left: 15vw;
  }
}
@media only screen and (min-width: 1900px) {
  #course .content .course-map-container #course-map div {
    left: 8vw;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 1899px) {
  #course .content .course-map-container #course-map div {
    left: 6vw;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1449px) {
  #course .content .course-map-container #course-map div {
    left: 4vw;
  }
}
#course .content .course-map-container #course-map div.active {
  opacity: 1;
  visibility: visible;
}
#course .content .course-map-container #course-map div a {
  display: flex;
  justify-content: center;
}
#course .content .course-map-container #course-map div a img {
  margin: 10px;
}
/* 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;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
#primetime {
  clip-path: circle(0px at 42vw 32vh);
  transition: clip-path linear 0.5s;
  z-index: 2;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-aspect-ratio: 1/1) {
  #primetime {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#primetime.active {
  clip-path: circle(150% at 0 0);
}
#primetime.back-to-menu {
  clip-path: circle(0px at 55vw 55vh);
}
#primetime .content {
  margin: 0!important;
  background-image: url("../img/fete.jpg");
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#primetime nav {
  background-color: #388A07;
}
html,
body {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
body.menu {
  overflow-y: hidden;
}
h1 {
  font-size: 2em;
  text-align: center;
}
p,
span,
li {
  font-size: 1.1em;
}
p.single-line,
span.single-line,
li.single-line {
  display: block;
}
p.warning,
span.warning,
li.warning {
  color: darkred;
}
.index-logo {
  position: absolute;
}
@media only screen and (min-aspect-ratio: 1/1) {
  .index-logo {
    top: 40%;
    left: 42%;
  }
}
@media only screen and (max-aspect-ratio: 1/1) {
  .index-logo {
    top: 39.5%;
    left: 24.5%;
    width: 500px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .index-logo {
    width: 260px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1499px) {
  .index-logo {
    width: 230px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1299px) {
  .index-logo {
    width: 200px;
    margin-top: 25px;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  .index-logo {
    width: 200px;
    margin-top: 20px;
  }
}
#main-menu-container {
  height: 100vh;
  background-image: url("../img/bg.jpg");
}
@media screen and (max-aspect-ratio: 1/1) {
  #main-menu-container {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#main-menu-container #main-menu {
  margin-top: -20px;
  height: 100vh;
  transition: all ease 1s;
  position: relative;
}
#main-menu-container #main-menu .main-menu {
  list-style-type: none;
}
#main-menu-container #main-menu .main-menu .menu-item {
  position: absolute;
  animation-duration: 1s;
  cursor: pointer;
}
#main-menu-container #main-menu .main-menu .menu-item div {
  display: block;
  cursor: pointer;
  height: 70px;
  width: 70px;
  background-color: white;
  text-align: center;
  border-radius: 50%;
}
#main-menu-container #main-menu .main-menu .menu-item div i {
  color: black;
  font-size: 30pt !important;
  margin-top: 14px;
  margin-left: 1px;
}
@media only screen and (min-aspect-ratio: 1/1) {
  #main-menu-container #main-menu .main-menu .menu-item:hover {
    border-radius: 50%;
  }
  #main-menu-container #main-menu .main-menu .menu-item:hover + span {
    opacity: 1;
    transform: translateY(0);
  }
  #main-menu-container #main-menu .main-menu .menu-item:hover + span:before {
    opacity: 1;
    transform: translateY(0);
  }
  #main-menu-container #main-menu .main-menu .menu-item:hover:before {
    transform: scale(1);
    transition: transform 0.2s;
  }
  #main-menu-container #main-menu .main-menu .menu-item:hover div {
    background-color: black;
  }
  #main-menu-container #main-menu .main-menu .menu-item:hover div i {
    color: white;
  }
}
#main-menu-container #main-menu .main-menu .menu-item:before {
  position: absolute;
  top: -10px;
  left: -10px;
  content: '';
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.8);
  transform: scale(0.7);
  transition: transform 0.2s;
}
#main-menu-container #main-menu .main-menu span {
  position: absolute;
  transition: all 0.2s;
  padding: 6px 10px;
  background: black;
  color: white;
  white-space: nowrap;
  border-radius: 2px;
}
@media only screen and (min-aspect-ratio: 1/1) {
  #main-menu-container #main-menu .main-menu span {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@media only screen and (max-aspect-ratio: 1/1) {
  #main-menu-container #main-menu .main-menu span#event-tooltip {
    top: 75.5%;
    left: 24%;
  }
}
@media only screen and (min-width: 1450px) {
  #main-menu-container #main-menu .main-menu span#event-tooltip {
    left: 38.5%;
    top: 80%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1449px) {
  #main-menu-container #main-menu .main-menu span#event-tooltip {
    left: 36.2%;
    top: 82%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  #main-menu-container #main-menu .main-menu span#event-tooltip {
    left: 31.5%;
    top: 82.5%;
  }
}
#main-menu-container #main-menu .main-menu span#event-tooltip:before {
  top: -0.6em;
}
@media only screen and (max-aspect-ratio: 1/1) {
  #main-menu-container #main-menu .main-menu span#kitchen-tooltip {
    top: 26.5%;
    left: 55.5%;
  }
}
@media only screen and (min-width: 1450px) {
  #main-menu-container #main-menu .main-menu span#kitchen-tooltip {
    top: 24%;
    left: 50.2%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1449px) {
  #main-menu-container #main-menu .main-menu span#kitchen-tooltip {
    top: 22.5%;
    left: 48.4%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  #main-menu-container #main-menu .main-menu span#kitchen-tooltip {
    top: 22.5%;
    left: 50.2%;
  }
}
#main-menu-container #main-menu .main-menu span#kitchen-tooltip:before {
  bottom: -0.6em;
  transform: rotate(180deg);
}
@media only screen and (max-aspect-ratio: 1/1) {
  #main-menu-container #main-menu .main-menu span#tourism-tooltip {
    top: 46.5%;
    left: 7%;
  }
}
@media only screen and (min-width: 1450px) {
  #main-menu-container #main-menu .main-menu span#tourism-tooltip {
    top: 44%;
    left: 33.8%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1449px) {
  #main-menu-container #main-menu .main-menu span#tourism-tooltip {
    top: 43%;
    left: 33.2%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  #main-menu-container #main-menu .main-menu span#tourism-tooltip {
    top: 42.5%;
    left: 27.5%;
  }
}
#main-menu-container #main-menu .main-menu span#tourism-tooltip:before {
  bottom: -0.6em;
  transform: rotate(180deg);
}
@media only screen and (max-aspect-ratio: 1/1) {
  #main-menu-container #main-menu .main-menu span#contact-tooltip {
    top: 55.5%;
    left: 83%;
  }
}
@media only screen and (min-width: 1450px) {
  #main-menu-container #main-menu .main-menu span#contact-tooltip {
    top: 60%;
    left: 59.5%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1449px) {
  #main-menu-container #main-menu .main-menu span#contact-tooltip {
    top: 61.7%;
    left: 58.5%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  #main-menu-container #main-menu .main-menu span#contact-tooltip {
    top: 62%;
    left: 63%;
  }
}
#main-menu-container #main-menu .main-menu span#contact-tooltip:before {
  top: -0.6em;
}
@media only screen and (max-aspect-ratio: 1/1) {
  #main-menu-container #main-menu .main-menu span#course-tooltip {
    top: 26.5%;
    left: 30%;
  }
}
@media only screen and (min-width: 1450px) {
  #main-menu-container #main-menu .main-menu span#course-tooltip {
    top: 24%;
    left: 40.1%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1449px) {
  #main-menu-container #main-menu .main-menu span#course-tooltip {
    top: 22.5%;
    left: 40.1%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  #main-menu-container #main-menu .main-menu span#course-tooltip {
    top: 22.5%;
    left: 37%;
  }
}
#main-menu-container #main-menu .main-menu span#course-tooltip:before {
  bottom: -0.6em;
  transform: rotate(180deg);
}
@media only screen and (max-aspect-ratio: 1/1) {
  #main-menu-container #main-menu .main-menu span#fee-tooltip {
    top: 75.5%;
    left: 62%;
  }
}
@media only screen and (min-width: 1450px) {
  #main-menu-container #main-menu .main-menu span#fee-tooltip {
    top: 80%;
    left: 52.1%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1449px) {
  #main-menu-container #main-menu .main-menu span#fee-tooltip {
    top: 81.7%;
    left: 52.5%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  #main-menu-container #main-menu .main-menu span#fee-tooltip {
    top: 82.5%;
    left: 55%;
  }
}
#main-menu-container #main-menu .main-menu span#fee-tooltip:before {
  top: -0.6em;
}
#main-menu-container #main-menu .main-menu span:before {
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px black;
  position: absolute;
  transition: all 0.2s;
}
@media only screen and (min-aspect-ratio: 1/1) {
  #main-menu-container #main-menu .main-menu span:before {
    opacity: 0;
  }
}
#main-menu-container #main-menu .copyright {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#main-menu-container #main-menu .copyright a {
  text-decoration: none;
  color: #000000;
}
#main-menu-container #main-menu .copyright a:hover {
  color: darkred;
}
#main-menu-container #main-menu .flag {
  position: absolute;
  right: 10px;
  top: 10px;
}
#event-menu,
#event-tooltip {
  animation-name: event;
}
#kitchen-menu {
  animation-name: kitchen;
}
#tourism-menu {
  animation-name: tourism;
}
#fee-menu {
  animation-name: fee;
}
#course-menu,
#course-tooltip {
  animation-name: course;
}
#contact-menu {
  animation-name: contact;
}
@media only screen and (max-aspect-ratio: 1/1) {
  #event-menu {
    top: 70%;
    left: 32%;
  }
  #kitchen-menu {
    top: 30%;
    left: 62%;
  }
  #tourism-menu {
    top: 50%;
    left: 10%;
  }
  #fee-menu {
    top: 70%;
    left: 62%;
  }
  #course-menu {
    top: 30%;
    left: 32%;
  }
  #contact-menu {
    top: 50%;
    left: 85%;
  }
}
@media only screen and (max-width: 1099px) and (min-aspect-ratio: 1/1) {
  #event-menu {
    top: 70%;
    left: 39%;
  }
  #kitchen-menu {
    top: 30%;
    left: 56%;
  }
  #tourism-menu {
    top: 50%;
    left: 30%;
  }
  #fee-menu {
    top: 70%;
    left: 56%;
  }
  #course-menu {
    top: 30%;
    left: 39%;
  }
  #contact-menu {
    top: 50%;
    left: 65%;
  }
}
@media only screen and (min-width: 1100px) {
  #event-menu {
    top: 70%;
    left: 42%;
  }
  #kitchen-menu {
    top: 30%;
    left: 53%;
  }
  #tourism-menu {
    top: 50%;
    left: 35%;
  }
  #fee-menu {
    top: 70%;
    left: 53%;
  }
  #course-menu {
    top: 30%;
    left: 42%;
  }
  #contact-menu {
    top: 50%;
    left: 60%;
  }
}
section {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  min-height: 100vh;
  top: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section nav {
  display: flex;
  position: fixed;
  top: 0;
  flex-direction: column;
  align-items: center;
  height: 100vh;
}
@media only screen and (max-aspect-ratio: 1/1) {
  section nav {
    width: 10vw;
  }
}
@media only screen and (min-aspect-ratio: 1/1) {
  section nav {
    width: 5vw;
  }
}
section nav .logo {
  cursor: pointer;
  padding: 0 2vw 5vh 2vw;
  width: 100%;
  position: relative;
}
section nav .logo img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
section nav .logo:hover + span {
  opacity: 1;
  transform: translateY(0);
}
section nav .logo:hover + span:before {
  opacity: 1;
  transform: translateY(0) rotate(180deg);
}
section nav span {
  position: absolute;
  transition: all 0.2s;
  padding: 6px 10px;
  background: black;
  color: white;
  white-space: nowrap;
  border-radius: 2px;
}
@media only screen and (min-aspect-ratio: 1/1) {
  section nav span {
    transform: translateY(-10px);
    opacity: 0;
  }
}
section nav span.contact {
  bottom: 12%;
  left: 10%;
}
section nav span.contact:before {
  transform: rotate(180deg);
  content: '';
  width: 0;
  height: 0;
  top: 100%;
  left: 35%;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px black;
  position: absolute;
  transition: all 0.2s;
}
@media only screen and (min-aspect-ratio: 1/1) {
  section nav span.contact:before {
    opacity: 0;
  }
}
section nav span.back-to-menu {
  top: 10%;
  left: 10%;
}
section nav span.back-to-menu:before {
  content: '';
  width: 0;
  height: 0;
  top: -0.6em;
  left: 25%;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px black;
  position: absolute;
  transition: all 0.2s;
}
@media only screen and (min-aspect-ratio: 1/1) {
  section nav span.back-to-menu:before {
    opacity: 0;
  }
}
section nav .title {
  display: flex;
  flex-grow: 2;
}
section nav .title .lettering {
  font-size: 2em;
  text-align: center;
  align-self: center;
  width: 30px;
  word-break: break-all;
  font-family: 'Limelight', cursive;
}
section nav .cross {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 5vh 1vw 0 1vw;
  cursor: pointer;
  font-size: 2em;
}
@media only screen and (min-aspect-ratio: 1/1) {
  section nav .cross:hover + span {
    opacity: 1;
    transform: translateY(0);
  }
  section nav .cross:hover + span:before {
    opacity: 1;
    transform: translateY(0);
  }
}
section .content-title {
  width: 100vw;
  min-width: 100vw;
}
@media only screen and (max-aspect-ratio: 1/1) {
  section .content-title {
    margin-left: 3vw;
  }
}
section .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 1vh 4vw 1vh 2vw;
}
@media only screen and (max-aspect-ratio: 1/1) {
  section .content {
    flex-direction: column;
    max-width: 90vw;
    margin-left: 10vw;
  }
}
@media only screen and (min-aspect-ratio: 1/1) {
  section .content {
    flex-direction: row-reverse;
    max-width: 100vw;
    margin-left: 5vw;
  }
}
@media only screen and (min-width: 1900px) {
  section .content {
    margin-top: -22vh;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 1899px) {
  section .content {
    margin-top: -16vh;
  }
}
section .content .carousel-container {
  width: 45vw;
}
@media only screen and (max-aspect-ratio: 1/1) {
  section .content .carousel-container {
    width: 70%;
    margin-left: 10vw;
  }
}
@media only screen and (min-aspect-ratio: 1/1) {
  section .content .carousel-container {
    width: 45vw;
  }
}
@media only screen and (min-width: 1449px) {
  section .content .carousel-container {
    align-self: center;
  }
}
section .content .carousel-container .section-carousel .carousel-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section .content .carousel-container .section-carousel .carousel-panel img {
  align-self: center;
}
@media only screen and (min-width: 1450px) and (max-width: 1899px) {
  section .content .carousel-container .section-carousel .carousel-panel img {
    width: 550px;
    height: 396px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1449px) {
  section .content .carousel-container .section-carousel .carousel-panel img {
    width: 450px;
    height: 323px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1299px) {
  section .content .carousel-container .section-carousel .carousel-panel img {
    width: 400px;
    height: 288px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  section .content .carousel-container .section-carousel .carousel-panel img {
    width: 350px;
    height: 252px;
  }
}
section .content .carousel-container .section-carousel .carousel-panel .carousel-panel-text {
  width: 90%;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section .content .carousel-container .section-carousel .carousel-panel .carousel-panel-text h2,
section .content .carousel-container .section-carousel .carousel-panel .carousel-panel-text p {
  align-self: center;
  text-align: center;
}
section .content .carousel-container .section-carousel .carousel-panel .carousel-panel-text h2 a,
section .content .carousel-container .section-carousel .carousel-panel .carousel-panel-text p a {
  color: #000000;
}
section .content .section-column-text {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1449px) {
  section .content .section-column-text {
    align-self: center;
  }
}
@media only screen and (max-aspect-ratio: 1/1) {
  section .content .section-column-text {
    width: 90%;
    align-self: center;
  }
}
@media only screen and (min-aspect-ratio: 1/1) {
  section .content .section-column-text {
    width: 41%;
  }
}
.hidden {
  opacity: 0;
  display: none;
}
.flex-container {
  display: flex;
}
.flex-adjust {
  display: flex;
  justify-content: space-around;
}
.link-container {
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
}
.link-container .phone,
.link-container .envelope {
  margin: 0 10px;
  font-size: 1.2em;
  cursor: pointer;
  transition: transform ease-in 0.2s;
}
.link-container a {
  text-decoration: none;
  color: black;
}
.link-container:hover .phone {
  transform: rotate(135deg) translateY(10px);
}
.link-container:hover .envelope {
  transform: rotateY(180deg);
}
.envelope {
  margin: 0 10px;
  font-size: 1.5em;
  cursor: pointer;
  transition: transform ease-in 0.2s;
}
figure.hover-effect-subtitle {
  position: relative;
  overflow: hidden;
}
figure.hover-effect-subtitle img {
  max-width: 100%;
  width: 120%;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.hover-effect-subtitle h2 {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1em 1.2em;
  font-weight: initial;
  color: white;
  text-transform: uppercase;
}
figure.hover-effect-subtitle p {
  position: absolute;
  cursor: default;
  color: #000000;
  top: 20%;
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #000000;
  text-align: right;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
figure.hover-effect-subtitle:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
}
figure.hover-effect-subtitle:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.hover-effect-square {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 20vw;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
figure.hover-effect-square *,
figure.hover-effect-square *:before,
figure.hover-effect-square *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
figure.hover-effect-square img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
figure.hover-effect-square .title {
  position: absolute;
  top: 58%;
  left: 25px;
  padding: 5px 10px 10px;
}
figure.hover-effect-square .title:before,
figure.hover-effect-square .title:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.hover-effect-square .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.hover-effect-square .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.hover-effect-square .title div:before,
figure.hover-effect-square .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.hover-effect-square .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.hover-effect-square .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.hover-effect-square h2,
figure.hover-effect-square h4 {
  margin: 0;
  text-transform: uppercase;
}
figure.hover-effect-square h2 {
  font-weight: 400;
}
figure.hover-effect-square h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}
figure.hover-effect-square figcaption {
  position: absolute;
  bottom: 42%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
figure.hover-effect-square figcaption p {
  margin: 0;
  font-size: 0.8em;
}
figure.hover-effect-square a {
  position: absolute;
  cursor: default;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.hover-effect-square.hover img,
figure.hover-effect-square:hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
figure.hover-effect-square.hover .title:before,
figure.hover-effect-square:hover .title:before,
figure.hover-effect-square.hover .title:after,
figure.hover-effect-square:hover .title:after,
figure.hover-effect-square.hover .title div:before,
figure.hover-effect-square:hover .title div:before,
figure.hover-effect-square.hover .title div:after,
figure.hover-effect-square:hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
figure.hover-effect-square.hover .title:before,
figure.hover-effect-square:hover .title:before,
figure.hover-effect-square.hover .title:after,
figure.hover-effect-square:hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.hover-effect-square.hover figcaption,
figure.hover-effect-square:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/*# sourceMappingURL=main.css.map */