/*
Theme Name: Fastway Plumbing
Description: Dec 2017
Version: 1.1
Author: White River Design

Edited By Amity IT - Mar 2019
- Incremented Version 0.1
- Changed Fonts to Futura
- Made headings uppercase
*/



/*@font-face {
    font-family: 'ddc';
    src: url('fonts/ddc/ddc.eot');
    src: url('fonts/ddc/ddc.eot') format('embedded-opentype'),
         url('fonts/ddc/ddc.woff2') format('woff2'),
         url('fonts/ddc/ddc.woff') format('woff'),
         url('fonts/ddc/ddc.ttf') format('truetype'),
         url('fonts/ddc/ddc.svg#ddc') format('svg');
}*/

@font-face {
  font-family: 'futura';
  src: url('fonts/futura/futura.eot');
  src: url('fonts/futura/futura.eot') format('embedded-opentype'),
       url('fonts/futura/futura.woff2') format('woff2'),
       url('fonts/futura/futura.woff') format('woff'),
       url('fonts/futura/futura.ttf') format('truetype'),
       url('fonts/futura/futura.svg#futura') format('svg');
}
/*
@font-face {
  font-family: 'futura-bold';
  src: url('fonts/futura/futura-bold.ttf');
}
*/
/*
@font-face {
    font-family: 'futura-bold';
    src: url('fonts/futura-bold/FuturaLT-Bold.woff2') format('woff2'),
        url('fonts/futura-bold/FuturaLT-Bold.woff') format('woff'),
        url('fonts/futura-bold/FuturaLT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
*/
@font-face {
    font-family: 'futura-bold';
    src: local('Futura LT Bold'), local('FuturaLT-Bold'),
        url('fonts/futura-lt-bold/FuturaLT-Bold.woff2') format('woff2'),
        url('fonts/futura-lt-bold/FuturaLT-Bold.woff') format('woff'),
        url('fonts/futura-lt-bold/FuturaLT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.static-button {
  position:fixed;
  cursor:pointer;

  background-color:#FD9827;
  font-family:'futura-bold';
  text-transform: uppercase;
  font-weight: 700;
  color:white;
  padding:10px 20px 10px 95px;
  border-radius: 0 0 10px 10px;
  font-size:25px;

  top:0;
  left:0;
  z-index:9999;
  top:50%;
  left: 0;
  -webkit-transform-origin: 0 50%;
     -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
     -moz-transform: rotate(-90deg) translate(-50%, 50%);
      -ms-transform: rotate(-90deg) translate(-50%, 50%);
       -o-transform: rotate(-90deg) translate(-50%, 50%);
          transform: rotate(-90deg) translate(-50%, 50%);

  transition:all .25s ease-in-out;
  -ms-transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;

  -webkit-box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.75);
}
.static-button:hover {background-color:#c97720;}
.static-button img {
  position:absolute;
  height:30px;
  width:auto;
  left:10px;
  top:50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

._anchor {
  display: block;
  position: relative;
  top: -68px;
  visibility: hidden;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
}

* {
  outline:0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {text-decoration: none; border: 0px}

body {
  margin:0;
  padding:0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  /*background-color:#e8e8e8;*/
  background-color:white;
  font-family: 'futura';
  font-size:12px;
  font-weight:400;
}
body, html {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

h1, h2, h3, p {
  padding:0;
  margin:0;
  line-height: 1.3;
}
h1, h2, h3 {
  /*text-transform: uppercase;*/
}
h1 + p,
h2 + p,
h3 + p {
  margin-top:20px;
}
p {
  margin: 20px 0;
  color:#444444;
}
.text p:last-child {
  margin-bottom:0px;
}
.textCell {
  color:#444444;
}

a, a:active, a:visited {
  text-decoration: none;
  color:inherit;
  display: inline-block;
}

.text a, .text a:active, .text a:visited {
  position:relative;
  display: inline-block;
  color:black;
  font-weight: 600;
  text-decoration: none;
}
.text a:hover::after {
  width:100%;
}
.text a:after {
  position:absolute;
  bottom:0;
  content:'';
  display:block;
  width:0%;
  height:2px;
  background-color:black;

  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
}

#blackout {
  display:none;
  width:100%;
  height:100%;
  z-index:999;
  position: fixed;
  background-color:rgba(0,0,0,0.7);
}

#content {
  width:100%;
  height:auto;
  overflow:hidden;
  float:left;
}

.wrap {
  position:relative;
  width:1100px;
  margin:0 auto;
  height:inherit;
  /*overflow:hidden;*/
}
.wrapInner {
  width:calc(100% + 30px);
  /*margin-left: -15px;*/
  display:table;
  table-layout: fixed;
}
.wrapInner.box {
  width:100%;
}
.col .innerCol {
  box-sizing: border-box;
  width:100%;
  padding:30px 30px 30px 0;
}
.wrapInner.mini .col .innerCol {
  padding:10px 30px 20px 0;
}
.wrapInner.box .col .innerCol {
  padding:20px 30px;
}
.page {
  flex: 1;

  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
}
.page .offset {
  width:100%;
  height:60px;
}
.page.compact .offset {
  height:80px;
}

a.inline {
  float:left;
  height:100%;
}

nav, .topnav {
  height:100%;
}

.nav {
  font-family:'futura-bold';
  font-weight: 700;
  text-transform: uppercase;
  top:0;
  position:fixed;
  z-index:99;
  width:100%;
  background-color:rgba(255,255,255,0.8);

  /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/

  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
}
.nav.compact {
  top:-56px;
  background-color:rgba(255,255,255,1);
}
.nav.compact:after {
  content:'';
  position:absolute;
  width:100%;
  height:4px;
  background-color: rgba(0,0,0,0.2);
}
.nav .wrap {
  overflow:visible;
}

.mini-nav {
  position:relative;
  width:100%;
  height:60px;
  /*background-color:#7C7B7B;*/
  background-color:#139DD9;
  text-align: right;
  color:white;
}
.mini-nav .blue-nav {
  background-color:#139DD9;
  height:60px;
}
.mini-nav .orange-nav {
  display:none;
  background-color:#FD9827;
  height:20px;
}
.mini-nav.text a {
  margin-top:2px;
  padding-bottom:2px;
  color:white;
  font-weight: normal;
}
.mini-nav .icon.mini {font-size:30px;padding-left:28px;}
.mini-nav .icon.mini.__left {
  float:left;padding:0;margin-top:2px;
}
.mini-nav .icon.mini:before {
  font-size:20px;
}

.mini-nav .icon.mini a.conditions {
  font-size: 10px;
  font-family: 'Futura';
}
.mini-nav a:after {background-color:white;}
.mini-nav .wrap {
  line-height: 1;
  height:auto;
  position:relative;
  top:50%;
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}

.nav.compact .main-nav {
  height:60px;
}
.nav.compact .logo {
  width:100px;
}

.main-nav {
  position:relative;
  width:100%;
  height:100px;
}

.main-nav .mobile-phone {
  display:none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left:5%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  color: #FD8D23;
}
.main-nav .mobile-phone .icon.mini {
  color: #FD8D23;
  font-size: 26px;
  padding: 0 0 0 22px;
  letter-spacing: -2px;
}
.main-nav .mobile-phone .icon:before {
  color:#FD8D23;
  font-size:22px;
  transform:translateY(-50%) rotate(35deg);
  -ms-transform:translateY(-50%) rotate(35deg);
  -webkit-transform:translateY(-50%) rotate(35deg);
}

.logo {
  box-sizing: border-box;
  position:absolute;
  z-index: 9999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);


  background-image:url('img/logo.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width:185px;
  height:70px;
}

.nav-menu {
  position: relative;
  box-sizing: border-box;
  float:left;
  width:100%;
  height:100%;
  margin-left:25px;
  padding-left:15px;
  /*border-left:solid 2px rgba(123,123,123,1);*/
  z-index:99;
}

.nav-menu a {
  padding:0 15px;
  margin:0;
  color:inherit;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}

.nav-menu ul {
  position: relative;
  list-style-type: none;
  padding:0;
  margin:0;
}
.nav-menu ul#menu-main {
  width:auto;
  float:left;
  position:relative;
  height:40px;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  margin-left:14px;
}
/*first level*/
.nav-menu li.current-menu-item {
  color:#FD9827;
}
.nav-menu ul li {
  text-transform: uppercase;
  cursor: pointer;
  padding:0;
  margin:0;
  float:left;
  height:100%;
  display:table;
  position:relative;
  font-size: 15px;
  color:black;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}
.nav-menu ul li.menu-item-has-children:after {
  content:'';
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);

  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid black;

  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.nav-menu ul li:hover {
  color: #FD9827;
}

.nav-menu ul li:hover::after {
  border:0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #00AEEF;
}

.nav-menu ul:first-of-type li:nth-child(3){
  margin-right:185px;
}

/*second level*/
.nav-menu ul li:hover > ul {
  opacity:1;
  left:50%;
  transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.nav-menu ul li ul {
  opacity:0;
  left:-999999px;
  box-sizing: border-box;
  /*white-space: nowrap;*/
  position:absolute;
  z-index: 999;
  /*left:0;*/
  top:100%;
  background-color:#00AEEF;
  padding:10px 10px;
  border-radius: 10px;

  transition:opacity .25s ease-in-out;
  -moz-transition:opacity .25s ease-in-out;
  -webkit-transition:opacity .25s ease-in-out;
}
.nav-menu ul ul li {
  box-sizing: border-box;
  border:0;
  font-size:14px;
  font-weight:400;
  border-radius:0;
  width:100%;
  color:white;
  text-align: center;
}
.nav-menu ul ul li a {
  box-sizing: border-box;
  width:100%;
  padding: 5px 10px;
  white-space: nowrap;
}
.nav-menu ul ul li:after {
  background-color:white;
  width:0px;
  border-radius:0;
}
.nav-menu ul ul li:hover {color:black;}
/*.nav-menu ul ul li:first-of-type {border-radius: 4px 4px 0 0;}*/
/*.nav-menu ul ul li:last-of-type {border-radius: 0 0 4px 4px;}*/

/*--- MOBILE NAV ---*/
.burger {
  display:none;
  position:absolute;
  top:0;
  right:0;
  width:60px;
  height:60px;
}
.burger:before {
  content: '\f0c9';
  font-family:'FontAwesome';
  color:black;
  font-size:30px;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.burger.active:before {
  content:'\f00d';
}
.mobile-nav i {
  margin-right:10px;
}
.mobile-nav .highlight {
  color:#FD9827;
}
.mobile-nav {
  display:none;
  list-style-type: none;
  box-sizing: border-box;
  position:fixed;
  margin:0;
  padding:30px;
  width:100%;
  height:calc(100% - 103px);
  bottom:0;
  left:0;
  overflow-y: auto;

  color:white;
  z-index: 50;

  background-color:rgba(0,0,0,0.9);
}
.mobile-nav.compact {
  height:calc(100% - 60px);
}

.mobile-nav ul {
  list-style-type: none;
  margin:0;
  padding:0;
}
.mobile-nav li.current-menu-item {
  color:#00ADEE;
}
.mobile-nav li {
  font-family:'futura-bold';
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}
.mobile-nav li a {
  position:relative;
  margin-bottom: 10px;
  width:100%;
  text-align: center;
}
.mobile-nav .block {
  width: 100%;
  float:left;
  text-align: center;
}
.mobile-nav .expander {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
}
.mobile-nav .expander:before {
  font-family: 'FontAwesome';
  content:'\f067';
  color:#00ADEE;
  transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
.mobile-nav .expander.active:before {content:'\f068';}

/*--SECOND LEVEL--*/
.mobile-nav li ul {
  display:none;
  margin-bottom:15px;
}
.mobile-nav li ul li {
  position:relative;
  left:-100%;
}

/*--- PAGE LAYOUT ---*/

.row {
  position:relative;
  display:table;
  table-layout:fixed;
  float:left;
  width:100%;
  min-height:20px;
  background-size: cover;
  background-position:center center;
  background-repeat: no-repeat;
  transition:all .7s ease-in-out;
  -moz-transition:all .7s ease-in-out;
  -webkit-transition:all .7s ease-in-out;
}
.row.b_full:after {
  background-size: cover;
  background-position: center center;
}
.row.b_left:after {
  background-size: 50%;
  background-position: left center;
}
.row.b_right:after {
  background-size: 50%;
  background-position: right center;
}
.row.b_both:after {
  background-size: 50%, 50%;
  background-position: left center, right center;
}
.row .wrap {display:table; table-layout:fixed;}
.row._1 .col {width:100%;}
.row._2 .col {width:50%;}
.row._3 .col {width:33.333333%;}
.row._4 .col {width:25%;}
.col {
  position:relative;
  display:table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width:100%;
  min-height: 20px;
  /*background-color:lightblue;*/
  transition:all .25s ease-in-out;
  -ms-transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
}
.row[data-animate="expand"] .col:hover {
  transform:scale(1.2);
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
.col img {
  display:block;
  max-width:100%;
  width: 100%;
}

a.box {
  width:100%;
}

a.box .image:before {
  cursor: pointer;
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0);

  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}

/*a.box .image:hover::before {
  background-color:rgba(0,0,0,0.8);
}*/

.image span {
  color:white;
  font-weight: 500;
  font-size:30px;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.7);
  width:100%;
  text-align: center;
  position:absolute;
  top:50%;
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}

.row.service_buttons img {
  margin:0 auto;
  width:80%;
}

.row.service_buttons .fullImg .title h1 {
  font-size:18px;
}

.fullImg {
  position:relative;
  float:left;
  margin-bottom:18px;
}
.col .fullImg:last-of-type {
  margin-bottom:0;
}
.fullImg .title {
  line-height:1;
  box-sizing: border-box;
  padding: 20px 0 0 0;
  text-align: center;
}
.fullImg .title h1 {font-size:20px;}
.bgrndImg {
  position:absolute;
  z-index: -5;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.squareImg {
  position:relative;
  clear:both;
  width:100%;
  margin:0 auto;
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.squareImg:after {
  content:'';
  display:block;
  padding-bottom:100%;
}
.squareImg.circle {
  box-sizing: border-box;
  clear:both;
  border-radius: 9999px;
}
a.box .image.circle:before {
  border-radius: 9999px;
}

.row.heading .textCell {
  box-sizing: border-box;
  background-color:rgba(0,0,0,0.5);
  padding:10px;
  border-radius: 99px;
  text-align: center;
}

.col h1 {
  font-size:25px;
  font-family:'futura-bold';
  text-transform: uppercase;
  font-weight: 700;
  color:#00ADEE;
}
.col .textCell h2 {
  font-size:20px;
  color: #FD9827;
}
.col .textCell h3 {
  font-size:15px;
}

.col .textCell {
  width:100%;
  font-size:16px;
  text-align: left;
  padding-bottom:20px;
}
.col .textCell:last-child {
  padding-bottom:0;
}
.col .textCell ol {
  margin: 0;
  padding: 0;
  margin-top:15px;
  list-style-type: none;
  color: #444444;
}

.col .textCell ol li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  vertical-align: bottom;
}

.col .textCell ol li::before {
  margin-top:-2px;
  position:relative;
  float:left;
  display:block;
  text-align: center;
  line-height: 2;
  font-family:'futura-bold';
  text-transform: uppercase;
  font-weight: 700;
  width:25px;
  height:25px;
  content: counter(step-counter);
  margin-right: 10px;
  font-size: 80%;
  background-color: #00ADEE;
  color: white;
  font-weight: bold;
  border-radius: 99px;
}

.col .textCell[data-listyle="ticks"] ul li {
  list-style-type:none;
}
.col .textCell[data-listyle="ticks"] ul li::before {
  font-family:'FontAwesome';
  content:'\f00c';
  margin-right:10px;
  /* color:#00ADEE; */
  color:#FD9827;
}



.col .button {
  font-size: 17px;
  height:50px;
}
.button-outer {
  width:100%;
}
.button-outer[align="left"] {text-align: left;}
.button-outer[align="center"] {text-align: center;}
.button-outer[align="right"] {text-align: right;}
.button {
  font-family:'futura-bold';
  text-transform: uppercase;
  font-weight: 700;
  cursor:pointer;
  box-sizing: border-box;
  position:relative;
  background-color:#00ADEE;
  color:white;
  text-decoration: none;
  text-align: center;
  width:auto;
  height:40px;
  margin-bottom:10px;
  padding:0px 30px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  display:inline-block;

  transition:all .15s ease-in-out;
  -ms-transition:all .15s ease-in-out;
  -webkit-transition:all .15s ease-in-out;
}
a:last-of-type .button {margin-bottom:0;}
.button.rounded {
  border-radius: 999px;
}
.button.auto-width{
  width:auto;
  float:left;
}
.button div {
  position:relative;
  z-index:1;
  top:50%;
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}
.button:after {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  bottom:0;
  content: '';
  display:block;
  width:calc(100% - 7px);
  height:4px;
  background-color:#0093c9;
  border-radius: 0 0 10px 10px;

  transition:all .2s ease-in-out;
  -ms-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
}
.button.rounded:after {
  width:80%;
  left:50%;
  border-radius: 99px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.button:hover::after {
  width:0%;
}
.button.orange {
  display:inline-block;
  float:none;
  margin-top:15px;
  background-color:#FD9827;
}
.button.orange:after {
  background-color:#d67f22;
}

.col .videoContain {
}

.col .videoThumb {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  border: solid 10px white;
}

.videoThumb {
  cursor:pointer;
  box-sizing: border-box;
  position:relative;
  width:100%;
  background-position:center center;
  background-size:cover;
  background-repeat: no-repeat;
}
.videoThumb:hover::before {
  color:white;
}
.videoThumb:before {
  content:'\f144';
  font-family: 'FontAwesome';
  font-size:75px;
  color:rgba(255,255,255,0.7);
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);

  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}
.videoThumb:after {
  content:'';
  display:block;
  padding-bottom:55%;
}

/*--- SLIDER ---*/
.slider-wrap {
  position:relative;
  width:100%;
}
.slider-wrap[data-type="item_slider"] .overlay,
.slider-wrap[data-type="content_slider"] .overlay {
  display:none;
}
.slider-wrap .overlay {
  pointer-events: none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  /*background-color:rgba(0,0,0,0.2);*/
  z-index:10;
}
.slider-wrap .wrapInner {
  display:table;
  height:100%;
  width:calc(1100px + 20px);
  overflow: hidden;
}
.slider-wrap .panel {
  box-sizing: border-box;
  padding-right:20px;
  width:50%;
  height:100%;
  display: table-cell;
  vertical-align: middle;
}
.slider-wrap .panel-inner {
  pointer-events: all;
  box-sizing: border-box;
  width:100%;
  background-color:rgba(255,255,255,0.5);
  padding:15px;
}

.dot-nav {
  padding: 0 5px;
  bottom:20px;
  float:left;
  position:absolute;
  z-index:20;
  left:50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.dot-nav .owl-dot {
  cursor: pointer;
  float:left;
  margin-right: 5px;
}
.dot-nav .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: rgba(0,0,0,0.5);
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 99px;

  transition:all .15s ease-in-out;
  -moz-transition:all .15s ease-in-out;
  -webkit-transition:all .15s ease-in-out;
}
.dot-nav .owl-dot:last-child {
  margin:0;
}
.dot-nav .owl-dot.active span,
.dot-nav .owl-dot:hover span {
  background-color: rgba(0,0,0,0.8);
}
.button-scroll {
  cursor: pointer;
  padding:10px 35px 10px 10px;
  height:30px;
  color:white;
  font-size:18px;
  background-color: rgba(19,157,217,0.5);
  position:absolute;
  z-index:20;
  left:50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom:50px;
  border-radius: 99px;

  transition:all .15s ease-in-out;
  -moz-transition:all .15s ease-in-out;
  -webkit-transition:all .15s ease-in-out;

  animation: pulse 3s infinite;
}
.button-scroll div {
  font-weight:500;

}
.button-scroll:hover {
  background-color: rgba(19,157,217,0.8);
  animation: none;
}
.button-scroll:before {
  content:'\f078';
  display:block;
  font-family: 'FontAwesome';
  position:absolute;
  top:50%;
  right:10px;
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}

@keyframes pulse {
  0%    { background-color: rgba(0,0,0,0.5); }
  70%   { background-color: rgba(19,157,217,0.8); }
  90%   { background-color: rgba(0,0,0,0.5); }
  100%  { background-color: rgba(0,0,0,0.5); }
}

.slide-item {
  height:400px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slide-float {
  box-sizing: border-box;
  color:white;
  padding:20px;
  width:40%;
  background-color:rgba(0,174,239,0.7);
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.sliderInner {
  padding:20px 40px;
  text-align: center;
}
.slide-item h1 {
  color:white;
  font-family: 'futura';
}
.slide-item .sliderText,
.slide-item .sliderText p {
  font-weight: 400;
  font-size:15px;
  line-height: 1.3;
  text-align: center;
}
.slide-item .button {
  display:inline-block;
  float:none;
  margin-top:15px;
  background-color:#FD9827;
}
.slide-item .button:after {
  background-color:#d67f22;
}
.col .slider-wrap .videoThumb {
  /*border:solid 4px white;*/
  max-width: 100%;
  border:0;
}
.slide-item .videoThumb:before {
  font-size: 60px;
}

/*slide box*/
.slide-item.slide-box {
  height:auto;
  background-color:#FD9827;
}
.slide-item.slide-box-simple {
  background-color:transparent;
  width:100%;
}
.slide-item.slide-box-simple img {
  border:0;
}
.slide-box h1 + p,
.slide-box h2 + p,
.slide-box h3 + p {
  margin-top:5px;
}
.slider-wrap[data-type="item_slider"] .owl-stage-outer {
  box-sizing: border-box;
  padding:20px 0;
}
.slider-wrap[data-type="item_slider"] .dot-nav {
  bottom:4px;
}
.slide-box:hover {
  /*-webkit-animation: jiggle 5s infinite;*/
  /*-moz-animation: jiggle 5s infinite;*/
  animation: jiggle .5s 1 linear;
}
.slide-box img {
  display:block;
  box-sizing: border-box;
  border:solid 4px #FD9827;
}
.slide-box .sliderText {
  box-sizing: border-box;
  padding:20px;
}
.slide-box .sliderText,
.slide-box .sliderText p {
  color:white
}
.slide-box .sliderText h1,
.slide-box .sliderText h2,
.slide-box .sliderText h3 {
  font-family:'futura-bold';
  text-transform: uppercase;
  font-weight: 700;
}

/*slide content*/
.slide-item.slide-content {
  height:auto;
  width:100%;
}
.owl-carousel .owl-item .slide-content img {
  width:100px;
  display:block;
  margin:0 auto;
  margin-bottom:30px;
}
.slide-item.slide-content h1 {
  color:#00ADEE;
  font-family:'futura-bold';
  text-transform: uppercase;
  font-weight: 700;
}
.slider-wrap[data-type="content_slider"] .owl-stage-outer {
  box-sizing: border-box;
  padding:20px 0;
}
.slider-wrap[data-type="content_slider"] .dot-nav {
  bottom:0;
}

/*--- TEAM ---*/
.grid-contain {
  float:left;
  margin-top:20px;
  width:calc(100% + 50px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-item {
  box-sizing: border-box;
  width:33.333333%;
  float:left;
  padding: 0 50px 50px 0;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.grid-item .innerGrid {
  width:100%;
  min-height:20px;
  text-align:center;
}
.grid-item img {
  width:100%;
  max-width: 100%;
  display:block;
}
.grid-item .image.circle {
  border:solid 10px #e3e3e3;
}
.grid-item .text {
  position:relative;
  margin-top:5px;
  font-size:12px;
}
.grid-item .text p {
  line-height:1.4;
}

.image-inline .inline-row {
  float:left;
  position:relative;
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
}

.image-inline .img-wrap {
  box-sizing: border-box;
  /*background-color:rgba(255,255,255,0.2);*/
  /* padding:15px; */
  /*border-radius: 99px;*/
}
.image-inline img  {
  display:block;
  float:left;
  height:70px;
  width:auto;
}
.image-inline .title {
  flex:1;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float:left;
  position:relative;
}
.image-inline .title h1 {
  font-size:20px;
}
.image-inline .caption {
  padding-top:10px;
  width:100%;
  display:block;
  clear:both;
  font-size: 16px;
  color:#444444;
}


.image-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-header[data-height="full"]{
  height:calc(90vh - 60px);
}
.image-header[data-height="half"]{
  height:615px;
  margin-top:0px;
}
.image-header[data-height="half"] .float  {
  margin-top:60px;
}
.image-header .float {
  box-sizing: border-box;
  color: white;
  padding: 20px;
  width: 60%;
  background-color: rgba(0,174,239,0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.image-header .suburb {
  display:inline;
}
.image-header .float-inner {
  padding: 20px 40px;
  text-align: center;
}
.image-header .text {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  font-weight: 500;
}
.image-header .text-small {
  font-size:26px;
  line-height:1.2;
  margin-top:10px;
  color:rgba(255,255,255,0.75);
}
.image-header .button {
  display:inline-block;
  float:none;
  margin-top:15px;
  background-color:#FD9827;
}
.image-header .button:after {
  background-color:#d67f22;
}




.socials {
  width:100%;
  text-align: center;
  font-size: 0;
  margin-top:10px;
}
.socials a {
  font-weight: normal;
  margin-right:5px;
}
.social {
  cursor:pointer;
  position: relative;
  display:inline-block;
  width:30px;
  height:30px;
  background-color:#e3e3e3;
  font-size:16px;
  color:black;

  transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
}
.socials a:last-of-type {margin:0;}
.social:hover {
  background-color:black;
  color:#e3e3e3;
}
.social.__linkedin:before {content:'\f0e1';}
.social.__twitter:before {content:'\f099';}



/*--- MASONRY GRID ---*/
/*.grid-sizer, .shape {
  width:33.333333%;
}*/
.shape {
  position:relative;
  box-sizing: border-box;
  /*background-color:orange;*/
  /*border:solid 2px red;*/
  float:left;
  padding:10px;
}
.shape img {
  display:none;
  opacity:0;
  width:100%;
  max-width:100%;
  display:block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition:opacity .4s ease-in-out;
  -moz-transition:opacity .4s ease-in-out;
  -webkit-transition:opacity .4s ease-in-out;
}
.shape.loaded img {
  display:block;
  opacity:1;
}
.shape.loaded .facade {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:transparent;
}



/*--- FOOTER ---*/

.footer {
  position:relative;
  flex-shrink: 0;
  clear: both;
  box-sizing: border-box;
  float:left;
  width:100%;
  background-color: #231F20;
  color:white;
  font-size: 16px;
}
.footer-icons {
  font-size: 25px;
  margin-top: 10px;
}

.footer-graphic {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.footer-graphic .familty-owned {
  width: 130px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.footer-graphic .master-plumbers {
  width: 130px;
  height: auto;
  display: block;
}

.footer .wrap {
  overflow:auto;
  display:table;
}
.footer-main {
  width:100%;
  padding:40px 0;
  position:relative;
}
.f-col {
  box-sizing: border-box;
  width:20%;
  position:relative;
  display:table-cell;
  vertical-align: top;
}
.footer-main .f-col:last-of-type{
  width:40%;
  vertical-align: middle;
}
.f-col h1 {
  font-size: 25px;
  font-family:'futura-bold';
  text-transform: uppercase;
  font-weight: 700;
  color: #00ADEE;
}
.f-col .f-nav {
  padding-top:20px;
}
.f-col ul {
  box-sizing: border-box;
  list-style-type: none;
  margin:0;
  padding:0;
  padding-right:20px;
}
.f-col li {
  margin:0;
  padding:0;
}
.f-col li:hover {
  color:#FD9827;
}
.f-col li.current_page_item {
  color:#FD9827;
}
.f-social {
  position:relative;
  width:30px;
  height:30px;
  border:solid 2px #00ADEE;
  color: #00ADEE;
  border-radius: 99px;
  float:left;
  margin-top:10px;
  margin-right:5px;
}
.f-social.__facebook:before {content:'\f09a';}
.f-social.__instagram:before {content:'\f16d';}
.footer-bottom {
  font-size:14px;
  font-weight:500;
  text-align: center;
  width:100%;
  height:40px;
  background-color:#00ADEE;
}

/*--- other ---*/
iframe {
  display:block;
  width:100%;
  height:100%;
}

.icc:before, .icl:before {
  font-family: 'FontAwesome';
  content:"";
  display:block;
  font-size: inherit;
  color:inherit;
}
.icc:before {
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%) rotate(0deg);
  -ms-transform: translate(-50%,-50%) rotate(0deg);
  -webkit-transform: translate(-50%,-50%) rotate(0deg);
}
.icl:before {
  position:absolute;
  top:50%;
  left:10px;
  transform: translate(0,-50%) rotate(0deg);
  -ms-transform: translate(0,-50%) rotate(0deg);
  -webkit-transform: translate(0,-50%) rotate(0deg);
}
._c {
  line-height: 1;
  position:relative;
  top:50%;
  transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.icon {
  position:relative;
  font-size:14px;
  padding:20px 10px 20px 35px;
  line-height: 1.2;
  border-bottom:solid 2px #ededed;
  background-color:white;
}
.icon.mini {
  border:0;
  padding:0 0 0 15px;
  background-color:transparent;
}
.icon.mini:before{
  font-size:14px;
  color:white;
  left:0;
}
.col .icon:last-of-type {
  border:0;
}
.icon:before {
  color:#139dd9;
  font-size:18px;
  font-family: 'FontAwesome';
  position: absolute;
  left:10px;
  top:50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#map {
  height:400px;
  width:100%;
}

/* --- HOME PAGE BANNER */
#homepageBanner {
  position:relative;
  width:100%;
  background-color:black;
  height:65vh;
  min-height:570px;
  background-image: url('img/banner/homepage.jpg');
  background-size: cover;
  background-position: center center;
}
#homepageBanner.toilets {background-image: url('img/banner/Blocked-Toilets-and-Drains-Emergency-Repair-Sydney-FastWay-Plumbing-Services.jpg');}
#homepageBanner.toilets2 {background-image: url('img/banner/FastWay-Plumbing-Blocked-Toilets-and-Drains-Emergency-Plumbers-Services-Sydney-1.jpg');}
#homepageBanner.emergency {background-image: url('img/banner/Emergency-Plumber-Repairs-FastWay-Plumbing-Services-Camden-Campbelltown-St-George.jpg');}
#homepageBanner.emergency2 {background-image: url('img/banner/FastWay-Plumbing-Emergency-Plumber-Services-Sydney-24-7-On-Call-Plumber.jpg');}
#homepageBanner.hotwater {background-image: url('img/banner/Hot-Water-Systems-Installation-Emergency-Repairs-FastWay-Plumbing-Services-Darling-Cremorne-Point.jpg');}
#homepageBanner.hotwater2 {background-image: url('img/banner/FastWay-Plumbing-Hot-Water-Systems-Maintenance-Installations-Sydney-24-7-On-Call-Plumber-2.jpg');}

#homepageBanner.emergency2 h1,
#homepageBanner.toilets2 h1,
#homepageBanner.hotwater2 h1 {
  color:white;
}
#homepageBanner .wash {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events: none;
  background-color:rgba(0,0,0,0.5);
}
#homepageBanner .wrap {
  padding-top:100px;
  display:table;
  position:initial;
}
#homepageBanner .banner-left,
#homepageBanner .banner-right {
  width:50%;
  display:table-cell;
  vertical-align: middle;
}
#homepageBanner img {
  width:100%;
  height:auto;
  display:block;
  margin:0 auto;
}

#homepageBanner h1 {
  font-size:30px;
  margin-bottom: 10px;
}

#homepageBanner h1 span {
  color:#FD9827;
}
#homepageBanner h2 span {
  color:#00ADEE;
}
#homepageBanner h2 {
  color:#FD9827;
  font-family:'futura-bold';
  text-transform: uppercase;
  font-weight: 700;
  font-size:22px;
  margin:0px 0 10px 0;
}


#homepageBanner .best-price {
  text-align: center;
  margin-bottom: 10px;
}

#homepageBanner .best-price > .first-line {
  display: block;
  font-size: 30px;
}

#homepageBanner .best-price > .second-line {
  display: inline;
  font-size: 16px;
}

