/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 4, templates/g5_helium/custom/scss/_accordion-joomla.scss */
/* line 5, templates/g5_helium/custom/scss/_accordion-joomla.scss */
.g-accordion .g-accordion-image {
  float: left;
  width: 33%;
  margin-right: 25px;
}
@media only all and (max-width: 47.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-accordion .g-accordion-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
}
/* line 16, templates/g5_helium/custom/scss/_accordion-joomla.scss */
.g-accordion .g-article-details {
  margin-top: 10px;
  font-size: 90%;
  color: #646b7e;
}
/* line 20, templates/g5_helium/custom/scss/_accordion-joomla.scss */
.g-accordion .g-article-details > span {
  margin-right: 10px;
}
/* line 22, templates/g5_helium/custom/scss/_accordion-joomla.scss */
.g-accordion .g-article-details > span:last-child {
  margin-right: 0;
}
/* line 25, templates/g5_helium/custom/scss/_accordion-joomla.scss */
.g-accordion .g-article-details > span i {
  margin-right: 5px;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Lato-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/Lato-Regular.woff2') format("woff2"), url('../fonts/Lato-Regular.woff') format("woff"), url('../fonts/Lato-Regular.ttf') format("truetype"), url('../fonts/Lato-Regular.svg#Lato') format("svg");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Lato-Bold.eot#iefix') format("embedded-opentype"), url('../fonts/Lato-Bold.woff2') format("woff2"), url('../fonts/Lato-Bold.woff') format("woff"), url('../fonts/Lato-Bold.ttf') format("truetype"), url('../fonts/Lato-Bold.svg#Lato') format("svg");
}
@font-face {
  font-family: "Lato-BoldItalic";
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Lato-BoldItalic.eot#iefix') format("embedded-opentype"), url('../fonts/Lato-BoldItalic.woff2') format("woff2"), url('../fonts/Lato-BoldItalic.woff') format("woff"), url('../fonts/Lato-BoldItalic.ttf') format("truetype"), url('../fonts/Lato-BoldItalic.svg#Lato-BoldItalic') format("svg");
}
@font-face {
  font-family: "Luxia";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Luxia-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/Luxia-Regular.woff2') format("woff2"), url('../fonts/Luxia-Regular.woff') format("woff"), url('../fonts/Luxia-Regular.ttf') format("truetype"), url('../fonts/Luxia-Regular.svg#Luxia') format("svg");
}
/* line 15, templates/g5_helium/custom/scss/custom.scss */
#g-page-surround {
  background: url('../../../../images/pictures/background.png');
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 20, templates/g5_helium/custom/scss/custom.scss */
body p {
  margin: 0 0 1rem 0;
}
/* line 24, templates/g5_helium/custom/scss/custom.scss */
/* line 25, templates/g5_helium/custom/scss/custom.scss */
.g-social.social a {
  color: #001a3b;
  font-size: 25px;
}
/* line 29, templates/g5_helium/custom/scss/custom.scss */
.g-social.social a:hover {
  color: #c0a678;
}
/* line 35, templates/g5_helium/custom/scss/custom.scss */
h2 {
  color: #c0a678;
  font-family: "Luxia";
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
/* line 44, templates/g5_helium/custom/scss/custom.scss */
h3 {
  color: #c0a678;
  font-family: "Luxia";
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
/* line 53, templates/g5_helium/custom/scss/custom.scss */
h4 {
  color: #c0a678;
  font-family: "lato";
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0 0;
}
/* line 63, templates/g5_helium/custom/scss/custom.scss */
p {
  font-family: "Lato";
  line-height: 25px;
}
/* line 68, templates/g5_helium/custom/scss/custom.scss */
/* line 69, templates/g5_helium/custom/scss/custom.scss */
.moduletable.wide-buttons .custom.wide-buttons {
  display: flex;
  justify-content: space-around;
  width: 100%;
  background-color: #fff;
  align-items: center;
}
/* line 77, templates/g5_helium/custom/scss/custom.scss */
.moduletable.wide-buttons a {
  background-color: #c0a678;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: bold;
  letter-spacing: 1.4px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  font-size: 1.2rem;
}
/* line 92, templates/g5_helium/custom/scss/custom.scss */
.moduletable.wide-buttons a:hover {
  background-color: #001a3b;
}
/* line 96, templates/g5_helium/custom/scss/custom.scss */
.moduletable.wide-buttons a:first-child {
  border-right: 4px solid #fff;
}
/* line 102, templates/g5_helium/custom/scss/custom.scss */
.cb-slideshow {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  min-height: 750px;
  top: 0px;
  left: 0px;
  margin: 0;
  z-index: 0;
  background-color: black;
}
/* line 113, templates/g5_helium/custom/scss/custom.scss */
.cb-slideshow video {
  width: 100%;
  height: calc(100vh - 60px);
  object-fit: cover;
  position: relative;
  top: 0;
}
/* line 121, templates/g5_helium/custom/scss/custom.scss */
.cb-slideshow .address {
  position: absolute;
  z-index: 50;
  top: 0;
  height: 100%;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 166px;
}
/* line 132, templates/g5_helium/custom/scss/custom.scss */
.cb-slideshow .address h1 {
  top: 0vh;
  position: relative;
  margin: 0 auto;
  font-family: "lato";
  font-size: 60px;
  line-height: 70px;
  color: #001a3b;
  text-shadow: 0px 1px 1px #c0a678;
}
/* line 142, templates/g5_helium/custom/scss/custom.scss */
.cb-slideshow .address h1 span {
  font-style: italic;
  font-weight: bold;
  color: #c0a678;
}
/* line 149, templates/g5_helium/custom/scss/custom.scss */
.cb-slideshow .address .boxed-button {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
}
/* line 153, templates/g5_helium/custom/scss/custom.scss */
.cb-slideshow .address .boxed-button:hover {
  background-color: #001a3b;
  color: #fff;
}
/* line 160, templates/g5_helium/custom/scss/custom.scss */
.cb-slideshow img.slideshowimage {
  object-fit: cover;
  height: 100%;
  min-height: 85vh;
  width: 100vw;
  position: absolute;
  top: 0;
}
/* line 170, templates/g5_helium/custom/scss/custom.scss */
.cb-slideshow img.slideshowimage.top {
  -webkit-animation-name: cf3FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  -moz-animation-name: cf3FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 10s;
  -o-animation-name: cf3FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 10s;
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
}
/* line 189, templates/g5_helium/custom/scss/custom.scss */
.cb-slideshow .tagline {
  margin: 80px auto 0 !important;
}
/* line 192, templates/g5_helium/custom/scss/custom.scss */
.cb-slideshow .tagline span {
  margin: 0 20px 0 0;
}
@keyframes cf3FadeInOut {
  /* line 199, templates/g5_helium/custom/scss/custom.scss */
  0% {
    opacity: 1;
  }
  /* line 203, templates/g5_helium/custom/scss/custom.scss */
  45% {
    opacity: 1;
  }
  /* line 207, templates/g5_helium/custom/scss/custom.scss */
  55% {
    opacity: 0;
  }
  /* line 211, templates/g5_helium/custom/scss/custom.scss */
  80% {
    opacity: 0;
  }
  /* line 215, templates/g5_helium/custom/scss/custom.scss */
  100% {
    opacity: 1;
  }
}
/* line 220, templates/g5_helium/custom/scss/custom.scss */
/* line 221, templates/g5_helium/custom/scss/custom.scss */
#sync1 .item {
  padding: 0 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
  text-align: center;
  width: 100%;
  height: 400px;
}
/* line 232, templates/g5_helium/custom/scss/custom.scss */
#sync1 .item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
/* line 239, templates/g5_helium/custom/scss/custom.scss */
#sync1 .owl-dots {
  display: none;
}
/* line 244, templates/g5_helium/custom/scss/custom.scss */
#sync2 {
  margin-top: 5px;
}
/* line 247, templates/g5_helium/custom/scss/custom.scss */
#sync2 .item {
  border: 2px solid #fff;
  padding: 0px 0px;
  margin: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 90px;
  box-sizing: content-box;
}
/* line 257, templates/g5_helium/custom/scss/custom.scss */
#sync2 .item img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
/* line 263, templates/g5_helium/custom/scss/custom.scss */
#sync2 .item h1 {
  font-size: 18px;
}
/* line 268, templates/g5_helium/custom/scss/custom.scss */
/* line 269, templates/g5_helium/custom/scss/custom.scss */
#sync2 .synced .item {
  border: 2px solid #000;
}
/* line 276, templates/g5_helium/custom/scss/custom.scss */
.boxed-button {
  border: 2px solid #c0a678;
  min-width: 200px;
  padding: 10px;
  line-height: 30px;
  text-align: center;
  color: #001a3b;
  font-weight: bold;
  transition: 0.4s;
  text-transform: uppercase;
  display: inline-block;
}
/* line 288, templates/g5_helium/custom/scss/custom.scss */
.boxed-button.white {
  color: #fff;
}
/* line 291, templates/g5_helium/custom/scss/custom.scss */
.boxed-button.white:hover {
  background-color: #c0a678;
}
/* line 296, templates/g5_helium/custom/scss/custom.scss */
.boxed-button:hover {
  /*box-shadow: 0 0.5em 0.5em -0.4em #c0a678;
   transform: translateY(-0.25em);
   */
  background-color: #001a3b;
  color: #fff;
}
/* line 305, templates/g5_helium/custom/scss/custom.scss */
.footer-gallery-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 19vw;
}
/* line 313, templates/g5_helium/custom/scss/custom.scss */
.facilities-banner {
  text-align: center;
  margin-bottom: 20px;
}
/* line 317, templates/g5_helium/custom/scss/custom.scss */
.facilities-banner .facilities {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  width: 100%;
  flex: 0 100%;
}
/* line 324, templates/g5_helium/custom/scss/custom.scss */
.facilities-banner .facilities .facility {
  display: flex;
}
/* line 325, templates/g5_helium/custom/scss/custom.scss */
/* line 326, templates/g5_helium/custom/scss/custom.scss */
.facilities-banner .facilities .facility:nth-of-type(3) img {
  width: 116px;
  /* flex: 0 49px; */
  top: 0px;
  display: block;
  position: relative;
}
/* line 335, templates/g5_helium/custom/scss/custom.scss */
.facilities-banner .facilities .facility a {
  display: flex;
  text-transform: uppercase;
  color: #001a3b;
  flex-flow: column;
  width: 7.4vw;
}
/* line 343, templates/g5_helium/custom/scss/custom.scss */
.facilities-banner .facilities .facility a img {
  flex: 1 0 auto;
  width: fit-content;
  object-fit: contain;
  align-self: center;
  transition: 0.4s;
}
/* line 351, templates/g5_helium/custom/scss/custom.scss */
.facilities-banner .facilities .facility a p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  line-height: 19px;
  height: 30px;
  margin-top: 15px;
}
/* line 361, templates/g5_helium/custom/scss/custom.scss */
/* line 362, templates/g5_helium/custom/scss/custom.scss */
.facilities-banner .facilities .facility a:hover img {
  filter: invert(1);
  transform: translateY(-0.25em);
}
/* line 374, templates/g5_helium/custom/scss/custom.scss */
.facilities-grid {
  text-align: center;
  margin-bottom: 50px;
}
/* line 378, templates/g5_helium/custom/scss/custom.scss */
.facilities-grid .facilities {
  display: inline-flex;
  justify-content: space-between;
  margin: 30px 0;
  flex-flow: row wrap;
  border-bottom: 2px solid #c0a678;
  vertical-align: bottom;
  width: 33%;
  flex: 0 33%;
}
/* line 388, templates/g5_helium/custom/scss/custom.scss */
/* line 389, templates/g5_helium/custom/scss/custom.scss */
.facilities-grid .facilities:nth-of-type(3n) .facility a:after {
  display: none;
}
/* line 394, templates/g5_helium/custom/scss/custom.scss */
/* line 395, templates/g5_helium/custom/scss/custom.scss */
.facilities-grid .facilities:nth-last-of-type(1) .facility a:after {
  display: none;
}
/* line 400, templates/g5_helium/custom/scss/custom.scss */
.facilities-grid .facilities .facility {
  display: flex;
  flex: 0 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  position: relative;
}
/* line 409, templates/g5_helium/custom/scss/custom.scss */
.facilities-grid .facilities .facility a {
  display: flex;
  text-transform: uppercase;
  color: #001a3b;
  flex-flow: column;
  width: 100%;
  padding: 0 10px;
  position: relative;
  height: 100%;
}
/* line 419, templates/g5_helium/custom/scss/custom.scss */
.facilities-grid .facilities .facility a img {
  flex: 1 0 auto;
  width: fit-content;
  object-fit: contain;
  align-self: center;
  transition: 0.4s;
}
/* line 427, templates/g5_helium/custom/scss/custom.scss */
.facilities-grid .facilities .facility a h3 {
  color: #001a3b;
  line-height: 43px;
}
/* line 432, templates/g5_helium/custom/scss/custom.scss */
.facilities-grid .facilities .facility a span {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  line-height: 19px;
  height: 30px;
  color: #c0a678;
}
/* line 442, templates/g5_helium/custom/scss/custom.scss */
/* line 443, templates/g5_helium/custom/scss/custom.scss */
.facilities-grid .facilities .facility a:hover img {
  filter: invert(1);
  transform: translateY(-0.25em);
}
/* line 448, templates/g5_helium/custom/scss/custom.scss */
.facilities-grid .facilities .facility a:hover span {
  color: #001a3b;
}
/* line 453, templates/g5_helium/custom/scss/custom.scss */
.facilities-grid .facilities .facility a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  height: 70%;
  width: 2px;
  background-color: #c0a678;
}
/* line 467, templates/g5_helium/custom/scss/custom.scss */
.border-bottom .facilities-banner {
  border-bottom: 2px solid #c0a678;
  padding-bottom: 50px;
}
/* line 472, templates/g5_helium/custom/scss/custom.scss */
.content-blocks {
  display: flex;
  flex-flow: column;
}
/* line 476, templates/g5_helium/custom/scss/custom.scss */
/* line 477, templates/g5_helium/custom/scss/custom.scss */
.content-blocks .block:nth-child(odd) {
  display: flex;
  padding: 2vw 0 0;
  flex-flow: row;
}
/* line 482, templates/g5_helium/custom/scss/custom.scss */
.content-blocks .block:nth-child(odd) .text {
  flex: 0 60%;
  width: 60%;
  padding: 2vw 0 2vw 4vw;
}
/* line 489, templates/g5_helium/custom/scss/custom.scss */
.content-blocks .block:nth-child(even) {
  display: flex;
  padding: 2vw 0 0;
  flex-flow: row-reverse;
}
/* line 494, templates/g5_helium/custom/scss/custom.scss */
.content-blocks .block:nth-child(even) .text {
  flex: 0 60%;
  width: 60%;
  padding: 2vw 5vw 2vw 0vw;
}
/* line 501, templates/g5_helium/custom/scss/custom.scss */
.content-blocks .block .image {
  flex: 0 40%;
  width: 40%;
}
/* line 507, templates/g5_helium/custom/scss/custom.scss */
.content-blocks.two {
  margin-bottom: 50px;
}
/* line 510, templates/g5_helium/custom/scss/custom.scss */
/* line 511, templates/g5_helium/custom/scss/custom.scss */
.content-blocks.two .block:nth-child(odd) {
  display: flex;
  padding: 2.5vw 0 0;
  flex-flow: row;
}
/* line 516, templates/g5_helium/custom/scss/custom.scss */
.content-blocks.two .block:nth-child(odd) .text {
  flex: 0 40%;
  width: 40%;
  padding: 1vw 4vw 2vw 3vw;
}
/* line 521, templates/g5_helium/custom/scss/custom.scss */
.content-blocks.two .block:nth-child(odd) .text p {
  margin-bottom: 30px;
}
/* line 525, templates/g5_helium/custom/scss/custom.scss */
.content-blocks.two .block:nth-child(odd) .text h4 ~ p {
  line-height: 30px;
}
/* line 531, templates/g5_helium/custom/scss/custom.scss */
.content-blocks.two .block:nth-child(even) {
  display: flex;
  padding: 2.5vw 0 0;
  flex-flow: row-reverse;
}
/* line 536, templates/g5_helium/custom/scss/custom.scss */
.content-blocks.two .block:nth-child(even) .text {
  flex: 0 40%;
  width: 40%;
  padding: 2vw 4vw 2vw 4vw;
}
/* line 541, templates/g5_helium/custom/scss/custom.scss */
.content-blocks.two .block:nth-child(even) .text p {
  margin-bottom: 30px;
}
/* line 545, templates/g5_helium/custom/scss/custom.scss */
.content-blocks.two .block:nth-child(even) .text h4 ~ p {
  line-height: 30px;
}
/* line 551, templates/g5_helium/custom/scss/custom.scss */
.content-blocks.two .block:nth-child(1) {
  padding: 1.5vw 0 0;
}
/* line 555, templates/g5_helium/custom/scss/custom.scss */
.content-blocks.two .block .image {
  flex: 0 60%;
  width: 60%;
}
/* line 559, templates/g5_helium/custom/scss/custom.scss */
.content-blocks.two .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #c0a678;
}
/* line 568, templates/g5_helium/custom/scss/custom.scss */
.content-blocks.two .facility-images {
  position: absolute;
  left: 0;
  display: flex;
  width: 100%;
}
/* line 574, templates/g5_helium/custom/scss/custom.scss */
.content-blocks.two .facility-images img {
  width: 50%;
}
/* line 580, templates/g5_helium/custom/scss/custom.scss */
.content-blocks .block-map {
  display: flex;
  padding: 2vw 0;
  flex-flow: column;
}
/* line 585, templates/g5_helium/custom/scss/custom.scss */
.content-blocks .block-map h3 {
  margin-bottom: 0;
}
/* line 589, templates/g5_helium/custom/scss/custom.scss */
.content-blocks .block-map p:nth-last-of-type() {
  margin-bottom: 40px;
}
/* line 595, templates/g5_helium/custom/scss/custom.scss */
/* line 596, templates/g5_helium/custom/scss/custom.scss */
.view-facilities .facilities-banner {
  display: none;
}
/* line 601, templates/g5_helium/custom/scss/custom.scss */
/* line 602, templates/g5_helium/custom/scss/custom.scss */
.view-facility .content-blocks.two {
  margin-bottom: 0;
}
/* line 607, templates/g5_helium/custom/scss/custom.scss */
.shortcuts.apartments {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #c0a678;
  padding: 50px 0 70px;
}
/* line 614, templates/g5_helium/custom/scss/custom.scss */
.shortcuts.apartments .shortcut {
  display: flex;
  flex-flow: column;
  text-align: center;
}
/* line 619, templates/g5_helium/custom/scss/custom.scss */
.shortcuts.apartments .shortcut h3 {
  line-height: 40px;
  font-size: 30px;
  margin: 0;
}
/* line 625, templates/g5_helium/custom/scss/custom.scss */
.shortcuts.apartments .shortcut p {
  font-size: 15px;
  line-height: 19px;
}
/* line 630, templates/g5_helium/custom/scss/custom.scss */
.shortcuts.apartments .shortcut a {
  color: #c0a678;
  font-size: 15px;
  font-weight: bold;
}
/* line 635, templates/g5_helium/custom/scss/custom.scss */
.shortcuts.apartments .shortcut a:hover {
  color: #001a3b;
}
/* line 640, templates/g5_helium/custom/scss/custom.scss */
.shortcuts.apartments .shortcut:not(:last-child) {
  border-right: 2px solid #c0a678;
}
/* line 646, templates/g5_helium/custom/scss/custom.scss */
/* line 647, templates/g5_helium/custom/scss/custom.scss */
.view-apartments #g-content-bottom {
  display: none;
}
/* line 652, templates/g5_helium/custom/scss/custom.scss */
/* line 653, templates/g5_helium/custom/scss/custom.scss */
.view-apartment #g-content-top {
  display: none;
}
/* line 657, templates/g5_helium/custom/scss/custom.scss */
.view-apartment .shortcuts.apartments {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #c0a678;
  border-bottom: none;
  padding: 70px 0 50px;
}
/* line 665, templates/g5_helium/custom/scss/custom.scss */
.view-apartment .intro {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  margin-bottom: 40px;
}
/* line 671, templates/g5_helium/custom/scss/custom.scss */
/* line 672, templates/g5_helium/custom/scss/custom.scss */
.view-apartment .intro h3 span {
  color: #001a3b;
}
/* line 677, templates/g5_helium/custom/scss/custom.scss */
.view-apartment .intro a {
  margin-top: 20px;
  margin-right: 20px;
}
/* line 683, templates/g5_helium/custom/scss/custom.scss */
.view-apartment div#gallery {
  /*img:not(.tns-lazy-img), .lazyload img { height: auto; }*/
  /* nav */
  /*[class*="vertical"] p { display: none; }*/
  /*.animation .img-1 { height: 137px; }
   .animation .img-2 { height: 122px; }
   .animation .img-3 { height: 143px; }
   .animation .img-4 { height: 325px; }
   .animation .img-5 { height: 140px; }
   .animation .img-6 { height: 119px; }
   .animation .img-7 { height: 223px; }
   .animation .img-8 { height: 164px; }*/
  /* reset prism */
  /* test results */
  /* go to */
  /* test results */
  /* https://daneden.github.io/animate.css/ */
  text-align: center;
  margin: 60px 0 0;
}
@-webkit-keyframes "jello" {
  /* line 18, templates/g5_helium/custom/scss/sliderGallery.scss */
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 22, templates/g5_helium/custom/scss/sliderGallery.scss */
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  /* line 26, templates/g5_helium/custom/scss/sliderGallery.scss */
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  /* line 30, templates/g5_helium/custom/scss/sliderGallery.scss */
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  /* line 34, templates/g5_helium/custom/scss/sliderGallery.scss */
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  /* line 38, templates/g5_helium/custom/scss/sliderGallery.scss */
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  /* line 42, templates/g5_helium/custom/scss/sliderGallery.scss */
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  /* line 46, templates/g5_helium/custom/scss/sliderGallery.scss */
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes "jello" {
  /* line 52, templates/g5_helium/custom/scss/sliderGallery.scss */
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 56, templates/g5_helium/custom/scss/sliderGallery.scss */
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  /* line 60, templates/g5_helium/custom/scss/sliderGallery.scss */
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  /* line 64, templates/g5_helium/custom/scss/sliderGallery.scss */
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  /* line 68, templates/g5_helium/custom/scss/sliderGallery.scss */
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  /* line 72, templates/g5_helium/custom/scss/sliderGallery.scss */
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  /* line 76, templates/g5_helium/custom/scss/sliderGallery.scss */
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  /* line 80, templates/g5_helium/custom/scss/sliderGallery.scss */
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-webkit-keyframes "rollOut" {
  /* line 86, templates/g5_helium/custom/scss/sliderGallery.scss */
  from {
    opacity: 1;
  }
  /* line 89, templates/g5_helium/custom/scss/sliderGallery.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes "rollOut" {
  /* line 96, templates/g5_helium/custom/scss/sliderGallery.scss */
  from {
    opacity: 1;
  }
  /* line 99, templates/g5_helium/custom/scss/sliderGallery.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 105, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 110, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery ul {
  margin: 0;
  padding: 0;
}
/* line 114, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery ol {
  margin: 0;
  padding: 0;
}
/* line 118, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery pre[class*="language-"] {
  margin: 0;
}
/* line 119, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery pre[class*="language-"] > code[data-language] {
  overflow: auto !important;
}
/* line 124, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery img {
  max-width: 100%;
  height: auto;
  border: 0;
}
/* line 129, templates/g5_helium/custom/scss/sliderGallery.scss */
/* line 130, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery [class*="autoWidth"] img {
  max-width: none;
}
/* line 134, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .tns-lazy-img {
  background: #f2f2f2;
}
/* line 137, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .img {
  font-size: 100px;
  font-weight: 100;
  color: #fff;
  text-align: center;
}
/* line 142, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .img a {
  display: block;
  padding: 22% 0;
  color: inherit;
  text-decoration: none;
}
/* line 149, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .visually-hidden {
  position: fixed;
  left: -10000px;
  opacity: 0;
}
/* line 154, templates/g5_helium/custom/scss/sliderGallery.scss */
/* line 155, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .nav.active ul {
  left: 0;
}
/* line 158, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .nav.active .nav-toggle-handle {
  left: 17em;
}
/* line 160, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .nav.active .nav-toggle-handle:before {
  display: inline-block;
}
/* line 163, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .nav.active .nav-toggle-handle:after {
  display: none;
}
/* line 168, templates/g5_helium/custom/scss/sliderGallery.scss */
/* line 169, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .nav ul {
  position: fixed;
  top: 0;
  left: -17em;
  z-index: 100;
  width: 17em;
  height: 1000px;
  height: 100vh;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
  transition: left 0.25s;
  overflow-y: auto;
}
/* line 183, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .nav a {
  display: block;
  padding: 0.7em 1em;
  color: inherit;
  text-decoration: none;
}
/* line 188, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .nav a:hover {
  background-color: #f3f3f3;
}
/* line 192, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .nav .active {
  color: #fff;
  background-color: #af23ff !important;
}
/* line 197, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .nav-toggle-handle {
  position: fixed;
  transition: left 0.25s;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 10px;
  color: #fff;
  background-color: #af23ff;
  cursor: pointer;
}
/* line 207, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .nav-toggle-handle:before {
  display: none;
  padding-right: 5px;
  content: '◄';
  font-size: 0.8em;
}
/* line 213, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .nav-toggle-handle:after {
  padding-left: 5px;
  content: '►';
  font-size: 0.8em;
}
/* line 219, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .img-0 {
  background: #705bd6;
  background: #705cd6;
}
/* line 223, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .img-1 {
  background: #d6d65b;
  background: #d6d65c;
}
/* line 227, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .img-2 {
  background: #5bd6ad;
  background: #5cd6ad;
}
/* line 231, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .img-3 {
  background: #5b99d6;
  background: #5c99d6;
}
/* line 235, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .img-4 {
  background: #d65bc1;
  background: #d65cc2;
}
/* line 239, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .img-5 {
  background: #70d65b;
  background: #70d65c;
}
/* line 243, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .img-6 {
  background: #d65b5b;
  background: #d65c5c;
}
/* line 247, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .img-7 {
  background: #d6995b;
  background: #d6995c;
}
/* line 251, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .customize-tools {
  position: relative;
}
/* line 253, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .customize-tools [hidden] {
  display: none;
}
/* line 257, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .thumbnails {
  margin: 20px 0;
  text-align: center;
}
/* line 260, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .thumbnails li {
  display: inline-block;
  cursor: pointer;
  border: 5px solid #fff;
  width: 50px;
}
/* line 266, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .thumbnails .tns-nav-active {
  background: none;
  border-color: #000;
}
/* line 270, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .thumbnails img {
  vertical-align: bottom;
  height: auto;
  max-height: 50px;
}
/* line 276, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .controls {
  text-align: center;
}
/* line 278, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .controls li {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s;
}
/* line 288, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .controls li img {
  display: inline-block;
  vertical-align: middle;
}
/* line 292, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .controls li:hover {
  background: #f2f2f2;
}
/* line 296, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .controls .prev {
  left: 0;
}
/* line 299, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .controls .next {
  right: 0;
}
/* line 303, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .tns-controls {
  text-align: center;
  margin-bottom: 10px;
}
/* line 306, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #6cf;
  border-radius: 3px;
  border: 0;
}
/* line 316, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .tns-controls [disabled] {
  color: #999;
  background: #b3b3b3;
  cursor: not-allowed !important;
}
/* line 322, templates/g5_helium/custom/scss/sliderGallery.scss */
/* line 323, templates/g5_helium/custom/scss/sliderGallery.scss */
/* line 324, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em;
}
/* line 329, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery [data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
}
/* line 338, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .tns-nav {
  text-align: center;
  margin: 10px 0;
}
/* line 341, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}
/* line 350, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .tns-nav > .tns-nav-active {
  background: #999;
}
/* line 354, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .playbutton-wrapper {
  text-align: center;
}
/* line 356, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .playbutton-wrapper button {
  height: 34px;
  padding: 0 10px;
  font-size: 14px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  cursor: pointer;
}
/* line 366, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .wrapper {
  padding: 0 5em;
}
/* line 369, templates/g5_helium/custom/scss/sliderGallery.scss */
/* line 370, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .suite-container .title {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  background: #8acac6;
  text-transform: capitalize;
}
/* line 377, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .suite-container .subtitle {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  background: #dedede;
  text-transform: capitalize;
}
/* line 384, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .suite-container li {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.4;
  background: #f5f5f5;
}
/* line 390, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .suite-container .fail {
  background: #ffade2;
}
/* line 394, templates/g5_helium/custom/scss/sliderGallery.scss */
/* line 395, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery [class*="vertical"] .img {
  padding: 30px 0;
}
/* line 397, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery [class*="vertical"] .img:before {
  content: '';
  display: inline-block;
  width: 1px;
  margin-right: -1px;
  height: 100%;
  vertical-align: middle;
}
/* line 405, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery [class*="vertical"] .img a {
  display: inline-block;
  padding: 0;
}
/* line 410, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery [class*="vertical"] .img-1 {
  height: 137px;
}
/* line 413, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery [class*="vertical"] .img-2 {
  height: 122px;
}
/* line 416, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery [class*="vertical"] .img-3 {
  height: 143px;
}
/* line 419, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery [class*="vertical"] .img-4 {
  height: 325px;
}
/* line 422, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery [class*="vertical"] .img-5 {
  height: 140px;
}
/* line 425, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery [class*="vertical"] .img-6 {
  height: 119px;
}
/* line 428, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery [class*="vertical"] .img-7 {
  height: 223px;
}
/* line 431, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery [class*="vertical"] .img-8 {
  height: 164px;
}
/* line 435, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .test-results {
  line-height: 1.6;
  line-height: 1.6rem;
  padding: 1.6em 10%;
  background-color: #f2f2f2;
}
/* line 440, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .test-results .title {
  font-weight: bold;
  text-transform: capitalize;
}
/* line 443, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .test-results .title:nth-child(n+2) {
  margin-top: 1em;
}
/* line 447, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .test-results [class*="item"] {
  margin-left: 1em;
  font-size: 0.9em;
  font-weight: 300;
}
/* line 451, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .test-results [class*="item"]:after {
  margin-left: 0.5em;
}
/* line 455, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .test-results .item-success {
  color: #0eb80e;
}
/* line 457, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .test-results .item-success:after {
  content: '✓';
}
/* line 461, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .test-results .item-fail {
  color: #ed1e1e;
}
/* line 463, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .test-results .item-fail:after {
  content: '✗';
}
/* line 467, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .test-results .item-comment {
  font-style: italic;
  color: #666;
}
/* line 471, templates/g5_helium/custom/scss/sliderGallery.scss */
/* line 472, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .test-results .item-notsure:after {
  content: '？';
}
/* line 476, templates/g5_helium/custom/scss/sliderGallery.scss */
/* line 477, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .test-results .item-running:after {
  display: inline-block;
  height: 16px;
  vertical-align: middle;
}
/* line 484, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .goto-controls {
  margin-bottom: 10px;
  text-align: center;
}
/* line 487, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .goto-controls input {
  display: inline-block;
  font-size: 14px;
  height: 2.6em;
  line-height: 2.6;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #ccc;
}
/* line 499, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .goto-controls .button {
  display: inline-block;
  font-size: 14px;
  height: 2.6em;
  line-height: 2.6;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  min-width: 4em;
  border: none;
  color: #fff;
  background-color: #333;
  cursor: pointer;
}
/* line 516, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
/* line 522, templates/g5_helium/custom/scss/sliderGallery.scss */
.view-apartment div#gallery .rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* line 688, templates/g5_helium/custom/scss/custom.scss */
.view-apartment div#gallery h3 {
  margin-bottom: 40px;
}
/* line 692, templates/g5_helium/custom/scss/custom.scss */
.view-apartment div#gallery > a {
  margin-right: 15px;
}
/* line 696, templates/g5_helium/custom/scss/custom.scss */
.view-apartment div#gallery .gallery-wrap {
  display: flex;
  flex-flow: row-reverse;
  margin-bottom: 35px;
}
/* line 701, templates/g5_helium/custom/scss/custom.scss */
/* line 702, templates/g5_helium/custom/scss/custom.scss */
.view-apartment div#gallery .gallery-wrap > div:first-child {
  flex: 0 60%;
  margin: 4px 0 0 10px;
}
/* line 706, templates/g5_helium/custom/scss/custom.scss */
.view-apartment div#gallery .gallery-wrap > div:first-child img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
/* line 713, templates/g5_helium/custom/scss/custom.scss */
.view-apartment div#gallery .gallery-wrap > div:last-child {
  flex: 0 40%;
}
/* line 718, templates/g5_helium/custom/scss/custom.scss */
.view-apartment div#gallery .gallery-wrap .thumbnails {
  margin: 0;
  padding: 0;
}
/* line 722, templates/g5_helium/custom/scss/custom.scss */
.view-apartment div#gallery .gallery-wrap .thumbnails li {
  width: 32%;
  margin: 0 0 4px 0;
  float: unset;
  cursor: pointer;
  border: 4px solid #fff;
}
/* line 730, templates/g5_helium/custom/scss/custom.scss */
.view-apartment div#gallery .gallery-wrap .thumbnails img {
  max-height: 150px;
  object-fit: cover;
  height: 100%;
}
/* line 736, templates/g5_helium/custom/scss/custom.scss */
.view-apartment div#gallery .gallery-wrap .thumbnails .tns-nav-active {
  border-color: rosybrown;
}
/* line 741, templates/g5_helium/custom/scss/custom.scss */
.view-apartment div#gallery .gallery-wrap .playbutton-wrapper {
  display: none;
}
/* line 752, templates/g5_helium/custom/scss/custom.scss */
li.g-menu-item.g-menu-item-136.g-menu-item-type-component.g-standard, li.g-menu-item.g-menu-item-137.g-menu-item-type-component.g-standard, li.g-menu-item.g-menu-item-138.g-menu-item-type-component.g-standard, li.g-menu-item.g-menu-item-139.g-menu-item-type-component.g-standard, li.g-menu-item.g-menu-item-141.g-menu-item-type-component.g-standard {
  display: none;
}
/* line 759, templates/g5_helium/custom/scss/custom.scss */
/* line 760, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-social {
  text-align: right;
  line-height: 3.125;
  top: -10px;
  display: block;
  position: absolute;
  width: 80px;
}
/* line 769, templates/g5_helium/custom/scss/custom.scss */
/* line 770, templates/g5_helium/custom/scss/custom.scss */
/* line 771, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-container .g-grid .g-block.size-20 {
  height: 102px;
  background-color: #001a3b;
  display: flex;
}
/* line 776, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-container .g-grid .g-block.size-20 > div {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
/* line 782, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-container .g-grid .g-block.size-20 > div a {
  width: 100%;
}
/* line 785, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-container .g-grid .g-block.size-20 > div a img {
  width: 42%;
  margin: 0 auto;
  display: inherit;
}
/* line 794, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-container .g-grid .g-block.size-80 {
  height: 102px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
}
/* line 799, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div {
  display: flex;
  align-items: center;
}
/* line 803, templates/g5_helium/custom/scss/custom.scss */
/* line 804, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div .g-main-nav .g-toplevel {
  padding: 0 0 0 30px;
  width: 69vw;
  display: flex;
  justify-content: space-evenly;
}
/* line 810, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div .g-main-nav .g-toplevel a.g-menu-item-container.header-btn {
  box-shadow: unset;
  border: 2px solid transparent;
  padding: 0 !important;
  background-color: #c0a678;
  color: #001a3b !important;
}
/* line 817, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div .g-main-nav .g-toplevel a.g-menu-item-container.header-btn:hover {
  color: #001a3b !important;
  background-color: transparent;
}
/* line 824, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div .g-main-nav .g-toplevel > li {
  margin: 0;
}
/* line 827, templates/g5_helium/custom/scss/custom.scss */
/* line 828, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: bold;
  letter-spacing: 0.7px;
  border: 2px solid transparent;
  padding: 15px;
  transition: all 0.4s ease;
}
/* line 839, templates/g5_helium/custom/scss/custom.scss */
/* line 841, templates/g5_helium/custom/scss/custom.scss */
/* line 842, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content, #g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content {
  box-shadow: unset;
  border: 2px solid #c0a678;
  padding: 15px;
}
/* line 850, templates/g5_helium/custom/scss/custom.scss */
/* line 851, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div .g-main-nav .g-toplevel > li .g-social.social a {
  color: #001a3b;
  font-size: 25px;
}
/* line 855, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div .g-main-nav .g-toplevel > li .g-social.social a:hover {
  color: #c0a678;
}
/* line 869, templates/g5_helium/custom/scss/custom.scss */
.uk-accordion-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 15px 15px;
}
/* line 875, templates/g5_helium/custom/scss/custom.scss */
.g-title-separator.no-intro-text {
  display: none;
}
/* line 879, templates/g5_helium/custom/scss/custom.scss */
/* line 880, templates/g5_helium/custom/scss/custom.scss */
/* line 881, templates/g5_helium/custom/scss/custom.scss */
/* line 882, templates/g5_helium/custom/scss/custom.scss */
#g-banner .g-container .banneritem img {
  width: 100%;
}
/* line 887, templates/g5_helium/custom/scss/custom.scss */
/* line 888, templates/g5_helium/custom/scss/custom.scss */
/* line 889, templates/g5_helium/custom/scss/custom.scss */
/* line 898, templates/g5_helium/custom/scss/custom.scss */
/* line 899, templates/g5_helium/custom/scss/custom.scss */
/* line 900, templates/g5_helium/custom/scss/custom.scss */
/* line 901, templates/g5_helium/custom/scss/custom.scss */
/* line 902, templates/g5_helium/custom/scss/custom.scss */
#g-footer > div > .g-grid:nth-child(1) .moduletable.wide-buttons .custom.wide-buttons {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
/* line 908, templates/g5_helium/custom/scss/custom.scss */
#g-footer > div > .g-grid:nth-child(1) .platform-content, #g-footer > div > .g-grid:nth-child(1) .moduletable, #g-footer > div > .g-grid:nth-child(1) .widget {
  margin: 0;
  padding: 0;
}
/* line 916, templates/g5_helium/custom/scss/custom.scss */
#g-footer > div > .g-grid:nth-child(2) {
  height: 411px;
  display: flex;
  background: #001a3b;
  align-items: center;
}
/* line 922, templates/g5_helium/custom/scss/custom.scss */
#g-footer > div > .g-grid:nth-child(2) .custom {
  display: flex;
  flex-flow: column;
  align-items: center;
  /*.boxed-button {
   color: #fff;
   }*/
}
/* line 927, templates/g5_helium/custom/scss/custom.scss */
#g-footer > div > .g-grid:nth-child(2) .custom > a:not(.boxed-button) {
  color: #c0a678;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
