/* BREAKPOINTS */
/* MEDIA QUERIES */
/*
$lt-smartphone: only screen and (max-device-width: 576px);
*/
.is-xs, .is-s, .is-m, .is-l, .is-xl {
  display: none;
}

@media only screen and (min-width: 576px) {
  .is-xs {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .is-s {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .is-m {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .is-l {
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .is-xl {
    display: block;
  }
}

.only-xs, .only-s, .only-m, .only-l, .only-xl {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .only-xs {
    display: block;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .only-s {
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .only-m {
    display: block;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .only-l {
    display: block;
  }
}

@media only screen and (min-width: 1201px) {
  .only-xl {
    display: block;
  }
}

html, body, div, span, applet, object, iframe,
h1,
#main-content .columns h2, 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,
q:before, q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
}

button, input {
  outline: 0;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icons/icon.eot");
  src: url("../fonts/icons/icon.eot?#iefix") format("eot"), url("../fonts/icons/icon.woff") format("woff"), url("../fonts/icons/icon.woff") format("woff"), url("../fonts/icons/icon.ttf") format("truetype"), url("../fonts/icons/icon.svg#icon") format("svg");
}
.icon:before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}

.icon-admin-bold:before {
  content: "\e001";
}

.icon-admin-light:before {
  content: "\e002";
}

.icon-admin-regular:before {
  content: "\e003";
}

.icon-administrative-building-bold:before {
  content: "\e004";
}

.icon-administrative-building-light:before {
  content: "\e005";
}

.icon-administrative-building-regular:before {
  content: "\e006";
}

.icon-arrow-left:before {
  content: "\e007";
}

.icon-arrow-right:before {
  content: "\e008";
}

.icon-book-bold:before {
  content: "\e009";
}

.icon-book-light:before {
  content: "\e00a";
}

.icon-book-regular:before {
  content: "\e00b";
}

.icon-chat-bold:before {
  content: "\e00c";
}

.icon-chat-light:before {
  content: "\e00d";
}

.icon-chat-regular:before {
  content: "\e00e";
}

.icon-dashboard-bold:before {
  content: "\e00f";
}

.icon-dashboard-light:before {
  content: "\e010";
}

.icon-dashboard-regular:before {
  content: "\e011";
}

.icon-download-bold:before {
  content: "\e012";
}

.icon-download-light:before {
  content: "\e013";
}

.icon-download-regular:before {
  content: "\e014";
}

.icon-edit-bold:before {
  content: "\e015";
}

.icon-edit-light:before {
  content: "\e016";
}

.icon-edit-regular:before {
  content: "\e017";
}

.icon-form-bold:before {
  content: "\e018";
}

.icon-form-light:before {
  content: "\e019";
}

.icon-form-regular:before {
  content: "\e01a";
}

.icon-group-bold:before {
  content: "\e01b";
}

.icon-group-light:before {
  content: "\e01c";
}

.icon-group-regular:before {
  content: "\e01d";
}

.icon-home-bold:before {
  content: "\e01e";
}

.icon-home-light:before {
  content: "\e01f";
}

.icon-home-regular:before {
  content: "\e020";
}

.icon-hospital-bold:before {
  content: "\e021";
}

.icon-hospital-light:before {
  content: "\e022";
}

.icon-hospital-regular:before {
  content: "\e023";
}

.icon-hostel-bold:before {
  content: "\e024";
}

.icon-hostel-light:before {
  content: "\e025";
}

.icon-hostel-regular:before {
  content: "\e026";
}

.icon-language-bold:before {
  content: "\e027";
}

.icon-language-light:before {
  content: "\e028";
}

.icon-language-regular:before {
  content: "\e029";
}

.icon-less-bold:before {
  content: "\e02a";
}

.icon-less-light:before {
  content: "\e02b";
}

.icon-less-regular:before {
  content: "\e02c";
}

.icon-mail-bold:before {
  content: "\e02d";
}

.icon-mail-light:before {
  content: "\e02e";
}

.icon-mail-regular:before {
  content: "\e02f";
}

.icon-mall-bold:before {
  content: "\e030";
}

.icon-mall-light:before {
  content: "\e031";
}

.icon-mall-regular:before {
  content: "\e032";
}

.icon-minus-bold:before {
  content: "\e033";
}

.icon-minus-light:before {
  content: "\e034";
}

.icon-minus-regular:before {
  content: "\e035";
}

.icon-money-bold:before {
  content: "\e036";
}

.icon-money-light:before {
  content: "\e037";
}

.icon-money-regular:before {
  content: "\e038";
}

.icon-more-bold:before {
  content: "\e039";
}

.icon-more-light:before {
  content: "\e03a";
}

.icon-more-regular:before {
  content: "\e03b";
}

.icon-mountain-activity-bold:before {
  content: "\e03c";
}

.icon-mountain-activity-light:before {
  content: "\e03d";
}

.icon-mountain-activity-regular:before {
  content: "\e03e";
}

.icon-moutain-activity-bold:before {
  content: "\e03f";
}

.icon-moutain-activity-light:before {
  content: "\e040";
}

.icon-moutain-activity-regular:before {
  content: "\e041";
}

.icon-notification-bold:before {
  content: "\e042";
}

.icon-notification-light:before {
  content: "\e043";
}

.icon-notification-regular:before {
  content: "\e044";
}

.icon-off-bold:before {
  content: "\e045";
}

.icon-off-light:before {
  content: "\e046";
}

.icon-off-regular:before {
  content: "\e047";
}

.icon-pen-bold:before {
  content: "\e048";
}

.icon-pen-light:before {
  content: "\e049";
}

.icon-pen-regular:before {
  content: "\e04a";
}

.icon-person-bold:before {
  content: "\e04b";
}

.icon-person-light:before {
  content: "\e04c";
}

.icon-person-regular:before {
  content: "\e04d";
}

.icon-pharmacy-bold:before {
  content: "\e04e";
}

.icon-pharmacy-light:before {
  content: "\e04f";
}

.icon-pharmacy-regular:before {
  content: "\e050";
}

.icon-phone-bold:before {
  content: "\e051";
}

.icon-phone-light:before {
  content: "\e052";
}

.icon-phone-regular:before {
  content: "\e053";
}

.icon-pictos_mobilite_bus:before {
  content: "\e054";
}

.icon-pictos_mobilite_marche:before {
  content: "\e055";
}

.icon-pictos_mobilite_train:before {
  content: "\e056";
}

.icon-pictos_mobilite_voiture:before {
  content: "\e057";
}

.icon-plus-bold:before {
  content: "\e058";
}

.icon-plus-light:before {
  content: "\e059";
}

.icon-plus-regular:before {
  content: "\e05a";
}

.icon-restaurant-bold:before {
  content: "\e05b";
}

.icon-restaurant-light:before {
  content: "\e05c";
}

.icon-restaurant-regular:before {
  content: "\e05d";
}

.icon-school-bold:before {
  content: "\e05e";
}

.icon-school-light:before {
  content: "\e05f";
}

.icon-school-regular:before {
  content: "\e060";
}

.icon-setting-bold:before {
  content: "\e061";
}

.icon-setting-light:before {
  content: "\e062";
}

.icon-setting-regular:before {
  content: "\e063";
}

.icon-shop-bold:before {
  content: "\e064";
}

.icon-shop-light:before {
  content: "\e065";
}

.icon-shop-regular:before {
  content: "\e066";
}

.icon-stat-bold:before {
  content: "\e067";
}

.icon-stat-light:before {
  content: "\e068";
}

.icon-stat-regular:before {
  content: "\e069";
}

.icon-train-bold:before {
  content: "\e06a";
}

.icon-train-light:before {
  content: "\e06b";
}

.icon-train-regular:before {
  content: "\e06c";
}

.icon-trash-bold:before {
  content: "\e06d";
}

.icon-trash-light:before {
  content: "\e06e";
}

.icon-trash-regular:before {
  content: "\e06f";
}

.icon-under-setting-bold:before {
  content: "\e070";
}

.icon-under-setting-light:before {
  content: "\e071";
}

.icon-under-setting-regular:before {
  content: "\e072";
}

.icon-university-bold:before {
  content: "\e073";
}

.icon-university-light:before {
  content: "\e074";
}

.icon-university-regular:before {
  content: "\e075";
}

.icon-upload-bold:before {
  content: "\e076";
}

.icon-upload-light:before {
  content: "\e077";
}

.icon-upload-regular:before {
  content: "\e078";
}

@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-ExtraLight.eot");
  src: url("../fonts/Tajawal/Tajawal-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal/Tajawal-ExtraLight.woff2") format("woff2"), url("../fonts/Tajawal/Tajawal-ExtraLight.woff") format("woff"), url("../fonts/Tajawal/Tajawal-ExtraLight.ttf") format("truetype"), url("../fonts/Tajawal/Tajawal-ExtraLight.svg#Tajawal-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-Medium.eot");
  src: url("../fonts/Tajawal/Tajawal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal/Tajawal-Medium.woff2") format("woff2"), url("../fonts/Tajawal/Tajawal-Medium.woff") format("woff"), url("../fonts/Tajawal/Tajawal-Medium.ttf") format("truetype"), url("../fonts/Tajawal/Tajawal-Medium.svg#Tajawal-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-Light.eot");
  src: url("../fonts/Tajawal/Tajawal-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal/Tajawal-Light.woff2") format("woff2"), url("../fonts/Tajawal/Tajawal-Light.woff") format("woff"), url("../fonts/Tajawal/Tajawal-Light.ttf") format("truetype"), url("../fonts/Tajawal/Tajawal-Light.svg#Tajawal-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-Black.eot");
  src: url("../fonts/Tajawal/Tajawal-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal/Tajawal-Black.woff2") format("woff2"), url("../fonts/Tajawal/Tajawal-Black.woff") format("woff"), url("../fonts/Tajawal/Tajawal-Black.ttf") format("truetype"), url("../fonts/Tajawal/Tajawal-Black.svg#Tajawal-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-ExtraBold.eot");
  src: url("../fonts/Tajawal/Tajawal-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal/Tajawal-ExtraBold.woff2") format("woff2"), url("../fonts/Tajawal/Tajawal-ExtraBold.woff") format("woff"), url("../fonts/Tajawal/Tajawal-ExtraBold.ttf") format("truetype"), url("../fonts/Tajawal/Tajawal-ExtraBold.svg#Tajawal-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-Regular.eot");
  src: url("../fonts/Tajawal/Tajawal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal/Tajawal-Regular.woff2") format("woff2"), url("../fonts/Tajawal/Tajawal-Regular.woff") format("woff"), url("../fonts/Tajawal/Tajawal-Regular.ttf") format("truetype"), url("../fonts/Tajawal/Tajawal-Regular.svg#Tajawal-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-Bold.eot");
  src: url("../fonts/Tajawal/Tajawal-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal/Tajawal-Bold.woff2") format("woff2"), url("../fonts/Tajawal/Tajawal-Bold.woff") format("woff"), url("../fonts/Tajawal/Tajawal-Bold.ttf") format("truetype"), url("../fonts/Tajawal/Tajawal-Bold.svg#Tajawal-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Cantata One";
  src: url("../fonts/CantataOne/CantataOne-Regular.eot");
  src: url("../fonts/CantataOne/CantataOne-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CantataOne/CantataOne-Regular.woff2") format("woff2"), url("../fonts/CantataOne/CantataOne-Regular.woff") format("woff"), url("../fonts/CantataOne/CantataOne-Regular.ttf") format("truetype"), url("../fonts/CantataOne/CantataOne-Regular.svg#CantataOne-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html body, html {
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 300;
  font-family: "Tajawal", sans-serif;
}
@media only screen and (max-width: 768px) {
  html body, html {
    font-size: 18px;
  }
}

.hero .slideshow-txt, .hero .slideshow .slide, .hero .slideshow {
  width: 100%;
  height: 100%;
}

.hero .slideshow-txt, .hero .slideshow .slide, .hero .slideshow {
  top: 0;
  left: 0;
  position: absolute;
}

#main-content .columns > .wrapper, #main-content .promotions > .wrapper, #main-content > section > .wrapper, #main-header > .wrapper {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

#main-content .columns article figure, #main-content .promotions figure {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #E5E5E5;
}
#main-content .columns article figure > img, #main-content .promotions figure > img {
  width: 100%;
}

#main-content .promotions h3 {
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  top: 5px;
  margin-bottom: 1.5em;
}
#main-content .promotions h3:after {
  bottom: -5px;
  left: 0;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  background-color: #7A7571;
}

#main-content .contact .form .buttons .next, #main-content > .home-3 .content .description .cta .button, a.button, #main-content .promotions .data .promo-link, a.button-download {
  width: 250px;
  display: block;
  line-height: 1.2em;
  text-align: center;
  border-radius: 5px;
  color: #707070;
  font-weight: 300;
  margin: auto;
  font-size: 1rem;
  padding: 0.5em 0 0.2em 0;
  text-transform: uppercase;
  background-color: #FFFFFF;
  -webkit-box-shadow: 3px 3px 0px 0px #707070;
  -moz-box-shadow: 3px 3px 0px 0px #707070;
  box-shadow: 3px 3px 0px 0px #707070;
  transition: all 200ms ease;
}
#main-content .contact .form .buttons .next:hover, #main-content > .home-3 .content .description .cta .button:hover, a.button:hover, #main-content .promotions .data .promo-link:hover, a.button-download:hover {
  color: #FFFFFF;
  background-color: #7A7571;
}
#main-content .contact .form .buttons .next:active, #main-content > .home-3 .content .description .cta .button:active, a.button:active, #main-content .promotions .data .promo-link:active, a.button-download:active {
  color: #7A7571;
  background-color: #E5E5E5;
}

