.qx-inner {
  overflow: hidden;
}
.qx-element-blurb h4 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qx-element-blurb:hover h4 {
  color: #4caf50;
}
.qx-element-blurb:hover .qx-image {
  animation: shake 0.82s cubic-bezier(0.1, 0.1, 0.1, 0.1) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.blurb-border .qx-media-left,
.blurb-border .qx-media > .qx-pull-left {
  padding-right: 20px;
}
.blurb-border .qx-media-body {
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.qx-element-carousel .slick-slide img {
  cursor: pointer;
}
.qx-element-contact-form {
  box-shadow: 0 0 10px #ddd;
  background: #fff;
  padding: 40px;
}
.qx-element-contact-form label {
  font-weight: 400;
  font-size: 14px;
}
.qx-element-gallery .row {
  margin-left: 0px;
  margin-right: 0px;
}
.qx-element-gallery .row .item-padding {
  padding: 0px;
}
div.qx-section.footer {
  border-top: 1px solid #e9e9e9;
  font-weight: 300 !important;
}
div.qx-section.footer a {
  color: #8191a6;
}
div.qx-section.footer a:hover {
  color: #303842;
  text-decoration: none;
}
.vertical-text {
  transform: rotate(90deg);
  position: absolute;
  left: -16vw;
  top: 50%;
  letter-spacing: 10px;
}
@media only screen and (max-width: 768px) {
  .footer:before {
    top: -45% !important;
  }
  .qx-element-firefly-services {
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .qx-adjust-padding-sm {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 650px) {
  .footer:before {
    top: -35% !important;
  }
}
@media only screen and (min-width: 1800px) {
  .qx-section.offscreen-mackbook.qx_screen_custom {
    background-size: 50% !important;
    background-position-x: -15vw !important;
  }
}