#homepageBanner .best-price > .third-line {
  display: inline;
  font-size: 16px;
}

#homepageBanner h3 {
  color:#00ADEE;
  font-family: 'futura';
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
#homepageBanner ul {
  width:100%;
  display:block;
  float:left;
}
#homepageBanner ul,
#homepageBanner li {
  list-style-type:none;
  margin:0;
  padding:0;
}
#homepageBanner ul.__ticks li {
  float:left;
  font-family:'futura-bold';
  text-transform: uppercase;
  font-weight: 700;
  color:white;
  font-size:20px;
  margin-right:15px;
}
#homepageBanner ul.__ticks li:before {
  content:'';
  width:25px;
  height:25px;
  margin-right:5px;
  float:left;
  background-image: url('img/banner/FastWay-Tick-Icon.png');
  background-size:cover;
}
#homepageBanner ul.__icons {
  padding: 20px 0 10px 0;
}
#homepageBanner ul.__icons li {
  position:relative;
  box-sizing: border-box;
  width:50%;
  height:40px;
  float:left;
  padding:0 10px 0 50px;
  color:white;
  font-size:16px;
  margin-bottom:10px;
  line-height: 17px;
}
#homepageBanner ul.__icons li div {
  position:relative;
  top:50%;
  transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
#homepageBanner ul.__icons li:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:40px;
  height:40px;
  float:left;
  background-size:cover;
}
#homepageBanner ul.__icons li:nth-of-type(1)::before { background-image: url('img/banner/FastWay-Plumbing-Qualified-Insured-Plumbers.png'); }
#homepageBanner ul.__icons li:nth-of-type(2)::before { background-image: url('img/banner/FastWay-Plumbing-Risk-Free-Guarantee-Plumbers.png'); }
#homepageBanner ul.__icons li:nth-of-type(3)::before { background-image: url('img/banner/FastWay-Plumbing-Upfront-Pricing-Plumbers.png'); }
#homepageBanner ul.__icons li:nth-of-type(4)::before { background-image: url('img/banner/FastWay-Plumbing-State-of-the-Art-Service-Plumbers.png'); }
#homepageBanner ul.__icons li:nth-of-type(5)::before { background-image: url('img/banner/FastWay-Plumbing-24-7-Priority-Emergency-Service-Plumbers.png'); }
#homepageBanner ul.__icons li:nth-of-type(6)::before { background-image: url('img/banner/FastWay-Plumbing-Friendly-Approachable-Professionals-Plumbers.png'); }

