@font-face {

  font-family: Cormorant;

  src: url("../fonts/Cormorant.ttf"); 

}



@font-face {

  font-family: Futura-Lt;

  src: url("../fonts/Futura-Lt.ttf"); 

}



@font-face {

  font-family: Futura-Bold;

  src: url("../fonts/Futura-Bold.otf"); 

}



body {

  overflow: hidden;

}

html.admin-site,
body.admin-site {
  overflow: auto;
}

i {
  font-style: italic;
}

.text-center {
  text-align: center;
}


.for-mobile {

  display: none;

}



html {

  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */

}



body {

  font-family: Cormorant;

}



a {

  transition: color 0.3s ease;
  color: #1a1a1a;

}



.ui-loader {

  display: none;

}



body section.cover {

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  height: 100vh;

  width: 100%;

  position: relative;

}



.btn-simple {

  font-size: 15px;

  letter-spacing: 5px;

  text-transform: uppercase;

  border: 1px solid #fff;

  padding: 11px 48px;

  color: #fff;

  text-decoration: none;

  width: 240px;

  display: inline-block;

  text-align: center;

  transition: background-color 0.3s ease;

}

.current-page {
  font-size: 16px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: right;
}

.current-page.black {
  color: #1a1a1a;
}


.btn-simple.black {

  color: #1a1a1a;

  border-color: #1a1a1a;
}



.btn-squares {

  font-size: 15px;

  letter-spacing: 5px;

  text-transform: uppercase;

  border: 1px solid #fff;

  padding: 11px 36px;

  color: #fff;

  text-decoration: none;

  position: relative;

  width: 240px;

  display: inline-block;

  text-align: center;

  transition: background-color 0.3s ease;

}

input.btn-squares {
  text-transform: none;
}



.btn-squares.black {

  color: #1a1a1a;

  border-color: #1a1a1a;

}



.btn-simple:hover,

.btn-squares:hover {

  background-color: rgba(255, 255, 255, 0.2);

}



span.btn-simple:hover {

  background-color: transparent;

}



.form-login {

  position: relative;

  width: 240px;

}



.btn-squares::after,

.form-login::after {

  content: '';

  display: block;

  width: 12px;

  height: 19px;

  border: 1px solid #fff;

  position: absolute;

  bottom: -1px;

}



.form-login::after {

  bottom: 0;

}



.btn-squares::before,

.form-login::before {

  content: '';

  display: block;

  width: 12px;

  height: 19px;

  border: 1px solid #fff;

  position: absolute;

  top: -1px;

}



.form-login::before {

  top: 0;

}



.btn-squares.black::after,

.btn-squares.black::before {

  border-color: #1a1a1a;

}



.btn-squares-right::after,

.btn-squares-right::before {

  right: -14px;

}



.btn-squares-left::after,

.btn-squares-left::before {

  left: -14px;

}



.form-login.btn-squares-right::after,

.form-login.btn-squares-right::before {

  right: -13px;

  border-color: #1a1a1a;

}



#home {

  background-image:url(../img/home/home.jpg);

}



.overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.4);

}



.logo-home {

  width: auto;

  height: 38%;

  position: absolute;

  top: 24vh;

  left: 43%;

  z-index: 10;

}

.logo-home.with-error {
  top: 10vh;
}



.home-buttons {

  width: 255px;

  text-align: left;

  margin-left: calc(50% - 127px);

  margin-top: 50px;

  z-index: 10;

  color: #1a1a1a;

}



.home-buttons .btn-simple {

  margin-top: 20px;

}



.main-navigation {

  position: absolute;

  width: 100vw;

  height: 100vh;
  list-style: none;
}



.logo-menu {

  width: 200px;

}



.main-navigation .top-left {

  position: absolute;

  top: 84px;

  left: 66px;
  z-index: 15000;

}



.main-navigation ul,

.main-navigation ul li {

  list-style: none;

  padding: 0;

  margin: 0;

}



.main-navigation .top-right {

  position: absolute;

  top: 86px;
  right: 125px;
  text-align: right;
  z-index: 15000;

}



.main-navigation .bottom-left {

  position: absolute;

  bottom: 65px;

  left: 65px;
  z-index: 15000;

}


.main-navigation .bottom-left-2 {

  position: absolute;

  bottom: 140px;

  left: 65px;
  z-index: 15000;

}


.main-navigation .bottom-right {

  position: absolute;

  bottom: 65px;

  right: 65px;
  z-index: 15000;

}



