/*custom*/
/* Fixed header and footer.
* --------------------------------------- */
/*font*/
@font-face {
  font-family: GothamBook;
  src: url(../fonts/Gotham-Book.otf);
}

@font-face {
  font-family: chronicle;
  src: url(../fonts/Chronicle-Display-Semibold.otf);
}
@font-face {
  font-family: GothamMedium;
  src: url(../fonts/Gotham-Medium.otf);
}
body {
  animation: .7s fadeIn;
  animation-fill-mode: forwards;
  visibility: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
video#myvideo {
  margin-top: -1px;
}
video#myvideo-vid2 {
  margin-top: -1px;
}
video#myvideo-vid3 {
  margin-top: -1px;
}
/* MAP STYLING */
body {
  background-color: #fff !important;
}

.mapplic-tooltip-title {
  margin:0!important;
}
.fp-controlArrow {
  display: none!important;
}
button#second-slide {
    left: 390px!important;
    top: 35px;
}
#show-hide-special {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.48);
    left: 50px;
    width: 450px;
    font-size: 36px;
    color: #fff;
}
.menu-title {
    font-family: GothamMedium;
    color: #0C0D12;
    font-size: 24px;
    line-height: 60px;
}
.map-menu li {
    font-family: GothamMedium;
    /*color: #E61E4D;*/
    font-size: 12px;
    line-height: 60px;
}
.mapplic-sidebar-nosearch .mapplic-filter {
  height: 50px;
}
.mapplic-tag {
  font-size: 15px!important;
}
.disable-menu {
  opacity: .2;
  pointer-events: none;
}
.enable-menu {
  opacity: 1;
}
.retina-image img {
  width: 1366px;
  height: 915px;
}
.retina-image-tall img {
  width: 1366px;
  height: 960px;
}
.no-pad-col {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.video-control-row {
  width: 850px;
  margin: 0 auto;
}
.video-control-row-vid2 {
  width: 1145px;
  margin: 0 auto;
}

.re-title {
  height: 96px;
  position: relative;
  font-family: chronicle;
  font-size: 30px;
  padding-top: 24px;
}

.cross-section img {

}
.cross-section img {
  background-color: #000000 !important;
}

.section {
  background-color: #d9dce0 !important;
}
.building-section .fp-tableCell {
  background-color: #1a1a1a !important;
  vertical-align: top;
}
.neighborhood .fp-tableCell {
  background-color: #1a1a1a !important;
  vertical-align: top;
}
#floorplan-section .fp-tableCell {
  background-color: #f3f4f5 !important;
  vertical-align: top;
}


.hide-map {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  height: 0px;
}

.show-map {
  position: relative;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
  z-index: 9;
  height: 915px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 95%!important;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(255,255,255); /* Fallback color */
}

.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

.close-modal {
  position: fixed;
  top: 15px;
  right: 35px;
  color: red;
  font-size: 70px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 9999;
  display: none;
}

.map-box {
  width: 65% !important;
}

.map-navigation {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background-color: #f1f1f1;
  width: 35% !important;
}

.map-7 {
  position: absolute;
}

.map-navigation p {
  /*font-family: GTWalsheimProLight;*/
  font-size: 20px;
  text-align: center;
  color: #595959;
  line-height: 1.3;
  letter-spacing: 0.2px;
}


ul.map-menu {
  list-style-type: none;
  text-align: right;
}

.pink-map-li {
    color: #E61E4D;
}
.pink-map-li:before {
    content: url(../imgs/vertical-line.svg);
    width: 2px;
    background-repeat: no-repeat;
    position: absolute;
    right: 189px;
    padding-top: 4px;
}

/*#map {
  width: 300px;
  height: 300px;
  margin: 30px auto;
  transition: all .5s linear;
  display: block;
}*/

.hidden {
  display: none;
}

.visuallyhidden {
  opacity: 0;
}

