@charset "UTF-8";
/* CSS Document */
/* line 4, ../sass/styles.scss */
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, font, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
/* line 2, ../sass/neat/grid/_box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 7, ../sass/neat/grid/_box-sizing.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, ../sass/partials/_normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/partials/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/partials/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/partials/_normalize.scss */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/partials/_normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/partials/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/partials/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 169, ../sass/partials/_normalize.scss */
sup {
  top: -0.5em; }

/* line 173, ../sass/partials/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/partials/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/partials/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/partials/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/partials/_normalize.scss */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/partials/_normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../sass/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/partials/_normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/partials/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../sass/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/partials/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../sass/partials/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 424, ../sass/partials/_normalize.scss */
td,
th {
  padding: 0; }

/* line 3, ../sass/partials/_common.scss */
.hide {
  position: absolute;
  visibility: hidden; }

/* line 8, ../sass/partials/_common.scss */
input, textarea {
  -webkit-appearance: none;
  border-radius: 0 !important; }

/* line 13, ../sass/partials/_common.scss */
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  /* line 15, ../sass/bourbon/addons/_clearfix.scss */
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

/* line 18, ../sass/partials/_common.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }

/* line 23, ../sass/partials/_common.scss */
a {
  text-decoration: none; }

/* line 28, ../sass/partials/_common.scss */
nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  /* line 32, ../sass/partials/_common.scss */
  nav ul li {
    display: inline; }

/* line 39, ../sass/partials/_common.scss */
.column ol, .column ul, .col1 ol, .col1 ul, .entry-content ol, .entry-content ul {
  margin-bottom: 20px;
  color: #4d4d4d; }
  /* line 42, ../sass/partials/_common.scss */
  .column ol li, .column ul li, .col1 ol li, .col1 ul li, .entry-content ol li, .entry-content ul li {
    padding-left: 15px;
    margin-left: 25px;
    margin-bottom: 7px; }
  /* line 47, ../sass/partials/_common.scss */
  .column ol a, .column ul a, .col1 ol a, .col1 ul a, .entry-content ol a, .entry-content ul a {
    color: #19b5fe; }

/* line 55, ../sass/partials/_common.scss */
h1, h2, h3, h4, h5 {
  font-family: 'Nexa Bold', sans-serif;
  color: #34495e;
  margin-top: 0;
  font-weight: normal; }

/* line 62, ../sass/partials/_common.scss */
#page h1, #page h2, #page h3, #page h4, #page h5 {
  margin-bottom: 1.5em;
  line-height: 1.1em;
  color: #6C7A80; }

/* line 70, ../sass/partials/_common.scss */
p, td {
  color: #4d4d4d; }

/* line 74, ../sass/partials/_common.scss */
strong, b {
  font-family: 'Open Sans Bold', sans-serif; }

/* line 78, ../sass/partials/_common.scss */
#page p {
  margin-bottom: 1.5em;
  line-height: 1.5em; }
  /* line 81, ../sass/partials/_common.scss */
  #page p a {
    color: #19b5fe; }

/* line 15, ../sass/bourbon/addons/_clearfix.scss */
.flexslider .slides:after {
  content: "";
  display: table;
  clear: both; }

/* line 95, ../sass/partials/_common.scss */
ol.flex-control-paging li {
  list-style: none;
  display: inline-block;
  margin: 0 3px; }
  /* line 99, ../sass/partials/_common.scss */
  ol.flex-control-paging li a {
    background: #6c7a89;
    text-indent: -9999em;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer; }
    /* line 107, ../sass/partials/_common.scss */
    ol.flex-control-paging li a.flex-active {
      background: #FFF; }

/* line 114, ../sass/partials/_common.scss */
.carousel {
  position: relative; }
  /* line 116, ../sass/partials/_common.scss */
  .carousel .flex-viewport {
    height: 360px; }
    @media screen and (max-width: 640px) {
      /* line 116, ../sass/partials/_common.scss */
      .carousel .flex-viewport {
        height: 160px; } }
    /* line 122, ../sass/partials/_common.scss */
    .carousel .flex-viewport ul li {
      padding-right: 10px; }
      /* line 124, ../sass/partials/_common.scss */
      .carousel .flex-viewport ul li img {
        width: 100%;
        height: auto; }

/* line 133, ../sass/partials/_common.scss */
.flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -30px; }
  /* line 138, ../sass/partials/_common.scss */
  .flex-direction-nav li {
    list-style: none;
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    position: absolute;
    background: #FFF;
    padding-right: 0 !important; }
    @media screen and (max-width: 640px) {
      /* line 138, ../sass/partials/_common.scss */
      .flex-direction-nav li {
        display: none; } }
    /* line 150, ../sass/partials/_common.scss */
    .flex-direction-nav li a {
      color: #FFF;
      display: block;
      height: 100%;
      width: 100%; }
      /* line 155, ../sass/partials/_common.scss */
      .flex-direction-nav li a:after {
        content: "";
        font-family: 'icomoon';
        color: #000;
        position: absolute;
        display: inline-block;
        height: 100%;
        width: 100%;
        text-align: center;
        top: 0;
        left: 0;
        padding: 22px 0; }

/* line 174, ../sass/partials/_common.scss */
.flex-nav-prev .flex-prev:after {
  content: ""; }

/* line 180, ../sass/partials/_common.scss */
.flex-nav-next {
  position: absolute;
  right: 0; }
  /* line 184, ../sass/partials/_common.scss */
  .flex-nav-next .flex-next:after {
    content: ""; }

/* line 192, ../sass/partials/_common.scss */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8); }

