/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  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;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1500px;
  }
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/*
font-family: 'Montserrat', sans-serif;
font-weight: 200;
font-weight: 300;
font-weight: 500;
*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  text-align: center;
  background-color: #000000;
}

a {
  text-decoration: none;
}

.bg-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.content-full {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.content-large {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .content-large {
    margin-left: 8.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

.content-narrow {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .content-narrow {
    margin-left: 8.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .content-narrow {
    margin-left: 16.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .content-narrow {
    margin-left: 25%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.content-small {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
@media (min-width: 768px) {
  .content-small {
    margin-left: 16.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .content-small {
    margin-left: 29.1666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

.icon {
  display: none;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 20;
  width: 68px;
  height: 60px;
}
.icon img {
  width: 68px;
  height: 60px;
}

.main {
  position: relative;
  width: 100%;
  height: 70%;
}
@media (min-width: 768px) {
  .main {
    height: 80%;
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .main {
    height: 100%;
    min-height: 600px;
  }
}
.main .container,
.main .row,
.main .main-content {
  height: 100%;
}
.main .main-content {
  position: relative;
  width: 100%;
  padding: 0 15px;
}

.bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.dark-fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #000000;
  z-index: 11;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}

@-webkit-keyframes bg-img {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bg-img {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bg-image--1 {
  z-index: 10;
}
.bg-image--1 .bg-img {
  display: block;
}

.bg-image--2 {
  z-index: 9;
}

.bg-image--3 {
  z-index: 8;
}

.bg-image--4 {
  background-color: #000000;
  z-index: 7;
}
.bg-image--4 .container {
  position: relative;
}

.bg-image--5 {
  z-index: 6;
}
@media (min-width: 768px) {
  .bg-image--5 {
    min-height: 600px;
  }
}
.bg-image--5 .bg-img {
  -webkit-animation: none;
          animation: none;
}

.main-title {
  width: 100%;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 7vw;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  z-index: 11;
}
@media (min-width: 768px) {
  .main-title {
    font-size: 4vw;
  }
}
@media (min-width: 1700px) {
  .main-title {
    font-size: 3vw;
  }
}

.sub-title {
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  z-index: 11;
  margin-top: 50px;
  color: #FFFFFF;
  line-height: normal;
}
@media (min-width: 768px) {
  .sub-title {
    font-size: 18px;
  }
  .sub-title br {
    display: block;
  }
}
@media (min-width: 992px) {
  .sub-title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .sub-title {
    font-size: 30px;
  }
}
@media (min-width: 1700px) {
  .sub-title {
    font-size: 36px;
  }
}

.down {
  width: 28px;
  height: 49px;
  background-image: url("../../img/arrow-new.svg");
  background-size: cover;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -14px;
  z-index: 100;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

.illustration {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: auto;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  z-index: 12;
  -webkit-transition: opacity 5s, -webkit-transform 5s;
  transition: opacity 5s, -webkit-transform 5s;
  transition: opacity 5s, transform 5s;
  transition: opacity 5s, transform 5s, -webkit-transform 5s;
}
.illustration.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 13;
}
svg path {
  fill: #FFFFFF;
}

.svg-path {
  fill: none;
  stroke: #FFFFFF;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8px;
}

.slide-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.slide-inner-content {
  width: 83.3334%;
  margin-left: 8.3334%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .slide-inner-content {
    width: 83.3334%;
    margin-left: 8.3334%;
  }
}
@media (min-width: 1700px) {
  .slide-inner-content {
    width: 83.3334%;
    margin-left: 8.3334%;
  }
}
.slide-inner-content img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .slide-inner-content img {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .slide-inner-content img {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .slide-inner-content img {
    width: 400px;
  }
}
@media (min-width: 1700px) {
  .slide-inner-content img {
    width: 450px;
  }
}
.slide-inner-content h2 {
  margin-top: 40px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  letter-spacing: 0.1;
}
.slide-inner-content h2 br {
  display: none;
}
@media (min-width: 768px) {
  .slide-inner-content h2 {
    margin-top: 60px;
    font-size: 18px;
  }
  .slide-inner-content h2 br {
    display: block;
  }
}
@media (min-width: 992px) {
  .slide-inner-content h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .slide-inner-content h2 {
    margin-top: 80px;
    font-size: 30px;
  }
}
@media (min-width: 1700px) {
  .slide-inner-content h2 {
    margin-top: 100px;
    font-size: 36px;
  }
}
.slide-inner-content p {
  margin-top: 40px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  letter-spacing: 0.1;
}
@media (min-width: 768px) {
  .slide-inner-content p {
    margin-top: 40px;
    font-size: 14px;
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.footer {
  width: 100%;
  padding: 40px 0 40px;
}
@media (min-width: 768px) {
  .footer {
    padding: 80px 0;
  }
}
@media (min-width: 1700px) {
  .footer {
    padding: 120px 0;
  }
}

.contact-text {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .contact-text {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .contact-text {
    margin-bottom: 50px;
  }
}

.footer-content {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .footer-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer-content {
    width: 100%;
    padding: 0 15px;
  }
}
.footer-content .contacts {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 768px) {
  .footer-content .contact-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.footer-item {
  display: block;
  margin-top: 40px;
  text-align: left;
}
@media (min-width: 768px) {
  .footer-item {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .footer-item:first-of-type {
    margin-right: 60px;
  }
}
@media (min-width: 992px) {
  .footer-item:first-of-type {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .footer-item:first-of-type {
    margin-right: 100px;
  }
}
.footer-item img {
  display: block;
  width: auto;
  height: 60px;
}
@media (min-width: 992px) {
  .footer-item img {
    height: 90px;
  }
}
.footer-item .astrea {
  width: 147px;
  height: 96px;
}
@media (min-width: 768px) {
  .footer-item .astrea {
    margin: 0 0;
  }
}
.footer-item .buckley {
  width: 110px;
  height: 84px;
}
@media (min-width: 768px) {
  .footer-item .buckley {
    margin: 0px 0;
  }
}
@media (min-width: 992px) {
  .footer-item .buckley {
    width: 110px;
    height: 84px;
  }
}
.footer-item h3,
.footer-item p,
.footer-item a {
  display: block;
  color: #FFFFFF;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .footer-item h3,
.footer-item p,
.footer-item a {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .footer-item h3,
.footer-item p,
.footer-item a {
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  .footer-item h3,
.footer-item p,
.footer-item a {
    font-size: 18px;
  }
}
.footer-item p,
.footer-item a {
  font-weight: 200;
}
.footer-item h3 {
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .footer-item h3 {
    margin-top: 30px;
  }
}

.developed {
  margin-top: 0px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .developed .developed-wrapper:first-of-type {
    margin-right: 100px;
  }
}
@media (min-width: 768px) {
  .developed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .developed {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.developed .contact-text {
  text-align: left;
}
.developed .contact-text.architect {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .developed .contact-text.architect {
    margin-top: 0px;
  }
}