#main-content .promotions .data .promo-link, a.button-download {
  width: 90%;
  display: flex;
  line-height: 1em;
  color: #FFFFFF;
  padding: 22.5px 0 22.5px 0;
  font-size: 30px;
  background-color: #427998;
  -webkit-box-shadow: 3px 3px 0px 0px #FFFFFF;
  -moz-box-shadow: 3px 3px 0px 0px #FFFFFF;
  box-shadow: 3px 3px 0px 0px #FFFFFF;
}
@media only screen and (max-width: 768px) {
  #main-content .promotions .data .promo-link, a.button-download {
    font-size: 1rem;
    padding: 1em 0;
  }
}
#main-content .promotions .data .promo-link .icon, a.button-download .icon {
  top: 5px;
  display: block;
  margin-left: auto;
  margin-right: 20px;
  font-size: 65px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #main-content .promotions .data .promo-link .icon, a.button-download .icon {
    font-size: 28px;
    top: 1px;
  }
}
#main-content .promotions .data .promo-link span, a.button-download span {
  display: block;
  margin-right: auto;
  font-weight: 400;
  text-align: left;
}
#main-content .promotions .data .promo-link:hover, a.button-download:hover {
  color: #FFFFFF;
  background-color: #3E3D43;
}
#main-content .promotions .data .promo-link:hover .icon, a.button-download:hover .icon {
  color: #FFFFFF;
}
#main-content .promotions .data .promo-link:hover span, a.button-download:hover span {
  color: #FFFFFF;
}
#main-content .promotions .data .promo-link:active, a.button-download:active {
  color: #FFFFFF;
  background-color: #7A7571;
}