#homepageBanner a {
  float:left;
}
#homepageBanner .button {
  margin-top:0;
  letter-spacing: -1px;
  font-size:16px;
}
.separate {
  float:left;
  box-sizing: border-box;
  display:inline-block;
  height:40px;
  font-family:'futura-bold';
  text-transform: uppercase;
  font-weight: 700;
  font-size:17px;
  padding: 14px 10px 0 10px;
  color:white;
}
#homepageBanner .emblem {
  width:100px;
  height:100px;
  position:absolute;
  top:120px;
  right:20px;
  background-image: url('img/banner/FastWay-Plumbing-Australian-Family-Owned-Company.png');
  background-size: cover;
}

#homepageBanner .badges-contain {
  position:absolute;
  left:80px;
  top:120px;
}
#homepageBanner .badge {
  width:150px;
  height:150px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  float:left;
  margin-right:20px;
}
#homepageBanner .badge.__star {background-image:url('img/banner/5-Star-Rating.png');}
#homepageBanner .badge.__customer {background-image:url('img/banner/Customer-Satisfaction.png'); width:110px;}

#homepageBanner .animate-content {
  position:relative;
  height:100%;
  opacity:0;
}
#homepageBanner .animate-content.loaded {
  opacity:1;
  animation: anim-in .5s linear;
  -webkit-animation: anim-in .5s linear;
}
#live-clock {display:inline}
@keyframes anim-in {
  0% {
    margin-top:-20px;
    opacity:0;
  }
  100% {
    margin-top:0;
    opacity:1;
  }
}
@-webkit-keyframes anim-in {
  0% {
    margin-top:-20px;
    opacity:0;
  }
  100% {
    margin-top:0;
    opacity:1;
  }
}


