@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/raleway-5");
.bg_white {
  background-color: #ffffff !important; }

.bg_lightgrey {
  background-color: #ededed !important; }

.white {
  color: #ffffff !important; }

.hb {
  border: 1px solid red; }

.grecaptcha-badge {
  visibility: hidden; }

.hidden {
  visibility: hidden; }

html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth; }

html.noscroll {
  overflow: hidden !important; }
  @media (max-width: 719px) {
    html.noscroll {
      overflow: hidden !important; } }

body {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  width: 100%;
  font-family: "Open Sans Condensed", sans-serif;
  color: #292929;
  font-size: 18px; }

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

p {
  font-family: "Open Sans Condensed", sans-serif;
  margin: 0 0 30px 0 !important;
  display: block !important;
  line-height: 32px;
  font-size: 20px;
  font-weight: 400;
  color: #292929;
  text-transform: none; }
  @media (max-width: 719px) {
    p {
      font-size: 20px;
      line-height: 32px; } }
  p.lead {
    color: #292929;
    font-weight: 300; }
    @media (max-width: 719px) {
      p.lead {
        font-size: 20px;
        line-height: 35px; } }
    @media (min-width: 720px) {
      p.lead {
        font-size: 25px;
        line-height: 38px; } }
  @media (max-width: 719px) {
    p.lead2 {
      font-size: 20px;
      line-height: 28px; } }
  @media (min-width: 720px) {
    p.lead2 {
      font-size: 21px;
      line-height: 30px; } }
  p a {
    text-decoration: none;
    color: #d2a886;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    p a:hover {
      color: #68b4da; }

a {
  text-decoration: none;
  color: #292929;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  a:hover {
    color: #68b4da; }

a.bald {
  text-decoration: none !important; }
  a.bald:hover {
    text-decoration: none !important; }

ul, li {
  line-height: 31px;
  font-size: 19px; }

ul {
  margin: 0 0 30px 0 !important;
  list-style-type: circle; }

section {
  width: 100%;
  position: relative; }

@media (max-width: 719px) {
  .container_maximized {
    width: 100%;
    padding: 0 15px; } }

@media (min-width: 720px) {
  .container_maximized {
    width: 100%;
    padding: 0 15px; } }

@media (min-width: 992px) {
  .container_maximized {
    width: 100%;
    padding: 0 20px; } }

@media (min-width: 1390px) {
  .container_maximized {
    width: calc(100% - 100px);
    max-width: 1600px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 719px) {
  .container_maximized_np {
    width: 100%;
    padding: 0 15px; } }

@media (min-width: 720px) {
  .container_maximized_np {
    width: 100%;
    padding: 0 15px; } }

@media (min-width: 992px) {
  .container_maximized_np {
    width: 100%;
    padding: 0 15px; } }

@media (min-width: 1390px) {
  .container_maximized_np {
    width: 100%;
    max-width: calc(100% - 100px);
    padding: 0px;
    margin-left: auto;
    margin-right: auto; } }

.link {
  text-decoration: none;
  color: blue; }
  .link:hover {
    text-decoration: none;
    border-bottom: 1px solid #e7d0be;
    color: #e7d0be; }

.cr_pointer {
  cursor: pointer; }

.right {
  float: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.left {
  float: left; }

.align_right, .text_right {
  text-align: right; }
  @media (min-width: 720px) {
    .align_right_md, .text_right_md {
      text-align: right; } }

.align_center {
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 719px) {
    .align_center_mob {
      text-align: center;
      margin: 0 auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.align_left {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.center {
  text-align: center; }

.pm0, .mp0 {
  margin: 0 !important;
  padding: 0 !important; }

@media (min-width: 720px) {
  .mobile {
    display: none !important; } }

@media (min-width: 992px) {
  .mobile {
    display: none !important; } }

@media (max-width: 719px) {
  .no_mobile {
    display: none !important; } }

.disable {
  display: none !important; }

.no-float {
  float: none !important; }

.padding_y {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding_y_xl {
  padding-top: 130px;
  padding-bottom: 75px; }

@media (max-width: 719px) {
  .padding_b_mobile {
    padding-bottom: 50px; } }

.trans {
  opacity: 0; }

.mirror_x {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.anchor {
  position: relative;
  display: block; }
  @media (max-width: 719px) {
    .anchor {
      top: -60px; } }
  @media (min-width: 720px) {
    .anchor {
      top: -100px; } }

.canvas {
  -webkit-transition: img 0.5s;
  transition: img 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px); }

.canvas_full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }
  .canvas_full img {
    position: absolute;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0; }

.canvas_75 {
  height: 75vh; }
  .canvas_75 img {
    position: absolute;
    width: 100vw;
    height: 75vh;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0; }

.canvas_shade::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2); }

.canvas_shade_75::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 75vh;
  background-color: rgba(0, 0, 0, 0.2); }

.background_image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  .background_image img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0; }
  .background_image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2); }

.on_top {
  background-color: rgba(0, 0, 0, 0); }
  .on_top .logo_light {
    display: inline-block; }
  .on_top .logo_dark {
    display: none; }
  .on_top .menu a {
    color: #ffffff; }

.from_top {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  @media (max-width: 719px) {
    .from_top {
      height: 80px; } }
  @media (min-width: 720px) {
    .from_top {
      height: 100px; } }
  @media (min-width: 992px) {
    .from_top {
      height: 110px; } }
  @media (min-width: 1390px) {
    .from_top {
      height: 110px; } }
  .from_top .logo_light {
    display: none; }
  .from_top .logo_dark {
    display: inline-block; }
  @media (max-width: 719px) {
    .from_top .logo {
      height: 50px;
      margin-top: 18px; } }
  @media (min-width: 720px) {
    .from_top .logo {
      height: 60px; } }
  @media (min-width: 992px) {
    .from_top .logo {
      height: 65px; } }
  @media (min-width: 1390px) {
    .from_top .logo {
      height: 70px;
      margin-top: 20px; } }
  .from_top .menu a {
    color: grey; }
  .from_top .menuicon .bar {
    background-color: #606060; }
  @media (max-width: 719px) {
    .from_top .menuicon {
      top: 18px; } }
  @media (min-width: 720px) {
    .from_top .menuicon {
      top: 15px; } }
  @media (min-width: 992px) {
    .from_top .menuicon {
      top: 20px; } }

header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%; }
  @media (max-width: 719px) {
    header {
      height: 90px; } }
  @media (min-width: 720px) {
    header {
      height: 100px; } }
  @media (min-width: 992px) {
    header {
      height: 110px; } }
  @media (min-width: 1390px) {
    header {
      height: 110px; } }
  header .logo {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block; }
    @media (max-width: 719px) {
      header .logo {
        height: 60px;
        margin-top: 15px; } }
    @media (min-width: 720px) {
      header .logo {
        height: 65px;
        margin-top: 15px; } }
    @media (min-width: 992px) {
      header .logo {
        height: 65px;
        margin-top: 20px; } }
    @media (min-width: 1390px) {
      header .logo {
        height: 72px;
        margin-top: 15px; } }
  header .language {
    height: 20px; }

.footer {
  min-height: 100px;
  padding: 40px 0 25px;
  background-color: #e7d0be;
  letter-spacing: 1px; }
  @media (max-width: 719px) {
    .footer .element {
      display: block;
      text-align: center;
      line-height: 25px; } }
  @media (min-width: 720px) {
    .footer .element {
      display: inline-block;
      line-height: 20px;
      margin: 0 7px; } }
  @media (max-width: 719px) {
    .footer .footer_line {
      display: none; } }
  @media (min-width: 720px) {
    .footer .footer_line {
      display: inline-block; } }

.intro {
  padding-top: 85px;
  padding-bottom: 85px; }

.section {
  padding-bottom: 85px; }

.display_bar {
  padding-top: 135px;
  padding-bottom: 135px; }

.image_tile {
  margin-bottom: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #e7d0be; }
  .image_tile .image_container img {
    width: 100%;
    height: 100%; }
  .image_tile .text_container {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 32px;
    padding: 30px 0 30px;
    color: #292929 !important;
    text-decoration: none !important; }
  .image_tile:hover {
    background-color: #d0b8a5; }
    .image_tile:hover .text_container {
      color: #292929 !important;
      text-decoration: none !important; }

.image_square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .image_square .text_field {
    padding-top: 85px;
    padding-bottom: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .image_square .photo_field {
    position: relative; }
    .image_square .photo_field img {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 0; }
  .image_square .slick img {
    position: relative !important; }

@media (max-width: 719px) {
  .orient_left .text_field {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 720px) {
  .orient_left .text_field {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 65px; } }

@media (min-width: 992px) {
  .orient_left .text_field {
    padding-right: 75px; } }

@media (min-width: 1390px) {
  .orient_left .text_field {
    padding-right: 85px; } }

@media (max-width: 719px) {
  .orient_left .photo_field {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-height: 50vh; } }

@media (min-width: 720px) {
  .orient_left .photo_field {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (max-width: 719px) {
  .orient_right .text_field {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 720px) {
  .orient_right .text_field {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 65px; } }

@media (min-width: 992px) {
  .orient_right .text_field {
    padding-left: 75px; } }

@media (min-width: 1390px) {
  .orient_right .text_field {
    padding-left: 85px; } }

@media (max-width: 719px) {
  .orient_right .photo_field {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-height: 50vh; } }

@media (min-width: 720px) {
  .orient_right .photo_field {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.iframe {
  border: none;
  outline: none; }
  @media (max-width: 719px) {
    .iframe {
      width: 100%; } }
  @media (min-width: 720px) {
    .iframe {
      width: 800px;
      height: 500px; } }

.img_label {
  position: absolute;
  z-index: 99; }
  @media (max-width: 719px) {
    .img_label {
      bottom: 15px;
      left: 15px; }
      .img_label img {
        width: 250px; } }
  @media (min-width: 720px) {
    .img_label {
      top: 50vh;
      left: 10vw; } }

.welcome {
  position: relative;
  height: 100vh;
  padding-top: 20vh; }

.welcome_subpage {
  position: relative;
  height: 100vh; }
  @media (max-width: 719px) {
    .welcome_subpage {
      padding-top: 25vh; } }
  @media (min-width: 720px) {
    .welcome_subpage {
      max-height: 75vw;
      padding-top: 40vw; } }
  @media (min-width: 1390px) {
    .welcome_subpage {
      max-height: 75vw;
      padding-top: 55vh; } }

.animated {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s; }

.wow {
  visibility: hidden; }

@-webkit-keyframes appearIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20vh) translateX(20vh);
            transform: translateY(20vh) translateX(20vh); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes appearIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20vh) translateX(20vh);
            transform: translateY(20vh) translateX(20vh); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.appearIn {
  -webkit-animation-name: appearIn;
          animation-name: appearIn;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0;
  -webkit-transform: translateY(20vh) translateX(20vh);
          transform: translateY(20vh) translateX(20vh); }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20vh);
            transform: translateY(20vh); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20vh);
            transform: translateY(20vh); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(20vh);
          transform: translateY(20vh); }

.delay_1 {
  -webkit-animation-delay: 0.0625s;
          animation-delay: 0.0625s; }

.delay_2 {
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s; }

.delay_3 {
  -webkit-animation-delay: 0.1875s;
          animation-delay: 0.1875s; }

.delay_4 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s; }

.delay_5 {
  -webkit-animation-delay: 0.3125s;
          animation-delay: 0.3125s; }

.delay_6 {
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s; }

.delay_7 {
  -webkit-animation-delay: 0.4375s;
          animation-delay: 0.4375s; }

.delay_8 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.delay_9 {
  -webkit-animation-delay: 0.5625s;
          animation-delay: 0.5625s; }

.delay_10 {
  -webkit-animation-delay: 0.625s;
          animation-delay: 0.625s; }

.button {
  background-color: #68b4da;
  border: none;
  outline: none;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  font-size: 17px;
  min-height: 50px;
  line-height: 49px;
  letter-spacing: 2px;
  min-width: 200px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0 30px;
  margin-right: auto; }
  .button:hover {
    background-color: #ffffff;
    color: #292929; }

.cookie_box {
  position: fixed;
  width: 100%;
  background-color: rgba(16, 16, 132, 0.65);
  display: block;
  z-index: 999999;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #c9c9c9; }
  @media (max-width: 719px) {
    .cookie_box {
      top: calc(100% - 140px);
      height: 140px;
      line-height: 25px;
      padding: 10px;
      text-align: center !important; }
      .cookie_box .right {
        float: none !important;
        margin-top: 15px; } }
  .cookie_box .right {
    float: right; }
  @media (min-width: 720px) {
    .cookie_box {
      top: calc(100% - 60px);
      height: 60px;
      padding: 0px 20px;
      line-height: 60px; } }
  @media (max-width: 719px) {
    .cookie_box .box_row {
      display: block; } }
  @media (min-width: 720px) {
    .cookie_box .box_row {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }

.button_cookie {
  padding: 0px 20px;
  border-radius: 19px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #c9c9c9;
  line-height: 36px;
  font-size: 13px;
  display: inline-block;
  margin: 0px 6px;
  height: 36px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer; }

form.contact {
  padding: 0;
  margin: 35px 0 0; }
  form.contact .form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media (max-width: 719px) {
      form.contact .form_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (min-width: 720px) {
      form.contact .form_row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    form.contact .form_row div {
      padding: 0 0 15px; }
      @media (max-width: 719px) {
        form.contact .form_row div {
          width: 100% !important; } }
  form.contact input, form.contact select, form.contact textarea {
    border: none;
    outline: none;
    background-color: #f5f5f5;
    font-family: "Raleway", "Helvetica Neue", sans-serif;
    padding: 15px;
    border-radius: 3px; }
    @media (max-width: 719px) {
      form.contact input, form.contact select, form.contact textarea {
        width: 100% !important; } }
    @media (min-width: 720px) {
      form.contact input, form.contact select, form.contact textarea {
        width: calc(100% - 15px); } }
    form.contact input::-webkit-input-placeholder, form.contact select::-webkit-input-placeholder, form.contact textarea::-webkit-input-placeholder {
      font-size: 13px;
      text-transform: uppercase;
      color: grey;
      font-family: "Raleway", "Helvetica Neue", sans-serif;
      font-weight: bold; }
    form.contact input::-moz-placeholder, form.contact select::-moz-placeholder, form.contact textarea::-moz-placeholder {
      font-size: 13px;
      text-transform: uppercase;
      color: grey;
      font-family: "Raleway", "Helvetica Neue", sans-serif;
      font-weight: bold; }
    form.contact input:-ms-input-placeholder, form.contact select:-ms-input-placeholder, form.contact textarea:-ms-input-placeholder {
      font-size: 13px;
      text-transform: uppercase;
      color: grey;
      font-family: "Raleway", "Helvetica Neue", sans-serif;
      font-weight: bold; }
    form.contact input::-ms-input-placeholder, form.contact select::-ms-input-placeholder, form.contact textarea::-ms-input-placeholder {
      font-size: 13px;
      text-transform: uppercase;
      color: grey;
      font-family: "Raleway", "Helvetica Neue", sans-serif;
      font-weight: bold; }
    form.contact input::placeholder, form.contact select::placeholder, form.contact textarea::placeholder {
      font-size: 13px;
      text-transform: uppercase;
      color: grey;
      font-family: "Raleway", "Helvetica Neue", sans-serif;
      font-weight: bold; }
  form.contact input, form.contact select {
    height: 45px;
    line-height: 45px; }
  form.contact select, form.contact option {
    font-size: 13px;
    text-transform: uppercase;
    color: grey;
    font-family: "Raleway", "Helvetica Neue", sans-serif;
    font-weight: bold; }

.form-email input:not([type='checkbox']), .form-email textarea, .form-email select {
  background-color: #ffffff;
  border-radius: 3px;
  min-height: 53px;
  line-height: 23px;
  font-size: 15px;
  font-family: 'Campton', sans-serif;
  color: #1c1c1c;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #ffffff;
  width: 100%;
  display: block;
  margin-top: 30px;
  padding: 0 25px; }
  .form-email input:not([type='checkbox'])::-webkit-input-placeholder, .form-email textarea::-webkit-input-placeholder, .form-email select::-webkit-input-placeholder {
    color: gray;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'CamptonSemiBold', sans-serif;
    letter-spacing: 0.1px; }
  .form-email input:not([type='checkbox'])::-moz-placeholder, .form-email textarea::-moz-placeholder, .form-email select::-moz-placeholder {
    color: gray;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'CamptonSemiBold', sans-serif;
    letter-spacing: 0.1px; }
  .form-email input:not([type='checkbox']):-ms-input-placeholder, .form-email textarea:-ms-input-placeholder, .form-email select:-ms-input-placeholder {
    color: gray;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'CamptonSemiBold', sans-serif;
    letter-spacing: 0.1px; }
  .form-email input:not([type='checkbox'])::-ms-input-placeholder, .form-email textarea::-ms-input-placeholder, .form-email select::-ms-input-placeholder {
    color: gray;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'CamptonSemiBold', sans-serif;
    letter-spacing: 0.1px; }
  .form-email input:not([type='checkbox'])::placeholder, .form-email textarea::placeholder, .form-email select::placeholder {
    color: gray;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'CamptonSemiBold', sans-serif;
    letter-spacing: 0.1px; }
  .form-email input:not([type='checkbox']):focus, .form-email textarea:focus, .form-email select:focus {
    border: 2px solid #e7d0be; }

.form-email textarea {
  padding: 25px; }

@media (max-width: 719px) {
  .form-email .reisgezelschap {
    margin-top: 35px; } }

@media (min-width: 720px) {
  .form-email .reisgezelschap {
    margin-top: 0; } }

@media (min-width: 720px) {
  .form-email .reisgezelschap .col-md-6:nth-child(odd) {
    max-width: calc(50% - 10px) !important;
    margin-right: 10px; } }

@-webkit-keyframes bounce {
  0% {
    top: 5px; }
  22% {
    top: 1px; }
  25% {
    top: 1px; }
  50% {
    top: 5px; }
  100% {
    top: 5px; } }

@keyframes bounce {
  0% {
    top: 5px; }
  22% {
    top: 1px; }
  25% {
    top: 1px; }
  50% {
    top: 5px; }
  100% {
    top: 5px; } }

.send_mail_cover {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vw;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-top: 50vh;
  display: none; }
  .send_mail_cover .bounce {
    position: relative;
    display: inline-block;
    height: 50px;
    vertical-align: baseline;
    top: 5px;
    font-size: 50px;
    color: #d2a886;
    -webkit-animation-name: bounce;
            animation-name: bounce;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.bounce_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }

.bounce_2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

.bounce_3 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

h1 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  position: relative; }
  @media (max-width: 719px) {
    h1 {
      font-size: 40px !important; } }
  @media (min-width: 720px) {
    h1 {
      font-size: 50px !important; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 56px !important;
      line-height: 65px; } }

h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 40px; }
  @media (max-width: 719px) {
    h2 {
      font-size: 35px !important; } }
  @media (min-width: 720px) {
    h2 {
      font-size: 40px !important; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 40px !important;
      line-height: 48px; } }

h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 100; }
  @media (max-width: 719px) {
    h3 {
      font-size: 26px !important;
      letter-spacing: 3px; } }
  @media (min-width: 720px) {
    h3 {
      font-size: 28px !important;
      letter-spacing: 6px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 32px !important;
      letter-spacing: 6px; } }

h4 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  display: inline-block; }

.uppercase {
  text-transform: uppercase; }

.strong {
  font-weight: bold !important; }

ul.menu {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 35px 0 0 !important; }
  @media (max-width: 719px) {
    ul.menu {
      position: fixed;
      height: calc(100vh - 40px);
      top: 40px;
      width: 100vw;
      left: 101vw;
      padding-bottom: 50px;
      overflow-y: auto;
      text-align: center;
      display: block;
      background: #68b4da; } }
  @media (min-width: 720px) {
    ul.menu {
      display: inline-block;
      text-align: right; } }
  ul.menu li {
    font-family: "Raleway", "Helvetica Neue", sans-serif;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    padding: 4px 0;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      ul.menu li {
        font-size: 17px;
        font-family: "Open Sans Condensed", sans-serif;
        display: block;
        height: 50px; }
        ul.menu li:first-of-type {
          margin-top: 50px; } }
    @media (min-width: 720px) {
      ul.menu li {
        margin: 0 8px; } }
    @media (min-width: 992px) {
      ul.menu li {
        margin: 0 10px; } }
    @media (min-width: 1390px) {
      ul.menu li {
        margin: 0 15px; } }
    ul.menu li a {
      font-weight: 700 !important; }
      @media (max-width: 719px) {
        ul.menu li a {
          color: #606060 !important; } }
    ul.menu li a.active:not(.button) {
      color: #e7d0be; }
    ul.menu li:hover a:not(.button) {
      text-decoration: none;
      color: #d2a886; }

.menuicon {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 0;
  margin-left: auto;
  vertical-align: middle;
  top: 20px;
  padding-top: 13px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  @media (max-width: 719px) {
    .menuicon {
      display: block; } }
  @media (min-width: 720px) {
    .menuicon {
      display: none; } }
  .menuicon .bar {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 30px;
    height: 2px;
    position: relative;
    background-color: white;
    margin-left: 10px;
    margin-bottom: 8px; }

.active_icon .bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 3px 3px;
          transform-origin: 3px 3px; }

.active_icon .bar3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0px 0px;
          transform-origin: 0px 0px; }

.active_icon .bar2 {
  width: 1px;
  left: 10px; }

.active_menu {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 0 !important; }

.lang_select {
  margin-top: -4px;
  margin-left: -8px;
  margin-right: -5px;
  padding: 4px 25px 4px 8px;
  border-radius: 5px;
  max-height: 38px;
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .lang_select:hover {
    background-color: rgba(255, 255, 255, 0.3);
    max-height: 100px; }
  .lang_select a {
    line-height: normal;
    margin: 5px 0 10px;
    display: block; }
    .lang_select a:hover {
      -webkit-box-shadow: 0 0 15px white;
              box-shadow: 0 0 15px white; }
  .lang_select .lang_selector {
    position: absolute;
    top: 13px;
    right: 2px;
    color: #ffffff; }

.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none; }

.lightBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow-y: auto;
  display: none; }
  @media (max-width: 719px) {
    .lightBox {
      padding: 60px 15px 5px;
      height: calc(100vh + 20px); } }
  @media (min-width: 720px) {
    .lightBox {
      padding: 5vh;
      height: 100vh; } }
  .lightBox .close_box {
    position: fixed;
    color: #ffffff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer; }
    @media (max-width: 719px) {
      .lightBox .close_box {
        right: 25px;
        top: 15px;
        font-size: 25px; } }
    @media (min-width: 720px) {
      .lightBox .close_box {
        right: 45px;
        top: 25px;
        font-size: 33px; } }
    .lightBox .close_box:hover {
      font-weight: bold; }
  .lightBox .download_image {
    position: fixed;
    color: #ffffff;
    text-decoration: underline; }
    @media (max-width: 719px) {
      .lightBox .download_image {
        right: 65px;
        top: 15px;
        font-size: 25px; } }
    @media (min-width: 720px) {
      .lightBox .download_image {
        right: 95px;
        top: 25px;
        font-size: 33px; } }
    .lightBox .download_image:hover {
      font-weight: bold; }
  .lightBox .lightBoxImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 25px #1c1c1c;
            box-shadow: 0 0 25px #1c1c1c; }
    @media (max-width: 719px) {
      .lightBox .lightBoxImage {
        width: 95%; } }
    @media (min-width: 720px) {
      .lightBox .lightBoxImage {
        width: 90%; } }
    @media (min-width: 992px) {
      .lightBox .lightBoxImage {
        width: 90%; } }

.lightboxLink img.box {
  display: none; }

.slick-next {
  right: 0; }

.slick-prev {
  left: 0; }

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9; }

.slick-next, .slick-prev {
  padding: 0;
  z-index: 998; }
  @media (max-width: 719px) {
    .slick-next, .slick-prev {
      opacity: 1 !important; }
      .slick-next:before, .slick-prev:before {
        opacity: 1 !important; } }
  .slick-next:hover:before, .slick-prev:hover:before {
    opacity: 1 !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.12); }
  .slick-next:before, .slick-prev:before {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-shadow: none;
    z-index: 998;
    display: block;
    width: 60px;
    position: absolute; }

.slick-next {
  right: 2% !important;
  top: 40%;
  z-index: 998; }
  .slick-next:before {
    right: 0;
    text-align: right;
    content: "›" !important;
    font-family: "Arial", sans-serif !important;
    font-size: 60px !important;
    color: #fff !important;
    opacity: 0.8 !important; }

.slick-prev {
  left: 2% !important;
  top: 40%;
  z-index: 998; }
  .slick-prev:before {
    left: 0;
    text-align: left;
    content: "‹" !important;
    font-family: "Arial", sans-serif !important;
    font-size: 60px !important;
    color: #fff !important;
    opacity: 0.8 !important; }

.slick-list, .slick-track, .slick-slide, .slick {
  height: 100% !important; }

.slider {
  padding: 0;
  margin: 0; }

.container_slider {
  max-width: 1600px;
  position: relative; }
  @media (max-width: 719px) {
    .container_slider {
      width: 100%;
      padding: 0 15px; } }
  @media (min-width: 720px) {
    .container_slider {
      width: 100%;
      padding: 0 15px; } }
  @media (min-width: 992px) {
    .container_slider {
      width: 100%;
      padding: 0 15px; } }
  @media (min-width: 1390px) {
    .container_slider {
      width: calc(100% - 70px);
      padding: 0px; } }

.container_slider.orient_left {
  margin-left: auto;
  margin-right: 0 !important;
  right: 0; }

.container_slider.orient_right {
  margin-right: auto;
  margin-left: 0 !important;
  left: 0; }

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