/* compiled by scssphp v0.0.12 on Thu, 21 Jan 2021 11:29:33 +1300 (0.2859s) */

/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */
/* Phone link */
/* Header */
/* Navigation */
/* Rotator */
/* Text */
/* Headings */
/* Links */
/* Content */
/* Pre-footer */
/* Footer */
/* Main body */
html, body {
  font-family: univia-pro, Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #000;
  background-color: #f6f6f6;
  overflow-x: hidden;
  /* Default links */
}
a {
  color: #04adff;
  /* Links with no colour */
}
a .silent, a.silent {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #818181;
  /* Button link */
}
.readmore, .buynow, .backlink, a.button, .button a {
  display: inline-block;
  color: #fff;
  font-family: univia-pro, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #04adff;
  transition: 0.3s;
}
a:hover .readmore, a:hover .buynow, a.backlink:hover, a.button:hover, .button a:hover {
  background-color: #08c0ff;
  color: #fff;
  /* Read more link */
}
a:hover .readmore {
  /* Buy now link */
}
a:hover .buynow {
  /* Back link */
}
a.backlink:hover {
  /* Default headers */
}
h1, h2 {
  font-family: univia-pro, Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0px 0px 0px 0px;
}
article h1, h3, h4, h5, h6 {
  font-family: univia-pro, Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 48px;
  line-height: 1.2;
  padding: 0px 0 30px 0;
}
h2 {
  font-size: 48px;
  line-height: 1.2;
  padding: 20px 0 20px 0;
}
h3 {
  font-size: 32px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h4, article h1 {
  font-size: 40px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 20px 0;
}
h6 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
.large {
  font-size: 120%;
}
.smaller {
  font-size: 85%;
  color: #818181;
}
.circle img {
  border-radius: 50%;
  border: 30px solid #fff;
  -webkit-box-shadow: 10px 5px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 5px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 5px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-right {
  margin-left: 50px;
  max-width: 47%;
  /* Backgrounds */
}
.background.light {
  background-color: #ececec;
}
.background.dark {
  color: #fff;
  background-color: #071833;
}
.background.dark a:hover {
  color: #fff;
}
.background.image {
  color: #fff;
}
.background.parallax {
  color: #fff;
  /* Borders */
}
.border, .divider, hr {
  border: solid #e7e9ea 0px;
  /* Text colours */
}
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
  /* list element */
}
ul {
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 3px;
  top: 4px;
  display: inline-block;
  vertical-align: middle;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  pointer-events: none;
  /* Standard page elements for laying out the main content of a website. */
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  background-color: #f6f6f6;
}
.wrap {
  width: 100%;
  max-width: 1260px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
#container-header .wrap {
  max-width: 1750px;
}
#container-header {
  transition: 0.3s;
  top: 0;
}
#container-header.active {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.24);
}
#container-header.active #header {
  height: 80px;
  line-height: 80px;
  transition: 0.3s;
}
#container-header.active #navigation > ul li a {
  height: 80px;
  line-height: 80px;
  transition: 0.3s;
}
#container-header.active #navigation > ul li a strong {
  height: 80px;
  line-height: 80px;
}
#container-header.active #navigation {
  height: 80px;
  line-height: 80px;
  transition: 0.3s;
  /* Mobile quick call */
}
#mobile-link {
  display: none;
}
#mobile-link a {
  display: inline-block;
  color: #04adff;
  font-family: univia-pro, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 190px;
  line-height: 190px;
  z-index: 700;
}
#mobile-link a .material-icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
  border: 1px solid;
  border-radius: 50%;
  padding: 5px;
  /* Header */
}
#container-header {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  width: 100%;
}
#header {
  height: 190px;
  color: #04adff;
  position: relative;
  z-index: 99;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 190px;
  line-height: 190px;
  display: inline-block;
  padding-left: 0;
  max-width: 180px;
}
#header #logo img {
  vertical-align: middle;
}
#logo-long {
  display: none;
  float: left;
  height: 80px;
  line-height: 76px;
  display: inline-block;
  padding-left: 0;
  max-width: 180px;
  /* Top navigation */
}
#top-nav {
  float: right;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
  margin-top: 10px;
  padding-right: 20px;
}
#top-nav a {
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
}
#top-nav > ul > li {
  padding: 0 8px;
}
#top-nav > ul > li:before {
  content: ' | ';
  display: inline-block;
  left: -1px;
  top: 4px;
}
#top-nav > ul > li:first-child:before {
  display: none;
  /* Search */
}
#header #search {
  float: right;
  display: inline-block;
  height: 22px;
  margin-top: 10px;
  padding-right: 20px;
}
#header #search .search-off {
  color: #000;
  font-style: italic;
}
#header #search #search-box-input {
  width: 200px;
}
#header #search #search-button {
  margin-left: 6px;
  /* Main navigation */
}
#navigation {
  float: right;
  color: #626262;
  font-family: univia-pro, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 190px;
  line-height: 190px;
  color: #fff;
}
#mobile-navigation {
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 190px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation a {
  float: left;
  display: inline-block;
  height: 190px;
  line-height: 190px;
  color: #626262;
  padding-left: 25px;
  padding-right: 25px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 190px;
  line-height: 190px;
  font-weight: 700;
}
#navigation > ul > li > a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 0px;
  background-color: #04adff;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#navigation .material-icons {
  line-height: 190px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #04adff;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
