@charset 'UTF-8';
/* -------------------------------- 
	BASE
-------------------------------- */
*,
*::after,
*::before {
  box-sizing: border-box;
}
body,
html,
main {
  /* important */
  height: 100%;
}
a {
  text-decoration: underline;
}
a:hover {
  color: #1799a8;
}
.link {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
}
.dark-link {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.align-left {
  text-align: left;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.preload * {
  animation: none !important;
}
.section {
  display: none;
}
.darkBg {
  position: absolute;
  height: 500px;
  width: 100%;
  bottom: 0;
}
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.aero-logo {
  width: 300px;
}
/* ---------------------------------------------------- */
/*                       CONTENT                        */
/* ---------------------------------------------------- */
body {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}
header {
  position: fixed;
  display: flex;
  width: 100%;
  height: 80px;
  justify-content: space-between;
  flex-direction: column;
  background: #1a1e23;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1052px) {
  header {
    position: absolute;
    height: 50px;
    top: 0;
  }
}
.header-row-1 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 10px 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .header-row-1 {
    height: 60px;
  }
}
.header-cell {
  width: auto;
  min-width: 25%;
  text-align: center;
}
section {
  padding: 0;
  margin: 0;
  position: relative!important;
  width: 100%;
  background: transparent;
}
section.padded {
  padding: 200px 0;
}
section.padded-tight {
  padding: 100px 0;
}
section.padded-top-only {
  padding: 300px 0 0 0;
}
section.padded-bottom-only {
  padding: 0 0 100px 0!important;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  section.padded {
    padding: 0;
  }
  section.padded-top-only {
    padding: 150px 0 0 0;
  }
}
/* ---------------------------------------------------- */
/*                  LOGO                                */
/* ---------------------------------------------------- */
.logo-container {
  position: relative;
  display: flex;
  pointer-events: none;
  top: 10px;
  background: rgba(26, 30, 35, 0.9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 145px;
  margin: 0 20px;
  height: 105px;
  z-index: 15;
  padding: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1052px) {
  .logo-container-mobile {
    position: fixed;
    display: block;
    top: 0px;
    left: 0px;
    padding: 0 10px;
    width: 120px;
    height: 90px;
    background: rgba(26, 30, 35, 0.8);
  }
  .alameda-logo {
    width: 100px;
    height: 90px;
  }
}
/* ---------------------------------------------------- */
/*                  GENRAL MODULES                      */
/* ---------------------------------------------------- */
.full-width-container {
  position: relative;
  width: 100%;
  height: auto !important;
  display: flex;
  flex-direction: row;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .full-width-container {
    flex-direction: column;
  }
}
.general-container {
  position: relative;
  height: auto !important;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}
.box-left,
.box-right,
.box2,
.box3 {
  position: relative;
}
.box-left {
  width: 50%;
  padding: 60px;
}
.box-right {
  width: 50%;
  padding: 60px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .box-left,
  .box-right {
    position: relative;
    top: 0;
    margin: 0;
    width: 100%;
    padding: 30px;
  }
}
.box2 {
  padding: 60px 20px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .box2 {
    padding: 0 20px 60px 20px;
  }
}
.box3 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .box3 {
    margin: 0;
    width: 100%;
    padding: 60px 40px 0 40px;
  }
}
.imageBox-right {
  position: relative;
  width: 50%;
  min-height: 500px;
  background: transparent;
  z-index: 1;
}
.imageBox-left {
  position: relative;
  width: 50%;
  min-height: 500px;
  background: transparent;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .imageBox-left {
    position: relative;
    width: 100%;
    min-height: 400px;
    z-index: 1;
    order: 2;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .imageBox-right,
  .imageBox-left {
    position: relative;
    width: 100%;
    left: 0;
    right: auto;
    z-index: 1;
  }
}
.image1 {
  position: absolute;
  width: 100%;
  min-height: 500px;
  height: 100%!important;
  background: url("../images/alameda-point-home-img-01.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .image1 {
    position: absolute;
    width: 100%;
    min-height: 400px;
    height: auto!important;
    background: url("../images/alameda-point-home-img-01-mobile.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1052px) {
  .image1 {
    position: absolute;
    width: 100%;
    height: auto!important;
    background: url("../images/alameda-point-home-img-01-mobile.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
/* ---------------------------------------------------- */
/*              PARALLAX BACKGROUNDS                    */
/* ---------------------------------------------------- */
.parallax-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0;
}
.parallax--container {
  position: absolute;
  clip: rect(0, auto, auto, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}
.parallax {
  position: fixed;
  top: 0;
  left: 0;
}
.bg1 {
  width: 100%;
  background: #FFF url('../images/alameda-point-parallax-img-01.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.bg1:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(23, 153, 168, 0.7);
  z-index: -1;
}
/* ---------------------------------------------------- */
/*                     MAP                              */
/* ---------------------------------------------------- */
.map-overlay {
  position: relative;
  width: 100%;
  height: 400px;
  top: 400px;
  margin-top: -400px;
  z-index: 1;
}
/* --------------------------------------- */
/*              3 SECTION                  */
/* --------------------------------------- */
.thumbs {
  max-width: 950px;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: center;
}
.thumb {
  width: 33.333%;
  margin: 0 2%;
  text-align: left;
}
.thumb__img1 {
  width: 100%;
  height: 380px;
  background: url("../images/alameda-point-accent-img-03.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.thumb__img2 {
  width: 100%;
  height: 380px;
  background: url("../images/alameda-point-accent-img-04.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.thumb__img3 {
  width: 100%;
  height: 380px;
  background: url("../images/alameda-point-accent-img-05.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .thumbs {
    max-width: 100%;
    padding: 0 20px;
  }
  .thumb {
    margin: 0 1%;
  }
  .thumb__img1,
  .thumb__img2,
  .thumb__img3 {
    height: 210px;
  }
}
/* --------------------------------------- */
/*            TABS			               */
/* --------------------------------------- */
/* Vars */
.tabs_wrapper {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
}
ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 0 17px 0 0;
  padding: 0;
  width: 33%;
  min-width: 300px;
  list-style: none;
  @include tabs-transition;
}
ul.tabs li {
  margin: 0;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 2px;
  cursor: pointer;
  padding: 20px;
  text-align: left;
  background: #3c4559;
}
ul.tabs li h3 {
  font-size: 1.5em;
}
ul.tabs li.active {
  color: #3c4559;
  background: #1a1e23;
}
ul.tabs li:hover {
  background: rgba(60, 69, 89, 0.9);
}
ul.tabs li:hover h3 {
  color: #FFFFFF;
}
.tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 20;
  left: -2%;
  width: 45%;
  min-width: 10px;
  text-align: left;
}
.tab_content {
  padding: 30px 20px 30px 50px;
  height: 100%;
  margin: 0;
  display: none;
  background: #1a1e23;
}
.tab_drawer_heading {
  display: none;
}
@media screen and (max-width: 781px) {
  .tab_content {
    padding: 20px 40px 20px 40px;
    margin: 0;
  }
  ul.tabs {
    display: none;
  }
  li {
    font-size: 16px!important;
    color: #FFFFFF;
  }
  .tab_container {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-top: none;
    border-radius: 0;
  }
  .tab_drawer_heading {
    width: 100%;
    color: #FFFFFF;
    background: #3c4559;
    border-bottom: 1px solid #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    margin: 0;
    padding: 20px 40px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
  }
  .d_active {
    background: #1a1e23;
    color: #FFFFFF;
  }
}
/* -------------------------------- 
	FOOTER
-------------------------------- */
.footer {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #1a1e23;
  height: auto;
  margin: 0;
  padding: 100px 0;
  justify-content: center;
}
.cei-logo {
  width: 100px;
  margin: 0;
}
.footer-left {
  padding: 0 40px;
  width: 30%;
  display: flex;
  flex-direction: column;
}
.footer-left p {
  text-align: left;
  line-height: 30px;
}
.footer-right {
  width: 40%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
}
#footer-info {
  height: 100px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1052px) {
  .footer {
    height: auto;
    padding: 60px 0;
    flex-direction: column;
  }
  .footer-left {
    text-align: center;
    order: 2;
    margin-top: 50px;
  }
  .footer-right {
    order: 1;
  }
  .footer-left p {
    text-align: center;
  }
  .footer-left,
  .footer-right {
    width: 100%;
  }
}
/* ---------------------------------------------------- */
/*             EDGE LOGO ANIMATION                      */
/* ---------------------------------------------------- */
/* -------------------------------- 
  BUTTONS
-------------------------------- */
.primaryBtn {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  margin: 20px auto!important;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding: 12px 25px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  transition: background 0.3s;
}
.primaryBtn:active,
.primaryBtn:focus,
.primaryBtn:visited {
  color: #FFFFFF;
}
.primaryBtn:hover {
  background: #000000;
  color: #FFFFFF;
}
.housing {
  background: url("../images/eh-logo.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.ada {
  background: url("../images/ada-logo.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.pets {
  background: url("../images/pets-logo.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.comunity-icons {
  display: flex;
  opacity: 0.6;
  margin-top: 30px;
}
.comunity-icons div {
  margin-right: 43px;
}
@media only screen and (min-width: 641px) and (max-width: 1052px), only screen and (min-width: 320px) and (max-width: 640px) {
  .comunity-icons {
    margin: 50px auto 0 auto;
  }
  .comunity-icons div {
    margin: 0 30px;
  }
}
.nav-social {
  width: 100%!important;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 641px) and (max-width: 1052px), only screen and (min-width: 320px) and (max-width: 640px) {
  .nav-social {
    margin-right: 50px;
  }
}
.facebook {
  display: inline-block;
  font-family: fontello;
  margin: 0 40px 0 0;
  color: #1799a8;
  font-size: 24px;
}
.facebook:before {
  content: "\e804";
}
.facebook.footer-ico {
  font-size: 30px;
  margin: 0 30px 0 0;
}
.instagram {
  display: inline-block;
  font-family: fontello;
  font-size: 24px;
  margin: 0;
  color: #1799a8;
}
.instagram:before {
  content: "\e806";
}
.instagram.footer-ico {
  font-size: 30px;
  margin: 0 30px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1052px) {
  .facebook.footer-ico,
  .instagram.footer-ico {
    font-size: 36px;
    margin: 0 30px;
  }
}
.social-icons {
  margin: 0;
  padding: 0;
}
.social-icons li {
  list-style-type: none;
  display: inline-block;
  padding: 0 1em;
  font-family: fontello;
  font-size: 1.75em;
  transition: all 0.3s;
}
.social-icons li:first-child {
  padding-left: 0;
}
.social-icons li a {
  display: block;
  text-decoration: none;
  color: #f4f4f4;
  cursor: pointer;
}
.social-icons li:hover {
  transform: scale(1.25);
  color: #f4f4f4;
}
.social-icons li:nth-of-type(1) a:before {
  content: "\e804";
}
.social-icons li:nth-of-type(2) a:before {
  content: "\e806";
}
.social-icons li:nth-of-type(3) a:before {
  content: "\e806";
}
.social-icons li:nth-of-type(4) a:before {
  content: "\e801";
}
.social-icons li:nth-of-type(5) a:before {
  content: "\e802";
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1052px) {
  .social-icons {
    margin: 0 auto;
  }
  .social-icons li {
    list-style-type: none;
    display: inline-block;
    padding: 0 0.75em;
    font-family: fontello;
    font-size: 2.5em;
    color: #FFFFFF;
    transition: all 0.3s;
  }
  .social-icons li:first-child {
    padding-left: 1em;
  }
}
ul.diamond {
  font-size: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.diamond span {
  color: #FFFFFF;
}
ul.diamond li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  margin: 0;
  margin-bottom: 8px;
  padding-left: 1.5em;
  position: relative;
}
ul.diamond li:after {
  content: '';
  height: 0.4em;
  width: 0.4em;
  background: #1799a8;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.6em;
  left: 0;
}
ul.faviken {
  margin: 10px 20px 0;
  padding: 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.7em;
  letter-spacing: 1px;
  margin-left: 0.5em;
}
ul.faviken li {
  margin: 0;
  line-height: 1.5em;
  padding: 0.6em;
  list-style: none;
  text-indent: -2em;
  border-bottom: 1px solid rgba(26, 30, 35, 0.3);
}
ul.faviken li:last-child {
  border: none;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  ul.faviken {
    margin: 10px 0;
    padding: 0 10px;
    font-size: 1.225em;
    margin-left: 0em;
  }
  ul.faviken li {
    line-height: 1.225em;
  }
}
/* BULLETS WITH CHECK MARK */
ul.faviken li:before {
  font-family: fontello;
  content: "\e800";
  color: #FFFFFF;
  float: left;
  width: 1.4em;
  margin-right: 0.6em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-check:before {
  content: '\e800';
}
/* '' */
.icon-mail:before {
  content: '\e801';
}
/* '' */
.icon-star:before {
  content: '\e802';
}
/* '' */
.icon-twitter:before {
  content: '\e803';
}
/* '' */
.icon-facebook:before {
  content: '\e804';
}
/* '' */
.icon-pinterest:before {
  content: '\e805';
}
/* '' */
.icon-instagram:before {
  content: '\e806';
}
/* '' */
/***************************************************
 * Generated by SVG Artista on 5/18/2021, 2:26:13 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
  animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
  animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
  animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
  animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
  animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}
@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
  animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
  animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}
@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
  animation: animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
  animation: animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}
@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
  animation: animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}
@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
  animation: animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}
@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
  animation: animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
}
@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
  animation: animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}
@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
  animation: animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}
@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
  animation: animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}
@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
  animation: animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}
@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-22 {
  -webkit-animation: animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
  animation: animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
}
@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #FFFFFF;
  }
}
.svg-elem-23 {
  -webkit-animation: animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
  animation: animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 15;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 70px;
  margin: -30px 0 0 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-next {
  right: 30px;
  left: auto;
  opacity: 1;
}
.slick-prev {
  left: 30px;
  right: auto;
  opacity: 1;
}
.slick-next:hover {
  opacity: 1;
}
.slick-prev:hover {
  opacity: 1;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 30px;
}
[dir='rtl'] .slick-prev {
  right: -30px;
  left: auto;
}
.slick-prev:before {
  content: url('../images/arrowPrev.svg');
}
.slick-next:before {
  content: url('../images/arrowNext.svg');
}
[dir='rtl'] .slick-prev:before {
  content: url('../images/arrowPrev.svg');
}
[dir='rtl'] .slick-next:before {
  content: url('../images/arrowNext.svg');
}
/* TABLET */
@media only screen and (min-width: 320px) and (max-width: 959px) {
  .slick-next {
    right: 10px;
    left: auto;
    opacity: 0.3;
  }
  .slick-prev {
    left: 10px;
    right: auto;
    opacity: 0.3;
  }
  [dir='rtl'] .slick-next {
    right: auto;
    left: 10px;
  }
  [dir='rtl'] .slick-prev {
    right: -10px;
    left: auto;
  }
  .slick-prev:before {
    content: url('../images/arrowPrevSmall.svg');
  }
  .slick-next:before {
    content: url('../images/arrowNextSmall.svg');
  }
  [dir='rtl'] .slick-prev:before {
    content: url('../images/arrowPrevSmall.svg');
  }
  [dir='rtl'] .slick-next:before {
    content: url('../images/arrowNextSmall.svg');
  }
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #e8e8e8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #6b9fcd;
}
/* Slider */
.slick-slider {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* ---------------------------------------------------- */
/*                       FONTS                          */
/* ---------------------------------------------------- */
/* FONTS */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.woff?58255448') format('woff'), url('../fonts/fontello/fontello.ttf?58255448') format('truetype'), url('../fonts/fontello/fontello.svg?58255448#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7mwjJQVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7mz9JQVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7myjJQVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7myRJQVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
.spaced {
  letter-spacing: 3px;
}
.intro {
  line-height: 1.5em;
  margin-bottom: 40px;
}
.big {
  font-size: 60px;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .big {
    font-size: 36px;
  }
}
.small {
  color: #FFD791;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 14px;
  margin: 0;
}
.text-block {
  max-width: 700px;
  height: auto;
  margin: 0 auto 40px auto;
}
.copy__regular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.copy__light {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}
.title__medium {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}
.title__regular {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
}
.title__light {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.title__thin {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
}
p {
  margin: 0 0 10px 0;
  line-height: 1.5em;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #FFFFFF;
  letter-spacing: 0px;
}
h1 {
  font-size: 2.75em;
  line-height: 1.225em;
}
h2 {
  font-size: 2.5em;
  line-height: 1.225em;
}
h3 {
  font-size: 2em;
  line-height: 1.5em;
}
h4 {
  font-size: 1.5em;
  line-height: 1.5em;
}
h5 {
  font-size: 1.125em;
  line-height: 1em;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  p {
    text-align: left;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.5em;
  }
}
/* IMAGE HOLDERS AND CAPTION */
.slide1,
.slide2,
.slide3,
.slide4,
.slide5 {
  width: 100%;
  height: calc(100vh - 100px);
}
.slide1 {
  background: url("../images/alameda-point-slider-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.slide2 {
  background: url("../images/alameda-point-slider-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.slide3 {
  background: url("../images/alameda-point-slider-03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.slide4 {
  background: url("../images/alameda-point-slider-04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .slide1,
  .slide2,
  .slide3,
  .slide4,
  .slide5 {
    width: 100%;
    height: calc(100vh - 50px);
  }
  .slide1 {
    background-position: center top;
  }
  .slide2 {
    background-position: 12% top;
  }
  .slide3 {
    background-position: center bottom%;
  }
}
#slideshow {
  width: 100%;
  height: 80vh!important;
  background: #1a1e23;
  padding: 0;
  z-index: 8;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #slideshow {
    width: 100%;
    height: 79vh!important;
    background: #1a1e23;
    padding: 0;
    z-index: 8;
    margin: 0;
  }
}
.slider {
  position: relative;
  top: 80px;
  width: 90%;
  height: 80vh!important;
}
.slider:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1052px) {
  .slider {
    top: 0px;
    height: 90vh!important;
  }
}
.accent {
  position: relative;
  top: -80px;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-around;
}
.accent-img {
  margin: 0 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 550px;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .accent-img {
    width: 50%;
    margin: 0 5px;
    height: 350px;
  }
}
.accent-img-01 {
  background: url("../images/alameda-point-accent-img-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.accent-img-01:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  z-index: -1;
}
.accent-img-02 {
  background: url("../images/alameda-point-accent-img-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.accent-img-02:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  z-index: -1;
}
.imageHolder {
  position: relative;
  display: flex;
  width: 100%;
}
.imageHolder .tagline {
  position: absolute;
  bottom: 30%;
  right: 0;
  background: #1799a8;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  padding: 0 30px;
}
.imageHolder .caption {
  position: absolute;
  width: 100%;
  min-height: 100px;
  bottom: 0;
  margin: 0;
  padding: 10px 50px 10px 50px;
  left: 0;
  text-align: center;
  line-height: 1em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  background: #1a1e23;
  z-index: 3;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .imageHolder .tagline {
    position: absolute;
    display: flex;
    align-items: center;
    min-height: 100px;
    bottom: 100px;
    right: 0;
    background: #1799a8;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
  }
  .imageHolder .caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px auto;
    margin: 0;
    left: 50%;
    line-height: 1em;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 0.6em;
    z-index: 3;
  }
}
/* ---- grid ---- */
.grid {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-item {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
}
.grid-item figure {
  margin: 10px;
}
.grid-item.hidden {
  display: none;
}
.grid-item--height2 {
  width: 25%;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .grid {
    max-width: 85%;
  }
  .grid-item {
    width: 50%;
    height: auto;
  }
  .grid-item--height2 {
    width: 50%;
    height: auto;
  }
}
figure {
  margin: 5px;
  position: relative;
  overflow: hidden;
}
figure img {
  cursor: pointer;
  display: block;
  opacity: 1;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.grid figure {
  transition: opacity 0.2s ease 3s;
}
.grid figure:hover .gallery-img {
  background-color: #000;
}
.grid figure:hover .overlay-message {
  opacity: 0;
}
figure:hover img {
  cursor: url("images/icon-zoom-white.png"), pointer;
  opacity: 0.5;
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease 0s;
}
/* ---------------------------------------------------- */
/*                       COLORS                         */
/* ---------------------------------------------------- */
.primary {
  background: #3c4559;
}
.darkBlueBg {
  background: #3c4559;
}
.paleBlueBg {
  background: #485264;
}
.strongBlueBg {
  background: #21273d;
}
.lightBg {
  background: #f4f4f4;
}
.lightGoldBg {
  background: #FFD791;
}
.darkGoldBg {
  background: #D9B06A;
}
.whiteBg {
  background: #FFFFFF;
}
.darkBlue {
  color: #3c4559;
}
.paleBlue {
  color: #485264;
}
.strongBlue {
  color: #21273d;
}
.lightGold {
  color: #FFD791;
}
.darkGold {
  color: #D9B06A;
}
.teal {
  color: #1799a8;
}
.navy {
  color: #1a1e23;
}
.tealBg {
  background: #1799a8;
}
.navyBg {
  background: #1a1e23;
}
.gray {
  color: #424242;
}
.white {
  color: #FFFFFF;
}
.header-contact {
  display: flex;
  height: 100px;
  margin: 0 5%;
  position: absolute;
  top: 0;
  right: 0;
}
.phn-num {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
#navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  height: 50px;
  text-align: center;
  z-index: 25;
  margin: 0 auto;
}
#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation li {
  display: inline-block;
  margin: 0;
  padding: 0 0.75em;
}
#navigation li:last-child {
  margin-right: 0;
}
#navigation li a {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 0;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-decoration: none;
}
#navigation li a:hover {
  color: #FFFFFF;
}
#navigation li.selected {
  color: #000000 !important;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1052px) {
  #navigation {
    position: fixed;
    align-content: center;
    flex-direction: column;
    top: 0;
    right: 0;
    padding-top: 0;
    height: 100%;
    border: none;
  }
  #navigation li {
    display: block;
    padding: 0;
  }
  #navigation li:last-child {
    margin-right: 0;
  }
  #navigation li a {
    font-size: 21px;
    line-height: 2.75em;
    color: rgba(255, 255, 255, 0.8);
  }
}
.nav-container h2 {
  display: none;
}
/* --------------------- NAVIGATION FOR MOBILE  --------------------- */
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1052px) {
  .nav-open content {
    overflow: hidden;
  }
  .nav-trigger {
    position: fixed;
    z-index: 30;
    top: 3px;
    right: 3px;
    height: 45px;
    width: 50px;
    background: rgba(26, 30, 35, 0.8);
    padding-top: 12px;
    text-indent: -60px;
    text-decoration: none;
    transition: color 0.3s;
    /*overflow: hidden;*/
    white-space: nowrap;
    text-indent: 100%;
  }
  .nav-trigger span,
  .nav-trigger span::before,
  .nav-trigger span::after {
    position: absolute;
    height: 1px;
    width: 30px;
    background: #FFFFFF;
  }
  .nav-trigger span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background 0.2s;
  }
  .nav-trigger span::before,
  .nav-trigger span::after {
    content: '';
    top: 0;
    left: 0;
    transition: background 0.2s, transform 0.2s;
  }
  .nav-trigger span::before {
    transform: translateY(-9px);
  }
  .nav-trigger span::after {
    transform: translateY(9px);
  }
  .nav-trigger:hover span,
  .nav-trigger:hover span::before,
  .nav-trigger:hover span::after {
    background: #FFFFFF;
  }
  .nav-open .nav-trigger:hover span::before,
  .nav-open .nav-trigger:hover span::after {
    background: #FFFFFF;
  }
  .nav-open .nav-trigger span {
    background: transparent;
  }
  .nav-open .nav-trigger {
    color: transparent;
  }
  .nav-open .nav-trigger span::before,
  .nav-open .nav-trigger span::after {
    background: #FFFFFF;
  }
  .nav-open .nav-trigger span::before {
    transform: translateY(3px);
    transform: rotate(-225deg);
  }
  .nav-open .nav-trigger span::after {
    transform: rotate(225deg);
  }
  .nav-container {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 90%;
    max-width: 100%;
    padding: 2em 3.5em;
    background: rgba(33, 39, 61, 0.9);
    overflow: hidden;
    transform: scale(0.7);
    opacity: 0;
    pointer-events: none;
  }
  .nav-open .nav-container {
    transform: scale(1);
    transition: scale 0.6s ease;
    opacity: 1;
    pointer-events: all;
  }
  .nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .nav a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
  }
  .nav a:hover {
    transition: all 0.3s;
    color: #FFFFFF;
  }
  @keyframes slide-in {
    0% {
      opacity: 0;
      transform: translateY(60px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
#m_park_btn {
  color: #FFD791;
}
#m_transport_btn {
  color: #FFD791;
}
#m_shop_btn {
  color: #FFD791;
}
#m_lifestyle_btn {
  color: #FFD791;
}
#m_rest_btn {
  color: #FFD791;
}
#restmarkers .nums {
  color: #3c4559;
}
#shopmarkers .nums {
  color: #3c4559;
}
#lifestylemarkers .nums {
  color: #3c4559;
}
#transportmarkers .nums {
  color: #3c4559;
}
#parkmarkers .nums {
  color: #3c4559;
}
.map {
  width: 100%;
  margin: 0 auto;
  height: 90vh;
  border-top: 1px solid #485264;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .map {
    height: 100vh;
  }
}
#fullmap {
  width: 75%;
  float: right;
  height: 100%;
}
.pois {
  position: absolute;
  width: 25%;
  left: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 18px;
  height: 100%;
  z-index: 10;
  background: transparent;
  overflow: hidden;
  border-right: 1px solid #485264;
}
.poi_btn {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  cursor: pointer;
  width: 100%;
  letter-spacing: 1px;
  color: #082991;
  padding: 15px 10% 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #485264;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}
.bnam {
  display: inline-block !important;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  width: 85%;
  color: #000000;
  line-height: 16px !important;
  margin-top: 0 !important;
  margin-left: 20px;
  font-size: 16px !important;
}
.subss {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.subss:hover {
  opacity: 1;
}
.poi_plus {
  position: absolute;
  right: 0;
  top: 0;
}
.map_active .plus {
  display: none !important;
}
.minus {
  display: none !important;
}
.map_active .minus {
  display: block !important;
}
.plus {
  display: block;
}
.plus,
.minus {
  width: 18px;
  margin-top: 0 !important;
}
.sub_menus .subss {
  margin: 0;
  display: block;
}
.nums {
  font-size: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #1a1e23;
  display: inline-block;
  margin-right: 10px;
  margin-top: -10px;
}
.sub_menus {
  max-height: 0;
  background: #FFFFFF;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.map_active .sub_menus {
  max-height: 1000px !important;
}
.sub_padding {
  padding-top: 0px;
  padding-bottom: 20px;
}
.sub_m {
  padding-top: 15px;
  margin-top: 5px;
  width: 100%;
  margin-left: -29px;
  padding-left: 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-x: hidden;
}
.plus {
  display: block;
}
.plus,
.minus {
  width: 18px;
}
.pois_inner_menu {
  box-sizing: border-box;
  padding: 60px 30px;
  max-height: 100%;
  overflow: scroll;
}
@media screen and (max-width: 1052px) {
  .map {
    height: auto;
    border: none;
  }
  #fullmap {
    width: 100%;
    height: 450px;
    float: none;
  }
  .pois {
    position: relative;
    width: 100%;
    height: auto;
    border-right: none;
  }
  .sub_m {
    margin-left: 0px;
  }
}
/* CSS Document @import "reset"; */