#main-header .burger-toggle > div:after, #main-header .burger-toggle > div:before, #main-header .burger-toggle > div {
  height: 1px;
  width: 100%;
  display: block;
  transition: all 300ms ease;
  background-color: #7A7571;
}

html {
  scroll-behavior: smooth;
}
html body {
  color: #7A7571;
}
html body img {
  width: 100%;
  max-width: 100%;
}

h1, #main-content .columns h2 {
  width: 100%;
  line-height: 1.1em;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 2em;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  h1, #main-content .columns h2 {
    font-size: 25px;
  }
}
h1:after, #main-content .columns h2:after {
  content: "";
  width: 7em;
  height: 1px;
  display: block;
  margin: auto;
  background-color: black;
  margin-top: 0.7em;
}

h2 {
  font-weight: 500;
  line-height: 1.1em;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 25px;
  }
}

a {
  transition: all 200ms ease;
  text-decoration: none;
}
strong {
  font-weight: 600;
}

p {
  line-height: 1.2em;
  margin-bottom: 20px;
}

sup {
  top: -0.5em;
  position: relative;
  font-size: 70%;
}

figure {
  width: 100%;
  display: block;
}
figure a {
  color: #FFFFFF;
  display: block;
  position: relative;
}
figure a .icon {
  top: 20px;
  right: 20px;
  position: absolute;
}