/* line 204, ../sass/partials/_common.scss */
.lightbox img {
  max-width: 90%;
  max-height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

/* line 213, ../sass/partials/_common.scss */
.lightbox:target {
  outline: none;
  display: block; }

/* line 220, ../sass/partials/_common.scss */
.clickable {
  cursor: pointer; }

/* line 225, ../sass/partials/_common.scss */
input, textarea, select {
  width: 100%;
  border: none;
  max-width: 100%;
  padding: 14px 24px;
  display: block;
  font-family: 'Open Sans Bold', sans-serif; }

/* line 235, ../sass/partials/_common.scss */
.button {
  background: #19b5fe;
  border: none;
  color: #FFF;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 25px; }

/* line 249, ../sass/partials/_common.scss */
.tick-list li {
  background: #34495e;
  list-style: none;
  padding: 30px 32px;
  color: #A8B7BF;
  font-family: 'Nexa Bold', sans-serif;
  font-size: 22px;
  margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    /* line 249, ../sass/partials/_common.scss */
    .tick-list li {
      font-size: 18px; } }
  /* line 260, ../sass/partials/_common.scss */
  .tick-list li:before {
    content: "";
    font-family: 'icomoon';
    color: #FFF;
    font-size: 16px;
    margin-right: 20px;
    height: 50px;
    display: inline-block;
    float: left; }

@font-face {
  font-family: 'Nexa Light';
  src: url("../fonts/Nexa-Light-webfont.eot");
  src: url("../fonts/Nexa-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Light-webfont.woff2") format("woff2"), url("../fonts/Nexa-Light-webfont.woff") format("woff"), url("../fonts/Nexa-Light-webfont.ttf") format("truetype"), url("../fonts/Nexa-Light-webfont.svg#nexa_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nexa Bold';
  src: url("../fonts/Nexa-Bold-webfont.eot");
  src: url("../fonts/Nexa-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Bold-webfont.woff2") format("woff2"), url("../fonts/Nexa-Bold-webfont.woff") format("woff"), url("../fonts/Nexa-Bold-webfont.ttf") format("truetype"), url("../fonts/Nexa-Bold-webfont.svg#nexa_boldregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans.eot");
  src: url("../fonts/opensans.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans.woff2") format("woff2"), url("../fonts/opensans.woff") format("woff"), url("../fonts/opensans.ttf") format("truetype"), url("../fonts/opensans.svg#nexa_boldregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans Bold';
  src: url("../fonts/opensans-bold.eot");
  src: url("../fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.ttf") format("truetype"), url("../fonts/opensans-bold.svg#nexa_boldregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-7ckfk2");
  src: url("../fonts/icomoon.eot?#iefix-7ckfk2") format("embedded-opentype"), url("../fonts/icomoon.woff?-7ckfk2") format("woff"), url("../fonts/icomoon.ttf?-7ckfk2") format("truetype"), url("../fonts/icomoon.svg?-7ckfk2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 1, ../sass/partials/_header.scss */
header#banner {
  background: url("../img/header-bg.svg") no-repeat;
  background-size: 100% 160px; }
  @media screen and (max-width: 1024px) {
    /* line 1, ../sass/partials/_header.scss */
    header#banner {
      background-size: 100% 158px; } }
  @media screen and (max-width: 640px) {
    /* line 1, ../sass/partials/_header.scss */
    header#banner {
      background-size: 100% 211px; } }
  /* line 10, ../sass/partials/_header.scss */
  header#banner .right {
    position: relative;
    text-align: right;
    padding-top: 30px; }
  /* line 15, ../sass/partials/_header.scss */
  header#banner > .wrap {
    padding-top: 20px;
    padding-bottom: 30px; }
  /* line 19, ../sass/partials/_header.scss */
  header#banner a.phone {
    color: #FFF;
    font-family: 'Nexa Bold', san-serif;
    font-size: 30px; }
    @media screen and (max-width: 1024px) {
      /* line 19, ../sass/partials/_header.scss */
      header#banner a.phone {
        display: inline-block;
        margin-top: 27px;
        font-size: 26px; } }
    @media screen and (max-width: 640px) {
      /* line 19, ../sass/partials/_header.scss */
      header#banner a.phone {
        margin-top: 40px;
        position: absolute;
        width: 200px;
        right: 0;
        top: 40px; } }
    @media screen and (max-width: 480px) {
      /* line 19, ../sass/partials/_header.scss */
      header#banner a.phone {
        display: none; } }
    /* line 38, ../sass/partials/_header.scss */
    header#banner a.phone span {
      font-family: 'Nexa Light', san-serif;
      color: #6c7a89; }
  /* line 43, ../sass/partials/_header.scss */
  header#banner .button {
    float: right;
    margin-left: 25px;
    margin-top: 5px; }
    @media screen and (max-width: 1024px) {
      /* line 43, ../sass/partials/_header.scss */
      header#banner .button {
        margin-top: 18px; } }
    @media screen and (max-width: 640px) {
      /* line 43, ../sass/partials/_header.scss */
      header#banner .button {
        position: absolute;
        top: 0;
        right: 60px;
        margin-top: 0; } }
    @media screen and (max-width: 480px) {
      /* line 43, ../sass/partials/_header.scss */
      header#banner .button {
        display: none; } }

/* line 62, ../sass/partials/_header.scss */
#logo {
  width: 174px;
  height: 108px;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 2; }

/* line 74, ../sass/partials/_header.scss */
#burger {
  height: 50px;
  width: 50px;
  background: #34495e;
  float: right;
  margin-top: 48px;
  margin-left: 10px;
  padding-top: 12px;
  font-family: 'icomoon';
  font-size: 28px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
  position: relative; }
  @media screen and (max-width: 1024px) {
    /* line 74, ../sass/partials/_header.scss */
    #burger {
      display: inline-block; } }
  @media screen and (max-width: 640px) {
    /* line 74, ../sass/partials/_header.scss */
    #burger {
      margin-top: 0px !important; } }
  /* line 94, ../sass/partials/_header.scss */
  #burger a {
    padding: 11px 13px;
    color: #FFF; }

/* line 100, ../sass/partials/_header.scss */
#top-nav {
  margin-bottom: 2px; }
  @media screen and (max-width: 1024px) {
    /* line 100, ../sass/partials/_header.scss */
    #top-nav {
      position: absolute;
      top: 0;
      right: 0; } }
  @media screen and (max-width: 640px) {
    /* line 100, ../sass/partials/_header.scss */
    #top-nav {
      display: none;
      position: relative;
      width: 100%;
      width: 100vw;
      clear: both;
      margin-left: -20px;
      top: 32px; }
      /* line 114, ../sass/partials/_header.scss */
      #top-nav.active {
        display: block; } }
  /* line 120, ../sass/partials/_header.scss */
  #top-nav ul li {
    margin: 0 5px; }
    @media screen and (max-width: 1024px) {
      /* line 120, ../sass/partials/_header.scss */
      #top-nav ul li {
        margin: 0 8px; } }
    @media screen and (max-width: 640px) {
      /* line 120, ../sass/partials/_header.scss */
      #top-nav ul li {
        width: 100%;
        display: block;
        margin: 0 !important;
        text-align: center;
        background: #FFF;
        border-top: solid 4px #34495e; } }
    /* line 133, ../sass/partials/_header.scss */
    #top-nav ul li:last-child {
      margin-right: 0 !important; }
    /* line 136, ../sass/partials/_header.scss */
    #top-nav ul li a {
      color: #FFF;
      text-transform: uppercase;
      font-size: 12px;
      font-family: 'Nexa Light', san-serif; }
      @media screen and (max-width: 1024px) {
        /* line 136, ../sass/partials/_header.scss */
        #top-nav ul li a {
          font-size: 13px; } }
      @media screen and (max-width: 640px) {
        /* line 136, ../sass/partials/_header.scss */
        #top-nav ul li a {
          font-family: 'Nexa Bold', san-serif;
          color: #6c7a89;
          text-transform: uppercase;
          font-size: 14px;
          padding: 18px 0;
          width: 100%;
          display: block; } }