#intro,

#apartments,

#credits {

  height: 100vh;

  background-color: #c8c8c8;

}



.intro-content {

  position: absolute;

  top: 22.2%;

  height: 48.1vh;

  width: 54%;

  left: 24%;

  font-family: Futura-Lt;

  font-size: 16px;

  line-height: 28px;

  overflow: hidden;

  z-index: 15;

}



.intro-content-inner {

  width: 100%;

  height: 100%;

  overflow-y: scroll;

  box-sizing: content-box;

  padding-right: 18px;

  text-align: left;

}



.text-grey {

  color: #c9c9c9;

}



.intro-content p {

  margin-bottom: 35px;

}




.intro-menu {

  list-style: none;

  padding: 0;

  margin: 0;

  font-family: Futura-Bold;

  text-transform: uppercase;

  text-align: center;

  font-size: 30px;

  letter-spacing: 2px;

  position: absolute;

  bottom: 7.7%;

  width: 54%;

  left: 24%;

  z-index: 11;

}



.intro-menu a {

  text-decoration: none;

  color: #000;



}



.intro-menu a.current,

.intro-menu a:hover {

  color: #808080;

}



.intro-part {

  min-height: 100%;

}



#video,

#artisans {

  height: 100vh;

  background-color: #1a1a1a;

}



.cover-image {

  background-size: cover;

  background-repeat: no-repeat;
  /* START added by fred to better frame video cover image */
  background-position: center;
  /* END added by fred to better frame video cover image */

}



.video-title {

  position: absolute;

  width: 100%;

  text-align: center;

  text-transform: uppercase;

  bottom: 25%;

  z-index: 11;

  font-family: Futura-Bold;

  font-size: 3.2rem;

  letter-spacing: 2px;

  color: #c8c8c8;

}


.video-play-container {
  display: inline-block;
  background: rgba(255,255,255,0.5);
  width: 120px;

  position: absolute;

  z-index: 11;

  left: calc(50% - 60px);

  top: calc(50% - 25px);
  transition: background 0.3s ease;

}

.video-play-container:hover {
  background: rgba(255,255,255,0.6);
}

.video-play-container.no-bg {
  background: 0 none !important;
}

.video-play {
  width: 100%;
}

.section-nav {

  list-style: none;

  padding: 0;

  margin: 0;

  text-align: center;

  position: absolute;

  top: 7.4%;

  width: 54%;

  left: 23%;

  z-index: 11;

}



.section-nav li {

  cursor: pointer;

  display: inline-block;

  width: 41px;

  height: 61px;

  background-repeat: no-repeat;
  background-size: 31px 47px;
  background-position: center;
  border: 1px solid transparent;
  margin: 0 6%;
  transition: border 0.3s ease;
}


.section-nav li.icon-layout {
  background-image: url(../img/svg/icons-white/layouts.svg);
}

.section-nav li.icon-img {
  background-image: url(../img/svg/icons-white/photos.svg);
}

.section-nav li.icon-info {
  background-image: url(../img/svg/icons-white/info.svg);
}

.section-nav li.icon-video {
  background-image: url(../img/svg/icons-white/video.svg);
}

.section-nav li.icon-finishes {
  background-image: url(../img/svg/icons-white/finishes.svg);
}


.section-nav.black li.icon-layout {
  background-image: url(../img/svg/icons-black/layouts.svg);
}

.section-nav.black li.icon-img {
  background-image: url(../img/svg/icons-black/photos.svg);
}

.section-nav.black li.icon-info {
  background-image: url(../img/svg/icons-black/info.svg);
}

.section-nav.black li.icon-video {
  background-image: url(../img/svg/icons-black/video.svg);
}

.section-nav.black li.icon-finishes {
  background-image: url(../img/svg/icons-black/finishes.svg);
}

.section-nav li.current,
.section-nav li:hover {
  border: 1px solid rgba(255,255,255,.75);
}

.section-nav.black li.current,
.section-nav.black li:hover {
  border: 1px solid rgba(10, 10, 10, .5);
}

.section-target {
  display: none;
}



.section-target.current {

  display: block;

}



.artisans-content {

  position: absolute;

  top: 27.7%;

  height: auto;

  width: 80%;

  left: 10%;

  font-family: Futura-Lt;

  overflow: hidden;

  text-align: center;

  z-index: 15;

}