.status {
  display: flex;
  position: relative;
}
.status:before {
  top: 0;
  left: -20px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  max-width: 15px;
  max-height: 15px;
  background-color: white;
  border-radius: 100%;
  margin-right: 5px;
  position: absolute;
}
.status.free:before {
  background-color: #57B766;
}
.status.reserved:before {
  background-color: #F7BF03;
}
.status.sold:before {
  background-color: #B75959;
}

.content img {
  display: block;
  margin: auto;
}
.content ul li {
  position: relative;
  list-style-type: none;
}
.content ul li:before {
  content: "-";
  margin-right: 0.2em;
  display: inline-block;
}

.notice {
  display: none;
}
.notice.success {
  text-align: center;
  font-size: 25px;
}
.notice.error {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

.page-homepage #main-header .logo {
  display: none;
}
.page-homepage #main-header.fixed .logo {
  display: block;
}

#main-header {
  top: 0;
  left: 20px;
  z-index: 98;
  position: absolute;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(90deg, white 3%, rgba(255, 255, 255, 0.8) 70%);
}
#main-header > .wrapper {
  position: relative;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  #main-header {
    height: 55px;
  }
}
#main-header.fixed {
  top: 0;
  left: 0;
  position: fixed;
  padding: 0 20px;
  width: 100vw;
}
#main-header.fixed .logo {
  display: block;
}
#main-header.fixed .info-lots-status {
  right: calc(45px + 20px);
}
#main-header .burger-toggle {
  top: 15px;
  right: 0px;
  width: 40px;
  height: 25px;
  z-index: 910;
  display: none;
  position: absolute;
  margin-left: auto;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #main-header .burger-toggle {
    display: flex;
  }
}
#main-header .burger-toggle > div {
  transition: all 100ms ease;
}
#main-header .burger-toggle > div:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
}
#main-header .burger-toggle > div:after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
}
#main-header .burger-toggle.open > div {
  background-color: transparent;
}
#main-header .burger-toggle.open > div:before {
  top: 50%;
  transform: rotate(45deg);
}
#main-header .burger-toggle.open > div:after {
  top: 50%;
  bottom: initial;
  transform: rotate(-45deg);
}
#main-header .logo {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  #main-header .logo {
    width: calc(100% - 40px);
  }
}
#main-header nav {
  width: 80%;
}
#main-header nav ul {
  display: flex;
}
#main-header nav ul li {
  padding: 0.5em 10px 0.2em 10px;
  border-right: 1px solid #CAB195;
}
#main-header nav ul li:first-child {
  margin-left: auto;
}
#main-header nav ul li:last-child {
  margin-right: auto;
  border-right: none;
}
#main-header nav ul li a {
  color: #000;
  font-size: 0.9rem;
}
#main-header nav ul li a:hover {
  color: #CAB195;
}
@media only screen and (max-width: 768px) {
  #main-header nav {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100vh;
    position: fixed;
    align-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #main-header nav.open {
    display: flex;
  }
  #main-header nav ul {
    width: 80%;
    margin: auto;
    display: block;
  }
  #main-header nav ul li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #CAB195;
  }
  #main-header nav ul li a {
    font-size: 30px;
    text-align: center;
    display: block;
    padding: 20px 0;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  #main-header.fixed nav {
    top: 55px;
    height: calc(100vh - 55px);
  }
}

