/*e864c323bcb24f5d05583f47087c6e25*/
/* 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 2, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel {
  padding: 0 3rem;
  height: 100%;
}
/* line 6, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
/* line 14, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-nav div {
  font-size: 1.5rem;
  bottom: auto;
  margin: 0;
  top: 37%;
}
/* line 20, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-nav div.owl-prev {
  left: 0;
}
/* line 23, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-nav div.owl-next {
  right: 0;
}
/* line 31, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-stage-outer {
  border-radius: 0.5rem 0.5rem 0 0;
}
/* line 36, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item {
  outline: none;
  cursor: pointer;
}
/* line 40, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item img {
  opacity: 0.5;
  z-index: 1;
  position: relative;
}
/* line 47, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container {
  background: #000;
  position: relative;
  z-index: 0;
}
/* line 52, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container:before {
  pointer-events: none;
  height: 8px;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  content: '';
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  transition: background-color 1s;
  background-color: rgba(255, 255, 255, 0);
}
/* line 66, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover {
  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  font-size: 1.2vw;
  top: -1rem;
  width: 100%;
  height: 100%;
  padding: 0.938rem;
  font-weight: 700;
  z-index: 5;
}
@media (max-width: 83.3333333333rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/theme/mixins/_typography.scss */
  .g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover {
    font-size: 1rem;
  }
}
/* line 78, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover a {
  color: #fff;
}
/* line 82, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover .fa {
  position: absolute;
  bottom: 0.938rem;
  left: 0.938rem;
}
/* line 88, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover:before {
  background-color: rgba(34, 34, 34, 0.6);
  background-image: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.6), rgba(71, 71, 71, 0.6));
  background-image: linear-gradient(to bottom,rgba(34, 34, 34, 0.6), rgba(71, 71, 71, 0.6));
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
  transform-origin: top center;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
/* line 105, templates/g5_helium/custom/scss/_bgslideshow.scss */
/* line 106, templates/g5_helium/custom/scss/_bgslideshow.scss */
/* line 107, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item:hover .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover {
  opacity: 1;
  top: 0;
}
/* line 111, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item:hover .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 119, templates/g5_helium/custom/scss/_bgslideshow.scss */
/* line 120, templates/g5_helium/custom/scss/_bgslideshow.scss */
/* line 121, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item.owl-current .g-bgslideshow-carousel-image-container:before {
  background-color: #474747;
}
/* line 126, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item.owl-current img {
  opacity: 1;
}
/* line 134, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-slides {
  padding-top: 10vh;
  padding-bottom: 18vh;
}
/* line 137, templates/g5_helium/custom/scss/_bgslideshow.scss */
.fp-responsive .g-bgslideshow-slides {
  padding-top: 16vw;
  padding-bottom: 13vw;
}
@media only all and (max-width: 47.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .fp-responsive .g-bgslideshow-slides {
    padding-bottom: 5vw;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-bgslideshow-slides {
    padding-top: 0.938rem;
    padding-bottom: 1.876rem;
  }
}
/* line 151, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-slides .owl-item {
  text-align: center;
}
/* line 154, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-title {
  font-size: 10vw;
  font-weight: ;
  line-height: 1.7;
}
@media (max-width: 30rem) {
  .g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-title {
    font-size: 3rem;
  }
}
/* line 160, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-description {
  font-size: 1.6vw;
  font-weight: 600;
}
@media (max-width: 68.75rem) {
  .g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-description {
    font-size: 1.1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-description {
    margin: 0.625rem 0;
  }
}
/* line 169, templates/g5_helium/custom/scss/_bgslideshow.scss */
.g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-link .button {
  margin: 1rem 0 0.5rem 0;
}
@media only all and (max-width: 47.99rem) {
  .g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-link .button {
    margin: 0.5rem 0 0.5rem 0;
  }
}
/* line 180, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-wrapper, .vegas-overlay, .vegas-timer, .vegas-slide, .vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}
/* line 196, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-overlay {
  opacity: 0.5;
  background: transparent url('../overlays/02.png') center center repeat;
}
/* line 201, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}
/* line 207, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out;
}
/* line 215, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}
/* line 219, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-slide, .vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
}
/* line 228, templates/g5_helium/custom/scss/_bgslideshow.scss */
body .vegas-container {
  overflow: hidden !important;
  position: relative;
}
/* line 233, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
/* line 240, templates/g5_helium/custom/scss/_bgslideshow.scss */
body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}
/* line 246, templates/g5_helium/custom/scss/_bgslideshow.scss */
body.vegas-container #g-page-surround {
  background: rgba(255, 255, 255, 0);
}
/* line 250, templates/g5_helium/custom/scss/_bgslideshow.scss */
body.vegas-container > .vegas-timer, body.vegas-container > .vegas-overlay, body.vegas-container > .vegas-slide {
  position: absolute;
  z-index: -1;
}
/* Target Safari IOS7+ in order to add 76px */
/* line 258, templates/g5_helium/custom/scss/_bgslideshow.scss */
_::full-page-media, _:future, :root body.vegas-container > .vegas-slide, :root body.vegas-container > .vegas-overlay {
  bottom: -76px;
}
/*******************************************/
/* blur transition */
/*******************************************/
/* line 267, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-blur, .vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px);
}
/* line 274, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-blur-in, .vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
/* line 281, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-blur2-out {
  opacity: 0;
}
/*******************************************/
/* burn transition */
/*******************************************/
/* line 288, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-burn, .vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}
/* line 295, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-burn-in, .vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%);
}
/* line 302, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}
/*******************************************/
/* fade transition */
/*******************************************/
/* line 311, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-fade, .vegas-transition-fade2 {
  opacity: 0;
}
/* line 316, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-fade-in, .vegas-transition-fade2-in {
  opacity: 1;
}
/* line 321, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-fade2-out {
  opacity: 0;
}
/*******************************************/
/* flash transition */
/*******************************************/
/* line 328, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-flash, .vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}
/* line 335, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-flash-in, .vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
/* line 342, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}
/*******************************************/
/* negative transition */
/*******************************************/
/* line 351, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-negative, .vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
/* line 358, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-negative-in, .vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0);
}
/* line 365, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
/*******************************************/
/* slideDown transition */
/*******************************************/
/* line 374, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-slideDown, .vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 380, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-slideDown-in, .vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 386, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/*******************************************/
/* slideLeft transition */
/*******************************************/
/* line 394, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-slideLeft, .vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* line 400, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-slideLeft-in, .vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 406, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/*******************************************/
/* slideRight transition */
/*******************************************/
/* line 414, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-slideRight, .vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 420, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 426, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/*******************************************/
/* slideUp transition */
/*******************************************/
/* line 434, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-slideUp, .vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* line 440, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-slideUp-in, .vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 446, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/*******************************************/
/* swirlLeft transition */
/*******************************************/
/* line 454, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-swirlLeft, .vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}
/* line 461, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-swirlLeft-in, .vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
/* line 468, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}
/*******************************************/
/* swirlRight transition */
/*******************************************/
/* line 477, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-swirlRight, .vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}
/* line 484, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-swirlRight-in, .vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
/* line 491, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}
/*******************************************/
/* zoomIn transition */
/*******************************************/
/* line 500, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-zoomIn, .vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
/* line 507, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-zoomIn-in, .vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 514, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
/*******************************************/
/* zoomOut transition */
/*******************************************/
/* line 523, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-zoomOut, .vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
/* line 530, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-zoomOut-in, .vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 537, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
/*******************************************/
/* kenburns animation */
/*******************************************/
/* line 546, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  -moz-animation: kenburns ease-out;
  animation: kenburns ease-out;
}
@-webkit-keyframes kenburns {
  /* line 551, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) rotate(0.02deg);
    -moz-transform: scale(1.5) rotate(0.02deg);
    -ms-transform: scale(1.5) rotate(0.02deg);
    -o-transform: scale(1.5) rotate(0.02deg);
    transform: scale(1.5) rotate(0.02deg);
  }
  /* line 554, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
    -ms-transform: scale(1) rotate(0.02deg);
    -o-transform: scale(1) rotate(0.02deg);
    transform: scale(1) rotate(0.02deg);
  }
}
@keyframes kenburns {
  /* line 560, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) rotate(0.02deg);
    -moz-transform: scale(1.5) rotate(0.02deg);
    -ms-transform: scale(1.5) rotate(0.02deg);
    -o-transform: scale(1.5) rotate(0.02deg);
    transform: scale(1.5) rotate(0.02deg);
  }
  /* line 563, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
    -ms-transform: scale(1) rotate(0.02deg);
    -o-transform: scale(1) rotate(0.02deg);
    transform: scale(1) rotate(0.02deg);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
/* line 571, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  -moz-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}
@-webkit-keyframes kenburnsDownLeft {
  /* line 576, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    -moz-transform: scale(1.5) translate(10%, -10%);
    -ms-transform: scale(1.5) translate(10%, -10%);
    -o-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  /* line 579, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  /* line 585, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    -moz-transform: scale(1.5) translate(10%, -10%);
    -ms-transform: scale(1.5) translate(10%, -10%);
    -o-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  /* line 588, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
/* line 596, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}
@-webkit-keyframes kenburnsDownRight {
  /* line 602, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    -moz-transform: scale(1.5) translate(-10%, -10%);
    -ms-transform: scale(1.5) translate(-10%, -10%);
    -o-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  /* line 605, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  /* line 611, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    -moz-transform: scale(1.5) translate(-10%, -10%);
    -ms-transform: scale(1.5) translate(-10%, -10%);
    -o-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  /* line 614, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
/* line 622, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}
@-webkit-keyframes kenburnsDown {
  /* line 628, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    -moz-transform: scale(1.5) translate(0, -10%);
    -ms-transform: scale(1.5) translate(0, -10%);
    -o-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  /* line 631, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  /* line 637, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    -moz-transform: scale(1.5) translate(0, -10%);
    -ms-transform: scale(1.5) translate(0, -10%);
    -o-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  /* line 640, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
/* line 648, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}
@-webkit-keyframes kenburnsLeft {
  /* line 654, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    -moz-transform: scale(1.5) translate(10%, 0);
    -ms-transform: scale(1.5) translate(10%, 0);
    -o-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  /* line 657, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  /* line 663, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    -moz-transform: scale(1.5) translate(10%, 0);
    -ms-transform: scale(1.5) translate(10%, 0);
    -o-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  /* line 666, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
/* line 674, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}
@-webkit-keyframes kenburnsRight {
  /* line 680, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    -moz-transform: scale(1.5) translate(-10%, 0);
    -ms-transform: scale(1.5) translate(-10%, 0);
    -o-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  /* line 683, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  /* line 689, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    -moz-transform: scale(1.5) translate(-10%, 0);
    -ms-transform: scale(1.5) translate(-10%, 0);
    -o-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  /* line 692, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
/* line 700, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}
@-webkit-keyframes kenburnsUpLeft {
  /* line 706, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    -moz-transform: scale(1.5) translate(10%, 10%);
    -ms-transform: scale(1.5) translate(10%, 10%);
    -o-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  /* line 709, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  /* line 715, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    -moz-transform: scale(1.5) translate(10%, 10%);
    -ms-transform: scale(1.5) translate(10%, 10%);
    -o-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  /* line 718, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
/* line 726, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}
@-webkit-keyframes kenburnsUpRight {
  /* line 732, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    -moz-transform: scale(1.5) translate(-10%, 10%);
    -ms-transform: scale(1.5) translate(-10%, 10%);
    -o-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  /* line 735, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  /* line 741, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    -moz-transform: scale(1.5) translate(-10%, 10%);
    -ms-transform: scale(1.5) translate(-10%, 10%);
    -o-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  /* line 744, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
/* line 752, templates/g5_helium/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}
@-webkit-keyframes kenburnsUp {
  /* line 758, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    -moz-transform: scale(1.5) translate(0, 10%);
    -ms-transform: scale(1.5) translate(0, 10%);
    -o-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  /* line 761, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  /* line 767, templates/g5_helium/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    -moz-transform: scale(1.5) translate(0, 10%);
    -ms-transform: scale(1.5) translate(0, 10%);
    -o-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  /* line 770, templates/g5_helium/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/* line 1, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none;
}
/* line 5, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 9, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider > .g-flexslider-item-container {
  margin: 0;
  padding: 0;
  float: left;
}
/* line 16, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-item-container:not(:first-child) {
  display: none;
}
/* line 19, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-carousel-item-container {
  display: none;
}
/* line 23, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 29, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}
/* line 33, templates/g5_helium/custom/scss/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}
/* line 36, templates/g5_helium/custom/scss/_flexslider.scss */
/* line 37, templates/g5_helium/custom/scss/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides > .g-flexslider-item-container {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* line 41, templates/g5_helium/custom/scss/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides img {
  width: 100%;
  display: block;
}
/* line 45, templates/g5_helium/custom/scss/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 56, templates/g5_helium/custom/scss/_flexslider.scss */
html[xmlns] .flexslider .g-flexslider-slideshow-slides {
  display: block;
}
/* line 60, templates/g5_helium/custom/scss/_flexslider.scss */
* html .flexslider .g-flexslider-slideshow-slides {
  height: 1%;
}
/* line 64, templates/g5_helium/custom/scss/_flexslider.scss */
.no-js .flexslider .g-flexslider-slideshow-slides > .g-flexslider-slideshow-item-container:first-child {
  display: block;
}
/* line 68, templates/g5_helium/custom/scss/_flexslider.scss */
.flexslider {
  position: relative;
  zoom: 1;
}
/* line 71, templates/g5_helium/custom/scss/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides {
  zoom: 1;
}
/* line 73, templates/g5_helium/custom/scss/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides img {
  height: auto;
}
/* line 79, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 84, templates/g5_helium/custom/scss/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}
/* line 88, templates/g5_helium/custom/scss/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}
/* line 92, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}
/* line 94, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 105, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 40px;
  display: inline-block;
  content: "\f104";
}
/* line 111, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
/* line 115, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: 1rem;
}
/* line 118, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: 1rem;
  text-align: right;
}
/* line 124, templates/g5_helium/custom/scss/_flexslider.scss */
/* line 125, templates/g5_helium/custom/scss/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 1rem;
}
/* line 128, templates/g5_helium/custom/scss/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
/* line 132, templates/g5_helium/custom/scss/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 1rem;
}
/* line 135, templates/g5_helium/custom/scss/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
/* line 141, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
/* line 147, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
/* line 159, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
/* line 165, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}
/* line 168, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* line 173, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5%;
  text-align: center;
}
/* line 178, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
/* line 187, templates/g5_helium/custom/scss/_flexslider.scss */
/* line 189, templates/g5_helium/custom/scss/_flexslider.scss */
/* line 190, templates/g5_helium/custom/scss/_flexslider.scss */
/* line 191, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-control-nav > li a:before, .flex-control-paging > li a:before {
  content: "";
  border: 2px solid;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 1;
}
/* line 207, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  margin: 2px;
  display: block;
  background: transparent;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
/* line 218, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #474747;
}
/* line 221, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #474747;
  cursor: default;
}
/* line 227, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
/* line 231, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
/* line 236, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 243, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}
/* line 247, templates/g5_helium/custom/scss/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  /* line 254, templates/g5_helium/custom/scss/_flexslider.scss */
  /* line 255, templates/g5_helium/custom/scss/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 1rem;
  }
  /* line 259, templates/g5_helium/custom/scss/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 1rem;
  }
}
/* line 266, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-slideshow {
  position: relative;
}
/* line 268, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 273, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-content {
  text-align: center;
  margin: auto;
  padding: 10rem 2rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    padding: 9.5rem 2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    padding: 8.5rem 1.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    padding: 8rem 1rem;
  }
}
/* line 287, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-title {
  font-family: "";
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.5;
  text-transform: uppercase;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 3.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 3rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 2rem;
  }
}
/* line 303, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
    font-size: 1.35rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
    font-size: 1.25rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 16, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
    font-size: 1.1rem;
    width: 85%;
    margin: 1rem auto;
    min-height: 60px;
  }
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
    font-size: 1.1rem;
    width: 85%;
    margin: 1rem auto;
    min-height: 80px;
  }
}
/* line 325, templates/g5_helium/custom/scss/_flexslider.scss */
@media only all and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-overlay {
    background-position: top center !important;
  }
}
/* line 329, templates/g5_helium/custom/scss/_flexslider.scss */
html.touch .g-flexslider-slideshow .g-flexslider-slideshow-item-overlay {
  background-position: top center !important;
}
/* line 334, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-slideshow .flex-direction-nav a {
  color: #fff;
  opacity: 0.75;
}
/* line 337, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-slideshow .flex-direction-nav a:hover {
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-slideshow .flex-control-paging li a.flex-active {
  background: #fff;
}
/* line 346, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-testimonial {
  position: relative;
}
/* line 348, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 353, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-content-container {
  background: -webkit-linear-gradient( bottom left, rgba(71, 71, 71, 0.75), rgba(34, 34, 34, 0.75));
  background: linear-gradient(to top right, rgba(71, 71, 71, 0.75), rgba(34, 34, 34, 0.75));
}
/* line 356, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-content {
  text-align: center;
  width: 60%;
  margin: auto;
  padding: 2rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
    width: 70%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
    width: 80%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
    width: 90%;
  }
}
/* line 371, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-content {
  margin: 1rem auto 5rem auto;
}
/* line 374, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-title {
  font-family: "";
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.5;
  text-transform: uppercase;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 3.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 3rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 2rem;
  }
}
/* line 390, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-desc {
  font-family: Georgia;
  font-style: italic;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-desc {
    font-size: 1.65rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-desc {
    font-size: 1.45rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-desc {
    font-size: 1.25rem;
  }
}
/* line 405, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-image img {
  border-radius: 100%;
  margin-bottom: 1rem;
}
/* line 409, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-name {
  font-weight: 700;
}
/* line 412, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-position {
  font-style: italic;
}
/* line 417, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-showcase {
  position: relative;
}
/* line 419, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-content-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 426, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image, .g-flexslider-showcase .g-flexslider-showcase-item-content {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-image, .g-flexslider-showcase .g-flexslider-showcase-item-content {
    width: 100%;
  }
}
/* line 433, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image {
  overflow: hidden;
}
/* line 435, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
/* line 439, templates/g5_helium/custom/scss/_flexslider.scss */
/* line 440, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 445, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-content {
  padding: 0 5rem;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-content {
    padding: 2rem 0 1rem 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-content {
    padding: 2rem 1rem 1rem 1rem;
  }
}
/* line 454, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-title {
  font-family: "";
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 2.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 2rem;
  }
}
/* line 472, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-title:after {
  position: absolute;
  content: "";
  background: #222;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 80px;
  background: inherit;
}
/* line 481, templates/g5_helium/custom/scss/_flexslider.scss */
.dir-rtl .g-flexslider-showcase .g-flexslider-showcase-item-title:after {
  left: inherit;
  right: 0;
}
/* line 487, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-desc {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-desc {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-desc {
    font-size: 1.15rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-desc {
    font-size: 1.1rem;
  }
}
/* line 502, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-carousel-container {
  position: relative;
}
/* line 504, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image {
  background: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 509, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image * {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 516, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image img {
  cursor: pointer;
  opacity: 0.35;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 521, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image:hover {
  background: #474747;
}
/* line 523, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image:hover .g-flexslider-carousel-item-image-preview-icon {
  opacity: 1;
}
/* line 528, templates/g5_helium/custom/scss/_flexslider.scss */
/* line 529, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-carousel-container .flex-active-slide img {
  opacity: 1;
}
/* line 532, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-carousel-container .flex-active-slide .g-flexslider-carousel-item-image {
  cursor: default;
}
/* line 534, templates/g5_helium/custom/scss/_flexslider.scss */
/* line 535, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-carousel-container .flex-active-slide .g-flexslider-carousel-item-image:hover .g-flexslider-carousel-item-image-preview-icon {
  display: none;
}
/* line 541, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image-preview-icon {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 550, templates/g5_helium/custom/scss/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image-preview-icon span {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
}
/* line 561, templates/g5_helium/custom/scss/_flexslider.scss */
/* line 562, templates/g5_helium/custom/scss/_flexslider.scss */
.dir-rtl .flexslider {
  direction: rtl;
}
/* line 566, templates/g5_helium/custom/scss/_flexslider.scss */
.dir-rtl .carousel li {
  margin-right: 0;
  margin-left: 5px;
}
/* line 569, templates/g5_helium/custom/scss/_flexslider.scss */
.dir-rtl .flex-direction-nav {
  *height: 0;
}
/* line 573, templates/g5_helium/custom/scss/_flexslider.scss */
.dir-rtl .flex-direction-nav a:before {
  content: '\f105';
}
/* line 576, templates/g5_helium/custom/scss/_flexslider.scss */
.dir-rtl .flex-direction-nav a.flex-next:before {
  content: '\f104';
}
/* line 579, templates/g5_helium/custom/scss/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-prev {
  left: auto;
  right: 1rem;
}
/* line 583, templates/g5_helium/custom/scss/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-next {
  right: auto;
  left: 1rem;
  text-align: left;
}
/* line 588, templates/g5_helium/custom/scss/_flexslider.scss */
.dir-rtl .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: auto;
  right: 1rem;
}
/* line 594, templates/g5_helium/custom/scss/_flexslider.scss */
.dir-rtl .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: auto;
  left: 1rem;
}
/* line 601, templates/g5_helium/custom/scss/_flexslider.scss */
.dir-rtl .flex-pauseplay a {
  left: auto;
  right: 10px;
}
/* line 607, templates/g5_helium/custom/scss/_flexslider.scss */
.dir-rtl .flex-control-thumbs li {
  float: right;
}
@media screen and (max-width: 860px) {
  /* line 612, templates/g5_helium/custom/scss/_flexslider.scss */
  .dir-rtl .flex-direction-nav .flex-prev {
    left: auto;
    right: 1rem;
  }
  /* line 616, templates/g5_helium/custom/scss/_flexslider.scss */
  .dir-rtl .flex-direction-nav .flex-next {
    right: auto;
    left: 1rem;
  }
}
/* line 1, templates/g5_helium/custom/scss/_showcase.scss */
/* line 2, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .g-showcase-slides {
  min-height: 50vw;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-showcase .g-showcase-slides {
    min-height: 60vw;
  }
}
/* line 9, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .mobile {
  display: none;
}
@media only all and (max-width: 47.99rem) {
  .g-showcase .mobile {
    display: block;
  }
}
/* line 16, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .mobile .owl-nav {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  height: 70px;
}
/* line 23, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .mobile .owl-nav div {
  color: #000;
  margin: 0;
  position: relative;
}
/* line 31, templates/g5_helium/custom/scss/_showcase.scss */
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-showcase .desktop {
    margin: 0 0.938rem;
  }
}
/* line 35, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .g-showcase-slides-set {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 40vw;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
}
/* line 43, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .g-showcase-slides-set.active {
  opacity: 1;
  z-index: 1;
}
/* line 47, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .g-showcase-slides-set.active .item-1 {
  opacity: 1;
  transform: translate(0, 0);
}
/* line 52, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .g-showcase-slides-set.active .item-2 {
  opacity: 1;
  transform: translate(0, 0);
}
/* line 57, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .g-showcase-slides-set.active .item-3 {
  opacity: 1;
  transform: translate(0, 0);
}
/* line 62, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .g-showcase-slides-set.active .item-4 {
  opacity: 1;
  transform: translate(0, 0);
}
/* line 69, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .owl-nav {
  position: absolute;
  top: 16rem;
  left: -3rem;
  display: flex;
  flex-direction: column;
}
/* line 76, templates/g5_helium/custom/scss/_showcase.scss */
.dir-rtl .g-showcase .desktop .owl-nav {
  left: auto;
  right: -3rem;
}
/* line 81, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .owl-nav .fa {
  color: #000;
}
/* line 84, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .owl-nav .fa:hover {
  color: #474747;
}
/* line 89, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .owl-nav div {
  position: relative;
  cursor: pointer;
}
@media only all and (max-width: 47.99rem) {
  .g-showcase .desktop {
    display: none;
  }
}
/* line 99, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .item-1 {
  width: 50%;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  transform: translate(0, 20%);
  opacity: 0;
}
/* line 107, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .item-2 {
  width: 20%;
  padding: 0 0.938rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
  transform: translate(0, -20%);
  opacity: 0;
}
/* line 116, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .item-3 {
  width: 30%;
  position: relative;
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  transition: transform 0.8s;
  transform: translate(20%, 0);
  opacity: 0;
}
/* line 125, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .item-4 {
  position: absolute;
  width: 50%;
  right: 5%;
  bottom: 1vw;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: -webkit-transform 1.2s;
  -moz-transition: -moz-transform 1.2s;
  transition: transform 1.2s;
  transform: translate(0, 20%);
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-showcase .desktop .item-4 {
    bottom: -5vw;
  }
  /* line 138, templates/g5_helium/custom/scss/_showcase.scss */
  .g-showcase .desktop .item-4 .g-showcase-slides-slide-content {
    width: 160%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-showcase .desktop .item-4 {
    bottom: -7vw;
  }
  /* line 146, templates/g5_helium/custom/scss/_showcase.scss */
  .g-showcase .desktop .item-4 .g-showcase-slides-slide-content {
    width: 170%;
  }
}
/* line 151, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .desktop .item-4 img {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.32);
  width: 55%;
}
/* line 156, templates/g5_helium/custom/scss/_showcase.scss */
.dir-rtl .g-showcase .desktop .item-4 {
  left: 30%;
  right: auto;
}
/* line 163, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .owl-dots {
  text-align: center;
  height: 35px;
}
/* line 167, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .owl-dots .owl-dot {
  border: 2px solid #474747;
  transform-origin: center;
}
/* line 171, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .owl-dots .owl-dot.active {
  background: #fff;
  width: 25px;
  height: 25px;
}
/* line 179, templates/g5_helium/custom/scss/_showcase.scss */
@media only all and (max-width: 47.99rem) {
  .g-showcase .owl-stage-outer {
    width: 99%;
  }
}
/* line 185, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .g-showcase-slides {
  position: relative;
}
/* line 189, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .g-showcase-slides-set {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
/* line 194, templates/g5_helium/custom/scss/_showcase.scss */
/* line 195, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .g-showcase-slides-slide img {
  width: 100%;
}
/* line 199, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .g-showcase-slides-slide .g-showcase-slides-slide-content {
  position: relative;
  left: 7vw;
  margin-top: 4vw;
  width: 100%;
}
/* line 205, templates/g5_helium/custom/scss/_showcase.scss */
.dir-rtl .g-showcase .g-showcase-slides-slide .g-showcase-slides-slide-content {
  left: auto;
  right: 7vw;
}
/* line 210, templates/g5_helium/custom/scss/_showcase.scss */
.g-showcase .g-showcase-slides-slide .g-showcase-slides-slide-content .g-showcase-slides-slide-button {
  margin-top: 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-showcase .g-showcase-slides-slide .g-showcase-slides-slide-content {
    position: static;
    width: auto;
    margin: 0.938rem;
  }
}
/* line 2, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
/* line 9, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-carousel {
  width: 28.6%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  overflow: hidden;
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider .g-newsslider-carousel {
    width: 100%;
    display: none;
  }
}
/* line 20, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-carousel .g-newsslider-carousel-item-container {
  position: relative;
  cursor: pointer;
}
/* line 23, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-carousel .g-newsslider-carousel-item-container::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 33, templates/g5_helium/custom/scss/_newsslider.scss */
/* line 34, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-carousel .g-newsslider-carousel-item-container:hover::before, .g-newsslider .g-newsslider-carousel .g-newsslider-carousel-item-container.current::before {
  background-color: rgba(71, 71, 71, 0.8);
}
/* line 39, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-carousel .g-newsslider-carousel-item-container .g-newsslider-carousel-item-content {
  position: absolute;
  z-index: 1;
  bottom: 1.563rem;
  margin: 0 1.563rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-newsslider .g-newsslider-carousel .g-newsslider-carousel-item-container .g-newsslider-carousel-item-content {
    bottom: 0.625rem;
    margin: 0 0.625rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsslider .g-newsslider-carousel .g-newsslider-carousel-item-container .g-newsslider-carousel-item-content {
    bottom: 0.625rem;
    margin: 0 0.625rem;
  }
}
/* line 55, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-carousel .g-newsslider-carousel-item-container .g-newsslider-carousel-item-content .g-newsslider-carousel-item-title {
  font-size: 0.9vw;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
@media (max-width: 100rem) {
  .g-newsslider .g-newsslider-carousel .g-newsslider-carousel-item-container .g-newsslider-carousel-item-content .g-newsslider-carousel-item-title {
    font-size: 0.9rem;
  }
}
/* line 62, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-carousel .g-newsslider-carousel-item-container .g-newsslider-carousel-item-content .g-newsslider-carousel-item-meta {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7vw;
}
@media (max-width: 114.2857142857rem) {
  .g-newsslider .g-newsslider-carousel .g-newsslider-carousel-item-container .g-newsslider-carousel-item-content .g-newsslider-carousel-item-meta {
    font-size: 0.8rem;
  }
}
/* line 66, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-carousel .g-newsslider-carousel-item-container .g-newsslider-carousel-item-content .g-newsslider-carousel-item-meta div {
  display: inline-block;
}
/* line 75, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides {
  width: 71.4%;
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider .g-newsslider-slides {
    width: 100%;
    height: 500px;
  }
}
/* line 83, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-stage-outer, .g-newsslider .g-newsslider-slides .owl-stage, .g-newsslider .g-newsslider-slides .owl-item, .g-newsslider .g-newsslider-slides .g-newsslider-slides-item-image {
  height: 100%;
}
/* line 87, templates/g5_helium/custom/scss/_newsslider.scss */
/* line 90, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-item .g-newsslider-slides-item-category {
  position: absolute;
  top: 0;
  display: block;
  background: #474747;
  border-radius: 0.3rem;
  padding: 0.425rem 0.625rem;
  font-weight: 500;
  margin: 1.563rem;
  color: #fff;
}
/* line 100, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-item .g-newsslider-slides-item-category a {
  color: #fff;
}
/* line 106, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-item .g-newsslider-slides-item-image {
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 110, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-item .g-newsslider-slides-item-image:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 0 200px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  content: '';
  bottom: 0;
}
/* line 119, templates/g5_helium/custom/scss/_newsslider.scss */
.dir-rtl .g-newsslider .g-newsslider-slides .owl-item .g-newsslider-slides-item-image:before {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* line 126, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-item .g-newsslider-slides-item-content {
  position: absolute;
  bottom: 1.563rem;
  margin: 0 1.563rem;
}
/* line 131, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-item .g-newsslider-slides-item-content .g-newsslider-slides-item-title {
  font-size: 2vw;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 65rem) {
  .g-newsslider .g-newsslider-slides .owl-item .g-newsslider-slides-item-content .g-newsslider-slides-item-title {
    font-size: 1.3rem;
  }
}
/* line 136, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-item .g-newsslider-slides-item-content .g-newsslider-slides-item-title a {
  color: #fff;
}
/* line 140, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-item .g-newsslider-slides-item-content .g-newsslider-slides-item-meta {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 148, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media only all and (max-width: 47.99rem) {
  /* line 155, templates/g5_helium/custom/scss/_newsslider.scss */
  .g-newsslider .g-newsslider-slides .owl-nav.disabled {
    display: block;
  }
}
/* line 160, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-nav > div {
  position: absolute;
  margin: auto;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider .g-newsslider-slides .owl-nav > div {
    color: #474747;
  }
}
/* line 174, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-nav > div .fa {
  font-size: 2rem;
  font-weight: 400;
  vertical-align: super;
}
/* line 180, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-nav > div:hover {
  color: rgba(255, 255, 255, 0.6);
}
/* line 185, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-nav .owl-prev {
  margin-left: 10px;
  left: 1rem;
  right: auto;
}
/* line 190, templates/g5_helium/custom/scss/_newsslider.scss */
.dir-rtl .g-newsslider .g-newsslider-slides .owl-nav .owl-prev {
  margin-right: 10px;
  right: 0;
  left: auto;
}
/* line 195, templates/g5_helium/custom/scss/_newsslider.scss */
/* line 196, templates/g5_helium/custom/scss/_newsslider.scss */
.dir-rtl .g-newsslider .g-newsslider-slides .owl-nav .owl-prev .fa-chevron-left:before {
  content: "\f054";
}
/* line 203, templates/g5_helium/custom/scss/_newsslider.scss */
.g-newsslider .g-newsslider-slides .owl-nav .owl-next {
  margin-right: 10px;
  left: auto;
  right: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .g-newsslider .g-newsslider-slides .owl-nav .owl-next {
    right: 1rem;
  }
}
/* line 212, templates/g5_helium/custom/scss/_newsslider.scss */
.dir-rtl .g-newsslider .g-newsslider-slides .owl-nav .owl-next {
  margin-left: 10px;
  left: 0;
  right: auto;
}
/* line 217, templates/g5_helium/custom/scss/_newsslider.scss */
/* line 218, templates/g5_helium/custom/scss/_newsslider.scss */
.dir-rtl .g-newsslider .g-newsslider-slides .owl-nav .owl-next .fa-chevron-right:before {
  content: "\f053";
}
/* line 229, templates/g5_helium/custom/scss/_newsslider.scss */
.mThumbnailScroller {
  -ms-touch-action: none;
  touch-action: none;
}
/* line 233, templates/g5_helium/custom/scss/_newsslider.scss */
.mThumbnailScroller.mTS_no_scroll, .mThumbnailScroller.mTS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
/* line 238, templates/g5_helium/custom/scss/_newsslider.scss */
.mTSWrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
/* line 246, templates/g5_helium/custom/scss/_newsslider.scss */
.mTSContainer {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 251, templates/g5_helium/custom/scss/_newsslider.scss */
ol.mTSContainer, ul.mTSContainer {
  list-style: none;
}
/* line 255, templates/g5_helium/custom/scss/_newsslider.scss */
.mTSThumb, ul.mTSContainer > li img {
  vertical-align: bottom;
}
/* line 259, templates/g5_helium/custom/scss/_newsslider.scss */
.mTS_vertical .mTSContainer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* line 263, templates/g5_helium/custom/scss/_newsslider.scss */
.mTS_horizontal .mTSContainer {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 267, templates/g5_helium/custom/scss/_newsslider.scss */
.mTS-hover-full {
  padding: 8px;
  background: rgba(0, 0, 0, 0.2);
}
/* line 271, templates/g5_helium/custom/scss/_newsslider.scss */
.mTS-hover-full .mTS_vertical .mTSThumbContainer {
  margin: 8px 0;
}
/* line 274, templates/g5_helium/custom/scss/_newsslider.scss */
.mTS-hover-full .mTS_vertical .mTSThumbContainer:first-child {
  margin-top: 40px;
}
/* line 277, templates/g5_helium/custom/scss/_newsslider.scss */
.mTS-hover-full .mTS_vertical .mTSThumbContainer:last-child {
  margin-bottom: 40px;
}
/* line 280, templates/g5_helium/custom/scss/_newsslider.scss */
.mTS-hover-full .mTS_horizontal .mTSThumbContainer {
  margin: 0 4px;
}
/* line 283, templates/g5_helium/custom/scss/_newsslider.scss */
.mTS-hover-full .mTS_horizontal .mTSThumbContainer:first-child {
  margin-left: 40px;
}
/* line 286, templates/g5_helium/custom/scss/_newsslider.scss */
.mTS-hover-full .mTS_horizontal .mTSThumbContainer:last-child {
  margin-right: 40px;
}
/* line 1, templates/g5_helium/custom/scss/_offsidebar.scss */
@media only all and (min-width: 75rem) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  #g-offsidebar, #g-offsidebar .g-container {
    width:  !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-offsidebar, #g-offsidebar .g-container {
    width:  !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-offsidebar, #g-offsidebar .g-container {
    width:  !important;
  }
}
/* line 14, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar {
  color: #67033e;
  background: #303030;
  position: fixed;
  z-index: 100001;
  box-shadow: 5px -10px 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 24, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar:after {
  background-image: -webkit-linear-gradient( top , #303030, );
  background-image: linear-gradient(to bottom, #303030, );
  position: absolute;
  content: "";
  height: 0;
  top: 100%;
  width: 100%;
  box-shadow: 0 -20px 0 #303030, 5px -10px 10px rgba(0, 0, 0, 0.25);
}
/* line 34, templates/g5_helium/custom/scss/_offsidebar.scss */
.g-offsidebar-open-slidedown #g-offsidebar {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 37, templates/g5_helium/custom/scss/_offsidebar.scss */
.g-offsidebar-open-pushpage #g-offsidebar {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 40, templates/g5_helium/custom/scss/_offsidebar.scss */
.dir-rtl.g-offsidebar-open-pushpage #g-offsidebar {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
/* line 44, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar.g-offsidebar-open {
  opacity: 1;
  visibility: visible;
}
/* line 47, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar.g-offsidebar-open:after {
  height: 10rem;
}
/* line 50, templates/g5_helium/custom/scss/_offsidebar.scss */
.g-offsidebar-open-slidedown #g-offsidebar.g-offsidebar-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* line 53, templates/g5_helium/custom/scss/_offsidebar.scss */
.g-offsidebar-open-pushpage #g-offsidebar.g-offsidebar-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/* line 59, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-container {
  padding: 0 !important;
}
@media only all and (max-width: 47.99rem) {
  #g-offsidebar {
    display: none;
  }
}
/* line 69, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav {
  margin: -0.5rem;
}
/* line 71, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 73, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-toplevel > li {
  margin: 0 0 0.75rem 0;
  display: block;
  /*
   &:hover, &.active {
   > .g-menu-item-container {
   color: darken(#67033e, 25%);
   background: darken(#303030, 10%);
   border-radius: 2px;
   > .g-selected {
   color: darken(#67033e, 25%);
   background: darken(#303030, 10%);
   border-radius: 2px;
   }
   }
   }
   */
}
/* line 77, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 0.25rem 0.5rem;
}
/* line 79, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  color: #67033e;
  font-size: 1rem;
  font-weight: 400;
  white-space: normal;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 86, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 87, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "\f105";
  opacity: 0.5;
}
/* line 90, templates/g5_helium/custom/scss/_offsidebar.scss */
.dir-rtl #g-offsidebar .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "\f104";
}
/* line 110, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 111, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  background: transparent;
}
/* line 113, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content {
  box-shadow: 0 2px 0 rgba(103, 3, 62, 0.25);
}
/* line 116, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 117, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-selected > .g-menu-item-content {
  box-shadow: 0 2px 0 rgba(103, 3, 62, 0.25);
}
/* line 123, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 124, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 125, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  font-weight: 700;
}
/* line 128, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 129, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-selected > .g-menu-item-content {
  font-weight: 700;
}
/* line 135, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  vertical-align: top;
  position: absolute;
}
/* line 138, templates/g5_helium/custom/scss/_offsidebar.scss */
.dir-ltr #g-offsidebar .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  right: 0.5rem;
}
/* line 141, templates/g5_helium/custom/scss/_offsidebar.scss */
.dir-rtl #g-offsidebar .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  left: 0.5rem;
}
/* line 148, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 149, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 150, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
  top: 0;
}
/* line 152, templates/g5_helium/custom/scss/_offsidebar.scss */
.dir-ltr #g-offsidebar .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
  left: 0;
}
/* line 155, templates/g5_helium/custom/scss/_offsidebar.scss */
.dir-rtl #g-offsidebar .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
  right: 0;
}
/* line 159, templates/g5_helium/custom/scss/_offsidebar.scss */
.dir-ltr #g-offsidebar .g-main-nav .g-fullwidth > .g-dropdown {
  left: 100%;
}
/* line 162, templates/g5_helium/custom/scss/_offsidebar.scss */
.dir-rtl #g-offsidebar .g-main-nav .g-fullwidth > .g-dropdown {
  right: 100%;
}
/* line 168, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-dropdown {
  top: -0.7rem;
  background: #303030;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  border-radius: 1.25rem;
}
/* line 173, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-dropdown > .g-dropdown-column {
  border: 1px solid transparent;
}
/* line 176, templates/g5_helium/custom/scss/_offsidebar.scss */
.dir-ltr #g-offsidebar .g-main-nav .g-dropdown {
  left: 100%;
}
/* line 179, templates/g5_helium/custom/scss/_offsidebar.scss */
.dir-rtl #g-offsidebar .g-main-nav .g-dropdown {
  right: 100%;
}
/* line 184, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 185, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-sublevel .g-dropdown {
  top: -9px;
  margin-left: 12px;
}
/* line 189, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-sublevel > li {
  margin: 0.5rem 0.5rem 0.685rem 0.5rem;
}
/* line 191, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0.25rem 0.5rem;
}
/* line 193, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
  color: #67033e;
  font-size: 0.9rem;
  font-weight: 400;
  white-space: normal;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 201, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-selected {
  font-weight: 400;
  border: 1px solid transparent;
}
/* line 207, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 208, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-offsidebar .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #000;
  background: #171717;
  border-radius: 2px;
}
/* line 212, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected, #g-offsidebar .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected {
  color: #000;
  background: #171717;
  border-radius: 2px;
}
/* line 219, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 220, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-sublevel > li:hover > .g-menu-item-container {
  background: transparent;
}
/* line 222, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-menu-item-content {
  box-shadow: 0 2px 0 rgba(103, 3, 62, 0.25);
}
/* line 225, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 226, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected > .g-menu-item-content {
  box-shadow: 0 2px 0 rgba(103, 3, 62, 0.25);
}
/* line 232, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 233, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 234, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-menu-item-content {
  font-weight: 700;
}
/* line 237, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 238, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected > .g-menu-item-content {
  font-weight: 700;
}
/* line 245, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-sublevel > li:last-child {
  border-bottom: none;
}
/* line 249, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 250, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 251, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container {
  background: inherit;
}
/* line 260, templates/g5_helium/custom/scss/_offsidebar.scss */
@media only all and (max-width: 47.99rem) {
  #g-offsidebar .g-menu-block {
    display: none;
  }
}
/* line 266, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-menu-item-subtitle {
  text-transform: lowercase;
  font-size: 0.85rem;
  font-weight: bold;
  opacity: 0.8;
  padding-top: 0;
}
/* line 274, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 275, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 277, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-offsidebar .g-menu-hastouch .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  background: transparent;
  border-style: none;
  margin-top: 0;
}
/* line 286, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-preset-thumbnails {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5rem -1rem;
  text-align: center;
}
/* line 289, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-preset-thumbnails img {
  margin: 0;
}
/* line 292, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-preset-thumbnails span {
  display: block;
  margin: 0.5rem auto 1rem auto;
}
/* line 297, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-preset-thumbnails .g-block {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333% !important;
}
/* line 301, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar .g-preset-thumbnails .g-content {
  margin: 0 0.25rem;
}
/* line 307, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-page-surround {
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  transition: transform 0.25s;
}
/* line 310, templates/g5_helium/custom/scss/_offsidebar.scss */
.g-body-pushed {
  overflow: hidden;
}
/* line 312, templates/g5_helium/custom/scss/_offsidebar.scss */
@media only all and (min-width: 75rem) {
  .g-body-pushed #g-page-surround {
    -webkit-transform: translateX();
    -moz-transform: translateX();
    -ms-transform: translateX();
    -o-transform: translateX();
    transform: translateX();
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-body-pushed #g-page-surround {
    -webkit-transform: translateX();
    -moz-transform: translateX();
    -ms-transform: translateX();
    -o-transform: translateX();
    transform: translateX();
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-body-pushed #g-page-surround {
    -webkit-transform: translateX();
    -moz-transform: translateX();
    -ms-transform: translateX();
    -o-transform: translateX();
    transform: translateX();
  }
}
/* line 323, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 324, templates/g5_helium/custom/scss/_offsidebar.scss */
.g-body-pushed #g-offsidebar:after {
  height: 50rem;
}
/* line 330, templates/g5_helium/custom/scss/_offsidebar.scss */
/* line 331, templates/g5_helium/custom/scss/_offsidebar.scss */
@media only all and (min-width: 75rem) {
  .dir-rtl.g-body-pushed #g-page-surround {
    -webkit-transform: translateX(-);
    -moz-transform: translateX(-);
    -ms-transform: translateX(-);
    -o-transform: translateX(-);
    transform: translateX(-);
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .dir-rtl.g-body-pushed #g-page-surround {
    -webkit-transform: translateX(-);
    -moz-transform: translateX(-);
    -ms-transform: translateX(-);
    -o-transform: translateX(-);
    transform: translateX(-);
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .dir-rtl.g-body-pushed #g-page-surround {
    -webkit-transform: translateX(-);
    -moz-transform: translateX(-);
    -ms-transform: translateX(-);
    -o-transform: translateX(-);
    transform: translateX(-);
  }
}
/* line 344, templates/g5_helium/custom/scss/_offsidebar.scss */
.dir-rtl.g-offcanvas-left #g-page-surround {
  right: 0;
  left: inherit;
  position: static;
}
/* line 351, templates/g5_helium/custom/scss/_offsidebar.scss */
#g-offsidebar-overlay {
  cursor: pointer;
  opacity: 0;
  background: rgba(0, 0, 0, 0.25);
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
@media print {
  /* line 366, templates/g5_helium/custom/scss/_offsidebar.scss */
  #g-offsidebar {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 2, templates/g5_helium/custom/scss/_slider.scss */
.g-slider {
  position: relative;
}
/* line 4, templates/g5_helium/custom/scss/_slider.scss */
/* line 5, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-slides .g-slider-slides-slide {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide {
    flex-direction: column;
  }
}
/* line 10, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content {
  width: 40%;
  margin-top: 10rem;
  padding: 0 3.752rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content {
    padding: 0 1.876rem;
    width: 50%;
  }
}
/* line 18, templates/g5_helium/custom/scss/_slider.scss */
.dir-rtl .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content {
  margin-right: 1.563rem;
  margin-left: auto;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content {
    z-index: 3;
    text-align: center;
    margin-top: 0.938rem;
    padding: 0 5%;
    width: 100%;
  }
}
/* line 29, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content h1 {
  font-size: 3.05rem;
  margin-top: 0;
  padding-top: 0;
}
/* line 34, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content p {
  font-size: 1.1rem;
}
/* line 38, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image {
  min-height: 500px;
  width: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image {
    min-height: 300px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image {
    width: 100%;
    position: absolute;
  }
}
/* line 55, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  background-color: ;
  background-image: -webkit-linear-gradient(bottom,  0%, rgba(15, 15, 15, 0) 50%);
  background-image: linear-gradient(to top, 0%, rgba(15, 15, 15, 0) 50%);
  background-color: transparent;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image::after {
    height: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image::after {
    background-color: transparent !important;
    background-color: ;
    background-image: -webkit-linear-gradient(bottom,  0%, rgba(15, 15, 15, 0) 130%);
    background-image: linear-gradient(to top, 0%, rgba(15, 15, 15, 0) 130%);
  }
}
/* line 73, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-slides .owl-dots {
  width: 40%;
  position: absolute;
  top: 12rem;
  left: 0;
  padding-right: 0.938rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  flex-direction: column;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slider .g-slider-slides .owl-dots {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .owl-dots {
    display: none;
  }
}
/* line 88, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-slides .owl-dots .owl-dot {
  border-radius: 100%;
  background: transparent;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin: 0.2rem;
}
/* line 95, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-slides .owl-dots .owl-dot.active {
  background: #fff;
}
/* line 99, templates/g5_helium/custom/scss/_slider.scss */
.dir-rtl .g-slider .g-slider-slides .owl-dots {
  left: auto;
  right: 0;
}
/* line 105, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel {
  padding: 0 2.814rem;
  position: relative;
  bottom: 0rem;
  z-index: 3;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-carousel {
    bottom: 0rem;
    padding-top: 0.938rem;
  }
}
/* line 114, templates/g5_helium/custom/scss/_slider.scss */
.dir-rtl .g-slider .g-slider-carousel {
  right: 2rem;
  left: auto;
}
/* line 118, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 121, templates/g5_helium/custom/scss/_slider.scss */
/* line 124, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item {
  outline: none;
  cursor: pointer;
  padding-top: 1rem;
}
/* line 128, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  z-index: 1;
  position: relative;
}
/* line 133, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item .g-slider-carousel-title {
  margin: 0.625rem;
  font-weight: 600;
}
/* line 137, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item .g-slider-carousel-image-container {
  background: transparent;
  margin: 0.625rem;
  height: 120px;
  background-size: cover;
  position: relative;
  z-index: 0;
  transform: translateY(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/* line 146, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item .g-slider-carousel-image-container:before {
  content: '';
  height: 0;
  bottom: 0;
  position: absolute;
  background: #474747;
  width: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  transition-delay: 0.3s;
}
/* line 157, templates/g5_helium/custom/scss/_slider.scss */
/* line 159, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item:hover .g-slider-carousel-image-container, .g-slider .g-slider-carousel .owl-item.owl-current .g-slider-carousel-image-container {
  transform: translateY(-1rem);
}
/* line 161, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item:hover .g-slider-carousel-image-container img, .g-slider .g-slider-carousel .owl-item.owl-current .g-slider-carousel-image-container img {
  padding-bottom: 10px;
  background: #474747;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 166, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item:hover .g-slider-carousel-image-container:before, .g-slider .g-slider-carousel .owl-item.owl-current .g-slider-carousel-image-container:before {
  height: 10px;
}
/* line 172, templates/g5_helium/custom/scss/_slider.scss */
/* line 173, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-nav > div {
  position: absolute;
  margin: auto;
  text-align: center;
  bottom: 0;
  top: -4rem;
  left: 0;
  right: 0;
  opacity: 1;
}
/* line 182, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-nav > div .fa {
  font-size: 1.5rem;
  font-weight: 400;
}
/* line 186, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-nav > div:hover {
  color: rgba(255, 255, 255, 0.6);
}
/* line 190, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-nav .owl-prev {
  margin-left: 10px;
  left: 0;
  right: auto;
}
/* line 194, templates/g5_helium/custom/scss/_slider.scss */
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-prev {
  margin-right: 10px;
  right: 0;
  left: auto;
}
/* line 198, templates/g5_helium/custom/scss/_slider.scss */
/* line 199, templates/g5_helium/custom/scss/_slider.scss */
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-prev .fa-chevron-left:before {
  content: "\f054";
}
/* line 205, templates/g5_helium/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-nav .owl-next {
  margin-right: 10px;
  left: auto;
  right: 0;
}
/* line 209, templates/g5_helium/custom/scss/_slider.scss */
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-next {
  margin-left: 10px;
  left: 0;
  right: auto;
}
/* line 213, templates/g5_helium/custom/scss/_slider.scss */
/* line 214, templates/g5_helium/custom/scss/_slider.scss */
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-next .fa-chevron-right:before {
  content: "\f053";
}
/* line 9, templates/g5_helium/custom/scss/custom.scss */
#g-navigation {
  z-index: 999;
  border-bottom: 5px solid rgba(255, 255, 255, 0.25);
}
/* line 14, templates/g5_helium/custom/scss/custom.scss */
.logo-home {
  height: 100vh;
  margin-top: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 21, templates/g5_helium/custom/scss/custom.scss */
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
  max-height: 20vh;
}
/* line 25, templates/g5_helium/custom/scss/custom.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-title {
  font-size: 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
}
/* line 35, templates/g5_helium/custom/scss/custom.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-desc {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
/* line 42, templates/g5_helium/custom/scss/custom.scss */
.latest-news .button {
  background: transparent;
  color: #2a363b;
  border: 1px solid #a8a7a7;
  border-radius: 0;
  padding: 0.8rem 1rem;
}
/* line 50, templates/g5_helium/custom/scss/custom.scss */
.latest-news .button:hover {
  background: #8f8d8d;
  color: #fff;
}
/******OVERLAYTOGGLE*****/
/* line 56, templates/g5_helium/custom/scss/custom.scss */
#g-overlay {
  background: rgba(50, 50, 50, 0.9);
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 72, templates/g5_helium/custom/scss/custom.scss */
#g-overlay.open {
  visibility: visible;
  opacity: 1;
}
/* line 76, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav {
  margin: 5rem 0 0 0;
}
/* line 79, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -1%;
  position: relative;
}
/* line 100, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-toplevel > li {
  margin: 0 1%;
  width: 20%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 105, templates/g5_helium/custom/scss/custom.scss */
  #g-overlay .g-main-nav .g-toplevel > li {
    width: 18%;
  }
}
/* line 109, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container {
  border: 2px solid;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  padding: 2rem 0;
}
/* line 116, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "\f107";
  opacity: 0.75;
}
/* line 120, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container i.fa {
  font-size: 3rem;
  display: block;
  margin: 0.5rem 0;
  opacity: 0.75;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 127, templates/g5_helium/custom/scss/custom.scss */
  #g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container i.fa {
    font-size: 2.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 132, templates/g5_helium/custom/scss/custom.scss */
  #g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container i.fa {
    font-size: 2rem;
  }
}
/* line 136, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-overlay .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #fff;
}
/* line 139, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-selected, #g-overlay .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-selected {
  color: #fff;
}
/* line 142, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-presets-dropdown .g-dropdown {
  left: 1%;
  right: 1%;
}
/* line 146, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-dropdown {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0;
}
/* line 151, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-dropdown > .g-dropdown-column {
  border: 1px solid transparent;
}
/* line 154, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-dropdown a {
  color: #fff;
}
/* line 157, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-dropdown a:hover {
  color: #163c71;
}
/* line 160, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #fff;
  font-weight: bold;
  border: 1px solid transparent;
}
/* line 165, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-selected {
  color: #fff;
  font-weight: bold;
  border: 1px solid transparent;
}
/* line 170, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-overlay .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  background: transparent;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
}
/* line 176, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected, #g-overlay .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected {
  background: transparent;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
}
/* line 182, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container, #g-overlay .g-main-nav .g-sublevel > li.g-menu-item-type-particle.active > .g-menu-item-container {
  border: 1px solid transparent;
}
/* line 185, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-sublevel > li:last-child {
  border-bottom: 0;
}
/* line 188, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container {
  background: inherit;
}
@media only all and (max-width: 47.938rem) {
  /* line 192, templates/g5_helium/custom/scss/custom.scss */
  #g-overlay .g-menu-block {
    display: none;
  }
}
/* line 196, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-menu-item-subtitle {
  text-transform: lowercase;
  font-size: 0.85rem;
  font-weight: bold;
  opacity: 0.8;
  padding-top: 0;
}
/* line 203, templates/g5_helium/custom/scss/custom.scss */
.g-overlaytoggle {
  position: relative;
  padding: 1rem;
}
@media only all and (max-width: 47.938rem) {
  /* line 208, templates/g5_helium/custom/scss/custom.scss */
  .g-overlaytoggle {
    display: none;
  }
}
/* line 212, templates/g5_helium/custom/scss/custom.scss */
.g-overlaytoggle .nav-toggle {
  color: #fff;
  cursor: pointer;
}
/* line 216, templates/g5_helium/custom/scss/custom.scss */
.g-overlaytoggle .nav-toggle:focus {
  outline: 0;
}
/* line 219, templates/g5_helium/custom/scss/custom.scss */
.g-overlaytoggle .nav-toggle .g-overlaytoggle-bar, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar:before, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 35px;
  height: 5px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer;
}
/* line 230, templates/g5_helium/custom/scss/custom.scss */
.g-overlaytoggle .g-overlaytoggle-bar-wrapper {
  padding: 10px 35px 16px 16px;
  position: absolute;
  right: 0;
  top: 6px;
}
/* line 236, templates/g5_helium/custom/scss/custom.scss */
.g-overlaytoggle .g-overlaytoggle-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  right: 50px;
  top: 5px;
}
/* line 245, templates/g5_helium/custom/scss/custom.scss */
.g-overlaytoggle .g-overlaytoggle-text:hover {
  color: #fff;
}
/* line 248, templates/g5_helium/custom/scss/custom.scss */
.nav-toggle .g-overlaytoggle-bar:before {
  top: -10px;
}
/* line 251, templates/g5_helium/custom/scss/custom.scss */
.nav-toggle .g-overlaytoggle-bar:after {
  bottom: -10px;
}
/* line 254, templates/g5_helium/custom/scss/custom.scss */
.nav-toggle .g-overlaytoggle-bar, .nav-toggle .g-overlaytoggle-bar:before, .nav-toggle .g-overlaytoggle-bar:after {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 259, templates/g5_helium/custom/scss/custom.scss */
.nav-toggle.active .g-overlaytoggle-bar {
  background-color: transparent;
}
/* line 262, templates/g5_helium/custom/scss/custom.scss */
.nav-toggle.active .g-overlaytoggle-bar:before, .nav-toggle.active .g-overlaytoggle-bar:after {
  top: 0;
}
/* line 265, templates/g5_helium/custom/scss/custom.scss */
.nav-toggle.active .g-overlaytoggle-bar:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 272, templates/g5_helium/custom/scss/custom.scss */
.nav-toggle.active .g-overlaytoggle-bar:after {
  top: 10px;
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
/* line 280, templates/g5_helium/custom/scss/custom.scss */
.navicon {
  position: relative;
  height: 26px;
}
/* line 284, templates/g5_helium/custom/scss/custom.scss */
.navicon p {
  margin: 1px 50px 0 0;
}
/* line 287, templates/g5_helium/custom/scss/custom.scss */
.navicon-fixed {
  position: fixed;
  top: 59px;
  right: 143px;
}
/* line 292, templates/g5_helium/custom/scss/custom.scss */
#g-overlay {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  -moz-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
/* line 299, templates/g5_helium/custom/scss/custom.scss */
#g-overlay.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 306, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-toplevel > li {
  opacity: 0;
  margin-top: -80px;
  -webkit-transition: opacity 0.5s, margin-top 0.5s;
  -moz-transition: opacity 0.5s, margin-top 0.5s;
  transition: opacity 0.5s, margin-top 0.5s;
}
/* line 313, templates/g5_helium/custom/scss/custom.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:first-child {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
/* line 318, templates/g5_helium/custom/scss/custom.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 323, templates/g5_helium/custom/scss/custom.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:nth-child(3) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
/* line 328, templates/g5_helium/custom/scss/custom.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 333, templates/g5_helium/custom/scss/custom.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:nth-child(5) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
/* line 338, templates/g5_helium/custom/scss/custom.scss */
#g-overlay.open .g-main-nav .g-toplevel > li {
  opacity: 1;
  margin-top: 0;
}
/* line 342, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-overlay-blockcontent {
  margin: 0 -0.625rem;
}
/* line 345, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-blockcontent-subcontent-title span {
  color: #3176d6;
}
/* line 348, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-blockcontent-icons {
  margin-bottom: 0.5rem;
}
/* line 351, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-blockcontent-subcontent-desc {
  margin: 1rem 0;
  padding-top: 1.5rem;
}
/* line 355, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-blockcontent-subcontent-desc:before {
  background: transparent;
  content: "";
  width: 40px;
  height: 5px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: 0;
}
/* line 365, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-blockcontent-subcontent-block .g-blockcontent-subcontent-block-content {
  -webkit-transition: border-bottom 0.3s, -webkit-transform 0.3s;
  -moz-transition: border-bottom 0.3s, -moz-transform 0.3s;
  transition: border-bottom 0.3s, transform 0.3s;
  border-bottom: 5px solid transparent;
}
/* line 371, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-block-content {
  border-bottom: 5px solid #163c71;
  -webkit-transform: translate3d(0, -1rem, 0);
  -moz-transform: translate3d(0, -1rem, 0);
  -ms-transform: translate3d(0, -1rem, 0);
  -o-transform: translate3d(0, -1rem, 0);
  transform: translate3d(0, -1rem, 0);
}
/* line 379, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-title {
  margin-bottom: 0;
}
/* line 382, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-social {
  margin-top: -1rem;
  padding-top: 0;
}
/* line 386, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-social a {
  background: #fff;
}
/* line 389, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-social a:hover {
  color: #fff;
  background: #163c71;
}
@media print {
  /* line 394, templates/g5_helium/custom/scss/custom.scss */
  #g-overlay {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 400, templates/g5_helium/custom/scss/custom.scss */
