/*b1cf330ecb2da614e8f4e7c4354e90e2*/
/* 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 */
/* FP Slideshow */
/* line 4, templates/rt_callisto/custom/scss/custom.scss */
.g-home-positions.g-style-preset1 .fp-slideshow-demo .g-owlcarousel .owl-item:nth-child(3), .g-home-positions.g-style-preset1 .fp-slideshow-demo .g-owlcarousel .owl-item:nth-child(6) {
  background-image: url('../../../images/showcase/flexicon-slideshow-img-01.jpg') !important;
  background-size: cover;
}
/* line 10, templates/rt_callisto/custom/scss/custom.scss */
.g-home-positions.g-style-preset2 .fp-slideshow-demo .g-owlcarousel .owl-item:nth-child(3), .g-home-positions.g-style-preset2 .fp-slideshow-demo .g-owlcarousel .owl-item:nth-child(6) {
  background-image: url('../../../images/showcase/flexicon-slideshow-img-02.jpg') !important;
  background-size: cover;
}
/* line 16, templates/rt_callisto/custom/scss/custom.scss */
.g-home-positions.g-style-preset3 .fp-slideshow-demo .g-owlcarousel .owl-item:nth-child(3), .g-home-positions.g-style-preset3 .fp-slideshow-demo .g-owlcarousel .owl-item:nth-child(6) {
  background-image: url('../../../images/showcase/flexicon-slideshow-img-03.jpg') !important;
  background-size: cover;
}
/* line 22, templates/rt_callisto/custom/scss/custom.scss */
.g-home-positions.g-style-preset4 .fp-slideshow-demo .g-owlcarousel .owl-item:nth-child(3), .g-home-positions.g-style-preset4 .fp-slideshow-demo .g-owlcarousel .owl-item:nth-child(6) {
  background-image: url('../../../images/showcase/flexicon-slideshow-img-04.jpg') !important;
  background-size: cover;
}
/* line 28, templates/rt_callisto/custom/scss/custom.scss */
.g-home-positions.g-style-preset5 .fp-slideshow-demo .g-owlcarousel .owl-item:nth-child(3), .g-home-positions.g-style-preset5 .fp-slideshow-demo .g-owlcarousel .owl-item:nth-child(6) {
  background-image: url('../../../images/showcase/flexicon-slideshow-img-05.jpg') !important;
  background-size: cover;
}
/* line 34, templates/rt_callisto/custom/scss/custom.scss */
.g-home-positions.g-style-preset6 .fp-slideshow-demo .g-owlcarousel .owl-item:nth-child(3), .g-home-positions.g-style-preset6 .fp-slideshow-demo .g-owlcarousel .owl-item:nth-child(6) {
  background-image: url('../../../images/showcase/flexicon-slideshow-img-06.jpg') !important;
  background-size: cover;
}
/* line 40, templates/rt_callisto/custom/scss/custom.scss */
.platform-content:last-child, .moduletable:last-child, .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 44, templates/rt_callisto/custom/scss/custom.scss */
.platform-content:first-child, .moduletable:first-child, .widget:first-child {
  margin-top: 0;
  padding-top: 0;
}
/* line 48, templates/rt_callisto/custom/scss/custom.scss */
.platform-content, .moduletable, .widget {
  margin: 0.625rem 0;
  padding: 0.938rem 0;
}
/* line 52, templates/rt_callisto/custom/scss/custom.scss */
.center-block {
  text-align: center;
  margin: auto;
}
/* line 67, templates/rt_callisto/custom/scss/custom.scss */
#g-slideshow {
  color: #000;
}
/*
 *  Owl Carousel - Animate Plugin
 */
/* line 77, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 83, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 86, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 89, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  /* line 95, templates/rt_callisto/custom/scss/custom.scss */
  0% {
    opacity: 1;
  }
  /* line 99, templates/rt_callisto/custom/scss/custom.scss */
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  /* line 104, templates/rt_callisto/custom/scss/custom.scss */
  0% {
    opacity: 1;
  }
  /* line 108, templates/rt_callisto/custom/scss/custom.scss */
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
/* line 116, templates/rt_callisto/custom/scss/custom.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
/* line 127, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
/* line 135, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
/* line 139, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 147, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 153, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 164, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 167, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 171, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 174, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
/* line 177, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 190, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
/* line 195, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
/* line 201, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
/* line 208, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 211, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
/* line 216, templates/rt_callisto/custom/scss/custom.scss */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
/* line 223, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* line 231, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
/* line 238, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 243, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../../../owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
/* line 261, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
/* line 268, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 272, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* line 287, templates/rt_callisto/custom/scss/custom.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
 *  Owl Carousel - Nav & Dots
 */