.hero .slideshow .slide.movie {
  background-color: #CAB195;
  background-position: center;
  background-size: cover;
}
.hero .slideshow .slide.pictures {
  background-position: center;
  background-size: cover;
}
.hero .slideshow .slide img.logo {
  top: 30px;
  right: 30px;
  width: 250px;
  position: absolute;
}
.hero .slideshow-txt .slide-txt {
  display: none;
  width: 85%;
  position: absolute;
  bottom: 10vh;
  right: 10%;
  z-index: 100;
  color: white;
  font-weight: 700;
  font-size: 4rem;
  line-height: 4.5rem;
  text-align: right;
  text-shadow: 0px 0px 15px rgba(50, 50, 50, 0.2);
}
@media only screen and (max-width: 768px) {
  .hero .slideshow-txt .slide-txt {
    width: 85%;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.hero .slideshow-txt .slide-txt span.txt-top {
  display: block;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
}
.hero .slideshow-txt .slide-txt span.txt-top span {
  top: 2.5rem;
  position: relative;
}
.hero .slideshow-txt .slide-txt span.txt-effect.cursor:after {
  content: "|";
  opacity: 0;
  animation: cursor 1s infinite;
}
@keyframes cursor {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hero div.triangle {
  top: 0;
  left: -350px;
  width: 0;
  height: 0;
  z-index: 99;
  border-style: solid;
  border-width: 350px 450px 0 450px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .hero div.triangle {
    border-width: 230px 300px 0 300px;
    left: -250px;
  }
}
.hero div.content {
  width: 300px;
  height: 250px;
  overflow: visible;
  position: relative;
  padding: 45px 60px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .hero div.content {
    width: 180px;
    height: 170px;
    padding: 25px 30px;
  }
}
.hero div.content img {
  max-width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .hero div.content img {
    margin-bottom: 15px;
  }
}
.hero div.content a {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .hero div.content a {
    font-size: 14px;
  }
}

#main-content {
  position: relative;
  top: calc(100vh - 250px);
}
@media only screen and (max-width: 768px) {
  #main-content {
    top: calc(100vh - 170px);
  }
}
#main-content > section {
  width: calc(100% - 40px);
  margin: auto;
  margin-top: 20px;
  padding: 3em 0;
}
#main-content > section:first-child {
  padding-top: calc(3em + 20px);
}
#main-content > section.slider {
  padding-top: 0;
}
#main-content > section.grey {
  color: #7A7571;
  background-color: #EAE7E7;
}
#main-content > section.grey h1:after, #main-content > section.grey .columns h2:after {
  background-color: #CAB195;
}
#main-content > section.brown {
  color: #FFFFFF;
  background-color: #7A7571;
}
#main-content > section.brown h1:after, #main-content > section.brown .columns h2:after {
  background-color: #CAB195;
}
#main-content > section.gold {
  color: #FFFFFF;
  background-color: #CAB195;
}
#main-content > section.gold h1:after, #main-content > section.gold .columns h2:after {
  background-color: #7A7571;
}
#main-content > section.yellow {
  color: #FFFFFF;
  background-color: #FFE893;
}
#main-content > section.yellow h1:after, #main-content > section.yellow .columns h2:after {
  background-color: #7A7571;
}
#main-content > .home-1 .content {
  column-count: 2;
  column-gap: 54px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  #main-content > .home-1 .content {
    column-count: 1;
  }
}
#main-content > .home-1 .content img {
  display: block;
}
#main-content > .home-1 span {
  margin-top: 20px;
}
#main-content > .team .content {
  width: calc(50% - 27px);
  margin-bottom: 45px;
}
#main-content > .team .content.left {
  margin-left: 22.5px;
  margin-right: 0;
}
#main-content > .team .content.full {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #main-content > .team .content {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
#main-content > .team figure {
  width: calc(50% - 27px);
  margin-left: 22.5px;
}
#main-content > .team figure.left {
  margin-right: 22.5px;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  #main-content > .team figure {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
