@charset 'UTF-8';
/* -------------------------------- 
	BASE
-------------------------------- */
*,
*::after,
*::before {
  box-sizing: border-box;
}
body,
html,
main {
  /* important */
  height: 100%;
}
html.lenis,
html.lenis body {
  height: auto;
}
a {
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  pointer-events: all;
  cursor: pointer;
}
a:hover {
  color: #FFD791;
  text-decoration: underline;
}
a.link {
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  pointer-events: all;
  cursor: pointer;
}
a.link:hover {
  color: #FFD791;
  text-decoration: none;
}
a.link.active {
  color: #FFD791 !important;
  text-decoration: none;
  pointer-events: none;
}
.no-underline {
  text-decoration: none;
}
.no-underline:hover {
  text-decoration: none;
}
.isDisabled {
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
  visibility: hidden;
}
.menu-separator {
  width: 200px;
  margin: 0 auto;
  height: 1px;
  background: #FFFFFF;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.align-left {
  text-align: left;
}
.bozzuto-logo {
  width: 250px;
  height: auto;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1052px) {
  .bozzuto-logo {
    margin: 20px auto 0 auto;
  }
}
.g-recaptcha {
  position: relative;
  width: auto;
  height: 78px;
  margin-bottom: 20px;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* ---------------------------------------------------- */
/*                       CONTENT                        */
/* ---------------------------------------------------- */
body {
  background: #f4f4f4;
  margin: 0;
  padding: 0;
}
header {
  position: fixed;
  display: flex;
  top: 60px;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  background: rgba(33, 39, 61, 0.15);
  z-index: 12;
  -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) {
  header {
    position: fixed;
    height: 50px;
    top: 60px;
    padding: 0;
  }
}
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 0.3s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
section {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  background: transparent;
  height: auto;
}
.padded {
  padding: 60px 0!important;
}
.padded-top-only {
  padding: 100px 0 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .padded {
    padding: 0!important;
    margin: 0 auto;
  }
  .padded-top-only {
    padding: 0;
  }
}
/* ---------------------------------------------------- */
/*                       CONTENT                        */
/* ---------------------------------------------------- */
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 0.3s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
section {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  background: transparent;
  height: auto;
}
section.padded {
  padding: 100px 0;
}
section.padded-top-only {
  padding: 100px 0 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  section.padded {
    padding: 0;
    margin: 0;
  }
  section.padded-top-only {
    padding: 0;
  }
}
/* -------------------------------- 
  V I D E O  P L A Y E R
-------------------------------- */
#videoBG {
  position: relative;
  width: 100%!important;
  height: 100vh!important;
  top: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (min-aspect-ratio: 16/9) {
  #videoBG {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  #videoBG {
    width: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1052px) {
  #videoBG {
    left: 0;
    width: auto;
    height: 100vh;
    object-fit: ;
    overflow: hidden;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.avenue {
  position: relative;
  margin: 0!important;
  padding: 0;
  width: 100%!important;
  height: auto;
  color: white;
  display: flex!important;
  flex-direction: column!important;
  justify-content: center;
  align-items: center;
}
.avenue p {
  font-size: 1.5em;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .avenue {
    margin: 20px 0 30px 0!important;
    width: 290px;
  }
}
.logo {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex!important;
  flex-direction: column!important;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  z-index: 1;
}
.logo:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh!important;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  mix-blend-mode: multiply;
  z-index: -1;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .logo {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh!important;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    overflow: hidden;
  }
  .logo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    mix-blend-mode: multiply;
    z-index: -1;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .logo h4 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }
  .logo h5 {
    font-size: 1.425em;
  }
}
.logo-big h2,
p {
  text-align: center;
  margin: 0;
  padding: 0;
}
.logo-big {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  z-index: 12;
}
.edge {
  width: 300px;
  height: auto;
  padding: 0;
  z-index: 2;
}
@media only screen and (min-width: 641px) and (max-width: 1052px) {
  .edge {
    width: 250px;
    height: auto;
    padding: 0;
    z-index: 2;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .edge {
    width: 300px;
    height: auto;
    padding: 0;
    margin: 0;
  }
}
.navlogo {
  position: absolute;
  top: 0;
  left: 30px;
  opacity: 0;
  width: 100px;
  height: 60px;
  z-index: 999;
  background: url("../images/Edge_Logo_White.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .navlogo {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 10px;
    width: 80px;
    height: 60px;
  }
}
/* ---------------------------------------------------- */
/*                  GENRAL MODULES                      */
/* ---------------------------------------------------- */
.general-container {
  position: relative;
  height: auto !important;
  padding: 0;
  margin: 0;
  width: 100%;
  margin: 100px auto;
  max-width: 1100px;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .general-container {
    width: 100%;
    margin: 0!important;
  }
  .general-container.gc-padded {
    margin: 100px auto!important;
  }
}
.box-left,
.box-right,
.box2,
.box3,
.box4-1,
.box4-2 {
  position: relative;
  background: rgba(33, 39, 61, 0.9);
  height: auto !important;
}
.box-left h2,
.box-right h2,
.box2 h2,
.box3 h2,
.box4-1 h2,
.box4-2 h2 {
  text-align: center;
}
.box-left p,
.box-right p,
.box2 p,
.box3 p,
.box4-1 p,
.box4-2 p {
  text-align: left !important;
}
.box-left {
  left: 0;
  top: 50px;
  width: 50%;
  padding: 60px!important;
  text-align: left;
}
.box-right {
  right: 0;
  left: 50%;
  top: 50px;
  width: 50%;
  padding: 60px;
}
.box-contact {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 40px 40px 0 40px;
}
.box2 {
  margin: 60px 5% 60px auto;
  padding: 60px;
  top: 0;
  width: 40%;
}
@media only screen and (min-width: 641px) and (max-width: 1052px) {
  .box2 {
    margin-left: auto;
    margin-right: 0;
    padding: 60px;
    top: 0;
    width: 50%;
  }
}
.box3 {
  left: 0;
  top: 0;
  width: 80%;
  padding: 60px 0;
  margin: 0 auto;
  text-align: center;
  background: transparent;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .box2 {
    position: relative;
    background: #21273d;
    margin: 0;
    padding: 40px;
    top: 0;
    width: 100%;
  }
  .box3 {
    margin: 0;
    width: 100%;
    padding: 40px;
  }
}
.box4-1 {
  padding: 40px;
  margin: 60px 5% 60px auto;
  width: 35%;
}
.box4-2 {
  margin: 60px auto 60px 5%;
  padding: 40px;
  width: 35%;
}
@media only screen and (min-width: 641px) and (max-width: 1052px) {
  .box4-1 {
    margin-right: 0;
    margin-left: auto;
    padding: 40px;
    top: 0;
    width: 50%;
  }
  .box4-2 {
    margin-left: 0;
    margin-right: auto;
    padding: 40px;
    top: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .insert {
    margin: 40px auto 0 auto;
  }
  .box-left,
  .box-right,
  .box4-1,
  .box4-2 {
    position: relative;
    top: 0;
    margin: 0;
    width: 100%;
    padding: 60px 40px!important;
    background: #21273d;
  }
  .box-left h2,
  .box-right h2,
  .box4-1 h2,
  .box4-2 h2 {
    text-align: center;
  }
  .box-left p,
  .box-right p,
  .box4-1 p,
  .box4-2 p {
    text-align: left !important;
  }
}
.imageBox-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 700px;
  background: transparent;
  z-index: -1;
}
.imageBox-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 400px;
  background: transparent;
  z-index: -1;
}
.render-image {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/edge-bayonne-intro.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@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;
  }
}
/* -------------------------------- 
  N E W S   M A R Q U E E
-------------------------------- */
.marquee {
  width: auto;
  max-width: 400px;
  height: 25px;
  overflow: hidden;
  line-height: 20px;
}
.marquee p {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.85em !important;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px;
}
@media only screen and (min-width: 641px) and (max-width: 1052px) {
  .marquee {
    width: 100%;
    max-width: 80%;
    overflow: hidden;
    line-height: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .marquee {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 70%;
    max-width: 80%;
    overflow: hidden;
  }
}
/* ---------------------------------------------------- */
/*             EDGE LOGO ANIMATION                      */
/* ---------------------------------------------------- */
.edge {
  fill-opacity: 0;
  stroke: #FFFFFF;
  fill: #FFFFFF;
  stroke-miterlimit: 3;
  animation: edge_draw 3000ms ease-in-out 0ms forwards;
}
.edge-e {
  stroke-dasharray: 522 524;
  stroke-dashoffset: 523;
}
.edge-d {
  stroke-dasharray: 461 463;
  stroke-dashoffset: 462;
}
.edge-g {
  stroke-dasharray: 475 477;
  stroke-dashoffset: 476;
}
.edge-e2 {
  stroke-dasharray: 519 521;
  stroke-dashoffset: 520;
}
@keyframes edge_draw {
  80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-dashoffset: 0;
  }
}
/* ---------------------------------------------------- */
/*                 ARROW 			                    */
/* ---------------------------------------------------- */
#arrow {
  position: absolute;
  bottom: 15%;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  z-index: 10;
  /**
   * Dark Arrow Down
   */
  cursor: pointer;
  background: url('../images/arrowDown.svg');
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFFFFF !important;
  fill: #ffffff;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #arrow {
    display: none;
  }
}
.bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* ---------------------------------------------------- */
/*              PARALLAX BACKGROUNDS                    */
/* ---------------------------------------------------- */
.parallax-box {
  padding: 0;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.parallax-box.h500 {
  height: 500px;
  margin-bottom: 60px;
}
.parallax-box.h100 {
  height: 100vh;
}
.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;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .parallax-box.h100 {
    height: 60vh;
    padding: 0;
    margin: 0;
  }
}
.bg1:after {
  content: '';
  position: absolute;
  height: 60%;
  width: 100%;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: -1;
}
.bg1 {
  width: 100%;
  background: #FFF url('../images/edge-bayonne-bg1.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.bg2 {
  width: 100%;
  background: #FFF url('../images/edge-bayonne-kitchen.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
.bg2:after {
  content: '';
  position: absolute;
  height: 60%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: -1;
}
.bg3 {
  width: 100%;
  background: #FFF url('../images/edge-bayonne-gym.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.bg3:after {
  content: '';
  position: absolute;
  height: 60%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: -1;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .bg0 {
    width: 100%;
    background: #FFF url('../images/edge-bayonne-intro-mobile.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
  }
  .bg1 {
    width: 100%;
    background: #FFF url('../images/edge-bayonne-bg1-mobile.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .bg2 {
    width: 100%;
    background: #FFF url('../images/edge-bayonne-kitchen-mobile.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .bg3 {
    width: 100%;
    background: #FFF url('../images/edge-bayonne-gym-mobile.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .bg4 {
    width: 100%;
    background: #FFF url('../images/Bayonne-Ave-F.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
/* ---------------------------------------------------- */
/*                     MAP                              */
/* ---------------------------------------------------- */
.map-overlay {
  position: relative;
  width: 100%;
  height: 600px;
  top: 600px;
  margin-top: -600px;
  z-index: 1;
}
.map {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0;
  padding: 0;
}
@media (min-width: 321px) and (max-width: 768px) {
  .map {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    padding: 0;
  }
}
/* -------------------------------- 
	FOOTER
-------------------------------- */
.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #21273d;
  height: auto;
  margin: 0;
  padding: 0;
  padding-bottom: 200px;
  justify-content: center;
}
.footer--inner {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0 auto;
  display: flex;
  flex-direction: row;
}
.footer-left {
  padding: 0 40px;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.footer-left p {
  text-align: left;
  line-height: 30px;
}
.footer-right {
  width: 50%;
  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--inner {
    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%;
  }
}
/* ---------------------------------------------------- */
/*              HOP IN HOP OUT SECTION                  */
/* ---------------------------------------------------- */
.thumbs {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.thumb {
  width: 33.333%;
  margin: 0 2%;
  text-align: center;
}
.train {
  width: 100%;
  height: 400px;
  background: url("../images/edge-bayonne-man-train-tall.jpg");
  background-size: cover;
  background-position: center top;
}
.airport {
  width: 100%;
  height: 400px;
  background: url("../images/edge-bayonne-woman-airport-tall.jpg");
  background-size: cover;
  background-position: center center;
}
.bridge {
  width: 100%;
  height: 400px;
  background: url("../images/edge-bayonne-bridge-tall.jpg");
  background-size: cover;
  background-position: center top;
}
/* ---------------------------------------------------- */
/*      G A L L E R Y   L A U N C H E R S               */
/* ---------------------------------------------------- */
.property {
  width: 100%;
  height: 300px;
  background: url("../images/edgeg-bayonne-gallery-interior.jpg");
  background-size: cover;
  background-position: center bottom;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .thumbs {
    width: 100%;
    flex-direction: column;
  }
  .thumb {
    width: 90%;
    margin: 0 auto 40px auto;
    padding: 0 25px;
  }
  .train {
    height: 400px;
    background: url("../images/edge-bayonne-man-train-tall.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .airport {
    height: 400px;
    background: url("../images/edge-bayonne-woman-airport-tall.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bridge {
    height: 400px;
    background: url("../images/edge-bayonne-bridge-tall.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
/* ---------------------------------------------------- */
/*                       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: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbFmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiYA.ttf) format('truetype');
}
.no-margin {
  margin: 0;
}
.spaced {
  letter-spacing: 3px;
}
.intro {
  line-height: 1.5em;
  width: 75%;
  margin: 0 auto;
}
.small {
  color: #FFD791;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 14px;
  margin: 0;
}
.text-block {
  max-width: 700px;
  height: auto;
  margin: 0 auto 40px auto;
}
.offer-box {
  font-size: 2em;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .offer-box {
    font-size: 1.5em;
  }
}
.roboto__medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.roboto__regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.roboto__light {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
.oswald__medium {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.oswald__regular {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.oswald__light {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
p {
  margin: 20px 0;
  line-height: 1.5em;
  font-size: 1.125em;
}
h1,
h2,
h3,
h4,
h5 {
  color: #FFFFFF;
}
h1 {
  font-size: 2.225em;
  line-height: 1.5em;
}
h2 {
  font-size: 2.225em;
  line-height: 1.5em;
}
h3 {
  font-size: 2em;
  line-height: 1.5em;
}
h4 {
  font-size: 1.225em;
  line-height: 1.5em;
  margin: 0;
}
h5 {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 40px!important;
  line-height: 1.5em;
}
@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;
  }
}
.container {
  height: 160px;
  width: 300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
svg {
  width: 100%;
  flex-grow: 1;
}
path {
  stroke: white;
}
.avenue {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding: 0;
  width: 300px;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: right;
}
.line {
  width: 22px;
  height: 70px;
  position: relative;
  overflow: hidden;
}
.line span {
  position: absolute;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  margin: 5px;
  font-size: 2.225rem;
}
.last {
  right: 8px;
}
.slider {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}
.slider:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 60px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to top, rgba(0, 51, 94, 0.5), rgba(58, 100, 143, 0.4));
  background: -o-linear-gradient(to top, rgba(0, 51, 94, 0.5), rgba(58, 100, 143, 0.4));
  background: linear-gradient(to top, rgba(0, 51, 94, 0.5), rgba(58, 100, 143, 0.4));
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .slider {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
  }
}
/* IMAGE HOLDERS AND CAPTION */
.slide1,
.slide2,
.slide3,
.slide4,
.slide5 {
  width: 100%;
  height: 100vh!important;
}
.slide1 {
  background: url("../images/home/edge-bayonne-avenue-g-01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.slide2 {
  background: url("../images/home/edge-bayonne-avenue-g-02.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slide3 {
  background: url("../images/home/edge-bayonne-avenue-g-03.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.slide4 {
  background: url("../images/home/edge-bayonne-avenue-g-04.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.slide5 {
  background: url("../images/home/edge-bayonne-avenue-g-05.webp");
  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: 100vh!important;
  }
  .slide1 {
    background: url("../images/home/edge-bayonne-avenue-g-01-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .slide2 {
    background: url("../images/home/edge-bayonne-avenue-g-02-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .slide3 {
    background: url("../images/home/edge-bayonne-avenue-g-03-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
  }
  .slide4 {
    background: url("../images/home/edge-bayonne-avenue-g-04-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .slide5 {
    background: url("../images/home/edge-bayonne-avenue-g-05-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
#slideshow {
  width: 100%;
  height: 100vh!important;
  padding: 0;
  z-index: 8;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #slideshow {
    width: 100%;
    height: 100vh!important;
    padding: 0;
    z-index: 8;
    margin: 0;
  }
}
.schedule-cta {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.225em !important;
}
.schedule-cta:hover {
  background: #FFD791 !important;
  color: #000000;
  text-decoration: none;
}
.schedule-cta:hover .s-arrow {
  fill: #000000;
  stroke: #000000;
}
.svg-arrow {
  display: block;
  height: 30px;
  width: 30px!important;
}
.s-arrow {
  fill: #FFFFFF;
}
.imageHolder {
  position: relative;
  display: flex;
  width: 100%;
  z-index: 10;
}
.imageHolder .caption {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #21273d;
  z-index: 90;
}
.imageHolder .caption a {
  font-size: 1.5em;
  border-bottom: 1px solid #FFFFFF;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .imageHolder .caption {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 5px auto!important;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
}
/* ---------------------------------------------------- */
/*                       COLORS                         */
/* ---------------------------------------------------- */
.orange {
  color: #C75000;
}
.orangeBg {
  background: #C75000;
}
.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;
}
.gray {
  color: #424242;
}
.white {
  color: #FFFFFF;
}
/* -------------------------------- 
	BUTTONS
-------------------------------- */
.edgeBtn {
  display: block;
  width: 280px;
  height: auto;
  color: #000000;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #FFFFFF;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  transition: all 0.5s;
}
.edgeBtn span {
  font-family: 'Oswald', sans-serif;
  font-size: 1.125em;
  letter-spacing: 1px;
}
.edgeBtn:hover {
  background: #000000;
}
.edgeBtn:hover span {
  color: #FFFFFF;
  text-decoration: none!important;
}
.ctas {
  width: 100%;
  height: auto;
  display: flex!important;
  flex-direction: row!important;
  margin: 0;
  justify-content: space-evenly !important;
}
.ctas.narrow {
  max-width: 500px;
  margin: 0 auto;
}
.edgeCta {
  border: 1px solid white;
  height: auto;
  padding: 10px 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 40px 0!important;
  color: #3c4559;
  font-size: 1.225em;
  text-decoration: none;
  transition: background 0.5s;
  z-index: 999;
}
.edgeCta:hover {
  background: white;
  text-decoration: none;
  color: #000000 !important;
}
.edgeCtaDark {
  border: 1px solid white;
  height: auto;
  padding: 15px 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 40px 0!important;
  color: #FFFFFF;
  background: #21273d;
  font-size: 1em;
  text-decoration: none;
  transition: background 0.5s;
  z-index: 999;
}
.edgeCtaDark:hover {
  background: white;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
/* -------------------------------- 
	 CURRENT CTAS
-------------------------------- */
.edgeCtaOrange {
  display: inline-block;
  border: 1px solid white;
  height: auto;
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 1px;
  margin: 0 auto;
  border-radius: 30px;
  color: #FFFFFF;
  background: #C75000;
  font-size: 0.85em;
  text-decoration: none;
  transition: background 0.5s;
  z-index: 999;
}
.spaced {
  margin: 40px 0;
}
.edgeCtaOrange:hover {
  background: #000000;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}
span.required {
  font-size: 12px;
  color: #FFFFFF;
  float: left;
  margin-top: 0;
}
.hywrap {
  padding: 0!important;
  margin: 0!important;
  color: #FFFFFF !important;
}
.hywrap form {
  padding: 0!important;
  color: #FFFFFF !important;
}
.unstyled ul {
  width: 100%!important;
  color: #FFFFFF !important;
}
.unstyled li {
  color: #FFFFFF !important;
}
#myform {
  width: 100%!important;
  max-width: 100%!important;
}
select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
}
button,
input,
optgroup,
textarea {
  color: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="radio"] {
  display: inline;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #FFFFFF !important;
}
figure {
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px!important;
  color: #FFFFFF !important;
}
/* -------------------------------- 
  M A I N  N A V I G A T I O N
-------------------------------- */
.navbar {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  padding: 0;
  margin: 0;
  font-size: 0.8em !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  background-color: transparent;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  border: none;
  outline: none;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 14px 16px;
  text-transform: uppercase;
  background: transparent;
  transition: background 0.3s;
  margin: 5px 1%;
}
.navbar:hover .dropbtn {
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  font-size: 1.125em !important;
  background: rgba(33, 39, 61, 0.85);
  min-width: 100px;
  border-radius: 15px;
  z-index: 1;
  text-align: center;
}
.dropdown-content a {
  float: none;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
  color: #FFD791;
}
/* -------------------------------- 
  b u r g e r   N A V
-------------------------------- */
.nav-trigger {
  position: fixed;
  display: block;
  height: 40px;
  right: 20px;
  top: 10px;
  width: 40px;
  padding: 0;
  transition: all 0.5s;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 99999;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .nav-trigger {
    top: 65px;
  }
}
.nav-trigger span {
  top: 50%;
  left: 25px;
  transform: translate(-50%, -50%);
  transition: background 0.3s;
}
.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  height: 1px;
  width: 25px;
  background: #FFF;
}
.nav-trigger span::before,
.nav-trigger span::after {
  content: '';
  top: 0;
  left: 0;
  transition: background 0.3s, transform 0.3s;
}
.nav-trigger span::before {
  transform: translateY(-6px);
}
.nav-trigger span::after {
  transform: translateY(6px);
}
.nav-trigger:hover {
  background: transparent;
  transition: all 0.5s;
}
.nav-trigger:hover span,
.nav-trigger:hover span::before,
.nav-trigger:hover span::after {
  background: _palette(grand_belmont, gold);
}
.nav-open .nav-trigger:hover span::before,
.nav-open .nav-trigger:hover span::after {
  background: #FFF;
}
.nav-open .nav-trigger:hover span {
  background: transparent;
}
.nav-open .nav-trigger span {
  background: transparent;
  z-index: 12;
}
.nav-open .nav-trigger {
  color: #FFF;
}
.nav-open .nav-trigger span::before,
.nav-open .nav-trigger span::after {
  background: #FFF;
}
.nav-open .nav-trigger span::before {
  transform: rotate(-45deg);
}
.nav-open .nav-trigger span::after {
  transform: rotate(45deg);
}
.nav-container {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  height: 60px;
  width: 100%!important;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.07, 0.23, 0.34, 1);
  pointer-events: none;
  visibility: hidden;
}
.nav-open .nav-container {
  position: fixed;
  overflow: auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%!important;
  height: 100vh;
  pointer-events: auto;
  visibility: visible;
  background: #21273d;
}
/* -------------------------------- 
  F I X E D   N A V
-------------------------------- */
.fixed-nav {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.fixed-nav a {
  color: #FFFFFF !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 0.8em !important;
  margin: 0 1%;
}
.fixed-nav a:hover {
  color: #FFD791 !important;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .fixed-nav {
    width: 66%;
    justify-content: flex-start;
    margin: 0;
  }
  .fixed-nav a {
    margin: 0 8px;
  }
}
nav {
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 12;
}
ul.nav {
  position: relative;
  min-width: auto;
  top: 100px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
}
ul.nav li {
  margin: 0.3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
ul.nav li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  padding: 0;
  margin: 0;
  font-size: 0.85em;
  color: #FFFFFF;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
ul.nav li a:hover {
  color: #FFFFFF;
  width: auto;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 1px solid #FFFFFF;
}
.nav-open .nav a {
  opacity: 1;
}
@keyframes slide-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ---------------------------------------------------- */
/*                  SOCIAL ICONS                        */
/* ---------------------------------------------------- */
.facebook {
  display: inline-block;
  font-family: fontello;
  font-size: 21px;
  margin: 0;
  color: #f4f4f4;
}
.facebook:before {
  content: "\e804";
}
.instagram {
  display: inline-block;
  font-family: fontello;
  font-size: 21px;
  margin: 0;
  color: #f4f4f4;
}
.instagram:before {
  content: "\e806";
}
/* ---------------------------------------------------- */
/*                 ARROW                          */
/* ---------------------------------------------------- */
#arrow {
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  z-index: 10;
  /**
   * Dark Arrow Down
   */
  cursor: pointer;
  background: url('../images/arrowDown.svg');
  background-repeat: no-repeat;
  background-size: contain;
  fill: #FFFFFF;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #arrow {
    display: none;
  }
}
.bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* ---------------------------------------------------- */
/*                 COMPLIANCES                          */
/* ---------------------------------------------------- */
.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;
  }
}
/* ---------------------------------------------------- */
/*                B U L L E T S 
/* ---------------------------------------------------- */
ul.diamond {
  font-size: 1.125em;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.diamond span {
  color: #FFD791;
  font-weight: bold;
}
ul.diamond li {
  margin: 0;
  margin-bottom: 5px;
  padding-left: 1.5em;
  position: relative;
}
ul.diamond li:after {
  content: '';
  height: 0.4em;
  width: 0.4em;
  background: #FFD791;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.6em;
  left: 0;
}
ul.faviken {
  margin: 10px 20px 0;
  padding: 0 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #FFD791;
  font-size: 1.2em;
  line-height: 1.7em;
  letter-spacing: 1px;
  margin-left: 1em;
}
ul.faviken li {
  margin: 0;
  line-height: 1.5em;
  padding: 0.6em;
  list-style: none;
  text-indent: -2em;
  border-bottom: 1px solid rgba(255, 255, 255, 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.3em;
    margin-left: 0em;
  }
  ul.faviken li {
    line-height: 1.225em;
  }
}
/* BULLETS WITH CHECK MARK */
ul.faviken li:before {
  font-family: fontello;
  content: "\e800";
  color: #fffcf7;
  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';
}
/* '' */
#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: 'Roboto', 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: 36px;
  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: 'Oswald', sans-serif;
  font-weight: 300;
}
.bnam {
  display: inline-block !important;
  vertical-align: top;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  width: 85%;
  color: #FFFFFF;
  line-height: 14px !important;
  margin-top: 0 !important;
  margin-left: 20px;
  font-size: 14px !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: 0.5;
}
.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: 'Roboto', sans-serif;
  font-weight: 100;
  color: #21273d;
  display: inline-block;
  margin-right: 10px;
  margin-top: -10px;
}
.sub_menus {
  max-height: 0;
  background: #21273d;
  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;
  }
  .poi_btn {
    font-size: 24px;
    line-height: 36px;
    cursor: pointer;
    padding: 15px 10% 10px 8%;
    box-sizing: border-box;
    border-bottom: 2px solid #485264;
  }
}
/* 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: 80px;
  height: auto;
  margin: -50px 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-next:hover: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: 20px;
}
[dir='rtl'] .slick-prev {
  right: -20px;
  left: auto;
}
.slick-prev:before {
  content: url('./arrowPrev.svg');
}
.slick-next:before {
  content: url('./arrowNext.svg');
}
[dir='rtl'] .slick-prev:before {
  content: url('./arrowPrev.svg');
}
[dir='rtl'] .slick-next:before {
  content: url('./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('./arrowPrev.svg');
  }
  .slick-next:before {
    content: url('./arrowNext.svg');
  }
  [dir='rtl'] .slick-prev:before {
    content: url('./arrowPrev.svg');
  }
  [dir='rtl'] .slick-next:before {
    content: url('./arrowNext.svg');
  }
}
/* Dots */
/* 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;
}
/*==============================================================*/
/*==============================================================*/
/* ---- grid ---- */
.grid {
  width: 100%!important;
  padding: 0;
  margin: 0;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-item {
  width: 25%;
  height: auto;
  border: 1px solid transparent!important;
}
.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%;
    margin: 50px auto 30px auto;
  }
  .grid-item {
    width: 50%;
    height: auto;
  }
  .grid-item--height2 {
    width: 50%;
    height: auto;
  }
}
/* Original text overlay */
.overlay-message {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
figure {
  margin: 0;
  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 .gallery-img {
  position: relative;
}
.grid .gallery-img .over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 3em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: rgba(0, 0, 0, 0.1);
}
.grid figure:hover .gallery-img {
  background-color: rgba(0, 0, 0, 0.7);
}
.grid figure:hover .overlay-message {
  opacity: 0;
}
figure:hover img {
  cursor: url("images/icon-zoom-white.png"), pointer;
  opacity: 1;
  transform: scale(1.05, 1.05);
  transition: all 0.3s ease 0s;
}
/* portfolio with title */
/* Magnific Popup CSS */
.mfp-container * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=90);
}
.mfp-black-bg {
  background: rgba(0, 0, 0, 0.7);
}
.mfp-white-bg {
  background: rgba(255, 255, 255, 0.96);
}
.overflow-hidden .mfp-content {
  height: 100%;
}
.overflow-hidden .mfp-iframe-holder .mfp-content {
  height: auto;
}
#search-header .mfp-close {
  background-color: transparent !important;
  color: #484848 !important;
  font-size: 25px !important;
  height: 60px;
  width: 60px;
}
.search-popup {
  cursor: default !important;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-container figure:hover img {
  transform: none;
  opacity: 1;
}
.popup-gallery img,
.lightbox-gallery img,
.image-popup-no-margins img,
.image-popup-vertical-fit img {
  cursor: url("images/icon-zoom.png"), pointer;
}
.portfolio-nav .mfp-close {
  position: inherit;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.search-popup {
  position: initial;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close,
.mfp-image-holder,
.mfp-iframe-holder,
.mfp-close-btn-in,
.mfp-content {
  cursor: url("images/icon-zoom-out.png"), pointer;
}
#popup-form {
  cursor: default;
}
zoom-in .mfp-zoom {
  cursor: url("images/icon-zoom.png"), pointer;
}
.mfp-auto-cursor .mfp-content {
  cursor: url("images/icon-zoom-out.png"), pointer;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  font-style: normal;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 18px;
  -webkit-animation-name: initial;
  animation-name: initial;
}
.mfp-iframe-holder .mfp-close,
.mfp-ajax-holder .mfp-close {
  display: none !important;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000;
  font-size: 21px;
  cursor: pointer !important;
  position: fixed;
}
.mfp-counter {
  position: absolute;
  top: -13px;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  display: none;
}
.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #000;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #000;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  cursor: default;
  cursor: pointer;
  padding: 15px 0;
  background: #fff;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: normal;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  padding: 0 0 25px;
}
.mfp-title {
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-figure {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-gallery .mfp-image-holder .mfp-figure .mfp-close {
  display: none;
}
/* -------------------------------- 
  CATHERINE VIDEO
-------------------------------- */
.delimitador {
  width: 100%;
  padding: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
  top: 0;
  border: none;
}
/* El contenedor con el padding-top crea el tamaño del vídeo */
.contenedor {
  height: 0;
  width: 100%;
  max-width: 100%;
  /* Así establecemos el ancho máximo (si lo queremos) */
  padding-top: 56.25%;
  /* Relación: 16/9 = 56.25% */
  position: relative;
}
/* El iframe se adapta al tamaño del contenedor */
iframe {
  position: absolute;
  border: none;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .catherine-video {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url("../images/video-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 100px 0;
    z-index: 1;
  }
  .delimitador {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
    top: 0;
    border: none;
  }
}
/* --------------------------------------- */
/*            TABS                     */
/* --------------------------------------- */
/* Vars */
.tabs_wrapper {
  width: 100%;
  max-width: 1100px;
  min-height: 500px;
  text-align: center;
  background: url("../images/video-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  padding: 0;
  z-index: 10;
}
ul.tabs {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 250px;
  list-style: none;
  @include tabs-transition;
}
ul.tabs li {
  margin: 0;
  border-right: 3px solid #FFFFFF;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 8px;
  padding: 5px 20px;
  text-align: right;
  background: transparent;
}
ul.tabs li h3 {
  font-size: 1.225em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #21273d;
}
ul.tabs li.active {
  background: #282e38;
}
ul.tabs li.active h3 {
  color: #FFFFFF !important;
}
ul.tabs li:hover {
  background: #282e38;
}
ul.tabs li:hover h3 {
  color: #FFFFFF;
}
.tab_container {
  display: block;
  vertical-align: top;
  position: relative;
  z-index: 20;
  min-width: 10px;
  text-align: left;
  z-index: 1;
}
.tab_content {
  height: 100%;
  margin: 0;
  display: none;
}
.tab_drawer_heading {
  display: none;
}
@media screen and (max-width: 781px) {
  .tab_content {
    padding: 0;
    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: #485264;
    border-bottom: 1px solid #FFFFFF;
    font-family: 'Roboto', 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: #282e38;
    color: #FFFFFF;
  }
}
/* -------------------------------- 
  S P E C I A L S   B A N N E R 
-------------------------------- */
.special {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background: #181c2c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 12;
  line-height: 15px;
}
.special p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 0.95em;
  margin: 0;
  padding: 0;
}
.special span {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .special p {
    font-size: 0.85em;
    letter-spacing: 0;
  }
}
/* -------------------------------- 
  O F F E R   M O D A L 
-------------------------------- */
.fancybox-close-small {
  background: #cf9a41 !important;
}
.pop-up {
  width: 70%;
  margin: 0 auto;
  height: auto;
  background: #FFD791 !important;
  display: flex;
  flex-direction: row!important;
  flex-wrap: wrap!important;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .pop-up {
    padding: 20px!important;
  }
}
.half {
  width: 50%;
  float: left;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .pop-up {
    width: 95%;
  }
  .half {
    width: 100%;
    padding: 40px;
    min-height: auto;
  }
}
.offer {
  text-align: center;
  max-width: 60%;
}
.offer p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  color: #21273d;
}
.offer h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #21273d;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .offer {
    max-width: 100%;
  }
  .offer h3 {
    font-size: 1.75em;
  }
}
.pop-up-image {
  background: url('../images/pop-up-offer.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.offerBtn {
  background: #000000;
  color: #FFFFFF;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1em;
  width: auto!important;
  white-space: nowrap!important;
  padding: 20px 10%;
  margin: 40px auto;
  transition: background 0.3s;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.offerBtn:hover {
  background: #cf9a41 !important;
  color: #FFFFFF !important;
  text-decoration: none;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .offerBtn {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 15px 30px;
    font-size: 1em;
  }
}
/* CSS Document @import "reset"; */