.logo-artisans {

  width: 135px;

}



.list-artisans {

  list-style: none;

  margin-top: 7%;

}



.list-artisans a {

  text-transform: uppercase;

  font-family: Futura-Bold;

  font-size: 3.2rem;

  text-decoration: none;

  color: white;

}



.list-artisans a.not-hover {

  color: #808080;

}



.list-artisans li.current a {

  color: #808080;

}



#background-artisan {

  z-index: 1;

  position: absolute;

  max-height: 100vh;

  max-width: 100vw;

  opacity: 0;

  transition: opacity 0.3s ease;

  width: auto;

  height: auto,;

}



.artisans-menu {

  list-style: none;

  padding: 0;

  margin: 0;

  font-family: Futura-Bold;

  text-transform: uppercase;

  text-align: center;

  font-size: 28px;

  letter-spacing: 2px;

  position: absolute;

  bottom: 3%;

  width: 53%;

  left: 24%;

  z-index: 11;

}



.artisans-menu a {

  text-decoration: none;

  color: #808080;

}



.artisans-menu a.current,

.artisans-menu a:hover {

  color: #ffffff;

}



.slider-nav {

  list-style: none;

  position: absolute;

  top: calc(50% - 25px);

  width: 100vw;

  z-index:10;

  height: 50px;

}



.slider-nav-prev {

  display: block;

  width: 15px;

  height: 50px;

  background: url(../img/svg/arrow-left-white.svg);
  background-size: 15px 50px;

  background-repeat: no-repeat;

  cursor: pointer;

  left: 3.8%;

  position: absolute;

}



.slider-nav-next {

  display: block;

  width: 15px;

  height: 50px;

  background: url(../img/svg/arrow-right-white.svg);
  background-size: 15px 50px;

  background-repeat: no-repeat;

  cursor: pointer;

  right: 3.8%;

  position: absolute;

}



.slider-nav.black .slider-nav-prev {

  background: url(../img/svg/arrow-left-black.svg);

  background-repeat: no-repeat;
  background-size: 15px 50px;

}



.slider-nav.black .slider-nav-next {

  background: url(../img/svg/arrow-right-black.svg);

  background-repeat: no-repeat;
  background-size: 15px 50px;

}





.slider-images {

  list-style: none;

}



.slider-images .slider-item {

  position: absolute;

}



.slider-images .slider-item:not(.current) {

  display: none;

}



.video-box {

  width: 50vw;

  position: absolute;

  top: 22%;

  left: 25%;

  height: 57vh;

  background-size: cover;

}


input {

  background: transparent;

}



.error-login {

  text-align: center;

  text-transform: uppercase;

  margin-bottom: 10px;

}


.apt-name {

  font-family: Futura-Bold;

  text-transform: uppercase;

  text-align: center;

  font-size: 60px;

  letter-spacing: 2px;

  position: absolute;

  bottom: 6%;

  width: 53%;

  left: 24%;

  z-index: 11;

  color: #1a1a1a;

}


.apt-name.switch {
  font-size: 30px;
  bottom: 67px;
  /*bottom: 7%;*/
}

.apt-name.switch a {
  text-decoration: none;
}


.apt-plan {

  width: 80%;

  position: absolute;

  top: 20%;

  height: 60vh;

  left: 10%;

  display: flex;

  align-items: center;
  z-index: 100;

}



.apt-plan-img {

  margin-right: 8vw;
  height: 100%;
  width: auto;
  max-width: 40vw;
}

.apt-plan-img img {
  max-height: 100%;
}

.apt-plan-img .enlarge_flyout img {
  max-height: none;
}


.apt-plan-text {

  line-height: 28px;

  font-size: 16px;

  flex: 1;
  position: relative;
  z-index: 10;
  max-height: 100%;
  overflow-y: auto;
  font-family: Futura-Lt;
}

@media all and (-ms-high-contrast:none) {
  .apt-plan { display: table; }
  .apt-plan-img { display: table-cell; max-width: 41vw; vertical-align: middle; }
  .apt-plan-text { display: table-cell; padding-left: 8vw; vertical-align: middle; }
}


.home-apartments,

.section-mobile-apartments-inner {

  background-image: url(../img/apartment/apartments.jpg);

  background-repeat: no-repeat;

  background-size: auto 100%;

  background-position: 30vw 0;

}