/* END MAP */
.building-info h1 {
  font-size: 24px;
  color: #FF4B4B;
  margin-bottom: 10px;
}

.building-info h1:before {
  content: "";
  background-image: url(../imgs/tellyShape.svg);
  background-size: contain;
  width: 26px;
  height: 28px;
  background-position: center;
  position: absolute;
  background-repeat: no-repeat;
  text-align: center;
  top: 160px;
  left: 44%;
}

.building-info p {
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  width: 200px;
  margin-left: calc(50% - 150px);
}

.col-md-2.floorplan-menu {
  text-align: right;
  margin-top: 200px;
}

.home {
  background-image: url("../imgs/background.svg");
  background-size: cover;
      overflow: visible;
}

.fullheight {
  height: 915px;
  display: flex;
}

.toggle {
  background: red;
  width: 200px;
  height: 20px;
  opacity: 1;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
}
.myelem {
    width: 142px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 35px;
    right: 30px;
    z-index: 999;
    padding: 16px 15px 10px 15px;
    opacity: 1;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
    border: 0;
    border-radius: 4px;
}
.no-display {
  opacity: 0;
}
.myelem2 {
  width: auto;
  background: #fff;
  position: absolute;
  top: 65px;
  right: 32px;
  z-index: 999;
  padding: 11px 15px 10px 15px;
  color: #000;
  border: 2px;
  border-radius: 4px;
}
.chronicle {
  font-family: chronicle;
}

.places-bg .fp-tableCell {
  background: #F3F4F5;
}

.video-top .fp-tableCell {
  background: #1a1a1a;
}

.neighborhood .fp-tableCell {
  background: #1a1a1a;
}

.median-bg .fp-tableCell {
  /*background: #ffcdd5;*/
}

body {
  font-family: GothamBook !important;
  color: #000 !important;
}

.video-top .fp-tableCell {
  vertical-align: top !important;
}

.logo-holder {
  margin: auto;
  text-align: center;
}

#numbers li {
  color: #000;
  float: left;
  display: block;
  width: 50px;
  text-align: left;
}

.indicators ul {
  padding-left: 16px;
  background: #fff;
}

.indicators {
  margin: auto;
  margin-bottom: 5px;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.control-row {
  background: #1a1a1a;
  height: 125px;
  padding: 30px;
}

.brackets {
  width: 200px;
  height: 50px;
  box-shadow: inset 0px 0px 0px 1px #fff;
  background: transparent;
  position: relative;
  margin: 0 30px;
}

.video-control-row-vid2 .brackets {
    width: 195px;
    height: 50px;
    box-shadow: inset 0px 0px 0px 1px #fff;
    background: transparent;
    position: relative;
    margin: 0 10px;
}

.button {
    height: 50px;
    width: 93%;
    position: absolute;
    top: 0px;
    padding-top: 5px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    background: #1a1a1a;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

/*
button {
  font-size: 14px!important;
  color: #fff;
  border:0;
  background: transparent;
  margin: 0 30px!important;
  display: block;
}*/
/*.brackets:before {
content: "";
background-image: url(../imgs/left-square.svg);
background-size: contain;
width: 53px;
height: 56px;
display: block;
background-repeat: no-repeat;
position: absolute;
margin-left: -15px;
margin-top: -17px;
}*/
.slide-holder {
  position: relative;
  display: flex;
}

.show-btn {
  width: 100px;
  height: 30px;
  background: red;
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 999;
}

.hide-btn {
  width: 100px;
  height: 30px;
  background: red;
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 999;
}

.show-hide {
  position: absolute;
  bottom: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.48);
  left: calc(50% - 350px);
  width: 700px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 40px;
}

#footer-menu a {
  color: #E61E4D !important;
  font-size: 19px;
  font-weight: 300 padding: 20px 18px 0;
}

.building-info {
  margin: auto;
  width: 230px;
}

.pink-panel {
  height: 460px;
  display: flex;
  margin-top: 15px;
}