/* line 158, ../sass/partials/_header.scss */
#main-nav {
  background: #FFF;
  height: 80px; }
  @media screen and (max-width: 1024px) {
    /* line 158, ../sass/partials/_header.scss */
    #main-nav {
      width: 100%;
      height: auto;
      display: none; }
      /* line 165, ../sass/partials/_header.scss */
      #main-nav.active {
        z-index: 99;
        display: block; } }
  /* line 171, ../sass/partials/_header.scss */
  #main-nav ul li {
    text-align: center;
    float: left;
    border-top: solid 16px;
    background: #FFF; }
    /* line 176, ../sass/partials/_header.scss */
    #main-nav ul li:hover {
      background: #EFEFEF; }
    @media screen and (max-width: 1024px) {
      /* line 171, ../sass/partials/_header.scss */
      #main-nav ul li {
        display: block;
        border-top: solid 8px;
        width: 100% !important;
        float: none; } }
    @media screen and (max-width: 640px) {
      /* line 171, ../sass/partials/_header.scss */
      #main-nav ul li {
        border-top: solid 4px; } }
    /* line 188, ../sass/partials/_header.scss */
    #main-nav ul li.menu-windows-doors {
      width: 16.7%;
      border-color: #19b5fe; }
    /* line 192, ../sass/partials/_header.scss */
    #main-nav ul li.menu-splashbacks {
      width: 13.1%;
      border-color: #f2ec27; }
    /* line 196, ../sass/partials/_header.scss */
    #main-nav ul li.menu-commercial {
      width: 12.7%;
      border-color: #bf55ec; }
    /* line 200, ../sass/partials/_header.scss */
    #main-nav ul li.menu-mirrors-wardrobes {
      width: 18.9%;
      border-color: #f62459; }
    /* line 204, ../sass/partials/_header.scss */
    #main-nav ul li.menu-bathroom-glass {
      width: 15.2%;
      border-color: #f89406; }
    /* line 208, ../sass/partials/_header.scss */
    #main-nav ul li.menu-pool-fencing-balustrades {
      width: 23.4%;
      border-color: #2ecc71; }
    /* line 212, ../sass/partials/_header.scss */
    #main-nav ul li a {
      font-family: 'Nexa Bold', san-serif;
      color: #6c7a89;
      text-transform: uppercase;
      font-size: 14px;
      padding: 23px 0;
      display: block; }
      @media screen and (max-width: 640px) {
        /* line 212, ../sass/partials/_header.scss */
        #main-nav ul li a {
          padding: 18px 0;
          font-size: 13px; } }

/* line 229, ../sass/partials/_header.scss */
.page-header {
  background: #34495e;
  text-align: center;
  padding: 40px 0; }
  /* line 233, ../sass/partials/_header.scss */
  .page-header h1 {
    font-family: 'Nexa Light', sans-serif;
    font-size: 55px;
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      /* line 233, ../sass/partials/_header.scss */
      .page-header h1 {
        font-size: 32px; } }

