/* -------------------------------- 
	BASE
-------------------------------- */
*,
*::after,
*::before {
  box-sizing: border-box;
}
body,
html,
main {
  /* important */
  height: 100%;
}
a {
  color: #FFFFFF !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  pointer-events: all;
  cursor: pointer;
}
a:hover {
  color: #FFD791;
  text-decoration: underline;
}
a.blueLink {
  color: #21273d !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #21273d;
  pointer-events: all;
  cursor: pointer;
}
a.blueLink:hover {
  color: #000000 !important;
  text-decoration: none;
}
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;
}
.g-recaptcha {
  position: relative;
  width: auto;
  height: 78px;
  margin-bottom: 20px;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.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: 150px;
  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;
  }
}
/* ---------------------------------------------------- */
/*                       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;
}
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: auto;
  height: auto;
  color: white;
  display: flex;
  flex-direction: column;
  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: 1;
  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.8;
    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;
  height: auto;
  background: rgba(33, 39, 61, 0.93);
  height: auto !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
  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: 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: 60px 25px;
    top: 0;
    width: 100%;
  }
  .box3 {
    margin: 0;
    width: 100%;
    padding: 60px 40px 0 40px;
  }
}
.box4-1 {
  padding: 40px;
  margin: 60px 5% 60px auto;
  width: 40%;
}
.box4-2 {
  margin: 60px auto 60px 5%;
  padding: 40px;
  width: 40%;
}
@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 25px;
    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: 475px;
  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/Bayonne-Ave-F.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@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;
  }
}
.single-column {
  padding: 40px;
  margin: 0;
  max-width: 100%;
}
/* ---------------------------------------------------- */
/*                 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);
  }
}
/* ---------------------------------------------------- */
/*                     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 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #21273d;
  height: auto;
  justify-content: center;
}
.footer--inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.footer-left {
  padding: 0 40px;
  width: 40%;
  display: flex;
  flex-direction: column;
}
.footer-left p {
  text-align: left;
  line-height: 30px;
}
.footer-right {
  width: 60%;
  padding: 0 0 100px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.footer-right h2 {
  margin: 0;
  padding: 0;
}
#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/edge-bayonne-gallery-interior.jpg");
  background-size: cover;
  background-position: center bottom;
}
.amenity {
  width: 100%;
  height: 300px;
  background: url("../images/edge-bayonne-gallery-amenities.jpg");
  background-size: cover;
  background-position: center bottom;
}
.site-plans {
  width: 100%;
  height: 300px;
  background: url("../images/edge-bayonne-gallery-site-plans.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;
  }
}
/* ---------------------------------------------------- */
/*                  GENRAL MODULES                      */
/* ---------------------------------------------------- */
/* -------------------------------- 
  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;
  }
}
/* ---------------------------------------------------- */
/*                       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: 70%;
  margin-bottom: 40px;
}
.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 {
  margin-top: 5px;
  font-size: 1.75em;
}
@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: 1.225em;
  line-height: 1.5em;
}
h4 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
}
h5 {
  font-size: 1em;
  line-height: 1.5em;
}
.constrained {
  max-width: 1000px;
  text-align: center;
  margin: 10px auto 0 auto;
}
@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;
  }
}
/* ---------------------------------------------------- */
/*                       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;
}
.spaced {
  letter-spacing: 3px;
}
.intro {
  line-height: 1.5em;
  width: 70%;
  margin: 0 auto 30px 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;
}
.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;
}
.container {
  height: 160px;
  width: 300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
svg {
  width: 100%;
  height: auto;
  flex-grow: 1;
}
path {
  stroke: white;
}
.line {
  width: 30px;
  height: 90px;
  background: transparent!important;
  position: relative;
  overflow: hidden;
}
.line span {
  position: absolute;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 2.225rem;
}
.last {
  right: 8px;
}
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;
}
.ctas {
  width: 100%;
  height: auto;
  display: flex!important;
  flex-direction: row!important;
  margin: 0;
  justify-content: space-evenly !important;
}
.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: #000000;
  cursor: pointer;
}
/* ---------------------------------------------------- */
/*              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: 100vh;
    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-couple-shopping.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: center 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) {
  .bg1 {
    width: 100%;
    background: #FFF url('../images/edge-bayonne-couple-shopping-mobile.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .bg2 {
    width: 100%;
    background: #FFF url('../images/edge-bayonne-kitchen-temp-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;
  }
}
/* IMAGE HOLDERS AND CAPTION */
.slide1,
.slide2,
.slide3,
.slide4,
.slide5 {
  width: 100%;
  height: 100vh!important;
}
.slide1 {
  background: url("../images/home/edge-bayonne-new-jersey-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.slide2 {
  background: url("../images/home/edge-bayonne-new-jersey-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.slide3 {
  background: url("../images/home/edge-bayonne-new-jersey-03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.slide4 {
  background: url("../images/home/edge-bayonne-new-jersey-04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.slide5 {
  background: url("../images/home/edge-bayonne-new-jersey-05.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: 100vh!important;
  }
  .slide1 {
    background: url("../images/home/edge-bayonne-new-jersey-01-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .slide2 {
    background: url("../images/home/edge-bayonne-new-jersey-02-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .slide3 {
    background: url("../images/home/edge-bayonne-new-jersey-03-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
  }
  .slide4 {
    background: url("../images/home/edge-bayonne-new-jersey-04-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .slide5 {
    background: url("../images/home/edge-bayonne-new-jersey-05-mobile.jpg");
    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                         */
/* ---------------------------------------------------- */
.primary {
  background: #3c4559;
}
.darkBlueBg {
  background: #3c4559;
}
.paleBlueBg {
  background: #485264;
}
.strongBlueBg {
  background: #21273d;
}
.lightBg {
  background: #f4f4f4;
}
.lightGoldBg {
  background: #FFD791;
}
.darkGoldBg {
  background: #D9B06A;
}
.whiteBg {
  background: #FFFFFF;
}
.orange {
  color: #C75000;
}
.orangeBg {
  background: #C75000;
}
.darkBlue {
  color: #3c4559;
}
.paleBlue {
  color: #485264;
}
.strongBlue {
  color: #21273d;
}
.lightGold {
  color: #FFD791;
}
.darkGold {
  color: #D9B06A;
}
.gray {
  color: #424242;
}
.white {
  color: #FFFFFF;
}
/* -------------------------------- 
  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;
  }
}
/* -------------------------------- 
  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) {
  .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 
// -------------------------------- */
.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.jpg');
  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;
  }
}