.intro-apartments {

  text-transform: uppercase;

  letter-spacing: 3px;

  position: absolute;

  width: 7%;

  top: 43%;

  left: 15%;

  text-align: center;

  line-height: 26px;

  font-size: 14px;

}



#credits .intro-content {
  top: 12%;
  height: 85vh;
  width: 60%;
  left: 20%;
}



.logo-credits {

  width: 12vw;

  margin: 0 auto;

  display: block;

}



.credits-text {

  border-top: 1px solid #1a1a1a;

  margin-top: 5vw;

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  padding: 5vw 8% 0 8%;

}

.credits-text.no-border {
  border: 0 none;
}



.credits-column {

  flex: 0 33.3%;

  padding: 0 1%;

}

.link-underline {
  text-decoration: underline !important;
}



.credits-item h3 {

  font-family: Cormorant;

  text-transform: uppercase;

  letter-spacing: 4px;

  font-size: 14px;
  line-height: 13px;
}

.gdpr .credits-item h3 {
  margin-bottom: 15px;
  margin-top: 30px;
}



.credits-item p {

  font-size: 14px;

}

.intro-content .credits-item p {
  margin-bottom: 20px;
}


.arrow-scroll {

  position: absolute;

  top: 40%;

  right: 18%;

  cursor: pointer;

  z-index: 50;

  opacity: 0.5;
  width: 13px;
  height: 41px;

}



.arrow-scroll-bottom {

  top: calc(40% + 41px);

}



.icon-menu-open {
    width: 34px;

    height: 19px;

    position: fixed;

    z-index: 20001;

    right: 70px;

    top: 85px;
    cursor: pointer;
  }

  .icon-menu-open span {
      border: none;
      height: 2px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all .35s ease;
      cursor: pointer;
      background: #1a1a1a;
  }

  .icon-menu-open.white span {
    background: #fff;
  }

  .icon-menu-open.active span {
    background: #fff;
  }

  .icon-menu-open.active .top {
    transform: translateY(8px) translateX(0) rotate(45deg);
  }

  .icon-menu-open.active .middle {
    opacity: 0;
  }

  .icon-menu-open.active .bottom {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
  }


  .icon-menu-open .middle {
    top: 8px;
  }

  .icon-menu-open .bottom {
    top: 16px;
  }

  .icon-menu-apts.active {
    position: absolute;
    z-index: 110;
  }

  .icon-menu-apts.active span {
    background: #1a1a1a;
  }


  .icon-menu-close {

    width: 34px;

    height: auto;

    position: absolute;

    z-index: 110;

    right: 70px;

    top: 76px;

    cursor: pointer;

  }



  .pane-menu, .pane-menu-apts {

    position: fixed;

    top: 0;

    left: 100%;

    height: 100vh;

    width: 100%;

    background: #1a1a1a;

    z-index: 20000;

    display: table;

  }

  .pane-menu-apts {
    z-index: 20010;
    background: #c8c8c8;
  }



  .pane-menu .icon-menu {

    position: absolute;

  }



  .pane-menu-container {

    display: table-cell;

    height: 100%;

    vertical-align: middle;

    text-align: center;

  }



  .pane-menu-container .menu {

    padding: 0;

    margin: 0;

    text-transform: uppercase;

    font-size: 30px;

    list-style: none;

    letter-spacing: 2px;

  }



  .pane-menu-container .menu li {

    margin: 2.5% 0;

  }

  .pane-menu-apts .menu li {
    margin: 3vh 0;
  }


  .pane-menu-container .menu li:last-child {
    margin-top: 6%;
  }

  .pane-menu-apts .menu li:last-child {
    margin-top: 5vh;
  }



  .pane-menu-container .menu li a {

    text-transform: uppercase;

    font-family: Futura-Bold;

    text-decoration: none;

    color: white;
    transition: opacity 0.3s ease;
  }

    .pane-menu-container .menu li .small {
      font-size: 20px;
    }

  .pane-menu-apts .menu li a {
    color: #1a1a1a;
  }

  .pane-menu-container .menu li.title {
    text-transform: uppercase;
    font-family: Futura-Bold;
    color: white;
    font-size: 34px;
  }

  .pane-menu-container .menu li a:hover {
    opacity: 0.6;

  }

  .pane-menu-apts .link-on-off .on {
    text-decoration: line-through;
  }

  .link-on-off .off {
    position: absolute;
    left: -9999px;
    font-family: Futura-Lt;
  }

  .link-on-off:hover .on {
    position: absolute;
    right: -9999px;
  }

  .link-on-off:hover .off {
    position: inherit;
    left: auto;
  }

  .credits-quote {

    font-family: Futura-Lt;

    font-size: 12px;

    margin-left: 15%;

    padding-right: 26%;

    padding-top: 30px;

    margin-bottom: 15px;

    line-height: 16px;

  }



  .credits-quote + .credits-quote {

    padding-top: 10px;

  }



  .title-sticky {

    color: #000;

    font-family: Futura-Bold;

    text-transform: uppercase;

    text-align: center;

    font-size: 20px;

    letter-spacing: 2px;

    margin-bottom: 20px;

  }



  .title-sticky.current {

    color: #808080;

  }

  .finishes-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #1a1a1a;
  }

  .finishes-item h3 {
    text-transform: uppercase;
  }

  .finishes-item h3, .finishes-item p {
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
  }

  .apartment-header {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #1a1a1a;
  }

  .apartment-header h2 {
    font-family: Futura-Bold;
    font-size: 30px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 10px 0;
  }

  .apartment-header h3 {
    text-transform: uppercase;
  }

  .finishes-title {
    font-family: Futura-Bold;
    font-size: 30px;
    text-transform: uppercase;
    color: #1a1a1a;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 18%;
    z-index: 0;
  }

  .chocolat-top, .chocolat-bottom, .chocolat-left, .chocolat-right {
    display: none;
  }

  .chocolat-overlay {
    background: transparent;
  }

  .image-apt-desc {
    width: 30%;
    left: 35%;
    bottom: 19%;
    z-index: 500;
    background: #c8c8c8;
    color: #1a1a1a;
    font-size: 14px;
    font-family: Futura-Lt;
    position: absolute;
    padding: 5px;
    text-align: center;
  }

  /* Fred */
  @media screen and (max-height: 600px) {
    .list-artisans {

      list-style: none;

      margin-top: 3%;

    }
    .list-artisans a {

      font-size: 2.5rem;
    }
}