/* line 1, ../sass/partials/_footer.scss */
#contact-banner {
  background: #2ecc71;
  padding: 80px 0; }
  /* line 15, ../sass/bourbon/addons/_clearfix.scss */
  #contact-banner:after {
    content: "";
    display: table;
    clear: both; }
  /* line 5, ../sass/partials/_footer.scss */
  #contact-banner .col {
    width: 780px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%; }
  /* line 11, ../sass/partials/_footer.scss */
  #contact-banner form {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    /* line 85, ../sass/neat/grid/_span-columns.scss */
    #contact-banner form:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      /* line 11, ../sass/partials/_footer.scss */
      #contact-banner form {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 20px; }
        /* line 85, ../sass/neat/grid/_span-columns.scss */
        #contact-banner form:last-child {
          margin-right: 0; } }
    /* line 17, ../sass/partials/_footer.scss */
    #contact-banner form li {
      list-style: none; }
    /* line 20, ../sass/partials/_footer.scss */
    #contact-banner form textarea {
      margin-bottom: 10px;
      background: #c0f0d4;
      height: 121px;
      color: #2ecc71;
      float: left; }
      /* line 26, ../sass/partials/_footer.scss */
      #contact-banner form textarea::-webkit-input-placeholder {
        color: rgba(46, 204, 113, 0.5); }
    /* line 30, ../sass/partials/_footer.scss */
    #contact-banner form input {
      margin-bottom: 10px;
      color: #2ecc71;
      background: #c0f0d4; }
      /* line 35, ../sass/partials/_footer.scss */
      #contact-banner form input[type="text"]::-webkit-input-placeholder {
        color: rgba(46, 204, 113, 0.5); }
      /* line 39, ../sass/partials/_footer.scss */
      #contact-banner form input[type="submit"] {
        background: #34495e;
        color: #FFF; }
    /* line 44, ../sass/partials/_footer.scss */
    #contact-banner form select {
      color: #2ecc71;
      background: #c0f0d4;
      border-radius: 0px;
      height: 50px;
      -moz-appearance: none;
      -webkit-appearance: none;
      -webkit-border-radius: 0px;
      cursor: pointer; }
    /* line 54, ../sass/partials/_footer.scss */
    #contact-banner form #field_1_1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      /* line 85, ../sass/neat/grid/_span-columns.scss */
      #contact-banner form #field_1_1:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        /* line 54, ../sass/partials/_footer.scss */
        #contact-banner form #field_1_1 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          /* line 85, ../sass/neat/grid/_span-columns.scss */
          #contact-banner form #field_1_1:last-child {
            margin-right: 0; } }
    /* line 60, ../sass/partials/_footer.scss */
    #contact-banner form #field_1_2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      margin-right: 0; }
      /* line 85, ../sass/neat/grid/_span-columns.scss */
      #contact-banner form #field_1_2:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        /* line 60, ../sass/partials/_footer.scss */
        #contact-banner form #field_1_2 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          /* line 85, ../sass/neat/grid/_span-columns.scss */
          #contact-banner form #field_1_2:last-child {
            margin-right: 0; } }
    /* line 67, ../sass/partials/_footer.scss */
    #contact-banner form #field_1_4 {
      position: relative;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      /* line 70, ../sass/partials/_footer.scss */
      #contact-banner form #field_1_4 .ginput_container:after {
        content: '\e600';
        font-family: 'icomoon';
        position: absolute;
        top: 20px;
        right: 15px;
        color: #2ecc71;
        font-size: 8px; }
      /* line 85, ../sass/neat/grid/_span-columns.scss */
      #contact-banner form #field_1_4:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        /* line 67, ../sass/partials/_footer.scss */
        #contact-banner form #field_1_4 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          /* line 85, ../sass/neat/grid/_span-columns.scss */
          #contact-banner form #field_1_4:last-child {
            margin-right: 0; } }
    /* line 86, ../sass/partials/_footer.scss */
    #contact-banner form #field_1_7 {
      visibility: hidden;
      position: absolute; }
    /* line 90, ../sass/partials/_footer.scss */
    #contact-banner form .gform_footer {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      float: right !important; }
      /* line 85, ../sass/neat/grid/_span-columns.scss */
      #contact-banner form .gform_footer:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        /* line 90, ../sass/partials/_footer.scss */
        #contact-banner form .gform_footer {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-top: 10px; }
          /* line 85, ../sass/neat/grid/_span-columns.scss */
          #contact-banner form .gform_footer:last-child {
            margin-right: 0; } }
    /* line 98, ../sass/partials/_footer.scss */
    #contact-banner form .gfield_label {
      display: none; }
  /* line 103, ../sass/partials/_footer.scss */
  #contact-banner #gform_confirmation_message {
    color: #FFF;
    margin-bottom: 40px;
    text-align: center; }
  /* line 109, ../sass/partials/_footer.scss */
  #contact-banner .validation_error, #contact-banner .validation_message {
    color: #FFF;
    font-size: 12px;
    margin-bottom: 20px; }
  /* line 115, ../sass/partials/_footer.scss */
  #contact-banner .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding-left: 10px;
    text-align: right; }
    /* line 85, ../sass/neat/grid/_span-columns.scss */
    #contact-banner .right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      /* line 115, ../sass/partials/_footer.scss */
      #contact-banner .right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center;
        padding-left: 0px; }
        /* line 85, ../sass/neat/grid/_span-columns.scss */
        #contact-banner .right:last-child {
          margin-right: 0; }
        /* line 123, ../sass/partials/_footer.scss */
        #contact-banner .right img {
          margin-left: -20px; } }
    /* line 127, ../sass/partials/_footer.scss */
    #contact-banner .right .call-us {
      padding-left: 20px;
      text-align: left;
      border-left: solid #8ae2af 2px; }
      @media screen and (max-width: 1024px) {
        /* line 127, ../sass/partials/_footer.scss */
        #contact-banner .right .call-us {
          text-align: center;
          border-left: none;
          margin-top: 20px;
          padding-left: 0px; } }
      /* line 137, ../sass/partials/_footer.scss */
      #contact-banner .right .call-us p {
        color: #FFF;
        margin-bottom: 5px; }
      /* line 141, ../sass/partials/_footer.scss */
      #contact-banner .right .call-us a.phone {
        color: #FFF;
        font-family: 'Nexa Bold', san-serif;
        font-size: 30px; }
        /* line 145, ../sass/partials/_footer.scss */
        #contact-banner .right .call-us a.phone span {
          font-family: 'Nexa Light', san-serif; }
  /* line 151, ../sass/partials/_footer.scss */
  #contact-banner h3 {
    color: #FFF;
    font-size: 25px;
    position: relative;
    margin-bottom: 20px; }
    /* line 156, ../sass/partials/_footer.scss */
    #contact-banner h3:after {
      content: "";
      font-family: 'icomoon';
      color: #8ae2af;
      font-weight: 300;
      margin-left: 10px;
      font-size: 34px;
      display: inline-block;
      position: absolute;
      top: -20px; }

/* line 170, ../sass/partials/_footer.scss */
footer#copyright {
  padding: 50px 0; }
  /* line 172, ../sass/partials/_footer.scss */
  footer#copyright .copyright {
    float: left;
    width: 40%; }
    @media screen and (max-width: 640px) {
      /* line 172, ../sass/partials/_footer.scss */
      footer#copyright .copyright {
        width: 100%;
        text-align: center; } }
    /* line 179, ../sass/partials/_footer.scss */
    footer#copyright .copyright span {
      color: #6c7a89;
      font-family: 'Open Sans Bold'; }
  /* line 184, ../sass/partials/_footer.scss */
  footer#copyright .social {
    float: left;
    text-align: center;
    width: 20%;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      /* line 184, ../sass/partials/_footer.scss */
      footer#copyright .social {
        width: 100%;
        text-align: center;
        margin: 20px 0; } }
    /* line 194, ../sass/partials/_footer.scss */
    footer#copyright .social .icon {
      margin: 0 5px;
      font-family: 'icomoon';
      color: #6c7a89;
      font-size: 14px; }
  /* line 201, ../sass/partials/_footer.scss */
  footer#copyright nav {
    float: right;
    width: 40%;
    text-align: right; }
    @media screen and (max-width: 640px) {
      /* line 201, ../sass/partials/_footer.scss */
      footer#copyright nav {
        width: 100%;
        text-align: center; } }
    /* line 211, ../sass/partials/_footer.scss */
    footer#copyright nav ul li:after {
      content: ' |'; }
    /* line 215, ../sass/partials/_footer.scss */
    footer#copyright nav ul li:last-child:after {
      content: ''; }
    /* line 219, ../sass/partials/_footer.scss */
    footer#copyright nav ul li a {
      color: #6c7a89;
      font-family: 'Open Sans Bold'; }

