/* compiled by scssphp v0.0.12 on Tue, 05 Dec 2017 11:56:52 +1300 (0.0891s) */

/* Image Boxes SCSS Document */
/* Black buttons with logos - 3 Columns */
/* Black buttons with logos - 3 Columns */
.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 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 {
  /* Grid of images next to text */
}
.imageboxes.imageside .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.imageside .module-image {
  float: left;
  width: 40%;
  display: block;
}
.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-text {
  float: right;
  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: 20px;
}
.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;
  /* 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;
  /* 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%;
  /* 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;
  /* Rounded Parallelogram */
  /* Red w/ text */
}
.imageboxes.text-big-red .imagebox-item .rounded-parallelogram .icon-box-test {
  color: #e3051b;
}
.imageboxes.text-big-red .imagebox-item .rounded-parallelogram:hover .icon-box-test {
  color: #000;
}
.imageboxes.text-big-red .imagebox-item .rounded-parallelogram .icon-box-test:before {
  line-height: 80px;
  margin-top: 210px;
  display: block;
  /* Black buttons with logos - 3 Columns */
}
.imageboxes.img-small-black.three-column .imagebox-item {
  width: 32%;
  margin-right: 2%;
}
.imageboxes.img-small-black.three-column .imagebox-item:nth-child(3n+3) {
  margin-right: 0%;
}
.imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram {
  width: 100%;
  height: 110px;
  line-height: 110px;
}
.imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram-text {
  top: 0;
  height: 110px;
  line-height: 106px;
}
.imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram-text img {
  max-height: 106px;
}
.imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram .icon-box-test {
  top: 17px;
  font-size: 369px;
  line-height: 102px;
}
.imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram .icon-box-test:before {
  line-height: 80px;
  margin-top: 210px;
  display: block;
  vertical-align: top;
  /* Black buttons with logos - 5 Columns */
}
.imageboxes.img-small-black.five-column .imagebox-item .rounded-parallelogram {
  width: 100%;
  height: 70px;
}
.imageboxes.img-small-black.five-column .imagebox-item .rounded-parallelogram-text {
  top: 0;
  height: 70px;
  line-height: 70px;
}
.imageboxes.img-small-black.five-column .imagebox-item .rounded-parallelogram-text img {
  max-height: 50px;
}
.imageboxes.img-small-black.five-column .imagebox-item .rounded-parallelogram .icon-box-test {
  top: -46px;
  font-size: 205px;
  line-height: 80px;
}
.imageboxes.img-small-black.five-column .imagebox-item .rounded-parallelogram .icon-box-test:before {
  line-height: 70px;
  margin-top: 165px;
  display: block;
  vertical-align: top;
  /* Media Queries */
}
@media screen and (max-width: 1180px) {
  .imageboxes.img-small-black.three-column .imagebox-item {
    width: 32%;
    margin-right: 2%;
  }
  .imageboxes.img-small-black.three-column .imagebox-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram {
    width: 100%;
    height: 110px;
    line-height: 110px;
    text-align: center;
  }
  .imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram-text {
    top: 0;
    height: 110px;
    line-height: 106px;
  }
  .imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram-text img {
    max-height: 70px;
  }
  .imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram .icon-box-test {
    top: -22px;
    font-size: 300px;
    line-height: 102px;
  }
  .imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram .icon-box-test:before {
    line-height: 80px;
    margin-top: 210px;
    display: block;
    vertical-align: top;
    /* Black buttons with logos - 5 Columns */
  }
  .imageboxes.img-small-black.five-column .imagebox-item .rounded-parallelogram {
    height: 70px;
    line-height: 80px;
    text-align: center;
  }
  .imageboxes.img-small-black.five-column .imagebox-item .rounded-parallelogram-text {
    top: -15px;
  }
  .imageboxes.img-small-black.five-column .imagebox-item .rounded-parallelogram-text img {
    max-height: 40px;
  }
  .imageboxes.img-small-black.five-column .imagebox-item .rounded-parallelogram .icon-box-test {
    top: -97px;
    font-size: 144px;
    line-height: 80px;
  }
  .imageboxes.img-small-black.five-column .imagebox-item .rounded-parallelogram .icon-box-test:before {
    line-height: 20px;
    margin-top: 192px;
    display: block;
  }
}
@media screen and (max-width: 990px) {
  .imageboxes.img-small-black.three-column .imagebox-item {
    width: 48%;
    margin-right: 4%;
  }
  .imageboxes.img-small-black.three-column .imagebox-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .imageboxes.img-small-black.three-column .imagebox-item:nth-child(3n+4) {
    clear: none;
  }
  .imageboxes.img-small-black.three-column .imagebox-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .imageboxes.img-small-black.three-column .imagebox-item:nth-child(2n+3) {
    clear: both;
  }
  .imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram {
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
  }
  .imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram-text {
    top: 0;
    height: 90px;
    line-height: 84px;
  }
  .imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram-text img {
    max-height: 70px;
    max-width: 240px;
  }
  .imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram .icon-box-test {
    top: -44px;
    font-size: 279px;
    line-height: 100px;
  }
  .imageboxes.img-small-black.three-column .imagebox-item .rounded-parallelogram .icon-box-test:before {
    line-height: 80px;
    margin-top: 210px;
    display: block;
    vertical-align: top;
  }
}
@media screen and (max-width: 480px) {
  .imageboxes.img-small-black .imagebox-item {
    margin-bottom: 20px !important;
  }
  .imageboxes.img-small-black .imagebox-item .rounded-parallelogram {
    height: 86px;
    line-height: 80px;
    text-align: center;
  }
  .imageboxes.img-small-black .imagebox-item .rounded-parallelogram .icon-box-test {
    top: 0px;
    font-size: 280px;
    line-height: 80px;
  }
  .imageboxes.img-small-black .imagebox-item .rounded-parallelogram .icon-box-test:before {
    line-height: 20px;
    margin-top: 192px;
    display: block;
  }
  .imageboxes.img-small-black .imagebox-item .rounded-parallelogram-text {
    top: 0px;
  }
  .imageboxes.img-small-black .imagebox-item .rounded-parallelogram-text img {
    max-height: 80px;
    /* Services */
  }
  .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;
  }
}