.panel {
  display: flex;
  width: 100%;
}

#white {
  background: #ffffff;
}

#pink {
  background: #FFCED5;
}

#grey {
  background: grey;
}

.flex-it {
  display: flex;
}

.holder {
  margin: auto;
}

.grey-panel {
  height: 450px;
  display: flex;
  margin-top: 15px;
}

/*sliders*/
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  width: 40px;
  border-radius: 3px;
  margin: 0;
  height: 5px;
  left: 0;
  background: red;
}

div#section0 {
  background-color: #f3f4f5 !important;
  height: 100%;
display: flex;

}

.sources {
  display: flex;
  text-align: center;
}

.places {
  padding-top: 17px;
  display: block;
  background: #d9dce0;
  padding-block-end: 9px;
}

.text-holder {
  margin: auto;
}

.pink {
  background: pink;
  margin: auto;
}

.grey {
  background: grey;
  margin: auto;
}

.vertical-fifty {
  height: 44vh;
  display: flex;
}

.vertical-fifty-six {
  height: 37vh;
  display: flex;
  padding: 15px 15px;
  background: #F3F4F5;
}

.vertical-fifty-six img {
  width: 100%;
}

.vertical-fifty-six .col-md-4 {
  padding-right: 0 !important;
}

.overview.section {
  text-align: center;
  /*height: 915px !important;*/
  height: 925px !important;
}
.overview-new.section {
  text-align: center;
  height: 964px !important;
}

.building.row {
  text-align: center;
  height: 965px !important;
  padding: 0;
  margin-right: 15px;
  margin-left: 0 !important;
  background: #f3f4f5;
}

.building.section {
  text-align: center;
  height: 965px !important;
  background: blue;
}

.col-md-6.temp-img img {
  height: 100%;
}

.building.row .col-md-6 {
  padding-left: 0;
}

.left-img {
  text-align: left;
}

.fp-tableCell {
  height: 915px !important;
}

.fp-bottom {
  background: #fff;
  top: -7px;
  height: 14px;
  z-index: 99999;
  display: block;
}

.fp-slidesNav ul li a.active span {
  width: 40px;
  border-radius: 3px;
  margin: 0;
  height: 5px;
  left: 0;
  background: #E61E4D;
}

#fp-nav ul li, .fp-slidesNav ul li {
  width: 40px;
  margin: 0 2.5px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {

}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  width: 40px;
  border-radius: 0;
  left: 0;
  margin: 0;
  background: #fff;
}
/*.area-page #fp-nav ul li a span, .area-page .fp-slidesNav ul li a span {
  width: 40px;
  border-radius: 0;
  left: 0;
  margin: 0;
  background: #ccc;
}*/

#header, #footer {
  position: relative;
  height: 30px;
  display: block;
  width: 100%;
  background: transparent;
  z-index: 9;
  text-align: center;
  color: #f2f2f2;
  padding: 0;
}

.center {
  text-align: center;
}

#header {
  top: 0px;
  background: #fff;
  display: flex;
  height: 35px;
}


#footer {
  bottom: 0px;
  background: #fff !important;
  display: flex;
}

.home-img {
  height: 70%;
  background: red;
}

.home-img img {
  width: 100%;
  height: 100%;
}

.home-button {
  height: 307px;
  display: flex;
}

.retail-button {
  width: 250px;
  height: 30px;
  border: solid 2px #666666;
  margin: auto;
}

.office-button {
  width: 250px;
  height: 30px;
  border: solid 2px #666666;
  margin: auto;
}

.oxford-title {
  background: pink;
  margin-top: 65px;
  position: absolute !important;
}

/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body {
  font-family: arial, helvetica;
  color: #333;
  color: rgba(0, 0, 0, 0.5);
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}

h1 {
  font-size: 6em;
  font-family: chronicle;
}

p {
  font-size: 2em;
}

.intro p {
  width: 50%;
  margin: 0 auto;
  font-size: 1.5em;
}

