@charset "UTF-8";
/* unicode: ✓ */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: Clarendon;
  src: url("../fonts/clarendon-bold.eot");
  src: url("../fonts/clarendon-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/clarendon-bold.woff") format("woff"), url("../fonts/clarendon-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Citadina;
  src: url("../fonts/citadina-regular.eot");
  src: url("../fonts/citadina-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/citadina-regular.woff") format("woff"), url("../fonts/citadina-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Citadina;
  src: url("../fonts/citadina-bold.eot");
  src: url("../fonts/citadina-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/citadina-bold.woff") format("woff"), url("../fonts/citadina-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Citadina;
  src: url("../fonts/citadina-medium.eot");
  src: url("../fonts/citadina-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/citadina-medium.woff") format("woff"), url("../fonts/citadina-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Citadina;
  src: url("../fonts/citadina-light.eot");
  src: url("../fonts/citadina-light.eot?#iefix") format("embedded-opentype"), url("../fonts/citadina-light.woff") format("woff"), url("../fonts/citadina-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../icons/icomoon.eot?d323te");
  src: url("../icons/icomoon.eot?d323te#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?d323te") format("truetype"), url("../icons/icomoon.woff?d323te") format("woff"), url("../icons/icomoon.svg?d323te#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  background: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #fff;
  font: 15px/1.4 Citadina, sans-serif;
  margin: auto;
  max-width: 1200px;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

h1,
h2 {
  font: 35px/1 Clarendon, Georgia, serif;
  margin: .8em 0 .4em;
}

h1 a,
h2 a {
  text-decoration: none;
}

h1 a:hover,
h2 a:hover {
  text-decoration: underline;
}

h4 {
  color: #eb1b24;
  margin-bottom: 0;
}

h4 + p {
  margin-top: 0;
}

ul {
  list-style: none;
  margin: 1em 0;
  padding: 0 0 0 .82em;
  position: relative;
}

ul > li:before {
  content: '>';
  left: 0;
  position: absolute;
}

input {
  font: inherit;
}

button {
  border-radius: 0;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body {
  padding-top: 286px;
}

@media (min-width: 1199px) and (max-height: 800px) {
  body {
    padding-top: 162px;
  }
}

body > header {
  background: #fff;
  max-width: 1200px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

body > header a {
  text-decoration: none;
}

body > header .header-menu {
  margin: 0;
  padding: 0;
  position: static;
  font-size: 13px;
  line-height: 1.15;
  padding: 17px 50px 15px 200px;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: .2s margin;
  -o-transition: .2s margin;
  transition: .2s margin;
}

body > header .header-menu > li:before {
  content: none;
  left: auto;
  position: static;
}

body > header .header-menu li {
  display: inline-block;
  padding: 0 2px;
}

body > header .header-menu li:before {
  content: '| ';
  margin-right: 2px;
}

body > header .header-menu li:first-child:before {
  content: none;
}

body > header .header-menu a:hover {
  text-decoration: underline;
}

body > header .header-menu .item--promotions a {
  color: red;
  font-weight: bold;
}

body > header .grey-bar {
  background: #afafaf;
  height: 122px;
  padding: 20px 0 19px;
  text-align: justify;
  -webkit-transition: .2s padding, .2s height;
  -o-transition: .2s padding, .2s height;
  transition: .2s padding, .2s height;
}

body > header .grey-bar:after {
  content: '';
  display: inline-block;
  width: 100%;
}

body > header .grey-bar a {
  display: inline-block;
  vertical-align: middle;
}

body > header .grey-bar img {
  vertical-align: middle;
}

body > header .grey-bar .fist-and-flag {
  margin: -60px 21px 0 28px;
  -webkit-transition: .2s margin, .2s width;
  -o-transition: .2s margin, .2s width;
  transition: .2s margin, .2s width;
  width: 151px;
}

body > header .grey-bar .wordmark {
  font: 62px Clarendon, Georgia, serif;
  letter-spacing: -.075em;
  -webkit-transition: .2s margin, .2s width;
  -o-transition: .2s margin, .2s width;
  transition: .2s margin, .2s width;
  width: 510px;
}

body > header .grey-bar .phone {
  display: inline-block;
  line-height: 1;
  margin-top: 8px;
  vertical-align: middle;
  position: absolute;
  top: 84px;
  right: 210px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

body > header .grey-bar .phone a {
  font-size: 32px;
  text-transform: uppercase;
  -webkit-transition: .2s font-size;
  -o-transition: .2s font-size;
  transition: .2s font-size;
}

body > header .grey-bar .phone label {
  display: none;
}

body > header .grey-bar .phone label:after {
  border: 5px solid transparent;
  border-bottom-width: 0;
  border-top-color: #000;
  content: '';
  pointer-events: none;
  position: absolute;
  right: 3px;
  bottom: 18px;
}

body > header .grey-bar .phone label span {
  display: none;
}

body > header .grey-bar .phone select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  direction: rtl;
  height: 2.8em;
  line-height: 1.2 !important;
  margin: 0;
  padding: .9em 1em .9em 0;
  text-align: right;
  -moz-text-align-last: right;
       text-align-last: right;
  vertical-align: -4px;
  width: 2.7em;
}

body > header .grey-bar .phone option {
  direction: ltr;
  text-align: right;
}

body > header .grey-bar .buttons {
  display: inline-block;
}

body > header .grey-bar .contact {
  background: #eb1b24;
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  height: 60px;
  line-height: 1.1;
  padding: 22px 22px 22px 44px;
  position: relative;
  -webkit-transition: .15s background, .15s color;
  -o-transition: .15s background, .15s color;
  transition: .15s background, .15s color;
  width: 180px;
  z-index: 70;
}

body > header .grey-bar .contact:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 24px;
  left: 19px;
  margin-right: 14px;
  position: absolute;
  top: 18px;
  vertical-align: -4px;
}

body > header .grey-bar .contact:hover {
  background: #000;
  color: #fff;
}

body > header .grey-bar .toggle-combined-menu {
  background: #000;
  color: #afafaf;
  cursor: pointer;
  border: none;
  font-size: 40px;
  height: 60px;
  margin-left: -60px;
  padding: 3px 1px 0 0;
  position: relative;
  -webkit-transition: .2s margin;
  -o-transition: .2s margin;
  transition: .2s margin;
  vertical-align: middle;
  width: 60px;
  z-index: 60;
}

body > header .grey-bar .toggle-combined-menu:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

body > header .grey-bar .toggle-combined-menu span {
  display: none;
}

body > header .grey-bar .combined-menu {
  background: #afafaf;
  display: none;
  font-size: 20px;
  padding: 2px 0 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: .2s box-shadow, .2s transform, .2s visibility;
  -o-transition: .2s box-shadow, .2s transform, .2s visibility;
  transition: .2s box-shadow, .2s transform, .2s visibility;
  visibility: hidden;
  width: 240px;
  z-index: 50;
}

body > header .grey-bar .combined-menu ul {
  margin: 0;
  padding: 0;
  position: static;
}

body > header .grey-bar .combined-menu ul > li:before {
  content: none;
  left: auto;
  position: static;
}

body > header .grey-bar .combined-menu li {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

body > header .grey-bar .combined-menu a {
  display: block;
  padding: 4px 20px 2px;
}

body > header .grey-bar .combined-menu a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

body > header .grey-bar .combined-menu .main-items {
  display: none;
}

body > header .grey-bar .combined-menu .header-items > a {
  display: none;
}

body > header .grey-bar .combined-menu .rednav-items {
  background: #eb1b24;
  border: none;
}

.combined-menu-active body > header .grey-bar .toggle-combined-menu {
  color: red;
  font-size: 36px;
}

.combined-menu-active body > header .grey-bar .toggle-combined-menu:before {
  content: "";
}

.combined-menu-active body > header .grey-bar .combined-menu {
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
}

body > header .search label {
  -webkit-box-shadow: inset 0 -20px 15px -10px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 -20px 15px -10px rgba(0, 0, 0, 0.05);
  display: block;
  font-size: 28px;
  padding: 19px 200px 17px;
  position: relative;
  -webkit-transition: .2s padding;
  -o-transition: .2s padding;
  transition: .2s padding;
}

body > header .search label:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #afafaf;
  font-size: 30px;
  left: 140px;
  position: absolute;
  top: 22px;
  -webkit-transition: .2s top;
  -o-transition: .2s top;
  transition: .2s top;
}

body > header .search span {
  display: none;
}

body > header .search input {
  background: none;
  border: 0;
  padding: 0;
  width: 100%;
}

body > header .search ::-webkit-input-placeholder {
  color: #afafaf;
  font: inherit;
}

body > header .search :-ms-input-placeholder {
  color: #afafaf;
  font: inherit;
}

body > header .search ::-moz-placeholder {
  color: #afafaf;
  font: inherit;
}

body > header .search ::-ms-input-placeholder {
  color: #afafaf;
  font: inherit;
}

body > header .search ::placeholder {
  color: #afafaf;
  font: inherit;
}

body > header .main-menu {
  margin: 0;
  padding: 0;
  position: static;
  position: relative;
}

body > header .main-menu > li:before {
  content: none;
  left: auto;
  position: static;
}

body > header .main-menu:before {
  background: #efefef;
  content: '';
  display: block;
  height: 50px;
  position: absolute;
  right: 100%;
  top: 40px;
  width: 5px;
  z-index: 100;
}

body > header .main-menu:after {
  clear: both;
  content: '';
  display: table;
}

body > header .main-menu > li {
  float: left;
  position: relative;
  width: 150px;
}

body > header .main-menu > li > a {
  background: #fff;
  display: block;
  font: bold 20px Clarendon, Georgia, serif;
  text-align: center;
  padding: 18px 0 0;
  position: relative;
  -webkit-transition: .15s background;
  -o-transition: .15s background;
  transition: .15s background;
  z-index: 10;
}

body > header .main-menu > li > a:after {
  border: solid rgba(255, 255, 255, 0);
  border-width: 0 0 40px 150px;
  border-left-color: #fff;
  content: '';
  display: block;
  -webkit-filter: drop-shadow(-2px 3px 2px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(-2px 3px 2px rgba(0, 0, 0, 0.08));
  position: absolute;
  top: 100%;
  -webkit-transition: .15s border-color;
  -o-transition: .15s border-color;
  transition: .15s border-color;
}

body > header .main-menu > li > ul {
  margin: 0;
  padding: 0;
  position: static;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: thin solid rgba(197, 197, 197, 0.2);
  font-size: 13px;
  height: 400px;
  line-height: 1.15;
  opacity: 0;
  padding: 56px 10px 0;
  position: absolute;
  text-transform: uppercase;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: background, opacity, visibility;
  -o-transition-property: background, opacity, visibility;
  transition-property: background, opacity, visibility;
  visibility: hidden;
  width: 100%;
}

body > header .main-menu > li > ul > li:before {
  content: none;
  left: auto;
  position: static;
}

body > header .main-menu > li > ul a {
  display: block;
  margin-bottom: .7em;
  padding-left: .8em;
  position: relative;
}

body > header .main-menu > li > ul a:before {
  content: '>';
  left: 0;
  position: absolute;
}

body > header .main-menu > li > ul a:hover {
  color: #eb1b24;
  text-decoration: underline;
}

body > header .main-menu > li:hover > a {
  background: #eb1b24;
}

body > header .main-menu > li:hover > a:after {
  border-color: rgba(235, 27, 36, 0);
  border-left-color: #eb1b24;
}

body > header .main-menu > li:hover > ul {
  background: rgba(197, 197, 197, 0.97);
}

body > header .main-menu:hover > li > ul {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .is-scrolled body > header .header-menu {
    margin-top: -47px;
  }
  .is-scrolled body > header .grey-bar {
    height: 60px;
    padding: 0;
  }
  .is-scrolled body > header .grey-bar .fist-and-flag {
    margin: 0 18px 5px 137px;
    width: 44px;
  }
  .is-scrolled body > header .grey-bar .wordmark {
    margin-top: 2px;
    width: 371px;
  }
  .is-scrolled body > header .grey-bar .phone {
    right: 270px;
    top: 7px;
  }
  .is-scrolled body > header .grey-bar .phone a {
    font-size: 32px;
  }
  .is-scrolled body > header .grey-bar .toggle-combined-menu {
    margin-left: 0;
  }
  .is-scrolled body > header .grey-bar .combined-menu {
    display: block;
  }
  .is-scrolled body > header .search label {
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .is-scrolled body > header .search label:before {
    top: 15px;
  }
}

@media (max-width: 1199px) {
  body {
    padding-top: 105px;
  }
  body > header .header-menu {
    display: none;
  }
  body > header .grey-bar {
    background: none;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    height: 105px;
    padding: 0;
  }
  body > header .grey-bar .logo {
    background: #afafaf;
    display: block;
    height: 57px;
    padding: 11px 0 0;
    position: relative;
    text-align: center;
    z-index: 70;
  }
  body > header .grey-bar .fist-and-flag {
    width: 34px;
    margin: 0 15px 0 0;
    vertical-align: -8px;
  }
  body > header .grey-bar .wordmark {
    width: 286px;
    vertical-align: center;
  }
  body > header .grey-bar .phone {
    background: #fff;
    float: left;
    height: 48px;
    line-height: inherit;
    margin: 0;
    padding: 2px 0 1px;
    position: relative;
    text-align: center;
    width: calc( 100% - 228px);
    z-index: 70;
    right: 0;
    top: 0;
  }
  body > header .grey-bar .phone a {
    font-size: 26px;
    line-height: 48px;
  }
  body > header .grey-bar .phone select {
    vertical-align: -2px;
  }
  body > header .grey-bar .buttons {
    float: right;
  }
  body > header .grey-bar .contact {
    height: 48px;
    padding: 16px 16px 16px 36px;
  }
  body > header .grey-bar .contact:before {
    top: 11px;
  }
  body > header .grey-bar .toggle-combined-menu {
    font-size: 32px;
    height: 48px;
    margin: 0;
    padding-top: 1px;
    width: 48px;
  }
  body > header .grey-bar .combined-menu {
    display: block;
    font-size: 23px;
    height: calc( 100vh - 105px);
    overflow-y: auto;
    top: 105px;
    width: 100%;
  }
  body > header .grey-bar .combined-menu > ul {
    padding-bottom: 3em;
    -webkit-transition: .2s transform;
    -o-transition: .2s transform;
    transition: .2s transform;
  }
  body > header .grey-bar .combined-menu a {
    padding: 6px 24px 3px;
  }
  body > header .grey-bar .combined-menu .main-items {
    border: none;
    display: block;
  }
  body > header .grey-bar .combined-menu .main-items > ul > li > a {
    font-family: Clarendon, Georgia, serif;
    height: 41px;
    padding-top: 8px;
    padding-bottom: 1px;
    text-transform: none;
  }
  body > header .grey-bar .combined-menu .header-items > a {
    display: block;
  }
  body > header .grey-bar .combined-menu .rednav-items {
    background: none;
  }
  body > header .grey-bar .combined-menu .main-items > ul > li,
  body > header .grey-bar .combined-menu .header-items {
    padding-right: 64px;
  }
  body > header .grey-bar .combined-menu .main-items > ul > li:before,
  body > header .grey-bar .combined-menu .header-items:before {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    cursor: pointer;
    font-size: 19px;
    height: 41px;
    line-height: 41px;
    position: absolute;
    text-align: center;
    right: 0;
    width: 64px;
  }
  body > header .grey-bar .combined-menu .main-items > ul > li > ul,
  body > header .grey-bar .combined-menu .header-items > ul {
    border-left: thin solid rgba(0, 0, 0, 0.2);
    display: none;
    left: 100%;
    min-height: 100%;
    overflow-y: auto;
    position: fixed;
    top: -2px;
    width: 100%;
  }
  body > header .grey-bar .combined-menu .main-items > ul > li > ul.is-active,
  body > header .grey-bar .combined-menu .header-items > ul.is-active {
    display: block;
  }
  body > header .grey-bar .combined-menu .main-items > ul > li > ul:before,
  body > header .grey-bar .combined-menu .header-items > ul:before {
    background: rgba(0, 0, 0, 0.2);
    content: 'Back';
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 9px 44px 5px;
  }
  body > header .grey-bar .combined-menu .main-items > ul > li > ul:after,
  body > header .grey-bar .combined-menu .header-items > ul:after {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    cursor: pointer;
    font-size: 23px;
    left: 19px;
    position: absolute;
    top: 11px;
  }
  body > header .grey-bar .combined-menu.level-2-active > ul {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  body > header .search {
    display: none;
  }
  body > header .main-menu {
    display: none;
  }
  .combined-menu-active, .combined-menu-active body {
    overflow: hidden;
  }
}

@media (max-width: 460px) {
  body > header .grey-bar .phone a {
    font-size: 22px;
  }
  body > header .grey-bar .phone .call {
    display: none;
  }
  body > header .grey-bar .phone select {
    vertical-align: -1px;
  }
}

@media (max-width: 440px) {
  body > header .grey-bar .phone {
    width: calc( 100% - 205px);
  }
  body > header .grey-bar .contact {
    width: 157px;
  }
  body > header .grey-bar .contact:before {
    left: 16px;
  }
}

@media (max-width: 385px) {
  body > header .grey-bar .fist-and-flag {
    margin-right: 3%;
    width: 10%;
  }
  body > header .grey-bar .wordmark {
    margin: 8px 0 2%;
    width: 80%;
  }
}

@media (max-width: 370px) {
  body > header .grey-bar .phone a {
    letter-spacing: -1px;
  }
  body > header .grey-bar .phone select {
    margin-left: -6px;
  }
}

body > footer {
  font-size: 16px;
  line-height: 1.38;
}

body > footer ul {
  margin: 0;
  padding: 0;
  position: static;
}

body > footer ul > li:before {
  content: none;
  left: auto;
  position: static;
}

body > footer a {
  text-decoration: none;
  -webkit-transition: opacity .15s;
  -o-transition: opacity .15s;
  transition: opacity .15s;
}

body > footer a:hover {
  opacity: .5;
}

body > footer .logos {
  text-align: justify;
  line-height: 0;
  padding: 42px 75px;
}

body > footer .logos:after {
  content: '';
  display: inline-block;
  width: 100%;
}

body > footer .logos li {
  display: inline-block;
  vertical-align: middle;
}

body > footer > div {
  background: #afafaf;
  -webkit-box-shadow: #afafaf 0 300px, #afafaf 0 600px, #afafaf 0 900px;
          box-shadow: #afafaf 0 300px, #afafaf 0 600px, #afafaf 0 900px;
  margin-top: 56px;
  padding: 46px 0 32px 200px;
  position: relative;
}

body > footer > div:before {
  background: -webkit-linear-gradient(104deg, #afafaf 49%, rgba(175, 175, 175, 0) 50%);
  background: -o-linear-gradient(104deg, #afafaf 49%, rgba(175, 175, 175, 0) 50%);
  background: linear-gradient(-14deg, #afafaf 49%, rgba(175, 175, 175, 0) 50%);
  background-size: 200px 50px;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  top: -50px;
  width: 100%;
}

body > footer > div:after {
  content: '';
  display: inline-block;
  width: 100%;
}

body > footer .locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body > footer .locations:after {
  border-bottom: thin solid #888;
  clear: both;
  content: '';
  display: block;
  margin-right: 22px;
}

body > footer .locations .region > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body > footer .locations .location {
  margin-bottom: 20px;
  padding-right: 1em;
  width: 200px;
}

body > footer .locations h2 {
  font: 18px/1.22 Clarendon, Georgia, serif;
  padding-right: 1em;
}

body > footer .locations h3 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

body > footer nav {
  display: inline-block;
  padding: 20px 1em 0 0;
}

body > footer nav .menu {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}

body > footer nav .menu li {
  display: inline-block;
  margin-right: 14px;
}

body > footer nav .social {
  display: inline-block;
  font-size: 32px;
  margin-top: 10px;
  vertical-align: middle;
}

body > footer nav .social a {
  margin: 0 4px;
}

body > footer nav .social span {
  display: none;
}

body > footer nav .social .facebook:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

body > footer nav .social .twitter:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

body > footer nav .social .youtube:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

body > footer small {
  display: inline-block;
  font-size: 14px;
  padding: 1em 56px 1em 0;
}

@media (max-width: 1199px) {
  body > footer > div {
    text-align: left;
  }
  body > footer .logos {
    padding-left: 20px;
    padding-right: 20px;
  }
  body > footer .locations {
    max-width: 600px;
  }
  body > footer .locations:after {
    margin-right: 0;
  }
  body > footer small {
    display: block;
  }
}

@media (max-width: 880px) {
  body > footer .logos {
    display: none;
  }
  body > footer > div {
    margin-top: 80px;
  }
}

@media (max-width: 820px) {
  body > footer .locations {
    max-width: 400px;
  }
  body > footer nav .social {
    display: block;
    margin-top: 16px;
  }
}

@media (max-width: 720px) {
  body > footer > div {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  body > footer .locations .location {
    float: none;
    width: auto;
  }
  body > footer .locations .address br {
    display: none;
  }
  body > footer .locations .telecom br {
    display: none;
  }
}

@media (max-width: 520px) {
  body > footer nav .menu {
    max-width: 18em;
  }
  body > footer nav .social {
    font-size: 50px;
  }
  body > footer small {
    max-width: 18em;
    padding-right: 0;
  }
}

input[type=text], input[type=email], input[type=tel], textarea, select {
  background: #efefef;
  border: 0;
  color: #000;
  font-size: 16px;
  font-family: Citadina, sans-serif;
  line-height: 2.2;
  margin: 0.3em 0;
  outline: 0;
  padding: 0 13px;
}

input::-webkit-input-placeholder {
  color: black;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}

input:-ms-input-placeholder {
  color: black;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}

input::-moz-placeholder {
  color: black;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}

input::-ms-input-placeholder {
  color: black;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}

input::placeholder {
  color: black;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}

textarea::-webkit-input-placeholder {
  color: black;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}

textarea:-ms-input-placeholder {
  color: black;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}

textarea::-moz-placeholder {
  color: black;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}

textarea::-ms-input-placeholder {
  color: black;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}

textarea::placeholder {
  color: black;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}

input[type=submit], input[type=button], form button, .nf-form-cont .field-wrap input[type=button] {
  background: #eb1b24;
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.5);
  border: 0;
  color: #000;
  cursor: pointer;
  font-family: Citadina, monospace;
  font-size: 28px;
  line-height: 2.1;
  margin-top: 25px;
  outline: 0;
  text-transform: uppercase;
  width: 200px;
}

label {
  font-size: 16px;
}

.nf-form-content {
  position: relative;
}

.nf-form-title h3 {
  font: 35px/1 Clarendon, Georgia, serif;
  margin: .8em 0 .4em;
}

nf-fields-wrap.multi-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nf-fields-wrap.multi-column .column-left {
  max-width: 400px;
}

nf-fields-wrap.multi-column .column-right {
  max-width: 280px;
}

nf-fields-wrap.multi-column .submit {
  width: 100%;
}

.nf-field-container {
  max-width: 400px;
}

.nf-field-container.textbox-container, .nf-field-container.textarea-container, .nf-field-container.email-container, .nf-field-container.listselect-container, .nf-field-container.lastname-container, .nf-field-container.firstname-container, .nf-field-container.phone-container, .nf-field-container.html-container, .nf-field-container.address-container, .nf-field-container.listradio-container, .nf-field-container.listcheckbox-container, .nf-field-container.checkbox-container {
  margin: 0.3em 0;
}

.nf-field-container.html-container {
  margin-top: 1.6em;
}

.nf-field-container.listselect-container select {
  height: 35px;
  font-weight: 500;
  text-transform: uppercase;
}

.nf-field-container.listradio-container, .nf-field-container.listcheckbox-container {
  margin: 2em 0;
}

.nf-field-container.listradio-container .nf-field-label, .nf-field-container.listcheckbox-container .nf-field-label {
  margin: 0 0 0.3em;
}

.nf-field-container.listradio-container .nf-field-label label, .nf-field-container.listcheckbox-container .nf-field-label label {
  color: #eb1b24;
  font-size: 16px;
  text-transform: uppercase;
}

.nf-field-container.listradio-container .nf-field-element, .nf-field-container.listcheckbox-container .nf-field-element {
  margin: 0.3em 0 0;
}

.nf-field-container.textbox-container.label-above {
  margin-top: 1.6em;
}

.nf-field-container.textarea-container label {
  display: block;
  padding: 25px 12px 0;
}

.nf-field-container .list-checkbox-wrap .nf-field-element li:last-of-type,
.nf-field-container .list-radio-wrap .nf-field-element li:last-of-type {
  margin-bottom: 0 !important;
}

.nf-field-container.checkbox-container.label-above {
  margin: 1.6em 0;
}

.nf-field-container.checkbox-container.label-above .nf-field-element {
  height: 0;
}

.nf-field-container.product-list {
  position: absolute;
  top: -2em;
  left: 450px;
  max-width: 100%;
}

@media (max-width: 1000px) {
  .nf-field-container.product-list {
    position: static;
  }
}

.nf-field-container.product-list .nf-field-label label {
  font-size: 16px;
}

.nf-field-container h3 {
  color: #eb1b24;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 0.6em;
  padding: 0 12px;
  text-transform: uppercase;
}

.nf-field-container textarea {
  display: block;
}

div.nf-field-container.hr-container {
  margin: 1.6em 0;
}

div.nf-field-container.hr-container hr {
  border: 0;
  height: 1px;
  background: #efefef;
  margin: 0;
}

.nf-form-wrap .nf-field-label label {
  color: #eb1b24;
  font-weight: 500;
  text-transform: uppercase;
}

.nf-form-fields-required {
  display: none;
}

.nf-form-cont .ninja-forms-req-symbol, .nf-form-cont .nf-error-msg {
  color: #eb1b24;
}

.nf-form-cont .nf-error .ninja-forms-field {
  border: 1px solid #eb1b24;
}

.nf-response-msg {
  font-weight: bold;
  margin-top: 25px;
}

.checkbox-container, .listcheckbox-container, .listradio-container {
  padding: 0 12px;
}

.checkbox-container label,
.listcheckbox-container .nf-field-element label,
.listradio-container .nf-field-element label {
  color: #000;
  cursor: pointer;
  position: relative;
}

.checkbox-container label:before,
.listcheckbox-container .nf-field-element label:before,
.listradio-container .nf-field-element label:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #efefef;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: -26px;
}

.checkbox-container label.nf-checked-label:after,
.listcheckbox-container .nf-field-element label.nf-checked-label:after,
.listradio-container .nf-field-element label.nf-checked-label:after {
  content: '';
  width: 7px;
  height: 7px;
  background: black;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: -22px;
}

.checkbox-container input[type=checkbox], .checkbox-container input[type=radio],
.listcheckbox-container .nf-field-element input[type=checkbox],
.listcheckbox-container .nf-field-element input[type=radio],
.listradio-container .nf-field-element input[type=checkbox],
.listradio-container .nf-field-element input[type=radio] {
  visibility: hidden;
}

.checkbox-container .nf-field-element {
  pointer-events: none;
}

.form-switcher {
  margin: 45px auto;
}

.form-switcher .switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

.form-switcher .register-project, .form-switcher .update-project {
  display: none;
}

.form-switcher .register-project.active, .form-switcher .update-project.active {
  display: block;
}

.form-switcher button {
  width: 50%;
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  background: #c5c5c5;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  font-family: inherit;
  outline: 0;
  position: relative;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  text-transform: uppercase;
}

.form-switcher button:hover {
  background: #eb1b24;
}

.form-switcher button:nth-child(odd) {
  margin-right: 20px;
}

.form-switcher button:nth-child(even) {
  margin-left: 20px;
}

.form-switcher button span {
  position: relative;
  padding-right: 50px;
  display: block;
  width: 90%;
  text-align: left;
  font-weight: bold;
}

.form-switcher button span:after {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  background: transparent;
  width: 30px;
  right: 0;
  height: 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
}

.form-switcher button.active {
  background: #888;
}

.form-switcher button.active span:after {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.text-content {
  margin: 32px 0 48px;
  max-width: 1134px;
  padding: 32px 200px 0;
}

@media (max-width: 1199px) {
  .text-content {
    margin-top: 0;
  }
}

@media (max-width: 860px) {
  .text-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  position: static;
  color: #eb1b24;
  font-size: 13px;
  font-weight: bold;
  margin: 1em 0;
  text-transform: uppercase;
}

.breadcrumbs > li:before {
  content: none;
  left: auto;
  position: static;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:before {
  content: '/ ';
}

.breadcrumbs li:first-child:before {
  content: none;
}

.breadcrumbs a {
  text-decoration: none;
}

.pagination {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination .page-numbers {
  display: block;
  background: #efefef;
  color: #eb1b24;
  width: 35px;
  height: 35px;
  line-height: 39px;
  text-align: center;
  text-decoration: none;
  margin: 0 7px;
  font-weight: bold;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}

.pagination .page-numbers:first-child {
  margin-left: 0;
}

.pagination .page-numbers.current {
  background: #000;
  color: #fff;
}

.pagination .page-numbers.current:hover {
  background: #000;
}

.pagination .page-numbers.next:before, .pagination .page-numbers.prev:before {
  color: #000;
}

.pagination .page-numbers.prev:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.pagination .page-numbers.next:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.pagination .page-numbers:hover {
  background: #c5c5c5;
}

.arrow-link {
  border-bottom: thin solid #c5c5c5;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  min-width: 300px;
  padding: 8px 0 6px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: border-bottom-color .1s;
  -o-transition: border-bottom-color .1s;
  transition: border-bottom-color .1s;
}

.arrow-link:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 15px;
  margin-right: 12px;
  -webkit-transition: color .1s;
  -o-transition: color .1s;
  transition: color .1s;
  vertical-align: -1px;
}

.arrow-link:hover {
  border-bottom-color: #afafaf;
}

.arrow-link:hover:before {
  color: #eb1b24;
}

.single-post .post-content .next-prev-posts a[rel='prev'] {
  background: #efefef;
  color: #eb1b24;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 0.8em 1.3em 0.7em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background .15s;
  -o-transition: background .15s;
  transition: background .15s;
}

.single-post .post-content .next-prev-posts a[rel='prev']:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000;
  display: inline-block;
  font-size: 0.95em;
  margin-right: 0.7em;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  -o-transition: transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
  vertical-align: 0;
}

.single-post .post-content .next-prev-posts a:hover[rel='prev'] {
  background: #c5c5c5;
}

.single-post .post-content .next-prev-posts a[rel='prev']:hover:before {
  -webkit-transform: translateX(-0.2em);
      -ms-transform: translateX(-0.2em);
          transform: translateX(-0.2em);
}

@media (max-width: 700px) {
  .single-post .post-content .next-prev-posts a[rel='prev'] {
    font-size: 13px;
  }
}

.call-to-action, .single-post .post-content .next-prev-posts a[rel='next'] {
  background: #efefef;
  color: #eb1b24;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 0.8em 1.3em 0.7em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background .15s;
  -o-transition: background .15s;
  transition: background .15s;
}

.call-to-action:after, .single-post .post-content .next-prev-posts a[rel='next']:after {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000;
  display: inline-block;
  font-size: 0.95em;
  margin-left: 0.7em;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  -o-transition: transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
  vertical-align: 0;
}

.call-to-action:hover, .single-post .post-content .next-prev-posts a:hover[rel='next'] {
  background: #c5c5c5;
}

.call-to-action:hover:after, .single-post .post-content .next-prev-posts a[rel='next']:hover:after {
  -webkit-transform: translateX(0.2em);
      -ms-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

@media (max-width: 700px) {
  .call-to-action, .single-post .post-content .next-prev-posts a[rel='next'] {
    font-size: 13px;
  }
}

.feature-slideshow {
  background: #afafaf;
  position: relative;
  width: 100%;
}

@media (max-width: 900px) {
  .feature-slideshow {
    height: auto;
  }
}

.feature-slideshow img {
  display: block;
  width: 100%;
}

.feature-slideshow .slide {
  position: relative;
}

.feature-slideshow .slides {
  margin: 0;
  padding: 0;
  position: static;
  height: 600px;
  overflow: hidden;
}

.feature-slideshow .slides > li:before {
  content: none;
  left: auto;
  position: static;
}

@media (max-width: 1200px) {
  .feature-slideshow .slides {
    height: 50vw;
  }
}

.feature-slideshow .slider-navigation {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 450px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 900px) {
  .feature-slideshow .slider-navigation {
    position: relative;
    top: auto;
    width: 100%;
    padding: 20px 0;
  }
}

.feature-slideshow .slider-navigation h1, .feature-slideshow .slider-navigation p {
  color: white;
  font-family: citadina, sans-seif;
  font-size: 35px;
  font-weight: normal;
  margin-top: 0;
  line-height: 1.15;
}

@media (max-width: 900px) {
  .feature-slideshow .slider-navigation h1, .feature-slideshow .slider-navigation p {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  .feature-slideshow .slider-navigation h1, .feature-slideshow .slider-navigation p {
    font-size: 16px;
  }
}

.feature-slideshow .slider-navigation p {
  margin: .4em 0;
  line-height: 1;
}

.feature-slideshow .slider-navigation h1 {
  text-decoration: underline;
}

.feature-slideshow .slider-navigation ol, .feature-slideshow .slider-navigation .slide-text {
  padding: 0 37px;
}

@media (max-width: 900px) {
  .feature-slideshow .slider-navigation ol, .feature-slideshow .slider-navigation .slide-text {
    padding: 0 20px;
  }
}

.feature-slideshow .slider-navigation ol {
  position: absolute;
  bottom: 37px;
}

@media (max-width: 900px) {
  .feature-slideshow .slider-navigation ol {
    position: relative;
    bottom: auto;
  }
}

@media (max-width: 375px) {
  .feature-slideshow .slider-navigation ol {
    margin: 0;
  }
}

.feature-slideshow .slider-navigation ol li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 16px;
}

@media (max-width: 375px) {
  .feature-slideshow .slider-navigation ol li {
    width: 7px;
    height: 7px;
    margin-right: 8px;
  }
}

.feature-slideshow .slider-navigation ol li a {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.feature-slideshow .slider-navigation ol li a.flex-active {
  background: rgba(235, 27, 36, 0.8);
}

.feature-slideshow .slider-navigation .slide-text {
  position: absolute;
  bottom: 75px;
}

@media (max-width: 900px) {
  .feature-slideshow .slider-navigation .slide-text {
    position: relative;
    bottom: 0;
  }
}

.rednav {
  background: #eb1b24;
  -webkit-box-shadow: inset 0 7px 4px -4px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 7px 4px -4px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.rednav:after {
  clear: both;
  content: '';
  display: table;
}

.rednav li {
  float: left;
}

.rednav a {
  display: block;
  line-height: 30px;
  padding: 16px 1px 14px 2px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .15s background, .15s color;
  -o-transition: .15s background, .15s color;
  transition: .15s background, .15s color;
}

.rednav a:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  margin-right: 10px;
  vertical-align: -4px;
}

.rednav a:after {
  border-left: thin solid #fff;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 20px;
}

.rednav a[href]:hover {
  background: #000;
  color: #fff;
}

.rednav a:not([href]) {
  color: rgba(0, 0, 0, 0.4);
}

.rednav li:first-child a:after {
  content: none;
}

.rednav ul {
  margin: 0;
  padding: 0;
  position: static;
}

.rednav ul > li:before {
  content: none;
  left: auto;
  position: static;
}

.rednav li {
  width: 16.6666666667%;
}

.rednav .item--open-trade-account a:before {
  content: "";
}

.rednav .item--request-a-quote a:before {
  content: "";
}

.rednav .item--colours-finishes a:before {
  content: "";
  font-size: 21px;
}

.rednav .item--image-gallery a:before {
  content: "";
}

.rednav .item--warranties a:before {
  content: "";
}

.rednav .item--brochures a:before {
  content: "";
}

.rednav .item--downloads a:before {
  content: "";
}

@media (max-width: 1199px) {
  .rednav {
    display: none;
  }
}

.two-column {
  background-color: #c5c5c5;
  margin: 0 0 56px 0;
  padding: 60px 0;
  *zoom: 1;
  clear: both;
}

.two-column:before, .two-column:after {
  content: " ";
  display: table;
}

.two-column:after {
  clear: both;
}

.two-column.align-left .text {
  float: left;
  padding-left: 50px;
}

.two-column.align-left .media {
  float: right;
}

.two-column.align-right .text {
  float: right;
  padding-right: 50px;
}

.two-column.align-right .media {
  float: left;
}

.two-column > h2.section-title {
  margin: 0 0 0.4em 0;
  padding: 0 50px;
}

.two-column .text {
  width: calc( 100% - 650px);
}

.two-column .text > * {
  margin: 0.5em 0;
}

.two-column .text .call-to-action:hover {
  background-color: #afafaf;
}

.two-column .media {
  width: 650px;
  padding: 0 50px;
}

@media (max-width: 900px) {
  .two-column {
    padding: 32px 0;
  }
  .two-column .text,
  .two-column .media {
    width: 100%;
  }
  .two-column .text {
    padding: 0 50px;
  }
}

@media (max-width: 580px) {
  .two-column.align-left > h2,
  .two-column.align-left .text,
  .two-column.align-left .media, .two-column.align-right > h2,
  .two-column.align-right .text,
  .two-column.align-right .media {
    padding: 0 20px;
  }
}

.side-slideshow + .two-column {
  margin-top: -56px;
}

@media (max-width: 900px) {
  .side-slideshow + .two-column {
    margin-top: -22px;
  }
}

ul.product-terms-grid,
ul.products-grid, ul.case-studies-grid, .page--promotions .promotions-grid {
  margin: 0;
  padding: 0;
  position: static;
  margin: 0 -10px 32px;
  padding: 5px;
}

ul.product-terms-grid > li:before, ul.products-grid > li:before, ul.case-studies-grid > li:before, .page--promotions .promotions-grid > li:before {
  content: none;
  left: auto;
  position: static;
}

ul.product-terms-grid:after,
ul.products-grid:after, ul.case-studies-grid:after, .page--promotions .promotions-grid:after {
  clear: both;
  content: '';
  display: table;
}

ul.product-terms-grid li, ul.products-grid li, ul.case-studies-grid li, .page--promotions .promotions-grid li {
  display: block;
  float: left;
  padding: 5px;
  width: 25%;
}

ul.product-terms-grid a, ul.products-grid a, ul.case-studies-grid a, .page--promotions .promotions-grid a {
  background: rgba(239, 239, 239, 0.5) url("../images/placeholder.png") center no-repeat;
  background-size: cover;
  display: block;
  padding-top: 100%;
  position: relative;
}

ul.product-terms-grid a:before, ul.products-grid a:before, ul.case-studies-grid a:before, .page--promotions .promotions-grid a:before {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .15s opacity;
  -o-transition: .15s opacity;
  transition: .15s opacity;
}

ul.product-terms-grid span, ul.products-grid span, ul.case-studies-grid span, .page--promotions .promotions-grid span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 300;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.083;
  padding: 16px 14px 12px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .15s background;
  -o-transition: .15s background;
  transition: .15s background;
  width: 100%;
}

ul.product-terms-grid a:hover span, ul.products-grid a:hover span, ul.case-studies-grid a:hover span, .page--promotions .promotions-grid a:hover span {
  background: #eb1b24;
}

@media (max-width: 1200px) {
  ul.product-terms-grid,
  ul.products-grid, ul.case-studies-grid, .page--promotions .promotions-grid {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1080px) {
  ul.product-terms-grid span, ul.products-grid span, ul.case-studies-grid span, .page--promotions .promotions-grid span {
    font-size: 20px;
    height: 72px;
  }
}

@media (max-width: 920px) {
  ul.product-terms-grid li, ul.products-grid li, ul.case-studies-grid li, .page--promotions .promotions-grid li {
    width: 33.3333333333%;
  }
}

@media (max-width: 680px) {
  ul.product-terms-grid li, ul.products-grid li, ul.case-studies-grid li, .page--promotions .promotions-grid li {
    width: 50%;
  }
}

@media (max-width: 500px) {
  ul.product-terms-grid span, ul.products-grid span, ul.case-studies-grid span, .page--promotions .promotions-grid span {
    font-size: 15px;
    height: 45px;
    padding: 11px 10px 9px;
  }
}

ul.product-terms-grid a, ul.products-grid a {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter .15s;
  transition: -webkit-filter .15s;
  -o-transition: filter .15s;
  transition: filter .15s;
  transition: filter .15s, -webkit-filter .15s;
}

ul.product-terms-grid a:before, ul.products-grid a:before {
  background: rgba(239, 239, 239, 0.4);
}

ul.product-terms-grid a:hover, ul.products-grid a:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

ul.product-terms-grid a:hover:before, ul.products-grid a:hover:before {
  opacity: 0;
}

ul.case-studies-grid a:before, .page--promotions .promotions-grid a:before {
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
}

ul.case-studies-grid a:hover:before, .page--promotions .promotions-grid a:hover:before {
  opacity: 1;
}

.subscribe-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.8);
  z-index: -100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear .3s, z-index 0s linear .3s, opacity .3s ease-in-out;
  -o-transition: visibility 0s linear .3s, z-index 0s linear .3s, opacity .3s ease-in-out;
  transition: visibility 0s linear .3s, z-index 0s linear .3s, opacity .3s ease-in-out;
}

.subscribe-popup.is-active {
  visibility: visible;
  z-index: 100;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.subscribe-popup .close-popup {
  display: block;
  width: 43px;
  height: 43px;
  background: #000;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 1;
}

.subscribe-popup .close-popup:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
  display: block;
  font-size: 26px;
  font-weight: normal;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.subscribe-popup header {
  background: #eb1b24;
  padding: 40px 15px 0;
  margin-bottom: 65px;
  position: relative;
}

.subscribe-popup header:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 41px 300px 0 300px;
  border-color: #eb1b24 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.subscribe-popup h1, .subscribe-popup p {
  color: #fff;
  text-align: center;
}

.subscribe-popup h1 {
  margin: auto auto 25px;
}

.subscribe-popup p {
  font-size: 16px;
  margin: 0 auto;
  max-width: 443px;
  width: 100%;
}

.subscribe-popup form {
  margin: 0 auto;
  max-width: 457px;
  width: 90%;
}

.subscribe-popup input[type=text], .subscribe-popup input[type=email] {
  width: 100%;
}

.subscribe-popup button {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.subscribe-popup form.loading button:after {
  content: '';
  background: url(../images/rev-roof-loading.gif) center center no-repeat;
  position: absolute;
  background-size: contain;
  right: -80px;
  width: 45px;
  height: 45px;
  top: 7px;
}

.subscribe-popup output {
  display: inline-block;
  color: #eb1b24;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 15px;
  vertical-align: middle;
  width: 175px;
}

@media (max-width: 500px) {
  .subscribe-popup output {
    margin-bottom: 20px;
    width: 100%;
  }
}

.side-slideshow {
  -webkit-box-shadow: inset 0 -50px 28px -28px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 -50px 28px -28px rgba(0, 0, 0, 0.05);
  margin: 0 0 22px;
  min-height: 600px;
  padding-left: 50%;
  padding-left: calc( 100% - 600px);
  position: relative;
}

.side-slideshow .content {
  margin: 0;
  padding: 64px 50px 32px;
}

.side-slideshow .slideshow {
  background: rgba(239, 239, 239, 0.5);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 600px;
  top: 0;
}

.side-slideshow .slideshow .images {
  margin: 0;
  padding: 0;
  position: static;
  height: 100%;
}

.side-slideshow .slideshow .images > li:before {
  content: none;
  left: auto;
  position: static;
}

.side-slideshow .slideshow .image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.side-slideshow .slideshow img {
  max-width: 100%;
}

.side-slideshow .slideshow .flex-viewport {
  height: 100%;
}

.side-slideshow .slideshow .flex-control-nav {
  bottom: 22px;
  font-size: 0;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10;
}

.side-slideshow .slideshow .flex-control-nav li {
  display: inline-block;
  margin: 8px;
}

.side-slideshow .slideshow .flex-control-nav a {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 14px;
  -webkit-transition: .15s background;
  -o-transition: .15s background;
  transition: .15s background;
  width: 14px;
}

.side-slideshow .slideshow .flex-control-nav a.flex-active {
  background: #eb1b24;
}

.side-slideshow .slideshow .flex-direction-nav {
  display: none;
}

@media (max-width: 1199px) {
  .side-slideshow .content {
    padding-top: 24px;
  }
}

@media (max-width: 900px) {
  .side-slideshow {
    padding-left: 0;
  }
  .side-slideshow .slideshow {
    height: 400px;
    margin: 16px -50px 32px;
    position: relative;
    right: 0;
  }
}

@media (max-width: 580px) {
  .side-slideshow .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .side-slideshow .slideshow {
    margin: 20px -20px;
  }
}

@media (max-width: 400px) {
  .side-slideshow .slideshow {
    height: 100vw;
    padding: 0;
  }
}

.gallery-popup {
  background: #afafaf;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 999em rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 999em rgba(0, 0, 0, 0.8);
  left: 0;
  margin: auto;
  max-height: 90vh;
  max-width: 95vw;
  opacity: 0;
  padding: 0 0 70px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: .2s opacity, .2s visibility, .6s height;
  -o-transition: .2s opacity, .2s visibility, .6s height;
  transition: .2s opacity, .2s visibility, .6s height;
  visibility: hidden;
  width: 1000px;
  z-index: 200;
}

.gallery-popup.is-active {
  opacity: 1;
  visibility: visible;
}

.gallery-popup ul {
  margin: 0;
  padding: 0;
  position: static;
}

.gallery-popup ul > li:before {
  content: none;
  left: auto;
  position: static;
}

.gallery-popup .flex-viewport {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.gallery-popup .images {
  height: 100%;
}

.gallery-popup .image {
  height: 100%;
  text-align: center;
}

.gallery-popup img {
  max-height: 100%;
  max-width: 100%;
}

.gallery-popup .flex-control-nav {
  display: none;
}

.gallery-popup .flex-direction-nav {
  background: #fff;
  bottom: 0;
  font-size: 19px;
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.gallery-popup .flex-direction-nav a {
  text-decoration: none;
  padding: 21px;
  position: relative;
  z-index: 20;
}

.gallery-popup .flex-direction-nav a.flex-prev:before, .gallery-popup .flex-direction-nav a.flex-next:after {
  border-color: rgba(175, 175, 175, 0) #afafaf;
  border-style: solid;
  border-width: 14px 0;
  content: '';
  display: inline-block;
  margin: 0 14px;
  -webkit-transition: .15s transform;
  -o-transition: .15s transform;
  transition: .15s transform;
  vertical-align: -7px;
}

.gallery-popup .flex-direction-nav a.flex-prev {
  float: left;
}

.gallery-popup .flex-direction-nav a.flex-prev:before {
  border-right-width: 20px;
}

.gallery-popup .flex-direction-nav a.flex-prev:hover:before {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.gallery-popup .flex-direction-nav a.flex-next {
  float: right;
}

.gallery-popup .flex-direction-nav a.flex-next:after {
  border-left-width: 20px;
}

.gallery-popup .flex-direction-nav a.flex-next:hover:after {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.gallery-popup .description {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  line-height: 1;
  padding: 3px 120px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  right: 0;
  z-index: 10;
}

@media (max-width: 900px) {
  .gallery-popup .flex-direction-nav {
    font-size: 0;
  }
  .gallery-popup .flex-direction-nav a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gallery-popup .description {
    padding-left: 70px;
    padding-right: 70px;
  }
}

body > .accordion {
  margin: 0;
  padding: 0;
  position: static;
  padding: 4px 0 0 200px;
  position: relative;
  margin-bottom: 90px;
}

body > .accordion > li:before {
  content: none;
  left: auto;
  position: static;
}

body > .accordion > li {
  border-bottom: 3px solid #efefef;
}

body > .accordion > li > h2 {
  cursor: pointer;
  font-size: 27px;
  margin: 0;
  padding: 28px 200px 18px 0;
  position: relative;
}

body > .accordion > li > h2:after {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 48px;
  line-height: 0;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transition: color .15s, -webkit-transform .15s;
  transition: color .15s, -webkit-transform .15s;
  -o-transition: color .15s, transform .15s;
  transition: color .15s, transform .15s;
  transition: color .15s, transform .15s, -webkit-transform .15s;
}

body > .accordion > li > h2:hover:after {
  color: #eb1b24;
}

body > .accordion > li.is-active > h2:after {
  color: red;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

body > .accordion .content {
  margin-bottom: 32px;
  padding-right: 200px;
}

body > .accordion .content > :first-child {
  margin-top: 0;
}

@media (max-width: 860px) {
  body > .accordion {
    padding-left: 0;
  }
  body > .accordion > li > h2 {
    padding-left: 20px;
    padding-right: 92px;
  }
  body > .accordion .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

table.swatches {
  border-collapse: collapse;
  margin: 0 0 52px;
  table-layout: fixed;
  text-transform: uppercase;
  width: 100%;
}

table.swatches thead tr {
  border-bottom: thin solid #000;
}

table.swatches th {
  text-align: left;
}

table.swatches th.name {
  width: 200px;
}

table.swatches tbody tr {
  border-bottom: thin solid #c5c5c5;
}

table.swatches td {
  padding: 6px 0;
}

table.swatches .swatch {
  background: #efefef center;
  background-size: cover;
  height: 32px;
  margin: 4px 7.65%;
  overflow: hidden;
  position: relative;
}

table.swatches .secondary {
  height: 110%;
  left: 50%;
  position: absolute;
  right: -50%;
  top: -5%;
  -webkit-transform: skew(-45deg);
      -ms-transform: skew(-45deg);
          transform: skew(-45deg);
}

@media (max-width: 640px) {
  table.swatches {
    font-size: .9em;
  }
  table.swatches th.name {
    width: 40%;
  }
  table.swatches .swatch {
    margin: 4px 12px;
  }
}

.tax-revolution_product_category .side-slideshow,
.tax-revolution_product_range .side-slideshow,
.tax-revolution_product_finish .side-slideshow {
  margin-bottom: 56px;
}

@media (max-width: 900px) {
  .tax-revolution_product_category .side-slideshow,
  .tax-revolution_product_range .side-slideshow,
  .tax-revolution_product_finish .side-slideshow {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 24px;
  }
}

.tax-revolution_product_category h2.section-title,
.tax-revolution_product_range h2.section-title,
.tax-revolution_product_finish h2.section-title {
  font-size: 27px;
  margin: 52px 0 15px;
  padding: 0 28px;
}

@media (max-width: 640px) {
  .tax-revolution_product_category h2.section-title,
  .tax-revolution_product_range h2.section-title,
  .tax-revolution_product_finish h2.section-title {
    font-size: 22px;
  }
}

.tax-revolution_product_range .two-column h2.section-title {
  margin: 0 0 0.4em 0;
  padding: 0 50px;
}

.tax-revolution_product_range .products h2 {
  padding: 0 50px;
}

@media (max-width: 580px) {
  .tax-revolution_product_range .two-column h2.section-title {
    padding: 0 20px;
  }
  .tax-revolution_product_range .products h2 {
    padding: 0 20px;
  }
}

.tax-revolution_product_finish .swatches {
  margin-left: 28px;
  margin-right: 28px;
  width: calc( 100% - 56px);
}

.tax-revolution_product_finish .products-grid li:nth-child(n+13) {
  display: none;
}

.tax-revolution_product_finish button.show-more {
  border: 0;
  background: #efefef;
  color: #888;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 64px;
  padding: 13px 22px 11px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background .15s, color .15s;
  -o-transition: background .15s, color .15s;
  transition: background .15s, color .15s;
}

.tax-revolution_product_finish button.show-more:after {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 15px;
  margin-left: 12px;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
  vertical-align: 0;
}

.tax-revolution_product_finish button.show-more:hover {
  background: #c5c5c5;
  color: #eb1b24;
}

.tax-revolution_product_finish button.show-more:hover:after {
  color: #000;
}

.tax-revolution_product_finish.showing-more .products-grid li:nth-child(n+13) {
  display: block;
  -webkit-animation: fade-in 1s;
          animation: fade-in 1s;
}

.tax-revolution_product_finish.showing-more .show-more {
  display: none;
}

.single-revolution_product .side-slideshow {
  padding-bottom: 60px;
}

.single-revolution_product .side-slideshow .red-bar {
  background: #eb1b24;
  bottom: 0;
  -webkit-box-shadow: inset 0 7px 4px -4px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 7px 4px -4px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: calc(100% - 600px);
  position: absolute;
  right: 0;
}

.single-revolution_product .side-slideshow .red-bar a,
.single-revolution_product .side-slideshow .red-bar button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .2s color;
  -o-transition: .2s color;
  transition: .2s color;
  width: 50%;
}

.single-revolution_product .side-slideshow .red-bar a:hover,
.single-revolution_product .side-slideshow .red-bar button:hover {
  color: white;
}

.single-revolution_product .side-slideshow .red-bar .show-downloads {
  padding-right: 64px;
}

.single-revolution_product .side-slideshow .red-bar .show-downloads:before {
  border-style: solid;
  border-width: 24px 24px 0;
  border-color: #eb1b24 transparent;
  content: '';
  left: calc(50% - 24px);
  position: absolute;
  top: 100%;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: .2s transform;
  -o-transition: .2s transform;
  transition: .2s transform;
}

.single-revolution_product .side-slideshow .red-bar .show-downloads:after {
  border-left: thin solid #fff;
  content: '';
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 20px;
}

.single-revolution_product .side-slideshow .red-bar .show-downloads span:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 24px;
  margin-right: 10px;
  vertical-align: -4px;
}

.single-revolution_product .side-slideshow .red-bar .show-downloads span:after {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 42px;
  vertical-align: middle;
  position: absolute;
  right: 16px;
  top: 10px;
}

.single-revolution_product .side-slideshow .red-bar .brochure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-revolution_product .side-slideshow .red-bar .brochure:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 24px;
  margin-right: 10px;
  vertical-align: -4px;
}

.single-revolution_product .downloads {
  display: none;
  margin: 50px 0;
  opacity: 0;
  padding: 0 50px;
  position: relative;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
}

.single-revolution_product .downloads .close {
  background: black;
  border: none;
  border-radius: 16px;
  color: white;
  height: 32px;
  position: absolute;
  right: 50px;
  top: 0;
  width: 32px;
}

.single-revolution_product .downloads .close:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.single-revolution_product .downloads ul {
  margin: 0;
  padding: 0;
  position: static;
}

.single-revolution_product .downloads ul > li:before {
  content: none;
  left: auto;
  position: static;
}

.single-revolution_product .downloads > ul {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}

.single-revolution_product .downloads > ul > li {
  border-bottom: thin solid #afafaf;
}

.single-revolution_product .downloads h3 {
  color: #eb1b24;
  margin-bottom: 0;
}

.single-revolution_product .downloads .files li {
  margin: 8px 0;
}

.single-revolution_product .downloads a {
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .2s color;
  -o-transition: .2s color;
  transition: .2s color;
}

.single-revolution_product .downloads a:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  margin-right: 4px;
  vertical-align: -1px;
}

.single-revolution_product .downloads a:hover {
  color: #eb1b24;
}

.single-revolution_product .gallery {
  margin: 0;
  padding: 0;
  position: static;
  margin: 22px -10px;
  padding: 5px;
}

.single-revolution_product .gallery > li:before {
  content: none;
  left: auto;
  position: static;
}

.single-revolution_product .gallery:after {
  clear: both;
  content: '';
  display: table;
}

.single-revolution_product .gallery li {
  display: block;
  float: left;
  padding: 5px;
  width: 16.6666666667%;
}

.single-revolution_product .gallery a {
  display: block;
  overflow: hidden;
  position: relative;
}

.single-revolution_product .gallery a:before {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .15s opacity;
  -o-transition: .15s opacity;
  transition: .15s opacity;
}

.single-revolution_product .gallery a:hover:before {
  opacity: 1;
}

.single-revolution_product .gallery img {
  display: block;
  width: 100%;
}

.single-revolution_product.downloads--shown .side-slideshow .red-bar .show-downloads {
  color: white;
}

.single-revolution_product.downloads--shown .side-slideshow .red-bar .show-downloads:before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.single-revolution_product.downloads--shown .downloads {
  display: block;
  opacity: 1;
}

.single-revolution_product.downloads--shown .gallery {
  display: none;
}

@media (max-width: 1199px) {
  .single-revolution_product .gallery {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .single-revolution_product .side-slideshow .red-bar {
    left: 0;
  }
  .single-revolution_product .downloads > ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-revolution_product .gallery li {
    width: 33.3333333333%;
  }
}

@media (max-width: 580px) {
  .single-revolution_product .side-slideshow {
    padding-bottom: 0;
  }
  .single-revolution_product .side-slideshow .red-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 0;
    position: static;
  }
  .single-revolution_product .side-slideshow .red-bar:after {
    display: none;
  }
  .single-revolution_product .side-slideshow .red-bar a,
  .single-revolution_product .side-slideshow .red-bar button {
    height: 42px;
    width: 100%;
  }
  .single-revolution_product .side-slideshow .red-bar .show-downloads {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
    padding-right: 0;
  }
  .single-revolution_product .side-slideshow .red-bar .show-downloads:after {
    content: none;
  }
  .single-revolution_product .side-slideshow .red-bar .show-downloads span:after {
    font-size: 28px;
    right: 16px;
    top: 6px;
  }
  .single-revolution_product .downloads {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-revolution_product .downloads .close {
    display: none;
  }
  .single-revolution_product .gallery li {
    width: 50%;
  }
}

@media (max-width: 900px) {
  .single-revolution_product .downloads > ul {
    display: block;
  }
}

.single-revolution_case_stud main:after {
  clear: both;
  content: '';
  display: table;
}

.single-revolution_case_stud main h2 {
  color: #eb1b24;
  font: bold 16px Citadina, sans-serif;
  text-transform: uppercase;
  margin: 2em 0 1em;
}

.single-revolution_case_stud main .slideshow {
  background: rgba(239, 239, 239, 0.5);
  overflow: hidden;
  position: relative;
}

.single-revolution_case_stud main .slideshow .images {
  margin: 0;
  padding: 0;
  position: static;
  height: 600px;
  white-space: nowrap;
}

.single-revolution_case_stud main .slideshow .images > li:before {
  content: none;
  left: auto;
  position: static;
}

.single-revolution_case_stud main .slideshow .image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}

.single-revolution_case_stud main .slideshow img {
  max-height: 100%;
  max-width: 100%;
}

.single-revolution_case_stud main .slideshow .flex-control-nav {
  bottom: 22px;
  font-size: 0;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10;
}

.single-revolution_case_stud main .slideshow .flex-control-nav li {
  display: inline-block;
  margin: 8px;
}

.single-revolution_case_stud main .slideshow .flex-control-nav a {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 14px;
  -webkit-transition: .15s background;
  -o-transition: .15s background;
  transition: .15s background;
  width: 14px;
}

.single-revolution_case_stud main .slideshow .flex-control-nav a.flex-active {
  background: #eb1b24;
}

.single-revolution_case_stud main .slideshow .flex-direction-nav {
  display: none;
}

.single-revolution_case_stud main header,
.single-revolution_case_stud main .content {
  max-width: 950px;
  padding-left: 200px;
  padding-right: 100px;
}

.single-revolution_case_stud main > header {
  padding-top: 32px;
}

.single-revolution_case_stud main .content {
  float: left;
  padding-bottom: 64px;
  width: 100%;
}

.single-revolution_case_stud main nav.adjacent:after {
  clear: both;
  content: '';
  display: table;
}

.single-revolution_case_stud main nav.adjacent .prev,
.single-revolution_case_stud main nav.adjacent .next {
  background: #efefef;
  color: #eb1b24;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 42px;
  padding: 7px 14px 6px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background .15s;
  -o-transition: background .15s;
  transition: background .15s;
}

.single-revolution_case_stud main nav.adjacent .prev:before, .single-revolution_case_stud main nav.adjacent .prev:after,
.single-revolution_case_stud main nav.adjacent .next:before,
.single-revolution_case_stud main nav.adjacent .next:after {
  color: #000;
  display: inline-block;
  font-size: 15px;
  -webkit-transform: translateX(0.1px);
      -ms-transform: translateX(0.1px);
          transform: translateX(0.1px);
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  -o-transition: transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
  vertical-align: 0;
}

.single-revolution_case_stud main nav.adjacent .prev:hover,
.single-revolution_case_stud main nav.adjacent .next:hover {
  background: #c5c5c5;
}

.single-revolution_case_stud main nav.adjacent .prev {
  float: left;
}

.single-revolution_case_stud main nav.adjacent .prev:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 8px;
}

.single-revolution_case_stud main nav.adjacent .prev:hover:before {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.single-revolution_case_stud main nav.adjacent .next {
  float: right;
}

.single-revolution_case_stud main nav.adjacent .next:after {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 8px;
}

.single-revolution_case_stud main nav.adjacent .next:hover:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.single-revolution_case_stud main nav.case-studies {
  float: left;
  padding-right: 50px;
  width: 250px;
}

.single-revolution_case_stud main nav.case-studies h2 {
  margin-bottom: 4px;
}

.single-revolution_case_stud main nav.case-studies ul {
  margin: 0;
  padding: 0;
  position: static;
}

.single-revolution_case_stud main nav.case-studies ul > li:before {
  content: none;
  left: auto;
  position: static;
}

.single-revolution_case_stud main nav.case-studies a {
  border-bottom: thin solid #c5c5c5;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0 6px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
}

.single-revolution_case_stud main nav.case-studies a:hover {
  color: #eb1b24;
}

.single-revolution_case_stud main nav.case-studies a.is-current {
  color: #eb1b24;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .single-revolution_case_stud main .slideshow .images {
    height: 50vw;
  }
  .single-revolution_case_stud main > header,
  .single-revolution_case_stud main .content {
    padding-right: 200px;
  }
  .single-revolution_case_stud main > nav {
    display: none;
  }
}

@media (max-width: 860px) {
  .single-revolution_case_stud main > header,
  .single-revolution_case_stud main .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page--contact .text-content {
  position: relative;
}

.page--contact .text-content.textarea-container .nf-field-label {
  margin-top: 1em;
}

.page--contact .text-content h2 {
  font-size: 30px;
  margin-top: 1.2em;
}

.page--contact .text-content h2:first-of-type {
  margin-top: 0.8em;
}

.page--contact .text-content .location {
  border-bottom: 1px solid #c5c5c5;
  font-size: 16px;
  max-width: 550px;
  padding: 12px 0;
  position: relative;
}

@media (max-width: 1100px) {
  .page--contact .text-content .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  .page--contact .text-content .location {
    display: block;
  }
}

.page--contact .text-content .location .location-text {
  display: inline-block;
  margin-right: 3.25%;
  max-width: 175px;
  position: relative;
}

.page--contact .text-content .location .location-text > * {
  display: block;
}

.page--contact .text-content .location .location-text a {
  text-decoration: none;
}

.page--contact .text-content .location .location-title {
  font-weight: bold;
  text-transform: uppercase;
}

.page--contact .text-content .location address {
  font-style: normal;
}

.page--contact .text-content .location .opening-hours {
  margin-top: 14px;
}

.page--contact .text-content .map {
  background: #c5c5c5;
  display: inline-block;
  height: 250px;
  max-width: 352px;
  margin: auto;
  vertical-align: top;
  width: 76.25%;
}

@media (max-width: 1100px) {
  .page--contact .text-content .map {
    margin: 0;
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  .page--contact .text-content .map {
    margin-top: 0.9em;
    max-width: 100%;
    width: 100%;
  }
}

.page--contact .text-content .sidebar-form {
  position: absolute;
  top: 116px;
  right: 0;
  width: 350px;
}

@media (max-width: 1150px) {
  .page--contact .text-content .sidebar-form {
    margin-right: 30px;
    width: 25%;
  }
}

@media (max-width: 1100px) {
  .page--contact .text-content .sidebar-form {
    position: relative;
    width: 100%;
    margin: auto;
    top: auto;
  }
}

.page--contact .text-content .sidebar-form .nf-form-title h3 {
  margin-bottom: 0.7em;
}

html.search-results main .search-results {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 16px 0 64px;
  counter-reset: search-result;
}

html.search-results main .search-results li {
  border-bottom: thin solid #afafaf;
  margin: 0;
  padding: 0;
}

html.search-results main .search-results a {
  display: block;
  padding: 14px 0 6px;
  text-decoration: none;
}

html.search-results main .search-results a:hover {
  opacity: .6;
}

html.search-results main .search-results h2 {
  color: #eb1b24;
  font-size: 18px;
  margin: 6px 0;
}

html.search-results main .search-results h2:before {
  counter-increment: search-result;
  content: counter(search-result) ". ";
}

html.search-results main .search-results p {
  margin: 6px 0;
}

.page--image-gallery .gallery {
  margin: 0;
  padding: 0;
  position: static;
  margin-bottom: 65px;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.page--image-gallery .gallery > li:before {
  content: none;
  left: auto;
  position: static;
}

.page--image-gallery .gallery:after {
  clear: both;
  content: '';
  display: table;
}

.page--image-gallery .gallery li {
  display: block;
  float: left;
  padding: 5px;
  position: relative;
  width: 25%;
}

@media (max-width: 800px) {
  .page--image-gallery .gallery li {
    width: 33.333%;
  }
}

@media (max-width: 480px) {
  .page--image-gallery .gallery li {
    width: 50%;
  }
}

.page--image-gallery .gallery li:nth-child(4n) {
  margin-right: 0;
}

.page--image-gallery .gallery li img {
  display: block;
  width: 100%;
}

.page--image-gallery .gallery li .image-description {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.page--image-gallery .gallery li .image-description:hover {
  opacity: 1;
}

.page--image-gallery .gallery li .image-description p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  padding: 10px;
}

.page--colours-finishes .side-slideshow {
  margin-bottom: 0;
}

.page--colours-finishes .text-content {
  -webkit-box-shadow: inset 0 -50px 28px -28px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 -50px 28px -28px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  max-width: 100%;
  padding-bottom: 52px;
}

.page--colours-finishes .accordion {
  margin-top: 36px;
}

@media (max-width: 860px) {
  .page--colours-finishes .accordion .swatches {
    margin-left: 20px;
    margin-right: 20px;
    width: calc( 100% - 40px);
  }
}

@media (max-width: 640px) {
  .page--colours-finishes .accordion > li > h2 {
    font-size: 22px;
  }
}

.page--promotions .promotions-grid {
  margin-left: -10px;
  padding-left: 205px;
}

.page--promotions .promotions-grid li {
  width: 300px;
}

@media (max-width: 1110px) {
  .page--promotions .promotions-grid li {
    width: 33.3333333333%;
  }
}

@media (max-width: 860px) {
  .page--promotions .promotions-grid {
    margin-left: 0;
    padding-left: 5px;
  }
}

@media (max-width: 680px) {
  .page--promotions .promotions-grid li {
    width: 50%;
  }
}

.home .main-content {
  padding-right: 0;
}

.home .main-content > div {
  *zoom: 1;
  clear: both;
  padding-right: 250px;
  margin-top: 2em;
}

.home .main-content > div:before, .home .main-content > div:after {
  content: " ";
  display: table;
}

.home .main-content > div:after {
  clear: both;
}

.home .main-content .content {
  float: left;
  width: 100%;
}

.home .main-content .content h2 {
  margin-top: 0;
  max-width: 11em;
}

.home .main-content .logos {
  margin: 0;
  padding: 0;
  position: static;
  float: right;
  width: 200px;
  margin-right: -225px;
  text-align: center;
}

.home .main-content .logos > li:before {
  content: none;
  left: auto;
  position: static;
}

.home .main-content .logos li {
  margin-bottom: 30px;
}

.home .main-content .logos img {
  display: inline-block;
  max-width: 180px;
}

@media (max-width: 700px) {
  .home .main-content {
    padding-right: 20px;
  }
  .home .main-content > div {
    padding-right: 0;
  }
  .home .main-content .logos {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
    text-align: left;
  }
}

.blog-content {
  margin: 32px 0 32px 0;
  padding: 32px 50px 32px 200px;
}

.blog-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-content .posts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-content .post {
  padding: 30px 0;
  border-bottom: 3px solid #c5c5c5;
}

.blog-content .post:first-of-type {
  padding-top: 0;
}

.blog-content h1 {
  margin-bottom: 1.4em;
}

.blog-content h2 {
  color: #eb1b24;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  font-family: inherit;
}

.blog-content h2 a {
  color: #eb1b24;
  text-decoration: none;
}

.blog-content .date {
  margin: 0.5em 0;
}

.blog-content .listing-post-categories {
  margin: 0.5em 0 1.5em 0;
}

.blog-content .listing-post-categories > * {
  display: inline-block;
}

.blog-content .listing-post-categories ul {
  margin: 0;
  padding: 0;
}

.blog-content .listing-post-categories li {
  display: inline-block;
}

.blog-content .listing-post-categories li:before {
  content: '/';
  position: relative;
  margin: 0 0.3em;
}

.blog-content .listing-post-categories li:first-child:before {
  content: none;
}

.blog-content .thumbnail {
  display: block;
}

.blog-content .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-content .more {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: inherit;
}

@media (max-width: 1199px) {
  .blog-content {
    margin-top: 0;
  }
}

@media (max-width: 860px) {
  .blog-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 700px) {
  .blog-content > div {
    display: block;
  }
}

.blog-sidebar {
  width: 300px;
  max-width: 300px;
  padding-left: 100px;
}

.blog-sidebar > div {
  margin-bottom: 30px;
}

.blog-sidebar h2 {
  margin-bottom: 0.6em !important;
}

.blog-sidebar .recent-posts li {
  padding: 0.5em 0;
  border-bottom: 1px solid #efefef;
}

.blog-sidebar .recent-posts li:first-child {
  padding-top: 0;
}

.blog-sidebar .recent-posts span {
  display: block;
}

.blog-sidebar .recent-posts a {
  text-decoration: none;
}

.blog-sidebar ul {
  margin-top: 0.6em;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-sidebar li:before {
  content: none;
}

@media (max-width: 700px) {
  .blog-sidebar {
    width: 100%;
    padding-left: 0;
  }
}

.single-post .feature-image {
  margin: 0;
  padding: 0;
}

.single-post .feature-image img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post .post-content {
  margin: 32px 0;
  padding: 32px 50px 32px 200px;
}

.single-post .post-content .breadcrumbs {
  margin-bottom: 2em;
}

.single-post .post-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-post .post-content .post {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-post .post-content h1 {
  max-width: 550px;
}

.single-post .post-content h2 {
  color: #eb1b24;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  font-family: inherit;
}

.single-post .post-content h2 a {
  color: #eb1b24;
  text-decoration: none;
}

.single-post .post-content .date {
  margin: 0.5em 0;
}

.single-post .post-content .post-categories {
  margin: 0 0 1em 0;
  padding: 0.5em 0.7em;
  background: #efefef;
  text-transform: uppercase;
  font-weight: bold;
  color: #afafaf;
}

.single-post .post-content .post-categories li {
  display: inline-block;
}

.single-post .post-content .post-categories li:before {
  content: '/';
  position: relative;
  margin: 0 0.3em;
}

.single-post .post-content .post-categories li:first-child:before {
  content: none;
}

.single-post .post-content .post-categories a {
  text-decoration: none;
}

.single-post .post-content .thumbnail {
  display: block;
}

.single-post .post-content .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post .post-content .more {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: inherit;
}

.single-post .post-content .next-prev-posts {
  *zoom: 1;
  clear: both;
  padding: 30px 0;
}

.single-post .post-content .next-prev-posts:before, .single-post .post-content .next-prev-posts:after {
  content: " ";
  display: table;
}

.single-post .post-content .next-prev-posts:after {
  clear: both;
}

.single-post .post-content .next-prev-posts a[rel='prev'] {
  float: left;
}

@media (max-width: 1100px) {
  .single-post .post-content .next-prev-posts a[rel='prev'] {
    font-size: 13px;
  }
}

.single-post .post-content .next-prev-posts a[rel='next'] {
  float: right;
}

@media (max-width: 1100px) {
  .single-post .post-content .next-prev-posts a[rel='next'] {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .single-post .post-content {
    margin-top: 0;
  }
}

@media (max-width: 860px) {
  .single-post .post-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 700px) {
  .single-post .post-content > div {
    display: block;
  }
}
/*# sourceMappingURL=compiled.css.map */