/* compiled by scssphp v0.0.12 on Tue, 18 Dec 2018 15:00:24 +1300 (0.1331s) */

/* Image Boxes SCSS Document */
/* Services */
.imageboxes {
  display: block;
}
.imageboxes.owl-carousel .imagebox-item {
  display: block !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.imageboxes .module-image {
  display: block;
  width: 100%;
}
.imageboxes .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;
}
.imageboxes.imageside .imagebox-item:hover {
  background-color: #545454;
}
.imageboxes a.imagebox-item:hover .module-image img {
  opacity: 0.7;
}
.imageboxes .module-text p {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.imageboxes .module-text .readmore {
  /* Product Portal Requirements */
}
.imageboxes.product-portal {
  width: 70%;
  margin: 0 15%;
}
.imageboxes.product-portal.grid.two-column .grid-item {
  width: 45%;
  margin-right: 10%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.product-portal.grid.two-column .grid-item:nth-child(2n+2) {
  margin-right: 0;
}
.imageboxes.product-portal .imagebox-item {
  text-align: center;
}
.imageboxes.product-portal .imagebox-item .module-image {
  height: 390px;
  line-height: 390px;
  overflow: hidden;
  background-color: #fff;
}
.home-page .imageboxes.product-portal .imagebox-item .module-image {
  border-radius: 50%;
}
.home-page .imageboxes.product-portal .imagebox-item.grid-end .module-image {
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.products-page .imageboxes.product-portal.textunder .imagebox-item {
  padding: 10px 24px 30px;
  border: 1px solid #fff;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products-page .imageboxes.product-portal.textunder .imagebox-item:hover {
  border-color: #c8c8c8;
}
.products-page .imageboxes.product-portal.textunder .imagebox-item .module-text h4 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 24px;
  /* Grid of images next to text */
}
.imageboxes.imageside .imagebox-item {
  display: inline-block;
  position: relative;
  background-color: #424242;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.imageside .module-image {
  float: right;
  width: 40%;
  display: block;
  max-height: 130px;
  height: 130px;
  text-align: center;
}
.imageboxes.imageside.grid.one-column .module-image {
  width: 20%;
}
.imageboxes.imageside.grid.seven-column .module-image, .imageboxes.imageside.grid.six-column .module-image, .imageboxes.imageside.grid.five-column .module-image {
  width: 100%;
  padding-bottom: 5px;
}
.imageboxes.imageside .module-image img {
  vertical-align: middle;
  max-height: 100%;
  width: auto;
}
.imageboxes.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 */
}
.imageboxes.imageside .module-image + .module-text {
  width: 60%;
  padding-left: 35px;
}
.imageboxes.imageside .module-text h4 {
  font-size: 46px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f26522;
}
.imageboxes.imageside.grid.one-column .module-text {
  width: 80%;
}
.imageboxes.imageside.grid.seven-column .module-text, .imageboxes.imageside.grid.six-column .module-text, .imageboxes.imageside.grid.five-column .module-text {
  width: 100%;
  padding-left: 0px;
  /* Image on right - red box */
}
.imageboxes.redbox .imagebox-item {
  display: inline-block;
  position: relative;
  color: #fff;
  height: 150px;
  background-color: #f26522;
  padding: 10px 45px;
  margin-bottom: 0;
  -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;
}
.imageboxes.redbox .imagebox-item:hover {
  background-color: #1a1a1a;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px 0px;
}
.imageboxes.redbox .module-image {
  float: right;
  display: inline-block;
  width: auto;
  height: 130px;
  max-height: 130px;
  line-height: 130px;
}
.imageboxes.redbox .module-image img {
  height: auto;
  max-height: 130px;
  max-width: 92px;
}
.imageboxes.redbox .module-text {
  float: left;
  max-width: 70%;
  height: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: relative;
}
.imageboxes.redbox h4 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  /* Grid of images with text under */
}
.imageboxes.textunder .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.textunder .module-image {
  width: 100%;
  display: block;
}
.imageboxes.textunder .module-text {
  width: 100%;
  display: block;
  padding-top: 5px;
  text-align: center;
}
.imageboxes.textunder .module-text h4 {
  font-weight: 300;
  letter-spacing: 5px;
  font-size: 28px;
  text-transform: uppercase;
  color: #f26522;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imageboxes.textunder .imagebox-item:hover .module-text h4 {
  color: #fff;
}
.products-page .imageboxes.textunder .imagebox-item:hover .module-text h4 {
  color: #000;
  /*Grid of circle images with text under */
}
.imageboxes.textunder.circle .module-image img {
  border-radius: 50%;
  /* Grid of images with text above */
}
.imageboxes.textabove .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.textabove .module-image {
  width: 100%;
  display: block;
  position: relative;
}
.imageboxes.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;
}
.imageboxes.textabove a.imagebox-item:hover .module-image .view {
  opacity: 1;
}
.imageboxes.textabove .module-text {
  width: 100%;
  display: block;
  padding-bottom: 20px;
  /* Grid of images with title above and text below */
}
.imageboxes.titleabove .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.titleabove .module-title {
  width: 100%;
  display: block;
}
.imageboxes.titleabove .module-image {
  width: 100%;
  display: block;
  position: relative;
}
.imageboxes.titleabove .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;
}
.imageboxes.titleabove a.imagebox-item:hover .module-image .view {
  opacity: 1;
}
.imageboxes.titleabove .module-text {
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
  /* Grid of icons with text under */
}
.imageboxes.iconover .imagebox-item {
  display: inline-block;
  position: relative;
  text-align: center;
}
.imageboxes.iconover .imagebox-item-icon {
  width: 100%;
  display: block;
  font-size: 60px;
  line-height: 1;
}
.imageboxes.iconover .imagebox-item-icon [class^="icon-"], .imageboxes.iconover .imagebox-item-icon [class*=" icon-"], .imageboxes.iconover .imagebox-item-icon .material-icons {
  font-size: 60px;
  line-height: 1;
}
.imageboxes.iconover .module-text {
  width: 100%;
  display: block;
  /* Grid of image with text over the image */
}
.imageboxes.textover .imagebox-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.imageboxes.textover .module-image {
  float: none;
  width: 100%;
}
.imageboxes.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;
}
.imageboxes.textover .module-text, .imageboxes.textover .module-text .silent {
  color: #fff;
  /* Grid of text over a background color */
}
.imageboxes.textbg .imagebox-item {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.imageboxes.textbg .module-image {
  display: none;
}
.imageboxes.textbg .module-text {
  float: none;
  width: auto;
  height: 100%;
  display: block;
  text-align: center;
  padding: 15px 20px 20px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 510;
  -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;
}
.imageboxes.textbg .imagebox-item:hover .module-text {
  opacity: 0.7;
}
.imageboxes.textbg .module-text, .imageboxes.textbg .module-text .silent {
  color: #fff;
  /* Image with rollover text popup */
}
.imageboxes.rollover .imagebox-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.imageboxes.rollover .imagebox-item:hover .module-image {
  opacity: 1;
}
.imageboxes.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;
}
.imageboxes.rollover .module-text, .imageboxes.rollover .module-text .silent {
  color: #fff;
}
.imageboxes.rollover .imagebox-item:hover .module-text {
  opacity: 1;
  /* Iconside */
}
.imageboxes.iconside .imagebox-item-icon {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: #000;
  line-height: 73px;
  text-align: center;
}
.imageboxes.iconside .module-text {
  float: right;
  width: 75%;
  /* Icon Images */
}
.imageboxes.iconimage {
  text-align: center;
  margin: 62px 0 0 0;
}
.imageboxes.iconimage.grid .grid-item {
  width: auto;
  float: none;
  margin-right: 50px;
  margin-bottom: 0;
}
.imageboxes.iconimage .module-image {
  display: inline-block;
  float: left;
  width: 92px;
  margin-right: 18px;
}
.imageboxes.iconimage .module-text {
  float: left;
  height: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: relative;
}
.imageboxes.iconimage .module-text h4 {
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 5px;
  padding: 0;
  /* Owl Carousel */
}
.owl-carousel-next, .owl-carousel-prev {
  display: none;
}
.imageboxes.owl-carousel {
  margin-bottom: 20px;
}
.imageboxes.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.imageboxes.owl-carousel .owl-nav [class*='owl-'] {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  line-height: 50px;
  font-size: 50px;
  text-align: center;
  padding: 0 0 0 0;
  color: #ccc;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.imageboxes.owl-carousel .owl-nav [class*='owl-'] .material-icons {
  line-height: 50px;
  font-size: 50px;
}
.imageboxes.owl-carousel .owl-nav [class*='owl-']:hover {
  color: #666;
  text-decoration: none;
}
.imageboxes.owl-carousel .owl-nav .owl-prev {
  right: 100%;
  margin-right: 20px;
}
.imageboxes.owl-carousel .owl-nav .owl-next {
  left: 100%;
  margin-left: 20px;
}
.imageboxes.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.imageboxes.owl-carousel .owl-dots {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.imageboxes.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.imageboxes.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 3px;
  background: #ccc;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.imageboxes.owl-carousel .owl-dots .owl-dot.active span, .imageboxes.owl-carousel .owl-dots .owl-dot:hover span {
  background: #666;
  /* Media Queries */
}
@media screen and (max-width: 1200px) {
  .imageboxes.imageside .module-text h4 {
    font-size: 36px;
  }
  .imageboxes.redbox .imagebox-item {
    padding: 10px 30px;
  }
  .imageboxes.redbox .module-text h4 {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .imageboxes.product-portal {
    width: 80%;
    margin: 0 10%;
  }
  .imageboxes.product-portal .imagebox-item .module-image {
    height: auto;
    line-height: normal;
  }
  .home-page .imageboxes.product-portal .imagebox-item.grid-end .module-image {
    padding: 0 20px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 1140px) {
  .imageboxes.iconimage .module-image {
    width: 76px;
  }
  .imageboxes.iconimage .module-text h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .imageboxes.imageside .module-text h4 {
    font-size: 28px;
  }
  .imageboxes.imageside .module-image {
    height: 70px;
    line-height: 70px;
  }
  .imageboxes.iconimage.grid .grid-item {
    margin-right: 24px;
  }
  .imageboxes.iconimage.grid .grid-item.grid-end {
    margin-right: 0;
  }
  .imageboxes.iconimage .module-text h4 {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 850px) {
  .imageboxes.imageside .module-text h4 {
    font-size: 22px;
  }
  .imageboxes.redbox .imagebox-item {
    padding: 0 25px;
  }
  .imageboxes.redbox .module-text {
    display: inline-block;
    max-width: 50%;
    height: 100%;
  }
  .imageboxes.redbox .module-text h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 840px) {
  .imageboxes.iconimage {
    margin-top: 24px;
  }
  .imageboxes.iconimage.grid .grid-item {
    width: 70%;
    float: none;
    margin: 0 15% 0px !important;
  }
  .imageboxes.iconimage .module-text {
    height: 92px;
    line-height: 92px;
  }
  .imageboxes.textunder .module-text h4 {
    font-size: 24px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 800px) {
  .imageboxes.redbox .imagebox-item, .imageboxes.imageside .imagebox-item {
    width: 80%;
    margin: 0 10% 32px;
    clear: both;
  }
  .imageboxes.redbox .module-text {
    display: flex;
    max-width: 70%;
  }
  .imageboxes.redbox .module-text h4 {
    font-size: 36px;
  }
  .imageboxes.imageside .module-image {
    height: 100px;
    line-height: 100px;
  }
}
@media screen and (max-width: 686px) {
  .imageboxes.product-portal {
    width: 100%;
    margin: 0;
  }
  .imageboxes.product-portal.grid.two-column .grid-item {
    width: 45%;
    margin-right: 10%;
  }
}
@media screen and (max-width: 600px) {
  .imageboxes.iconimage.grid .grid-item {
    width: 100%;
    margin: 0 0 0 !important;
  }
}
@media screen and (max-width: 540px) {
  .imageboxes.redbox .module-text h4 {
    font-size: 24px;
  }
  .imageboxes.product-portal.grid.two-column .grid-item {
    width: 90%;
    margin: 0 5%;
  }
  .home-page .imageboxes.product-portal .imagebox-item.grid-end .module-image {
    padding: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .imageboxes {
    display: block;
    /* Grid - 1 column */
  }
  .imageboxes.imageside .imagebox-item {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 30px;
  }
  .imageboxes.imageside .module-image {
    float: none;
    width: 100% !important;
  }
  .imageboxes.imageside .module-text {
    float: none;
    width: 100% !important;
    display: block;
    padding-bottom: 5px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .imageboxes.imageside .imagebox-item {
    text-align: center;
  }
  .imageboxes.imageside .module-image + .module-text {
    padding-top: 20px;
  }
}
@media screen and (max-width: 440px) {
  .grid .grid-item:last-child {
    margin-bottom: 0;
  }
  .imageboxes.redbox .imagebox-item {
    height: 130px;
  }
  .imageboxes.redbox .module-image {
    height: 100%;
    max-height: none;
    line-height: 130px;
  }
  .imageboxes.redbox .module-image img {
    height: auto;
    max-height: 76px;
    max-width: 67px;
    vertical-align: middle;
  }
  .imageboxes.iconimage .imagebox-item {
    text-align: center;
  }
  .imageboxes.iconimage .module-image {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .imageboxes.iconimage .module-image img {
    width: 92px;
  }
  .imageboxes.iconimage .module-text {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .imageboxes.redbox .module-text h4 {
    font-size: 20px;
    letter-spacing: 0;
  }
}
