/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:960px;
  margin: 0 auto;
}
#carousel {
  height:280px;
  width:960px;
  background-color:#CCC;
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;
}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  /*border:2px solid #5d5d5d;*/
  cursor:pointer;
}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  width:100%;
  /*background-color:#000;*/
}

.carousel-feature.feature-one {
	background-color: #944d99;
	padding: 10px;
}

.carousel-feature.feature-two {
	background-color: #009577;
	padding: 10px;
}

.carousel-feature p {
	color: #FFF;
}

.carousel-feature .carousel-caption p {
  margin:0;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  color:white;
}
.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
  display: none;	
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  top:210px;
  padding:0;
  margin:0;
  display: none !important;	
}

.tracker-individual-container li {
  list-style:none;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  color:white;
  text-align:center;
  background-color:#DDD;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:175px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  left:210px;
  cursor:pointer;
}
@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@charset "UTF-8";
/* FONTS */
/* ! DO NOT REMOVE RESET ! */
@font-face {
  font-family: "reset";
  src: url(data:font/ttf;base64,AAEAAAAOAIAAAwBgRkZUTWegLxgAAADsAAAAHEdERUYAMgAEAAABCAAAACBPUy8yAAAGlwAAASgAAABgY21hcJ7qif8AAAGIAAADWmdhc3AAAAAQAAAE5AAAAAhnbHlmKORl/AAABOwAAAAoaGVhZP8hNZMAAAUUAAAANmhoZWEH0v3qAAAFTAAAACRobXR4AfQAAAAABXAAAAAUbG9jYQAYACwAAAWEAAAADG1heHAASAAHAAAFkAAAACBuYW1lDyIsngAABbAAAAD2cG9zdEywn50AAAaoAAAANHdlYmbF2FHnAAAG3AAAAAYAAAABAAAAAMw9os8AAAAAzVUV8gAAAADODXZWAAEAAAAOAAAAGAAAAAAAAgABAAEABAABAAQAAAACAAAAAwH0AZAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAkAAAAAAAAAAAADAAAAAAAAAAAAAAAASEwgIABAAALgAAZm/mYAAAPoACgAAAABAAAAAAAAAAAAAAAgAAEAAAADAAAAAwAAABwAAQAAAAACVAADAAEAAAAcAAQCOAAAAAwACAACAAQAAACtAMAA/+AA//8AAAAAAAIArwDC4AD//wADAAAAAAAAIAQAAQAAAAoBYAGCAAAAAAADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAAAQYAAAMAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAwMDAwADAwADAAMDAAMDAAMAAAMDAAAAAAADAwADAwMDAwAAAAADAwADAwMDAAAAAAAAAAADAAMAAAAAAAAAAAMAAAADAwADAwMDAwMDAwADAwMDAAAAAwAAAAMAAAAAAAABAAH//wAPAAEAAAAAA+gD6AADAAAxESERA+gD6PwYAAEAAAAAAAAAAAAAAAAxAAABAAAAAQAALz+/Wl8PPPUACwgAAAAAAM4NdlcAAAAAzg12VwAAAAAD6APoAAAACAACAAAAAAAAAAEAAAPo/9gAAAH0AAD8GAPoAAEAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAMAAwADAAMABQAAQAAAAUABAABAAAAAAACAAAAAQABAAAAQAAAAAAAAAAAAAgAZgADAAEECQABAAoAAAADAAEECQACAA4ACgADAAEECQADAAoAGAADAAEECQAEABoAIgADAAEECQAFAAQAPAADAAEECQAGAAoAQAADAAEECQDIABYASgADAAEECQDJADAAYABCAGwAYQBuAGsAUgBlAGcAdQBsAGEAcgBCAGwAYQBuAGsAQgBsAGEAbgBrACAAUgBlAGcAdQBsAGEAcgB2ADEAQgBsAGEAbgBrAFcAZQBiAGYAbwBuAHQAIAAxAC4AMABUAGgAdQAgAEoAdQBsACAAMQA4ACAAMAA2ADoAMwA5ADoAMQA5ACAAMgAwADEAMwAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAEAAgADAQIHdW5pRTAwMAABUefF1wAA) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "QuicksandRegular";
  src: url(../fonts/Quicksand-Regular.eot);
  src: url(../fonts/Quicksand-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Quicksand-Regular.woff) format("woff"), url(../fonts/Quicksand-Regular.ttf) format("truetype"), url(../fonts/Quicksand-Regular.svg#quicksandregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "QuicksandBold";
  src: url(../fonts/Quicksand-Bold.eot);
  src: url(../fonts/Quicksand-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Quicksand-Bold.woff) format("woff"), url(../fonts/Quicksand-Bold.ttf) format("truetype"), url(../fonts/Quicksand-Bold.svg#quicksandbold) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "QuicksandLight";
  src: url(../fonts/Quicksand-Light.eot);
  src: url(../fonts/Quicksand-Light?#iefix) format("embedded-opentype"), url(../fonts/Quicksand-Light.woff) format("woff"), url(../fonts/Quicksand-Light.ttf) format("truetype"), url(../fonts/Quicksand-Light.svg#quicksandlight) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "JosefinRegular";
  src: url(../fonts/josefinslab-regular.eot);
  src: url(../fonts/josefinslab-regular?#iefix) format("embedded-opentype"), url(../fonts/josefinslab-regular.woff) format("woff"), url(../fonts/josefinslab-regular.ttf) format("truetype"), url(../fonts/josefinslab-regular.svg#josefinregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "JosefinBold";
  src: url(../fonts/josefinslab-bold.eot);
  src: url(../fonts/josefinslab-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/josefinslab-bold.woff) format("woff"), url(../fonts/josefinslab-bold.ttf) format("truetype"), url(../fonts/josefinslab-bold.svg#josefinbold) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT SIZES */
/* SOCIAL ICONS */
/* PALETTE */
/* SOCIAL COLOURS */
html {
  font-size: 10px;
  height: 100%;
}

body {
  position: relative;
  z-index: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
}

.wrap {
  position: relative;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: none;
  min-width: 200px;
  height: 100%;
  min-height: 100%;
  background: #FFF;
}

.container {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.grid {
  display: block;
  list-style: none;
  margin: 0 0 0 -20px;
  padding: 0;
  justify-content: initial;
  font-family: "reset";
  font-size: 0;
  line-height: 0;
}
.grid:after {
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.grid > * {
  margin: 0;
  padding: 0 0 0 20px;
  width: 100%;
  max-width: 100%;
  text-align: left;
  -ms-text-justify: auto;
  text-justify: auto;
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  font-family: "QuicksandRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.justify {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

.reverse {
  direction: rtl;
}
.reverse > * {
  direction: ltr;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-flex-shrink: 1;
  flex-shrink: 1;
}
.flex > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

[class*=push-],
[class*=pull-] {
  position: relative;
}

.span-auto {
  width: auto;
}

.offset-0 {
  margin-left: 0;
}

.inset-0 {
  margin-right: 0;
}

.push-0 {
  left: 0;
}

.pull-0 {
  left: 0;
}

.span-1 {
  width: 100%;
}

.offset-1 {
  margin-left: 100%;
}

.inset-1 {
  margin-right: 100%;
}

.push-1 {
  left: 100%;
}

.pull-1 {
  left: -100%;
}

.span-1-2 {
  width: 50%;
}

.offset-1-2 {
  margin-left: 50%;
}

.inset-1-2 {
  margin-right: 50%;
}

.push-1-2 {
  left: 50%;
}

.pull-1-2 {
  left: -50%;
}

.span-1-3 {
  width: 33.33%;
}

.offset-1-3 {
  margin-left: 33.33%;
}

.inset-1-3 {
  margin-right: 33.33%;
}

.push-1-3 {
  left: 33.33%;
}

.pull-1-3 {
  left: -33.33%;
}

.span-2-3 {
  width: 66.66%;
}

.offset-2-3 {
  margin-left: 66.66%;
}

.inset-2-3 {
  margin-right: 66.66%;
}

.push-2-3 {
  left: 66.66%;
}

.pull-2-3 {
  left: -66.66%;
}

.span-1-4 {
  width: 25%;
}

.offset-1-4 {
  margin-left: 25%;
}

.inset-1-4 {
  margin-right: 25%;
}

.push-1-4 {
  left: 25%;
}

.pull-1-4 {
  left: -25%;
}

.span-3-4 {
  width: 75%;
}

.offset-3-4 {
  margin-left: 75%;
}

.inset-3-4 {
  margin-right: 75%;
}

.push-3-4 {
  left: 75%;
}

.pull-3-4 {
  left: -75%;
}

.span-1-5 {
  width: 20%;
}

.offset-1-5 {
  margin-left: 20%;
}

.inset-1-5 {
  margin-right: 20%;
}

.push-1-5 {
  left: 20%;
}

.pull-1-5 {
  left: -20%;
}

.span-2-5 {
  width: 40%;
}

.offset-2-5 {
  margin-left: 40%;
}

.inset-2-5 {
  margin-right: 40%;
}

.push-2-5 {
  left: 40%;
}

.pull-2-5 {
  left: -40%;
}

.span-3-5 {
  width: 60%;
}

.offset-3-5 {
  margin-left: 60%;
}

.inset-3-5 {
  margin-right: 60%;
}

.push-3-5 {
  left: 60%;
}

.pull-3-5 {
  left: -60%;
}

.span-4-5 {
  width: 80%;
}

.offset-4-5 {
  margin-left: 80%;
}

.inset-4-5 {
  margin-right: 80%;
}

.push-4-5 {
  left: 80%;
}

.pull-4-5 {
  left: -80%;
}

.span-1-6 {
  width: 16.66%;
}

.offset-1-6 {
  margin-left: 16.66%;
}

.inset-1-6 {
  margin-right: 16.66%;
}

.push-1-6 {
  left: 16.66%;
}

.pull-1-6 {
  left: -16.66%;
}

.span-5-6 {
  width: 83.33%;
}

.offset-5-6 {
  margin-left: 83.33%;
}

.inset-5-6 {
  margin-right: 83.33%;
}

.push-5-6 {
  left: 83.33%;
}

.pull-5-6 {
  left: -83.33%;
}

.span-1-7 {
  width: 14.28%;
}

.offset-1-7 {
  margin-left: 14.28%;
}

.inset-1-7 {
  margin-right: 14.28%;
}

.push-1-7 {
  left: 14.28%;
}

.pull-1-7 {
  left: -14.28%;
}

.span-2-7 {
  width: 28.57%;
}

.offset-2-7 {
  margin-left: 28.57%;
}

.inset-2-7 {
  margin-right: 28.57%;
}

.push-2-7 {
  left: 28.57%;
}

.pull-2-7 {
  left: -28.57%;
}

.span-3-7 {
  width: 42.85%;
}

.offset-3-7 {
  margin-left: 42.85%;
}

.inset-3-7 {
  margin-right: 42.85%;
}

.push-3-7 {
  left: 42.85%;
}

.pull-3-7 {
  left: -42.85%;
}

.span-4-7 {
  width: 57.14%;
}

.offset-4-7 {
  margin-left: 57.14%;
}

.inset-4-7 {
  margin-right: 57.14%;
}

.push-4-7 {
  left: 57.14%;
}

.pull-4-7 {
  left: -57.14%;
}

.span-5-7 {
  width: 71.42%;
}

.offset-5-7 {
  margin-left: 71.42%;
}

.inset-5-7 {
  margin-right: 71.42%;
}

.push-5-7 {
  left: 71.42%;
}

.pull-5-7 {
  left: -71.42%;
}

.span-6-7 {
  width: 85.71%;
}

.offset-6-7 {
  margin-left: 85.71%;
}

.inset-6-7 {
  margin-right: 85.71%;
}

.push-6-7 {
  left: 85.71%;
}

.pull-6-7 {
  left: -85.71%;
}

.span-1-8 {
  width: 12.5%;
}

.offset-1-8 {
  margin-left: 12.5%;
}

.inset-1-8 {
  margin-right: 12.5%;
}

.push-1-8 {
  left: 12.5%;
}

.pull-1-8 {
  left: -12.5%;
}

.span-3-8 {
  width: 37.5%;
}

.offset-3-8 {
  margin-left: 37.5%;
}

.inset-3-8 {
  margin-right: 37.5%;
}

.push-3-8 {
  left: 37.5%;
}

.pull-3-8 {
  left: -37.5%;
}

.span-5-8 {
  width: 62.5%;
}

.offset-5-8 {
  margin-left: 62.5%;
}

.inset-5-8 {
  margin-right: 62.5%;
}

.push-5-8 {
  left: 62.5%;
}

.pull-5-8 {
  left: -62.5%;
}

.span-7-8 {
  width: 87.5%;
}

.offset-7-8 {
  margin-left: 87.5%;
}

.inset-7-8 {
  margin-right: 87.5%;
}

.push-7-8 {
  left: 87.5%;
}

.pull-7-8 {
  left: -87.5%;
}

.span-1-9 {
  width: 11.11%;
}

.offset-1-9 {
  margin-left: 11.11%;
}

.inset-1-9 {
  margin-right: 11.11%;
}

.push-1-9 {
  left: 11.11%;
}

.pull-1-9 {
  left: -11.11%;
}

.span-2-9 {
  width: 22.22%;
}

.offset-2-9 {
  margin-left: 22.22%;
}

.inset-2-9 {
  margin-right: 22.22%;
}

.push-2-9 {
  left: 22.22%;
}

.pull-2-9 {
  left: -22.22%;
}

.span-4-9 {
  width: 44.44%;
}

.offset-4-9 {
  margin-left: 44.44%;
}

.inset-4-9 {
  margin-right: 44.44%;
}

.push-4-9 {
  left: 44.44%;
}

.pull-4-9 {
  left: -44.44%;
}

.span-5-9 {
  width: 55.55%;
}

.offset-5-9 {
  margin-left: 55.55%;
}

.inset-5-9 {
  margin-right: 55.55%;
}

.push-5-9 {
  left: 55.55%;
}

.pull-5-9 {
  left: -55.55%;
}

.span-7-9 {
  width: 77.77%;
}

.offset-7-9 {
  margin-left: 77.77%;
}

.inset-7-9 {
  margin-right: 77.77%;
}

.push-7-9 {
  left: 77.77%;
}

.pull-7-9 {
  left: -77.77%;
}

.span-8-9 {
  width: 88.88%;
}

.offset-8-9 {
  margin-left: 88.88%;
}

.inset-8-9 {
  margin-right: 88.88%;
}

.push-8-9 {
  left: 88.88%;
}

.pull-8-9 {
  left: -88.88%;
}

.span-1-10 {
  width: 10%;
}

.offset-1-10 {
  margin-left: 10%;
}

.inset-1-10 {
  margin-right: 10%;
}

.push-1-10 {
  left: 10%;
}

.pull-1-10 {
  left: -10%;
}

.span-3-10 {
  width: 30%;
}

.offset-3-10 {
  margin-left: 30%;
}

.inset-3-10 {
  margin-right: 30%;
}

.push-3-10 {
  left: 30%;
}

.pull-3-10 {
  left: -30%;
}

.span-7-10 {
  width: 70%;
}

.offset-7-10 {
  margin-left: 70%;
}

.inset-7-10 {
  margin-right: 70%;
}

.push-7-10 {
  left: 70%;
}

.pull-7-10 {
  left: -70%;
}

.span-9-10 {
  width: 90%;
}

.offset-9-10 {
  margin-left: 90%;
}

.inset-9-10 {
  margin-right: 90%;
}

.push-9-10 {
  left: 90%;
}

.pull-9-10 {
  left: -90%;
}

head {
  font-family: false;
}

@media only screen {
  head {
    font-family: small;
  }
}
head {
  font-family: medium;
}

.wrap {
  max-width: none;
}

.container {
  max-width: 984px;
  padding: 0 25px;
}

.grid {
  margin-left: -20px;
}
.grid > * {
  padding-left: 20px;
}

.medium-span-auto {
  width: auto;
}

.medium-offset-0 {
  margin-left: 0;
}

.medium-inset-0 {
  margin-right: 0;
}

.medium-push-0 {
  left: 0;
}

.medium-pull-0 {
  left: 0;
}

.medium-span-1 {
  width: 100%;
}

.medium-offset-1 {
  margin-left: 100%;
}

.medium-inset-1 {
  margin-right: 100%;
}

.medium-push-1 {
  left: 100%;
}

.medium-pull-1 {
  left: -100%;
}

.medium-span-1-2 {
  width: 50%;
}

.medium-offset-1-2 {
  margin-left: 50%;
}

.medium-inset-1-2 {
  margin-right: 50%;
}

.medium-push-1-2 {
  left: 50%;
}

.medium-pull-1-2 {
  left: -50%;
}

.medium-span-1-3 {
  width: 33.33%;
}

.medium-offset-1-3 {
  margin-left: 33.33%;
}

.medium-inset-1-3 {
  margin-right: 33.33%;
}

.medium-push-1-3 {
  left: 33.33%;
}

.medium-pull-1-3 {
  left: -33.33%;
}

.medium-span-2-3 {
  width: 66.66%;
}

.medium-offset-2-3 {
  margin-left: 66.66%;
}

.medium-inset-2-3 {
  margin-right: 66.66%;
}

.medium-push-2-3 {
  left: 66.66%;
}

.medium-pull-2-3 {
  left: -66.66%;
}

.medium-span-1-4 {
  width: 25%;
}

.medium-offset-1-4 {
  margin-left: 25%;
}

.medium-inset-1-4 {
  margin-right: 25%;
}

.medium-push-1-4 {
  left: 25%;
}

.medium-pull-1-4 {
  left: -25%;
}

.medium-span-3-4 {
  width: 75%;
}

.medium-offset-3-4 {
  margin-left: 75%;
}

.medium-inset-3-4 {
  margin-right: 75%;
}

.medium-push-3-4 {
  left: 75%;
}

.medium-pull-3-4 {
  left: -75%;
}

.medium-span-1-5 {
  width: 20%;
}

.medium-offset-1-5 {
  margin-left: 20%;
}

.medium-inset-1-5 {
  margin-right: 20%;
}

.medium-push-1-5 {
  left: 20%;
}

.medium-pull-1-5 {
  left: -20%;
}

.medium-span-2-5 {
  width: 40%;
}

.medium-offset-2-5 {
  margin-left: 40%;
}

.medium-inset-2-5 {
  margin-right: 40%;
}

.medium-push-2-5 {
  left: 40%;
}

.medium-pull-2-5 {
  left: -40%;
}

.medium-span-3-5 {
  width: 60%;
}

.medium-offset-3-5 {
  margin-left: 60%;
}

.medium-inset-3-5 {
  margin-right: 60%;
}

.medium-push-3-5 {
  left: 60%;
}

.medium-pull-3-5 {
  left: -60%;
}

.medium-span-4-5 {
  width: 80%;
}

.medium-offset-4-5 {
  margin-left: 80%;
}

.medium-inset-4-5 {
  margin-right: 80%;
}

.medium-push-4-5 {
  left: 80%;
}

.medium-pull-4-5 {
  left: -80%;
}

.medium-span-1-6 {
  width: 16.66%;
}

.medium-offset-1-6 {
  margin-left: 16.66%;
}

.medium-inset-1-6 {
  margin-right: 16.66%;
}

.medium-push-1-6 {
  left: 16.66%;
}

.medium-pull-1-6 {
  left: -16.66%;
}

.medium-span-5-6 {
  width: 83.33%;
}

.medium-offset-5-6 {
  margin-left: 83.33%;
}

.medium-inset-5-6 {
  margin-right: 83.33%;
}

.medium-push-5-6 {
  left: 83.33%;
}

.medium-pull-5-6 {
  left: -83.33%;
}

.medium-span-1-7 {
  width: 14.28%;
}

.medium-offset-1-7 {
  margin-left: 14.28%;
}

.medium-inset-1-7 {
  margin-right: 14.28%;
}

.medium-push-1-7 {
  left: 14.28%;
}

.medium-pull-1-7 {
  left: -14.28%;
}

.medium-span-2-7 {
  width: 28.57%;
}

.medium-offset-2-7 {
  margin-left: 28.57%;
}

.medium-inset-2-7 {
  margin-right: 28.57%;
}

.medium-push-2-7 {
  left: 28.57%;
}

.medium-pull-2-7 {
  left: -28.57%;
}

.medium-span-3-7 {
  width: 42.85%;
}

.medium-offset-3-7 {
  margin-left: 42.85%;
}

.medium-inset-3-7 {
  margin-right: 42.85%;
}

.medium-push-3-7 {
  left: 42.85%;
}

.medium-pull-3-7 {
  left: -42.85%;
}

.medium-span-4-7 {
  width: 57.14%;
}

.medium-offset-4-7 {
  margin-left: 57.14%;
}

.medium-inset-4-7 {
  margin-right: 57.14%;
}

.medium-push-4-7 {
  left: 57.14%;
}

.medium-pull-4-7 {
  left: -57.14%;
}

.medium-span-5-7 {
  width: 71.42%;
}

.medium-offset-5-7 {
  margin-left: 71.42%;
}

.medium-inset-5-7 {
  margin-right: 71.42%;
}

.medium-push-5-7 {
  left: 71.42%;
}

.medium-pull-5-7 {
  left: -71.42%;
}

.medium-span-6-7 {
  width: 85.71%;
}

.medium-offset-6-7 {
  margin-left: 85.71%;
}

.medium-inset-6-7 {
  margin-right: 85.71%;
}

.medium-push-6-7 {
  left: 85.71%;
}

.medium-pull-6-7 {
  left: -85.71%;
}

.medium-span-1-8 {
  width: 12.5%;
}

.medium-offset-1-8 {
  margin-left: 12.5%;
}

.medium-inset-1-8 {
  margin-right: 12.5%;
}

.medium-push-1-8 {
  left: 12.5%;
}

.medium-pull-1-8 {
  left: -12.5%;
}

.medium-span-3-8 {
  width: 37.5%;
}

.medium-offset-3-8 {
  margin-left: 37.5%;
}

.medium-inset-3-8 {
  margin-right: 37.5%;
}

.medium-push-3-8 {
  left: 37.5%;
}

.medium-pull-3-8 {
  left: -37.5%;
}

.medium-span-5-8 {
  width: 62.5%;
}

.medium-offset-5-8 {
  margin-left: 62.5%;
}

.medium-inset-5-8 {
  margin-right: 62.5%;
}

.medium-push-5-8 {
  left: 62.5%;
}

.medium-pull-5-8 {
  left: -62.5%;
}

.medium-span-7-8 {
  width: 87.5%;
}

.medium-offset-7-8 {
  margin-left: 87.5%;
}

.medium-inset-7-8 {
  margin-right: 87.5%;
}

.medium-push-7-8 {
  left: 87.5%;
}

.medium-pull-7-8 {
  left: -87.5%;
}

.medium-span-1-9 {
  width: 11.11%;
}

.medium-offset-1-9 {
  margin-left: 11.11%;
}

.medium-inset-1-9 {
  margin-right: 11.11%;
}

.medium-push-1-9 {
  left: 11.11%;
}

.medium-pull-1-9 {
  left: -11.11%;
}

.medium-span-2-9 {
  width: 22.22%;
}

.medium-offset-2-9 {
  margin-left: 22.22%;
}

.medium-inset-2-9 {
  margin-right: 22.22%;
}

.medium-push-2-9 {
  left: 22.22%;
}

.medium-pull-2-9 {
  left: -22.22%;
}

.medium-span-4-9 {
  width: 44.44%;
}

.medium-offset-4-9 {
  margin-left: 44.44%;
}

.medium-inset-4-9 {
  margin-right: 44.44%;
}

.medium-push-4-9 {
  left: 44.44%;
}

.medium-pull-4-9 {
  left: -44.44%;
}

.medium-span-5-9 {
  width: 55.55%;
}

.medium-offset-5-9 {
  margin-left: 55.55%;
}

.medium-inset-5-9 {
  margin-right: 55.55%;
}

.medium-push-5-9 {
  left: 55.55%;
}

.medium-pull-5-9 {
  left: -55.55%;
}

.medium-span-7-9 {
  width: 77.77%;
}

.medium-offset-7-9 {
  margin-left: 77.77%;
}

.medium-inset-7-9 {
  margin-right: 77.77%;
}

.medium-push-7-9 {
  left: 77.77%;
}

.medium-pull-7-9 {
  left: -77.77%;
}

.medium-span-8-9 {
  width: 88.88%;
}

.medium-offset-8-9 {
  margin-left: 88.88%;
}

.medium-inset-8-9 {
  margin-right: 88.88%;
}

.medium-push-8-9 {
  left: 88.88%;
}

.medium-pull-8-9 {
  left: -88.88%;
}

.medium-span-1-10 {
  width: 10%;
}

.medium-offset-1-10 {
  margin-left: 10%;
}

.medium-inset-1-10 {
  margin-right: 10%;
}

.medium-push-1-10 {
  left: 10%;
}

.medium-pull-1-10 {
  left: -10%;
}

.medium-span-3-10 {
  width: 30%;
}

.medium-offset-3-10 {
  margin-left: 30%;
}

.medium-inset-3-10 {
  margin-right: 30%;
}

.medium-push-3-10 {
  left: 30%;
}

.medium-pull-3-10 {
  left: -30%;
}

.medium-span-7-10 {
  width: 70%;
}

.medium-offset-7-10 {
  margin-left: 70%;
}

.medium-inset-7-10 {
  margin-right: 70%;
}

.medium-push-7-10 {
  left: 70%;
}

.medium-pull-7-10 {
  left: -70%;
}

.medium-span-9-10 {
  width: 90%;
}

.medium-offset-9-10 {
  margin-left: 90%;
}

.medium-inset-9-10 {
  margin-right: 90%;
}

.medium-push-9-10 {
  left: 90%;
}

.medium-pull-9-10 {
  left: -90%;
}

head {
  font-family: large;
}

.wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 1920px;
  min-width: 1160px;
}

.container {
  max-width: 1160px;
  padding: 0 30px;
}

.grid {
  margin-left: -30px;
}
.grid > * {
  padding-left: 30px;
}

.large-span-auto {
  width: auto;
}

.large-offset-0 {
  margin-left: 0;
}

.large-inset-0 {
  margin-right: 0;
}

.large-push-0 {
  left: 0;
}

.large-pull-0 {
  left: 0;
}

.large-span-1 {
  width: 100%;
}

.large-offset-1 {
  margin-left: 100%;
}

.large-inset-1 {
  margin-right: 100%;
}

.large-push-1 {
  left: 100%;
}

.large-pull-1 {
  left: -100%;
}

.large-span-1-2 {
  width: 50%;
}

.large-offset-1-2 {
  margin-left: 50%;
}

.large-inset-1-2 {
  margin-right: 50%;
}

.large-push-1-2 {
  left: 50%;
}

.large-pull-1-2 {
  left: -50%;
}

.large-span-1-3 {
  width: 33.33%;
}

.large-offset-1-3 {
  margin-left: 33.33%;
}

.large-inset-1-3 {
  margin-right: 33.33%;
}

.large-push-1-3 {
  left: 33.33%;
}

.large-pull-1-3 {
  left: -33.33%;
}

.large-span-2-3 {
  width: 66.66%;
}

.large-offset-2-3 {
  margin-left: 66.66%;
}

.large-inset-2-3 {
  margin-right: 66.66%;
}

.large-push-2-3 {
  left: 66.66%;
}

.large-pull-2-3 {
  left: -66.66%;
}

.large-span-1-4 {
  width: 25%;
}

.large-offset-1-4 {
  margin-left: 25%;
}

.large-inset-1-4 {
  margin-right: 25%;
}

.large-push-1-4 {
  left: 25%;
}

.large-pull-1-4 {
  left: -25%;
}

.large-span-3-4 {
  width: 75%;
}

.large-offset-3-4 {
  margin-left: 75%;
}

.large-inset-3-4 {
  margin-right: 75%;
}

.large-push-3-4 {
  left: 75%;
}

.large-pull-3-4 {
  left: -75%;
}

.large-span-1-5 {
  width: 20%;
}

.large-offset-1-5 {
  margin-left: 20%;
}

.large-inset-1-5 {
  margin-right: 20%;
}

.large-push-1-5 {
  left: 20%;
}

.large-pull-1-5 {
  left: -20%;
}

.large-span-2-5 {
  width: 40%;
}

.large-offset-2-5 {
  margin-left: 40%;
}

.large-inset-2-5 {
  margin-right: 40%;
}

.large-push-2-5 {
  left: 40%;
}

.large-pull-2-5 {
  left: -40%;
}

.large-span-3-5 {
  width: 60%;
}

.large-offset-3-5 {
  margin-left: 60%;
}

.large-inset-3-5 {
  margin-right: 60%;
}

.large-push-3-5 {
  left: 60%;
}

.large-pull-3-5 {
  left: -60%;
}

.large-span-4-5 {
  width: 80%;
}

.large-offset-4-5 {
  margin-left: 80%;
}

.large-inset-4-5 {
  margin-right: 80%;
}

.large-push-4-5 {
  left: 80%;
}

.large-pull-4-5 {
  left: -80%;
}

.large-span-1-6 {
  width: 16.66%;
}

.large-offset-1-6 {
  margin-left: 16.66%;
}

.large-inset-1-6 {
  margin-right: 16.66%;
}

.large-push-1-6 {
  left: 16.66%;
}

.large-pull-1-6 {
  left: -16.66%;
}

.large-span-5-6 {
  width: 83.33%;
}

.large-offset-5-6 {
  margin-left: 83.33%;
}

.large-inset-5-6 {
  margin-right: 83.33%;
}

.large-push-5-6 {
  left: 83.33%;
}

.large-pull-5-6 {
  left: -83.33%;
}

.large-span-1-7 {
  width: 14.28%;
}

.large-offset-1-7 {
  margin-left: 14.28%;
}

.large-inset-1-7 {
  margin-right: 14.28%;
}

.large-push-1-7 {
  left: 14.28%;
}

.large-pull-1-7 {
  left: -14.28%;
}

.large-span-2-7 {
  width: 28.57%;
}

.large-offset-2-7 {
  margin-left: 28.57%;
}

.large-inset-2-7 {
  margin-right: 28.57%;
}

.large-push-2-7 {
  left: 28.57%;
}

.large-pull-2-7 {
  left: -28.57%;
}

.large-span-3-7 {
  width: 42.85%;
}

.large-offset-3-7 {
  margin-left: 42.85%;
}

.large-inset-3-7 {
  margin-right: 42.85%;
}

.large-push-3-7 {
  left: 42.85%;
}

.large-pull-3-7 {
  left: -42.85%;
}

.large-span-4-7 {
  width: 57.14%;
}

.large-offset-4-7 {
  margin-left: 57.14%;
}

.large-inset-4-7 {
  margin-right: 57.14%;
}

.large-push-4-7 {
  left: 57.14%;
}

.large-pull-4-7 {
  left: -57.14%;
}

.large-span-5-7 {
  width: 71.42%;
}

.large-offset-5-7 {
  margin-left: 71.42%;
}

.large-inset-5-7 {
  margin-right: 71.42%;
}

.large-push-5-7 {
  left: 71.42%;
}

.large-pull-5-7 {
  left: -71.42%;
}

.large-span-6-7 {
  width: 85.71%;
}

.large-offset-6-7 {
  margin-left: 85.71%;
}

.large-inset-6-7 {
  margin-right: 85.71%;
}

.large-push-6-7 {
  left: 85.71%;
}

.large-pull-6-7 {
  left: -85.71%;
}

.large-span-1-8 {
  width: 12.5%;
}

.large-offset-1-8 {
  margin-left: 12.5%;
}

.large-inset-1-8 {
  margin-right: 12.5%;
}

.large-push-1-8 {
  left: 12.5%;
}

.large-pull-1-8 {
  left: -12.5%;
}

.large-span-3-8 {
  width: 37.5%;
}

.large-offset-3-8 {
  margin-left: 37.5%;
}

.large-inset-3-8 {
  margin-right: 37.5%;
}

.large-push-3-8 {
  left: 37.5%;
}

.large-pull-3-8 {
  left: -37.5%;
}

.large-span-5-8 {
  width: 62.5%;
}

.large-offset-5-8 {
  margin-left: 62.5%;
}

.large-inset-5-8 {
  margin-right: 62.5%;
}

.large-push-5-8 {
  left: 62.5%;
}

.large-pull-5-8 {
  left: -62.5%;
}

.large-span-7-8 {
  width: 87.5%;
}

.large-offset-7-8 {
  margin-left: 87.5%;
}

.large-inset-7-8 {
  margin-right: 87.5%;
}

.large-push-7-8 {
  left: 87.5%;
}

.large-pull-7-8 {
  left: -87.5%;
}

.large-span-1-9 {
  width: 11.11%;
}

.large-offset-1-9 {
  margin-left: 11.11%;
}

.large-inset-1-9 {
  margin-right: 11.11%;
}

.large-push-1-9 {
  left: 11.11%;
}

.large-pull-1-9 {
  left: -11.11%;
}

.large-span-2-9 {
  width: 22.22%;
}

.large-offset-2-9 {
  margin-left: 22.22%;
}

.large-inset-2-9 {
  margin-right: 22.22%;
}

.large-push-2-9 {
  left: 22.22%;
}

.large-pull-2-9 {
  left: -22.22%;
}

.large-span-4-9 {
  width: 44.44%;
}

.large-offset-4-9 {
  margin-left: 44.44%;
}

.large-inset-4-9 {
  margin-right: 44.44%;
}

.large-push-4-9 {
  left: 44.44%;
}

.large-pull-4-9 {
  left: -44.44%;
}

.large-span-5-9 {
  width: 55.55%;
}

.large-offset-5-9 {
  margin-left: 55.55%;
}

.large-inset-5-9 {
  margin-right: 55.55%;
}

.large-push-5-9 {
  left: 55.55%;
}

.large-pull-5-9 {
  left: -55.55%;
}

.large-span-7-9 {
  width: 77.77%;
}

.large-offset-7-9 {
  margin-left: 77.77%;
}

.large-inset-7-9 {
  margin-right: 77.77%;
}

.large-push-7-9 {
  left: 77.77%;
}

.large-pull-7-9 {
  left: -77.77%;
}

.large-span-8-9 {
  width: 88.88%;
}

.large-offset-8-9 {
  margin-left: 88.88%;
}

.large-inset-8-9 {
  margin-right: 88.88%;
}

.large-push-8-9 {
  left: 88.88%;
}

.large-pull-8-9 {
  left: -88.88%;
}

.large-span-1-10 {
  width: 10%;
}

.large-offset-1-10 {
  margin-left: 10%;
}

.large-inset-1-10 {
  margin-right: 10%;
}

.large-push-1-10 {
  left: 10%;
}

.large-pull-1-10 {
  left: -10%;
}

.large-span-3-10 {
  width: 30%;
}

.large-offset-3-10 {
  margin-left: 30%;
}

.large-inset-3-10 {
  margin-right: 30%;
}

.large-push-3-10 {
  left: 30%;
}

.large-pull-3-10 {
  left: -30%;
}

.large-span-7-10 {
  width: 70%;
}

.large-offset-7-10 {
  margin-left: 70%;
}

.large-inset-7-10 {
  margin-right: 70%;
}

.large-push-7-10 {
  left: 70%;
}

.large-pull-7-10 {
  left: -70%;
}

.large-span-9-10 {
  width: 90%;
}

.large-offset-9-10 {
  margin-left: 90%;
}

.large-inset-9-10 {
  margin-right: 90%;
}

.large-push-9-10 {
  left: 90%;
}

.large-pull-9-10 {
  left: -90%;
}

.wrap {
  border-top-width: 92px;
}

@media print {
  .wrap {
    display: block;
  }

  @font-face {
    font-family: "reset";
    src: url("") format("truetype");
  }
}
/* LAZY LOAD */
.lazy-image {
  position: relative;
  z-index: 0;
  display: block;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background: #e5e5e5;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.lazy-load {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: 50% 50% no-repeat;
}
.lazy-load img {
  position: absolute;
  left: 100%;
  top: 100%;
}

a:hover .lazy-load,
a:focus .lazy-load {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.lazy-load-hide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.form-label {
  position: relative;
  display: block;
  margin: 0 0 5px 0;
  font-family: "QuicksandRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.form-element,
.form-search,
.form-file {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 15px 0;
  padding: 7px 10px;
  border: 1px solid #BDBCB0;
  background: #FFF;
  cursor: text;
  text-align: left;
  box-sizing: border-box;
}

.form-element {
  border: 2px solid #42434F;
}

.form-short {
  max-width: 190px;
}

.form-element-focus {
  z-index: 100;
}

.form-element input,
.form-element textarea,
.form-element select,
.faux-select-text,
.faux-select-list li,
.form-search input,
.form-file:after {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  outline: none;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 20px;
  vertical-align: middle;
  list-style: none;
  font-family: "QuicksandRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  text-indent: 0;
  color: #42434F;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  font-size: 13px;
  line-height: 20px;
}

.form-element textarea {
  overflow: auto;
  min-height: 120px;
  height: 120px;
}

.form-element select[multiple] {
  overflow: auto;
  min-height: 120px;
  height: 120px;
}

.faux-select {
  cursor: pointer;
}
.faux-select select {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.faux-select-mobile select {
  display: block;
  visibility: visible;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
}

.faux-select-btn {
  position: relative;
  float: right;
  display: inline;
  margin: -7px -10px -7px 9px;
  padding: 7px 9px;
  width: 16px;
  height: 20px;
  line-height: 20px;
  border-left: 1px solid #BDBCB0;
}
.faux-select-btn:before {
  content: "";
  display: block;
  width: 100%;
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #BDBCB0;
  display: block;
}

.faux-select-text,
.faux-select-text:focus {
  display: block;
  margin: 0;
  width: auto;
  min-width: 0;
  max-width: none;
  overflow: hidden;
  white-space: nowrap;
  outline: 0 none;
  cursor: pointer;
}
.faux-select-text::selection,
.faux-select-text:focus::selection {
  background: #FFF;
}
.faux-select-text::-moz-selection,
.faux-select-text:focus::-moz-selection {
  background: #FFF;
}

.faux-select-list {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  margin: 1px 0 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid #999;
  border-top: 0 none;
  background: #FFF;
  overflow: auto;
  width: 100%;
  max-height: 240px;
}
.faux-select-list li {
  margin: 0;
  padding: 7px 10px;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: none;
  color: #BDBCB0;
}
.faux-select-list li:first-child {
  border-top: 0 none;
}
.faux-select-list li:hover {
  color: #BDBCB0;
  background: #E5E5E5;
}
.faux-select-list li.selected {
  color: #FFF;
  background: #BDBCB0;
}

.faux-select-focus {
  z-index: 100;
}
.faux-select-focus .faux-select-list {
  display: block;
}

.form-hidden {
  display: none;
}

.form-search {
  padding-right: 35px;
  overflow: hidden;
}
.form-search .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 35px;
  border: 0 none;
  border-left: 1px solid #BDBCB0;
  border-radius: 0;
  text-align: left;
  color: #BDBCB0;
  white-space: nowrap;
  overflow: hidden;
  background: none;
}
.form-search .btn:before {
  content: "";
  display: inline-block;
  width: 100%;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.form-search .btn:hover, .form-search .btn:focus {
  color: #BDBCB0;
  border-color: #BDBCB0;
  background: none;
}

.form-file {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
}
.form-file:after {
  content: " ";
  margin: 0;
  padding: 5px 8px;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  min-width: 0;
  max-width: none;
  max-height: 100%;
  color: #BDBCB0;
}
.form-file input {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: auto;
  min-width: 0;
  max-width: none;
}

.faux-file:after {
  content: attr(data-val);
}
.faux-file:before {
  content: "Browse";
  float: right;
  display: inline;
  margin: 0 0 0 8px;
  padding: 5px 8px;
  height: 20px;
  line-height: 20px;
  color: #BDBCB0;
  border-left: 1px solid #BDBCB0;
}
.faux-file input {
  top: auto;
  bottom: 100%;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.faux-file .btn {
  float: right;
  display: inline;
  margin: 0;
}

.form-checkbox,
.form-radio {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 0 26px;
  overflow: hidden;
  font-family: "QuicksandRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 16px;
  text-align: left;
}

.form-checkbox + .form-checkbox {
  margin-top: -5px;
}

.form-radio + .form-radio {
  margin-top: -5px;
}

.form-checkbox input,
.form-radio input {
  float: left;
  display: inline;
  margin: 0 0 0 -26px;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.faux-checkbox,
.faux-radio {
  position: relative;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0 0 0 -26px;
  padding: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #BDBCB0;
  background: #FFF;
  cursor: pointer;
}
.faux-checkbox .faux-inner,
.faux-radio .faux-inner {
  overflow: hidden;
  float: left;
  display: inline;
  text-align: center;
}
.faux-checkbox input,
.faux-radio input {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  margin: 0;
  outline: none;
}

.faux-checkbox .faux-inner {
  width: 14px;
  height: 14px;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #FFF;
}

.faux-radio {
  border-radius: 8px;
}
.faux-radio .faux-inner {
  margin: 2px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #E5E5E5;
}

.form-checkbox .checked {
  color: #0059B2;
}

.form-checkbox :checked + .faux-inner {
  color: #0059B2;
}

.form-radio .checked {
  background: #0059B2;
}

.form-radio :checked + .faux-inner {
  background: #0059B2;
}

.error {
  color: #CC0000;
}

.form-error {
  display: none;
  margin: -15px 0 20px 0;
  color: #CC0000;
  font-weight: 500;
  font-size: 14px;
}
.form-error[style*="inline"] {
  display: block !important;
}

.error-border {
  border-color: #CC0000;
}
.error-border .faux-select-list,
.error-border .faux-radio,
.error-border .faux-checkbox {
  border-color: #CC0000;
}

.error-on .form-element,
.error-on .faux-select-list,
.error-on .faux-radio,
.error-on .faux-checkbox {
  border-color: #CC0000;
}
.error-on .form-error {
  display: block;
}

.btn {
  position: relative;
  margin: 0 0 4px 0;
  padding: 7px 15px;
  border: 1px solid #0059B2;
  border-radius: 0;
  overflow: visible;
  font-family: "QuicksandRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  word-spacing: normal;
  text-decoration: none;
  text-align: left;
  text-shadow: none;
  text-transform: none;
  color: #FFF;
  cursor: pointer;
  background: #0059B2;
  vertical-align: middle;
  display: inline-block;
}
.btn:hover, .btn:focus {
  opacity: 1;
  outline: 0 none;
  color: #FFF;
  text-decoration: none;
  border-color: #333;
  background: #333;
}

.placeholder,
.placeholder.faux-file:after {
  color: #E5E5E5;
}

.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.js .ppc-form {
  display: none;
  margin: 0;
}

.js .form-other {
  display: none;
}

.footer .form-element {
  max-width: 240px;
  padding: 10px;
}

/* KITCHEN MATTERS */
.message-element {
  height: 150px;
}

.grey-content .form-element {
  padding: 10px 10px;
  border: 2px solid #42434F;
  background: none;
}

.form-field {
  margin: 30px 0 0;
}

/* GENERAL */
body {
  color: #42434F;
  quotes: "“" "”";
  font-family: "QuicksandRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  background: #FFF;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #42434F;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  color: #333;
  outline: none;
}

[href^="tel:"],
[href^="fax:"] {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  display: block;
  margin: 0 0 12px 0;
  font-family: "QuicksandRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a,
.h1 a, .h2 a, .h3 a, .h4 a {
  color: inherit;
  text-decoration: inherit;
}

h1, .h1 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
}

h2, .h2 {
  font-size: 26px;
  line-height: 1;
}

h3, .h3 {
  font-size: 28px;
  line-height: 1.2;
}

h4, .h4 {
  margin: 0 0 5px 0;
  font-family: "QuicksandRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}

p {
  margin: 0 0 16px 0;
}

ul, ol {
  margin: 0 0 16px 0;
  padding: 0 0 0 20px;
}

li {
  margin: 0 0 5px 0;
}

img {
  box-shadow: #000 0 0 0;
}

hr {
  clear: both;
  margin: 25px 0;
  padding: 0;
  width: 100%;
  height: 2px;
  max-height: 2px;
  overflow: hidden;
  text-align: left;
  border: 0 none;
  background: #BDBCB0;
}

iframe {
  max-width: 100%;
}

blockquote {
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
}

cite {
  display: block;
  overflow: hidden;
  font-style: normal;
}

/* ALIGNMENT */
.text-no-wrap {
  white-space: nowrap;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.valign-text-top {
  vertical-align: text-top;
}

.valign-text-bottom {
  vertical-align: text-top;
}

.valign-baseline {
  vertical-align: baseline;
}

/* LAYOUT */
.clear {
  clear: both;
}

.no-clear {
  clear: none;
}

.inline {
  display: inline;
}

.inline-block {
  vertical-align: top;
  display: inline-block;
}

.show,
.block {
  display: block;
}

.hide,
.faux-hide {
  display: none;
}

.js .js-hide,
.no-js .js-show {
  display: none;
}

.js .js-show,
.no-js .js-hide {
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.overflow-hidden {
  overflow: hidden;
}

/* TEXT */
.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.no-wrap {
  white-space: nowrap;
}

h1, .h1 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 25px 0;
}

h2, .h2 {
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 30px 0;
}

h3, .h3 {
  font-size: 28px;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 50px;
  line-height: 1.1;
}

h2, .h2 {
  font-size: 50px;
  line-height: 1.1;
}

h3, .h3 {
  font-size: 30px;
  line-height: 1.2;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  .print-hide {
    display: none;
  }

  .print-show {
    display: block;
  }
}
/* HEADER */
#nav-expand {
  position: absolute;
  position: fixed;
  z-index: -1;
  top: 0;
  left: -100px;
}

.header {
  display: block;
  clear: both;
  margin: 0;
  padding: 20px 0;
  background: #FFF;
  color: #6c5f59;
}
.header:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.logo {
  float: right;
  max-width: 220px;
  margin: 0 10px 0 0;
}

.top-navigation {
  display: none;
}

.header-container .nav-main-btn {
  position: relative;
  z-index: 500;
  float: left;
  margin: 0 0 0 12px;
  width: 41px;
  height: 41px;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  color: #FFF;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  color: #000;
  vertical-align: middle;
  display: inline-block;
}
.header-container .nav-main-btn:before {
  content: "";
  display: block;
  margin: 0 0 10px 0;
  padding: 10px 0;
  color: #fff;
  background: #BDBCB0;
  font-family: "FontAwesome";
  font-weight: normal;
}

.nav-main {
  position: relative;
  z-index: 500;
  outline: none;
  text-align: right;
}
.nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main li {
  margin: 0;
  padding: 0;
}
.nav-main a {
  display: block;
  text-decoration: none;
  text-align: left;
}

@media only screen and (max-width: 1209px) {
  body {
    overflow-x: hidden;
    background: #000;
  }

  .wrap {
    left: 0;
  }

  .header {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .nav-main {
    position: fixed;
    top: 85px;
    bottom: 0;
    left: -260px;
    width: 260px;
    max-width: 100%;
    overflow: hidden;
  }
  .nav-main .container {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-family: "reset";
    font-size: 0;
    line-height: 0;
  }
  .nav-main .container > ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-main .container > ul > li > ul {
    margin-top: -10px;
  }
  .nav-main ul {
    display: block;
    list-style: none;
    white-space: normal;
    font-family: "QuicksandRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
  }
  .nav-main ul ul {
    padding: 0 0 3px 20px;
    font-size: 13px;
  }
  .nav-main ul ul li {
    border: 0 none;
    margin: 10px 0 0 0;
  }
  .nav-main ul ul a {
    padding: 3px 20px 3px 20px;
    font-weight: 600;
  }
  .nav-main ul ul a:before {
    content: "-";
    float: left;
    margin: 0 0 0 -0.6em;
    width: 0.6em;
  }
  .nav-main li {
    display: block;
  }
  .nav-main a {
    display: block;
    padding: 12px 20px;
    color: #FFF;
  }
  .nav-main a:hover, .nav-main a:focus, .nav-main a.on {
    color: #FFF;
  }

  .nav-back {
    display: block;
    padding: 13px 20px;
    color: #AAA;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #333;
  }
  .nav-back:hover {
    color: #FFF;
  }
  .nav-back:before {
    content: "";
    display: inline-block;
    margin: 0 10px 0 0;
    font-family: "FontAwesome";
    font-weight: normal;
  }

  .nav-mask {
    visibility: hidden;
    position: absolute;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    box-shadow: inset 0 0 0 transparent;
    background: transparent;
  }

  #nav-expand:checked + .wrap {
    left: 260px;
  }
  #nav-expand:checked ~ * .nav-main {
    left: 0;
  }
  #nav-expand:checked ~ * .nav-mask {
    visibility: visible;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.5);
  }

  .js .nav-main li {
    display: table;
    width: 100%;
  }
  .js .nav-main a {
    display: table-cell;
    vertical-align: top;
  }
  .js .nav-main a + ul {
    display: table-cell;
    vertical-align: top;
    margin: 0;
    padding: 10px 20px;
    width: 10px;
    color: #AAA;
    text-align: right;
    cursor: pointer;
  }
  .js .nav-main a + ul:hover {
    color: #FFF;
  }
  .js .nav-main a + ul * {
    display: none;
  }
  .js .nav-main a + ul:before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 21px;
    line-height: 1;
    font-weight: normal;
  }
}
.logo {
  float: right;
  max-width: none;
  margin: 0;
}

.header-container .nav-main-btn {
  display: none;
}

.logo {
  float: left;
  padding: 10px 0 0;
}

.nav-container {
  float: right;
  width: 66%;
}

.top-navigation {
  display: block;
  float: right;
}
.top-navigation .container > ul {
  text-align: justuify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  font-size: 14px;
}
.top-navigation .container > ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 0 0;
}
.top-navigation .container > ul li:last-child {
  margin: 0;
}
.top-navigation .container > ul li a {
  text-decoration: none;
  color: #b3aeab;
}

.nav-main {
  clear: both;
  margin: 0;
  padding: 0;
}
.nav-main .container > ul {
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  font-family: "reset";
  font-size: 0;
  line-height: 0;
}
.nav-main .container > ul:after {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.nav-main ul {
  display: inline-block;
}
.nav-main ul ul {
  display: none;
  position: absolute;
  padding: 27px 0 0;
  min-width: 230px;
  background: #fff;
}
.nav-main ul ul ul {
  background: #fff;
}
.nav-main ul ul ul ul {
  background: #fff;
}
.nav-main ul ul li {
  display: block;
}
.nav-main ul ul li:hover ul {
  top: 0;
  left: 100%;
}
.nav-main ul ul a {
  padding: 10px 20px;
  font-size: 18px;
}
.nav-main ul ul a:hover {
  background: #E5E5E5;
}
.nav-main ul ul .on {
  background: #E5E5E5;
}
.nav-main li {
  position: relative;
  text-align: left;
  font-family: "QuicksandRegular";
  vertical-align: top;
  display: inline-block;
  font-family: "QuicksandRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
.nav-main li:hover > a {
  color: #42434F;
  opacity: 0.5;
}
.nav-main li:hover > ul {
  display: block;
}
.nav-main a {
  padding: 30px 15px 0 15px;
  color: #42434F;
  font-family: "QuicksandRegular";
}
.nav-main a:hover, .nav-main a:focus, .nav-main a.on {
  color: #42434F;
  opacity: 0.5;
}

.nav-main-sub {
  display: none !important;
}

@media print {
  .header {
    display: none;
  }
}
/* MAIN */
.main {
  display: table-row;
  height: 100%;
}
.main:before, .main:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.main:before {
  height: 85px;
  max-height: 135px;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.breadcrumb {
  display: none;
}

#map {
  width: 100%;
  min-height: 320px;
}

/**** GUTTERS **** */
.gutter-0 {
  margin: 0;
}
.gutter-0 > * {
  padding: 0;
}

.grid.grid-no-margin {
  margin-left: 0;
}

.span-no-padding {
  padding-left: 0;
}

/**** BOXES *** */
.box {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.box:after {
  content: "";
  display: inline-block;
  vertical-align: inherit;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 100% 0 0;
  min-height: 100%;
  box-sizing: border-box;
}

.box-rect:after {
  content: "";
  padding: 70% 0 0;
}

.box-callout {
  text-align: center;
  color: #FFF;
}
.box-callout .box-content {
  max-width: 790px;
}
.box-callout h2 {
  text-transform: uppercase;
}
.box-callout .btn {
  border-color: #FFF;
  color: #FFF;
}
.box-callout .btn:hover, .box-callout .btn:focus {
  border-color: #FFF;
  color: #42434F;
  background: #FFF;
}
.box-callout .lazy-load:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.grid-container .box-rect:after {
  content: "";
  padding: 65% 0 0;
}

.box-content {
  padding: 30px 15px;
  width: 100%;
  position: relative;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.box-content:after {
  content: "";
}
.box-content .h1 {
  margin: 0 0 25px 0;
}
.box-content p {
  margin: 0 0 40px 0;
}

.box-img {
  width: 100%;
  padding: 0 0 20px 0;
}
.box-img img {
  width: 100%;
  height: 100%;
}

.shadow-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, transparent 50%, black 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, transparent 50%, black 100%);
  background-image: -o-linear-gradient(top, transparent 50%, black 100%);
  background-image: linear-gradient(to bottom, transparent 50%, black 100%);
  background-image: -ms-linear-gradient(top, transparent 50%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
}

.white-content {
  padding: 30px 15px 60px;
  text-align: center;
}
.white-content h2 {
  margin: 0 0 30px 0;
}
.white-content p {
  margin: 0 0 40px 0;
}
.white-content .btn {
  margin: 0 27px 20px 15px;
}

.grey-content {
  background: #E5E5E5;
  position: relative;
}
.grey-content .white-content {
  padding: 30px 15px;
}
.grey-content .white-content h1 {
  margin: 0 0 30px 0;
}
.grey-content .white-content h4 {
  font-size: 2.4rem;
  font-weight: normal;
}
.grey-content .white-content p {
  margin: 0 0 40px 0;
}
.grey-content .white-content span {
  display: block;
  font-size: 1.6rem;
  opacity: 0.5;
  margin: 0 0 40px 0;
}

#ContactForm .faux-checkbox,
.getInTouch-box-content .faux-checkbox {
  border: 2px solid #42434F;
}
#ContactForm .placeholder,
.getInTouch-box-content .placeholder {
  color: #42434F;
}
#ContactForm .faux-select-btn,
.getInTouch-box-content .faux-select-btn {
  border-left: 1px solid #42434F;
}
#ContactForm .faux-select-btn:before,
.getInTouch-box-content .faux-select-btn:before {
  color: #42434F;
}

.contact-panel-content .h1 {
  margin-bottom: 5px;
}

#ContactFormSuccess {
  display: none;
}

.contact-content {
  background: #fff;
  height: 100%;
  padding: 30px 15px;
}
.contact-content p {
  margin: 0 0 16px 0;
}
.contact-content p.mail-us {
  margin: 0 0 30px 0;
}

.text-content {
  width: 100%;
  white-space: normal;
  z-index: 2;
  padding: 0 15px 30px;
  box-sizing: border-box;
}

.carousel-text {
  padding: 0 0 30px 0;
}

.noimage {
  display: none;
}

.box-pad-left {
  padding: 0;
}

.contact-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-2 {
  font-weight: bold;
  font-size: 3.4rem;
}

.form-grid {
  margin: 0;
}

.width-50-left {
  width: 100%;
  display: block;
}

.width-50-right {
  width: 100%;
  display: block;
}

.getInTouch {
  text-align: center;
  padding: 20px 15px;
}

.btn.getInTouch-btn {
  padding: 15px 70px 15px 20px;
  position: relative;
}
.btn.getInTouch-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15%;
  margin: -10px 0 0;
  font-family: "FontAwesome";
}
.btn.getInTouch-btn:focus {
  background: none;
  color: #42434F;
}
.btn.getInTouch-btn:hover {
  opacity: 1;
  outline: 0;
  color: #fff;
  text-decoration: none;
  border-color: #333;
  background: #333;
}

.btn.contact-btn {
  border: 1px solid #BDBCB0;
}
.btn.contact-btn:hover {
  border: 1px solid #000;
}

.getInTouch-btn-close:after {
  content: "" !important;
}

.hideable {
  display: none;
}

.grid-container {
  padding: 30px 15px;
}

.btn.back-btn {
  margin: 0 0 80px 15px;
}

.ranges-list {
  width: 100%;
  margin: 0 0 50px 0;
}
.ranges-list p {
  padding: 15px 0 0;
  font-size: 2rem;
}
.ranges-list .box-content {
  padding: 30px 20px;
}
.ranges-list .box-content h3 {
  font-weight: bold;
}
.ranges-list .box-content p {
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
}

.lightbox-list {
  background: #E5E5E5;
  display: block;
  outline: 1px solid #fff;
}
.lightbox-list .product-range {
  margin: 0 0 15px 0;
  padding: 15px;
  font-size: 23px;
}
.lightbox-list span {
  display: block;
  font-family: "QuicksandRegular";
  font-size: 1.6rem;
  margin: 0 0 15px 0;
}

.container.banner-container {
  padding: 0;
  text-align: center;
}

.range-container {
  padding: 25px 15px;
}

.para-left {
  padding-right: 0;
  margin: 0 0 60px 0;
}

.para-pad {
  padding-right: 0;
}

.quote-content {
  padding: 30px 20px;
}

blockquote {
  font-family: "QuicksandRegular";
  font-size: 20px;
  text-align: center;
}
blockquote p:before,
blockquote p:after {
  display: block;
  font-size: 60px;
  height: 45px;
}
blockquote p {
  line-height: 1.2;
  margin: 0;
}
blockquote p:before {
  content: "❝";
}
blockquote p:after {
  content: "❞";
}
blockquote cite {
  font-family: "QuicksandLight";
  font-size: 16px;
}

.lightbox-list .box-rect {
  background: #f4f4f4;
  text-align: center;
}
.lightbox-list .box-rect img {
  vertical-align: middle;
}

.project-container {
  padding: 0 15px;
}
.project-container .btn {
  margin: 30px 0 0;
}
.project-container .box.box-rect {
  min-height: 285px;
}
.project-container .box.box-rect:after {
  padding: 0;
}

.project-text {
  padding: 0 0 30px 0;
}

.news-details-container {
  padding: 60px 15px;
}
.news-details-container p {
  margin: 0 0 40px 0;
}
.news-details-container p:last-child {
  margin: 0 0 16px 0;
}
.news-details-container h3 {
  font-weight: bold;
  margin: 20px 0 20px;
}

/**** HOME PAGE *** */
.hero-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
}
.hero-image:after {
  content: "";
}

.hero-title {
  position: relative;
  padding: 10px 10px 30px;
  margin: 20px auto;
  width: 245px;
  color: #FFF;
  text-align: center;
  z-index: 1;
}
.hero-title p {
  font-size: 10px;
}

.hero-btn {
  text-decoration: none;
  font-family: "QuicksandRegular";
  font-size: 10px;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid #fff;
  position: relative;
}
.hero-btn:hover {
  color: #BDBCB0;
  border: 2px solid #BDBCB0;
}

.callout-container {
  margin: 20px auto 50px;
}
.callout-container h2 {
  padding-bottom: 10px;
}

.callout {
  padding: 20px;
  margin: 0 0 10px;
  color: #FFF;
}

.btn {
  background: none;
  color: #42434F;
  border: 2px solid #42434F;
  padding: 10px 20px;
}

.form-content .form-element {
  display: inline-block;
  width: 210px;
}

/**** FAQ PAGE *** */
.faq-container {
  padding: 30px 15px 50px;
}

dt {
  position: relative;
  padding: 0 35px 10px 45px;
  margin: 0 0 15px 0;
  border-bottom: 2px solid #E5E5E5;
  cursor: pointer;
}
dt h3 {
  font-size: 1.8rem;
}
dt:before {
  content: "Q.";
  position: absolute;
  top: -10px;
  left: 0;
  font-family: "Quicksandbold";
  font-size: 30px;
}
dt:after {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  font-family: "FontAwesome";
  font-size: 40px;
  font-weight: bold;
}

dd {
  position: relative;
  max-width: 950px;
  padding: 10px 0 0 45px;
}
dd:before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "QuicksandBold";
  font-size: 30px;
}

.open {
  border-bottom: none;
  padding-bottom: 0;
}
.open:after {
  content: "✖";
  top: -4px;
  right: 2px;
  font-size: 30px;
  font-weight: lighter;
}

.visitus-content .contact-content p.address,
.visitus-content .contact-content p.telephone,
.visitus-content .contact-content p.mail-us {
  margin: 0;
}
.visitus-content .contact-content h4 {
  margin: 60px 0 0;
  padding: 0 0 20px 0;
}
.visitus-content .contact-content h4:first-child {
  margin: 0;
}

.findus-content {
  width: auto;
  margin: 20px 0 0;
  box-sizing: border-box;
}

.contact-content {
  position: relative;
}
.contact-content .alert {
  position: absolute;
  bottom: -30px;
  left: 15px;
  right: 15px;
  background: #D12559;
  padding: 10px;
  color: #fff;
  z-index: 2;
  display: none;
}
.contact-content .alert span {
  display: block;
  font-family: "QuicksandLight";
  font-size: 16px;
}
.contact-content .alert p {
  font-family: "QuicksandRegular";
  font-size: 11px;
  margin: 0;
}
.contact-content .alert-on {
  display: block;
}

.box-content.getInTouch-box-content {
  padding: 30px 15px;
  margin: 20px 0 0;
}

.expandable .container {
  max-height: 2000px;
}
.expandable .intro-content {
  max-height: 520px;
  overflow: hidden;
}
.expandable p {
  white-space: pre-line;
}

.expand {
  position: relative;
  text-align: center;
  padding: 10px;
  bottom: -15px;
  color: #FFF;
  background: rgba(66, 67, 79, 0.8);
}
.expand:before {
  content: "Show More";
}
.expand:hover {
  color: #42434F;
}
.expand:focus {
  color: #FFF;
}

.expand.less:before {
  content: "Show Less";
}
.expand.less:hover {
  color: #42434F;
}

.text-center {
  text-align: center;
}

/**** ADDTHIS *** */
.addthis_toolbox.addthis_style {
  margin: 0 0 0 -30px;
  padding: 10px 0 0 0;
  list-style: none;
  cursor: default;
  text-align: center;
  font-size: 34px;
  line-height: 1;
}
.addthis_toolbox.addthis_style h4 {
  margin: 0 0 0 30px;
}
.addthis_toolbox.addthis_style a {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 0 0 30px;
  padding: 0;
  text-decoration: none;
}
.addthis_toolbox.addthis_style a:before {
  display: block;
  margin: 0 0 10px 0;
  line-height: 60px;
  text-align: center;
  font-family: "FontAwesome";
  color: #42434F;
  overflow: hidden;
}
.addthis_toolbox.addthis_style a:hover:before, .addthis_toolbox.addthis_style a:focus:before {
  color: #BDBCB0;
}
.addthis_toolbox.addthis_style a > * {
  display: none;
}

.addthis_button_twitter:before {
  content: "";
}

.addthis_button_facebook:before {
  content: "";
}

.addthis_button_houzz:before {
  content: "";
}

.addthis_button_pinterest:before {
  content: "";
}

.rect-text.basic-content {
  padding: 0 12px;
  max-width: 1488px;
  margin: 0 auto;
}

.at-icon-wrapper {
  background-color: #fff !important;
}

#at4-share {
  display: none;
}

.pagination {
  display: none;
}

.at_PinItButton {
  display: none !important;
}

.container.about-container {
  margin-top: 20px;
  padding: 0 15px;
}

.banner {
  display: block;
  text-align: center;
  white-space: nowrap;
  color: #FFF;
  font-family: "reset";
  font-size: 0;
  line-height: 0;
}
.banner:after {
  content: "";
  padding: 22.91667% 0 0 0;
  vertical-align: middle;
  display: inline-block;
}
.banner h1 {
  text-transform: uppercase;
}
.banner .btn {
  border-color: #FFF;
  color: #FFF;
}
.banner .btn:hover, .banner .btn:focus {
  border-color: #FFF;
  color: #42434F;
  background: #FFF;
}
.banner .lazy-load:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.banner-inner {
  padding-top: 40px;
  padding-bottom: 20px;
  max-width: 790px;
  white-space: normal;
  vertical-align: middle;
  display: inline-block;
  font-family: "QuicksandRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .box:not(.lazy-image):after {
    content: none;
  }
}
.main:before {
  height: 95px;
}

.box-width-right {
  max-width: 570px;
}

.box-width-left {
  max-width: 600px;
  margin: 0 0 0 auto;
}

.breadcrumb {
  display: block;
  position: absolute;
  z-index: 200;
  padding: 0;
  font-size: 1.2rem;
  color: #4F4F4F;
  line-height: 1;
  margin: 20px 0;
}
.breadcrumb ol, .breadcrumb li {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  display: inline-block;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #BDBCB0;
}
.breadcrumb li:before {
  content: ">";
  margin: 0 6px;
  vertical-align: top;
  display: inline-block;
}
.breadcrumb li:first-child:before {
  content: none;
  display: none;
}

.hero-title {
  width: 585px;
  margin: 15px auto;
  padding: 20px 20px 45px;
}
.hero-title p {
  font-size: 14px;
}

.hero-btn {
  font-size: 18px;
}
.hero-btn:before {
  top: 3px;
  font-size: 20px;
}

.white-content {
  padding: 60px 25px;
}

.grey-content .white-content {
  padding: 60px 15px 30px;
}
.grey-content .white-content h1 {
  margin: 0 0 25px 0;
}
.grey-content .white-content p {
  margin: 0 0 15px 0;
}

.grid-container {
  padding: 60px 25px;
}

.range-container h2 {
  max-width: 330px;
}

.para-left {
  padding-right: 25px;
}

blockquote {
  font-size: 26px;
}
blockquote p:before,
blockquote p:after {
  font-size: 100px;
  height: 75px;
}

.btn.back-btn {
  margin: 0 0 80px 0;
}

.heading-2 {
  font-size: 4rem;
}

.width-50-left {
  width: 47.5%;
  margin: 0 5% 15px 0;
  float: left;
}

.width-50-right {
  width: 47.5%;
  display: inline-block;
}

.form-content .form-element {
  width: 300px;
}

.project-container {
  padding: 0 25px;
}
.project-container .box.box-rect {
  min-height: 500px;
}

.news-details-container {
  padding: 60px 25px;
}

.addthis_toolbox.addthis_style {
  padding: 0;
  list-style: none;
  cursor: default;
  font-size: 34px;
  line-height: 1;
}
.addthis_toolbox.addthis_style a {
  display: block;
}
.addthis_toolbox.addthis_style.addthis_horizontal {
  padding: 10px 0 0 0;
  text-align: left;
}
.addthis_toolbox.addthis_style.addthis_horizontal a {
  display: inline-block;
}

.getInTouch-btn-close:after {
  content: "" !important;
}

.faq-container {
  padding: 70px 25px 80px;
}

dt {
  padding: 0 60px 25px 70px;
  margin: 0 0 15px 0;
}
dt h3 {
  font-size: 2.8rem;
}
dt:before {
  top: -18px;
  left: 0;
  font-size: 42px;
}
dt:after {
  top: -30px;
  font-size: 60px;
}

dd {
  padding: 10px 0 0 70px;
}
dd:before {
  top: -18px;
  left: 0;
  font-size: 42px;
}

.open:after {
  content: "✖";
  top: -14px;
  right: -1px;
  font-size: 50px;
}

.findus-content {
  max-width: 300px;
  white-space: normal;
}

.contact-content .alert {
  bottom: -20px;
}
.contact-content .alert span {
  font-size: 22px;
}
.contact-content .alert p {
  font-size: 16px;
}

.box-content.getInTouch-box-content {
  padding: 30px 30px 30px 0;
  margin: 0;
}

.container.about-container {
  padding: 0 25px;
}

.expandable .intro-content {
  max-height: 200px;
}

.white-content {
  padding: 60px 0;
}

.range-container {
  padding: 25px 0;
}
.range-container h2 {
  max-width: inherit;
}

.quote-content {
  padding: 30px 90px;
}

.main:before {
  height: 0;
  max-height: 0;
}

.container.banner-container {
  padding: 0 20px;
}

.box-pad-left {
  padding: 0 0 0 190px;
}

.box-content {
  padding: 30px 30px;
}

.box-img {
  padding: 0;
}

.para-pad {
  padding-right: 25px;
}

.project-text {
  padding: 0 15px 30px 0;
}

.project-container {
  padding: 0 30px;
}

.news-details-container {
  padding: 60px 30px;
}

.noimage {
  display: inherit;
}

.hero-title {
  width: 970px;
  text-align: center;
  margin: 20px auto;
  padding: 20px 20px 40px;
}

.heading-2 {
  font-size: 5rem;
}

.contact-content {
  padding: 30px 15px;
}

.category:first-child {
  margin-top: 0;
}

.faq-container {
  padding: 70px 30px 80px;
}

dt {
  padding: 0 125px 25px 70px;
  margin: 0 0 15px 0;
}
dt h3 {
  font-size: 2.8rem;
}

.container.about-container {
  padding: 0 30px;
}

.expandable .intro-content {
  max-height: 210px;
}

@media print {
  .main {
    display: block;
  }
}
/* COOKIES */
.cookie {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.cookie * {
  color: #FFF;
}

.cookie-content {
  display: inline-block;
  vertical-align: bottom;
  padding: 40px 10%;
  width: 100%;
  white-space: normal;
  color: #FFF;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
.cookie-content * {
  color: #FFF;
}
.cookie-content p {
  margin: 0 80px 25px 0;
  display: inline-block;
}
.cookie-content .btn {
  border-color: #FFF;
  color: #FFF;
  cursor: pointer;
}
.cookie-content .btn:first-child {
  margin: 0 20px 0 0;
}
.cookie-content .btn:hover {
  background: transparent;
}

.js .cookies {
  display: block;
}

/* FOOTER */
.footer {
  position: relative;
  display: block;
  clear: both;
  margin: 0;
  padding: 30px 0 20px 0;
  color: #42434F;
  background: #D6D6D4;
}
.footer:after, .footer:before {
  content: "";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.footer-container {
  padding: 0 15px;
}
.footer-container h4 {
  margin: 0 0 15px 0;
}

.address-content {
  padding: 10px 10px 10px 85px;
}
.address-content h2 {
  margin-bottom: 0;
}

.footer-block {
  text-align: center;
  margin: 0 0 20px 0;
}

.faded-link {
  color: #A3A5A2;
}

.media-content {
  padding: 30px 0 0;
}

.brand-content {
  padding: 0;
}

.brands {
  margin: 0 0 0 -5px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-family: "reset";
  font-size: 0;
  line-height: 0;
}
.brands li {
  margin: 0 0 5px 5px;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  font-family: "QuicksandRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.brands a {
  display: block;
}
.brands img {
  display: block;
  max-width: 74px;
}

.brand-link {
  display: inline-block;
  margin-bottom: 5px;
}

.link1 {
  padding: 0 50px 0 0;
}

.social {
  display: block;
  margin: 0 0 30px -10px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-family: "reset";
  font-size: 0;
  line-height: 0;
}
.social li {
  margin: 0 0 0 10px;
  padding: 0;
  vertical-align: top;
  display: inline-block;
}
.social a {
  display: block;
  width: 28px;
  text-decoration: none;
  position: relative;
  text-align: center;
}
.social a:before {
  font-family: "FontAwesome";
  height: 30px;
  color: #42434F;
  font-size: 30px;
  line-height: 1;
}
.social a:hover:before, .social a:focus:before {
  color: #BDBCB0;
}

.twitter-link:before {
  content: "";
}

.facebook-link:before {
  content: "";
}

.pinterest-link:before {
  content: "";
}

.instagram-link:before {
  content: "";
}

.houzz-link:before {
  content: "";
}

.footer-bottom {
  font-size: 12px;
  text-align: center;
}

.award-content {
  display: block;
  margin: 0 0 20px 0;
  text-align: center;
}

.footer-container {
  padding: 0 25px;
}

.footer-block {
  text-align: left;
}

.footer-bottom {
  text-align: left;
}

.medium-max-1-3 {
  width: auto;
  max-width: 33.33%;
}

.award-content {
  margin: 0;
  text-align: right;
}

.footer-container {
  padding: 0 30px;
}

.footer-block {
  margin: 0;
}

.large-max-1-4 {
  width: auto;
  max-width: 25%;
}

.brands {
  max-width: 240px;
}

@media print {
  .footer {
    display: none;
  }
}
/* #CAROUSEL */
.carousel {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.carousel-enabled .carousel-items {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.carousel-disabled .carousel-pips,
.carousel-disabled .carousel-next,
.carousel-disabled .carousel-prev {
  display: none !important;
}

.carousel-grabbing .carousel-items {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.carousel-items {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.carousel-mask {
  overflow: hidden;
}

.carousel-move {
  position: relative;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  word-wrap: normal;
  font-family: "reset";
  font-size: 0;
  line-height: 0;
}

.carousel-slide {
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 100%;
  white-space: normal;
  vertical-align: top;
  display: inline-block;
  font-family: "QuicksandRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
}

.carousel-controls {
  text-align: center;
}

.carousel-next,
.carousel-prev {
  position: absolute;
  z-index: 300;
  top: 50%;
  margin: -18px 0 0 0;
  padding: 0;
  width: 36px;
  height: 36px;
  /*border: 2px solid #000 */
  line-height: 30px;
  cursor: pointer;
  color: transparent;
  overflow: hidden;
  text-align: left;
  text-indent: 100%;
  opacity: 1;
  z-index: 12;
  background: 0 0 no-repeat;
}
.carousel-next:hover,
.carousel-prev:hover {
  color: transparent;
  /*background: #000 */
}

.carousel-prev {
  left: 12px;
}

.carousel-next {
  right: 12px;
}

.carousel-pips {
  position: absolute;
  z-index: 100;
  bottom: 42px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
  list-style: none;
  text-align: center;
  line-height: 16px;
}
.carousel-pips li {
  position: relative;
  margin: 3px;
  padding: 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: 100%;
  text-align: left;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #FFF;
  background: none;
  background: rgba(255, 255, 255, 0);
  vertical-align: bottom;
  display: inline-block;
}
.carousel-pips li:hover {
  background: #FFF;
}
.carousel-pips li.on {
  background: #FFF;
  cursor: default;
}

.hero-carousel .carousel-prev {
  background-image: url("../images/chevron-left-white.png");
}
.hero-carousel .carousel-next {
  background-image: url("../images/chevron-right-white.png");
}

.hero-carousel .carousel-move:after {
  content: "";
  height: 235px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  overflow: hidden;
}

.hero-carousel .carousel-slide {
  vertical-align: middle;
  display: inline-block;
}

.projects-carousel {
  background: #E5E5E5;
  text-align: left;
}
.projects-carousel h1 {
  font-family: "QuicksandRegular";
  margin: 0;
  padding: 15px 15px 0;
}
.projects-carousel h3 {
  font-family: "QuicksandRegular";
}
.projects-carousel .box:after {
  display: block;
  padding: 0;
}
.projects-carousel .box-img {
  width: auto;
  margin: 0 auto;
}
.projects-carousel .carousel-slide {
  vertical-align: top;
  display: inline-block;
}
.projects-carousel .carousel-prev {
  background-image: url("../images/chevron-left-grey.png");
}
.projects-carousel .carousel-next {
  background-image: url("../images/chevron-right-grey.png");
}
.projects-carousel .carousel-move:after {
  content: "";
  height: 570px;
  display: inline-block;
  vertical-align: middle;
  widows: 0;
  overflow: hidden;
}
.projects-carousel .carousel-pips {
  bottom: 40px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
}
.projects-carousel .carousel-pips li {
  margin: 3px;
  padding: 0;
  width: 6%;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  vertical-align: bottom;
  display: inline-block;
}
.projects-carousel .carousel-pips li:hover {
  border: 1px solid #42434F;
  background: #42434F;
}
.projects-carousel .carousel-pips li.on {
  border: 1px solid #42434F;
  background: #42434F;
}

.our-work-carousel {
  margin: 0 0 70px 0;
}
.our-work-carousel .carousel-prev {
  background-image: url("../images/chevron-left-grey.png");
}
.our-work-carousel .carousel-next {
  background-image: url("../images/chevron-right-grey.png");
}
.our-work-carousel .carousel-move:after {
  content: "";
  height: 235px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  overflow: hidden;
}
.our-work-carousel .carousel-pips {
  bottom: -12px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
}
.our-work-carousel .carousel-pips li {
  margin: 3px;
  padding: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #42434F;
  background: none;
  background: white;
  vertical-align: bottom;
  display: inline-block;
}
.our-work-carousel .carousel-pips li:hover {
  background: #FFF;
}
.our-work-carousel .carousel-pips li.on {
  background: #42434F;
}
.our-work-carousel .lazy-load img {
  left: 0;
  top: 0;
  opacity: 0;
}

.process-carousel {
  text-align: left;
  margin: 50px 0 100px;
}
.process-carousel h2 {
  font-family: "QuicksandBold";
  margin: 0 0 30px 0;
}
.process-carousel h3 {
  font-family: "QuicksandRegular";
  font-weight: bold;
}
.process-carousel .box:after {
  display: block;
  padding: 150% 0 0;
}
.process-carousel .box-short:after {
  padding: 0;
}
.process-carousel .box-content {
  padding: 0;
  display: block;
}
.process-carousel .box-content-top {
  vertical-align: top;
  margin-bottom: 40px;
}
.process-carousel .box-content-bottom {
  vertical-align: bottom;
}
.process-carousel .carousel-slide {
  vertical-align: top;
  display: inline-block;
}
.process-carousel .carousel-prev {
  background-image: url("../images/chevron-left-grey.png");
}
.process-carousel .carousel-next {
  background-image: url("../images/chevron-right-grey.png");
}
.process-carousel .carousel-move:after {
  content: "";
  height: 570px;
  display: inline-block;
  vertical-align: middle;
  widows: 0;
  overflow: hidden;
}
.process-carousel .carousel-pips {
  bottom: -43px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
}
.process-carousel .carousel-pips li {
  margin: 3px;
  padding: 0;
  width: 6%;
  height: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  background: #E5E5E5;
  vertical-align: bottom;
  display: inline-block;
}
.process-carousel .carousel-pips li:hover {
  background: #BDBCB0;
}
.process-carousel .carousel-pips li.on {
  border: 1px solid #42434F;
  background: #42434F;
}

.award-carousel:before, .award-carousel:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  width: 75px;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}
.award-carousel:before {
  left: 0;
}
.award-carousel:after {
  right: 0;
}
.award-carousel .carousel-items {
  padding: 0 75px 0 0;
}
.award-carousel .carousel-slide {
  padding: 0 0 0 75px;
  vertical-align: middle;
}

.carousel-prev,
.carousel-next {
  margin: -25px 0 0 0;
  width: 50px;
  height: 50px;
}

.carousel-prev {
  left: 20px;
}

.carousel-next {
  right: 20px;
}

.hero-carousel .carousel-move:after {
  height: 730px;
}

.hero-carousel .carousel-slide {
  vertical-align: bottom;
  display: inline-block;
}

.projects-carousel {
  text-align: center;
}
.projects-carousel h1 {
  padding: 50px 0;
  font-size: 5rem;
}
.projects-carousel .carousel-slide {
  vertical-align: top;
  display: inline-block;
}
.projects-carousel .carousel-move:after {
  height: 600px;
}
.projects-carousel .carousel-prev,
.projects-carousel .carousel-next {
  top: 93%;
}

.process-carousel {
  margin: 50px 0 130px;
}

.our-work-carousel {
  margin: 0 0 80px 0;
}

.award-carousel .carousel-slide {
  width: 33.33%;
}

.hero-carousel .carousel-move:after {
  height: 645px;
}

.hero-carousel .carousel-slide {
  vertical-align: bottom;
  display: inline-block;
}

.projects-carousel .carousel-move:after {
  height: 650px;
}
.projects-carousel .carousel-prev,
.projects-carousel .carousel-next {
  top: 50%;
}

.process-carousel .box:after {
  display: block;
  padding: 0;
}

.our-work-carousel {
  margin: 0 0 100px 0;
}
.our-work-carousel .carousel-move:after {
  height: 645px;
}

.award-carousel .carousel-slide {
  width: 20%;
}

/* TRANSITIONS */
.csstransitions .animate,
.csstransitions .animated {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-up {
  0% {
    opacity: 0;
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  -o-animation-name: fade-in-up;
  animation-name: fade-in-up;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.white-content {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.slide-in {
  -webkit-transform: translateY(150px);
  -o-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0.5;
}

.slide-in-up {
  opacity: 1;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* #WWIGHTBOX */
.lightbox {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
}
.lightbox.lightbox-gallery .lightbox-content {
  padding: 30px 80px;
}
.lightbox.lightbox-gallery .lightbox-close {
  right: 80px;
}
.lightbox.lightbox-gallery .lightbox-next,
.lightbox.lightbox-gallery .lightbox-previous {
  display: block;
}

.lightbox-content {
  position: relative;
  z-index: 700;
  margin: 0;
  padding: 30px 15px;
  max-width: 100%;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
}

.lightbox-resize {
  display: block;
  overflow: hidden;
  margin: 0;
  width: 100px;
  height: 100px;
  max-width: 100%;
  background: #FFF;
}

.lightbox-resize.loading {
  background-image: url(../images/lightbox-loading.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #FFF;
}

.lightbox-inner {
  float: left;
  display: inline;
  padding: 15px;
  max-width: 100%;
  box-sizing: border-box;
}

.lightbox-inner iframe {
  max-width: 100%;
  vertical-align: bottom;
}

.lightbox-ghost {
  position: relative;
  margin: 0;
  padding: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  z-index: 800;
  vertical-align: middle;
  display: inline-block;
}

.lightbox-bg {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  _position: absolute;
  _height: expression((boxHeight = document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight) + 'px');
}

.lightbox-close {
  position: absolute;
  z-index: 900;
  top: 7px;
  right: 15px;
  margin: 0;
  padding: 0;
  height: 16px;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
.lightbox-close:before {
  margin: 0 3px 0 0;
  vertical-align: bottom;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1;
  text-rendering: auto;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lightbox-close:hover {
  color: #999;
  text-decoration: none;
}

.lightbox-previous,
.lightbox-next {
  position: absolute;
  z-index: 900;
  left: 0;
  top: 50%;
  display: none;
  margin: -40px 0 0 0;
  width: 80px;
  height: 100px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  line-height: 100px;
  font-size: 20px;
  opacity: 0.5;
  outline: none;
}
.lightbox-previous:before,
.lightbox-next:before {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 70px;
  line-height: 1;
  text-rendering: auto;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 100px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.lightbox-next {
  left: auto;
  right: 0;
}
.lightbox-next:before {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 70px;
  line-height: 1;
  text-rendering: auto;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 100px;
}

.lightbox-previous:hover,
.lightbox-next:hover {
  opacity: 1;
}

.lightbox-description {
  display: block;
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: 300;
  color: #656565;
}

.lightbox-name {
  display: block;
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #0079A2;
}

.lightbox-location {
  display: block;
  font-size: 12px;
  color: #B2B2B2;
}

.lightbox-inner {
  padding: 20px;
}

.lightbox-inner {
  padding: 25px;
}

/*# sourceMappingURL=flat.css.map */