.owl-nav div {
  font-size: 2rem;
}
/* line 403, templates/g5_helium/custom/scss/custom.scss */
.owl-nav div.owl-prev {
  left: 0;
}
/* line 406, templates/g5_helium/custom/scss/custom.scss */
.owl-nav div.owl-next {
  right: 0;
}
/* line 410, templates/g5_helium/custom/scss/custom.scss */
.g-showcase .desktop .g-showcase-slides-set {
  min-height: 575px;
}
/* line 413, templates/g5_helium/custom/scss/custom.scss */
.g-showcase .desktop .item-4 {
  bottom: 50px;
}
/* line 416, templates/g5_helium/custom/scss/custom.scss */
div.g-showcase-slides-slide-content h3 {
  margin-bottom: 0;
}
/* line 419, templates/g5_helium/custom/scss/custom.scss */
.g-showcase .g-showcase-slides-slide .g-showcase-slides-slide-content {
  left: 100px;
  margin-top: 20px;
}
/* line 424, templates/g5_helium/custom/scss/custom.scss */
.g-home-particles.g-helium-style #g-navigation .g-social a {
  color: rgba(255, 255, 255, 1);
}
/* line 428, templates/g5_helium/custom/scss/custom.scss */
.g-newsslider .g-newsslider-slides .owl-item .g-newsslider-slides-item-image::before {
  width: 100%;
  height: 50%;
  border: none;
  background: linear-gradient(transparent, #000);
}
/* line 435, templates/g5_helium/custom/scss/custom.scss */
.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-right {
  left: 105%;
}
/***** AJUSTE *****/
/* line 441, templates/g5_helium/custom/scss/custom.scss */
#g-overlay .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 460, templates/g5_helium/custom/scss/custom.scss */
#g-overlay.open .g-main-nav .g-toplevel > li {
  margin-top: 20px;
}
/* line 464, templates/g5_helium/custom/scss/custom.scss */
.lang-inline a {
  color: #fff !important;
  border: solid 2px #fff;
  padding: 3px 5px;
  border-radius: 3px;
}
@media (max-width: 30.062rem) {
  /* line 472, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation {
    background: transparent;
  }
  /* line 475, templates/g5_helium/custom/scss/custom.scss */
  .lang-selector .g-content {
    margin: -2rem 4rem;
    padding: 0;
  }
  /* line 479, templates/g5_helium/custom/scss/custom.scss */
  .social-top .g-content {
    margin: -2.3rem 1rem 0.8rem 0;
    padding: 0;
  }
  /* line 483, templates/g5_helium/custom/scss/custom.scss */
  #g-navigation .g-social {
    text-align: right;
  }
  /* line 486, templates/g5_helium/custom/scss/custom.scss */
  .g-social a {
    padding: 0.1875rem 0.25rem;
  }
  /* line 489, templates/g5_helium/custom/scss/custom.scss */
  .g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
    max-height: 15vh;
  }
  /* line 492, templates/g5_helium/custom/scss/custom.scss */
  .logo-home {
    margin-top: -5rem;
    background: linear-gradient(rgba(0, 0, 0, 0.7), transparent);
  }
  /* line 496, templates/g5_helium/custom/scss/custom.scss */
  section#g-intro.intro-home, section#g-features.features-home, section#g-utility.utility-home {
    padding-top: 0;
  }
}
/* line 501, templates/g5_helium/custom/scss/custom.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-title {
  font-size: 1.7rem;
  line-height: 1.3;
  text-transform: none;
  font-family: "PT Serif";
  font-weight: 900;
}
/* line 509, templates/g5_helium/custom/scss/custom.scss */
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content {
  margin-top: 0;
}
/* line 513, templates/g5_helium/custom/scss/custom.scss */
.g-slider .g-slider-slides .owl-dots.disabled {
  display: none;
}
/* line 517, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic .sprocket-mosaic-order, .amura-mosaic .sprocket-readmore, .amura-mosaic .sprocket-mosaic-tags {
  display: none;
}
/* line 520, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic .sprocket-mosaic-filter li {
  padding: 0px 10px;
  margin: 0 0 4px 0;
  border-radius: 4px;
}
/* line 525, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic h2.sprocket-mosaic-title {
  line-height: 1.3;
  margin-bottom: 0;
}
/* line 529, templates/g5_helium/custom/scss/custom.scss */
.amura-header h3.g-item-title {
  font-size: 4rem;
  text-shadow: 2px 2px 4px #000;
}
/* line 533, templates/g5_helium/custom/scss/custom.scss */
#g-header .amura-header h3.g-item-title a {
  color: #fff;
}
/* line 536, templates/g5_helium/custom/scss/custom.scss */
.amura-header .g-array-item-text {
  font-size: 1.5rem;
  padding: 0 3rem;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #000;
}
/* line 543, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic .sprocket-mosaic .sprocket-mosaic-container {
  margin: 10px;
  top: 10px;
}
/* line 548, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic .sprocket-mosaic-filter {
  width: 100%;
}
/* line 551, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul {
  display: table;
}
/* line 554, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic .sprocket-mosaic .sprocket-mosaic-header ul {
  padding: 0 20px;
}
/* line 557, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic .sprocket-mosaic-header ul {
  padding: 0;
}
/* line 560, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.all {
  display: none;
}
/* line 563, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li {
  background-size: cover;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 2.5rem;
  opacity: 0.5;
  transition: all 0.35s ease-in-out;
  border: none;
  border-radius: 0;
}
/* line 575, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu._2cols .sprocket-mosaic-filter ul li {
  width: 50vw;
  height: 25vw;
}
/* line 579, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu._3cols .sprocket-mosaic-filter ul li {
  width: 33.333vw;
  height: 16.666vw;
}
/* line 583, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu._4cols .sprocket-mosaic-filter ul li {
  width: 25vw;
  height: 12.5vw;
}
/* line 587, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Yachts {
  background: #000 url('../../../../images/topics/boats/yachts.jpg') center no-repeat;
}
/* line 590, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Toys {
  background: #000 url('../../../../images/topics/boats/toys.jpg') center no-repeat;
}
/* line 593, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Compass {
  background: #000 url('../../../../images/topics/destinations/compass.jpg') center no-repeat;
}
/* line 596, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Map {
  background: #000 url('../../../../images/topics/destinations/map.jpg') center no-repeat;
}
/* line 599, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Cars {
  background: #000 url('../../../../images/topics/toy_collection/cars.jpg') center no-repeat;
}
/* line 602, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Helicopters {
  background: #000 url('../../../../images/topics/toy_collection/helicopter.jpg') center no-repeat;
}
/* line 605, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Jets {
  background: #000 url('../../../../images/topics/toy_collection/jets.jpg') center no-repeat;
}
/* line 608, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Motorcycles {
  background: #000 url('../../../../images/topics/toy_collection/motos.jpg') center no-repeat;
}
/* line 611, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Cinematography {
  background: #000 url('../../../../images/topics/art/cinematography.jpg') center no-repeat;
}
/* line 614, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Conquerors {
  background: #000 url('../../../../images/topics/art/conquerors.jpg') center no-repeat;
}
/* line 617, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Design {
  background: #000 url('../../../../images/topics/art/design.jpg') center no-repeat;
}
/* line 620, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Music {
  background: #000 url('../../../../images/topics/art/music.jpg') center no-repeat;
}
/* line 623, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Blue-Planet {
  background: #000 url('../../../../images/topics/planet/blue-planet.jpg') center no-repeat;
  white-space: nowrap;
}
/* line 627, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Conservancy {
  background: #000 url('../../../../images/topics/planet/conservacy-report.jpg') center no-repeat;
}
/* line 630, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.Species {
  background: #000 url('../../../../images/topics/planet/species.jpg') center no-repeat;
}
/* line 633, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li.active {
  opacity: 1;
  font-weight: 700;
  font-size: 3rem;
  transition: all 0.35s ease-in-out;
  white-space: nowrap;
}
/* line 640, templates/g5_helium/custom/scss/custom.scss */
.amura-mosaic.photomenu .sprocket-mosaic-filter ul li:hover {
  opacity: 1;
  font-weight: 700;
  text-decoration: underline;
  font-size: 5rem;
  transition: all 0.35s ease-in-out;
  white-space: nowrap;
}
/* line 648, templates/g5_helium/custom/scss/custom.scss */
.amura-boats section#g-above.g-flushed div.g-container div.g-grid div.g-block.size-100, .amura-planet section#g-above.g-flushed div.g-container div.g-grid div.g-block.size-100, .amura-art section#g-above.g-flushed div.g-container div.g-grid div.g-block.size-100, .amura-destinations section#g-above.g-flushed div.g-container div.g-grid div.g-block.size-100, .amura-toy-collection section#g-above.g-flushed div.g-container div.g-grid div.g-block.size-100 {
  margin-top: -10px;
}
/*
 .amura-boats header#g-header.g-flushed, 
 .amura-toy-collection header#g-header.g-flushed {
 margin-top: -11rem !important;
 }
 */
