html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

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

@font-face {
  font-family: 'SofiaProLight';
  src: url("webfonts/371739_0_0.eot");
  src: url("webfonts/371739_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/371739_0_0.woff2") format("woff2"), url("webfonts/371739_0_0.woff") format("woff"), url("webfonts/371739_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'SofiaProMedium';
  src: url("webfonts/371739_1_0.eot");
  src: url("webfonts/371739_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/371739_1_0.woff2") format("woff2"), url("webfonts/371739_1_0.woff") format("woff"), url("webfonts/371739_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Caslon-BookItalic';
  src: url("webfonts/371739_2_0.eot");
  src: url("webfonts/371739_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/371739_2_0.woff2") format("woff2"), url("webfonts/371739_2_0.woff") format("woff"), url("webfonts/371739_2_0.ttf") format("truetype"); }
body {
  font-family: "SofiaProLight", sans-serif;
  color: #36499B;
  font-size: 18px;
  width: 100%;
  height: 100%; }

html, .homepage, .teaser {
  width: 100%;
  height: 100%;
  position: relative; }

html {
  overflow: scroll;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-webkit-scrollbar {
  width: 0px;
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: #FFFFFF; }

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

*:focus {
  outline: none; }

section {
  position: relative; }

.row {
  margin: 0;
  width: 100%; }

a, a:active {
  color: #36499B;
  text-decoration: none; }

.fade-in {
  display: none; }

.teaser {
  opacity: 0;
  pointer-events: none;
  z-index: -300;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out; }

.teaser.active {
  pointer-events: auto;
  z-index: auto;
  opacity: 1; }

.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: #36499B;
  display: none; }
  .preloader .spinner {
    width: 60px;
    height: 60px;
    border: 1px solid #36499B;
    border-top: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear; }
  .preloader img {
    max-width: 300px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  z-index: 50;
  width: 100%;
  text-align: center; }
  .hero-content .logo-img {
    display: block;
    margin: auto;
    width: 28%; }
  .hero-content > a {
    color: #fff;
    border-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 30px; }
    .hero-content > a:after {
      display: none; }
    .hero-content > a:hover {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.2); }

#header {
  height: 100vh;
  width: 100%;
  position: relative; }
  #header .homepage-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #header .arrow-down {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 15px;
    display: block;
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 50;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: opacity 150ms ease-out;
    -moz-transition: opacity 150ms ease-out;
    -o-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out; }

.fade-in .overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3; }

.homepage-background, .contact-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10; }

.homepage-section {
  min-height: 100vh; }

.contact-section {
  min-height: 100vh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out; }

.contact-section.active {
  opacity: 1;
  pointer-events: auto; }

.homepage-text {
  text-align: center;
  margin: auto;
  -webkit-backface-visibility: hidden;
  margin: auto;
  padding: 120px 15px;
  width: 70%;
  max-width: 800px;
  font-family: "SofiaProMedium", sans-serif; }
  .homepage-text h3 {
    text-transform: uppercase;
    font-size: 2em;
    padding-bottom: 30px;
    line-height: 1.4;
    letter-spacing: 4px;
    width: 100%;
    margin: auto; }
  .homepage-text span {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 20px;
    display: inline-block; }
  .homepage-text p {
    line-height: 1.5;
    padding: 0 0 15px 0;
    font-family: "SofiaProLight", sans-serif; }
  .homepage-text .link-outline {
    margin-top: 30px; }
  .homepage-text #brochure {
    max-width: 100%;
    width: 500px;
    padding: 120px 0 0;
    text-align: center;
    margin: auto; }
    @media (max-width: 767px) {
      .homepage-text #brochure {
        padding: 80px 0 0; } }
    .homepage-text #brochure legend {
      margin-bottom: 1rem;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .homepage-text #brochure input, .homepage-text #brochure textarea, .homepage-text #brochure button {
      display: block;
      font-size: inherit;
      font-weight: 200;
      border-radius: 0;
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: transparent;
      color: #36499B !important; }
    .homepage-text #brochure input, .homepage-text #brochure textarea {
      width: 100%;
      resize: none;
      border: 1px solid #36499b7d;
      margin-bottom: 1rem;
      font-family: "SofiaProLight", sans-serif;
      padding: .8rem 1rem; }
    .homepage-text #brochure button {
      margin: auto;
      width: 100%;
      text-align: left; }

