/* ==========================================================================
   APP STYLES
============================================================================= */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* 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
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * 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-.
     */
figcaption,
figure {
  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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 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 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 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 */
  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
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  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 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 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 {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

/* ==========================================================================
   MIXINS
============================================================================= */
section.section, div.container, footer.footer, header.header, .section, .contact-container, .our-work-grid, .grid-loading, .grid-wrapper, .filter-menu, .filter-menu-items, .what-we-do, .our-work, .design-range, .design-range-form-container {
  *zoom: 1; }
  div.container:before, footer.footer:before, header.header:before, .section:before, .contact-container:before, .our-work-grid:before, .grid-loading:before, .grid-wrapper:before, .filter-menu:before, .filter-menu-items:before, .what-we-do:before, .our-work:before, .design-range:before, .design-range-form-container:before, div.container:after, footer.footer:after, header.header:after, .section:after, .contact-container:after, .our-work-grid:after, .grid-loading:after, .grid-wrapper:after, .filter-menu:after, .filter-menu-items:after, .what-we-do:after, .our-work:after, .design-range:after, .design-range-form-container:after {
    display: table;
    content: ""; }
  div.container:after, footer.footer:after, header.header:after, .section:after, .contact-container:after, .our-work-grid:after, .grid-loading:after, .grid-wrapper:after, .filter-menu:after, .filter-menu-items:after, .what-we-do:after, .our-work:after, .design-range:after, .design-range-form-container:after {
    clear: both; }

.visuallyhidden {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .focusable.visuallyhidden:active, .focusable.visuallyhidden:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========================================================================
   BASE
============================================================================= */
html {
  -webkit-text-size-adjust: 100%; }

html, body {
  height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  background-color: #000;
  color: #fff; }

main.content {
  height: 100%; }

section.section {
  margin: 0 auto; }

div.container {
  max-width: 1236px;
  padding: 0 40px;
  margin: 0 auto; }

/* ==========================================================================
   TYPOGRAPHY
============================================================================= */
body {
  font-size: 18px; }

h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-top: 0;
  padding-top: 0; }

p {
  line-height: 21px; }

/* ==========================================================================
   HELPERS
============================================================================= */
/* ==========================================================================
   BUTTONS & LINKS
============================================================================= */
a {
  color: #fff;
  text-decoration: underline; }

/* ==========================================================================
   HEADER
============================================================================= */
header.header {
  padding: 20px 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background-color: #000; }
  @media (min-width: 940px) {
    header.header {
      top: 40px;
      height: 85px;
      width: 225px;
      padding: 20px 40px 20px 40px;
      background: rgba(0, 0, 0, 0.55); } }

a.logo {
  display: block;
  line-height: normal;
  text-indent: -9999px;
  background-image: url("/img/logo-cwfilmco.png");
  background-repeat: no-repeat;
  width: 142px;
  height: 85px;
  background-size: 142px auto;
  margin: 0 0 0 82px;
  padding: 0;
  filter: drop-shadow(0px 0px 15px #000); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a.logo {
      background-image: url("/img/logo-cwfilmco@2x.png"); } }
  a.logo h1 {
    margin: 0; }

/* ==========================================================================
   NAVIGATION
============================================================================= */
/* Button styling */
.menu-toggle {
  display: block;
  padding: 0;
  outline: none;
  position: absolute;
  top: 52px;
  left: 40px;
  background-image: url("/img/icon-menu-open.png");
  background-repeat: no-repeat;
  width: 42px;
  height: 17px;
  background-size: 42px auto; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .menu-toggle {
      background-image: url("/img/icon-menu-open@2x.png"); } }
  @media (min-width: 940px) {
    .menu-toggle {
      top: 52px; } }

/*
Default styles + Mobile first Offscreen menu style
*/
.main-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  height: 100%;
  padding: 20px 40px;
  overflow-y: scroll;
  overflow-x: visible;
  transition: top 0.3s ease;
  z-index: 999;
  background-color: #000; }
  @media (min-width: 940px) {
    .main-menu {
      top: -580px;
      height: 580px;
      padding: 60px 40px 40px 40px; } }

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 50px 0 0 0; }
  @media (min-width: 940px) {
    .main-menu ul {
      padding: 100px 0 0 0;
      width: 550px;
      float: right; } }
  .main-menu ul li {
    margin: 0;
    padding: 0 0 30px 0;
    display: block; }
    @media (min-width: 940px) {
      .main-menu ul li {
        display: inline-block;
        float: left;
        width: 50%; } }

.main-menu ul a {
  display: block;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff; }
  @media (min-width: 940px) {
    .main-menu ul a {
      font-size: 30px; } }

.main-menu .menu-content {
  padding: 50px 0 0 0;
  font-size: 16px; }
  @media (min-width: 940px) {
    .main-menu .menu-content {
      float: left;
      padding: 100px 0 0 82px; } }

.main-menu .menu-close {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 40px;
  background-image: url("/img/icon-menu-close.png");
  background-repeat: no-repeat;
  width: 42px;
  height: 25px;
  background-size: 25px auto;
  background-position: center center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .main-menu .menu-close {
      background-image: url("/img/icon-menu-close@2x.png"); } }
  @media (min-width: 940px) {
    .main-menu .menu-close {
      top: 88px; } }

.menu-close .modal-close {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #666;
  outline: none;
  cursor: pointer; }
  .menu-close .modal-close:hover {
    color: #333; }

/*
On small devices, allow it to toggle...
:target for non-JavaScript
aria-expanded="true/false" will be for JavaScript
*/
.main-menu:target,
.main-menu[aria-expanded="true"] {
  top: 0;
  outline: none; }

.main-menu:target .menu-close,
.main-menu[aria-expanded="true"] .menu-close {
  z-index: 1001; }

.main-menu:target ul,
.main-menu[aria-expanded="true"] ul {
  position: relative;
  z-index: 1000; }

/*
We could us `.main-menu:target:after`, but
it wouldn't be clickable.
*/
.main-menu:target + .backdrop,
.main-menu[aria-expanded="true"] + .backdrop {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: default; }

@supports (position: fixed) {
  .main-menu,
  .main-menu:target + .backdrop,
  .main-menu[aria-expanded="true"] + .backdrop {
    position: fixed; } }

/* ==========================================================================
   CONTENT
============================================================================= */
.single-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px; }
  @media (min-width: 780px) {
    .single-title {
      font-size: 48px; } }

.page-image {
  margin: 0 auto 50px auto;
  max-width: 100%;
  display: block; }
  @media (min-width: 860px) {
    .page-image {
      float: right;
      padding: 0 0 100px 100px;
      margin: 0; } }

hr {
  margin: 20px 0 50px 0;
  padding: 0;
  border: none;
  background-color: transparent;
  border-top: 1px solid #969696; }

/* ==========================================================================
   HOME
============================================================================= */
.arrow-down {
  background-image: url("/img/icon-arrow-down.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 200;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .arrow-down {
      background-image: url("/img/icon-arrow-down@2x.png"); } }

.arrow-down-hidden {
  visibility: hidden;
  opacity: 0; }

.section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }

.section--content {
  font-size: 14px;
  padding-top: 165px; }

.section--link a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .section--link a .section-link-title {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -70px;
    font-size: 50px;
    padding: 0 20px; }
    @media (min-width: 940px) {
      .section--link a .section-link-title {
        font-size: 120px; } }
  .section--link a .section-link-side {
    position: absolute;
    right: 0;
    bottom: 20px;
    transform: rotate(-90deg) translate(100%, 0);
    transform-origin: right bottom;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    background-image: url("/img/icon-arrow-down.png");
    background-repeat: no-repeat;
    background-position: 99% 16px;
    background-size: 28px 28px;
    padding: 20px 40px 20px 0;
    display: none; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .section--link a .section-link-side {
        background-image: url("/img/icon-arrow-down@2x.png"); } }
    @media (min-width: 600px) {
      .section--link a .section-link-side {
        display: block; } }

.cycle-slideshow {
  overflow: hidden; }

.cycle-slideshow > div {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover; }

.section-home-quote {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  bottom: 10%;
  right: 0;
  padding: 40px;
  text-align: right;
  max-width: 50%;
  z-index: 100; }
  .section-home-quote h2 {
    margin: 0;
    font-size: 40px; }
    @media (min-width: 940px) {
      .section-home-quote h2 {
        font-size: 78px; } }

.section--design-range {
  padding: 0 20px;
  display: flex; }
  @media (min-width: 940px) {
    .section--design-range {
      padding: 0 40px;
      min-height: 985px; } }
  .section--design-range .section-design-range-side {
    position: absolute;
    right: 0;
    bottom: 20px;
    transform: rotate(-90deg) translate(100%, 0);
    transform-origin: right bottom;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    background-image: url("/img/icon-arrow-down.png");
    background-repeat: no-repeat;
    background-position: 99% 16px;
    background-size: 28px 28px;
    padding: 20px 40px 20px 0;
    display: none; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .section--design-range .section-design-range-side {
        background-image: url("/img/icon-arrow-down@2x.png"); } }
    @media (min-width: 600px) {
      .section--design-range .section-design-range-side {
        display: block; } }

.section-design-range-title {
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  text-align: left;
  padding-left: 20px;
  text-decoration: none;
  color: #fff; }
  @media (min-width: 940px) {
    .section-design-range-title {
      font-size: 42px;
      padding-left: 40px; } }

.slider-design-range-home-container {
  position: relative;
  padding: 0;
  margin: auto;
  flex: 1;
  width: 100%; }

.slider-design-range-home a {
  display: block;
  padding: 20px;
  position: relative; }
  @media (min-width: 940px) {
    .slider-design-range-home a {
      padding: 40px; } }

.slider-design-range-home img {
  width: 100%; }

.slider-design-range-home button.slick-arrow {
  top: auto;
  bottom: -28px;
  margin-top: 0; }
  @media (min-width: 400px) {
    .slider-design-range-home button.slick-arrow {
      bottom: auto;
      top: -28px;
      margin-top: 0; } }
  @media (min-width: 940px) {
    .slider-design-range-home button.slick-arrow {
      top: -36px; } }
  @media (min-width: 1080px) {
    .slider-design-range-home button.slick-arrow {
      display: block !important; } }

.slider-design-range-home button.slick-prev {
  left: auto;
  right: 68px; }
  @media (min-width: 400px) {
    .slider-design-range-home button.slick-prev {
      left: auto;
      right: 68px; } }
  @media (min-width: 940px) {
    .slider-design-range-home button.slick-prev {
      right: 88px; } }

.slider-design-range-home button.slick-next {
  left: auto;
  right: 20px; }
  @media (min-width: 400px) {
    .slider-design-range-home button.slick-next {
      left: auto;
      right: 20px; } }
  @media (min-width: 940px) {
    .slider-design-range-home button.slick-next {
      right: 40px; } }

.slider-design-range-home a .design-range-home-overlay {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 0;
  bottom: 0;
  background: rgba(4, 116, 154, 0.6);
  color: #fff;
  text-align: center;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  margin: auto; }
  @media (min-width: 940px) {
    .slider-design-range-home a .design-range-home-overlay {
      top: 80px;
      left: 80px;
      right: 0;
      bottom: 0; } }
  .slider-design-range-home a .design-range-home-overlay h2 {
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 16px; }
    @media (min-width: 940px) {
      .slider-design-range-home a .design-range-home-overlay h2 {
        font-size: 24px; } }

.slider-design-range-home a:hover .design-range-home-overlay {
  visibility: visible;
  opacity: 1; }

.section--about-us a {
  transition: all 1s ease-in-out; }

.section--about-us a:hover {
  background: transparent url("/img/hover-about-us.png") no-repeat center center; }

.section--say-hi {
  background-color: #fff;
  display: flex; }
  @media (min-width: 550px) {
    .section--say-hi {
      padding: 0 40px; } }
  @media (min-width: 940px) {
    .section--say-hi {
      min-height: 985px; } }
  .section--say-hi a {
    color: #04749a;
    text-decoration: none; }

.contact-container {
  background-color: #fff;
  color: #000;
  padding: 30px;
  flex: 1;
  margin: auto; }
  @media (min-width: 850px) {
    .contact-container {
      padding: 50px; } }

.contact-form {
  padding: 0 0 40px 0; }
  @media (min-width: 1100px) {
    .contact-form {
      float: left;
      width: 70%; } }
  @media (min-width: 1300px) {
    .contact-form {
      width: 55%; } }
  .contact-form h2 {
    margin: 0 0 50px 0;
    font-size: 50px;
    font-weight: normal; }
    .contact-form h2 strong {
      font-weight: 900; }
    .contact-form h2 span {
      font-size: 22px;
      display: block; }
      @media (min-width: 700px) {
        .contact-form h2 span {
          display: inline; } }
  .contact-form .field {
    margin-bottom: 25px; }
  .contact-form .heading {
    padding: 0 0 5px 0; }
    @media (min-width: 850px) {
      .contact-form .heading {
        float: left;
        width: 120px;
        text-align: right;
        padding: 0 20px 0 0; } }
    .contact-form .heading label {
      text-transform: uppercase; }
  .contact-form .input input,
  .contact-form .input textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #04749a;
    padding: 6px 8px;
    width: 100%; }
    @media (min-width: 850px) {
      .contact-form .input input,
      .contact-form .input textarea {
        width: 380px; } }
  @media (min-width: 850px) {
    .contact-form .submit {
      padding-left: 140px; } }
  .contact-form .submit button {
    border: 1px solid #04749a;
    text-transform: uppercase;
    padding: 5px 20px;
    cursor: pointer; }

.google-recaptcha-container {
  margin-bottom: 25px; }
  @media (min-width: 850px) {
    .google-recaptcha-container {
      padding-left: 140px; } }

.form-message {
  padding: 10px;
  margin: 0 0 25px 0;
  border-radius: 6px;
  font-size: 14px; }

.form-message-hidden {
  display: none; }

.form-success {
  background-color: #04749a;
  color: #fff; }

.form-error {
  background-color: coral; }

.sproutforms-message-success {
  padding: 10px;
  margin: 0 0 25px 0;
  border-radius: 6px;
  font-size: 14px;
  background-color: #04749a;
  color: #fff; }
  .sproutforms-message-success p {
    margin: 0; }

.sproutforms-message-errors {
  padding: 10px;
  margin: 0 0 25px 0;
  border-radius: 6px;
  font-size: 14px;
  background-color: coral; }
  .sproutforms-message-errors p {
    margin-top: 0; }

@media (min-width: 1100px) {
  .contact-details {
    float: right;
    width: 25%; } }

@media (min-width: 1300px) {
  .contact-details {
    width: 40%; } }

.contact-details-name {
  text-transform: uppercase; }

ul.social-icons {
  list-style: none;
  margin: 0;
  padding: 20px 0; }
  ul.social-icons li {
    display: inline-block;
    float: left;
    margin: 0 12px 0 0; }
    ul.social-icons li a {
      display: block;
      width: 39px;
      height: 39px;
      background-size: 39px 39px;
      text-indent: -9999px; }
      ul.social-icons li a.icon-facebook {
        background-image: url("/img/icon-facebook.png");
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.social-icons li a.icon-facebook {
            background-image: url("/img/icon-facebook@2x.png"); } }
      ul.social-icons li a.icon-instagram {
        background-image: url("/img/icon-instagram.png");
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.social-icons li a.icon-instagram {
            background-image: url("/img/icon-instagram@2x.png"); } }
      ul.social-icons li a.icon-linkedin {
        background-image: url("/img/icon-linkedin.png");
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.social-icons li a.icon-linkedin {
            background-image: url("/img/icon-linkedin@2x.png"); } }

/* ==========================================================================
   OUR WORK GRID
============================================================================= */
.our-work-grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 40px 0;
  position: relative;
  text-align: center; }
  @media (min-width: 1080px) {
    .our-work-grid-item {
      float: left;
      width: 50%;
      padding: 50px;
      text-align: left; } }
  .our-work-grid-item a {
    display: block;
    text-decoration: none; }
  .our-work-grid-item img {
    margin: 0 auto;
    display: block;
    max-width: 400px;
    width: 100%; }
    @media (min-width: 1080px) {
      .our-work-grid-item img {
        max-width: 100%; } }
  .our-work-grid-item .our-work-grid-item-image {
    position: relative;
    padding-bottom: 20px; }
    @media (min-width: 1080px) {
      .our-work-grid-item .our-work-grid-item-image {
        padding-bottom: 0; } }
    @media (min-width: 1080px) {
      .our-work-grid-item .our-work-grid-item-image:before {
        content: '';
        position: absolute;
        top: 50px;
        left: -50px;
        right: 50px;
        bottom: -50px;
        border: 1px solid #969696;
        background-color: #969696;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear; } }
    @media (min-width: 1080px) {
      .our-work-grid-item .our-work-grid-item-image:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(4, 116, 154, 0.6);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear; } }
  .our-work-grid-item h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    margin: 0; }
    @media (min-width: 1080px) {
      .our-work-grid-item h2 {
        position: absolute;
        transform: rotate(-90deg) translate(100%, 0);
        transform-origin: right bottom;
        white-space: nowrap;
        letter-spacing: 6px;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
        font-weight: 900;
        font-size: 48px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear; } }
  .our-work-grid-item .our-work-grid-item-description {
    color: #fff;
    font-size: 14px; }
    @media (min-width: 1080px) {
      .our-work-grid-item .our-work-grid-item-description {
        position: absolute;
        width: 450px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear; } }

@media (min-width: 1080px) {
  .our-work-grid-item:nth-child(odd) {
    padding-bottom: 30%; } }

@media (min-width: 1080px) {
  .our-work-grid-item:nth-child(odd) h2 {
    right: 70px;
    bottom: 340px; } }

@media (min-width: 1080px) {
  .our-work-grid-item:nth-child(odd) .our-work-grid-item-description {
    right: -500px;
    top: 150px; } }

@media (min-width: 1080px) {
  .our-work-grid-item:nth-child(even) {
    padding-top: 30%; } }

@media (min-width: 1080px) {
  .our-work-grid-item:nth-child(even) h2 {
    right: 70px;
    bottom: 10px; } }

@media (min-width: 1080px) {
  .our-work-grid-item:nth-child(even) .our-work-grid-item-description {
    bottom: 150px;
    left: -500px; } }

@media (min-width: 1080px) {
  .our-work-grid-item a:hover .our-work-grid-item-image:before,
  .our-work-grid-item a:hover .our-work-grid-item-image:after,
  .our-work-grid-item a:hover h2,
  .our-work-grid-item a:hover .our-work-grid-item-description {
    visibility: visible;
    opacity: 1; } }

/* ==========================================================================
   GRID
============================================================================= */
.grid-loading {
  display: block;
  text-align: center;
  font-size: 30px;
  color: red; }

.grid-wrapper {
  display: none; }

.grid-sizer,
.grid-item {
  width: 100%; }
  @media (min-width: 500px) {
    .grid-sizer,
    .grid-item {
      width: calc(50% - 15px); } }
  @media (min-width: 800px) {
    .grid-sizer,
    .grid-item {
      width: calc(33.33% - 15px); } }

.grid-alt .grid-sizer,
.grid-alt .grid-item {
  width: calc(33.33% - 15px); }
  @media (min-width: 500px) {
    .grid-alt .grid-sizer,
    .grid-alt .grid-item {
      width: calc(25% - 15px); } }
  @media (min-width: 800px) {
    .grid-alt .grid-sizer,
    .grid-alt .grid-item {
      width: calc(16.66% - 15px); } }

.grid-item {
  float: left;
  margin-bottom: 15px; }

.grid-item a {
  display: block;
  position: relative; }

.grid-item img {
  display: block;
  max-width: 100%; }

.grid-item .grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 116, 154, 0.6);
  color: #fff;
  text-align: center;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear; }
  .grid-item .grid-overlay h2 {
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 16px; }
    @media (min-width: 800px) {
      .grid-item .grid-overlay h2 {
        font-size: 24px; } }

.grid-item a:hover .grid-overlay {
  visibility: visible;
  opacity: 1; }

.grid-label {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  padding: 3px 6px;
  font-size: 8px;
  max-width: 80%; }

.filter-menu {
  text-align: center;
  margin: 0 0 40px 0; }
  .filter-menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 5px 15px; }
    @media (min-width: 1080px) {
      .filter-menu a {
        display: inline-block;
        padding: 15px; } }
    .filter-menu a.current {
      color: #04749a; }
  .filter-menu span {
    display: none; }
    @media (min-width: 1080px) {
      .filter-menu span {
        display: inline; } }

.filter-menu-control {
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 5px 15px;
  font-weight: bold;
  cursor: pointer; }
  @media (min-width: 1080px) {
    .filter-menu-control {
      display: none; } }

.filter-menu-items {
  display: none; }
  @media (min-width: 1080px) {
    .filter-menu-items {
      display: block; } }

/* ==========================================================================
   WHAT WE DO
============================================================================= */
.what-we-do {
  position: relative; }
  @media (min-width: 1080px) {
    .what-we-do {
      margin-top: 50px; } }
  .what-we-do img {
    margin: 0 auto 20px auto;
    display: block;
    max-width: 400px;
    width: 100%; }
    @media (min-width: 1080px) {
      .what-we-do img {
        max-width: none;
        width: auto;
        margin: 0; } }
    @media (min-width: 1080px) {
      .what-we-do img.what-we-do-photo2 {
        position: absolute;
        top: 360px;
        left: 505px; } }
    @media (min-width: 1080px) {
      .what-we-do img.what-we-do-photo3 {
        position: relative;
        margin-left: -50px;
        padding: 70px 0; } }

h1.what-we-do-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin: 0 0 20px 0;
  z-index: 1; }
  @media (min-width: 780px) {
    h1.what-we-do-title {
      font-size: 48px; } }
  @media (min-width: 1080px) {
    h1.what-we-do-title {
      position: absolute;
      right: 0;
      bottom: 70px;
      transform: rotate(-90deg) translate(100%, 0);
      transform-origin: right bottom;
      white-space: nowrap;
      letter-spacing: 26px;
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
      font-weight: 900;
      font-size: 110px;
      text-align: left;
      margin: 0; } }

.what-we-do-description {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 0 40px 0; }
  @media (min-width: 1080px) {
    .what-we-do-description {
      position: absolute;
      top: -15px;
      left: 700px;
      width: 30%;
      text-align: left;
      padding: 0; } }

/* ==========================================================================
   SLIDERS
============================================================================= */
.slick-slide {
  position: relative; }

.slick-slide img {
  width: 100%; }

button.slick-arrow {
  border: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  width: 28px;
  height: 28px;
  background-color: transparent;
  text-indent: -9999px;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  display: block; }
  @media (min-width: 1080px) {
    button.slick-arrow {
      display: none !important; } }

button.slick-prev {
  left: -33px;
  background-image: url("/img/icon-arrow-left.png");
  background-repeat: no-repeat;
  background-size: 28px 28px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    button.slick-prev {
      background-image: url("/img/icon-arrow-left@2x.png"); } }

button.slick-next {
  right: -33px;
  background-image: url("/img/icon-arrow-right.png");
  background-repeat: no-repeat;
  background-size: 28px 28px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    button.slick-next {
      background-image: url("/img/icon-arrow-right@2x.png"); } }

/* ==========================================================================
   OUR WORK
============================================================================= */
.our-work {
  position: relative;
  margin-bottom: 50px; }

.slider-our-work-nav {
  float: right;
  margin-bottom: 15px;
  display: none; }
  @media (min-width: 1080px) {
    .slider-our-work-nav {
      display: block; } }
  .slider-our-work-nav a {
    margin: 0 0 0 8px;
    display: block;
    float: left;
    width: 160px;
    position: relative; }
  .slider-our-work-nav img {
    width: 100%;
    position: relative;
    z-index: 1;
    display: block; }
  .slider-our-work-nav a.current:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 116, 154, 0.6);
    z-index: 2; }