.temp-img img {
  width: 100%;
}

.photo-img img {
  max-width: 100%;
}

.left-img .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.neighborhood .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.design-img img {}

.text-col {
  margin: auto;
  text-align: left;
  margin-left: 40px;
}

.display-flex {
  display: flex;
}

#footer-menu li {
  display: inline-block;
  margin: 0;
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 1);
  -webkit-border-radius: 10px;
  border-radius: 0;
  width: -webkit-fill-available;
  height: 45px;
}

#footer-menu li.active {
  border-bottom: 3px solid red;
}

#footer-menu li a {
  text-decoration: none;
  color: #000;
}

#footer-menu li.active a:hover {
  color: #000;
}

#footer-menu li:hover {
  background: rgba(255, 255, 255, 0.8);
}

#footer-menu li a,
#footer-menu li.active a {
  padding: 10px 18px 0;
  display: block;
}

#footer-menu li.active a {
  color: #fff;
}

#footer-menu {
    position: fixed;
    bottom: 16px;
    left: 0;
    height: 36px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    /*width: 1366px;*/
    /*margin-left: 20px;*/
    padding-right: 160px;
    background: #fff;
}

#menu8 li.activestate a, #menu li.activestate a {
  border-bottom: 3px solid #E61E4D !important;
  font-size: 16px;
}

#menu8 li {
  display: inline-block;
  margin: 0;
  color: #000;
  background: #fff;

  -webkit-border-radius: 10px;
  border-radius: 0;
  width: 40px;
}
#menu li {
    display: inline-block;
    margin: 10px 23px;
    color: #000;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 0;
    width: auto;
}

#menu8 li.active, #menu li.active {
  color: #E61E4D !important;
  font-size: 16px;
}

#menu8 li a, #menu li a {
  text-decoration: none;
  color: #000;
}

#menu8 li.active a:hover, #menu li.active a:hover {
  color: #000;
}

#menu li a, #menu8 li a, #menu8 li.active a, #menu li.active a {
  /*padding: 9px 17px 4px;*/
  display: block;
}

#menu8 li.active a, #menu li.active a {
  /*border-bottom: 2px solid #E61E4D !important;*/
  font-size: 16px;
}

#menu8 {
    position: relative;
    top: 7px;
    left: 0;
    height: 24px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}
#menu {
    position: relative;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

#footer-menu a.active {
  border-bottom: 3px solid red;
}

.twitter-share-button {
  position: fixed;
  z-index: 99;
  right: 149px;
  top: 9px;
}

#download {
  margin: 10px 0 0 0;
  padding: 15px 10px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#download a {
  text-decoration: none;
  color: #fff;
}

#download:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #2F96B4;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -ms-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

#infoMenu {
  height: 20px;
  color: #f2f2f2;
  position: fixed;
  z-index: 70;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 0.9em;
  padding: 8px 0 8px 0;
}

#infoMenu ul {
  padding: 0 40px;
}

#infoMenu li a {
  display: block;
  margin: 0 22px 0 0;
  color: #333;
}

#infoMenu li a:hover {
  text-decoration: underline;
}

#infoMenu li {
  display: inline-block;
  position: relative;
}

#examplesList {
  display: none;
  background: #282828;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  float: left;
  position: absolute;
  bottom: 29px;
  right: 0;
  width: 638px;
  text-align: left;
}

#examplesList ul {
  padding: 0;
}

#examplesList ul li {
  display: block;
  margin: 5px 0;
}

#examplesList ul li a {
  color: #BDBDBD;
  margin: 0;
}

#examplesList ul li a:hover {
  color: #f2f2f2;
}

#examplesList .column {
  float: left;
  margin: 0 20px 0 0;
}

#examplesList h3 {
  color: #f2f2f2;
  font-size: 1.2em;
  margin: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 0 0 5px 0;
}

/* Demos Menu
 * --------------------------------------- */
#demosMenu {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