#main-content > .team .members {
  display: flex;
  flex-flow: row wrap;
  margin-top: 45px;
  margin-bottom: 45px;
}
#main-content > .team .members h1, #main-content > .team .members .columns h2, #main-content > .team .columns .members h2 {
  margin-top: 45px;
  font-weight: 800;
}
#main-content > .team .members h1:after, #main-content > .team .members .columns h2:after, #main-content > .team .columns .members h2:after {
  content: "";
  width: 0;
  height: 0;
  display: none;
}
#main-content > .team .members .member {
  width: 33%;
  text-align: center;
}
#main-content > .team .members .member figure {
  width: 100%;
  margin-left: 0;
  margin-bottom: 22.5px;
}
@media only screen and (max-width: 768px) {
  #main-content > .team .members .member {
    width: 100%;
  }
}
#main-content > .team .members .member h4 {
  font-weight: 700;
}
#main-content > .home-3 .content {
  width: calc(50% - 27px);
  margin-right: 22.5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #main-content > .home-3 .content {
    width: 100%;
    margin-right: 0;
  }
}
#main-content > .home-3 .content figure {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #main-content > .home-3 .content figure {
    width: 100%;
    margin-left: 0;
  }
}
#main-content > .home-3 .content figure .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
#main-content > .home-3 .content figure .overlay p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  color: #FFFFFF;
}
#main-content > .home-3 .content .description {
  color: #000;
  background-color: #FFFFFF;
  padding: 20px;
}
#main-content > .home-3 .content .description h4 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
#main-content > .home-3 .content .description .cta {
  width: 100%;
  padding: 0;
}
#main-content > .home-3 .content .description .cta .button {
  color: #FFFFFF;
  background-color: #427998;
  -webkit-box-shadow: 3px 3px 0px 0px #707070;
  -moz-box-shadow: 3px 3px 0px 0px #707070;
  box-shadow: 3px 3px 0px 0px #707070;
}
#main-content > .home-3 .content .description .cta .button:hover {
  color: #FFFFFF;
  background-color: #7A7571;
}
#main-content > .home-3 .content .description .cta .button:active {
  color: #7A7571;
  background-color: #E5E5E5;
}
#main-content .download figure {
  margin-bottom: 45px;
}
#main-content .download .content {
  width: 55%;
  line-height: 1.2em;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  #main-content .download .content {
    width: 100%;
    font-size: 25px;
  }
}
#main-content .download .content p {
  margin-bottom: 0;
}
#main-content .download .content ul {
  line-height: 1.2em;
}
#main-content .download .button-group {
  width: 45%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #main-content .download .button-group {
    width: 100%;
  }
}
#main-content .download .button-group .button-download {
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #main-content .download .button-group .button-download {
    margin-top: 20px;
    position: initial;
  }
}
#main-content .contact .form-container {
  width: 100%;
}
#main-content .contact .contact-info {
  width: 50%;
  margin: auto;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  #main-content .contact .contact-info {
    width: 80%;
  }
}
#main-content .contact .contact-info > span {
  display: block;
  text-align: center;
  font-weight: 300;
  line-height: 1.3em;
}
#main-content .contact .contact-info > a {
  font-weight: 300;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #FFFFFF;
  text-decoration: underline;
}
#main-content .contact .contact-info > a:hover {
  text-decoration: none;
}
#main-content .contact .form {
  display: flex;
  flex-wrap: wrap;
}
#main-content .contact .form .info {
  width: calc(50% - 27px);
  margin-right: 27px;
}
@media only screen and (max-width: 768px) {
  #main-content .contact .form .info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#main-content .contact .form .info .form-field {
  margin-bottom: 20px;
}
#main-content .contact .form .info .form-field:last-child {
  margin-bottom: 0;
}
#main-content .contact .form .info input {
  width: 100%;
  border: none;
  font-size: 1rem;
  line-height: 1.8em;
  padding: 0 0.5em;
  font-weight: 300;
}
#main-content .contact .form .info input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d2cccc;
}
#main-content .contact .form .info input::-moz-placeholder { /* Firefox 19+ */
  color: #d2cccc;
}
#main-content .contact .form .info input:-ms-input-placeholder { /* IE 10+ */
  color: #d2cccc;
}
#main-content .contact .form .info input:-moz-placeholder { /* Firefox 18- */
  color: #d2cccc;
}
#main-content .contact .form div[rel=comment] {
  width: calc(50% - 27px);
  margin-left: 27px;
}
@media only screen and (max-width: 768px) {
  #main-content .contact .form div[rel=comment] {
    width: 100%;
    margin-left: 0;
  }
}
#main-content .contact .form div[rel=comment] * {
  height: 100%;
}
#main-content .contact .form div[rel=comment] textarea {
  width: 100%;
  border: none;
  font-size: 1rem;
  padding: 0.5em;
  line-height: 1.2em;
  font-weight: 300;
  min-height: 150px;
}
#main-content .contact .form div[rel=comment] textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d2cccc;
}
#main-content .contact .form div[rel=comment] textarea::-moz-placeholder { /* Firefox 19+ */
  color: #d2cccc;
}
#main-content .contact .form div[rel=comment] textarea:-ms-input-placeholder { /* IE 10+ */
  color: #d2cccc;
}
#main-content .contact .form div[rel=comment] textarea:-moz-placeholder { /* Firefox 18- */
  color: #d2cccc;
}
#main-content .contact .form .g-recaptcha {
  margin: auto;
  margin-top: 20px;
}
#main-content .contact .form .buttons {
  width: 100%;
  padding: 45px 0;
  border-bottom: 1px solid #FFFFFF;
}
#main-content .contact .form .form-error input, #main-content .contact .form .form-error textarea {
  border: 1px solid red !important;
}
#main-content .promotions {
  background-color: #EAE7E7;
}
#main-content .promotions > .wrapper {
  width: 100%;
  max-width: 100%;
}
#main-content .promotions .promotion {
  width: calc(100% - 108px);
  padding: 20px;
  background-color: #FFFFFF;
  margin-bottom: 22.5px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #main-content .promotions .promotion {
    width: calc(100% - 54px);
  }
}
#main-content .promotions .promotion:last-child {
  margin-bottom: 0;
}
#main-content .promotions .promotion > .wrapper {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #main-content .promotions .promotion > .wrapper {
    flex-wrap: wrap;
  }
}
#main-content .promotions figure {
  width: calc(50% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #main-content .promotions figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#main-content .promotions .data {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% - 40px);
  padding: 0 20px;
  font-size: 0.8rem;
  line-height: 0.7em;
}
@media only screen and (max-width: 768px) {
  #main-content .promotions .data {
    width: 100%;
    padding: 0;
  }
}
#main-content .promotions .data ul {
  width: 100%;
  display: flex;
  margin-top: 20px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #main-content .promotions .data ul {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