.slider-our-work {
  width: 100%;
  display: block;
  clear: both; }
  @media (min-width: 1080px) {
    .slider-our-work {
      z-index: -1; } }

h1.our-work-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin: 20px 0;
  z-index: 2; }
  @media (min-width: 780px) {
    h1.our-work-title {
      font-size: 48px; } }
  @media (min-width: 1080px) {
    h1.our-work-title {
      letter-spacing: 26px;
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
      font-weight: 900;
      font-size: 100px;
      text-align: left;
      margin: -50px 0 0 0; } }

.our-work-description {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 0 40px 0; }
  @media (min-width: 1080px) {
    .our-work-description {
      width: 800px;
      padding: 0;
      text-align: left; } }

/* ==========================================================================
   DESIGN RANGE
============================================================================= */
.design-range {
  position: relative;
  margin-bottom: 50px; }

.slider-design-range-colours {
  float: right;
  margin: 0 0 10px 0;
  display: none; }
  @media (min-width: 700px) {
    .slider-design-range-colours {
      display: block; } }
  .slider-design-range-colours a {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 26px;
    float: left;
    margin-left: 5px; }
    .slider-design-range-colours a span {
      display: block;
      width: 26px;
      height: 26px;
      border: 2px solid #000;
      border-radius: 26px;
      text-indent: -9999px; }
  .slider-design-range-colours span.label {
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    padding-right: 10px; }