/* line 658, templates/g5_helium/custom/scss/custom.scss */
.level-1 header#g-header.g-flushed {
  margin-top: -6.5625rem !important;
  height: 100vh;
}
/* line 663, templates/g5_helium/custom/scss/custom.scss */
.sprocket-mosaic-overlay .css-loader-wrapper {
  width: 90px;
  height: 90px;
}
/*
 .scroll-down {
 position: absolute;
 bottom: 2.5rem;
 }
 .scroll-down-icon img {
 max-width: 60px;
 }
 */
/* line 676, templates/g5_helium/custom/scss/custom.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-content {
  padding: 0 2rem;
}
/******bgslideshow******/
/* line 682, templates/g5_helium/custom/scss/custom.scss */
.g-bgslideshow-slides {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 686, templates/g5_helium/custom/scss/custom.scss */
.g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-title {
  font-size: 4rem;
  text-shadow: 2px 2px 4px #000;
  font-weight: 600;
}
/* line 691, templates/g5_helium/custom/scss/custom.scss */
.g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-description {
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px #000;
  font-weight: 400;
  letter-spacing: 1px;
}
/* line 697, templates/g5_helium/custom/scss/custom.scss */
.g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-link {
  display: none;
}
/* line 700, templates/g5_helium/custom/scss/custom.scss */
.hero {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  display: flex;
  align-items: center;
}
/* line 706, templates/g5_helium/custom/scss/custom.scss */
#g-header a {
  color: #fff;
}
/* line 709, templates/g5_helium/custom/scss/custom.scss */
.scroll-down {
  position: absolute;
  bottom: 0;
}
/* line 713, templates/g5_helium/custom/scss/custom.scss */
.scroll-down-icon img {
  max-width: 60px;
}
/******partners******/
/* line 719, templates/g5_helium/custom/scss/custom.scss */
.footer-partners h2 {
  font-size: 1.25rem;
  border-bottom: dotted 1px #999;
  margin: 0 3rem 1rem 0;
}
/* line 724, templates/g5_helium/custom/scss/custom.scss */
.footer-partners img {
  padding: 0 50px;
  margin-bottom: 15px;
  height: 40px;
}
/*# sourceMappingURL=custom_22.css.map */