#main-content .promotions .data ul li {
  width: 33%;
  display: block;
}
#main-content .promotions .data ul li > span {
  font-weight: 400;
  width: 100px;
  display: block;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.1em;
}
#main-content .promotions .data ul li > span:last-child {
  font-weight: 550;
  font-size: 1.6rem;
  line-height: 1.5em;
}
#main-content .promotions .data .partners {
  width: 50%;
  font-size: 0.5rem;
  display: flex;
  align-items: center;
  margin-right: 5%;
  text-transform: uppercase;
  text-decoration: none;
}
#main-content .promotions .data .partners a {
  margin-right: 1%;
  color: #7A7571;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #main-content .promotions .data .partners {
    width: 100%;
    left: 0;
    position: relative;
  }
}
#main-content .promotions .data .promo-link {
  width: calc(45% - 1em);
  font-size: 0.7rem;
  padding: 0.6em 0 0.3em 0;
}
#main-content .promotions .data .promo-link span {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #main-content .promotions .data .promo-link {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    position: relative;
  }
}
#main-content .columns {
  top: calc(100vh - 250px);
}
@media only screen and (max-width: 768px) {
  #main-content .columns {
    top: calc(100vh - 170px);
  }
}
#main-content .columns > .wrapper {
  max-width: 100%;
  padding-bottom: 1.2em;
}
#main-content .columns h2 {
  line-height: 1em;
  font-size: 20px;
  margin-bottom: 1em;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #main-content .columns h2 {
    font-size: 25px;
  }
}
#main-content .columns h2:after {
  content: "";
  width: 7em;
  height: 1px;
  display: block;
  margin: auto;
  background-color: #E5E5E5;
  margin-top: 0.7em;
}
#main-content .columns article {
  width: 45%;
  margin-right: 5%;
}
#main-content .columns article:last-child {
  margin-left: 5%;
  margin-right: 0;
}
#main-content .columns article figure {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #main-content .columns article {
    width: 100%;
    margin-right: 0;
  }
  #main-content .columns article:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}