::placeholder {
  color: #36499B;
  opacity: .5; }

.link-outline {
  font-family: "Caslon-BookItalic";
  font-size: 1.2em;
  letter-spacing: 2px;
  position: relative;
  padding: 15px 50px 15px 30px;
  margin-top: 50px;
  display: inline-block;
  border: 1px solid #36499B;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }

.link-outline:after {
  border: solid #36499B;
  content: " ";
  position: absolute;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  top: 21px;
  right: 26px;
  vertical-align: -3px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out; }

.link-outline:hover {
  background-color: white; }
  .link-outline:hover:after {
    transform: translate(5px, 0) rotate(-45deg);
    -ms-transform: translate(5px, 0) rotate(-45deg);
    -webkit-transform: translate(5px, 0) rotate(-45deg); }

.contact-text {
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  padding: 15px;
  width: 100%;
  font-family: "SofiaProMedium", sans-serif; }
  .contact-text h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    padding-bottom: 15px;
    line-height: 1.4;
    letter-spacing: 3px;
    width: 90%;
    margin: auto; }
  .contact-text .row {
    margin-bottom: 30px; }
  .contact-text .col1, .contact-text .col2, .contact-text .col3 {
    display: inline-block;
    padding: 15px;
    min-width: 260px; }
    .contact-text .col1 h6, .contact-text .col1 a, .contact-text .col2 h6, .contact-text .col2 a, .contact-text .col3 h6, .contact-text .col3 a {
      font-size: 1em;
      line-height: 1.5; }
    .contact-text .col1 .contact-link, .contact-text .col2 .contact-link, .contact-text .col3 .contact-link {
      font-family: "SofiaProLight", sans-serif; }
    .contact-text .col1 .link-outline, .contact-text .col2 .link-outline, .contact-text .col3 .link-outline {
      line-height: 1.25;
      margin-top: 15px; }
  .contact-text .link-outline {
    margin: 30px 0; }
  .contact-text .logo-stone {
    width: 80px;
    display: block;
    margin: auto; }
  .contact-text .contact-link {
    -webkit-transition: opacity 150ms ease-out;
    -moz-transition: opacity 150ms ease-out;
    -o-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out; }

.white-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none;
  background-color: #fff; }

.language-switch {
  text-align: right;
  font-family: "Caslon-BookItalic", serif;
  font-size: 1.1em;
  padding: 30px 30px 0 0;
  letter-spacing: 2px; }
  .language-switch a:not(.active) {
    opacity: .5;
    -webkit-transition: opacity 150ms ease-out;
    -moz-transition: opacity 150ms ease-out;
    -o-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out; }

