/* Fonts */
@font-face {
  font-family: 'sf_pro_displaybold';
  src: url('../fonts/sf-pro-display-bold-webfont.woff2') format('woff2'),
    url('../fonts/sf-pro-display-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sf_pro_displayregular';
  src: url('../fonts/sf-pro-display-regular-webfont.woff2') format('woff2'),
    url('../fonts/sf-pro-display-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sf_pro_displaysemibold';
  src: url('../fonts/sf-pro-display-semibold-webfont.woff2') format('woff2'),
    url('../fonts/sf-pro-display-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, p, a, td, tr {
  font-family: 'sf_pro_displayregular', Helvetica, Sans-Serif;
}

p, td, th, a, li, h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.03em;
}

.five-norwich-street {
  font-family: 'sf_pro_displaysemibold', Helvetica, Sans-Serif;
}

/* Foundation Override */
.accordion {
  background-color: #000;
  border: 0;
}

.accordion-title {
  transition: border 0.2s;
  q border: 0;
  color: #FFF;
  padding: 0;
  border: 1px solid transparent;
}

.accordion-title:hover {
  transition: border 0.2s;
  background-color: #000;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

.accordion-title:active {
  transition: border 0.2s;
  background-color: #000;
  color: #FFF;
}

.accordion-title:focus {
  transition: border 0.2s;
  background-color: #000;
  color: #FFF;
}

.active-accordion-title {
  transition: border 0.2s;
  background-color: #000;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

.accordion-title:hover {
  background-color: #000;
  color: #FFF;
}

.accordion-title::before {
  content: '';
}

:last-child:not(.is-active)>.accordion-title, :last-child>.accordion-content:last-child {
  border-bottom: 1px solid transparent;
}

:last-child:not(.is-active)>.accordion-title:hover {
  border-bottom: 1px solid #FFF;
}

.is-active>.accordion-title::before {
  content: '';
}

.accordion-content {
  background-color: #000;
  border: 0;
  padding: 0;
  padding-bottom: 50px;
}

.parentHeight {
  height: 100%;
}

/* Main Styles */
body, html {
  background-color: #000;
  color: #FFF;
  overflow-x: hidden;
  height: 100vh;
}

.home-overlay {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
}

.home-background {
  transition: all 0.2s;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
}

.floorplan-header, .vision-header {
  z-index: 3;
  position: relative;
  background-color: transparent;
}

.vision-header {
  z-index: 3;
  position: fixed;
  background-color: transparent;
}

.no-padding {
  padding-top: 0;
}

header {
  transition: all 0.2s;
  padding: 30px 0 10px 0;
  padding-top: 30px;
  position: inherit;
  width: 100%;
  z-index: 99;
  font-family: 'sf_pro_displayregular', Helvetica, Sans-Serif;
  background-color: transparent;
}

@media screen and (max-width: 640px) {
  .header-home {
    padding: 30px 0 30px 0;
    padding-top: 30px;
  }
}

@media screen and (min-width: 641px) {
  .header-home {
    padding: 0;
  }
}

.header-home {
  transition: all 0.2s;
  position: inherit;
  width: 100%;
  z-index: 99;
  font-family: 'sf_pro_displayregular', Helvetica, Sans-Serif;
  background-color: transparent;
}

.header-background {
  transition: all 0.2s;
  background-color: #000;
}

.not-fixed {
  padding-bottom: 0;
  position: inherit;
  background-color: transparent;
}

/* Mobile Styles */
.mobile-nav-container {
  position: relative;
}

.mobile-nav {
  position: absolute;
  right: 20px;
}

.logo {
  padding-left: 10px;
}

.logo img {
  width: 220px;
  height: auto;
}

.mobile-icon, .close-menu {
  height: 20px;
  width: 20px;
}

.mobile-icon {
  transition: all 0.2s;
  transform: rotate(0deg);
}

.mobile-icon:hover {
  transition: all 0.4s;
  transform: rotate(90deg);
}

.mobile-nav-container-open {
  padding-bottom: 30px;
}

.mobile-navigation {
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
  background-color: #000;
  padding-top: 30px;
  padding-left: 20px;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: 3;
}

.is-open {
  transition: all 0.2s;
  visibility: visible;
  opacity: 1;
}

.main-nav-a {
  font-size: 2.4rem;
  margin-bottom: 0;
}

.mobile-navigation hr {
  margin-top: 0;
}

.mobile-nav-main {
  padding-left: 10px;
}

.mobile-ul, .footer-nav {
  list-style: none;
  margin-left: 0;
}

.mobile-ul li a, .footer-nav li a {
  color: #FFF;
  font-size: 1.8rem;
}

.footer-nav {
  padding-top: 30px;
}

.footer-nav li a {
  font-size: 2.4rem;
  margin-bottom: 0;
}

/* End of Mobile */
/* General Styles */
@media screen and (max-width: 640px) {
  .text-block {
    padding-top: 50px;
    padding: 50px 20px 50px 20px;
  }

  .download-container {
    text-align: center;
  }

  .floor-details {
    padding-top: 30px;
  }

  .popup-image {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .map-text-block {
    padding: 50px 20px 0px 20px;
  }

  .icon-block {
    padding: 20px 20px 50px 20px;
  }

  .image-block {
    height: calc(100vh - 400px);
  }

  .block-title {
    margin-left: 5px;
  }

  .text-container {
    min-height: 300px;
  }

  .architects-block {
    padding: 50px 30px 50px 30px;
  }

  .architect-title {
    margin-left: 0px;
  }

  .floorplan-container {
    height: 50vh;
  }

  .header-spacing {
    padding-bottom: 50px;
  }

  .download-page-container {
    bottom: 2%;
  }

  .spec-main {
    margin-top: 30px;
  }

  .homepage-text {
    font-size: 1.4rem;
  }


  .absolute-block {
    display: block;
  }
  .map-block {
    height: calc(100vh - 200px);
  }
}

@media screen and (min-width: 641px) and (max-height: 500px) {
  .homepage-text {
    font-size: 2rem;
  }

  .text-p {
    padding-left: 20px;
  }

  .block-title {
    margin-left: 30px;
  }

  .text-block {
    padding-top: 50px;

  }

  .image-block {
    min-height: 100vh;
  }

  .architect-title {
    margin-left: 30px;
  }

  .floorplan-container {
    height: 50vh;
  }

  .header-spacing {
    padding-bottom: 100px;
  }
  .slick-slider {
    height: 50vh;
  }
  .locations {
    height: 50vh;

  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .homepage-text {
    font-size: 1.8rem;
  }

  .spec-main {
    margin-top: 88px;
  }

  .text-p {
    padding-left: 20px;
  }

  .lifestyle-title {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }

  .block-title {
    margin-left: 30px;
  }

  .text-block {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .image-block {
    height: 50vh;
  }

  .icon-block {
    padding-top: 0;
    padding-left: 25px;
  }

  .text-container {
    min-height: 400px;
  }

  .architects-block {
    padding: 80px 30px 50px 30px;
  }

  .architect-background {
    width: 30vw;
  }

  .floorplan-container {
    height: 50vh;
  }

  .header-spacing {
    padding-bottom: 100px;
  }

  .spec-header h2 {
    padding-bottom: 30px;
  }

  .download-page-container {
    bottom: 5%;
  }



  .lifestyle-container {
    padding: 0 25px;
  }
  .locations {
    height: 50vh;
  }
  .slick-slider {
    height: 50vh;
  }
  .download-container {
    text-align: center;
  }
  .fit-content {
    min-height: 0;
    height: fit-content !important;
  }
}

@media screen and (min-width: 641px) {
  .map-header {
    padding: 0;
  }
  .absolute-block {
    position: static;
  }
  .map-block {
    height: 50vh;
  }
  .fit-content {
    height: fit-content !important;
  }

  .copyright-text {
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-size: 0.6em;
  }

}
.copyright-text {
  font-family: 'sf_pro_displayregular', Helvetica, Sans-Serif;
}

@media screen and (min-width: 990px) {
  .copyright-text {
    position: absolute;
    bottom: 30px;
    left: 25px;
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1025px) {
  .locations {
    height: calc(100vh - 544px);
  }
  .lifestyle-container {
    padding: 0 25px;
  }

  .homepage-text {
    font-size: 2.6rem;
  }

  .text-p {
    padding-left: 0;
  }

  .block-title {
    margin-left: 0.9375rem;
  }

  .text-block {
    padding-top: 80px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .icon-block {
    padding: 40px 0 0 30px;
    position: relative;
  }

  .map-text-block {
    padding-top: 40px;
    padding-left: 30px;
  }

  .image-block {
    height: calc(100vh - 400px);
  }

  .text-container {
    min-height: 400px;
  }

  .architects-block {
    padding: 20px 80px 30px 80px;
  }

  .architect-background {
    width: 40vw;
  }

  .header-spacing {
    padding-bottom: 170px;
  }

  .download-page-container {
    bottom: 5%;
  }


  .spec-main {
    margin-top: 105px;
  }
  .slider-text {
    padding-top: 100px;
  }
  .gallery-slider {
    height: calc(100vh - 480px);
  }
  .download-container {
    text-align: center;
  }
  .map-block {
    height: calc(100vh);
  }
  .absolute-block {
    z-index: 2;
    position: absolute;
  }
  .copyright-text {
    position: absolute;
    bottom: 30px;
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1025px) and (max-height: 800px) {
  .image-block {
    height: 80vh !important;
  }
}

main {
  overflow-x: hidden;
}

.main-no-padding {
  padding: 0;
}

.homepage-container {
  display: table;
  height: 85vh;
  width: 100%;
}

.homepage-text {
  font-family: 'sf_pro_displayregular', Helvetica, Sans-Serif;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.nav-container {
  display: block;
  padding: 10px;
}

.nav-main {
  display: inline;
  text-align: center;
  padding-right: 10px;
}

.nav-title {
  transition: all 0.2s;
  display: inline;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;

}

.nav-title:hover {
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 1px solid #fff;
}

.nav-container-a {
  display: block;
  padding: 0 10px;
}

.nav-title-a {
  transition: all 0.2s;
  font-size: 1rem;
  padding-bottom: 5px;
  border-bottom: 0;
  color: #FFF;
  padding: 0;
  margin: 0;
}

.menu a, .menu a:hover, .menu a:active, .menu a:focus {
  color: #FFF;
}

.menu, .menu.horizontal {
  float: right;
  z-index: 104;
}

.dropdown.menu>li.is-active a {
  transition: all 0.2s;
  text-underline-position: under;
  z-index: 8;
}

.dropdown.menu>li.is-active a::after {
  transition: all 0.2s;
  text-underline-position: under;
  z-index: 8;
}

.navigation-li {
  transition: all 0.2s;
  border-bottom: 1px solid transparent;
  z-index: 8;
}

.navigation-li:hover {
  transition: all 0.2s;
  border-bottom: 1px solid transparent;
}

.dropdown.menu>li.is-active a {
  color: #FFF;
  width: fit-content;
  z-index: 8;
}

.dropdown.menu>li a {
  color: #FFF;
  width: fit-content;
  border-bottom: 1px solid transparent;
  z-index: 8;
  text-decoration: none;
}

.dropdown.menu>li a:hover {
  transition: all 0.2s;
  color: #FFF;
  width: fit-content;
  border-bottom: 1px solid transparent;
  z-index: 8;
}

.dropdown.menu>li.is-active a:hover {
  color: #FFF;
  width: fit-content;
  transition: all 0.2s;
  border-bottom: 1px solid transparent;
  z-index: 8;
  text-decoration: underline;
}

.dropdown.menu>li.is-active a {
  color: #FFF;
  z-index: 8;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  content: none;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  background-color: #000;
  border: 0;
  z-index: 10;
}

/* Overview */
.block-half {
  padding-left: 20px;
}

.text-half-container {
  font-family: 'sf_pro_displayregular', Helvetica, Sans-Serif;
  padding: 40px 0 0 20px;
  min-height: 400px;
}

.block-title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8em;
  border-bottom: 1px solid #FFF;
  width: fit-content;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.block-p, .text-p, .lifestyle-p {
  text-indent: 30px;
}

.overflow {
  position: relative;
}

.image-half-container {
  overflow: hidden;
}

.block-image {
  overflow: hidden;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.image-block {
  width: auto;
  background-size: cover;
  background-position: center bottom;
}

/* Vision */
.overview-image-block {
  background-image: url('../img/Building_001.jpg');
  position: relative;
}

.overview-arrow {
  position: absolute;
  bottom: 10%;
  left: 54%;
}

.vision-image-block {
  background-image: url('../img/Building_004.jpg');
  background-position: center top;
}

.overview-three {
  background-image: url('../img/Building_003.jpg');
  background-position: top;
}

.overview-four {
  background-image: url('../img/Building_002.jpg');
}

.overview-six {
  background-image: url('../img/Building_006.jpg');
  background-position: top;
}

.download-pdf {
  float: right;
}

.architects-image-block {
  z-index: 90;
  height: 100vh;
  width: auto;
  margin-top: -34px;
  position: fixed;
}

.architect-background {
  z-index: 1;
  height: 105vh;
  margin-top: -46px;
  position: relative;
  top: 0;
  left: 0;
  background-image: url('../img/Vision.jpg');
  background-size: cover;
  background-position: center bottom;
}

.small-vision-container {
  position: relative;
}

.small-image {
  background-image: url('../img/Vision.jpg');
  background-size: cover;
  background-position: center bottom;
  height: 50vh;
}

.architect-link {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
}

.small-architect-link {
  bottom: 20px;
  left: 30px;
}

.architect-link a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 0.3em;
  font-size: 0.6em;
  border-bottom: 1px solid #FFF;
  width: fit-content;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

/* Floorplan */
.floorplan-header {
  padding-bottom: 80px;
}

.floorplan-popup {
  position: fixed;
  height: 100vh;
  top: 0;
  width: 100%;
  z-index: 104;
  display: none;
  background-color: #000;
  overflow: hidden;
}

.popup-image {
  transition: all linear 0.3s;
  height: calc(100vh - 400px);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.align-button {
  text-align: right;
  padding-top: 10px;
}

.close-floorplan {
  padding-right: 10px;
}

.floorplan {
  position: relative;
  height: calc(100vh - 154px);
  padding-top: 100px;
}

.floor-details {
  padding-bottom: 5px;
  border-bottom: 1px solid #FFF;
}

.floor-details h2 {
  display: inline;
}

.floor-number {
  font-family: 'sf_pro_displaybold';
}

.sq-ft {
  float: right;
}

.floorplan-container {
  transition: all linear 0.3s;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/floorplan/Floor-1.png');
}

/* Table Styles */
.align-table {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  /* border: 1px solid #f1f1f1; */
  background-color: transparent;
}

tbody th, tbody td {
  padding: 0;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  /* background: #f8f8f8; */
  border: 0;
  border-bottom: 1px solid #FFF;
  color: #fff;
}

tbody {
  border: 0;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 5px 0;
}

.floor-row {
  transition: all 0.2s;
}

.floor-row:hover {
  transition: all 0.2s;
  border-bottom: 1px solid #FFF;
  font-family: 'sf_pro_displaybold';
}
.terrace {
  border-bottom: 1px solid transparent;
}
.terrace:hover {
  border-bottom: 1px solid transparent;
}

.view-popup, .view-popup:hover, .view-popup:focus {
  color: #FFF;
}

.terrace {
  margin: 0;
  padding: 0;
}
.terrace td {
  font-size: 0.6em;
  margin: 0;
  padding: 0;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: transparent;
}

table.unstriped tbody {
  background-color: transparent;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: transparent;
}

/* Specification */
.spec-header h2 {
  padding-left: 25px;
}

.small-padding {
  padding: 15px 15px 0 15px;
}

.spec-title, .speclist-title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8em;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.spec-title {
  border-bottom: 1px solid #FFF;
}

/* Download */
.download-position {
  position: relative;
}

.download-header h2 {
  font-size: 2.6rem;
}

.download-page-container {
  padding-top: 105px;
  width: 100%;
}

.ul-downloads {
  list-style: none;
  margin: 0;
}

.a-downloads {
  float: right;
}

.li-downloads {
  padding: 15px 2px;
  font-size: 2rem;
  border-bottom: 1px solid #FFF;
}

/* What's Around Boxes */
.whats-around-overlay {
  transition: all 0.2s;
  height: 100%;
  width: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
}

.overlay-on {
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0.8);
}

.whats-around-img {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.overlay-text-container {
  text-align: center;
  top: 50%;
  position: absolute;
  width: 100%;
}

.overlay-hr {
  transition: all 0.1s;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  border-top: 0.5px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.hr-appear {
  transition: all 0.1s;
  height: 1px;
  border-top: 0.5px solid #FFF !important;
  border-left: 0px solid transparent !important;
  border-right: 0px solid transparent !important;
  border-bottom: 0px solid transparent !important;
}

.overlay-text {
  transition: all 0.2s;
  text-align: center;
  color: transparent;
  transform: translateY(-50%);
  font-family: 'sf_pro_displayregular', Helvetica, Sans-Serif;
}

.overlay-alt {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.6em;
}

.text-appear {
  transition: all 0.2s;
  color: #FFF;
  font-family: 'sf_pro_displayregular', Helvetica, Sans-Serif;
}

.slider-main {
  margin-top: 85px;
  padding-top: 75px;
  overflow-y: hidden;
}

.lifestyle-title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8em;
  border-bottom: 1px solid #FFF;
  width: fit-content;
  margin-bottom: 10px;
  padding-bottom: 5px;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.project-title {
  text-decoration: underline;
  border-bottom: 0;
  font-size: 0.6rem;
  margin-bottom: 5px;
}

.agents-title {
  font-size: 1.1rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #FFF;
}

.agents-paragraph {
  padding-bottom: 20px;
}

.agents-a, .agents-a:hover, .agents-a:focus, .agents-a:active {
  font-size: 1rem;
  color: #FFF;
}

.kimchee {
  background-image: url('../img/whats-around/Kimchee.jpg')
}

.charlesTyrwhitt {
  background-image: url('../img/whats-around/CharlesTyrwhitt.jpg')
}

.leatherLane {
  background-image: url('../img/whats-around/LeatherLane.jpg')
}

.royalCourts {
  background-image: url('../img/whats-around/RoyalCourts.jpg')
}

.gaucho {
  background-image: url('../img/whats-around/gaucho.jpg')
}

.ballsBrothers {
  background-image: url('../img/whats-around/BallsBrothers.jpg')
}

.pressCoffee {
  background-image: url('../img/whats-around/PressCoffee.jpg')
}

.joeJuice {
  background-image: url('../img/whats-around/JoeJuice.jpg')
}

.theArgyle {
  background-image: url('../img/whats-around/TheArgyle.jpg')
}

.rosewoodHotel {
  background-image: url('../img/whats-around/RosewoodHotel.jpg')
}

.bounce {
  background-image: url('../img/whats-around/Bounce.jpg')
}

.newLook {
  background-image: url('../img/whats-around/NewLook.jpg')
}

.hacheBurgers {
  background-image: url('../img/whats-around/HacheBurgers.jpg')
}

.ual {
  background-image: url('../img/whats-around/UAL.jpg')
}

.smithfield {
  background-image: url('../img/whats-around/SmithfieldMarket.jpg')
}

.lincolnsInn {
  background-image: url('../img/whats-around/LincolnsInn.jpg')
}

.scarfesBar {
  background-image: url('../img/whats-around/scarfesBar.jpg')
}

.blackSheep {
  background-image: url('../img/whats-around/BlackSheep.jpg')
}

.chilango {
  background-image: url('../img/whats-around/chilango.jpg')
}

.cocoDiMama {
  background-image: url('../img/whats-around/cocoDiMama.jpg')
}

/* Map */
.gm-style div div div div {}

.gm-style-iw {
  color: #FFF;
  background-color: #000;
  text-align: center;
  border: 1px solid #FFF;
  padding: 5px 0;
  width: 300px;
}

.gm-style-iw::parent {
  height: 0;
}

.infoContent {
  background-color: #000;
  color: #FFF;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.infoContent h3 {
  color: #FFF;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/*style the box*/
.gm-style .gm-style-iw {
  background-color: #000 !important;
  top: 0 !important;
  left: 0 !important;
  min-width: 230px !important;
  height: 100% !important;
  min-height: 10px !important;
  display: block !important;
  color: #FFF;
  height: 10px !important;
  padding-bottom: 30px !important;
}

#map > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) {
  display: none;
}

#map > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) {
  display: none;
}

#map > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div {
  height: 35px !important;
  width: 200px !important;
}

#map > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(4) {
  height: 35px !important;
  width: 200px !important;
}

#map > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(4) {
  top: 0 !important;
}

/*style the p tag*/
.gm-style .gm-style-iw #google-popup p {
  padding: 5px 0;
  color: #FFF;
  width: fit-content;
}

#map > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div.gm-style-iw > div > div {
  font-family: 'sf_pro_displayregular', Helvetica, Sans-Serif;
}

/*style the arrow*/
.gm-style div div div div div div div div {
  background-color: #000 !important;
  padding: 0;
  height: fit-content;
  margin: 0;
  padding: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
  overflow: unset !important;
  width: 200px;
}

.gm-svpc, .gm-style-mtc {
  display: none;
  visibility: hidden;
}

.map-choice, .map-choice:hover, .map-choice:focus, .map-choice:active {
  color: #FFF;
  letter-spacing: 0.3em;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.round {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #000;
  position: absolute;
  bottom: 90%;
  top: 60%;
}

#cta {
  width: 100%;
  position: absolute;
  height: 100%;
}

.arrow {
  position: absolute;
  background-size: contain;
  width: 10px;
  height: 10px;
  top: 44%;
  left: 21px;
}

.segunda {
  margin-left: 14px;
}

.next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}

.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 2s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.locations {
  transition: all 0.2s;
  background-position: center;
  background-size: cover;
}

.location-1 {
  background-image: url('../img/location/location_001.jpg');
}

.location-2 {
  background-image: url('../img/location/location_002.jpg');
}

.location-3 {
  background-image: url('../img/location/location_003.jpg');
}

.location-4 {
  background-image: url('../img/location/location_004.jpg');
}

.location-5 {
  background-image: url('../img/location/location_005.jpg');
}

.location-6 {
  background-image: url('../img/location/location_006.jpg');
}

.crossrail-1 {
  background-image: url('../img/crossrail/crossrail_001.jpg');
}

.crossrail-2 {
  background-image: url('../img/crossrail/crossrail_002.jpg');
}

.crossrail-3 {
  background-image: url('../img/crossrail/crossrail_003.jpg');
}

.crossrail-4 {
  background-image: url('../img/crossrail/crossrail_004.jpg');
}

.crossrail-5 {
  background-image: url('../img/crossrail/crossrail_005.jpg');
}

.relative {
  position: relative;
}

.side-nav-container {
  top: 0;
  height: 100vh;
  position: -webkit-sticky;
  position: fixed;
  width: 24%;
  padding: 0 25px;
  background-color: #000;
  z-index: 100;
  font-family:
}

.main-logo {
  padding-top: 40px;
}
.side-nav-content a {
  font-family: 'sf_pro_displayregular', Helvetica, Sans-Serif;
  display: block;
}
.side-nav-content a {
  display: block;
}

.side-nav-content a:hover {
  font-weight: 700;
  display: block;
  transition: all 0.1s;
  font-weight: 700;
}

nav {
  padding-top: 50px;

}

.side-nav-title {
  font-family: 'sf_pro_displayregular', Helvetica, Sans-Serif;
}

@media screen and (max-width: 990px) {
  .main-logo {
    width: 80px;
  }
  .side-nav-title {
    font-size: 1.4em;
  }
  .side-nav-content a {
    font-size: 0.8em;
    white-space: nowrap;
  }
}

@media screen and (min-width: 991px) {
  .main-logo {
    width: 100px;
  }
  .side-nav-title {
    font-size: 1.6em;
  }
  .side-nav-content a {
    font-size: 1em;
    white-space: nowrap;
  }
}

.side-nav-title {
  font-weight: 400;
  border: 0 !important;
  padding: 4px 0;
}

.side-nav-content {
  margin-top: 10px;
}

.side-nav-content a {
  color: #FFF;
}

.active-sidenav-a {
  font-weight: 700;
}

.side-nav-title:hover, .side-nav-title:active {
  border: 0 !important;
}

.homepage-splash {
  z-index: 1000;
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: #000;
  opacity: 1;
}

.homepage-fade {
  transition: all ease 1s;
  opacity: 0;
  z-index: -1;
}

.homepage-splash img {
  height: 15vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.splash-image {
  opacity: 0;
}

.splash-fade {
  transition: all ease 1s;
  opacity: 1;
}

.homepage-image {
  background-image: url('../img/homepage.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .homepage-image {
    height: calc(100vh - 84px);
  }
}

@media screen and (min-width: 641px) {
  .homepage-image {
    height: 100vh;
  }
}