/* line 295, templates/rt_callisto/custom/scss/custom.scss */
.owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 298, templates/rt_callisto/custom/scss/custom.scss */
.owl-nav div {
  position: absolute;
  top: 50%;
  display: inline-block;
  opacity: 0.85;
  color: #454545;
  background: #fff;
  padding: 0.1563333333rem 0.938rem;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 311, templates/rt_callisto/custom/scss/custom.scss */
.owl-nav div:hover {
  opacity: 1;
  color: #fff;
  background: #3180c2;
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .owl-nav div {
    top: inherit;
    bottom: 0.5rem;
    font-size: 0.7rem;
  }
}
/* line 323, templates/rt_callisto/custom/scss/custom.scss */
.owl-prev {
  left: 5%;
  width: 50px;
  height: 40px;
}
/* line 328, templates/rt_callisto/custom/scss/custom.scss */
.owl-next {
  right: 5%;
  width: 50px;
  height: 40px;
}
/* line 333, templates/rt_callisto/custom/scss/custom.scss */
/* line 334, templates/rt_callisto/custom/scss/custom.scss */
.owl-dots .owl-dot {
  display: inline-block;
  background: #454545;
  margin: 0 0.3125rem;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 343, templates/rt_callisto/custom/scss/custom.scss */
.owl-dots .owl-dot.active {
  opacity: 1;
  background: #3180c2;
}
/* line 355, templates/rt_callisto/custom/scss/custom.scss */
/* line 356, templates/rt_callisto/custom/scss/custom.scss */
/* line 357, templates/rt_callisto/custom/scss/custom.scss */
.g-owlcarousel:hover .owl-nav {
  opacity: 1;
}
/* line 362, templates/rt_callisto/custom/scss/custom.scss */
.g-owlcarousel-item-wrapper {
  position: relative;
}
/* line 365, templates/rt_callisto/custom/scss/custom.scss */
.g-owlcarousel-item-img {
  position: relative;
}
/* line 367, templates/rt_callisto/custom/scss/custom.scss */
.g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 376, templates/rt_callisto/custom/scss/custom.scss */
.g-owlcarousel-item-content-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only all and (min-width: 75rem) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel-item-content-container {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel-item-content-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel-item-content-container {
    width: 48rem;
  }
}
@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-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
/* line 404, templates/rt_callisto/custom/scss/custom.scss */
.g-owlcarousel-item-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 100%;
}
/* line 410, templates/rt_callisto/custom/scss/custom.scss */
.g-owlcarousel-item-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 413, templates/rt_callisto/custom/scss/custom.scss */
.g-owlcarousel-fullwidth .g-owlcarousel-item-content {
  width: 100%;
}
/* line 416, templates/rt_callisto/custom/scss/custom.scss */
.g-owlcarousel-compact .g-owlcarousel-item-content {
  width: 50%;
}
/* line 418, templates/rt_callisto/custom/scss/custom.scss */
.center-block .g-owlcarousel-compact .g-owlcarousel-item-content {
  margin: auto;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 65%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 75%;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 100%;
  }
}
/* line 432, templates/rt_callisto/custom/scss/custom.scss */
.g-owlcarousel-item-title {
  font-family: "Noto Sans";
  font-size: 2.7rem;
  font-weight: 100;
  line-height: 1;
  padding-bottom: 0.938rem;
  color: #000;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-item-title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-owlcarousel-item-title {
    font-size: 2.25rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-title {
    font-size: 1.5rem;
  }
}
/* line 451, templates/rt_callisto/custom/scss/custom.scss */
.g-owlcarousel-item-desc {
  opacity: 0.8;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 200;
  padding-bottom: 1.876rem;
  margin-bottom: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-item-desc {
    display: none;
  }
}
/* line 462, templates/rt_callisto/custom/scss/custom.scss */
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-button {
    padding: 0.25rem 1rem;
    font-weight: 400;
    font-size: 0.8rem;
  }
}
/* line 471, templates/rt_callisto/custom/scss/custom.scss */
.sprocket-strips .sprocket-strips-content {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}
/* line 475, templates/rt_callisto/custom/scss/custom.scss */
.g-content {
  margin: 0.3rem;
  padding: 0.4rem;
}
/* line 480, templates/rt_callisto/custom/scss/custom.scss */
.g-contact .g-contact-label {
  text-transform: uppercase;
  color: black;
  font-size: 1rem;
  font-weight: bold;
  opacity: 0.8;
}
/*# sourceMappingURL=custom_12.css.map */