.cd-modal p {
  color: #fff;
  margin: auto;
  text-align: center;
  font-family: "Caslon-BookItalic", serif;
  letter-spacing: 2px;
  font-size: 2em;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.menu-toggle {
  font-family: "Caslon-BookItalic", serif;
  text-align: right;
  position: fixed;
  right: 40px;
  top: 28px;
  z-index: 110;
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 2px;
  cursor: pointer; }
  .menu-toggle .toggle-text {
    -webkit-transition: opacity 150ms ease-out, color 150ms linear;
    -moz-transition: opacity 150ms ease-out, color 150ms linear;
    -o-transition: opacity 150ms ease-out, color 150ms linear; }
  .menu-toggle .hamburger {
    display: inline-block;
    margin-left: 8px;
    vertical-align: -2px;
    height: 15px;
    width: 15px; }
    .menu-toggle .hamburger span {
      display: block;
      width: 15px;
      position: relative;
      height: 1px;
      background-color: #fff;
      margin: 3px 0;
      -webkit-transition: transform 1ms ease-out 150ms, background-color 150ms linear;
      -moz-transition: transform 1ms ease-out 150ms, background-color 150ms linear;
      -o-transition: transform 1ms ease-out 150ms, background-color 150ms linear;
      transition: transform 1ms ease-out 150ms, background-color 150ms linear; }

.menu-toggle.blue {
  color: #36499B; }
  .menu-toggle.blue .hamburger span {
    background-color: #36499B; }

.menu-toggle.active {
  color: #36499B; }
  .menu-toggle.active .hamburger span {
    background-color: #36499B;
    position: relative; }
  .menu-toggle.active .hamburger span:first-child {
    transform: translate(0%, 4px) rotate(45deg);
    -ms-transform: translate(0%, 4px) rotate(45deg);
    -webkit-transform: translate(0%, 4px) rotate(45deg); }
  .menu-toggle.active .hamburger span:nth-child(2) {
    transform: translate(0%, 0px) rotate(-45deg);
    -ms-transform: translate(0%, 0px) rotate(-45deg);
    -webkit-transform: translate(0%, 0px) rotate(-45deg); }
  .menu-toggle.active .hamburger span:last-child {
    opacity: 0; }

.navigation {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  z-index: 101;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }
  .navigation ul {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 15px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    .navigation ul a {
      cursor: pointer;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
    .navigation ul #go-back {
      display: block; }
    .navigation ul .logo-menu {
      width: 60px;
      padding-bottom: 40px; }
    .navigation ul .menu-li {
      font-family: "SofiaProMedium", sans-serif;
      font-size: 2.8em;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding-bottom: 0px; }
    .navigation ul .contact-li {
      font-family: "SofiaProMedium", sans-serif;
      text-transform: uppercase;
      font-size: 1.5em;
      letter-spacing: 1px;
      padding-top: 20px;
      padding-bottom: 20px;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
    .navigation ul #brochure-link {
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .navigation ul .menu-li a {
      display: inline-block;
      line-height: 75px; }
    .navigation ul .menu-li a, .navigation ul .contact-li a {
      opacity: 1;
      -webkit-transition: opacity 150ms ease-out;
      -moz-transition: opacity 150ms ease-out;
      -o-transition: opacity 150ms ease-out;
      transition: opacity 150ms ease-out; }
    .navigation ul .menu-li a.active, .navigation ul .contact-li a.active {
      opacity: .7; }
    .navigation ul .lang-li {
      position: static;
      text-align: center;
      padding: 20px 0 0 0; }

.navigation.active {
  opacity: 1;
  pointer-events: auto; }

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  opacity: 0;
  z-index: -30;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out; }
  .swiper-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 40%); }

.swiper-container.active {
  z-index: 0;
  opacity: 1;
  pointer-events: auto; }
  .swiper-container.active .swiper-button-prev,
  .swiper-container.active .swiper-button-next {
    pointer-events: auto !important; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.swiper-button-prev {
  background-image: url("../img/arrows/prev.png");
  margin-left: 20px; }

.swiper-button-next {
  background-image: url("../img/arrows/next.png");
  margin-right: 20px; }

.swiper-button-next, .swiper-button-prev, .prev-slider, .next-slider {
  width: 35px;
  height: 60px;
  background-size: contain; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: .5;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 15px; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff; }

.slider-title {
  position: absolute;
  z-index: 100;
  top: 0;
  padding: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-family: "SofiaProMedium", sans-serif;
  letter-spacing: 2px; }

.caption {
  position: absolute;
  z-index: 100;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.4;
  font-family: "SofiaProLight", sans-serif;
  letter-spacing: 1px; }

.slider-title,
.caption,
.swiper-pagination,
.swiper-navigation {
  z-index: 10; }

.next-slider {
  position: absolute;
  display: none;
  color: #fff;
  background-image: url("../img/arrows/next.png");
  margin-right: 20px;
  right: 10px;
  left: auto;
  top: 50%;
  margin-top: -22px;
  z-index: 15;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer; }

.prev-slider {
  position: absolute;
  display: none;
  color: #fff;
  background-image: url("../img/arrows/prev.png");
  margin-left: 20px;
  left: 10px;
  right: auto;
  top: 50%;
  margin-top: -22px;
  z-index: 15;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer; }

@media (min-width: 992px) {
  #header .arrow-down:hover {
    opacity: 1; }

  .menu-toggle:hover {
    color: #fff; }
    .menu-toggle:hover .toggle-text {
      opacity: 0.7; }
    .menu-toggle:hover.blue, .menu-toggle:hover.active {
      color: #36499B; }

  .navigation .menu-li a:hover,
  .navigation .contact-li a:hover {
    opacity: .7; }

  a:hover {
    color: #36499B;
    text-decoration: none; }

  .language-switch a:not(.active):hover {
    opacity: 1; }

  .contact-text .contact-link:hover, .contact-section .contact-link:hover {
    opacity: .7; }

  .contain {
    background-color: #000; }
    .contain img {
      object-fit: contain; } }
@media (min-width: 1499px) {
  font-size: 20px; }
@media (max-width: 991px) {
  body {
    font-size: 16px; }

  #header .logo-img {
    width: 50%; }

  .homepage-text {
    width: 100%; }
    .homepage-text h3 {
      width: 80%;
      margin: auto; }
    .homepage-text p {
      width: 70%;
      margin: auto; }

  .navigation ul .menu-li, .navigation ul .contact-li {
    padding-bottom: 0; }
    .navigation ul .menu-li a, .navigation ul .contact-li a {
      line-height: 2.4; }

  .contact-text .col1, .contact-text .col2, .contact-text .col3 {
    display: block; }
    .contact-text .col1 .link-outline, .contact-text .col2 .link-outline, .contact-text .col3 .link-outline {
      margin-bottom: 0px; }
  .contact-text h3 {
    padding-top: 30px; } }
@media (max-width: 767px) {
  #header .logo-img, .preloader .logo-img {
    width: 80%; }

  .homepage-section {
    height: auto; }

  .contact-section {
    height: 100vh;
    overflow: hidden; }

  .homepage-text {
    width: 100%;
    position: static;
    padding: 50px 15px;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
    .homepage-text h3, .homepage-text p {
      width: 100%; }
    .homepage-text p {
      padding-top: 30px;
      padding-bottom: 0; }
    .homepage-text span {
      padding: 5px;
      display: block; }
    .homepage-text h3 {
      font-size: 1.5em; }
    .homepage-text a {
      margin-top: 30px; }

  .contact-section.active {
    height: auto;
    overflow: auto; }
    .contact-section.active img {
      height: 100%; }

  .contact-text {
    width: 100%;
    position: static;
    padding: 60px 15px 45px 15px;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
    .contact-text h3 {
      font-size: 1.5em;
      width: 100%; }
    .contact-text .col1, .contact-text .col2, .contact-text .col3 {
      display: block;
      padding: 15px 0; }

  .menu-toggle {
    right: 15px;
    top: 15px; }

  .slider-title {
    top: 50px;
    width: 100%;
    padding: 0 15px; }

  .caption {
    top: 80px;
    width: 100%;
    padding: 0 15px; }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 15px 8px; }

  .swiper-button-next, .swiper-button-prev, .prev-slider, .next-slider {
    width: 20px;
    bottom: 3px;
    top: auto; }

  .swiper-button-prev, .prev-slider {
    margin-left: 0; }

  .swiper-button-next, .next-slider {
    margin-right: 0; }

  .navigation ul .menu-li, .navigation ul .contact-li {
    font-size: 1.3em;
    padding-top: 0; }

  .cd-modal p {
    width: 100%;
    padding: 0 15px; } }

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