/* line 1, ../sass/partials/_layout.scss */
#page {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0; }
  /* line 15, ../sass/bourbon/addons/_clearfix.scss */
  #page:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1024px) {
    /* line 1, ../sass/partials/_layout.scss */
    #page {
      padding: 80px 20px; } }
  /* line 7, ../sass/partials/_layout.scss */
  #page .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%; }
    /* line 85, ../sass/neat/grid/_span-columns.scss */
    #page .column:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      /* line 7, ../sass/partials/_layout.scss */
      #page .column {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        /* line 85, ../sass/neat/grid/_span-columns.scss */
        #page .column:last-child {
          margin-right: 0; } }
  /* line 15, ../sass/partials/_layout.scss */
  #page .col1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    /* line 85, ../sass/neat/grid/_span-columns.scss */
    #page .col1:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      /* line 15, ../sass/partials/_layout.scss */
      #page .col1 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        /* line 85, ../sass/neat/grid/_span-columns.scss */
        #page .col1:last-child {
          margin-right: 0; } }
  /* line 21, ../sass/partials/_layout.scss */
  #page aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    /* line 85, ../sass/neat/grid/_span-columns.scss */
    #page aside:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      /* line 21, ../sass/partials/_layout.scss */
      #page aside {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        /* line 85, ../sass/neat/grid/_span-columns.scss */
        #page aside:last-child {
          margin-right: 0; } }

/* line 30, ../sass/partials/_layout.scss */
body.tech .column {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important; }
/* line 35, ../sass/partials/_layout.scss */
body.tech #page {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px; }
  /* line 39, ../sass/partials/_layout.scss */
  body.tech #page ul {
    margin-bottom: 0; }
    /* line 41, ../sass/partials/_layout.scss */
    body.tech #page ul li {
      height: auto;
      display: block;
      text-align: center;
      display: block;
      padding: 40px 20px;
      margin: 0; }
      /* line 15, ../sass/bourbon/addons/_clearfix.scss */
      body.tech #page ul li:after {
        content: "";
        display: table;
        clear: both; }
      /* line 49, ../sass/partials/_layout.scss */
      body.tech #page ul li .col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 25.58941%; }
        /* line 85, ../sass/neat/grid/_span-columns.scss */
        body.tech #page ul li .col:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1024px) {
          /* line 49, ../sass/partials/_layout.scss */
          body.tech #page ul li .col {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 65.88078%;
            margin-left: 17.05961%; }
            /* line 85, ../sass/neat/grid/_span-columns.scss */
            body.tech #page ul li .col:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 640px) {
          /* line 49, ../sass/partials/_layout.scss */
          body.tech #page ul li .col {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            margin-left: 0%; }
            /* line 85, ../sass/neat/grid/_span-columns.scss */
            body.tech #page ul li .col:last-child {
              margin-right: 0; } }
        /* line 60, ../sass/partials/_layout.scss */
        body.tech #page ul li .col header {
          height: 100px;
          display: table-cell;
          vertical-align: middle; }
      /* line 66, ../sass/partials/_layout.scss */
      body.tech #page ul li a {
        color: #34495e;
        font-size: 1.5em;
        font-family: 'Nexa Bold', sans-serif; }
      /* line 71, ../sass/partials/_layout.scss */
      body.tech #page ul li:nth-child(even) {
        background: #EFEFEF; }

/* line 15, ../sass/bourbon/addons/_clearfix.scss */
#grid:after {
  content: "";
  display: table;
  clear: both; }
/* line 4, ../sass/partials/_homepage.scss */
#grid ul li {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 1024px) {
    /* line 4, ../sass/partials/_homepage.scss */
    #grid ul li {
      width: 33.33% !important;
      height: 350px !important; } }
  @media screen and (max-width: 640px) {
    /* line 4, ../sass/partials/_homepage.scss */
    #grid ul li {
      width: 50% !important;
      height: 200px !important; } }
  @media screen and (max-width: 480px) {
    /* line 4, ../sass/partials/_homepage.scss */
    #grid ul li {
      width: 100% !important;
      height: 150px !important; } }
  /* line 22, ../sass/partials/_homepage.scss */
  #grid ul li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.62;
    transition: opacity 0.4s ease-out; }
  /* line 31, ../sass/partials/_homepage.scss */
  #grid ul li:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: width 0.3s ease-out; }
  /* line 42, ../sass/partials/_homepage.scss */
  #grid ul li.windows {
    width: 25%;
    height: 700px;
    float: left; }
    /* line 46, ../sass/partials/_homepage.scss */
    #grid ul li.windows:before {
      background: #19b5fe; }
    /* line 49, ../sass/partials/_homepage.scss */
    #grid ul li.windows:after {
      background: #19b5fe; }
    /* line 53, ../sass/partials/_homepage.scss */
    #grid ul li.windows:hover:before {
      opacity: 0; }
    /* line 56, ../sass/partials/_homepage.scss */
    #grid ul li.windows:hover:after {
      width: calc(100% - 40px); }
  /* line 61, ../sass/partials/_homepage.scss */
  #grid ul li.splashbacks {
    width: 25%;
    height: 350px;
    float: left; }
    /* line 65, ../sass/partials/_homepage.scss */
    #grid ul li.splashbacks:before {
      background: #f2ec27; }
    /* line 68, ../sass/partials/_homepage.scss */
    #grid ul li.splashbacks:after {
      background: #f2ec27; }
    /* line 72, ../sass/partials/_homepage.scss */
    #grid ul li.splashbacks:hover:before {
      opacity: 0; }
    /* line 75, ../sass/partials/_homepage.scss */
    #grid ul li.splashbacks:hover:after {
      width: calc(100% - 40px); }
  /* line 80, ../sass/partials/_homepage.scss */
  #grid ul li.commercial {
    width: 50%;
    height: 350px;
    float: left; }
    /* line 84, ../sass/partials/_homepage.scss */
    #grid ul li.commercial:before {
      background: #bf55ec; }
    /* line 87, ../sass/partials/_homepage.scss */
    #grid ul li.commercial:after {
      background: #bf55ec; }
    /* line 91, ../sass/partials/_homepage.scss */
    #grid ul li.commercial:hover:before {
      opacity: 0; }
    /* line 94, ../sass/partials/_homepage.scss */
    #grid ul li.commercial:hover:after {
      width: calc(100% - 40px); }
  /* line 99, ../sass/partials/_homepage.scss */
  #grid ul li.mirrors {
    width: 25%;
    height: 350px;
    float: left; }
    /* line 103, ../sass/partials/_homepage.scss */
    #grid ul li.mirrors:before {
      background: #f62459; }
    /* line 106, ../sass/partials/_homepage.scss */
    #grid ul li.mirrors:after {
      background: #f62459; }
    /* line 110, ../sass/partials/_homepage.scss */
    #grid ul li.mirrors:hover:before {
      opacity: 0; }
    /* line 113, ../sass/partials/_homepage.scss */
    #grid ul li.mirrors:hover:after {
      width: calc(100% - 40px); }
  /* line 118, ../sass/partials/_homepage.scss */
  #grid ul li.showers {
    width: 25%;
    height: 350px;
    float: left; }
    /* line 122, ../sass/partials/_homepage.scss */
    #grid ul li.showers:before {
      background: #f89406; }
    /* line 125, ../sass/partials/_homepage.scss */
    #grid ul li.showers:after {
      background: #f89406; }
    /* line 129, ../sass/partials/_homepage.scss */
    #grid ul li.showers:hover:before {
      opacity: 0; }
    /* line 132, ../sass/partials/_homepage.scss */
    #grid ul li.showers:hover:after {
      width: calc(100% - 40px); }
  /* line 137, ../sass/partials/_homepage.scss */
  #grid ul li.pool {
    width: 25%;
    height: 350px;
    float: left; }
    /* line 141, ../sass/partials/_homepage.scss */
    #grid ul li.pool:before {
      background: #2ecc71; }
    /* line 144, ../sass/partials/_homepage.scss */
    #grid ul li.pool:after {
      background: #2ecc71; }
    /* line 148, ../sass/partials/_homepage.scss */
    #grid ul li.pool:hover:before {
      opacity: 0; }
    /* line 151, ../sass/partials/_homepage.scss */
    #grid ul li.pool:hover:after {
      width: calc(100% - 40px); }
  /* line 156, ../sass/partials/_homepage.scss */
  #grid ul li a {
    display: block;
    padding: 40px;
    position: absolute;
    bottom: 0;
    font-family: 'Nexa Light', san-serif;
    text-transform: uppercase;
    font-size: 25px;
    color: #FFF;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      /* line 156, ../sass/partials/_homepage.scss */
      #grid ul li a {
        font-size: 20px; } }