#main-content .columns article .txt {
  width: 100%;
  max-height: 150px;
  overflow: scroll;
  overflow-y: hidden;
  transition: max-height 0.15s ease-out;
  font-size: 0.8em;
}
#main-content .columns article .txt.full {
  max-height: 800px;
  transition: max-height 0.5s ease-in;
}
#main-content .columns article .more {
  text-align: left;
}
#main-content .columns article .more a {
  color: #FFFFFF;
  display: block;
  position: relative;
}
#main-content .columns article .more a .icon {
  top: 20px;
}

#main-footer {
  display: block;
}
#main-footer ul.logo-partners {
  width: 100%;
  display: flex;
  padding: 45px 0;
}
@media only screen and (max-width: 768px) {
  #main-footer ul.logo-partners {
    flex-wrap: wrap;
  }
}
#main-footer ul.logo-partners li {
  width: 200px;
  margin-right: 45px;
}
#main-footer ul.logo-partners li:first-child {
  margin-left: auto;
}
#main-footer ul.logo-partners li:last-child {
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #main-footer ul.logo-partners li {
    width: 70%;
    margin: auto;
  }
}
#main-footer ul.logo-partners li > span {
  color: #707070;
  display: block;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #CAB195;
}
#main-footer ul.logo-partners li a {
  display: block;
}
#main-footer ul.logo-partners li a img {
  width: 95%;
  margin: auto;
  display: block;
}
#main-footer .sub-footer {
  font-size: 0.7rem;
  text-align: center;
  padding-bottom: 20px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6000000000;
  background: rgba(255, 255, 255, 0.97);
}
#loader .showbox {
  position: relative;
  top: 50%;
  transform: translateY(-55%);
}
#loader .loader-content {
  position: relative;
  margin: 0 auto;
  width: 100px;
}
#loader .loader-content:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#loader .loader-content .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#loader .loader-content .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #7A7571;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

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