.slider-design-range {
  width: 100%;
  display: block;
  clear: both; }
  @media (min-width: 1080px) {
    .slider-design-range {
      z-index: -1; } }

h1.design-range-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin: 20px 0;
  z-index: 2; }
  @media (min-width: 780px) {
    h1.design-range-title {
      font-size: 48px; } }
  @media (min-width: 1080px) {
    h1.design-range-title {
      letter-spacing: 26px;
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
      font-weight: 900;
      font-size: 100px;
      text-align: left;
      margin: -50px 0 0 0; } }

h1.design-range-title-3m {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin: 20px 0 0 0;
  z-index: 2; }
  @media (min-width: 780px) {
    h1.design-range-title-3m {
      font-size: 48px; } }
  @media (min-width: 1080px) {
    h1.design-range-title-3m {
      letter-spacing: 26px;
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
      font-weight: 900;
      font-size: 100px;
      text-align: right;
      margin: -50px -40px 0 0; } }

h2.design-range-subtitle-3m {
  text-align: center; }
  @media (min-width: 1080px) {
    h2.design-range-subtitle-3m {
      text-align: right; } }

.design-range-description {
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
  text-align: center; }
  @media (min-width: 1080px) {
    .design-range-description {
      text-align: right;
      padding: 40px 0; } }