/* line 174, ../sass/partials/_homepage.scss */
#feature-text {
  text-align: center;
  padding: 60px 0; }
  /* line 15, ../sass/bourbon/addons/_clearfix.scss */
  #feature-text:after {
    content: "";
    display: table;
    clear: both; }
  /* line 178, ../sass/partials/_homepage.scss */
  #feature-text .col {
    width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%; }

/* line 186, ../sass/partials/_homepage.scss */
#quality-banner {
  background: #dfdfdf;
  text-align: center; }
  /* line 189, ../sass/partials/_homepage.scss */
  #quality-banner h2 {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #19b5fe;
    font-family: 'Open Sans Bold', sans-serif;
    text-transform: uppercase;
    padding: 23px 30px;
    position: relative;
    display: inline-block;
    margin-left: 140px; }
    @media screen and (max-width: 640px) {
      /* line 189, ../sass/partials/_homepage.scss */
      #quality-banner h2 {
        margin-left: 0px; } }
    /* line 202, ../sass/partials/_homepage.scss */
    #quality-banner h2:before {
      content: '';
      display: inline-block;
      width: 123px;
      height: 152px;
      background: url("../img/badge.svg") no-repeat center;
      position: absolute;
      top: -30px;
      left: -140px;
      z-index: 2; }
      @media screen and (max-width: 640px) {
        /* line 202, ../sass/partials/_homepage.scss */
        #quality-banner h2:before {
          display: none; } }

/* line 219, ../sass/partials/_homepage.scss */
#testimonials {
  background: #34495e;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative; }
  /* line 15, ../sass/bourbon/addons/_clearfix.scss */
  #testimonials:after {
    content: "";
    display: table;
    clear: both; }
  /* line 227, ../sass/partials/_homepage.scss */
  #testimonials .col {
    width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%; }
  /* line 233, ../sass/partials/_homepage.scss */
  #testimonials blockquote {
    position: relative;
    z-index: 1; }
    /* line 236, ../sass/partials/_homepage.scss */
    #testimonials blockquote p {
      font-size: 23px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      color: #FFF; }
      @media screen and (max-width: 640px) {
        /* line 236, ../sass/partials/_homepage.scss */
        #testimonials blockquote p {
          font-size: 18px; } }
      /* line 244, ../sass/partials/_homepage.scss */
      #testimonials blockquote p:before {
        content: "";
        font-family: 'icomoon';
        font-size: 8px;
        color: #6c7a89;
        position: relative;
        margin-right: 10px;
        top: -10px; }
      /* line 253, ../sass/partials/_homepage.scss */
      #testimonials blockquote p:after {
        content: " \e608";
        font-family: 'icomoon';
        font-size: 8px;
        color: #6c7a89;
        position: relative;
        top: -10px;
        right: -5px; }
    /* line 263, ../sass/partials/_homepage.scss */
    #testimonials blockquote span {
      color: #FFF;
      font-family: 'Open Sans Bold', sans-serif;
      font-size: 13px;
      display: inline-block;
      margin: 20px 0; }
  /* line 271, ../sass/partials/_homepage.scss */
  #testimonials:before {
    content: "";
    font-family: 'icomoon';
    font-size: 330px;
    color: #3b4f63;
    position: absolute;
    z-index: 0;
    top: -40px;
    right: 0; }
  /* line 281, ../sass/partials/_homepage.scss */
  #testimonials .paging {
    position: relative;
    z-index: 1; }

/* line 1, ../sass/partials/_service.scss */
#hero-image {
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 200px 20px; }
  @media screen and (max-width: 1024px) {
    /* line 1, ../sass/partials/_service.scss */
    #hero-image {
      padding: 100px 0; } }
  @media screen and (max-width: 640px) {
    /* line 1, ../sass/partials/_service.scss */
    #hero-image {
      padding: 80px 0; } }
  /* line 12, ../sass/partials/_service.scss */
  #hero-image h1 {
    font-family: 'Nexa Light', sans-serif;
    font-size: 55px;
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      /* line 12, ../sass/partials/_service.scss */
      #hero-image h1 {
        font-size: 32px; } }
  /* line 25, ../sass/partials/_service.scss */
  #hero-image h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size: 16px;
    position: relative;
    z-index: 2; }
    /* line 32, ../sass/partials/_service.scss */
    #hero-image h3 span {
      color: #A8B7BF; }
  /* line 36, ../sass/partials/_service.scss */
  #hero-image:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(25, 167, 240, 0.62);
    top: 0;
    left: 0;
    z-index: 1; }

