/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* COLORS */
/* FONTS */
body {
  background-color: #F4F4F4;
  padding: 15px;
  font-family: "PT Sans", sans-serif;
  -webkit-font-smoothing: antialiased; }

.clear-fix {
  display: block;
  clear: both;
  float: none; }

strong {
  font-weight: bold; }

.underline {
  text-decoration: underline; }

.button {
  display: block;
  padding: 18px 20px;
  color: white;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.3em; }

.blue {
  background-color: #006DAB; }

.green {
  background-color: #009245; }

.main-container {
  width: 100%;
  max-width: 999px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: solid 1px #b3b3b3;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24); }

header {
  padding-bottom: 120px;
  background-image: url("/images/header-background.jpg");
  background-repeat: no-repeat;
  background-position: center bottom; }
  header h1 {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }
    header h1 img {
      width: 95%;
      max-width: 636px; }

.telephone-large {
  font-size: 32px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px; }
  .telephone-large a {
    color: inherit;
    text-decoration: none; }

.red-banner {
  background-color: #E01017;
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 10px 10px;
  box-sizing: border-box; }

.powerflushing-facts {
  padding: 20px;
  box-sizing: border-box; }
  .powerflushing-facts .left {
    width: 55%;
    float: left; }
    .powerflushing-facts .left p {
      font-size: 16px;
      margin-bottom: 10px; }
    .powerflushing-facts .left li {
      padding-left: 30px;
      line-height: 1.4em;
      margin-bottom: 10px; }
  .powerflushing-facts .right {
    width: 40%;
    float: right; }
    .powerflushing-facts .right img {
      width: 100%;
      max-width: 333px; }

.green-banner {
  background-color: #009245;
  color: white;
  font-size: 40px;
  text-align: center;
  padding: 10px 10px;
  box-sizing: border-box;
  line-height: 1.3em; }

.calculator {
  padding: 35px 30px;
  box-sizing: border-box;
  border-bottom: solid 2px #006DAB; }
  .calculator .left {
    float: left;
    width: 40%; }
    .calculator .left img {
      max-width: 100%;
      margin-bottom: 10px; }
    .calculator .left p {
      margin-top: 10px;
      font-size: 12px; }
  .calculator .right {
    float: right;
    box-sizing: border-box;
    padding-left: 20px;
    width: 60%; }
    .calculator .right h5 {
      font-size: 24px;
      margin-bottom: 10px; }
    .calculator .right p {
      font-size: 14px;
      margin-bottom: 20px; }
    .calculator .right .form {
      box-sizing: border-box;
      padding-left: 20px; }
      .calculator .right .form .item {
        margin-bottom: 18px; }
        .calculator .right .form .item label {
          float: left;
          font-size: 16px;
          width: 180px;
          line-height: 2.3em; }
        .calculator .right .form .item input[type="text"] {
          width: 40px;
          padding: 8px 10px;
          float: left;
          border: solid 1px #979797;
          font-family: "PT Sans", sans-serif;
          -webkit-font-smoothing: antialiased;
          font-size: 16px;
          text-align: center; }
    .calculator .right .total {
      margin-top: 15px; }
      .calculator .right .total p {
        float: left;
        font-size: 20px;
        width: 180px;
        margin-bottom: 0px; }
      .calculator .right .total .cost {
        float: left;
        font-size: 20px; }
    .calculator .right .grand-total {
      margin-top: 25px; }
      .calculator .right .grand-total p {
        font-size: 24px; }
      .calculator .right .grand-total .cost {
        font-weight: bold;
        font-size: 24px; }
    .calculator .right .total-saving {
      font-size: 20px;
      color: #E01017;
      margin-top: 20px;
      line-height: 1.3em; }

.reviews {
  padding: 35px 30px;
  box-sizing: border-box;
  border-bottom: solid 2px #006DAB; }
  .reviews .flexslider {
    margin-bottom: 30px; }
    .reviews .flexslider .slides iframe {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 5px; }
    .reviews .flexslider .slides img {
      width: auto;
      margin-left: auto;
      margin-right: auto;
      margin-top: 5px; }
  .reviews .quote .slides li {
    font-size: 1.3em;
    line-height: 1.4;
    font-weight: 100;
    text-align: center;
    width: 100%; }
    .reviews .quote .slides li i {
      display: block;
      font-size: 0.8em;
      margin-top: 5px; }
  .reviews .quote .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #b4b4b4;
    /* Change colour of iphone nav dots */
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px; }
  .reviews .quote .flex-control-paging li a:hover {
    background: #999999;
    /* Change colour of iphone nav dots on hover */ }
  .reviews .quote .flex-control-paging li a.flex-active {
    background: #353535;
    /* Change colour of iphone nav dots when active */
    cursor: default; }
  .reviews .external-reviews {
    padding-top: 30px; }
    .reviews .external-reviews .button {
      padding: 10px 20px; }
    .reviews .external-reviews .left {
      float: left;
      width: 50%;
      padding-right: 10px;
      box-sizing: border-box; }
      .reviews .external-reviews .left .button {
        float: right; }
    .reviews .external-reviews .right {
      float: right;
      width: 50%;
      padding-left: 10px;
      box-sizing: border-box; }
      .reviews .external-reviews .right .button {
        float: left; }

.greenstar {
  padding: 35px 10px;
  box-sizing: border-box;
  border-bottom: solid 2px #006DAB; }
  .greenstar h6 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px; }
  .greenstar .button {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px; }
  .greenstar .telephone {
    text-align: center;
    font-size: 32px; }
    .greenstar .telephone a {
      text-decoration: none;
      color: inherit; }

.certifications {
  padding: 35px 10px;
  box-sizing: border-box;
  border-bottom: solid 2px #006DAB; }
  .certifications .certification {
    box-sizing: border-box;
    width: 20%;
    float: left;
    padding: 5px;
    text-align: center; }
    .certifications .certification img {
      max-width: 110px; }

.chemicals {
  padding: 35px 10px;
  box-sizing: border-box;
  border-bottom: solid 2px #006DAB; }
  .chemicals .fernox {
    float: left;
    width: 45%;
    padding-top: 10px; }
    .chemicals .fernox img {
      float: right;
      max-width: 95%; }
  .chemicals .kamco {
    float: right;
    width: 45%; }
    .chemicals .kamco img {
      text-align: left;
      flex: left;
      max-width: 95%; }

footer {
  padding: 20px 20px;
  box-sizing: border-box; }
  footer .left {
    float: left; }
    footer .left p {
      margin-top: 10px;
      margin-bottom: 10px; }
  footer .right {
    float: right; }

@media screen and (max-width: 600px) {
  .powerflushing-facts .left, .powerflushing-facts .right {
    width: 95%;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .powerflushing-facts .right img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 20px; }

  .certifications .certification img {
    width: 80%; }

  footer .left, footer .right {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none; }
  footer .right {
    margin-top: 20px; }

  .calculator .left, .calculator .right {
    float: none;
    clear: both;
    width: 100%;
    padding: 0px; }
  .calculator .left {
    margin-top: 20px;
    text-align: center; } }
@media screen and (max-width: 400px) {
  .calculator {
    text-align: center; }
    .calculator .right .form {
      padding: 0px;
      text-align: center; }
      .calculator .right .form .item label {
        float: none; }
      .calculator .right .form .item input[type="text"] {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .calculator .right .form .total p {
        float: none;
        width: inherit; }
      .calculator .right .form .total .cost {
        float: none; } }
