/* compiled by scssphp v0.0.12 on Wed, 22 Jan 2020 12:39:35 +1300 (0.1017s) */

/* Services SCSS Document */
/* Services */
#service-enquire-button {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  background-color: #f29613;
  color: #fff;
  padding: 14px 0;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#service-enquire-button:hover {
  background-color: #25408f;
}
.services {
  display: block;
}
.services .module-image {
  display: block;
}
.services .module-image img {
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services .service-item:hover .module-image img {
  opacity: 0.7;
}
.services .module-text p {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.services + .backlink {
  padding-top: 0px;
}
.container-main + .container-main-bottom .content > h3 {
  padding-top: 64px;
  /* Grid of images next to text */
}
.services.imageside .service-item {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.services.imageside .module-image {
  float: left;
  width: 40%;
  display: block;
}
.services.imageside.grid.one-column .module-image {
  width: 20%;
}
.services.imageside.grid.seven-column .module-image, .services.imageside.grid.six-column .module-image, .services.imageside.grid.five-column .module-image {
  width: 100%;
  padding-bottom: 5px;
}
.services.imageside .module-text {
  float: left;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* If image shown */
}
.services.imageside .module-image + .module-text {
  width: 60%;
  padding-left: 20px;
}
.services.imageside.grid.one-column .module-image + .module-text {
  width: 80%;
}
.services.imageside.grid.seven-column .module-text, .services.imageside.grid.six-column .module-text, .services.imageside.grid.five-column .module-text {
  width: 100%;
  padding-left: 0px;
  /* Grid of images with text under */
}
.services.textunder .service-item {
  display: inline-block;
  position: relative;
  padding: 0;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 400;
}
.services.textunder .service-item:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.2) 2px 12px 12px;
}
.services.textunder .module-image {
  width: 100%;
  display: block;
}
.services.textunder .module-text {
  width: 100%;
  display: block;
  padding: 15px 0;
  text-align: center;
  background-color: #003ea5;
}
.services.textunder .module-text h3 {
  font-size: 18px;
  color: #fff;
  padding: 0;
}
.services.textunder .module-text h4 {
  font-size: 16px;
  padding: 5px 0 0 0;
  color: #fff;
  /* Grid of images with text above */
}
.services.textabove .service-item {
  display: inline-block;
  position: relative;
}
.services.textabove .module-image {
  width: 100%;
  display: block;
  position: relative;
}
.services.textabove .module-image .view {
  color: #fff;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 600;
}
.services.textabove .service-item:hover .module-image .view {
  opacity: 1;
}
.services.textabove .module-text {
  width: 100%;
  display: block;
  padding-bottom: 20px;
  /* Grid of image with text over the image */
}
.services.textover .service-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.services.textover .module-image {
  float: none;
  width: 100%;
}
.services.textover .module-text {
  float: none;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.services.textover .module-text, .services.textover .module-text .silent {
  color: #fff;
  /* Image with rollover text popup */
}
.services.rollover .service-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.services.rollover .service-item:hover .module-image {
  opacity: 1;
}
.services.rollover .module-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.services.rollover .module-text, .services.rollover .module-text .silent {
  color: #fff;
}
.services.rollover .service-item:hover .module-text {
  opacity: 1;
  /* Summary with smaller images */
}
.services.summary .service-item {
  display: block;
  position: relative;
  margin-bottom: 5px !important;
}
.services.summary .module-image {
  float: left;
  display: inline-block;
  max-width: 20%;
  margin-right: 10px;
  padding-top: 5px;
}
.services.summary .module-text {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#service-item-container.container-main .content {
  padding-bottom: 0;
}
.service-details .intro-text {
  display: block;
  margin-bottom: 24px;
  /* Specifications table */
}
.service-details .service-specs-table table {
  width: 100%;
}
.service-details .service-specs-table table .row-important {
  background: #1d3478;
  color: #fff;
}
.service-details .service-specs-table table td {
  padding: 0 5px;
}
.service-details .tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 680px;
}
.service-details .tabs a.tab-item {
  padding: 5px 40px;
  color: #fff;
  background: #1d3478;
  background: radial-gradient(circle, #1d3478 20%, #1d3478 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 7px 5px 0;
  flex-grow: 1;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-details .tabs a.tab-item.on {
  background-color: #304c9c;
  background: radial-gradient(circle, #304c9c 20%, #304c9c 100%);
  color: #fff;
}
.service-details .tabs a.tab-item:hover {
  background: radial-gradient(circle, #5471c4 20%, #304c9c 100%);
}
.service-details .tabs a.tab-item:first-child {
  margin-left: 0;
}
.service-details .tab-content {
  border-top: 1px solid #304c9c;
  padding-top: 20px;
}
.service-details .service-details-holder {
  display: block;
  float: left;
  width: 48%;
  padding: 22px 40px;
  color: #1d3478;
  background-color: #e6e6e6;
  border-top: 2px solid #1d3478;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.service-details .service-details-holder.full-width {
  width: 100%;
}
.cad-button {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 20px;
  margin-right: 0;
  margin-bottom: 26px;
  padding: 14px 10px;
  background-color: #1d3478;
  color: #f29613;
  font-weight: 700;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cad-button:hover {
  color: #fff;
  background-color: #003ea5;
  /* Enquiry Popup */
}
.product-page .mfp-content {
  max-width: 800px;
}
#services-enquire.white-popup {
  float: none;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 40px;
  max-width: 800px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#services-enquire .form-item {
  max-width: 100%;
}
#services-enquire #recaptcha-item {
  float: none;
  width: 306px;
  margin: 0 auto;
  text-align: center;
}
#service-rotator-holder {
  clear: right;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
  margin-bottom: 6px;
  max-width: 40%;
  width: 40%;
  z-index: 20;
  position: relative;
}
#service-rotator {
  position: relative;
  border: solid 8px transparent;
  border-bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#service-rotator-holder ul > li:before {
  display: none;
}
#service-rotator .flex-viewport, #service-rotator ul.slides > li {
  padding-bottom: 24px;
}
#service-rotator .flex-caption {
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  color: #000;
  text-align: center;
  width: auto;
}
#service-rotator-nav-holder {
  margin-top: -24px;
}
#service-rotator-nav-holder .flex-control-thumbs {
  position: absolute !important;
  margin-top: 0;
  bottom: -56px;
  width: auto;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0;
}
#service-rotator-nav-holder .flex-control-thumbs li {
  width: 80px;
  border: solid 1px #dcdcdc;
  background-color: #fff;
  padding: 8px;
  margin: 3px 5px;
  animation: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#service-rotator-nav-holder .flex-control-thumbs li:hover {
  animation: pulse 1.6s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(36, 142, 212, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 4px rgba(36, 142, 212, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(36, 142, 212, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(36, 142, 212, 0.4);
    box-shadow: 0 0 0 0 rgba(36, 142, 212, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 4px rgba(36, 142, 212, 0);
    box-shadow: 0 0 0 4px rgba(36, 142, 212, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(36, 142, 212, 0);
    box-shadow: 0 0 0 0 rgba(36, 142, 212, 0);
  }
}
#service-rotator-nav-holder .arrow-holder {
  display : block;
  width: 100%;
  position: relative;
  height: 0;
  line-height: 0;
}
#service-rotator-nav-holder .arrow-holder .flex-prev {
  position: absolute;
  left: 14px;
  bottom: 0;
  top: 0;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}
#service-rotator-nav-holder .arrow-holder .flex-next {
  position: absolute;
  right: 14px;
  bottom: 0;
  top: 0;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}
#service-rotator-nav-holder .arrow-holder a {
  color: #000;
}
#service-rotator-nav-holder .arrow-holder a:hover {
  color: #fdb813;
}
#service-rotator .flex-control-thumbs img {
  opacity: 0.5;
}
#service-rotator .flex-control-thumbs .flex-active {
  opacity: 1;
}
.service-section-description {
  text-align: center;
  background: #1d3478;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  font-size: 20px;
}
.service-section-description-padding {
  padding-bottom: 64px;
  /* Media Queries */
}
@media screen and (max-width: 850px) {
  #service-rotator-holder {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    padding: 10px 0;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .service-details .service-details-holder {
    float: none;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .services {
    display: block;
    /* Grid - 1 column */
  }
  .services.imageside .service-item {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 30px;
  }
  .services.imageside .module-image {
    float: none;
    width: 100% !important;
    padding-bottom: 5px;
  }
  .services.imageside .module-text {
    float: none;
    width: 100% !important;
    display: block;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