.form-item {
  margin-bottom: 20px;
}

.form-item input:not([type=checkbox]),
.form-item textarea {
  border: 0 none;
  box-shadow: none;
  width: 100%;
  border-bottom: 1px solid #1a1a1a;
  padding: 8px 0;
  background: transparent;
  text-transform: uppercase;
}

.form-item label {
  font-size: 12px;
  position: relative;
  top: -2px;
}

.contact-page input[type=submit] {
  border: 0 none;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2px;
  font-size: 14px;
  text-align: right;
}

.credits-text.contact-page {
  padding-left: 0;
  padding-right: 0;
}

.contact-page .credits-column {
  flex: 0 42%;
  padding: 0;
}

.contact-page .credits-column:first-child {
  padding-right: 10%;
}

.contact-page .credits-column:first-child p {
  margin-bottom: 15px;
}

.contact-page .credits-column h2 {
  text-transform: uppercase;
  font-family: Futura-Bold;
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 2px;
}

.credits-text.contact-page p a {
  text-decoration: none;
  color: inherit;
}

.align-right {
  text-align: right;
}

.login-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 19000;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}

.login-container.opened {
  display: block;
}

.login-container.opened.hidden {
  display: none;
}

.login-container.opened + .main-container,
.blur {
  filter: blur(5px);
}

.login-modal {
  border: 1px solid #1a1a1a;
  width: 36%;
  height: 36%;
  min-height: 280px;
  position: absolute;
  left: 32%;
  top: 32%;
  background: #c8c8c8;
  text-align: center;
  color: #1a1a1a;
  padding: 50px 80px;
}

.login-modal h2 {
  letter-spacing: 2px;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid #1a1a1a;
  font-family: Futura-Bold;
  font-size: 24px;
}

.login-modal p:not(.error-login) {
  font-family: Futura-Lt;
  font-size: 16px;
  margin: 20px 0;
}

.login-modal #switch-apartment {
  font-family: Cormorant;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 14px;
}

.login-modal #switch-apartment::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  height: 25px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  width: 10px;
  position: relative;
  top: 8px;
}

.login-modal .icon-menu-open {
  right: 12px;
  top: 20px;
}

@media screen and (max-height: 700px) {
  #credits .intro-content {
    top: 22.2%;

    height: 52vh;

    width: 54%;

    left: 24%;
  }

  #credits.contact-content .intro-content {
    height: 72vh;
  }
}

.bot {
  display: none;
}