.design-range-description-3m {
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  clear: both; }
  @media (min-width: 1080px) {
    .design-range-description-3m {
      text-align: right;
      padding: 20px 0 40px 0; } }

.design-range-colour {
  font-size: 20px; }
  .design-range-colour span {
    display: none; }
    .design-range-colour span.current {
      display: block; }

.slider-design-range-nav {
  float: right;
  margin-bottom: 15px;
  margin-right: -40px;
  display: none; }
  @media (min-width: 1200px) {
    .slider-design-range-nav {
      display: block; } }
  .slider-design-range-nav a {
    margin: 0 0 0 8px;
    display: block;
    float: left;
    width: 160px;
    position: relative; }
  .slider-design-range-nav img {
    width: 100%;
    position: relative;
    z-index: 1;
    display: block; }
  .slider-design-range-nav a.current:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 116, 154, 0.6);
    z-index: 2; }

.design-range-swatch {
  width: 100%;
  max-width: 400px;
  margin: 40px auto 0 auto;
  display: block; }
  @media (min-width: 1080px) {
    .design-range-swatch {
      float: left;
      width: 400px;
      margin-left: -40px;
      margin-top: -80px;
      padding-right: 80px; } }

/* ==========================================================================
   DESIGN RANGE FORM
============================================================================= */
h1.design-range-form-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin: 0;
  z-index: 2; }
  @media (min-width: 780px) {
    h1.design-range-form-title {
      font-size: 48px;
      margin: 20px 0; } }
  @media (min-width: 1080px) {
    h1.design-range-form-title {
      letter-spacing: 6px;
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
      font-weight: 900;
      text-align: left;
      margin: 0; } }