/* line 938, templates/g5_helium/custom/scss/custom.scss */
#g-footer > div > .g-grid:nth-child(2) .custom > a:not(.boxed-button):nth-child(2) {
  margin: 16px 0 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
/* line 945, templates/g5_helium/custom/scss/custom.scss */
#g-footer > div > .g-grid:nth-child(2) .custom > a:not(.boxed-button):hover {
  border-bottom: 2px solid #c0a678;
  transform: translateY(-0.25em);
}
/* line 956, templates/g5_helium/custom/scss/custom.scss */
#g-footer > div > .g-grid:nth-child(2) .g-social.social {
  margin: 20px 0 0;
}
/* line 957, templates/g5_helium/custom/scss/custom.scss */
#g-footer > div > .g-grid:nth-child(2) .g-social.social a {
  color: #fff;
}
/* line 960, templates/g5_helium/custom/scss/custom.scss */
#g-footer > div > .g-grid:nth-child(2) .g-social.social a:hover {
  color: #c0a678;
}
/* line 969, templates/g5_helium/custom/scss/custom.scss */
#g-footer > div > .g-grid:nth-child(3) {
  background-color: #fff;
  color: #c0a678;
  padding: 0 calc(50% - 590px);
}
/* line 975, templates/g5_helium/custom/scss/custom.scss */
#g-footer > div > .g-grid:nth-child(3) a {
  color: #c0a678;
}
/* line 978, templates/g5_helium/custom/scss/custom.scss */
#g-footer > div > .g-grid:nth-child(3) a:hover {
  color: #001a3b;
}
/* line 986, templates/g5_helium/custom/scss/custom.scss */
/* line 987, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 #g-navigation.g-flushed {
  position: absolute;
  z-index: 34;
  width: 100%;
  background-color: transparent;
}
/* line 994, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 section#g-content-top {
  background-image: url('../../../../images/pictures/welcome.jpg');
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  max-height: 550px;
  height: 550px;
}
/* line 995, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 section#g-content-top .custom {
  display: flex;
  height: 100%;
}
/* line 999, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 section#g-content-top .custom .left {
  flex: 0 70%;
  padding-top: 2.5vw;
}
/* line 1003, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 section#g-content-top .custom .left h2 {
  color: #c0a678;
}
/* line 1007, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 section#g-content-top .custom .left p {
  color: #fff;
  padding-right: 10%;
}
/* line 1013, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 section#g-content-top .custom .right {
  display: flex;
  flex: 0 30%;
  justify-content: flex-end;
  align-items: flex-end;
}
/* line 1029, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 section#g-content-3 {
  background-image: url('../../../../images/pictures/perfect-balance.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  max-height: 608px;
  height: 608px;
}
/* line 1037, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 section#g-content-3 .custom {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 600px;
}
/* line 1043, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 section#g-content-3 .custom > div {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  flex-flow: column;
  width: fit-content;
}
/* line 1051, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 section#g-content-3 .custom > div h2 {
  color: #fff;
}
/* line 1055, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 section#g-content-3 .custom > div .boxed-button {
  color: #fff;
  border-color: #fff;
  width: 200px;
  margin: 0 auto;
}
/* line 1061, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 section#g-content-3 .custom > div .boxed-button:hover {
  background-color: #001a3b;
  color: #fff;
}
/* line 1070, templates/g5_helium/custom/scss/custom.scss */
/* line 1071, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 section#g-content-4 .custom {
  height: 256px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1078, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 section#g-content-4 .g-content {
  margin: 0;
  padding: 0;
}
/* line 1084, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 div[itemprop="articleBody"] {
  display: flex;
  justify-content: initial;
  margin-bottom: 70px;
}
/* line 1089, templates/g5_helium/custom/scss/custom.scss */
/* line 1090, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 div[itemprop="articleBody"] > div:first-child {
  flex: 0 40%;
  height: 500px;
  width: 40%;
}
/* line 1096, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 div[itemprop="articleBody"] > div:last-child {
  flex: 0 60%;
  padding: 2vw 4vw 0 4.7vw;
}
/* line 1100, templates/g5_helium/custom/scss/custom.scss */
body.itemid-101 div[itemprop="articleBody"] > div:last-child a {
  margin: 10px 20px 0 0;
}
/* line 1108, templates/g5_helium/custom/scss/custom.scss */
.footer-gallery-container.size-25 {
  width: 50%;
  flex: 0 50%;
  height: 180px;
}
/* line 1114, templates/g5_helium/custom/scss/custom.scss */
/* line 1115, templates/g5_helium/custom/scss/custom.scss */
.itemid-138 h3 {
  text-align: center;
}
/* line 1120, templates/g5_helium/custom/scss/custom.scss */
/* line 1121, templates/g5_helium/custom/scss/custom.scss */
.ba-gallery a.ba-btn {
  font-size: 16px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "lato";
  border-right: 2px solid #c0a678 !important;
  padding: 0 25px !important;
  margin-bottom: 30px !important;
}
/* line 1131, templates/g5_helium/custom/scss/custom.scss */
.ba-gallery a.ba-btn:nth-child(8) {
  border-color: transparent !important;
  padding: 0 25px;
  margin-bottom: 30px !important;
}
/* line 1139, templates/g5_helium/custom/scss/custom.scss */
/* line 1140, templates/g5_helium/custom/scss/custom.scss */
.itemid-134 .boxed-button {
  margin-top: 15px;
}
/* line 1145, templates/g5_helium/custom/scss/custom.scss */
#g-content-1 {
  padding-top: 20px;
}
/**CONTACT US */
/* line 1150, templates/g5_helium/custom/scss/custom.scss */
/* line 1151, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 {
  padding: 20px 0;
}
/* line 1154, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 h3 {
  margin-bottom: 0;
}
/* line 1158, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 a.tel {
  color: #001a3b;
  font-family: "Luxia";
  font-size: 48px;
  line-height: 55px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  display: inline-block;
  transition: 0.4s;
}
/* line 1169, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 a.tel:hover {
  border-bottom: 2px solid #001a3b;
  transform: translateY(-0.25em);
}
/* line 1175, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 a.email {
  color: #001a3b;
  font-family: "Lato";
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-bottom: 20px;
  display: inline-block;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
}
/* line 1188, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 a.email:hover {
  border-bottom: 2px solid #001a3b;
  transform: translateY(-0.25em);
}
/* line 1194, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 .g-social.social a {
  font-size: 35px;
}
/* line 1198, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 .formResponsive {
  padding: 0 50px 0 0;
}
/* line 1201, templates/g5_helium/custom/scss/custom.scss */
/* line 1202, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 .formResponsive .formHorizontal .formSpan12 {
  margin-left: 0;
}
/* line 1206, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 .formResponsive .formHorizontal .rsform-block {
  margin: 0;
}
/* line 1209, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls {
  margin-left: 0;
}
/* line 1212, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls input {
  height: 41px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 15px;
  margin-bottom: 10px;
  border: 1px solid #000;
  border-radius: 0;
}
/* line 1222, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls input::placeholder {
  color: #000;
}
/* line 1227, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls textarea#Message {
  width: 100%;
  height: 200px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 15px;
  padding-top: 10px;
  border: 1px solid #000;
  border-radius: 0;
}
/* line 1238, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls textarea#Message::placeholder {
  color: #000;
}
/* line 1243, templates/g5_helium/custom/scss/custom.scss */
/* line 1244, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls button[type="submit"]:first-child {
  border: 2px solid #c0a678;
  font-family: "lato";
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  height: 50px;
  font-size: 16px;
  min-width: 200px;
  padding: 10px;
  text-align: center;
  color: #001a3b;
  font-weight: bold;
  transition: 0.4s;
  text-transform: uppercase;
  display: inline-block;
}
/* line 1261, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls button[type="submit"]:first-child:hover {
  background-color: #001a3b;
  color: #fff;
}
/* line 1269, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 .formResponsive .formHorizontal .rsform-block .privacy {
  font-size: 14px;
}
/* line 1272, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 .formResponsive .formHorizontal .rsform-block .privacy a {
  color: #c0a678;
  text-decoration: underline;
}
/* line 1276, templates/g5_helium/custom/scss/custom.scss */
.itemid-141 #g-content-1 .formResponsive .formHorizontal .rsform-block .privacy a:hover {
  color: #001a3b;
}
/**CONTACT US */
/* line 1288, templates/g5_helium/custom/scss/custom.scss */
/* line 1289, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 {
  padding: 20px 0;
  text-align: center;
}
/* line 1293, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 h3 {
  margin-bottom: 0;
}
/* line 1297, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 a.tel {
  color: #001a3b;
  font-family: "Luxia";
  font-size: 48px;
  line-height: 55px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  display: inline-block;
  transition: 0.4s;
}
/* line 1308, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 a.tel:hover {
  border-bottom: 2px solid #001a3b;
  transform: translateY(-0.25em);
}
/* line 1314, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 a.email {
  color: #001a3b;
  font-family: "Lato";
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-bottom: 20px;
  display: inline-block;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
}
/* line 1327, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 a.email:hover {
  border-bottom: 2px solid #001a3b;
  transform: translateY(-0.25em);
}
/* line 1333, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .g-social.social a {
  font-size: 35px;
}
/* line 1337, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive {
  margin: 0 auto;
  max-width: 70%;
}
/* line 1341, templates/g5_helium/custom/scss/custom.scss */
/* line 1342, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive .formHorizontal .formSpan12 {
  margin-left: 0;
}
/* line 1346, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive .formHorizontal .rsform-block {
  margin: 0;
}
/* line 1349, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls {
  margin-left: 0;
}
/* line 1352, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls input {
  height: 41px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 15px;
  margin-bottom: 10px;
  border: 1px solid #000;
  border-radius: 0;
}
/* line 1362, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls input::placeholder {
  color: #000;
}
/* line 1367, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls textarea {
  width: 100%;
  height: 200px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 15px;
  padding-top: 10px;
  border: 1px solid #000;
  border-radius: 0;
}
/* line 1378, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls textarea::placeholder {
  color: #000;
}
/* line 1383, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls select {
  height: 41px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 11px;
  margin-bottom: 10px;
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
}
/* line 1395, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls select option {
  color: #000;
}
/* line 1400, templates/g5_helium/custom/scss/custom.scss */
/* line 1401, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls button[type="submit"]:first-child {
  border: 2px solid #c0a678;
  font-family: "lato";
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  height: 50px;
  font-size: 16px;
  min-width: 200px;
  padding: 10px;
  text-align: center;
  color: #001a3b;
  font-weight: bold;
  transition: 0.4s;
  text-transform: uppercase;
  display: inline-block;
}
/* line 1418, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive .formHorizontal .rsform-block .formControls button[type="submit"]:first-child:hover {
  background-color: #001a3b;
  color: #fff;
}
/* line 1426, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive .formHorizontal .rsform-block .privacy {
  font-size: 14px;
}
/* line 1429, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive .formHorizontal .rsform-block .privacy a {
  color: #c0a678;
  text-decoration: underline;
}
/* line 1433, templates/g5_helium/custom/scss/custom.scss */
.itemid-171 #g-content-1 .formResponsive .formHorizontal .rsform-block .privacy a:hover {
  color: #001a3b;
}
/** BLOG **/
/* line 1445, templates/g5_helium/custom/scss/custom.scss */
/* line 1446, templates/g5_helium/custom/scss/custom.scss */
.itemid-140 h2 {
  color: #c0a678;
  font-family: "Luxia";
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 1455, templates/g5_helium/custom/scss/custom.scss */
.itemid-140 h2 a {
  color: #c0a678;
}
/* line 1458, templates/g5_helium/custom/scss/custom.scss */
.itemid-140 h2 a:hover {
  color: #001a3b;
}
/* line 1464, templates/g5_helium/custom/scss/custom.scss */
.itemid-140 .pull-left.item-image {
  width: 100%;
  height: 15vw;
}
/* line 1468, templates/g5_helium/custom/scss/custom.scss */
.itemid-140 .pull-left.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 1475, templates/g5_helium/custom/scss/custom.scss */
.itemid-140 dl.article-info {
  margin-bottom: 10px;
}
/* line 1479, templates/g5_helium/custom/scss/custom.scss */
/* line 1480, templates/g5_helium/custom/scss/custom.scss */
.itemid-140.view-category dd.category-name {
  display: none !important;
}
/* line 1485, templates/g5_helium/custom/scss/custom.scss */
.itemid-140 .pager.pagenav a {
  border-radius: 0;
  border: 2px solid #c0a678;
  min-width: 200px;
  padding: 10px;
  line-height: 30px;
  text-align: center;
  color: #001a3b;
  background-color: transparent;
  font-weight: bold;
  transition: 0.4s;
  text-transform: uppercase;
  display: inline-block;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 1503, templates/g5_helium/custom/scss/custom.scss */
  .facilities-grid .facilities .facility a {
    padding: 0 40px !important;
  }
  /* line 1506, templates/g5_helium/custom/scss/custom.scss */
  .facilities-grid .facilities .facility a h3 {
    line-height: 35px;
    font-size: 25px;
  }
  /* line 1512, templates/g5_helium/custom/scss/custom.scss */
  /* line 1513, templates/g5_helium/custom/scss/custom.scss */
  /* line 1514, templates/g5_helium/custom/scss/custom.scss */
  /* line 1515, templates/g5_helium/custom/scss/custom.scss */
  /* line 1516, templates/g5_helium/custom/scss/custom.scss */
  /* line 1517, templates/g5_helium/custom/scss/custom.scss */
  /* line 1518, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div .g-main-nav .g-toplevel {
    padding: 0 0 0 5px;
  }
  /* line 1519, templates/g5_helium/custom/scss/custom.scss */
  /* line 1520, templates/g5_helium/custom/scss/custom.scss */
  /* line 1521, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    font-size: 13px;
    padding: 0.5vw;
    letter-spacing: 0;
  }
  /* line 1528, templates/g5_helium/custom/scss/custom.scss */
  /* line 1529, templates/g5_helium/custom/scss/custom.scss */
  /* line 1530, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content {
    padding: 0.5vw;
  }
  /* line 1536, templates/g5_helium/custom/scss/custom.scss */
  /* line 1537, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div .g-main-nav .g-toplevel > li .g-social.social a {
    font-size: 20px;
  }
  /* line 1543, templates/g5_helium/custom/scss/custom.scss */
  /* line 1544, templates/g5_helium/custom/scss/custom.scss */
  /* line 1545, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.g-flushed .g-container .g-grid .g-block.size-80 > div .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
    padding: 0.5vw;
  }
  /* line 1560, templates/g5_helium/custom/scss/custom.scss */
  h2 {
    font-size: 49px;
    line-height: 62px;
  }
  /* line 1565, templates/g5_helium/custom/scss/custom.scss */
  h3 {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 4px;
  }
  /* line 1571, templates/g5_helium/custom/scss/custom.scss */
  h4 {
    font-size: 16px;
    line-height: 16px;
    padding: 5px 0 0;
  }
  /* line 1577, templates/g5_helium/custom/scss/custom.scss */
  p {
    line-height: 25px;
  }
  /* line 1581, templates/g5_helium/custom/scss/custom.scss */
  /* line 1582, templates/g5_helium/custom/scss/custom.scss */
  /* line 1583, templates/g5_helium/custom/scss/custom.scss */
  .shortcuts.apartments .shortcut h3 {
    line-height: 40px;
    font-size: 25px;
    margin: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /**** General ****/
  /**** Navigation ****/
  /**** Banners ****/
  /**** Homepage slide ****/
  /**** Homepage ****/
  /**** Facilities ****/
  /**** Contact Page ****/
  /* line 1594, templates/g5_helium/custom/scss/custom.scss */
  h4 {
    margin-bottom: 10px;
  }
  /* line 1598, templates/g5_helium/custom/scss/custom.scss */
  #sync1 .item {
    height: 306px;
  }
  /* line 1601, templates/g5_helium/custom/scss/custom.scss */
  #sync1 .item img {
    width: 100%;
    object-fit: cover;
    height: 310px;
  }
  /* line 1608, templates/g5_helium/custom/scss/custom.scss */
  #sync2 .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  /* line 1614, templates/g5_helium/custom/scss/custom.scss */
  .sm-parent {
    position: absolute;
    right: 0;
  }
  /* line 1619, templates/g5_helium/custom/scss/custom.scss */
  .g-offcanvas-right .g-offcanvas-toggle {
    left: inherit;
    right: 0.7rem;
    display: none;
  }
  /* line 1626, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(even) .text p {
    margin-bottom: 0;
  }
  /* line 1629, templates/g5_helium/custom/scss/custom.scss */
  .boxed-button {
    padding: 8px;
    line-height: 30px;
    font-size: 14px;
    min-width: 170px;
    margin-top: 20px;
  }
  /* line 1637, templates/g5_helium/custom/scss/custom.scss */
  p {
    font-family: "Lato";
    line-height: 22px;
    font-size: 14px;
  }
  /* line 1643, templates/g5_helium/custom/scss/custom.scss */
  h2 {
    font-size: 36px;
    line-height: 50px;
  }
  /* line 1648, templates/g5_helium/custom/scss/custom.scss */
  h3 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  /* line 1658, templates/g5_helium/custom/scss/custom.scss */
  /* line 1659, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 #g-navigation.g-flushed {
    position: relative;
  }
  /* line 1663, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.g-flushed .g-container .g-grid .g-block.size-80 {
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
  }
  /* line 1668, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.g-flushed {
    position: relative;
  }
  /* line 1671, templates/g5_helium/custom/scss/custom.scss */
  /* line 1672, templates/g5_helium/custom/scss/custom.scss */
  /* line 1673, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.g-flushed .g-container .g-grid .g-block.size-20 {
    height: 100px;
    background-color: #001a3b;
    display: flex;
    width: 50%;
    flex: 0 30%;
  }
  /* line 1686, templates/g5_helium/custom/scss/custom.scss */
  /* line 1687, templates/g5_helium/custom/scss/custom.scss */
  .banneritem img {
    height: 195px;
    object-fit: cover;
  }
  /* line 1695, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow {
    height: 500px;
    min-height: 500px;
  }
  /* line 1699, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow video {
    height: 500px;
    min-height: 500px;
  }
  /* line 1704, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow img.slideshowimage {
    min-height: 500px;
  }
  /* line 1708, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow .address {
    padding-top: 0;
  }
  /* line 1711, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow .address h1 {
    font-size: 45px;
    line-height: 50px;
  }
  /* line 1717, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow .tagline {
    margin: 36px auto 0 !important;
  }
  /* line 1722, templates/g5_helium/custom/scss/custom.scss */
  .moduletable.wide-buttons a {
    height: 52px;
    font-size: 14px;
  }
  /* line 1729, templates/g5_helium/custom/scss/custom.scss */
  /* line 1730, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-top {
    background-image: url('../../../../images/tablet/welcome.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 500px;
    height: 500px;
  }
  /* line 1739, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 div[itemprop="articleBody"] {
    margin-bottom: 25px;
  }
  /* line 1742, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 div[itemprop="articleBody"] > div:last-child {
    flex: 0 60%;
    padding: 0vw 1vw 0 4.7vw;
  }
  /* line 1746, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 div[itemprop="articleBody"] > div:last-child a {
    margin: 10px 10px 0 0;
  }
  /* line 1751, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 div[itemprop="articleBody"] > div:first-child {
    flex: 0 40%;
    height: 414px;
    width: 40%;
  }
  /* line 1758, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-3 {
    max-height: 352px;
    height: 352px;
  }
  /* line 1762, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-3 .custom {
    height: 352px;
  }
  /* line 1768, templates/g5_helium/custom/scss/custom.scss */
  /* line 1769, templates/g5_helium/custom/scss/custom.scss */
  .itemid-101 .facilities-banner {
    border-bottom: 1px solid #c0a678;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  /* line 1776, templates/g5_helium/custom/scss/custom.scss */
  .facilities-banner {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  /* line 1780, templates/g5_helium/custom/scss/custom.scss */
  /* line 1781, templates/g5_helium/custom/scss/custom.scss */
  /* line 1782, templates/g5_helium/custom/scss/custom.scss */
  .facilities-banner .facilities .facility:nth-of-type(n + 7) {
    display: none;
  }
  /* line 1786, templates/g5_helium/custom/scss/custom.scss */
  .facilities-banner .facilities .facility a {
    width: 90%;
    margin: 0 auto;
  }
  /* line 1794, templates/g5_helium/custom/scss/custom.scss */
  .footer-gallery-container {
    height: 28vw;
    flex: 0 25%;
  }
  /* line 1798, templates/g5_helium/custom/scss/custom.scss */
  .footer-gallery-container:nth-child(5) {
    display: none;
  }
  /* line 1803, templates/g5_helium/custom/scss/custom.scss */
  #g-footer {
    text-align: center;
  }
  /* line 1806, templates/g5_helium/custom/scss/custom.scss */
  #g-footer .size-50 {
    width: 100%;
    flex: 0 100%;
    text-align: center !important;
  }
  /* line 1811, templates/g5_helium/custom/scss/custom.scss */
  /* line 1812, templates/g5_helium/custom/scss/custom.scss */
  #g-footer .size-50:nth-of-type(1) p {
    margin-bottom: 0;
  }
  /* line 1817, templates/g5_helium/custom/scss/custom.scss */
  /* line 1818, templates/g5_helium/custom/scss/custom.scss */
  #g-footer .size-50:nth-of-type(2) p {
    margin-top: 0;
  }
  /* line 1824, templates/g5_helium/custom/scss/custom.scss */
  #g-footer > div > .g-grid:nth-child(2) {
    height: 320px;
  }
  /* line 1829, templates/g5_helium/custom/scss/custom.scss */
  /* line 1830, templates/g5_helium/custom/scss/custom.scss */
  /* line 1831, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block h3 {
    margin-top: 0;
  }
  /* line 1835, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block .image {
    flex: 0 50%;
    width: 50%;
  }
  /* line 1839, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block .image img {
    height: 90%;
    object-fit: cover;
  }
  /* line 1846, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block:nth-child(odd) .text {
    padding: 0vw 0 2vw 4vw;
  }
  /* line 1851, templates/g5_helium/custom/scss/custom.scss */
  /* line 1852, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block {
    margin-bottom: 30px;
  }
  /* line 1856, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .facility-images img {
    width: 50%;
    height: 185px;
  }
  /* line 1861, templates/g5_helium/custom/scss/custom.scss */
  /* line 1862, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(odd) .text {
    padding: 1vw 0vw 2vw 3vw;
  }
  /* line 1865, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(odd) .text p {
    margin-bottom: 10px;
  }
  /* line 1871, templates/g5_helium/custom/scss/custom.scss */
  /* line 1872, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(even) .text {
    padding: 1vw 2vw 1vw 1vw;
  }
  /* line 1878, templates/g5_helium/custom/scss/custom.scss */
  .shortcuts.apartments {
    padding: 20px 0px 0px;
    display: inline-flex;
    border-bottom: 0px solid #c0a678;
    flex-wrap: wrap;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
  }
  /* line 1887, templates/g5_helium/custom/scss/custom.scss */
  .shortcuts.apartments .shortcut {
    display: inline-block;
    flex: 0 49%;
    width: 49%;
    border-right: 0px solid #c0a678;
    border-bottom: 2px solid #c0a678;
    padding: 2%;
  }
  /* line 1895, templates/g5_helium/custom/scss/custom.scss */
  .shortcuts.apartments .shortcut:not(:last-child) {
    border-right: 0px solid #c0a678;
    border-bottom: 2px solid #c0a678;
    padding: 2%;
  }
  /* line 1903, templates/g5_helium/custom/scss/custom.scss */
  /* line 1904, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment div#gallery {
    text-align: center;
    margin: 0px 0 0;
  }
  /* line 1909, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment h3 {
    font-size: 30px;
    line-height: 40px;
  }
  /* line 1914, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment .shortcuts.apartments {
    display: inline-block;
    justify-content: space-between;
    border-top: 0px solid #c0a678;
    border-bottom: none;
    padding: 30px 0 30px;
  }
  /* line 1925, templates/g5_helium/custom/scss/custom.scss */
  /* line 1926, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities #g-content-1 {
    padding-top: 0;
  }
  /* line 1930, templates/g5_helium/custom/scss/custom.scss */
  /* line 1931, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities {
    vertical-align: bottom;
  }
  /* line 1934, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities .facility {
    display: flex;
    flex: 0 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0px 0;
  }
  /* line 1942, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities .facility a {
    padding: 0px 10px 16px 0 !important;
  }
  /* line 1945, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities .facility a:after {
    height: 82%;
  }
  /* line 1949, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities .facility a img {
    width: 95px;
    min-height: 105px;
  }
  /* line 1954, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities .facility a h3 {
    color: #001a3b;
    line-height: 32px;
    font-size: 26px;
    text-align: center;
  }
  /* line 1965, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities #g-content-bottom {
    display: none;
  }
  /* line 1970, templates/g5_helium/custom/scss/custom.scss */
  .ba-gallery .category-filter a.ba-filter, .ba-gallery .category-filter a.ba-filter-active {
    display: inline-block !important;
    margin: 0px 0px 0px 0px !important;
  }
  /* line 1976, templates/g5_helium/custom/scss/custom.scss */
  .ba-gallery select.ba-select-filter {
    display: none !important;
  }
  /* line 1981, templates/g5_helium/custom/scss/custom.scss */
  /* line 1982, templates/g5_helium/custom/scss/custom.scss */
  /* line 1983, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 h3 {
    margin-bottom: 0;
    text-align: center;
  }
  /* line 1988, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 .g-social.social {
    text-align: center;
  }
  /* line 1992, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 a.tel {
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    margin-top: 24px;
  }
  /* line 2000, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 .formResponsive {
    padding: 0 0px 0 0;
  }
  /* line 2004, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 .size-45 {
    flex: 0 100%;
    width: 100%;
  }
  /* line 2009, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 .size-55.wow.fadeInUp {
    flex: 0 80%;
    width: 80%;
    text-align: center;
    margin: 24px auto 0 auto;
  }
  /* line 2016, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 a.email {
    font-size: 18px;
    text-align: center;
    display: block;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 16, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /**** General ****/
  /**** Navigation ****/
  /**** Banners ****/
  /**** Homepage slide ****/
  /**** Homepage ****/
  /**** Facilities ****/
  /**** Contact Page ****/
  /* line 2027, templates/g5_helium/custom/scss/custom.scss */
  .itemid-171 #g-content-1 .formResponsive {
    margin: 0 auto;
    max-width: 100%;
  }
  /* line 2032, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.g-flushed .g-container .g-grid .g-block.size-80 {
    height: auto;
  }
  /* line 2036, templates/g5_helium/custom/scss/custom.scss */
  .sm-parent {
    position: absolute;
    right: 0;
  }
  /* line 2041, templates/g5_helium/custom/scss/custom.scss */
  .g-offcanvas-right .g-offcanvas-toggle {
    left: inherit;
    right: 0.7rem;
    display: none;
  }
  /* line 2049, templates/g5_helium/custom/scss/custom.scss */
  .boxed-button {
    padding: 8px;
    line-height: 30px;
    font-size: 14px;
    min-width: 170px;
  }
  /* line 2056, templates/g5_helium/custom/scss/custom.scss */
  p {
    font-family: "Lato";
    line-height: 22px;
    font-size: 14px;
  }
  /* line 2062, templates/g5_helium/custom/scss/custom.scss */
  h2 {
    font-size: 24px;
    line-height: 38px;
  }
  /* line 2067, templates/g5_helium/custom/scss/custom.scss */
  h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  /* line 2077, templates/g5_helium/custom/scss/custom.scss */
  /* line 2078, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 #g-navigation.g-flushed {
    position: relative;
  }
  /* line 2083, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.g-flushed {
    position: relative;
  }
  /* line 2086, templates/g5_helium/custom/scss/custom.scss */
  /* line 2087, templates/g5_helium/custom/scss/custom.scss */
  /* line 2088, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.g-flushed .g-container .g-grid .g-block.size-20 {
    height: 100px;
    background-color: #001a3b;
    display: flex;
    width: 50%;
    flex: 0 30%;
  }
  /* line 2101, templates/g5_helium/custom/scss/custom.scss */
  /* line 2102, templates/g5_helium/custom/scss/custom.scss */
  .banneritem img {
    height: 195px;
    object-fit: cover;
  }
  /* line 2110, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow {
    height: 500px;
    min-height: 500px;
  }
  /* line 2114, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow video {
    height: 500px;
    min-height: 500px;
  }
  /* line 2120, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow img.slideshowimage {
    min-height: 500px;
  }
  /* line 2124, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow .address {
    padding-top: 0;
  }
  /* line 2127, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow .address h1 {
    font-size: 45px;
    line-height: 50px;
  }
  /* line 2133, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow .tagline {
    margin: 36px auto 0 !important;
  }
  /* line 2138, templates/g5_helium/custom/scss/custom.scss */
  .moduletable.wide-buttons a {
    height: 52px;
    font-size: 14px;
  }
  /* line 2145, templates/g5_helium/custom/scss/custom.scss */
  /* line 2146, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-top {
    background: #001a3b;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 100%;
    height: auto;
  }
  /* line 2154, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-top .custom {
    display: block;
    height: 100%;
    text-align: center;
  }
  /* line 2159, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-top .custom .right {
    display: block;
    flex: 0 100%;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  /* line 2167, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-top .custom .left p {
    color: #fff;
    padding-right: 0;
  }
  /* line 2174, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 div[itemprop="articleBody"] {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  /* line 2180, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 div[itemprop="articleBody"] > div:last-child {
    flex: 0 100%;
    padding: 0vw 0vw 0 0;
  }
  /* line 2184, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 div[itemprop="articleBody"] > div:last-child a {
    margin: 10px 10px 0 0;
  }
  /* line 2189, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 div[itemprop="articleBody"] > div:first-child {
    flex: 0 100%;
    height: 414px;
    width: 100%;
  }
  /* line 2196, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-3 {
    max-height: 352px;
    height: 352px;
  }
  /* line 2200, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-3 .custom {
    height: 352px;
  }
  /* line 2205, templates/g5_helium/custom/scss/custom.scss */
  /* line 2206, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-4 .custom {
    height: 190px;
  }
  /* line 2212, templates/g5_helium/custom/scss/custom.scss */
  /* line 2213, templates/g5_helium/custom/scss/custom.scss */
  .itemid-101 .facilities-banner {
    border-bottom: 1px solid #c0a678;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  /* line 2220, templates/g5_helium/custom/scss/custom.scss */
  .facilities-banner {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  /* line 2224, templates/g5_helium/custom/scss/custom.scss */
  .facilities-banner .facilities {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  /* line 2229, templates/g5_helium/custom/scss/custom.scss */
  /* line 2230, templates/g5_helium/custom/scss/custom.scss */
  .facilities-banner .facilities .facility:nth-of-type(n + 4) {
    display: none;
  }
  /* line 2234, templates/g5_helium/custom/scss/custom.scss */
  .facilities-banner .facilities .facility a {
    width: 90%;
    margin: 0 auto;
  }
  /* line 2242, templates/g5_helium/custom/scss/custom.scss */
  .footer-gallery-container {
    height: 28vw;
    flex: 0 33.3% !important;
  }
  /* line 2246, templates/g5_helium/custom/scss/custom.scss */
  .footer-gallery-container:nth-child(n + 4) {
    display: none;
  }
  /* line 2251, templates/g5_helium/custom/scss/custom.scss */
  #g-footer {
    text-align: center;
  }
  /* line 2254, templates/g5_helium/custom/scss/custom.scss */
  #g-footer .size-50 {
    width: 100%;
    flex: 0 100%;
    text-align: center !important;
  }
  /* line 2259, templates/g5_helium/custom/scss/custom.scss */
  /* line 2260, templates/g5_helium/custom/scss/custom.scss */
  #g-footer .size-50:nth-of-type(1) p {
    margin-bottom: 0;
  }
  /* line 2265, templates/g5_helium/custom/scss/custom.scss */
  /* line 2266, templates/g5_helium/custom/scss/custom.scss */
  #g-footer .size-50:nth-of-type(2) p {
    margin-top: 0;
  }
  /* line 2272, templates/g5_helium/custom/scss/custom.scss */
  #g-footer > div > .g-grid:nth-child(2) {
    height: 320px;
  }
  /* line 2277, templates/g5_helium/custom/scss/custom.scss */
  /* line 2278, templates/g5_helium/custom/scss/custom.scss */
  /* line 2279, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block h3 {
    margin-top: 0;
  }
  /* line 2283, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block .image {
    flex: 0 100%;
    width: 100%;
    padding-bottom: 5vw;
  }
  /* line 2288, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block .image img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    object-position: center;
  }
  /* line 2297, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block:nth-child(odd) {
    display: flex;
    padding: 0vw 0 0;
    flex-flow: row;
    flex-direction: column-reverse;
  }
  /* line 2303, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block:nth-child(odd) .text {
    text-align: center;
    flex: 0 100%;
    width: 100%;
    padding: 0vw 0 5vw 0;
  }
  /* line 2311, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block:nth-child(even) {
    display: flex;
    padding: 0vw 0 0;
    flex-flow: row;
    flex-direction: column-reverse;
  }
  /* line 2317, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block:nth-child(even) .text {
    padding: 2vw ​0 2vw 0vw;
    text-align: center;
    flex: 0 100%;
    width: 100%;
    padding: 0vw 0 5vw 0;
  }
  /* line 2327, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two {
    margin-bottom: 0;
  }
  /* line 2330, templates/g5_helium/custom/scss/custom.scss */
  /* line 2331, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block h3 {
    margin-top: 0;
  }
  /* line 2335, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block .image {
    flex: 0 100%;
    width: 100%;
    padding-bottom: 5vw;
  }
  /* line 2340, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block .image img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    object-position: center;
  }
  /* line 2349, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(odd) {
    display: flex;
    padding: 0vw 0 0;
    flex-flow: row;
    flex-direction: column-reverse;
  }
  /* line 2355, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(odd) .text {
    text-align: center;
    flex: 0 100%;
    width: 100%;
    padding: 0vw 0 2vw 0;
  }
  /* line 2361, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(odd) .text p {
    margin-bottom: 0;
  }
  /* line 2367, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(even) {
    display: flex;
    padding: 0vw 0 0;
    flex-flow: row;
    flex-direction: column-reverse;
  }
  /* line 2373, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(even) .text {
    padding: 2vw ​0 2vw 0vw;
    text-align: center;
    flex: 0 100%;
    width: 100%;
    padding: 0vw 0 2vw 0;
  }
  /* line 2380, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(even) .text p {
    margin-bottom: 0;
  }
  /* line 2387, templates/g5_helium/custom/scss/custom.scss */
  .shortcuts.apartments {
    padding: 20px 0 0px;
    display: inline-block;
    border-bottom: 0px solid #c0a678;
  }
  /* line 2392, templates/g5_helium/custom/scss/custom.scss */
  .shortcuts.apartments .shortcut {
    display: inline-block;
    flex: 0 100%;
    width: 100%;
    border-right: 0px solid #c0a678;
    border-bottom: 2px solid #c0a678;
    padding: 4% 14% 4%;
  }
  /* line 2400, templates/g5_helium/custom/scss/custom.scss */
  .shortcuts.apartments .shortcut:not(:last-child) {
    border-right: 0px solid #c0a678;
    border-bottom: 2px solid #c0a678;
    padding: 4% 14% 4%;
  }
  /* line 2406, templates/g5_helium/custom/scss/custom.scss */
  .shortcuts.apartments .shortcut h3 {
    line-height: 30px;
    font-size: 24px;
    margin: 0;
  }
  /* line 2414, templates/g5_helium/custom/scss/custom.scss */
  /* line 2415, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment div#gallery {
    text-align: center;
    margin: 0px 0 0;
  }
  /* line 2419, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment div#gallery .gallery-wrap {
    display: flex;
    flex-flow: column;
    margin-bottom: 35px;
  }
  /* line 2424, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment div#gallery .gallery-wrap > div:last-child {
    flex: 0 100%;
  }
  /* line 2428, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment div#gallery .gallery-wrap > div:first-child {
    flex: 0 100%;
    margin: 4px 0 0 0;
  }
  /* line 2434, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment div#gallery h3 {
    margin-bottom: 20px;
  }
  /* line 2439, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment h3 {
    font-size: 24px;
    line-height: 35px;
  }
  /* line 2444, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment .intro a {
    margin-top: 2px;
  }
  /* line 2448, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment .shortcuts.apartments {
    display: inline-block;
    justify-content: space-between;
    border-top: 0px solid #c0a678;
    border-bottom: none;
    padding: 0px 0 30px;
  }
  /* line 2459, templates/g5_helium/custom/scss/custom.scss */
  /* line 2460, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities #g-content-1 {
    padding-top: 0;
  }
  /* line 2464, templates/g5_helium/custom/scss/custom.scss */
  /* line 2465, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities {
    width: 50%;
    flex: 0 50%;
  }
  /* line 2469, templates/g5_helium/custom/scss/custom.scss */
  /* line 2470, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities:nth-of-type(2n) .facility a:after {
    display: none;
  }
  /* line 2475, templates/g5_helium/custom/scss/custom.scss */
  /* line 2476, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities:nth-of-type(3) .facility a:after {
    display: block;
  }
  /* line 2481, templates/g5_helium/custom/scss/custom.scss */
  /* line 2482, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities:nth-of-type(9) .facility a:after {
    display: block;
  }
  /* line 2487, templates/g5_helium/custom/scss/custom.scss */
  /* line 2488, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities:nth-last-of-type(1) .facility a:after {
    display: none;
  }
  /* line 2493, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities .facility {
    display: flex;
    flex: 0 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0px 0;
  }
  /* line 2501, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities .facility a {
    padding: 0px 10px 16px 10px !important;
  }
  /* line 2504, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities .facility a:after {
    height: 82%;
  }
  /* line 2508, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities .facility a h3 {
    color: #001a3b;
    line-height: 25px;
    font-size: 21px;
    text-align: center;
  }
  /* line 2519, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities #g-content-bottom {
    display: none;
  }
  /* line 2524, templates/g5_helium/custom/scss/custom.scss */
  .ba-gallery .category-filter a.ba-filter, .ba-gallery .category-filter a.ba-filter-active {
    display: inline-block !important;
    margin: 0px 0px 0px 0px !important;
  }
  /* line 2530, templates/g5_helium/custom/scss/custom.scss */
  .ba-gallery select.ba-select-filter {
    display: none !important;
  }
  /* line 2535, templates/g5_helium/custom/scss/custom.scss */
  /* line 2536, templates/g5_helium/custom/scss/custom.scss */
  /* line 2537, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 h3 {
    margin-bottom: 0;
    text-align: center;
  }
  /* line 2542, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 .g-social.social {
    text-align: center;
  }
  /* line 2546, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 a.tel {
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    margin-top: 24px;
  }
  /* line 2554, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 .formResponsive {
    padding: 0 0px 0 0;
  }
  /* line 2558, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 .size-45 {
    flex: 0 100%;
    width: 100%;
  }
  /* line 2563, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 .size-55.wow.fadeInUp {
    flex: 0 80%;
    width: 80%;
    text-align: center;
    margin: 24px auto 0 auto;
  }
  /* line 2570, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 a.email {
    font-size: 18px;
    text-align: center;
    display: block;
  }
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /**** General ****/
  /**** Navigation ****/
  /**** Banners ****/
  /**** Homepage slide ****/
  /**** Homepage ****/
  /**** Facilities ****/
  /**** Contact Page ****/
  /* line 2581, templates/g5_helium/custom/scss/custom.scss */
  .itemid-171 #g-content-1 .formResponsive {
    margin: 0 auto;
    max-width: 100%;
  }
  /* line 2586, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.g-flushed .g-container .g-grid .g-block.size-80 {
    height: auto;
  }
  /* line 2589, templates/g5_helium/custom/scss/custom.scss */
  .sm-parent {
    position: absolute;
    right: 0;
  }
  /* line 2594, templates/g5_helium/custom/scss/custom.scss */
  .g-offcanvas-right .g-offcanvas-toggle {
    left: inherit;
    right: 0.7rem;
    display: none;
  }
  /* line 2602, templates/g5_helium/custom/scss/custom.scss */
  .boxed-button {
    padding: 8px;
    line-height: 30px;
    font-size: 14px;
    min-width: 170px;
    margin-top: 12px;
  }
  /* line 2610, templates/g5_helium/custom/scss/custom.scss */
  p {
    font-family: "Lato";
    line-height: 22px;
    font-size: 14px;
  }
  /* line 2616, templates/g5_helium/custom/scss/custom.scss */
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  /* line 2621, templates/g5_helium/custom/scss/custom.scss */
  h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
  }
  /* line 2632, templates/g5_helium/custom/scss/custom.scss */
  /* line 2633, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 #g-navigation.g-flushed {
    position: relative;
  }
  /* line 2638, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.g-flushed {
    position: relative;
  }
  /* line 2641, templates/g5_helium/custom/scss/custom.scss */
  /* line 2642, templates/g5_helium/custom/scss/custom.scss */
  /* line 2643, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation.g-flushed .g-container .g-grid .g-block.size-20 {
    height: 76px;
    background-color: #001a3b;
    display: flex;
    width: 50%;
    flex: 0 50%;
  }
  /* line 2656, templates/g5_helium/custom/scss/custom.scss */
  /* line 2657, templates/g5_helium/custom/scss/custom.scss */
  .banneritem img {
    height: 125px;
    object-fit: cover;
  }
  /* line 2665, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow {
    height: 230px;
    min-height: 230px;
  }
  /* line 2669, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow video {
    height: 230px;
    min-height: 230px;
  }
  /* line 2675, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow img.slideshowimage {
    min-height: 230px;
  }
  /* line 2679, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow .address {
    padding-top: 0;
  }
  /* line 2682, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow .address h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  /* line 2689, templates/g5_helium/custom/scss/custom.scss */
  .cb-slideshow .tagline {
    display: none;
  }
  /* line 2694, templates/g5_helium/custom/scss/custom.scss */
  /* line 2695, templates/g5_helium/custom/scss/custom.scss */
  .moduletable.wide-buttons .custom.wide-buttons {
    display: block;
  }
  /* line 2699, templates/g5_helium/custom/scss/custom.scss */
  .moduletable.wide-buttons a {
    height: 44px;
    font-size: 12px;
  }
  /* line 2703, templates/g5_helium/custom/scss/custom.scss */
  .moduletable.wide-buttons a:first-child {
    border-right: 0px solid #fff;
    border-bottom: 3px solid #fff;
    margin: 0 !important;
    width: 100%;
    flex: 0 100%;
  }
  /* line 2715, templates/g5_helium/custom/scss/custom.scss */
  /* line 2716, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-top {
    background: #001a3b;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 100%;
    height: auto;
  }
  /* line 2724, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-top .custom {
    display: block;
    height: 100%;
    text-align: center;
  }
  /* line 2729, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-top .custom .right {
    display: block;
    flex: 0 100%;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  /* line 2737, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-top .custom .left p {
    color: #fff;
    padding-right: 0;
  }
  /* line 2744, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 #sync1 .item {
    height: 306px;
  }
  /* line 2747, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 #sync1 .item img {
    width: 100%;
    object-fit: cover;
    height: 310px;
  }
  /* line 2754, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 #sync2 .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  /* line 2760, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 .owl-dots {
    display: none;
  }
  /* line 2764, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 div[itemprop="articleBody"] {
    margin-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  /* line 2770, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 div[itemprop="articleBody"] > div:last-child {
    flex: 0 100%;
    padding: 0vw 0vw 0 0;
  }
  /* line 2774, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 div[itemprop="articleBody"] > div:last-child a {
    margin: 10px 10px 0 0;
  }
  /* line 2779, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 div[itemprop="articleBody"] > div:first-child {
    flex: 0 100%;
    height: 414px;
    width: 100%;
  }
  /* line 2786, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-3 {
    max-height: 265px;
    height: 265px;
  }
  /* line 2790, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-3 .custom {
    height: 265px;
  }
  /* line 2795, templates/g5_helium/custom/scss/custom.scss */
  /* line 2796, templates/g5_helium/custom/scss/custom.scss */
  body.itemid-101 section#g-content-4 .custom {
    height: 190px;
  }
  /* line 2802, templates/g5_helium/custom/scss/custom.scss */
  /* line 2803, templates/g5_helium/custom/scss/custom.scss */
  .itemid-101 .facilities-banner {
    border-bottom: 1px solid #c0a678;
    padding-bottom: 35px;
    margin-bottom: 0;
  }
  /* line 2809, templates/g5_helium/custom/scss/custom.scss */
  .itemid-101 #g-content-1 > div > div:nth-child(3) > div > div {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 2815, templates/g5_helium/custom/scss/custom.scss */
  .facilities-banner {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  /* line 2819, templates/g5_helium/custom/scss/custom.scss */
  .facilities-banner .facilities {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  /* line 2824, templates/g5_helium/custom/scss/custom.scss */
  /* line 2825, templates/g5_helium/custom/scss/custom.scss */
  .facilities-banner .facilities .facility:nth-of-type(n + 4) {
    display: none;
  }
  /* line 2829, templates/g5_helium/custom/scss/custom.scss */
  .facilities-banner .facilities .facility a {
    width: 90%;
    margin: 0 auto;
  }
  /* line 2833, templates/g5_helium/custom/scss/custom.scss */
  .facilities-banner .facilities .facility a p {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 5px;
    line-height: 18px;
    height: 48px;
  }
  /* line 2846, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities:nth-of-type(3) a img {
    width: 100px;
  }
  /* line 2850, templates/g5_helium/custom/scss/custom.scss */
  .footer-gallery-container {
    height: 28vw;
    flex: 0 33.3% !important;
  }
  /* line 2854, templates/g5_helium/custom/scss/custom.scss */
  .footer-gallery-container:nth-child(n + 4) {
    display: none;
  }
  /* line 2859, templates/g5_helium/custom/scss/custom.scss */
  #g-footer {
    text-align: center;
  }
  /* line 2862, templates/g5_helium/custom/scss/custom.scss */
  #g-footer .size-50 {
    width: 100%;
    flex: 0 100%;
    text-align: center !important;
  }
  /* line 2867, templates/g5_helium/custom/scss/custom.scss */
  /* line 2868, templates/g5_helium/custom/scss/custom.scss */
  #g-footer .size-50:nth-of-type(1) p {
    margin-bottom: 0;
  }
  /* line 2873, templates/g5_helium/custom/scss/custom.scss */
  /* line 2874, templates/g5_helium/custom/scss/custom.scss */
  #g-footer .size-50:nth-of-type(2) p {
    margin-top: 0;
  }
  /* line 2880, templates/g5_helium/custom/scss/custom.scss */
  #g-footer > div > .g-grid:nth-child(2) {
    height: 320px;
  }
  /* line 2885, templates/g5_helium/custom/scss/custom.scss */
  /* line 2886, templates/g5_helium/custom/scss/custom.scss */
  /* line 2887, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block h3 {
    margin-top: 0;
  }
  /* line 2891, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block .image {
    flex: 0 100%;
    width: 100%;
    padding-bottom: 30px;
  }
  /* line 2896, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block .image img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    object-position: center;
  }
  /* line 2905, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block:nth-child(odd) {
    display: flex;
    padding: 0vw 0 0;
    flex-flow: row;
    flex-direction: column-reverse;
  }
  /* line 2911, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block:nth-child(odd) .text {
    text-align: center;
    flex: 0 100%;
    width: 100%;
    padding: 0vw 0 30px 0;
  }
  /* line 2919, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block:nth-child(even) {
    display: flex;
    padding: 0vw 0 0;
    flex-flow: row;
    flex-direction: column-reverse;
  }
  /* line 2925, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks .block:nth-child(even) .text {
    padding: 2vw ​0 2vw 0vw;
    text-align: center;
    flex: 0 100%;
    width: 100%;
    padding: 0vw 0 30px 0;
  }
  /* line 2935, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two {
    margin-bottom: 0;
  }
  /* line 2938, templates/g5_helium/custom/scss/custom.scss */
  /* line 2939, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block h3 {
    margin-top: 0;
  }
  /* line 2943, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block .image {
    flex: 0 100%;
    width: 100%;
    padding-bottom: 40px;
  }
  /* line 2948, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block .image img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    object-position: center;
  }
  /* line 2957, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(odd) {
    display: flex;
    padding: 0vw 0 0;
    flex-flow: row;
    flex-direction: column-reverse;
  }
  /* line 2963, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(odd) .text {
    text-align: center;
    flex: 0 100%;
    width: 100%;
    padding: 0vw 0 25px 0;
  }
  /* line 2969, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(odd) .text p {
    margin-bottom: 0;
  }
  /* line 2975, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(even) {
    display: flex;
    padding: 0vw 0 0;
    flex-flow: row;
    flex-direction: column-reverse;
  }
  /* line 2981, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(even) .text {
    padding: 2vw ​0 2vw 0vw;
    text-align: center;
    flex: 0 100%;
    width: 100%;
    padding: 0vw 0 25px 0;
  }
  /* line 2988, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .block:nth-child(even) .text p {
    margin-bottom: 0;
  }
  /* line 2994, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .facility-images {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
  }
  /* line 3000, templates/g5_helium/custom/scss/custom.scss */
  .content-blocks.two .facility-images img {
    width: 100%;
  }
  /* line 3006, templates/g5_helium/custom/scss/custom.scss */
  .shortcuts.apartments {
    padding: 20px 0 0px;
    display: inline-block;
    border-bottom: 0px solid #c0a678;
  }
  /* line 3011, templates/g5_helium/custom/scss/custom.scss */
  .shortcuts.apartments .shortcut {
    display: inline-block;
    flex: 0 100%;
    width: 100%;
    border-right: 0px solid #c0a678;
    border-bottom: 2px solid #c0a678;
    padding: 4% 14% 4%;
  }
  /* line 3019, templates/g5_helium/custom/scss/custom.scss */
  .shortcuts.apartments .shortcut p {
    font-size: 14px;
    line-height: 18px;
    margin: 4px 0;
  }
  /* line 3025, templates/g5_helium/custom/scss/custom.scss */
  .shortcuts.apartments .shortcut:not(:last-child) {
    border-right: 0px solid #c0a678;
    border-bottom: 2px solid #c0a678;
    padding: 4% 14% 4%;
  }
  /* line 3031, templates/g5_helium/custom/scss/custom.scss */
  .shortcuts.apartments .shortcut h3 {
    line-height: 30px;
    font-size: 24px;
    margin: 0;
  }
  /* line 3039, templates/g5_helium/custom/scss/custom.scss */
  /* line 3040, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment div#gallery {
    text-align: center;
    margin: 0px 0 0;
  }
  /* line 3044, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment div#gallery > a {
    margin-right: 0;
    margin-bottom: 4px;
  }
  /* line 3049, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment div#gallery .gallery-wrap {
    display: flex;
    flex-flow: column;
    margin-bottom: 20px;
  }
  /* line 3054, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment div#gallery .gallery-wrap > div:last-child {
    flex: 0 100%;
  }
  /* line 3058, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment div#gallery .gallery-wrap > div:first-child {
    flex: 0 100%;
    margin: 4px 0 0 0;
  }
  /* line 3064, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment div#gallery h3 {
    margin-bottom: 20px;
  }
  /* line 3069, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment h3 {
    font-size: 24px;
    line-height: 35px;
  }
  /* line 3074, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment .intro a {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 0;
  }
  /* line 3080, templates/g5_helium/custom/scss/custom.scss */
  .view-apartment .shortcuts.apartments {
    display: inline-block;
    justify-content: space-between;
    border-top: 0px solid #c0a678;
    border-bottom: none;
    padding: 0px 0 30px;
  }
  /* line 3091, templates/g5_helium/custom/scss/custom.scss */
  /* line 3092, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities #g-content-1 {
    padding-top: 0;
  }
  /* line 3096, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid {
    margin-bottom: 0;
  }
  /* line 3099, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities {
    width: 50%;
    flex: 0 50%;
    margin-bottom: 0;
  }
  /* line 3104, templates/g5_helium/custom/scss/custom.scss */
  /* line 3105, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities:nth-of-type(2n) .facility a:after {
    display: none;
  }
  /* line 3110, templates/g5_helium/custom/scss/custom.scss */
  /* line 3111, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities:nth-of-type(3) .facility a:after {
    display: block;
  }
  /* line 3116, templates/g5_helium/custom/scss/custom.scss */
  /* line 3117, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities:nth-of-type(9) .facility a:after {
    display: block;
  }
  /* line 3122, templates/g5_helium/custom/scss/custom.scss */
  /* line 3123, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities:nth-last-of-type(1) .facility a:after {
    display: none;
  }
  /* line 3128, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities .facility {
    display: flex;
    flex: 0 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0px 0;
  }
  /* line 3136, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities .facility a {
    padding: 0px 5px 16px 5px !important;
  }
  /* line 3139, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities .facility a:after {
    height: 82%;
  }
  /* line 3143, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities .facility a span {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px;
  }
  /* line 3150, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities .facilities-grid .facilities .facility a h3 {
    color: #001a3b;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  /* line 3163, templates/g5_helium/custom/scss/custom.scss */
  .view-facilities #g-content-bottom {
    display: none;
  }
  /* line 3168, templates/g5_helium/custom/scss/custom.scss */
  /* line 3169, templates/g5_helium/custom/scss/custom.scss */
  .itemid-139 #g-content-1 > div > div:nth-child(3) {
    display: none;
  }
  /* line 3174, templates/g5_helium/custom/scss/custom.scss */
  .ba-gallery .category-filter a.ba-filter, .ba-gallery .category-filter a.ba-filter-active {
    display: inline-block !important;
    margin: 0px 0px 0px 0px !important;
  }
  /* line 3180, templates/g5_helium/custom/scss/custom.scss */
  .ba-gallery select.ba-select-filter {
    display: none !important;
  }
  /* line 3185, templates/g5_helium/custom/scss/custom.scss */
  /* line 3186, templates/g5_helium/custom/scss/custom.scss */
  /* line 3187, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 h3 {
    margin-bottom: 0;
    text-align: center;
  }
  /* line 3192, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 .g-social.social {
    text-align: center;
    padding-bottom: 16px;
  }
  /* line 3197, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 a.tel {
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    margin-top: 24px;
  }
  /* line 3205, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 .formResponsive {
    padding: 0 0px 0 0;
  }
  /* line 3209, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 .size-45 {
    flex: 0 100%;
    width: 100%;
    border-bottom: 1px solid #c0a678;
    margin-bottom: 15px;
  }
  /* line 3216, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 .size-55.wow.fadeInUp {
    flex: 0 98%;
    width: 98%;
    text-align: center;
    margin: 24px auto 0 auto;
  }
  /* line 3223, templates/g5_helium/custom/scss/custom.scss */
  .itemid-141 #g-content-1 a.email {
    font-size: 18px;
    text-align: center;
    display: block;
  }
  /* line 3231, templates/g5_helium/custom/scss/custom.scss */
  /* line 3232, templates/g5_helium/custom/scss/custom.scss */
  .itemid-140 h2 {
    font-family: "Luxia";
    font-size: 30px;
    line-height: 45px;
  }
  /* line 3238, templates/g5_helium/custom/scss/custom.scss */
  .itemid-140 .pull-left.item-image {
    width: 100%;
    height: 200px;
  }
  /* line 3243, templates/g5_helium/custom/scss/custom.scss */
  .itemid-140 .boxed-button {
    margin-bottom: 20px;
  }
  /* line 3247, templates/g5_helium/custom/scss/custom.scss */
  .itemid-140 .blog .items-row, .itemid-140 .item-page .items-row {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media only all and (min-width: 60rem) {
  /* line 10, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
@media only all and (min-width: 48rem) {
  /* line 22, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
@media only all and (max-width: 47.99rem) {
}
@media only all and (max-width: 59.99rem) {
  /* line 28, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
/*# sourceMappingURL=custom_9.css.map */