/* line 51, ../sass/partials/_service.scss */
body.single-post #hero-image:after {
  display: none; }

/* line 61, ../sass/partials/_service.scss */
body.splashbacks #hero-image:after {
  background: rgba(228, 222, 39, 0.62); }
/* line 68, ../sass/partials/_service.scss */
body.commercial-fitouts #hero-image:after {
  background: rgba(177, 85, 222, 0.62); }
/* line 75, ../sass/partials/_service.scss */
body.mirrors-wardrobes #hero-image:after {
  background: rgba(232, 36, 89, 0.62); }
/* line 82, ../sass/partials/_service.scss */
body.showers #hero-image:after {
  background: rgba(234, 134, 6, 0.62); }
/* line 89, ../sass/partials/_service.scss */
body.pool-fencing-balastrades #hero-image:after {
  background: rgba(46, 190, 113, 0.62); }

/* line 96, ../sass/partials/_service.scss */
#page-tabs {
  background: #19b5fe; }
  /* line 98, ../sass/partials/_service.scss */
  #page-tabs ul {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    height: 160px; }
    /* line 15, ../sass/bourbon/addons/_clearfix.scss */
    #page-tabs ul:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1024px) {
      /* line 98, ../sass/partials/_service.scss */
      #page-tabs ul {
        height: 90px; } }
    @media screen and (max-width: 640px) {
      /* line 98, ../sass/partials/_service.scss */
      #page-tabs ul {
        height: auto; } }
    /* line 108, ../sass/partials/_service.scss */
    #page-tabs ul li {
      float: left;
      display: block;
      width: 34.11922%;
      list-style: none;
      padding: 30px 40px 40px 40px;
      height: 100%;
      position: relative; }
      /* line 77, ../sass/neat/grid/_span-columns.scss */
      #page-tabs ul li:last-child {
        width: 31.76157%; }
      @media screen and (max-width: 640px) {
        /* line 108, ../sass/partials/_service.scss */
        #page-tabs ul li {
          width: 100% !important; } }
      /* line 117, ../sass/partials/_service.scss */
      #page-tabs ul li:before {
        content: "";
        font-family: 'icomoon';
        color: #FFF;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 14px; }
      /* line 127, ../sass/partials/_service.scss */
      #page-tabs ul li h2 a {
        color: #FFF;
        font-size: 30px; }
        @media screen and (max-width: 1024px) {
          /* line 127, ../sass/partials/_service.scss */
          #page-tabs ul li h2 a {
            font-size: 24px; } }
        @media screen and (max-width: 1024px) {
          /* line 127, ../sass/partials/_service.scss */
          #page-tabs ul li h2 a {
            font-size: 18px; } }
      /* line 138, ../sass/partials/_service.scss */
      #page-tabs ul li h3 {
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
        font-weight: 300;
        font-size: 18px; }
        @media screen and (max-width: 1024px) {
          /* line 138, ../sass/partials/_service.scss */
          #page-tabs ul li h3 {
            display: none; } }
      /* line 148, ../sass/partials/_service.scss */
      #page-tabs ul li.active {
        background: #FFF !important; }
        /* line 151, ../sass/partials/_service.scss */
        #page-tabs ul li.active h2 a {
          color: #34495e; }
        /* line 155, ../sass/partials/_service.scss */
        #page-tabs ul li.active h3 {
          color: #6C7A80; }
        /* line 158, ../sass/partials/_service.scss */
        #page-tabs ul li.active:before {
          color: #19b5fe; }
      /* line 163, ../sass/partials/_service.scss */
      #page-tabs ul li:nth-child(2) {
        background: rgba(255, 255, 255, 0.2); }
      /* line 167, ../sass/partials/_service.scss */
      #page-tabs ul li:nth-child(3) {
        background: rgba(255, 255, 255, 0.1); }

