<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
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 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *: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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
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.
 */
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.
 */
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.
 */
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 &lt; 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
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`.
 */
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).
 */
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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.hide {
  position: absolute;
  visibility: hidden; }

input, textarea {
  -webkit-appearance: none;
  border-radius: 0 !important; }

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }

a {
  text-decoration: none; }

nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  nav ul li {
    display: inline; }

.column ol, .column ul, .col1 ol, .col1 ul, .entry-content ol, .entry-content ul {
  margin-bottom: 20px;
  color: #4d4d4d; }
  .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; }
  .column ol a, .column ul a, .col1 ol a, .col1 ul a, .entry-content ol a, .entry-content ul a {
    color: #19b5fe; }

h1, h2, h3, h4, h5 {
  font-family: 'Nexa Bold', sans-serif;
  color: #34495e;
  margin-top: 0;
  font-weight: normal; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #34495e; }

#page h1, #page h2, #page h3, #page h4, #page h5 {
  margin-bottom: 1.5em;
  line-height: 1.1em;
  color: #6C7A80; }

p, td {
  color: #4d4d4d; }

strong, b {
  font-family: 'Open Sans Bold', sans-serif; }

#page p {
  margin-bottom: 1.5em;
  line-height: 1.5em; }
  #page p a {
    color: #19b5fe; }

.flexslider .slides:after {
  content: "";
  display: table;
  clear: both; }

ol.flex-control-paging li {
  list-style: none;
  display: inline-block;
  margin: 0 3px; }
  ol.flex-control-paging li a {
    background: #6c7a89;
    text-indent: -9999em;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer; }
    ol.flex-control-paging li a.flex-active {
      background: #FFF; }

.carousel {
  position: relative; }
  .carousel .flex-viewport {
    height: 360px; }
    @media screen and (max-width: 640px) {
      .carousel .flex-viewport {
        height: 160px; } }
    .carousel .flex-viewport ul li {
      padding-right: 10px; }
      .carousel .flex-viewport ul li img {
        width: 100%;
        height: auto; }

.flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -30px; }
  .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) {
      .flex-direction-nav li {
        display: none; } }
    .flex-direction-nav li a {
      color: #FFF;
      display: block;
      height: 100%;
      width: 100%; }
      .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; }

.flex-nav-prev .flex-prev:after {
  content: ""; }

.flex-nav-next {
  position: absolute;
  right: 0; }
  .flex-nav-next .flex-next:after {
    content: ""; }

.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); }

.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%); }

.lightbox:target {
  outline: none;
  display: block; }

.clickable {
  cursor: pointer; }

input, textarea, select {
  width: 100%;
  border: none;
  max-width: 100%;
  padding: 14px 24px;
  display: block;
  font-family: 'Open Sans Bold', sans-serif; }

.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; }

.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) {
    .tick-list li {
      font-size: 18px; } }
  .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; }

header#banner {
  background: url("../img/header-bg.svg") no-repeat;
  background-size: 100% 160px; }
  @media screen and (max-width: 1024px) {
    header#banner {
      background-size: 100% 158px; } }
  @media screen and (max-width: 640px) {
    header#banner {
      background-size: 100% 211px; } }
  header#banner .right {
    position: relative;
    text-align: right;
    padding-top: 30px; }
  header#banner &gt; .wrap {
    padding-top: 20px;
    padding-bottom: 30px; }
  header#banner a.phone {
    color: #FFF;
    font-family: 'Nexa Bold', san-serif;
    font-size: 30px; }
    @media screen and (max-width: 1024px) {
      header#banner a.phone {
        display: inline-block;
        margin-top: 27px;
        font-size: 26px; } }
    @media screen and (max-width: 640px) {
      header#banner a.phone {
        margin-top: 40px;
        position: absolute;
        width: 200px;
        right: 0;
        top: 40px; } }
    @media screen and (max-width: 480px) {
      header#banner a.phone {
        display: none; } }
    header#banner a.phone span {
      font-family: 'Nexa Light', san-serif;
      color: #6c7a89; }
  header#banner .button {
    float: right;
    margin-left: 25px;
    margin-top: 5px; }
    @media screen and (max-width: 1024px) {
      header#banner .button {
        margin-top: 18px; } }
    @media screen and (max-width: 640px) {
      header#banner .button {
        position: absolute;
        top: 0;
        right: 60px;
        margin-top: 0; } }
    @media screen and (max-width: 480px) {
      header#banner .button {
        display: none; } }

#logo {
  width: 174px;
  height: 108px;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 2; }

#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) {
    #burger {
      display: inline-block; } }
  @media screen and (max-width: 640px) {
    #burger {
      margin-top: 0px !important; } }
  #burger a {
    padding: 11px 13px;
    color: #FFF; }

#top-nav {
  margin-bottom: 2px; }
  @media screen and (max-width: 1024px) {
    #top-nav {
      position: absolute;
      top: 0;
      right: 0; } }
  @media screen and (max-width: 640px) {
    #top-nav {
      display: none;
      position: relative;
      width: 100%;
      width: 100vw;
      clear: both;
      margin-left: -20px;
      top: 32px; } }
  #top-nav ul li {
    margin: 0 5px; }
    @media screen and (max-width: 1024px) {
      #top-nav ul li {
        margin: 0 8px; } }
    @media screen and (max-width: 640px) {
      #top-nav ul li {
        width: 100%;
        display: block;
        margin: 0 !important;
        text-align: center;
        background: #FFF;
        border-top: solid 4px #34495e; } }
    #top-nav ul li:last-child {
      margin-right: 0 !important; }
    #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) {
        #top-nav ul li a {
          font-size: 13px; } }
      @media screen and (max-width: 640px) {
        #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; } }

#main-nav {
  background: #FFF;
  height: 82px; }
  @media screen and (max-width: 1024px) {
    #main-nav {
      width: 100%;
      height: auto;
      display: none; }
      #main-nav.active {
        z-index: 99;
        display: block; } }
  #main-nav &gt; ul &gt; li {
    text-align: center;
    float: left;
    border-top: solid 16px;
    background: #FFF;
    position: relative; }
    #main-nav &gt; ul &gt; li:hover {
      background: #EFEFEF; }
    @media screen and (max-width: 1024px) {
      #main-nav &gt; ul &gt; li {
        display: block;
        border-top: solid 8px;
        width: 100% !important;
        float: none;
        text-align: left; } }
    @media screen and (max-width: 640px) {
      #main-nav &gt; ul &gt; li {
        border-top: solid 4px; } }
    #main-nav &gt; ul &gt; li:nth-child(1) {
      border-color: #19b5fe;
      width: 18%; }
    #main-nav &gt; ul &gt; li:nth-child(2) {
      border-color: #f2ec27;
      width: 18%; }
    #main-nav &gt; ul &gt; li:nth-child(3) {
      border-color: #bf55ec;
      width: 14%; }
    #main-nav &gt; ul &gt; li:nth-child(4) {
      border-color: #f62459;
      width: 14%; }
    #main-nav &gt; ul &gt; li:nth-child(5) {
      border-color: #f89406;
      width: 11%; }
    #main-nav &gt; ul &gt; li:nth-child(6) {
      border-color: #2ecc71;
      width: 11%; }
    #main-nav &gt; ul &gt; li:last-child {
      width: 14%; }
    #main-nav &gt; ul &gt; li a {
      font-family: 'Nexa Bold', san-serif;
      color: #6c7a89;
      text-transform: uppercase;
      font-size: 13px;
      padding: 23px 0;
      display: block; }
      @media screen and (max-width: 640px) {
        #main-nav &gt; ul &gt; li a {
          padding: 18px 20px;
          font-size: 13px; } }
    #main-nav &gt; ul &gt; li.dropdown {
      /* Display the dropdown */ }
      #main-nav &gt; ul &gt; li.dropdown ul.dropdown-menu {
        width: 100%;
        z-index: 9; }
        @media screen and (min-width: 1024px) {
          #main-nav &gt; ul &gt; li.dropdown ul.dropdown-menu {
            display: none;
            position: absolute; } }
        #main-nav &gt; ul &gt; li.dropdown ul.dropdown-menu li {
          width: 100%; }
          #main-nav &gt; ul &gt; li.dropdown ul.dropdown-menu li a {
            background: #FFF;
            display: block;
            width: 100%; }
            @media screen and (min-width: 1024px) {
              #main-nav &gt; ul &gt; li.dropdown ul.dropdown-menu li a:hover {
                background: #EFEFEF; } }
            @media screen and (max-width: 1024px) {
              #main-nav &gt; ul &gt; li.dropdown ul.dropdown-menu li a {
                background: #23313e;
                color: #fff;
                padding-left: 30px; } }
      #main-nav &gt; ul &gt; li.dropdown:hover &gt; ul {
        display: block; }
        #main-nav &gt; ul &gt; li.dropdown:hover &gt; ul li {
          float: none; }

.page-header {
  background: #34495e;
  text-align: center;
  padding: 40px 0; }
  .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) {
      .page-header h1 {
        font-size: 32px; } }

#contact-banner {
  background: #2ecc71;
  padding: 80px 0; }
  #contact-banner:after {
    content: "";
    display: table;
    clear: both; }
  #contact-banner .col {
    width: 780px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%; }
  #contact-banner form {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    #contact-banner form:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      #contact-banner form {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-bottom: 20px; }
        #contact-banner form:last-child {
          margin-right: 0; } }
    #contact-banner form li {
      list-style: none; }
    #contact-banner form textarea {
      margin-bottom: 10px;
      background: #c0f0d4;
      height: 121px;
      color: #2ecc71;
      float: left; }
      #contact-banner form textarea::-webkit-input-placeholder {
        color: rgba(46, 204, 113, 0.5); }
    #contact-banner form input {
      margin-bottom: 10px;
      color: #2ecc71;
      background: #c0f0d4; }
      #contact-banner form input[type="text"]::-webkit-input-placeholder {
        color: rgba(46, 204, 113, 0.5); }
      #contact-banner form input[type="submit"] {
        background: #34495e;
        color: #FFF; }
    #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; }
    #contact-banner form .name {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%; }
      #contact-banner form .name:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        #contact-banner form .name {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          #contact-banner form .name:last-child {
            margin-right: 0; } }
    #contact-banner form .email {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%;
      margin-right: 0; }
      #contact-banner form .email:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        #contact-banner form .email {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          #contact-banner form .email:last-child {
            margin-right: 0; } }
    #contact-banner form .type {
      position: relative;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      #contact-banner form .type .ginput_container:after {
        content: '\e600';
        font-family: 'icomoon';
        position: absolute;
        top: 20px;
        right: 15px;
        color: #2ecc71;
        font-size: 8px; }
      #contact-banner form .type:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        #contact-banner form .type {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          #contact-banner form .type:last-child {
            margin-right: 0; } }
    #contact-banner form .gform_validation_container {
      visibility: hidden;
      position: absolute; }
    #contact-banner form .gform_footer {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      float: right !important; }
      #contact-banner form .gform_footer:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        #contact-banner form .gform_footer {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-top: 10px; }
          #contact-banner form .gform_footer:last-child {
            margin-right: 0; } }
    #contact-banner form .gfield_label {
      display: none; }
  #contact-banner #gform_confirmation_message {
    color: #FFF;
    margin-bottom: 40px;
    text-align: center; }
  #contact-banner .validation_error, #contact-banner .validation_message {
    color: #FFF;
    font-size: 12px;
    margin-bottom: 20px; }
  #contact-banner .right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    padding-left: 10px;
    text-align: right; }
    #contact-banner .right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      #contact-banner .right {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        text-align: center;
        padding-left: 0px; }
        #contact-banner .right:last-child {
          margin-right: 0; }
        #contact-banner .right img {
          margin-left: -20px; } }
    #contact-banner .right .call-us {
      padding-left: 20px;
      text-align: left;
      border-left: solid #8ae2af 2px; }
      @media screen and (max-width: 1024px) {
        #contact-banner .right .call-us {
          text-align: center;
          border-left: none;
          margin-top: 20px;
          padding-left: 0px; } }
      #contact-banner .right .call-us p {
        color: #FFF;
        margin-bottom: 5px; }
      #contact-banner .right .call-us a.phone {
        color: #FFF;
        font-family: 'Nexa Bold', san-serif;
        font-size: 30px; }
        #contact-banner .right .call-us a.phone span {
          font-family: 'Nexa Light', san-serif; }
  #contact-banner h3 {
    color: #FFF;
    font-size: 25px;
    position: relative;
    margin-bottom: 20px; }
    #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; }

footer#copyright {
  padding: 50px 0; }
  footer#copyright .copyright {
    float: left;
    width: 40%; }
    @media screen and (max-width: 640px) {
      footer#copyright .copyright {
        width: 100%;
        text-align: center; } }
    footer#copyright .copyright span {
      color: #6c7a89;
      font-family: 'Open Sans Bold'; }
  footer#copyright .social {
    float: left;
    text-align: center;
    width: 20%;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      footer#copyright .social {
        width: 100%;
        text-align: center;
        margin: 20px 0; } }
    footer#copyright .social .icon {
      margin: 0 5px;
      font-family: 'icomoon';
      color: #6c7a89;
      font-size: 14px; }
  footer#copyright nav {
    float: right;
    width: 40%;
    text-align: right; }
    @media screen and (max-width: 640px) {
      footer#copyright nav {
        width: 100%;
        text-align: center; } }
    footer#copyright nav ul li:after {
      content: ' |'; }
    footer#copyright nav ul li:last-child:after {
      content: ''; }
    footer#copyright nav ul li a {
      color: #6c7a89;
      font-family: 'Open Sans Bold'; }

#page {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0; }
  #page:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1024px) {
    #page {
      padding: 80px 20px; } }
  #page .column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%; }
    #page .column:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      #page .column {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-left: 0%; }
        #page .column:last-child {
          margin-right: 0; } }
  #page .col1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    #page .col1:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      #page .col1 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        #page .col1:last-child {
          margin-right: 0; } }
  #page aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    #page aside:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      #page aside {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        #page aside:last-child {
          margin-right: 0; } }

body.tech .column {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important; }

body.tech #page {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px; }
  body.tech #page ul {
    margin-bottom: 0; }
    body.tech #page ul li {
      height: auto;
      display: block;
      text-align: center;
      display: block;
      padding: 40px 20px;
      margin: 0; }
      body.tech #page ul li:after {
        content: "";
        display: table;
        clear: both; }
      body.tech #page ul li .col {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-left: 25.5894128995%; }
        body.tech #page ul li .col:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1024px) {
          body.tech #page ul li .col {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 65.8807828007%;
            margin-left: 17.0596085997%; }
            body.tech #page ul li .col:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 640px) {
          body.tech #page ul li .col {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%;
            margin-left: 0%; }
            body.tech #page ul li .col:last-child {
              margin-right: 0; } }
        body.tech #page ul li .col header {
          height: 100px;
          display: table-cell;
          vertical-align: middle; }
      body.tech #page ul li a {
        color: #34495e;
        font-size: 1.5em;
        font-family: 'Nexa Bold', sans-serif; }
      body.tech #page ul li:nth-child(even) {
        background: #EFEFEF; }

#grid:after {
  content: "";
  display: table;
  clear: both; }

#grid ul li {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px; }
  @media screen and (max-width: 1024px) {
    #grid ul li {
      width: 33.33% !important;
      height: 350px !important; } }
  @media screen and (max-width: 640px) {
    #grid ul li {
      width: 100% !important;
      height: 200px !important; } }
  @media screen and (max-width: 480px) {
    #grid ul li {
      width: 100% !important;
      height: 150px !important; } }
  #grid ul li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.62;
    transition: opacity 0.4s ease-out; }
  #grid ul li:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: width 0.3s ease-out; }
  #grid ul li.windows {
    width: 33%;
    float: left; }
    #grid ul li.windows:before {
      background: #19b5fe; }
    #grid ul li.windows:after {
      background: #19b5fe; }
    #grid ul li.windows:hover:before {
      opacity: 0; }
    #grid ul li.windows:hover:after {
      width: calc(100% - 40px); }
  #grid ul li.commercial {
    width: 34%;
    float: left; }
    #grid ul li.commercial:before {
      background: #bf55ec; }
    #grid ul li.commercial:after {
      background: #bf55ec; }
    #grid ul li.commercial:hover:before {
      opacity: 0; }
    #grid ul li.commercial:hover:after {
      width: calc(100% - 40px); }
  #grid ul li.mirrors {
    width: 33%;
    float: left; }
    #grid ul li.mirrors:before {
      background: #f62459; }
    #grid ul li.mirrors:after {
      background: #f62459; }
    #grid ul li.mirrors:hover:before {
      opacity: 0; }
    #grid ul li.mirrors:hover:after {
      width: calc(100% - 40px); }
  #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) {
      #grid ul li a {
        font-size: 20px; } }

#feature-text {
  text-align: center;
  padding: 60px 0; }
  #feature-text:after {
    content: "";
    display: table;
    clear: both; }
  #feature-text .col {
    width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%; }

#quality-banner {
  background: #dfdfdf;
  text-align: center; }
  #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) {
      #quality-banner h2 {
        margin-left: 0px; } }
    #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) {
        #quality-banner h2:before {
          display: none; } }

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

#hero-image {
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 200px 20px; }
  @media screen and (max-width: 1024px) {
    #hero-image {
      padding: 100px 0; } }
  @media screen and (max-width: 640px) {
    #hero-image {
      padding: 80px 0; } }
  #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;
    background: rgba(52, 73, 94, 0.5);
    display: inline-block;
    padding: 5px 15px; }
    @media screen and (max-width: 640px) {
      #hero-image h1 {
        font-size: 32px; } }
  #hero-image h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size: 16px;
    position: relative;
    z-index: 2; }
    #hero-image h3 span {
      color: #A8B7BF; }
  #hero-image:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }

body.single-post #hero-image:after {
  display: none; }

body.splashbacks #hero-image:after {
  background: rgba(228, 222, 39, 0.62); }

body.commercial-fitouts #hero-image:after {
  background: rgba(177, 85, 222, 0.62); }

body.mirrors-wardrobes #hero-image:after {
  background: rgba(232, 36, 89, 0.62); }

body.showers #hero-image:after {
  background: rgba(234, 134, 6, 0.62); }

body.pool-fencing-balastrades #hero-image:after {
  background: rgba(46, 190, 113, 0.62); }

#page-tabs {
  display: none;
  background: #19b5fe; }
  #page-tabs ul {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    height: 160px; }
    #page-tabs ul:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1024px) {
      #page-tabs ul {
        height: 90px; } }
    @media screen and (max-width: 640px) {
      #page-tabs ul {
        height: auto; } }
    #page-tabs ul li {
      float: left;
      display: block;
      width: 34.1192171993%;
      list-style: none;
      padding: 30px 40px 40px 40px;
      height: 100%;
      position: relative; }
      #page-tabs ul li:last-child {
        width: 31.7615656014%; }
      @media screen and (max-width: 640px) {
        #page-tabs ul li {
          width: 100% !important; } }
      #page-tabs ul li:before {
        content: "";
        font-family: 'icomoon';
        color: #FFF;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 14px; }
      #page-tabs ul li h2 a {
        color: #FFF;
        font-size: 30px; }
        @media screen and (max-width: 1024px) {
          #page-tabs ul li h2 a {
            font-size: 24px; } }
        @media screen and (max-width: 1024px) {
          #page-tabs ul li h2 a {
            font-size: 18px; } }
      #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) {
          #page-tabs ul li h3 {
            display: none; } }
      #page-tabs ul li.active {
        background: #FFF !important; }
        #page-tabs ul li.active h2 a {
          color: #34495e; }
        #page-tabs ul li.active h3 {
          color: #6C7A80; }
        #page-tabs ul li.active:before {
          color: #19b5fe; }
      #page-tabs ul li:nth-child(2) {
        background: rgba(255, 255, 255, 0.2); }
      #page-tabs ul li:nth-child(3) {
        background: rgba(255, 255, 255, 0.1); }

ul.thumbnails.gallery {
  display: none; }

article.post {
  display: block;
  padding: 40px 20px; }
  article.post:after {
    content: "";
    display: table;
    clear: both; }
  article.post:hover .image-wrap img {
    border-radius: 50% 0 50% 50%; }
  article.post:hover .image-wrap span {
    border-radius: 50% 0 50% 50%; }
  article.post .col {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-left: 25.5894128995%; }
    article.post .col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      article.post .col {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        margin-left: 17.0596085997%; }
        article.post .col:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      article.post .col {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-left: 0%; }
        article.post .col:last-child {
          margin-right: 0; } }
    article.post .col header {
      height: 100px;
      display: table-cell;
      vertical-align: middle; }
  article.post header h2 a {
    color: #34495e; }
  article.post header time {
    text-transform: uppercase;
    font-size: 11px;
    color: #AAA; }
  article.post .image-wrap {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 30px; }
    @media screen and (max-width: 640px) {
      article.post .image-wrap {
        margin-bottom: 20px;
        float: none; } }
    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; }

body.single-post article.post {
  padding: 80px 20px;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto; }
  body.single-post article.post:after {
    content: "";
    display: table;
    clear: both; }
  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.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%; }
    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) {
      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.3576515979%;
        width: 100%;
        margin-left: 0%; }
        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; } }
    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; }
    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; }

body.blog article.post:nth-child(even), body.archive article.post:nth-child(even), body.tech article.post:nth-child(even) {
  background: #EFEFEF; }

.pager li {
  display: block;
  background: #6C7A80;
  text-align: center; }
  .pager li a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Nexa Bold';
    display: block;
    padding: 26px 0;
    color: #FFF; }

.pager .next {
  width: 50%;
  float: left; }
  .pager .next.disabled a {
    color: rgba(255, 255, 255, 0.5); }

.pager .previous {
  width: 50%;
  display: inline-block;
  background: rgba(108, 122, 128, 0.7);
  text-align: center; }
  .pager .previous a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Nexa Bold';
    display: block;
    padding: 26px 0;
    color: #FFF; }
  .pager .previous.disabled a {
    color: rgba(255, 255, 255, 0.5); }

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; }

ul.entry-tags li {
  display: inline;
  list-style: none;
  color: #19b5fe; }
  ul.entry-tags li:after {
    content: ', '; }
  ul.entry-tags li:last-child:after {
    content: ''; }
  ul.entry-tags li a {
    font-size: 13px;
    color: #19b5fe; }

#wpgmza_map {
  position: absolute !important; }
  @media screen and (max-width: 1024px) {
    #wpgmza_map {
      position: relative !important; } }
  #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) {
      #wpgmza_map:after {
        display: none; } }

body.page-id-124 #page {
  height: 400px;
  position: relative;
  z-index: 99;
  padding-top: 120px; }
  @media screen and (max-width: 1024px) {
    body.page-id-124 #page {
      height: auto; }
      body.page-id-124 #page h2 {
        margin-top: 60px; } }
  body.page-id-124 #page h2, body.page-id-124 #page h3 {
    margin-bottom: 10px; }
  body.page-id-124 #page td {
    padding-right: 20px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.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; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* = Browser Update Styles
-------------------------------------------------------------- */
#outdated {
  display: none; }

.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; }
  .ie8down #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 20px; }
  .ie8down #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  .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; }
    .ie8down #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #fff; }
  .ie8down #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
  .ie8down #outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 36px;
    line-height: 36px; }
</pre></body></html>