#navigation > ul .drop > a strong, #navigation > ul .drop > a b, #navigation > ul .drop > a:hover strong, #navigation > ul .drop > a:hover b {
  /* Navigation divider */
}
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 0px;
  /*font-size:0;*/
  text-align: center;
  line-height: 190px;
  height: 190px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
  /* Sub navigation */
}
#navigation .sub-nav {
  position: absolute;
  top: 130px;
  left: 20px;
  display: none;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  z-index: 897;
}
.active #navigation .sub-nav {
  top: 80px;
}
.uk-offcanvas-bar .uk-close {
  color: rgba(0, 0, 0, 0.5);
}
#navigation-side a {
  color: #000;
  display: block;
  text-align: left;
  /* Align last dropdown to the right */
}
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  color: #04adff;
  background: none;
  padding: 15px 25px;
  background-color: #f2f4f5;
  border-bottom: solid #f2f4f5 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #fff;
  border-radius: 0px;
  background-color: #04adff;
  border-bottom: solid #04adff 1px;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
}
.active #navigation > ul li {
  height: 80px;
  line-height: 80px;
}
#container-header.active #navigation > ul li.drop {
  height: auto;
  line-height: normal;
}
#container-header.active #navigation > ul li.drop a {
  height: auto;
  line-height: normal;
  /* Second navigation if central logo */
}
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
#navigation li:last-of-type a {
  padding-right: 0;
}
#container-header #shopping-cart-summery a, #container-navigation #shopping-cart-summery a {
  /* Mobile menu button */
}
#mobile-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  height: 100px;
  line-height: 110px;
}
#mobile-menu i {
  font-size: 32px;
}
#mobile-nav {
  padding-top: 10vh;
}
#mobile-nav a {
  padding-bottom: 20px;
  font-weight: 500;
  color: #818181;
}
#mobile-nav a[href="commercial"], #mobile-nav a[href="residential"], #mobile-nav a[href="showers"], #mobile-nav a[href="specialised"] {
  font-size: 120%;
  font-weight: 600;
  text-transform: uppercase;
}
.active #mobile-menu {
  height: 80px;
  line-height: 80px;
}
#mobile-menu a {
  display: inline-block;
  color: #626262;
  line-height: 190px;
  padding: 0 50px;
  font-size: 18px;
  line-height: 190px;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 39px;
  vertical-align: middle;
  margin-top: -4px;
}
#container-flash {
  margin-top: 190px;
  /* Members bars */
}
.auth-details {
  height: auto;
  line-height: 1.8;
  text-align: right;
  color: #fff;
  background-color: ;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 0;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.auth-details a {
  color: #fff;
}
.auth-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
  /* Site messages */
}
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #fff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #fff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #fff;
  background-color: #999;
}
#site-messages .success-message {
  color: #fff;
  background-color: #5ea90d;
}
#site-messages .error-message .wrap, #site-messages .alert-message .wrap, #site-messages .success-message .wrap {
  text-align: center;
  /* Random images */
}
#container-flash.random-image {
  color: #fff;
  text-align: center;
  padding: 40px 0;
  min-height: 80px;
}
#container-flash.random-image a {
  color: #fff;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  padding: 150px 0;
  min-height: 20px;
  /* Rotating images */
}
.sliderimg .slidertext {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8;
  padding-bottom: 80px;
  min-width: 70%;
}
.sliderimg .slidertext h2 {
  color: #04adff;
  font-family: univia-pro, Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.65);
}
.sliderimg .slidertext h3 {
  color: #fff;
  font-family: univia-pro, Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 300;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.65);
  /* Breadcrump area */
}
#container-bread {
  /* breadcrumb */
}
#breadcrumb {
  font-size: 12px;
  line-height: 1.8;
  padding: 16px 0 4px 0;
  /* Main title area */
}
.container-main-title .content {
  line-height: 1.8;
  padding: 100px 0;
  padding-bottom: 0px;
  /* Main title area spacing */
}
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
  /* Main top area */
}
.container-main-top .content {
  line-height: 1.8;
  padding: 100px 0;
  /* Main top area spacing */
}
.container-main-title + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
  /* Main content area with layouts */
}
.content {
  letter-spacing: -0.3px;
  line-height: 1.8;
  padding: 100px 0;
}
.content h1 {
  color: #04adff;
}
.content article h1 {
  color: inherit;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  /* Layout defines main content widths */
}
.layout {
  /* Layout widths */
}
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 47%;
}
.layout.main {
  float: left;
  width: 66%;
}
.layout.side {
  float: left;
  width: 30%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
  /* Layout side content */
}
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6, .layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
  /* Main areas spacing */
}
.container-main-title + .container-main .content {
  padding-top: 0px;
}
.container-main-top + .container-main .content {
  padding-top: 0px;
}
.container-main + .container-main .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main .content {
  padding-top: 0px;
  /* Main bottom area */
}
.container-main-bottom .content {
  line-height: 1.8;
  padding: 100px 0;
  /* Main bottom areas spacing */
}
.container-main-top + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-bottom .content {
  padding-top: 0px;
  /* Backgrounds */
}
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
  padding-top: 100px;
  padding-bottom: 100px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
  padding-top: 100px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
  padding-top: 100px;
}
main > div:last-of-type .content {
  padding-bottom: 150px !important;
  /* Image boxes */
}
.imageboxes.textabove .module-image {
  position: relative;
}
.imageboxes.textabove .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #04adff;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.8;
  z-index: 1;
}
.imageboxes.textabove .imagebox-item:hover .module-image:after {
  opacity: 0;
}
.imageboxes.textabove .module-image .view {
  display: none;
}
.imageboxes.textabove .imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.textabove .module-text {
  color: #04adff;
  text-align: center;
  padding: 25px 25px !important;
  background-color: #fff;
  -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;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.imageboxes.textabove .module-text h2 {
  font-family: univia-pro, Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #04adff;
  padding: 0 0 0 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.imageboxes.textabove .imagebox-item:hover .module-text {
  color: #fff;
  background-color: #08c0ff;
}
.imageboxes.textabove .imagebox-item:hover .module-text h2 {
  color: #fff;
  /* Services */
}
.services.textunder .module-text {
  padding-top: 15px;
  position: relative;
}
.services.textunder .module-text .readmore {
  position: absolute;
  bottom: 100%;
  /* FAQs */
}
.faqs.simplelist > li:before {
  top: 3px;
}
.faqs.simplelist .faq-item-question {
  font-size: 120%;
  /* News */
}
.news.textunder.grid.one-column a:last-of-type {
  margin-bottom: 0px;
}
.news.textunder .module-image {
  padding-bottom: 0px !important;
}
.news.textunder .module-text {
  position: relative;
  padding-top: 15px;
}
.news.textunder .module-text .readmore {
  position: absolute;
  bottom: 100%;
}
.news-details-image {
  padding-left: 50px;
  /* Testimonials */
}
.testimonials.imageside .testimonial-item:after {
  content: '';
  clear: both;
  display: block;
  /* Gallery */
}
.gallery.textunder .module-text {
  padding-top: 15px;
  position: relative;
}
.gallery.textunder .module-text .readmore {
  position: absolute;
  bottom: 100%;
}
.staff h4 {
  font-size: 24px;
  /* Home page */
}
.home-page #container-header {
  background-color: transparent;
}
.home-page #container-flash {
  margin-top: 0;
}
.home-page main {
  margin-top: -650px;
}
.home-page #container-flash {
  position: relative;
}
#home-top-container {
  position: relative;
  background-color: transparent;
}
#home-top-container:before {
  content: '';
  height: 584px;
  width: 140%;
  position: absolute;
  background-color: #818181;
  left: -30%;
  z-index: 99;
  transform: rotate(6deg);
  top: 180px;
}
#home-container {
  position: relative;
  z-index: 100;
  padding-top: 225px;
  background-color: transparent;
}
#home-container:before {
  content: '';
  height: 400px;
  width: 140%;
  position: absolute;
  background-color: #f6f6f6;
  left: -30%;
  z-index: 99;
  transform: rotate(-6deg);
  top: 100px;
}
.lens-flare {
  margin-left: -350px;
  margin-top: -350px;
}
#home-container .wrap {
  position: relative;
  z-index: 100;
}
#home-container .content {
  padding-bottom: 200px;
}
#home-top-container .wrap {
  max-width: 1750px;
}
#home-top-container .content {
  padding-top: 0px;
  padding-bottom: 80px;
  position: relative;
  z-index: 700;
}
#home-container {
  position: relative;
}
#home-container .side-holder .circle {
  margin-left: -130px;
  margin-top: -170px;
  /* Contact page */
}
#contact-us-bottom-container .map-holder {
  /* Project Details Page*/
}
.sidebar-left {
  float: left !important;
}
.sidebar-right {
  float: right !important;
  font-size: 25px;
}
.project-right-text {
  clear: both !important;
}
.project-gallery-holder img {
  width: 100%;
  height: 100%;
}
.proj-imgs {
  margin: 0;
  padding: 0;
}
.project-gallery-holder .row {
  margin: 0;
  padding: 0;
}
#proj-img-1 img {
  max-height: 720px;
}
#proj-img-3 img {
  max-height: 565px;
}
#proj-img-5 img {
  max-height: 420px;
}
.project-gallery-holder .row {
  margin-top: 20px;
}
#proj-img-2, #proj-img-4 {
  padding-right: 20px;
}
.related-projects-holder {
  margin-top: 50px;
}
.backgroundimage-image {
  display: none;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  padding: 0;
  min-height: 0;
}
#container-flash .wrap.backgroundimage-content {
  max-width: 100%;
}
#container-flash .wrap.backgroundimage-content .project-banner img {
  width: 100%;
  max-height: 790px;
}
.project-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}
.services-page .service-item h1 {
  font-weight: 300;
  font-size: 27px;
  letter-spacing: 3px;
  /*

    position: absolute;
    height: calc(100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    
*/
}
.service-banner-text {
  position: absolute;
  height: calc(100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  top: 0;
}
.service-banner-text h2 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 12px;
  font-size: calc(2vw + 34px);
  padding-top: 5px;
}
.service-banner-text p {
  font-size: calc(1vw + 17px);
  letter-spacing: 1.2px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.project-details-container h1 {
  font-weight: 300;
}
.project-right-title, .sidebar-right {
  color: #04adff;
}
.project-gallery-holder h3, .related-projects-holder h3 {
  font-weight: 300;
  font-size: 27px;
  color: #04adff;
  margin-bottom: 50px;
}
.project-details-container {
  border-bottom: 1px solid #e8e8e8;
}
.project-details-container .col-lg-8 {
  border-right: 1px solid #e8e8e8;
}
.project-details-container .col-lg-4 {
  padding-left: 30px;
}
.project-gallery-holder {
  margin-top: 30px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 90px;
  /* Pre-footer */
}
#container-pre-footer {
  color: #fff;
  position: relative;
  z-index: 9;
}
#container-pre-footer .backgroundimage-content {
  line-height: 1.8;
  color: #fff;
  text-align: center;
  padding: 100px 50px;
}
#container-pre-footer h2 {
  color: #fff;
  font-size: calc(5px + 4vw);
  background-color: #818181;
  transform: skew(0deg, 4deg);
  margin-left: -10px;
  width: calc(100% + 20px);
}
#pre-footer-blue-strip {
  position: relative;
  top: -140px;
}
#pre-footer-blue-strip:before {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  transform: skew(-6deg, -6deg);
  background-color: #04adff;
  top: 0;
  right: -10px;
}
#container-footer:after {
  content: '';
  width: 100%;
  height: 114px;
  position: absolute;
  transform: skew(6deg, 6deg);
  background-color: #626262;
  top: -10px;
  left: -10px;
  /* Footer */
}
#container-footer {
  background-color: #626262;
  position: relative;
}
#container-footer a {
  color: #fff;
}
#footer {
  line-height: 2;
  color: #cfcfcf;
  font-size: 18px;
  text-align: left;
  padding: 100px 0;
  position: relative;
  z-index: 9;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a:hover {
  color: #04adff;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  color: #fff;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-left {
  float: left;
  width: 37.17%;
  text-align: left;
}
#footer .footer-left img {
  max-width: 260px;
}
#footer .footer-right {
  float: right;
  width: 45%;
  text-align: left;
  padding-top: 70px;
}
#footer .footer-row:first-of-type {
  padding-bottom: 60px;
}
#footer h4 {
  letter-spacing: 3px;
}
#footer a h4:hover {
  color: #04adff;
  transition: 0.3s;
}
#footer .footer-row {
  padding: 50px 0;
  border-bottom: 1px solid rgba(141, 141, 141, 0.5);
  line-height: 2.7;
}
#footer .footer-row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.footer-copyright {
  padding: 30px 0;
  color: #9c9c9c;
  border-top: 1px solid rgba(141, 141, 141, 0.5);
  font-size: 16px;
}
#container-footer .footer-copyright a {
  color: #9c9c9c;
}
#container-footer .footer-copyright a.base-link {
  margin-left: 40px;
}
#container-footer .footer-copyright a:hover {
  color: #fff;
}
#footer h5 {
  color: #04adff;
  font-size: 27px;
  /* Show as desktop link */
}
#desktop-link {
  display: none;
  /* Grid */
}
.grid.four-column .grid-item {
  margin-bottom: 40px;
}
.grid.one-column .grid-item {
  margin-bottom: 80px;
  /* Form */
}
.req {
  color: #d60309;
  font-weight: bold;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 600px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.form-item.recaptcha-item {
  margin-top: 0px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.form-item .label {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 5px 0 5px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  background: none;
  height: 36px;
  font-size: 15px;
  padding: 8px 8px 8px 8px;
  background-color: #fff;
  border: solid #d6d6d6 1px;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
  /* Custom button */
}
.form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: inline-block;
  color: #fff;
  font-family: univia-pro, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 80px;
  background-color: #04adff;
  transition: 0.3s;
}
.form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
  background-color: #08c0ff;
}
#footer .form-item {
  line-height: 1;
}
#footer .form-item .textarea textarea, #footer .form-item .input input {
  background-color: #818181;
  color: #fff;
  border: none;
  padding-left: 25px;
  transition: 0.3s;
}
#footer .form-item .textarea textarea {
  padding-top: 20px;
}
#footer .form-item ::placeholder {
  color: #626262;
}
#footer .form-item .textarea textarea:focus, #footer .form-item .input input:focus {
  background-color: #fff;
  color: #626262;
}
#footer .form-item .input input {
  height: 55px;
}
.uk-offcanvas-bar {
  background-color: #fff;
}