/* line 1, ../sass/partials/_blog.scss */
article.post {
  display: block;
  padding: 40px 20px; }
  /* line 15, ../sass/bourbon/addons/_clearfix.scss */
  article.post:after {
    content: "";
    display: table;
    clear: both; }
  /* line 7, ../sass/partials/_blog.scss */
  article.post:hover .image-wrap img {
    border-radius: 50% 0 50% 50%; }
  /* line 10, ../sass/partials/_blog.scss */
  article.post:hover .image-wrap span {
    border-radius: 50% 0 50% 50%; }
  /* line 15, ../sass/partials/_blog.scss */
  article.post .col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%; }
    /* line 85, ../sass/neat/grid/_span-columns.scss */
    article.post .col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      /* line 15, ../sass/partials/_blog.scss */
      article.post .col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%; }
        /* line 85, ../sass/neat/grid/_span-columns.scss */
        article.post .col:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      /* line 15, ../sass/partials/_blog.scss */
      article.post .col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        /* line 85, ../sass/neat/grid/_span-columns.scss */
        article.post .col:last-child {
          margin-right: 0; } }
    /* line 26, ../sass/partials/_blog.scss */
    article.post .col header {
      height: 100px;
      display: table-cell;
      vertical-align: middle; }
  /* line 34, ../sass/partials/_blog.scss */
  article.post header h2 a {
    color: #34495e; }
  /* line 38, ../sass/partials/_blog.scss */
  article.post header time {
    text-transform: uppercase;
    font-size: 11px;
    color: #AAA; }
  /* line 44, ../sass/partials/_blog.scss */
  article.post .image-wrap {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 30px; }
    @media screen and (max-width: 640px) {
      /* line 44, ../sass/partials/_blog.scss */
      article.post .image-wrap {
        margin-bottom: 20px;
        float: none; } }
    /* line 53, ../sass/partials/_blog.scss */
    article.post .image-wrap img {
      border-radius: 50%;
      -webkit-transition: border-radius 0.1s ease-out;
      -moz-transition: border-radius 0.1s ease-out;
      transition: border-radius 0.1s ease-out; }

/* line 62, ../sass/partials/_blog.scss */
body.single-post article.post {
  padding: 80px 20px;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto; }
  /* line 15, ../sass/bourbon/addons/_clearfix.scss */
  body.single-post article.post:after {
    content: "";
    display: table;
    clear: both; }
  /* line 65, ../sass/partials/_blog.scss */
  body.single-post article.post header, body.single-post article.post .entry-content, body.single-post article.post footer {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%; }
    /* line 85, ../sass/neat/grid/_span-columns.scss */
    body.single-post article.post header:last-child, body.single-post article.post .entry-content:last-child, body.single-post article.post footer:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      /* line 65, ../sass/partials/_blog.scss */
      body.single-post article.post header, body.single-post article.post .entry-content, body.single-post article.post footer {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        /* line 85, ../sass/neat/grid/_span-columns.scss */
        body.single-post article.post header:last-child, body.single-post article.post .entry-content:last-child, body.single-post article.post footer:last-child {
          margin-right: 0; } }
    /* line 72, ../sass/partials/_blog.scss */
    body.single-post article.post header p, body.single-post article.post .entry-content p, body.single-post article.post footer p {
      margin-bottom: 20px; }
    /* line 75, ../sass/partials/_blog.scss */
    body.single-post article.post header h1, body.single-post article.post .entry-content h1, body.single-post article.post footer h1 {
      text-align: center;
      margin-bottom: 60px; }

/* line 85, ../sass/partials/_blog.scss */
body.blog article.post:nth-child(even), body.archive article.post:nth-child(even), body.tech article.post:nth-child(even) {
  background: #EFEFEF; }

/* line 92, ../sass/partials/_blog.scss */
.pager li {
  display: block;
  background: #6C7A80;
  text-align: center; }
  /* line 96, ../sass/partials/_blog.scss */
  .pager li a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Nexa Bold';
    display: block;
    padding: 26px 0;
    color: #FFF; }
/* line 105, ../sass/partials/_blog.scss */
.pager .next {
  width: 50%;
  float: left; }
  /* line 110, ../sass/partials/_blog.scss */
  .pager .next.disabled a {
    color: rgba(255, 255, 255, 0.5); }
/* line 115, ../sass/partials/_blog.scss */
.pager .previous {
  width: 50%;
  display: inline-block;
  background: rgba(108, 122, 128, 0.7);
  text-align: center; }
  /* line 120, ../sass/partials/_blog.scss */
  .pager .previous a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Nexa Bold';
    display: block;
    padding: 26px 0;
    color: #FFF; }
  /* line 129, ../sass/partials/_blog.scss */
  .pager .previous.disabled a {
    color: rgba(255, 255, 255, 0.5); }

/* line 136, ../sass/partials/_blog.scss */
span.placeholder {
  width: 100px;
  height: 100px;
  background: rgba(108, 122, 128, 0.25);
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: border-radius 0.1s ease-out;
  -moz-transition: border-radius 0.1s ease-out;
  transition: border-radius 0.1s ease-out; }

/* line 146, ../sass/partials/_blog.scss */
ul.entry-tags li {
  display: inline;
  list-style: none;
  color: #19b5fe; }
  /* line 150, ../sass/partials/_blog.scss */
  ul.entry-tags li:after {
    content: ', '; }
  /* line 153, ../sass/partials/_blog.scss */
  ul.entry-tags li:last-child:after {
    content: ''; }
  /* line 156, ../sass/partials/_blog.scss */
  ul.entry-tags li a {
    font-size: 13px;
    color: #19b5fe; }

/* line 1, ../sass/partials/_contact.scss */
#wpgmza_map {
  position: absolute !important; }
  @media screen and (max-width: 1024px) {
    /* line 1, ../sass/partials/_contact.scss */
    #wpgmza_map {
      position: relative !important; } }
  /* line 6, ../sass/partials/_contact.scss */
  #wpgmza_map:after {
    content: '';
    background: rgba(255, 255, 255, 0.6);
    height: 1200px;
    width: 50%;
    display: inline-block;
    position: absolute;
    left: -120px;
    top: -400px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg); }
    @media screen and (max-width: 1024px) {
      /* line 6, ../sass/partials/_contact.scss */
      #wpgmza_map:after {
        display: none; } }

/* line 23, ../sass/partials/_contact.scss */
body.page-id-124 #page {
  height: 400px;
  position: relative;
  z-index: 99;
  padding-top: 120px; }
  @media screen and (max-width: 1024px) {
    /* line 23, ../sass/partials/_contact.scss */
    body.page-id-124 #page {
      height: auto; }
      /* line 30, ../sass/partials/_contact.scss */
      body.page-id-124 #page h2 {
        margin-top: 60px; } }
  /* line 34, ../sass/partials/_contact.scss */
  body.page-id-124 #page h2, body.page-id-124 #page h3 {
    margin-bottom: 10px; }
  /* line 37, ../sass/partials/_contact.scss */
  body.page-id-124 #page td {
    padding-right: 20px; }

/* =WordPress Core
-------------------------------------------------------------- */
/* line 46, ../sass/styles.scss */
.alignnone {
  margin: 5px 20px 20px 0; }

/* line 52, ../sass/styles.scss */
.aligncenter div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

/* line 59, ../sass/styles.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

/* line 64, ../sass/styles.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

/* line 69, ../sass/styles.scss */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

/* line 76, ../sass/styles.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
/* line 81, ../sass/styles.scss */
a img.alignnone {
  margin: 5px 20px 20px 0; }
/* line 85, ../sass/styles.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
/* line 90, ../sass/styles.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 98, ../sass/styles.scss */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  /* line 106, ../sass/styles.scss */
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  /* line 110, ../sass/styles.scss */
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  /* line 114, ../sass/styles.scss */
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  /* line 118, ../sass/styles.scss */
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  /* line 127, ../sass/styles.scss */
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* = Browser Update Styles
-------------------------------------------------------------- */
/* line 138, ../sass/styles.scss */
#outdated {
  display: none; }

/* line 143, ../sass/styles.scss */
.ie8down #outdated {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  z-index: 1500;
  background-color: #21b8ce;
  color: #fff; }
  /* line 154, ../sass/styles.scss */
  .ie8down #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 20px; }
  /* line 159, ../sass/styles.scss */
  .ie8down #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  /* line 164, ../sass/styles.scss */
  .ie8down #outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 20px auto 0;
    width: 230px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    cursor: pointer; }
    /* line 174, ../sass/styles.scss */
    .ie8down #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #fff; }
  /* line 179, ../sass/styles.scss */
  .ie8down #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
  /* line 186, ../sass/styles.scss */
  .ie8down #outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 36px;
    line-height: 36px; }

/*# sourceMappingURL=styles.css.map */