/* --- */



.special_offers {
  font-size:35px;
  font-family:'futura-bold';
  text-transform: uppercase;
  font-weight: 700;
  color:#00ADEE;
  color:white;
  text-align: center;
  animation: fade 3s linear 0s infinite;
  -webkit-animation: fade 3s linear 0s infinite;
}

@keyframes fade {
  0% {color:white;}
  50% {color:#FD9827;}
  100% {color:white;}
}

@-webkit-keyframes fade {
  0% {color:white;}
  50% {color:#FD9827;}
  100% {color:white;}
}

/*-- Animations --*/
.jiggle {
    -webkit-animation: jiggle 0.2s infinite;
    -moz-animation-duration: 0.2s;
    -moz-animation-name: jiggle;
    -moz-animation-iteration-count: infinite;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
}

@keyframes jiggle {
  0% {transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);}
  25% {transform:rotate(5deg);-ms-transform:rotate(5deg);-webkit-transform:rotate(5deg);}
  50% {transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);}
  75% {transform:rotate(-5deg);-ms-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);}
  100% {transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);}
}
@-webkit-keyframes jiggle {
  0% {transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);}
  25% {transform:rotate(5deg);-ms-transform:rotate(5deg);-webkit-transform:rotate(5deg);}
  50% {transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);}
  75% {transform:rotate(-5deg);-ms-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);}
  100% {transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);}
}
@-moz-keyframes jiggle {
  0% {transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);}
  25% {transform:rotate(5deg);-ms-transform:rotate(5deg);-webkit-transform:rotate(5deg);}
  50% {transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);}
  75% {transform:rotate(-5deg);-ms-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);}
  100% {transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);}
}


.form-embed .form-submit.form-submit {
    background-color: #139dd9;
    font-family: 'futura';
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px;
}


/*--*/