.design-range-form-intro {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 40px 0 0 0; }
  @media (min-width: 1080px) {
    .design-range-form-intro {
      width: 800px;
      text-align: left;
      padding: 40px 0; } }

.design-range-form-swatch {
  width: 100%;
  max-width: 400px;
  margin: 40px auto;
  display: block; }
  @media (min-width: 1080px) {
    .design-range-form-swatch {
      position: absolute;
      top: 0;
      right: 0;
      width: 400px;
      margin: 0; } }

.design-range-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 40px 0;
  font-size: 18px;
  width: 100%;
  position: relative; }
  @media (min-width: 1100px) {
    .design-range-form {
      padding-right: 500px; } }
  .design-range-form h2 {
    margin: 0 0 50px 0;
    font-size: 50px;
    font-weight: normal; }
    .design-range-form h2 strong {
      font-weight: 900; }
    .design-range-form h2 span {
      font-size: 22px;
      display: block; }
      @media (min-width: 700px) {
        .design-range-form h2 span {
          display: inline; } }
  .design-range-form .field {
    margin-bottom: 25px;
    position: relative; }
    @media (min-width: 850px) {
      .design-range-form .field {
        padding-left: 140px; } }
  .design-range-form .heading {
    padding: 0 0 5px 0; }
    @media (min-width: 850px) {
      .design-range-form .heading {
        position: absolute;
        top: 0;
        left: 0;
        width: 120px;
        text-align: right;
        padding: 0 20px 0 0; } }
    .design-range-form .heading label {
      text-transform: uppercase; }
  .design-range-form .input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .design-range-form .input input,
  .design-range-form .input textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
    padding: 6px 8px;
    width: 100%; }
  @media (min-width: 850px) {
    .design-range-form .submit {
      padding-left: 140px; } }
  .design-range-form .submit button {
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    cursor: pointer; }

/* ==========================================================================
   FOOTER
============================================================================= */
footer.footer {
  text-align: center;
  padding: 20px;
  font-size: 12px; }

