/* GANTRY5 DEVELOPMENT MODE ENABLED.

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

   For more information on modifying CSS, please read:

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

/* line 1, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.owl-fixed .owl-carousel .owl-item img {
  min-height: 650;
  max-height: 650px;
  object-fit: cover;
}
/* line 3, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-navigation .g-container {
  width: 100%;
}
/* line 5, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-size: 1.2rem;
  font-weight: 400;
}
/* line 7, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-navigation .g-social {
  text-align: left;
}
/* line 9, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-container-main {
  height: 800px;
}
/* line 11, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-home-particles.g-helium-style #g-intro {
  min-height: 400px;
}
/*******************************************************
 *                                                     *
 *   Logo | Image | Hover - Particle for Gantry        *
 *                                                     *
 *   Purpose: This project adds a powerful image /     *
 *            logo presentation particle to the        *
 *            Gantry templating framework. The         *
 *            component supports rollover and many     *
 *            CSS3 hover and transition effects.       *
 *                                                     *
 *   Author: Andreas Kar (thex) <andreas.kar@gmx.at>   *
 *                                                     *
 ******************************************************/
/* line 15, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.of-hidden {
  overflow: hidden;
}
/* line 19, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover {
  position: relative;
}
@keyframes fadeAnimation {
  /* line 24, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  0% {
    opacity: 1;
  }
  /* line 25, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  45% {
    opacity: 1;
  }
  /* line 26, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  55% {
    opacity: 0;
  }
  /* line 27, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeAnimation {
  /* line 31, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  0% {
    opacity: 1;
  }
  /* line 32, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  45% {
    opacity: 1;
  }
  /* line 33, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  55% {
    opacity: 0;
  }
  /* line 34, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  100% {
    opacity: 0;
  }
}
@keyframes flashAnimation {
  /* line 38, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  0% {
    opacity: 0.4;
  }
  /* line 39, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flashAnimation {
  /* line 43, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  0% {
    opacity: 0.4;
  }
  /* line 44, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  100% {
    opacity: 1;
  }
}
@keyframes pulseAnimation {
  /* line 48, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  0% {
    opacity: 1;
  }
  /* line 49, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  50% {
    opacity: 0;
  }
  /* line 50, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulseAnimation {
  /* line 54, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  0% {
    opacity: 1;
  }
  /* line 55, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  50% {
    opacity: 0;
  }
  /* line 56, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  100% {
    opacity: 1;
  }
}
@keyframes pulseHalfAnimation {
  /* line 60, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  0% {
    opacity: 1;
  }
  /* line 61, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  50% {
    opacity: 0.5;
  }
  /* line 62, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulseHalfAnimation {
  /* line 66, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  0% {
    opacity: 1;
  }
  /* line 67, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  50% {
    opacity: 0.5;
  }
  /* line 68, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
  100% {
    opacity: 1;
  }
}
/* line 71, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img {
  display: inline-block;
}
/* line 75, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h1.front, .g-logo-image-hover img.h4.front, .g-logo-image-hover img.h7.front, .g-logo-image-hover img.h10.front, .g-logo-image-hover img.h13.front, .g-logo-image-hover img.h16.front, .g-logo-image-hover img.h19.front, .g-logo-image-hover img.h22.front, .g-logo-image-hover img.h25.front, .g-logo-image-hover img.h28.front, .g-logo-image-hover img.h31.front, .g-logo-image-hover img.h34.front, .g-logo-image-hover img.h37.front, .g-logo-image-hover img.h40.front, .g-logo-image-hover img.h43.front, .g-logo-image-hover img.h46.front, .g-logo-image-hover img.h49.front, .g-logo-image-hover img.h52.front, .g-logo-image-hover img.h55.front, .g-logo-image-hover img.h58.front, .g-logo-image-hover img.h61.front, .g-logo-image-hover img.h64.front, .g-logo-image-hover img.h67.front, .g-logo-image-hover img.h70.front, .g-logo-image-hover img.h73.front, .g-logo-image-hover img.h76.front, .g-logo-image-hover img.h79.front, .g-logo-image-hover img.h82.front, .g-logo-image-hover img.h85.front, .g-logo-image-hover img.h88.front, .g-logo-image-hover img.h91.front, .g-logo-image-hover img.h94.front, .g-logo-image-hover img.h97.front, .g-logo-image-hover img.h100.front, .g-logo-image-hover img.h103.front, .g-logo-image-hover img.h106.front {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 90, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h2.front, .g-logo-image-hover img.h5.front, .g-logo-image-hover img.h8.front, .g-logo-image-hover img.h11.front, .g-logo-image-hover img.h14.front, .g-logo-image-hover img.h17.front, .g-logo-image-hover img.h20.front, .g-logo-image-hover img.h23.front, .g-logo-image-hover img.h26.front, .g-logo-image-hover img.h29.front, .g-logo-image-hover img.h32.front, .g-logo-image-hover img.h35.front, .g-logo-image-hover img.h38.front, .g-logo-image-hover img.h41.front, .g-logo-image-hover img.h44.front, .g-logo-image-hover img.h47.front, .g-logo-image-hover img.h50.front, .g-logo-image-hover img.h53.front, .g-logo-image-hover img.h56.front, .g-logo-image-hover img.h59.front, .g-logo-image-hover img.h62.front, .g-logo-image-hover img.h65.front, .g-logo-image-hover img.h68.front, .g-logo-image-hover img.h71.front, .g-logo-image-hover img.h74.front, .g-logo-image-hover img.h77.front, .g-logo-image-hover img.h80.front, .g-logo-image-hover img.h83.front, .g-logo-image-hover img.h86.front, .g-logo-image-hover img.h89.front, .g-logo-image-hover img.h92.front, .g-logo-image-hover img.h95.front, .g-logo-image-hover img.h98.front, .g-logo-image-hover img.h101.front, .g-logo-image-hover img.h104.front, .g-logo-image-hover img.h107.front {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 105, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h3.front, .g-logo-image-hover img.h6.front, .g-logo-image-hover img.h9.front, .g-logo-image-hover img.h12.front, .g-logo-image-hover img.h15.front, .g-logo-image-hover img.h18.front, .g-logo-image-hover img.h21.front, .g-logo-image-hover img.h24.front, .g-logo-image-hover img.h27.front, .g-logo-image-hover img.h30.front, .g-logo-image-hover img.h33.front, .g-logo-image-hover img.h36.front, .g-logo-image-hover img.h39.front, .g-logo-image-hover img.h42.front, .g-logo-image-hover img.h45.front, .g-logo-image-hover img.h48.front, .g-logo-image-hover img.h51.front, .g-logo-image-hover img.h54.front, .g-logo-image-hover img.h57.front, .g-logo-image-hover img.h60.front, .g-logo-image-hover img.h63.front, .g-logo-image-hover img.h66.front, .g-logo-image-hover img.h69.front, .g-logo-image-hover img.h72.front, .g-logo-image-hover img.h75.front, .g-logo-image-hover img.h78.front, .g-logo-image-hover img.h81.front, .g-logo-image-hover img.h84.front, .g-logo-image-hover img.h87.front, .g-logo-image-hover img.h90.front, .g-logo-image-hover img.h93.front, .g-logo-image-hover img.h96.front, .g-logo-image-hover img.h99.front, .g-logo-image-hover img.h102.front, .g-logo-image-hover img.h105.front, .g-logo-image-hover img.h108.front {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
/* line 120, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h1.front, .g-logo-image-hover img.h2.front, .g-logo-image-hover img.h3.front, .g-logo-image-hover img.h4.front, .g-logo-image-hover img.h5.front, .g-logo-image-hover img.h6.front {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 128, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h7.front, .g-logo-image-hover img.h8.front, .g-logo-image-hover img.h9.front {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* line 135, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h10.front, .g-logo-image-hover img.h11.front, .g-logo-image-hover img.h12.front {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
/* line 142, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h13.front, .g-logo-image-hover img.h14.front, .g-logo-image-hover img.h15.front, .g-logo-image-hover img.h19.front, .g-logo-image-hover img.h20.front, .g-logo-image-hover img.h21.front {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 150, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h16.front, .g-logo-image-hover img.h17.front, .g-logo-image-hover img.h18.front, .g-logo-image-hover img.h22.front, .g-logo-image-hover img.h23.front, .g-logo-image-hover img.h24.front {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
/* line 158, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h25.front, .g-logo-image-hover img.h26.front, .g-logo-image-hover img.h27.front, .g-logo-image-hover img.h28.front, .g-logo-image-hover img.h29.front, .g-logo-image-hover img.h30.front {
  margin-left: 30px;
}
/* line 163, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h31.front, .g-logo-image-hover img.h32.front, .g-logo-image-hover img.h33.front, .g-logo-image-hover img.h34.front, .g-logo-image-hover img.h35.front, .g-logo-image-hover img.h36.front {
  margin-left: -30px;
}
/* line 168, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h25.front, .g-logo-image-hover img.h26.front, .g-logo-image-hover img.h27.front, .g-logo-image-hover img.h31.front, .g-logo-image-hover img.h32.front, .g-logo-image-hover img.h33.front {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 176, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h28.front, .g-logo-image-hover img.h29.front, .g-logo-image-hover img.h30.front, .g-logo-image-hover img.h34.front, .g-logo-image-hover img.h35.front, .g-logo-image-hover img.h36.front {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 184, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h37.front, .g-logo-image-hover img.h38.front, .g-logo-image-hover img.h39.front {
  -webkit-transform: rotate(5deg) scale(1.2);
  -moz-transform: rotate(5deg) scale(1.2);
  -o-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
}
/* line 191, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h40.front, .g-logo-image-hover img.h41.front, .g-logo-image-hover img.h42.front {
  -webkit-transform: rotate(15deg) scale(1.4);
  -moz-transform: rotate(15deg) scale(1.4);
  -o-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
}
/* line 198, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h43.front, .g-logo-image-hover img.h44.front, .g-logo-image-hover img.h45.front {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* line 203, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h46.front, .g-logo-image-hover img.h47.front, .g-logo-image-hover img.h48.front {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
/* line 208, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h49.front, .g-logo-image-hover img.h50.front, .g-logo-image-hover img.h51.front {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
/* line 213, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h52.front, .g-logo-image-hover img.h53.front, .g-logo-image-hover img.h54.front, .g-logo-image-hover img.h55.front, .g-logo-image-hover img.h56.front, .g-logo-image-hover img.h57.front, .g-logo-image-hover img.h58.front, .g-logo-image-hover img.h59.front, .g-logo-image-hover img.h60.front {
  -webkit-filter: blur(0);
  filter: blur(0);
}
/* line 220, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h61.front, .g-logo-image-hover img.h62.front, .g-logo-image-hover img.h63.front {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 225, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h64.front, .g-logo-image-hover img.h65.front, .g-logo-image-hover img.h66.front {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* line 230, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h67.front, .g-logo-image-hover img.h68.front, .g-logo-image-hover img.h69.front {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}
/* line 235, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h70.front, .g-logo-image-hover img.h71.front, .g-logo-image-hover img.h72.front {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}
/* line 240, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h73.front, .g-logo-image-hover img.h74.front, .g-logo-image-hover img.h75.front, .g-logo-image-hover img.h76.front, .g-logo-image-hover img.h77.front, .g-logo-image-hover img.h78.front, .g-logo-image-hover img.h79.front, .g-logo-image-hover img.h80.front, .g-logo-image-hover img.h81.front {
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
}
/* line 247, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h82.front, .g-logo-image-hover img.h83.front, .g-logo-image-hover img.h84.front {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}
/* line 252, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h85.front, .g-logo-image-hover img.h86.front, .g-logo-image-hover img.h87.front {
  -webkit-filter: grayscale(100%) blur(2px);
  filter: grayscale(100%) blur(2px);
}
/* line 257, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h88.front, .g-logo-image-hover img.h89.front, .g-logo-image-hover img.h90.front {
  -webkit-filter: grayscale(100%) blur(1px);
  filter: grayscale(100%) blur(1px);
}
/* line 262, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h91.front, .g-logo-image-hover img.h92.front, .g-logo-image-hover img.h93.front, .g-logo-image-hover img.h94.front, .g-logo-image-hover img.h95.front, .g-logo-image-hover img.h96.front, .g-logo-image-hover img.h97.front, .g-logo-image-hover img.h98.front, .g-logo-image-hover img.h99.front {
  opacity: 1;
}
/* line 268, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h100.front, .g-logo-image-hover img.h101.front, .g-logo-image-hover img.h102.front {
  opacity: 0.75;
}
/* line 272, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h103.front, .g-logo-image-hover img.h104.front, .g-logo-image-hover img.h105.front {
  opacity: 0.5;
}
/* line 276, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h106.front, .g-logo-image-hover img.h107.front, .g-logo-image-hover img.h108.front {
  opacity: 0.25;
}
/* line 280, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h115.front {
  opacity: 1;
  -webkit-animation: flashAnimation 0.75s infinite ease-in-out;
  -o-animation: flashAnimation 0.75s infinite ease-in-out;
  -ms-animation: flashAnimation 0.75s infinite ease-in-out;
  -moz-animation: flashAnimation 0.75s infinite ease-in-out;
  animation: flashAnimation 0.75s infinite ease-in-out;
}
/* line 289, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h116.front {
  opacity: 1;
  -webkit-animation: flashAnimation 1.5s infinite ease-in-out;
  -o-animation: flashAnimation 1.5s infinite ease-in-out;
  -ms-animation: flashAnimation 1.5s infinite ease-in-out;
  -moz-animation: flashAnimation 1.5s infinite ease-in-out;
  animation: flashAnimation 1.5s infinite ease-in-out;
}
/* line 298, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h117.front {
  opacity: 1;
  -webkit-animation: flashAnimation 3s infinite ease-in-out;
  -o-animation: flashAnimation 3s infinite ease-in-out;
  -ms-animation: flashAnimation 3s infinite ease-in-out;
  -moz-animation: flashAnimation 3s infinite ease-in-out;
  animation: flashAnimation 3s infinite ease-in-out;
}
/* line 307, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h124.front {
  opacity: 1;
  -webkit-animation: pulseHalfAnimation 1s infinite ease-in-out;
  -o-animation: pulseHalfAnimation 1s infinite ease-in-out;
  -ms-animation: pulseHalfAnimation 1s infinite ease-in-out;
  -moz-animation: pulseHalfAnimation 1s infinite ease-in-out;
  animation: pulseHalfAnimation 1s infinite ease-in-out;
}
/* line 316, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h125.front {
  opacity: 1;
  -webkit-animation: pulseHalfAnimation 3s infinite ease-in-out;
  -o-animation: pulseHalfAnimation 3s infinite ease-in-out;
  -ms-animation: pulseHalfAnimation 3s infinite ease-in-out;
  -moz-animation: pulseHalfAnimation 3s infinite ease-in-out;
  animation: pulseHalfAnimation 3s infinite ease-in-out;
}
/* line 325, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h126.front {
  opacity: 1;
  -webkit-animation: pulseHalfAnimation 5s infinite ease-in-out;
  -o-animation: pulseHalfAnimation 5s infinite ease-in-out;
  -ms-animation: pulseHalfAnimation 5s infinite ease-in-out;
  -moz-animation: pulseHalfAnimation 5s infinite ease-in-out;
  animation: pulseHalfAnimation 5s infinite ease-in-out;
}
/* line 334, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h1.front:hover, .g-logo-image-hover img.h2.front:hover, .g-logo-image-hover img.h3.front:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 341, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h4.front:hover, .g-logo-image-hover img.h5.front:hover, .g-logo-image-hover img.h6.front:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
/* line 348, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h7.front:hover, .g-logo-image-hover img.h8.front:hover, .g-logo-image-hover img.h9.front:hover, .g-logo-image-hover img.h10.front:hover, .g-logo-image-hover img.h11.front:hover, .g-logo-image-hover img.h12.front:hover, .g-logo-image-hover img.h13.front:hover, .g-logo-image-hover img.h14.front:hover, .g-logo-image-hover img.h15.front:hover, .g-logo-image-hover img.h16.front:hover, .g-logo-image-hover img.h17.front:hover, .g-logo-image-hover img.h18.front:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 358, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h19.front:hover, .g-logo-image-hover img.h20.front:hover, .g-logo-image-hover img.h21.front:hover {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* line 365, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h22.front:hover, .g-logo-image-hover img.h23.front:hover, .g-logo-image-hover img.h24.front:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
/* line 372, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h25.front:hover, .g-logo-image-hover img.h26.front:hover, .g-logo-image-hover img.h27.front:hover, .g-logo-image-hover img.h28.front:hover, .g-logo-image-hover img.h29.front:hover, .g-logo-image-hover img.h30.front:hover, .g-logo-image-hover img.h31.front:hover, .g-logo-image-hover img.h32.front:hover, .g-logo-image-hover img.h33.front:hover, .g-logo-image-hover img.h34.front:hover, .g-logo-image-hover img.h35.front:hover, .g-logo-image-hover img.h36.front:hover {
  margin-left: 0;
}
/* line 379, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h37.front:hover, .g-logo-image-hover img.h38.front:hover, .g-logo-image-hover img.h39.front:hover, .g-logo-image-hover img.h40.front:hover, .g-logo-image-hover img.h41.front:hover, .g-logo-image-hover img.h42.front:hover {
  -webkit-transform: rotate(0) scale(1);
  -moz-transform: rotate(0) scale(1);
  -o-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
/* line 387, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h43.front:hover, .g-logo-image-hover img.h44.front:hover, .g-logo-image-hover img.h45.front:hover, .g-logo-image-hover img.h46.front:hover, .g-logo-image-hover img.h47.front:hover, .g-logo-image-hover img.h48.front:hover, .g-logo-image-hover img.h49.front:hover, .g-logo-image-hover img.h50.front:hover, .g-logo-image-hover img.h51.front:hover {
  -webkit-filter: blur(0);
  filter: blur(0);
}
/* line 394, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h52.front:hover, .g-logo-image-hover img.h53.front:hover, .g-logo-image-hover img.h54.front:hover {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* line 399, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h55.front:hover, .g-logo-image-hover img.h56.front:hover, .g-logo-image-hover img.h57.front:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
/* line 404, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h58.front:hover, .g-logo-image-hover img.h59.front:hover, .g-logo-image-hover img.h60.front:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
/* line 409, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h61.front:hover, .g-logo-image-hover img.h62.front:hover, .g-logo-image-hover img.h63.front:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* line 414, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h64.front:hover, .g-logo-image-hover img.h65.front:hover, .g-logo-image-hover img.h66.front:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 419, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h67.front:hover, .g-logo-image-hover img.h68.front:hover, .g-logo-image-hover img.h69.front:hover {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}
/* line 424, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h70.front:hover, .g-logo-image-hover img.h71.front:hover, .g-logo-image-hover img.h72.front:hover {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}
/* line 429, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h73.front:hover, .g-logo-image-hover img.h74.front:hover, .g-logo-image-hover img.h75.front:hover {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}
/* line 434, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h76.front:hover, .g-logo-image-hover img.h77.front:hover, .g-logo-image-hover img.h78.front:hover {
  -webkit-filter: grayscale(100%) blur(2px);
  filter: grayscale(100%) blur(2px);
}
/* line 439, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h79.front:hover, .g-logo-image-hover img.h80.front:hover, .g-logo-image-hover img.h81.front:hover {
  -webkit-filter: grayscale(100%) blur(1px);
  filter: grayscale(100%) blur(1px);
}
/* line 444, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h82.front:hover, .g-logo-image-hover img.h83.front:hover, .g-logo-image-hover img.h84.front:hover, .g-logo-image-hover img.h85.front:hover, .g-logo-image-hover img.h86.front:hover, .g-logo-image-hover img.h87.front:hover, .g-logo-image-hover img.h88.front:hover, .g-logo-image-hover img.h89.front:hover, .g-logo-image-hover img.h90.front:hover {
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
}
/* line 451, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h91.front:hover, .g-logo-image-hover img.h92.front:hover, .g-logo-image-hover img.h93.front:hover {
  opacity: 0.75;
}
/* line 455, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h94.front:hover, .g-logo-image-hover img.h95.front:hover, .g-logo-image-hover img.h96.front:hover {
  opacity: 0.5;
}
/* line 459, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h97.front:hover, .g-logo-image-hover img.h98.front:hover, .g-logo-image-hover img.h99.front:hover {
  opacity: 0.25;
}
/* line 463, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h100.front:hover, .g-logo-image-hover img.h101.front:hover, .g-logo-image-hover img.h102.front:hover, .g-logo-image-hover img.h103.front:hover, .g-logo-image-hover img.h104.front:hover, .g-logo-image-hover img.h105.front:hover, .g-logo-image-hover img.h106.front:hover, .g-logo-image-hover img.h107.front:hover, .g-logo-image-hover img.h108.front:hover {
  opacity: 1;
}
/* line 469, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h109.front:hover {
  opacity: 1;
  -webkit-animation: flashAnimation 0.75s;
  -o-animation: flashAnimation 0.75s;
  -ms-animation: flashAnimation 0.75s;
  -moz-animation: flashAnimation 0.75s;
  animation: flashAnimation 0.75s;
}
/* line 478, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h110.front:hover {
  opacity: 1;
  -webkit-animation: flashAnimation 1.5s;
  -o-animation: flashAnimation 1.5s;
  -ms-animation: flashAnimation 1.5s;
  -moz-animation: flashAnimation 1.5s;
  animation: flashAnimation 1.5s;
}
/* line 487, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h111.front:hover {
  opacity: 1;
  -webkit-animation: flashAnimation 3s;
  -o-animation: flashAnimation 3s;
  -ms-animation: flashAnimation 3s;
  -moz-animation: flashAnimation 3s;
  animation: flashAnimation 3s;
}
/* line 496, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h112.front:hover {
  opacity: 1;
  -webkit-animation: flashAnimation 0.75s infinite ease-in-out;
  -o-animation: flashAnimation 0.75s infinite ease-in-out;
  -ms-animation: flashAnimation 0.75s infinite ease-in-out;
  -moz-animation: flashAnimation 0.75s infinite ease-in-out;
  animation: flashAnimation 0.75s infinite ease-in-out;
}
/* line 505, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h113.front:hover {
  opacity: 1;
  -webkit-animation: flashAnimation 1.5s infinite ease-in-out;
  -o-animation: flashAnimation 1.5s infinite ease-in-out;
  -ms-animation: flashAnimation 1.5s infinite ease-in-out;
  -moz-animation: flashAnimation 1.5s infinite ease-in-out;
  animation: flashAnimation 1.5s infinite ease-in-out;
}
/* line 514, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h114.front:hover {
  opacity: 1;
  -webkit-animation: flashAnimation 3s infinite ease-in-out;
  -o-animation: flashAnimation 3s infinite ease-in-out;
  -ms-animation: flashAnimation 3s infinite ease-in-out;
  -moz-animation: flashAnimation 3s infinite ease-in-out;
  animation: flashAnimation 3s infinite ease-in-out;
}
/* line 523, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h118.front:hover {
  opacity: 1;
  -webkit-animation: pulseHalfAnimation 1s;
  -o-animation: pulseHalfAnimation 1s;
  -ms-animation: pulseHalfAnimation 1s;
  -moz-animation: pulseHalfAnimation 1s;
  animation: pulseHalfAnimation 1s;
}
/* line 532, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h119.front:hover {
  opacity: 1;
  -webkit-animation: pulseHalfAnimation 3s;
  -o-animation: pulseHalfAnimation 3s;
  -ms-animation: pulseHalfAnimation 3s;
  -moz-animation: pulseHalfAnimation 3s;
  animation: pulseHalfAnimation 3s;
}
/* line 541, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h120.front:hover {
  opacity: 1;
  -webkit-animation: pulseHalfAnimation 5s;
  -o-animation: pulseHalfAnimation 5s;
  -ms-animation: pulseHalfAnimation 5s;
  -moz-animation: pulseHalfAnimation 5s;
  animation: pulseHalfAnimation 5s;
}
/* line 550, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h121.front:hover {
  opacity: 1;
  -webkit-animation: pulseHalfAnimation 1s infinite ease-in-out;
  -o-animation: pulseHalfAnimation 1s infinite ease-in-out;
  -ms-animation: pulseHalfAnimation 1s infinite ease-in-out;
  -moz-animation: pulseHalfAnimation 1s infinite ease-in-out;
  animation: pulseHalfAnimation 1s infinite ease-in-out;
}
/* line 559, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h122.front:hover {
  opacity: 1;
  -webkit-animation: pulseHalfAnimation 3s infinite ease-in-out;
  -o-animation: pulseHalfAnimation 3s infinite ease-in-out;
  -ms-animation: pulseHalfAnimation 3s infinite ease-in-out;
  -moz-animation: pulseHalfAnimation 3s infinite ease-in-out;
  animation: pulseHalfAnimation 3s infinite ease-in-out;
}
/* line 568, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.h123.front:hover {
  opacity: 1;
  -webkit-animation: pulseHalfAnimation 5s infinite ease-in-out;
  -o-animation: pulseHalfAnimation 5s infinite ease-in-out;
  -ms-animation: pulseHalfAnimation 5s infinite ease-in-out;
  -moz-animation: pulseHalfAnimation 5s infinite ease-in-out;
  animation: pulseHalfAnimation 5s infinite ease-in-out;
}
/* line 577, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t2, .g-logo-image-hover img.t6, .g-logo-image-hover img.t10 {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
/* line 584, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t3, .g-logo-image-hover img.t7, .g-logo-image-hover img.t11 {
  -webkit-transition: opacity 0.75s ease-in-out;
  -moz-transition: opacity 0.75s ease-in-out;
  -o-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
}
/* line 591, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t4, .g-logo-image-hover img.t8, .g-logo-image-hover img.t12 {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
/* line 598, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t5, .g-logo-image-hover img.t9, .g-logo-image-hover img.t13 {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 605, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t26, .g-logo-image-hover img.t30, .g-logo-image-hover img.t34, .g-logo-image-hover img.t38, .g-logo-image-hover img.t42 {
  -webkit-transition: all 4s ease-in-out;
  -moz-transition: all 4s ease-in-out;
  -o-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
}
/* line 612, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t27, .g-logo-image-hover img.t31, .g-logo-image-hover img.t35, .g-logo-image-hover img.t39, .g-logo-image-hover img.t43 {
  -webkit-transition: all 4s ease-in-out;
  -moz-transition: all 4s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
/* line 619, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t28, .g-logo-image-hover img.t32, .g-logo-image-hover img.t36, .g-logo-image-hover img.t40, .g-logo-image-hover img.t44 {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 626, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t29, .g-logo-image-hover img.t33, .g-logo-image-hover img.t37, .g-logo-image-hover img.t41, .g-logo-image-hover img.t45 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 633, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t2.front, .g-logo-image-hover img.t3.front, .g-logo-image-hover img.t4.front, .g-logo-image-hover img.t5.front, .g-logo-image-hover img.t10.front, .g-logo-image-hover img.t11.front, .g-logo-image-hover img.t12.front, .g-logo-image-hover img.t13.front, .g-logo-image-hover img.t14.front, .g-logo-image-hover img.t15.front, .g-logo-image-hover img.t16.front, .g-logo-image-hover img.t17.front, .g-logo-image-hover img.t18.front, .g-logo-image-hover img.t19.front, .g-logo-image-hover img.t20.front, .g-logo-image-hover img.t21.front, .g-logo-image-hover img.t22.front, .g-logo-image-hover img.t23.front, .g-logo-image-hover img.t24.front, .g-logo-image-hover img.t25.front, .g-logo-image-hover img.t26.front, .g-logo-image-hover img.t27.front, .g-logo-image-hover img.t28.front, .g-logo-image-hover img.t29.front, .g-logo-image-hover img.t30.front, .g-logo-image-hover img.t31.front, .g-logo-image-hover img.t32.front, .g-logo-image-hover img.t33.front, .g-logo-image-hover img.t34.front, .g-logo-image-hover img.t35.front, .g-logo-image-hover img.t36.front, .g-logo-image-hover img.t37.front, .g-logo-image-hover img.t38.front, .g-logo-image-hover img.t39.front, .g-logo-image-hover img.t40.front, .g-logo-image-hover img.t41.front, .g-logo-image-hover img.t42.front, .g-logo-image-hover img.t43.front, .g-logo-image-hover img.t44.front, .g-logo-image-hover img.t45.front {
  position: absolute;
}
/* line 646, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t2.front:hover, .g-logo-image-hover img.t3.front:hover, .g-logo-image-hover img.t4.front:hover, .g-logo-image-hover img.t5.front:hover, .g-logo-image-hover img.t6.front:hover, .g-logo-image-hover img.t7.front:hover, .g-logo-image-hover img.t8.front:hover, .g-logo-image-hover img.t9.front:hover {
  opacity: 0;
}
/* line 651, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t6.front, .g-logo-image-hover img.t7.front, .g-logo-image-hover img.t8.front, .g-logo-image-hover img.t9.front {
  position: absolute;
  z-index: 1;
}
/* line 656, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t6.back, .g-logo-image-hover img.t7.back, .g-logo-image-hover img.t8.back, .g-logo-image-hover img.t9.back {
  opacity: 0;
}
/* line 660, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t6.front:hover + img.t6.back, .g-logo-image-hover img.t7.front:hover + img.t7.back, .g-logo-image-hover img.t8.front:hover + img.t8.back, .g-logo-image-hover img.t9.front:hover + img.t9.back {
  opacity: 1;
}
/* line 665, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t10.front {
  -webkit-animation: fadeAnimation 9s infinite ease-in-out alternate;
  -o-animation: fadeAnimation 9s infinite ease-in-out alternate;
  -ms-animation: fadeAnimation 9s infinite ease-in-out alternate;
  -moz-animation: fadeAnimation 9s infinite ease-in-out alternate;
  animation: fadeAnimation 9s infinite ease-in-out alternate;
}
/* line 673, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t11.front {
  -webkit-animation: fadeAnimation 6.75s infinite ease-in-out alternate;
  -o-animation: fadeAnimation 6.75s infinite ease-in-out alternate;
  -ms-animation: fadeAnimation 6.75s infinite ease-in-out alternate;
  -moz-animation: fadeAnimation 6.75s infinite ease-in-out alternate;
  animation: fadeAnimation 6.75s infinite ease-in-out alternate;
}
/* line 681, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t12.front {
  -webkit-animation: fadeAnimation 4.5s infinite ease-in-out alternate;
  -o-animation: fadeAnimation 4.5s infinite ease-in-out alternate;
  -ms-animation: fadeAnimation 4.5s infinite ease-in-out alternate;
  -moz-animation: fadeAnimation 4.5s infinite ease-in-out alternate;
  animation: fadeAnimation 4.5s infinite ease-in-out alternate;
}
/* line 689, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t13.front {
  -webkit-animation: fadeAnimation 2.25s infinite ease-in-out alternate;
  -o-animation: fadeAnimation 2.25s infinite ease-in-out alternate;
  -ms-animation: fadeAnimation 2.25s infinite ease-in-out alternate;
  -moz-animation: fadeAnimation 2.25s infinite ease-in-out alternate;
  animation: fadeAnimation 2.25s infinite ease-in-out alternate;
}
/* line 697, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t14.front:hover, .g-logo-image-hover img.t20.front {
  -webkit-animation: pulseAnimation 5s infinite ease-in-out;
  -o-animation: pulseAnimation 5s infinite ease-in-out;
  -ms-animation: pulseAnimation 5s infinite ease-in-out;
  -moz-animation: pulseAnimation 5s infinite ease-in-out;
  animation: pulseAnimation 5s infinite ease-in-out;
}
/* line 705, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t15.front:hover, .g-logo-image-hover img.t21.front {
  -webkit-animation: pulseAnimation 4s infinite ease-in-out;
  -o-animation: pulseAnimation 4s infinite ease-in-out;
  -ms-animation: pulseAnimation 4s infinite ease-in-out;
  -moz-animation: pulseAnimation 4s infinite ease-in-out;
  animation: pulseAnimation 4s infinite ease-in-out;
}
/* line 713, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t16.front:hover, .g-logo-image-hover img.t22.front {
  -webkit-animation: pulseAnimation 3s infinite ease-in-out;
  -o-animation: pulseAnimation 3s infinite ease-in-out;
  -ms-animation: pulseAnimation 3s infinite ease-in-out;
  -moz-animation: pulseAnimation 3s infinite ease-in-out;
  animation: pulseAnimation 3s infinite ease-in-out;
}
/* line 721, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t17.front:hover, .g-logo-image-hover img.t23.front {
  -webkit-animation: pulseAnimation 2s infinite ease-in-out;
  -o-animation: pulseAnimation 2s infinite ease-in-out;
  -ms-animation: pulseAnimation 2s infinite ease-in-out;
  -moz-animation: pulseAnimation 2s infinite ease-in-out;
  animation: pulseAnimation 2s infinite ease-in-out;
}
/* line 729, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t18.front:hover, .g-logo-image-hover img.t24.front {
  -webkit-animation: pulseAnimation 1s infinite ease-in-out;
  -o-animation: pulseAnimation 1s infinite ease-in-out;
  -ms-animation: pulseAnimation 1s infinite ease-in-out;
  -moz-animation: pulseAnimation 1s infinite ease-in-out;
  animation: pulseAnimation 1s infinite ease-in-out;
}
/* line 737, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t19.front:hover, .g-logo-image-hover img.t25.front {
  -webkit-animation: pulseAnimation 0.5s infinite ease-in-out;
  -o-animation: pulseAnimation 0.5s infinite ease-in-out;
  -ms-animation: pulseAnimation 0.5s infinite ease-in-out;
  -moz-animation: pulseAnimation 0.5s infinite ease-in-out;
  animation: pulseAnimation 0.5s infinite ease-in-out;
}
/* line 745, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t26.back, .g-logo-image-hover img.t27.back, .g-logo-image-hover img.t28.back, .g-logo-image-hover img.t29.back, .g-logo-image-hover img.t30.back, .g-logo-image-hover img.t31.back, .g-logo-image-hover img.t32.back, .g-logo-image-hover img.t33.back, .g-logo-image-hover img.t34.back, .g-logo-image-hover img.t35.back, .g-logo-image-hover img.t36.back, .g-logo-image-hover img.t37.back, .g-logo-image-hover img.t38.back, .g-logo-image-hover img.t39.back, .g-logo-image-hover img.t40.back, .g-logo-image-hover img.t41.back {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
}
/* line 756, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover img.t42.back, .g-logo-image-hover img.t43.back, .g-logo-image-hover img.t44.back, .g-logo-image-hover img.t45.back {
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 766, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover:hover img.t26.back, .g-logo-image-hover:hover img.t27.back, .g-logo-image-hover:hover img.t28.back, .g-logo-image-hover:hover img.t29.back, .g-logo-image-hover:hover img.t30.back, .g-logo-image-hover:hover img.t31.back, .g-logo-image-hover:hover img.t32.back, .g-logo-image-hover:hover img.t33.back, .g-logo-image-hover:hover img.t34.back, .g-logo-image-hover:hover img.t35.back, .g-logo-image-hover:hover img.t36.back, .g-logo-image-hover:hover img.t37.back, .g-logo-image-hover:hover img.t38.back, .g-logo-image-hover:hover img.t39.back, .g-logo-image-hover:hover img.t40.back, .g-logo-image-hover:hover img.t41.back {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 781, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover:hover img.t26.front, .g-logo-image-hover:hover img.t27.front, .g-logo-image-hover:hover img.t28.front, .g-logo-image-hover:hover img.t29.front, .g-logo-image-hover:hover img.t30.front, .g-logo-image-hover:hover img.t31.front, .g-logo-image-hover:hover img.t32.front, .g-logo-image-hover:hover img.t33.front, .g-logo-image-hover:hover img.t34.front, .g-logo-image-hover:hover img.t35.front, .g-logo-image-hover:hover img.t36.front, .g-logo-image-hover:hover img.t37.front, .g-logo-image-hover:hover img.t38.front, .g-logo-image-hover:hover img.t39.front, .g-logo-image-hover:hover img.t40.front, .g-logo-image-hover:hover img.t41.front {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
/* line 795, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover:hover img.t26.back, .g-logo-image-hover:hover img.t27.back, .g-logo-image-hover:hover img.t28.back, .g-logo-image-hover:hover img.t29.back {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
/* line 803, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover:hover img.t26.front, .g-logo-image-hover:hover img.t27.front, .g-logo-image-hover:hover img.t28.front, .g-logo-image-hover:hover img.t29.front {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
/* line 811, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover:hover img.t30.back, .g-logo-image-hover:hover img.t31.back, .g-logo-image-hover:hover img.t32.back, .g-logo-image-hover:hover img.t33.back {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
/* line 819, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover:hover img.t30.front, .g-logo-image-hover:hover img.t31.front, .g-logo-image-hover:hover img.t32.front, .g-logo-image-hover:hover img.t33.front {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
/* line 827, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover:hover img.t34.back, .g-logo-image-hover:hover img.t35.back, .g-logo-image-hover:hover img.t36.back, .g-logo-image-hover:hover img.t37.back {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
/* line 835, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover:hover img.t34.front, .g-logo-image-hover:hover img.t35.front, .g-logo-image-hover:hover img.t36.front, .g-logo-image-hover:hover img.t37.front {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
/* line 843, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover:hover img.t38.back, .g-logo-image-hover:hover img.t39.back, .g-logo-image-hover:hover img.t40.back, .g-logo-image-hover:hover img.t41.back {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
/* line 851, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover:hover img.t38.front, .g-logo-image-hover:hover img.t39.front, .g-logo-image-hover:hover img.t40.front, .g-logo-image-hover:hover img.t41.front {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
/* line 859, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover:hover img.t42.back, .g-logo-image-hover:hover img.t43.back, .g-logo-image-hover:hover img.t44.back, .g-logo-image-hover:hover img.t45.back {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 868, user/data/gantry5/themes/g5_helium/scss/_logo-image-hover.scss */
.g-logo-image-hover:hover img.t42.front, .g-logo-image-hover:hover img.t43.front, .g-logo-image-hover:hover img.t44.front, .g-logo-image-hover:hover img.t45.front {
  filter: alpha(opacity=0);
  -webkit-transform: rotate(360deg) scale(0, 0);
  -moz-transform: rotate(360deg) scale(0, 0);
  -o-transform: rotate(360deg) scale(0, 0);
  transform: rotate(360deg) scale(0, 0);
}
/* line 15, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.img-fixed {
  max-height: 300px;
  max-width: 300px;
  height: auto;
  width: auto;
}
/*# sourceMappingURL=custom_homepage.css.map */