@charset "UTF-8";
/* Supremo */
@import url(http://fonts.googleapis.com/css?family=Neuton:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@-webkit-keyframes pulse { 0% { -webkit-transform: scale(1); }
  50% { -webkit-transform: scale(1.1); }
  100% { -webkit-transform: scale(1); } }
@keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.1); transform: scale(1.1); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }
.pulse { -webkit-animation-name: pulse; animation-name: pulse; }

@-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); } }
@keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }



/*! 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 { box-sizing: content-box; height: 0; }

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

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

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

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

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

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

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

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

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

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

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ /* 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; }

.clearfix:after, .header__nav:after { content: ""; display: table; clear: both; }

/*------------------------------------*\ $GRIDS
\*------------------------------------*/
/** CONTENTS INTRODUCTION.........How the grid system works. VARIABLES............Your settings. MIXINS...............Library mixins. GRID SETUP...........Build the grid structure. WIDTHS...............Build our responsive widths around our breakpoints. PUSH.................Push classes. PULL.................Pull classes. */
/*------------------------------------*\ $INTRODUCTION
\*------------------------------------*/
/** csswizardry grids provides you with widths to suit a number of breakpoints designed around devices of a size you specify. Out of the box, csswizardry grids caters to the following types of device:  palm     --  palm-based devices, like phones and small tablets lap      --  lap-based devices, like iPads or laptops portable --  all of the above desk     --  stationary devices, like desktop computers regular  --  any/all types of device  These namespaces are then used in the library to give you the ability to manipulate your layouts based around them, for example:  <div class="grid__item  one-whole  lap--one-half  desk--one-third">  This would give you a grid item which is 100% width unless it is on a lap device, at which point it become 50% wide, or it is on a desktop device, at which point it becomes 33.333% width.  csswizardry grids also has push and pull classes which allow you to nudge grid items left and right by a defined amount. These follow the same naming convention as above, but are prepended by either `push--` or `pull--`, for example:  `class="grid__item  one-half  push--one-half"`  This would give you a grid item which is 50% width and pushed over to the right by 50%.  All classes in csswizardry grids follow this patten, so you should fairly quickly be able to piece together any combinations you can imagine, for example:  `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`  `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`  `class="grid__item  palm--one-third  desk--five-twelfths"` */
/*------------------------------------*\ $VARIABLES
\*------------------------------------*/
/** If you are building a non-responsive site but would still like to use csswizardry-grids, set this to ‘false’: */
/** Is this build mobile first? Setting to ‘true’ means that all grids will be 100% width if you do not apply a more specific class to them. */
/** Set the spacing between your grid items. */
/** Would you like Sass’ silent classes, or regular CSS classes? */
/** Would you like push and pull classes enabled? */
/** Would you like to use 'float: left' instead of 'display: inline-block'? */
/** Using `inline-block` means that the grid items need their whitespace removing in order for them to work correctly. Set the following to true if you are going to achieve this by manually removing/commenting out any whitespace in your HTML yourself.  Setting this to false invokes a hack which cannot always be guaranteed, please see the following for more detail:  github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688 github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371 */
/** Define your breakpoints. The first value is the prefix that shall be used for your classes (e.g. `.palm--one-half`), the second value is the media query that the breakpoint fires at. */
/** Define which namespaced breakpoints you would like to generate for each of widths, push and pull. This is handy if you only need pull on, say, desk, or you only need a new width breakpoint at mobile sizes. It allows you to only compile as much CSS as you need. All are turned on by default, but you can add and remove breakpoints at will.  Push and pull shall only be used if `$push` and/or `$pull` and `$responsive` have been set to ‘true’. */
/** You do not need to edit anything from this line onward; csswizardry-grids is good to go. Happy griddin’! */
/*------------------------------------*\ $MIXINS
\*------------------------------------*/
/** These mixins are for the library to use only, you should not need to modify them at all.  Enclose a block of code with a media query as named in `$breakpoints`. */
/** Drop relative positioning into silent classes which can’t take advantage of the `[class*="push--"]` and `[class*="pull--"]` selectors. */
/*------------------------------------*\ $GRID SETUP
\*------------------------------------*/
/** 1. Allow the grid system to be used on lists. 2. Remove any margins and paddings that might affect the grid system. 3. Apply a negative `margin-left` to negate the columns’ gutters. */
.grid { list-style: none; /* [1] */ margin: 0; /* [2] */ padding: 0; /* [2] */ margin-left: -24px; /* [3] */ }

/** 1. Cause columns to stack side-by-side. 2. Space columns apart. 3. Align columns to the tops of each other. 4. Full-width unless told to behave otherwise. 5. Required to combine fluid widths and fixed gutters. */
.grid__item { float: left; padding-left: 24px; /* [2] */ vertical-align: top; /* [3] */ width: 100%; /* [4] */ /* [5] */ /* [5] */ box-sizing: border-box; /* [5] */ }
.grid__item else { display: inline-block; /* [1] */ }

/** Reversed grids allow you to structure your source in the opposite order to how your rendered layout will appear. Extends `.grid`. */
.grid--rev { direction: rtl; text-align: left; }
.grid--rev > .grid__item { direction: ltr; text-align: left; }

/** Gutterless grids have all the properties of regular grids, minus any spacing. Extends `.grid`. */
.grid--full { margin-left: 0; }
.grid--full > .grid__item { padding-left: 0; }

/** Align the entire grid to the right. Extends `.grid`. */
.grid--right { text-align: right; }
.grid--right > .grid__item { text-align: left; }

/** Centered grids align grid items centrally without needing to use push or pull classes. Extends `.grid`. */
.grid--center { text-align: center; }
.grid--center > .grid__item { text-align: left; }

/** Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends `.grid`. */
.grid--middle > .grid__item { vertical-align: middle; }

.grid--bottom > .grid__item { vertical-align: bottom; }

/** Create grids with narrower gutters. Extends `.grid`. */
.grid--narrow { margin-left: -12px; }
.grid--narrow > .grid__item { padding-left: 12px; }

/** Create grids with wider gutters. Extends `.grid`. */
.grid--wide { margin-left: -48px; }
.grid--wide > .grid__item { padding-left: 48px; }

/*------------------------------------*\ $WIDTHS
\*------------------------------------*/
/** Create our width classes, prefixed by the specified namespace. */
/** Our regular, non-responsive width classes. */
/** Whole */
.one-whole { width: 100%; }

/** Halves */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths { width: 50%; }

/** Thirds */
.one-third, .two-sixths, .four-twelfths { width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths { width: 66.666%; }

/** Quarters */
.one-quarter, .two-eighths, .three-twelfths { width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths { width: 75%; }

/** Fifths */
.one-fifth, .two-tenths { width: 20%; }

.two-fifths, .four-tenths { width: 40%; }

.three-fifths, .six-tenths { width: 60%; }

.four-fifths, .eight-tenths { width: 80%; }

/** Sixths */
.one-sixth, .two-twelfths { width: 16.666%; }

.five-sixths, .ten-twelfths { width: 83.333%; }

/** Eighths */
.one-eighth { width: 12.5%; }

.three-eighths { width: 37.5%; }

.five-eighths { width: 62.5%; }

.seven-eighths { width: 87.5%; }

/** Tenths */
.one-tenth { width: 10%; }

.three-tenths { width: 30%; }

.seven-tenths { width: 70%; }

.nine-tenths { width: 90%; }

/** Twelfths */
.one-twelfth { width: 8.333%; }

.five-twelfths { width: 41.666%; }

.seven-twelfths { width: 58.333%; }

.eleven-twelfths { width: 91.666%; }

/** Our responsive classes, if we have enabled them. */
@media only screen and (max-width: 599px) { /** Whole */
  .palm--one-whole { width: 100%; }
  /** Halves */
  .palm--one-half, .palm--two-quarters, .palm--three-sixths, .palm--four-eighths, .palm--five-tenths, .palm--six-twelfths { width: 50%; }
  /** Thirds */
  .palm--one-third, .palm--two-sixths, .palm--four-twelfths { width: 33.333%; }
  .palm--two-thirds, .palm--four-sixths, .palm--eight-twelfths { width: 66.666%; }
  /** Quarters */
  .palm--one-quarter, .palm--two-eighths, .palm--three-twelfths { width: 25%; }
  .palm--three-quarters, .palm--six-eighths, .palm--nine-twelfths { width: 75%; }
  /** Fifths */
  .palm--one-fifth, .palm--two-tenths { width: 20%; }
  .palm--two-fifths, .palm--four-tenths { width: 40%; }
  .palm--three-fifths, .palm--six-tenths { width: 60%; }
  .palm--four-fifths, .palm--eight-tenths { width: 80%; }
  /** Sixths */
  .palm--one-sixth, .palm--two-twelfths { width: 16.666%; }
  .palm--five-sixths, .palm--ten-twelfths { width: 83.333%; }
  /** Eighths */
  .palm--one-eighth { width: 12.5%; }
  .palm--three-eighths { width: 37.5%; }
  .palm--five-eighths { width: 62.5%; }
  .palm--seven-eighths { width: 87.5%; }
  /** Tenths */
  .palm--one-tenth { width: 10%; }
  .palm--three-tenths { width: 30%; }
  .palm--seven-tenths { width: 70%; }
  .palm--nine-tenths { width: 90%; }
  /** Twelfths */
  .palm--one-twelfth { width: 8.333%; }
  .palm--five-twelfths { width: 41.666%; }
  .palm--seven-twelfths { width: 58.333%; }
  .palm--eleven-twelfths { width: 91.666%; } }
@media only screen and (max-width: 480px) { /** Whole */
  .feature--one-whole { width: 100%; }
  /** Halves */
  .feature--one-half, .feature--two-quarters, .feature--three-sixths, .feature--four-eighths, .feature--five-tenths, .feature--six-twelfths { width: 50%; }
  /** Thirds */
  .feature--one-third, .feature--two-sixths, .feature--four-twelfths { width: 33.333%; }
  .feature--two-thirds, .feature--four-sixths, .feature--eight-twelfths { width: 66.666%; }
  /** Quarters */
  .feature--one-quarter, .feature--two-eighths, .feature--three-twelfths { width: 25%; }
  .feature--three-quarters, .feature--six-eighths, .feature--nine-twelfths { width: 75%; }
  /** Fifths */
  .feature--one-fifth, .feature--two-tenths { width: 20%; }
  .feature--two-fifths, .feature--four-tenths { width: 40%; }
  .feature--three-fifths, .feature--six-tenths { width: 60%; }
  .feature--four-fifths, .feature--eight-tenths { width: 80%; }
  /** Sixths */
  .feature--one-sixth, .feature--two-twelfths { width: 16.666%; }
  .feature--five-sixths, .feature--ten-twelfths { width: 83.333%; }
  /** Eighths */
  .feature--one-eighth { width: 12.5%; }
  .feature--three-eighths { width: 37.5%; }
  .feature--five-eighths { width: 62.5%; }
  .feature--seven-eighths { width: 87.5%; }
  /** Tenths */
  .feature--one-tenth { width: 10%; }
  .feature--three-tenths { width: 30%; }
  .feature--seven-tenths { width: 70%; }
  .feature--nine-tenths { width: 90%; }
  /** Twelfths */
  .feature--one-twelfth { width: 8.333%; }
  .feature--five-twelfths { width: 41.666%; }
  .feature--seven-twelfths { width: 58.333%; }
  .feature--eleven-twelfths { width: 91.666%; } }
/*@media only screen and (min-width: 481px) and (max-width: 1023px) { */
@media only screen and (min-width: 600px) and (max-width: 1023px) { 
  .lap--one-whole { width: 100%; }
  /** Halves */
  .lap--one-half, .lap--two-quarters, .lap--three-sixths, .lap--four-eighths, .lap--five-tenths, .lap--six-twelfths { width: 50%; }
  /** Thirds */
  .lap--one-third, .lap--two-sixths, .lap--four-twelfths { width: 33.333%; }
  .lap--two-thirds, .lap--four-sixths, .lap--eight-twelfths { width: 66.666%; }
  /** Quarters */
  .lap--one-quarter, .lap--two-eighths, .lap--three-twelfths { width: 25%; }
  .lap--three-quarters, .lap--six-eighths, .lap--nine-twelfths { width: 75%; }
  /** Fifths */
  .lap--one-fifth, .lap--two-tenths { width: 20%; }
  .lap--two-fifths, .lap--four-tenths { width: 40%; }
  .lap--three-fifths, .lap--six-tenths { width: 60%; }
  .lap--four-fifths, .lap--eight-tenths { width: 80%; }
  /** Sixths */
  .lap--one-sixth, .lap--two-twelfths { width: 16.666%; }
  .lap--five-sixths, .lap--ten-twelfths { width: 83.333%; }
  /** Eighths */
  .lap--one-eighth { width: 12.5%; }
  .lap--three-eighths { width: 37.5%; }
  .lap--five-eighths { width: 62.5%; }
  .lap--seven-eighths { width: 87.5%; }
  /** Tenths */
  .lap--one-tenth { width: 10%; }
  .lap--three-tenths { width: 30%; }
  .lap--seven-tenths { width: 70%; }
  .lap--nine-tenths { width: 90%; }
  /** Twelfths */
  .lap--one-twelfth { width: 8.333%; }
  .lap--five-twelfths { width: 41.666%; }
  .lap--seven-twelfths { width: 58.333%; }
  .lap--eleven-twelfths { width: 91.666%; } }
@media only screen and (max-width: 1023px) { /** Whole */
  .portable--one-whole { width: 100%; }
  /** Halves */
  .portable--one-half, .portable--two-quarters, .portable--three-sixths, .portable--four-eighths, .portable--five-tenths, .portable--six-twelfths { width: 50%; }
  /** Thirds */
  .portable--one-third, .portable--two-sixths, .portable--four-twelfths { width: 33.333%; }
  .portable--two-thirds, .portable--four-sixths, .portable--eight-twelfths { width: 66.666%; }
  /** Quarters */
  .portable--one-quarter, .portable--two-eighths, .portable--three-twelfths { width: 25%; }
  .portable--three-quarters, .portable--six-eighths, .portable--nine-twelfths { width: 75%; }
  /** Fifths */
  .portable--one-fifth, .portable--two-tenths { width: 20%; }
  .portable--two-fifths, .portable--four-tenths { width: 40%; }
  .portable--three-fifths, .portable--six-tenths { width: 60%; }
  .portable--four-fifths, .portable--eight-tenths { width: 80%; }
  /** Sixths */
  .portable--one-sixth, .portable--two-twelfths { width: 16.666%; }
  .portable--five-sixths, .portable--ten-twelfths { width: 83.333%; }
  /** Eighths */
  .portable--one-eighth { width: 12.5%; }
  .portable--three-eighths { width: 37.5%; }
  .portable--five-eighths { width: 62.5%; }
  .portable--seven-eighths { width: 87.5%; }
  /** Tenths */
  .portable--one-tenth { width: 10%; }
  .portable--three-tenths { width: 30%; }
  .portable--seven-tenths { width: 70%; }
  .portable--nine-tenths { width: 90%; }
  /** Twelfths */
  .portable--one-twelfth { width: 8.333%; }
  .portable--five-twelfths { width: 41.666%; }
  .portable--seven-twelfths { width: 58.333%; }
  .portable--eleven-twelfths { width: 91.666%; } }
@media only screen and (min-width: 1024px) { /** Whole */
  .desk--one-whole { width: 100%; }
  /** Halves */
  .desk--one-half, .desk--two-quarters, .desk--three-sixths, .desk--four-eighths, .desk--five-tenths, .desk--six-twelfths { width: 50%; }
  /** Thirds */
  .desk--one-third, .desk--two-sixths, .desk--four-twelfths { width: 33.333%; }
  .desk--two-thirds, .desk--four-sixths, .desk--eight-twelfths { width: 66.666%; }
  /** Quarters */
  .desk--one-quarter, .desk--two-eighths, .desk--three-twelfths { width: 25%; }
  .desk--three-quarters, .desk--six-eighths, .desk--nine-twelfths { width: 75%; }
  /** Fifths */
  .desk--one-fifth, .desk--two-tenths { width: 20%; }
  .desk--two-fifths, .desk--four-tenths { width: 40%; }
  .desk--three-fifths, .desk--six-tenths { width: 60%; }
  .desk--four-fifths, .desk--eight-tenths { width: 80%; }
  /** Sixths */
  .desk--one-sixth, .desk--two-twelfths { width: 16.666%; }
  .desk--five-sixths, .desk--ten-twelfths { width: 83.333%; }
  /** Eighths */
  .desk--one-eighth { width: 12.5%; }
  .desk--three-eighths { width: 37.5%; }
  .desk--five-eighths { width: 62.5%; }
  .desk--seven-eighths { width: 87.5%; }
  /** Tenths */
  .desk--one-tenth { width: 10%; }
  .desk--three-tenths { width: 30%; }
  .desk--seven-tenths { width: 70%; }
  .desk--nine-tenths { width: 90%; }
  /** Twelfths */
  .desk--one-twelfth { width: 8.333%; }
  .desk--five-twelfths { width: 41.666%; }
  .desk--seven-twelfths { width: 58.333%; }
  .desk--eleven-twelfths { width: 91.666%; } }
@media only screen and (min-width: 1600px) { /** Whole */
    .desk-wide--one-whole { width: 100%; }
    /** Halves */
    .desk-wide--one-half, .desk-wide--two-quarters, .desk-wide--three-sixths, .desk-wide--four-eighths, .desk-wide--five-tenths, .desk-wide--six-twelfths { width: 50%; }
    /** Thirds */
    .desk-wide--one-third, .desk-wide--two-sixths, .desk-wide--four-twelfths { width: 33.333%; }
    .desk-wide--two-thirds, .desk-wide--four-sixths, .desk-wide--eight-twelfths { width: 66.666%; }
    /** Quarters */
    .desk-wide--one-quarter, .desk-wide--two-eighths, .desk-wide--three-twelfths { width: 25%; }
    .desk-wide--three-quarters, .desk-wide--six-eighths, .desk-wide--nine-twelfths { width: 75%; }
    /** Fifths */
    .desk-wide--one-fifth, .desk-wide--two-tenths { width: 20%; }
    .desk-wide--two-fifths, .desk-wide--four-tenths { width: 40%; }
    .desk-wide--three-fifths, .desk-wide--six-tenths { width: 60%; }
    .desk-wide--four-fifths, .desk-wide--eight-tenths { width: 80%; }
    /** Sixths */
    .desk-wide--one-sixth, .desk-wide--two-twelfths { width: 16.666%; }
    .desk-wide--five-sixths, .desk-wide--ten-twelfths { width: 83.333%; }
    /** Eighths */
    .desk-wide--one-eighth { width: 12.5%; }
    .desk-wide--three-eighths { width: 37.5%; }
    .desk-wide--five-eighths { width: 62.5%; }
    .desk-wide--seven-eighths { width: 87.5%; }
    /** Tenths */
    .desk-wide--one-tenth { width: 10%; }
    .desk-wide--three-tenths { width: 30%; }
    .desk-wide--seven-tenths { width: 70%; }
    .desk-wide--nine-tenths { width: 90%; }
    /** Twelfths */
    .desk-wide--one-twelfth { width: 8.333%; }
    .desk-wide--five-twelfths { width: 41.666%; }
    .desk-wide--seven-twelfths { width: 58.333%; }
    .desk-wide--eleven-twelfths { width: 91.666%; } }
/*------------------------------------*\ $PUSH
\*------------------------------------*/
/** Push classes, to move grid items over to the right by certain amounts. */
/*------------------------------------*\ $PULL
\*------------------------------------*/
/** Pull classes, to move grid items back to the left by certain amounts. */
h1, h2, h3, h4, h5 { text-rendering: optimizelegibility; }

/* Variables */
* { box-sizing: border-box; }

.col { float: left; width: 340px; }

.col-1 { margin-top: 295px; }

.col-2 { margin-top: 147.5px; }

.col { margin-left: -82.5px; }
.col:first-child { margin-left: 0; }

.hex_row { width: 330px; height: 100%; display: inline-block; overflow: hidden; }

.text { position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; height: 100%; width: 100%; }

.hex-spacer { height: 285px; margin: 10px auto; }

.spine { display: block; position: relative; background-position: center center; width: 165px; height: 285px; margin: 10px auto; cursor: pointer; z-index: 1; -webkit-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }

.spine:after { content: ''; display: block; position: relative; background-position: center center; width: 165px; height: 285px; margin: 0 auto; cursor: pointer; z-index: -2; }

.hexagon:hover { color: #fff; text-shadow: 0 0 10px white; }

.spine .face1, .spine .face2, .spine .face3 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; background: inherit; z-index: -1; /* Keeps borders smooth in webkit */ -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.spine .face1:before, .spine .face2:before, .spine .face3:before, .spine .face1:after, .spine .face2:after, .spine .face3:after { content: ''; position: absolute; width: 330px; height: 330px; background: inherit; }

.spine .face1 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); }

.spine .face1:before, .spine .face1:after { left: 0; -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-60deg) translate(-247.5px, -22.5px); -ms-transform: rotate(-60deg) translate(-247.5px, -22.5px); transform: rotate(-60deg) translate(-247.5px, -22.5px); }

.spine .face2 { -webkit-transform: rotate(-60deg); -ms-transform: rotate(-60deg); transform: rotate(-60deg); }

.spine .face2:before, .spine .face2:after { right: 0; -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; -webkit-transform: rotate(60deg) translate(247.5px, -22.5px); -ms-transform: rotate(60deg) translate(247.5px, -22.5px); transform: rotate(60deg) translate(247.5px, -22.5px); }

.spine:after, .spine .face1:after, .spine .face2:after { opacity: 0; background-image: url("../../assets/images/hover6.png"); }
.spine:not(.spine--intro):not(.spine--slide):hover:after, .spine:not(.spine--intro):not(.spine--slide):hover .face1:after, .spine:not(.spine--intro):not(.spine--slide):hover .face2:after { opacity: 1; }

.hexagon-push {margin-top:305px;}


.text-wrapper { position: relative; top: 0; display: table-cell; width: 100%; overflow: auto; margin: auto; vertical-align: middle; -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.spine.spine--init { opacity: 0; }

.spine.spine--init-text .text-wrapper { opacity: 0; }
.spine.spine--init-text.spine--text .text-wrapper { top: 80px; }
.spine.project-list--intro .text-wrapper { top: inherit; }

.spine.spine--image .text-wrapper { top: 80px; opacity: 0; -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1); transition: all 1s cubic-bezier(0.4, 0, 0.2, 1); }
.spine.spine--image:hover .text-wrapper, .spine.spine--image.hover-active .text-wrapper { top: 0; opacity: 1; -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.spine--slide { background-color: #000; }

.hex-logo-slide { position: absolute; width: 120px; height: 120px; top: 50%; margin-top: -60px; left: 50%; margin-left: -60px; overflow: hidden; }
.hex-logo-slide img { display: block; width: 100%; }

.preload-wrapper { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; opacity: 0; background: #131313; -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); visibility: hidden; }
.preload-wrapper.active { z-index: 100; opacity: 1; visibility: visible; }

.preload-spinner { position: absolute; display: block; display: none; top: 50%; left: 50%; margin-left: -38.75px; margin-top: -100px; height: 75px; width: 77.5px; background: #fff; -webkit-mask-image: url(../../assets/images/svg/hexagon.svg); mask-image: url(../../assets/images/svg/hexagon.svg); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: 100%; mask-size: 100%; -webkit-animation-delay: .5s; animation-delay: .5s; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: pulse; animation-name: pulse; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.preload-bar { position: absolute; width: 350px; height: 115px; top: 50%; left: 50%; margin-top: -57.5px; margin-left: -175px; background: #222; -webkit-mask-image: url(../../assets/images/svg/supremo.svg); mask-image: url(../../assets/images/svg/supremo.svg); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center center; mask-position: center center; -webkit-mask-size: 100%; mask-size: 100%; -webkit-animation-delay: .3s; animation-delay: .3s; -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.active .preload-bar { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

.preload-bar__mercury { position: absolute; top: 100%; background: white; height: 100%; width: 100%; -webkit-animation-delay: .5s; animation-delay: .5s; -webkit-animation-duration: 1.4s; animation-duration: 1.4s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.active .preload-bar__mercury { -webkit-animation-name: slideUp; animation-name: slideUp; }

@-webkit-keyframes slideUp { 0% { top: 100%; }
  100% { top: 0; } }

@keyframes slideUp { 0% { top: 100%; }
  100% { top: 0; } }
.complete .preload-bar__mercury { top: 0; }

.socket { width: 200px; height: 200px; position: absolute; left: 50%; margin-left: -100px; top: 50%; margin-top: -80px; }

.active .hex-brick { -webkit-animation-name: fade; animation-name: fade; }
.active .center-gel { -webkit-animation-name: pulse; animation-name: pulse; }

.hex-brick { background: #74b84b; width: 30px; height: 17px; position: absolute; top: 5px; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.h2 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); }

.h3 { -webkit-transform: rotate(-60deg); -ms-transform: rotate(-60deg); transform: rotate(-60deg); }

.gel { height: 30px; width: 30px; -webkit-transition: all .3s; transition: all .3s; position: absolute; top: 50%; left: 50%; }

.center-gel { margin-left: -15px; margin-top: -15px; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.c1 { margin-left: -47px; margin-top: -15px; }

.c2 { margin-left: -31px; margin-top: -43px; }

.c3 { margin-left: 1px; margin-top: -43px; }

.c4 { margin-left: 17px; margin-top: -15px; }

.c5 { margin-left: -31px; margin-top: 13px; }

.c6 { margin-left: 1px; margin-top: 13px; }

.c7 { margin-left: -63px; margin-top: -43px; }

.c8 { margin-left: 33px; margin-top: -43px; }

.c9 { margin-left: -15px; margin-top: 41px; }

.c10 { margin-left: -63px; margin-top: 13px; }

.c11 { margin-left: 33px; margin-top: 13px; }

.c12 { margin-left: -15px; margin-top: -71px; }

.c13 { margin-left: -47px; margin-top: -71px; }

.c14 { margin-left: 17px; margin-top: -71px; }

.c15 { margin-left: -47px; margin-top: 41px; }

.c16 { margin-left: 17px; margin-top: 41px; }

.c17 { margin-left: -79px; margin-top: -15px; }

.c18 { margin-left: 49px; margin-top: -15px; }

.c19 { margin-left: -63px; margin-top: -99px; }

.c20 { margin-left: 33px; margin-top: -99px; }

.c21 { margin-left: 1px; margin-top: -99px; }

.c22 { margin-left: -31px; margin-top: -99px; }

.c23 { margin-left: -63px; margin-top: 69px; }

.c24 { margin-left: 33px; margin-top: 69px; }

.c25 { margin-left: 1px; margin-top: 69px; }

.c26 { margin-left: -31px; margin-top: 69px; }

.c27 { margin-left: -79px; margin-top: -15px; }

.c28 { margin-left: -95px; margin-top: -43px; }

.c29 { margin-left: -95px; margin-top: 13px; }

.c30 { margin-left: 49px; margin-top: 41px; }

.c31 { margin-left: -79px; margin-top: -71px; }

.c32 { margin-left: -111px; margin-top: -15px; }

.c33 { margin-left: 65px; margin-top: -43px; }

.c34 { margin-left: 65px; margin-top: 13px; }

.c35 { margin-left: -79px; margin-top: 41px; }

.c36 { margin-left: 49px; margin-top: -71px; }

.c37 { margin-left: 81px; margin-top: -15px; }

.active .r1 { -webkit-animation-name: pulse; animation-name: pulse; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-delay: .2s; animation-delay: .2s; }
.active .r2 { -webkit-animation-name: pulse; animation-name: pulse; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-delay: .4s; animation-delay: .4s; }
.active .r3 { -webkit-animation-name: pulse; animation-name: pulse; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-delay: .6s; animation-delay: .6s; }
.active .r1 > .hex-brick { -webkit-animation-name: fade; animation-name: fade; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-delay: .2s; animation-delay: .2s; }
.active .r2 > .hex-brick { -webkit-animation-name: fade; animation-name: fade; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-delay: .4s; animation-delay: .4s; }
.active .r3 > .hex-brick { -webkit-animation-name: fade; animation-name: fade; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-delay: .6s; animation-delay: .6s; }

@keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(0.01); transform: scale(0.01); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }
@keyframes fade { 0% { background: #74b84b; }
  50% { background: #90bf90; }
  100% { background: #74b84b; } }
@-webkit-keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(0.01); transform: scale(0.01); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }
@-webkit-keyframes fade { 0% { background: #74b84b; }
  50% { background: #38a63d; }
  100% { background: #74b84b; } }
body { background: url(../../assets/images/work.1.0.jpg) left top; background-color: #333; font-family: 'Gotham SSm A', 'Gotham SSm B'; font-style: normal; line-height: 1.5; -webkit-font-smoothing: antialiased; }



.header { position: fixed; top: 0; left: 0; right: 0; height: 95px; background: white; z-index: 150; box-shadow: 0px 10px 44px rgba(0, 0, 0, 0.6); }
.header, .header a { color:rgb(98, 100, 104); }

.header__nav { list-style: none; position: absolute; right: 30px; top: 22px;}

.header__nav__item { float: left; margin-left: 35px; }
.header__nav__item:first-child { margin-left: 0; }
.header__nav__item a { position: relative; text-decoration: none; padding-bottom: 6px;font-weight: 800;letter-spacing:-0.04em;font-size:0.97em; }
.header__nav__item a:after { position: absolute; bottom: -2px; left: 0; content: ''; width: 0; height: 3px; background: #74b84b; -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1); transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.header__nav__item a.active:after, .header__nav__item a:hover:after { width: 100%; }






.brandingTop { position: absolute; top: 15px; left: 21px; }


.brandingTop a { display: block; text-indent: 100%; width: 167px; height: 66px; white-space: nowrap; overflow: hidden; }



.brandingTop a{
        background: url(../../assets/images/logo-ani-sprite-tight.png) -1837px 0;
        height: 66px; /* width and height of each frame */
        width: 167px;
}

.brandingTop a{
    -webkit-animation: sprite-animation .6s steps(12,end) 1; /* steps = number of frames */
    animation: sprite-animation .6s steps(12,end) 1;
}
@-webkit-keyframes sprite-animation { /* Safari & Chrome */
        from { background-position: 0 0; }
        to { background-position: -2004px 0; } /* negative of sprite sheet width */
}
@keyframes sprite-animation {
        from { background-position: 0 0; }
        to { background-position: -2004px 0; } /* negative of sprite sheet width */
}


.case-study .brandingTopCase { position: absolute; top: 24px; left: 30px;  }

.case-study .brandingTopCase a {
	display: block; text-indent: 100%; width: 152px; height: 50px; white-space: nowrap; overflow: hidden;	
    background: url(../../assets/images/supremo_logo_trans.png) 0 0;
}









.footer { position: relative; background-color: white; overflow: hidden; font-size: 12px; padding-top: 60px; min-height: 300px; }
.footer .wrapper { max-width: 900px; }
.footer, .footer a { color: #72603F; }
.footer ul { list-style: none; }
.footer .branding { display: none; position: absolute; right: 60px; top: 73px; }
.footer .branding a { background: url("../../assets/images/footer_logo.png"); width: 270px; height:140px;float:right;white-space: nowrap; overflow: hidden;text-indent: 100%; }
@media screen and (min-width: 1040px) { .footer .branding { display: block; } }
.footer .grid {margin-left:10px;}


.footer #subFormFOOTER {}
	
.footer #subFormFOOTER p {}

.footer #subFormFOOTER label{}
	
.footer #subFormFOOTER input{color:#bdbdbd;padding:5px 5px;margin-top:0px;font-size:11px;margin-top:5px;border:none;border-bottom:dashed 1px #bdbdbd;background:transparent;}

.footer #subFormFOOTER button {color:#bdbdbd;padding:5px 10px;font-size:11px;margin-left:0px;margin-top:-2px;border:solid 1px #bdbdbd;background:transparent;}



.page--home { box-shadow: inset -30px 0px 50px -7px rgba(0, 0, 0, 0.5); }
.page--home .page-body { overflow: hidden; }

.project-list { cursor: -webkit-grab; padding-top: 120px; padding-bottom: 30px; overflow: hidden; -webkit-transform: perspective(600px) rotateY(0deg); transform: perspective(600px) rotateY(0deg); -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.project-list:active { cursor: -webkit-grabbing; }

.full-width-wrapper { -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1); transition: all 1s cubic-bezier(0.4, 0, 0.2, 1); }

.full-width-wrapper.init { -webkit-transform: perspective(2000px) translateY(0px) translateX(100px) translateZ(-100px) rotateY(15deg); transform: perspective(2000px) translateY(0px) translateX(100px) translateZ(-100px) rotateY(15deg); }

.text { display: table; overflow: hidden; }

.text__title { margin-bottom: 16px; width: 100%; }

.text__copy { font-size: 12px; color: #74b84b; width: 100%; -webkit-transition: color .3s linear; transition: color .3s linear;font-weight: 700;letter-spacing:-0.04em; }

.text__title { font-weight: bold;font-weight: 800;letter-spacing:-0.04em;font-size:1.1em;line-height:1.2em; }

.project-list--intro { background-color: #74b84b; }
.project-list--intro, .project-list--intro .text__copy { color: white;font-weight: 500;font-size:13px; }
.project-list--intro, .project-list--intro .text__title { color: white;font-weight: 800;font-size:1.05em; }
.project-list--intro, .project-list--intro * { background-image: none !important; }
.project-list--intro .text { width: 340px; margin-left: -50%; padding-top: 0; }
.project-list--intro .text__copy { font-size: 14px; line-height: 1.4; margin-bottom: 14px; }

.project-list--text { background-color: black; color: white; }

.project-list--image .text { color: white; z-index: 5; }

.project-list--image:hover .text__copy, .project-list--text:hover .text__copy { color: #bababa; }

.project-list--image:hover .text { opacity: 1; }

.icon-chevron { display: none; }

.project-list--text .icon-chevron, .project-list--image .icon-chevron { display: inline-block; height: 10px; width: 6px; background-color: #74b84b; -webkit-mask-image: url("../../assets/images/svg/right-arrow-icon.svg"); mask-image: url("../../assets/images/svg/right-arrow-icon.svg"); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: 100%; mask-size: 100%; -webkit-transition: background .3s linear; transition: background .3s linear; }
.project-list--text:hover .icon-chevron, .project-list--image:hover .icon-chevron { background-color: #bababa; }

.hover-grid { overflow: hidden; background-image: url("../../assets/images/underneath_box-bg.jpg"); }
.hover-grid .grid__item { padding: 0; padding-top: 1px; padding-left: 1px; }
.hover-grid .grid:first-child .grid__item { padding-top: 0; }
.hover-grid .grid__item:first-child { padding-left: 0; }

.hover-square { background-image: url("../../assets/images/box-bg.jpg"); }

.hover-square__icon { position: relative; display: block; margin: 0 auto; height: 150px; width: 155px; background: #494949; -webkit-mask-image: url(../../assets/images/svg/hexagon.svg); mask-image: url(../../assets/images/svg/hexagon.svg); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: 100%; mask-size: 100%; -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.hover-square__icon:after { display: block; content: ''; width: 100%; height: 100%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: 40% 40%; mask-size: 40% 40%; background-color: #6d6d6d; }

.hover-square__icon--design:after { -webkit-mask-image: url(../../assets/images/svg/design-icon.svg); mask-image: url(../../assets/images/svg/design-icon.svg); }

.hover-square__icon--labs:after { -webkit-mask-image: url(../../assets/images/svg/web-development-icon.svg); mask-image: url(../../assets/images/svg/web-development-icon.svg); }

.hover-square__icon--branding:after { -webkit-mask-image: url(../../assets/images/svg/branding-icon.svg); mask-image: url(../../assets/images/svg/branding-icon.svg); }

.hover-square__icon--mobile:after { -webkit-mask-image: url(../../assets/images/svg/mobile-icon.svg); mask-image: url(../../assets/images/svg/mobile-icon.svg); }

.hover-square__icon--video:after { -webkit-mask-image: url(../../assets/images/svg/motion-video-icon.svg); mask-image: url(../../assets/images/svg/motion-video-icon.svg); }

.hover-square__icon--illustration:after { -webkit-mask-image: url(../../assets/images/svg/illustration-icon.svg); mask-image: url(../../assets/images/svg/illustration-icon.svg); }

.hover-square__title { font-size: 20px; text-transform: uppercase;font-weight:800;margin:30px 0 0px 0; }

.hover-square__copy { color: #a5a5a5; font-size: 0.9em; }

.hover-square { overflow: hidden; text-align: center; color: white; height: 570px; padding: 80px; }
.hover-square:hover { background: url("../../assets/images/hover-state_box.jpg"); }
.hover-square:hover .hover-square__icon { background: white; }
.hover-square:hover .hover-square__icon:after { background: #373737; }
.hover-square:hover .hover-square__copy { color: white; }

.hover-square__body { position: relative; }

.hover-square__phase { position: absolute; top: 0; width: 100%; overflow: hidden; -webkit-transition: opacity .3s linear, visibility .6s linear; transition: opacity .3s linear, visibility .6s linear; }

.hover-square__phase2 { opacity: 0; visibility: hidden; }

.hover-square:hover .hover-square__icon { margin-top: -40px; }
.hover-square:hover .hover-square__phase1 { opacity: 0; visibility: hidden; }
.hover-square:hover .hover-square__phase2 { opacity: 1; visibility: visible; }
.hover-square:hover .hover-square__phase2 .hover-square__list li:first-child { opacity: 1; -webkit-transition-delay: .1s; transition-delay: .1s; top: 0; }
.hover-square:hover .hover-square__phase2 .hover-square__list li:nth-child(2) { opacity: 1; -webkit-transition-delay: .2s; transition-delay: .2s; top: 0; }
.hover-square:hover .hover-square__phase2 .hover-square__list li:nth-child(3) { opacity: 1; -webkit-transition-delay: .3s; transition-delay: .3s; top: 0; }

.hover-square__list { list-style: none; min-height: 200px; margin: 0; padding: 0; }
.hover-square__list li { position: relative; top: 48px; opacity: 0; -webkit-transition: 0.8s all cubic-bezier(0.4, 0, 0.2, 1); transition: 0.8s all cubic-bezier(0.4, 0, 0.2, 1); }

.hover-square__secondary-title { position: relative; margin: 36px 0; text-transform: uppercase;font-size:0.8em;font-weight:800; }
.hover-square__secondary-title:after, .hover-square__secondary-title:before { content: ''; display: block; height: 1px; background: white; width: 50%; position: absolute; top: 50%; z-index: 1; overflow: hidden;opacity: 0.3; }
.hover-square__secondary-title:after { right: 0; margin-right: -50px; }
.hover-square__secondary-title:before { margin-left: -50px; }

.hover-square__list a { padding: 9px 0;font-size:0.85em; display: block; background: rgba(53, 53, 53, 0.2); margin: 6px 0; color: white; text-decoration: none; border-radius: 5px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
.hover-square__list a:hover { background: rgba(53, 53, 53, 0.28); }



.testimonials { position: relative; overflow: hidden; height: 500px; clear: both; text-align: center; background-image: url("../../assets/images/testimonials.jpg"); background-size: cover; color: #f6f6f6; padding: 120px 16px; }
.testimonials blockquote { display: block; padding: 0 32px; width: 100%; max-width: 950px; margin: 0 auto; position: relative; quotes: "\201C" "\201D" "\2018" "\2019"; font-size: 30px; font-family: 'Neuton', serif; font-style: italic; }
.testimonials blockquote p:before { font-size: 70px; content: open-quote; font-family: helvetica; font-style: normal; position: absolute; top: -15px; left: 0px; /* height: 45px; */ /* display: inline-block; */ /* line-height: 1px; */ color: #6f6f6f; }
.testimonials blockquote p:after { font-size: 70px; content: open-quote; font-family: helvetica; font-style: normal; position: absolute; /* top: 0; */ /* right: 0; */ /* height: 45px; */ /* display: inline-block; */ /* line-height: 1px; */ color: 6f6f6f; content: close-quote; bottom: 7px; margin-left: 12px; }
.testimonials footer { font-size: 16px; font-family: 'Montserrat', sans-serif; color: #b0b0b0; font-style: normal; font-weight: bold; }
.testimonials footer span { font-weight: normal; }

.contact-module { background: #74b84b; color: white; padding: 70px 0; overflow: hidden; font-size: 26px; font-weight: normal; }
.contact-module .wrapper { max-width: 978px; margin: 0 auto; padding: 0 0px; }

@media screen and (max-width: 600px) { .contact-module .wrapper { padding:0 60px; } }
@media screen and (min-width: 600px) { .contact-module .wrapper { padding:0 60px; } }
@media screen and (min-width: 1024px) { .contact-module .wrapper { padding:0; } }



.button { margin-top: 16px; display: inline-block; border: 2px solid white; padding: 25px 45px; background: transparent; color: white; text-transform: uppercase; font-size: 14px; line-height: 1; vertical-align: middle; text-decoration: none; letter-spacing: 1px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.button:hover { background: white; color: #131313; }

@media screen and (min-width: 1024px) { .button { margin-top: -15px; } }

.page-header-window { padding: 160px 16px; text-align: center; background-image: url("../../assets/images/services_bg.jpg"); background-size: cover; font-size: 20px; }

.page--about {background:#2b2b2b;}

.work-section {background-image: url("../../assets/images/bg-repeat.jpg");}


.page-body .services-wrapper{ background-image: url("../../assets/images/services_bg.jpg");}
.page-body .about-us-wrapper{ background-image: url("../../assets/images/about-shots/team-shot_large_banner.jpg") !important;}
.page-body .about-us-wrapper{ background:top center;}

.page-body .about-us-wrapper h1 {display:none;}

.page-header-window .wrapper { max-width: 750px; margin: 0 auto; }

@media screen and (min-width: 1024px) { .page-header-window { height: 780px; } }




.page-header-window h1 { font-size: 3.5em; text-transform: uppercase; font-weight: 800; margin-bottom: 20px; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both;letter-spacing:-0.04em; }
.page-header-window p { color: white; font-size: 1.4em; line-height: 1.4em;letter-spacing:-0.06em;font-weight:400; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.page-header-window p:last-child { height: 175px; -webkit-animation-duration: 2s; animation-duration: 2s; }
.page-header-window.active h1, .page-header-window.active p { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }


.page-header-window-blank { padding: 160px 16px; font-size: 20px; }

.page-body .contact-wrapper{ background-image: url("../../assets/images/contact-us-pattern.jpg") !important;background-position:top center;}

.page-header-window-blank .wrapper { max-width: 810px; margin: 0 auto; }
@media screen and (min-width: 1024px) { .page-header-window { height: 780px; } }
.page-header-window-blank h1 { color:white; font-size: 1.75em;font-weight: 600; margin-bottom: 20px; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both;letter-spacing:-0.06em; }


.contact-header-underline {

    background: url(../../assets/images/svg/underline-contact.svg) no-repeat;
    background-size: 428px 18px;
	background-position:right 46px;
	width:100%;
	height:110px;
	text-align: center;
}




/* About us */


.introduction-module { background-image: url("../../assets/images/contact-us-pattern.jpg");background-position:top center; color: white; padding: 70px 0; overflow: hidden; font-size: 1em; font-weight: normal;text-align:center; }
.introduction-module .wrapper { max-width: 978px; margin: 0 auto; padding: 0 0px; }

@media screen and (min-width: 600px) { .introduction-module .wrapper { padding:0 60px; } }
@media screen and (max-width: 600px) { .introduction-module .wrapper { padding:0 50px } }
@media screen and (max-width: 1024px) { .introduction-module .wrapper { padding:0 50px; } }



.introduction-module h2 {
	font-size:0.9em;
	font-weight:400;
	margin:0;
	text-transform:uppercase;
}


.introduction-module p {
	font-size:2.0em;	
	font-family: 'Neuton', serif; font-style: italic;
	margin:20px 0;
	letter-spacing:-0.02em;
}




.about-video-module { background-image: url("../../assets/images/video-bg-panel-2.jpg");background-position:top center; color: white; padding: 120px 0; overflow: hidden; font-size: 1em; font-weight: normal;text-align:center; }
.about-video-module .wrapper { max-width: 978px; margin: 0 auto; padding: 0 0px; }


.about-video-module h3 {
	font-size:0.9em;
	font-weight:400;
	margin:0 0 20px 0;
	text-transform:uppercase;
}


.about-video-module p {
	font-size:2.0em;	
	font-family: 'Neuton', serif; font-style: italic;
	margin:20px 0;
	letter-spacing:-0.02em;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 815px; height: auto;text-align:center;margin:0 auto; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



.team-profiles-module { background-image: url("../../assets/images/video-bg-panel-1.jpg");background-position:top center; color: white; padding: 120px 0; overflow: hidden; font-size: 1em; font-weight: normal;text-align:center; }
.team-profiles-module .wrapper { max-width: 978px; margin: 0 auto; padding: 0 0px; }


.team-profiles-module h3 {
	font-size:0.9em;
	font-weight:400;
	margin:0 0 20px 0;
	text-transform:uppercase;
	color:#9a9a9a;
}


.team-profiles-module p {
	font-size:2.0em;	
	font-family: 'Neuton', serif; font-style: italic;
	margin:20px 0;
	letter-spacing:-0.02em;
}


.introduction-module { background-image: url("../../assets/images/contact-us-pattern.jpg");background-position:top center; color: white; padding: 70px 0; overflow: hidden; font-size: 1em; font-weight: normal;text-align:center; }



.process-module { background-image: url("../../assets/images/video-bg-panel-1.jpg");background-position:top center; color: white; padding: 120px 0; overflow: hidden; font-size: 1em; font-weight: normal;text-align:center;
 }




/* CSS image preload styles */
body:after
{
	content: url(../../assets/images/ian-head-sprite-sitting.png) url(../../assets/images/ian-head-sprite.png);
	display:none;
}


#supremo-mugs-wrapper {
	width:540px;
	margin:0 auto;
}

#supremo-mugs-wrapper ul {
	list-style:none;
	width:173px;
	float:left;
	margin-right:10px;
	padding:0;
}

#supremo-mugs-wrapper ul:last-child {
	margin-right:0px;
}


li.mug {
	width:173px;
	height:149px;
}



.mug-ian li.mug {background: url("../../assets/images/ian-mug-ani.gif");}
.mug-liam li.mug {background: url("../../assets/images/liam-mug-ani.gif");}
.mug-mike li.mug {background: url("../../assets/images/mike-mug-ani.gif");}

li.name {
	font-weight:600;
	font-size:1.05em;
	color:#ffffff;
	margin:16px 0 1px;
}

li.role {
	font-weight:400;
	text-transform:uppercase;
	color:#c8c8c8;
	font-size:0.65em;
}









/* About - Clients */



.clients-module { background:#191919; color: white; padding: 80px 0 100px; overflow: hidden; font-size: 1em; font-weight: normal;text-align:center; }
.clients-module .wrapper { max-width: 978px; margin: 0 auto; padding: 0 0px; }


.clients-module h3 {
	font-size:0.9em;
	font-weight:400;
	margin:0 0 75px 0;
	text-transform:uppercase;
	color:#9a9a9a;
}


.clients-module p {
	font-size:2.0em;	
	font-family: 'Neuton', serif; font-style: italic;
	margin:20px 0;
	letter-spacing:-0.02em;
}



#client-wall {
    background: url(../../assets/images/client-wall.png) top center no-repeat;
	background-size:contain;	
	height:573px;
	width:100%;
	margin:0px auto 0;
}








/* Contact Form */

#contact {
	width:810px;
	height:600px;
}

#contact .result {
    width:100%;
    padding:10px 0;
    margin:10px 0 0;
    border-radius: 8px;
    text-align:center;
    background:#dde7cb;
    font-weight:bold;
}

#contact div {
    width:476px;
    float:left;
}

#contact div h2 {
    margin-bottom:20px;
}

#contact div form input {
    padding:20px;
	color:#fff;
}

#contact div form textarea {
    padding:20px;
    height:250px;
}

#contact div form .button {
    padding:26px 55px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:-0.03em;
	width:240px;
	height:70px;
}

#contact div form .button:hover {
    -webkit-transform: none;
}

#contact aside {
    width:280px;
    float:right;
    padding:0 0 00px 00px;
    margin:00px 0 0;
}

#contact aside div h3, #contact aside > h3 {
    color:#fff;
    font-size:22px;
    margin:10px 0 -5px 0;
	font-weight:400;
	letter-spacing:-0.035em;
}


#contact aside div h4, #contact aside div h4 a {
    margin:0;
    color:#fff;
    font-size:22px;
    font-weight:600;
	letter-spacing:-0.035em;
}

#contact aside h5{
    color:#fff;
    text-transform: uppercase;
	font-weight:800;
    font-size:15px;
    margin:28px 0 12px;
}

#contact aside > p {
    color:#fff;
    font-size:14px;
    margin:0px 0;
    line-height:1.9em;
	letter-spacing:-0.045em;
	font-weight:400;	
}

#contact aside > h4 {
    padding:0 0 10px;
}





#contact input, #contact textarea {
    width:100%;
	background:transparent;
    border-radius:0px;
    border:2px solid #fff;
    padding:5px 10px;
    margin:5px 0;
    color:#fff;
    font-size:14px;
}

#contact input.invalid, #contact textarea.invalid {
    border:3px solid #4be4c8;
    color:#2aac94;
    font-weight:bold;
    outline:none;
}

#contact input:focus, #contact textarea:focus {
    outline:none;
    color:#abfe78;
	background: rgba(0, 0, 0, 0.2);
}

#contact textarea::-webkit-input-placeholder, #contact input::-webkit-input-placeholder {
    color:#fff;

}

#contact input:focus::-webkit-input-placeholder, #contact textarea:focus::-webkit-textarea-placeholder {
    color:#abfe78;
}

#contact form .button {
    font-size:14px;
    padding:7px 10px 5px;
    margin:10px 0 0;
    -webkit-transition: all 0.5s;
}

#contact form .button:hover {
    background:#fffff0;
    -webkit-transform:scale(1.1);
}

#contact form #messageinformation {
    display:none;
}


#contact .email-contact-hexagon, #contact .phone-contact-hexagon {
	margin-bottom:10px;
	width:278px;
}

#contact .email-contact-hexagon {
    background: url(../../assets/images/email-contact-hexagon.gif) no-repeat  0 16px;
	padding-left:75px;
}

#contact .phone-contact-hexagon {
    background: url(../../assets/images/contact-hexagon.png) no-repeat  0 16px;
}

#contact .phone-contact-hexagon {
	margin-bottom:60px;
}

#contact .phone-icon-ring {
    background: url(../../assets/images/phone-contact-hexagon.gif) no-repeat  14px 25px;
	height:60px;
	width:75px;
}


#contact .error {
	
	background:#fdff72;
	font-size:13px;
	padding:15px 15px 15px 22px;
	margin-bottom:6px;
	color:#c80909;
	
	
}

#contact .success {
	
	background:#051001;
	font-size:13px;
	padding:15px 15px 15px 22px;
	margin-bottom:6px;
	color:#ffffff;
}

/*
 
.form-error input, .form-error textarea {
    border:2px solid #fdff72 !important;
}

*/


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

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-loading .slick-list { background: #fff url("../../../cdn.jsdelivr.net/jquery.slick/1.3.15/ajax-loader.gif") center center no-repeat; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

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

.slick-track { position: relative; left: 0; top: 0; display: block; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("http://cdn.jsdelivr.net/jquery.slick/1.3.15/fonts/slick.eot"); src: url("http://cdn.jsdelivr.net/jquery.slick/1.3.15/fonts/slick.eot?#iefix") format("embedded-opentype"), url("http://cdn.jsdelivr.net/jquery.slick/1.3.15/fonts/slick.woff") format("woff"), url("http://cdn.jsdelivr.net/jquery.slick/1.3.15/fonts/slick.ttf") format("truetype"), url("../../../cdn.jsdelivr.net/jquery.slick/1.3.15/fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { display: none; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -37px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }

.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: -1px; padding: 0; cursor: pointer; }

.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }

.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 10px; line-height: 20px; text-align: center; color: #9f9f9f; /*opacity: 0.25;*/ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before { color: #74b84b; opacity: 0.75; }

.headroom { -webkit-transition: -webkit-transform 200ms linear; transition: transform 200ms linear; }

.headroom--pinned { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }

.headroom--unpinned { -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }

.full-width-wrapper { width: 100%; }

.project-list { width: 3000px; }




/* 404 */


.error-page .error-page-layout {
	height:700px;
	padding:300px 100px;
	text-align:center;
	position:fixed;
	width:100%;
	margin:0 auto;
}


.error-page canvas{
	width:100%;

}

.error-page footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
}


.error-page .error-page-layout h2{
	color:white;
	font-size:3em;
	margin:0;
}

.error-page .error-page-layout p{
	color:white;
}

.error-page .error-page-layout a{
	color:white;
}


/* case studies */



@media screen and (min-width: 1024px) { .page-header-window { height: 720px; } }



.case-study-wrapper h1{
	
	height:78px;
	width:382px;
	margin:210px auto 0;
}

.case-study-wrapper h1 span{
	display:none;
}







.smoke-case-study .contact-module {clear:left;}

.case-intro-module { background: #01bd93;background-position:top center; color: white; padding: 55px 0; overflow: hidden; font-size: 1em; font-weight: normal; }
.case-intro-module .wrapper { max-width: 978px; margin: 0 auto; padding: 0 0px; }
.case-intro-module h2 {font-size:1.8em;font-weight:700;margin:0;letter-spacing:-0.04em;}
.case-intro-module p {width:672px;line-height:1.6em;font-size:1.1em;letter-spacing:-0.04em;margin-right:30px;}


@media screen and (min-width: 600px) { .case-intro-module p { width:auto; } }
@media screen and (max-width: 600px) { .case-intro-module p { width:auto; } }
@media screen and (max-width: 1024px) { .case-intro-module p { width:auto; } }


.case-intro-module .case-services {font-size:0.9em;}
.case-intro-module .view-live {}
	
	
	.case-intro-module .view-live a{
	    padding:6px 16px 6px;
	    margin:5px 0 0;
	    -webkit-transition: all 0.3s;
		border:2px solid #fff;
		color:#ffffff;
		font-size:0.7em;
		font-weight:600;
		text-transform:uppercase;
		float:left;
		width:110px;
		text-align:center;
	}
	
	.case-intro-module .view-live a{
	    -webkit-transition: all 0.3s;
		text-decoration:none;
	}

	.case-intro-module .view-live a:hover {
	    background:#fffff0;
		color:#000000;
		font-weight:400;
	}


.case-para-block {
	background:#fff;
	padding: 55px 0;
	clear:left; 	
}

.case-para-block h3{
	color:#0c0b0b;
	width:946px;
	margin:0px auto 10px;
	font-size:1.9em;
	letter-spacing:-0.05em;
}

.case-para-block p{
	color:#3d3d3d;
	width:946px;
	margin:20px auto;
	letter-spacing:-0.04em;
	font-size:1.15em;
	font-weight:300;
	line-height:1.8em;	
}


.case-video-module { background: url("../../assets/images/smoke-video-bg.jpg")#e8e8e8 no-repeat;background-position:top center; color: white; padding: 120px 0; overflow: hidden; font-size: 1em; font-weight: normal;text-align:center; }
.case-video-module .wrapper { max-width: 978px; margin: 0 auto; padding: 0 0px; }


.case-video-module h3 {
	color:#0c0b0b;
	margin:60px auto 20px;
	font-size:1.8em;
	text-align:left;
	font-weight:500;
	letter-spacing:-0.04em;		
}


.case-video-module p {
	color:#3d3d3d;
	margin:00px auto;
	text-align:left;
	padding-right:20px;
	letter-spacing:-0.04em;
	font-weight:300;
	line-height:1.8em;
	font-size:1.05em;					
}












/* // each page theme */


.case-study .header {background: transparent;box-shadow:none;-webkit-transition: all 0.3s; }
.case-study .header:hover {background: #000000; }
.case-study { background: #121212;}

.smoke-case-study .smoke-case-study-wrapper{ background-image: url("../../assets/images/smoke-header-bg.jpg");}
.smoke-case-study .contact-module, .smoke-case-study .header__nav__item a:after  { background: #01bd93; }
.smoke-case-study-wrapper h1{height:110px;width:382px;background: url("../../assets/images/smoke-croak-logo.png") no-repeat;margin:210px auto 0;}

.riley-case-study .riley-case-study-wrapper { background-image: url("../../assets/images/riley-big-header.jpg");}
.riley-case-study .header__nav__item a:after, .riley-case-study .contact-module, .riley-case-study .case-intro-module { background: #f5272e; }
.riley-case-study-wrapper h1{height:171px;width:367px;background: url("../../assets/images/riley-case-logo.png") no-repeat;margin:150px auto 0;}
.riley-case-study .image-carousel-text h2 {color:#f5272e;}


.creativecup-case-study .creative-cup-case-study-wrapper { background-image: url("../../assets/images/creative-cup-big-header.jpg");}
.creativecup-case-study .header__nav__item a:after, .creativecup-case-study .contact-module, .creativecup-case-study .case-intro-module { background: #d65127; }
.creative-cup-case-study-wrapper h1{height:131px;width:478px;background: url("../../assets/images/creative-cup-logo-header.png") no-repeat;margin:150px auto 0;}

.caelum-case-study .caelum-case-study-wrapper { background-image: url("../../assets/images/caelum-header-bg.jpg");}
.caelum-case-study .header__nav__item a:after, .caelum-case-study .contact-module, .caelum-case-study .case-intro-module { background: #4da2e3; }
.caelum-case-study-wrapper h1{height:171px;width:297px;background: url("../../assets/images/caelum-logo-case.png") no-repeat;margin:150px auto 0;}

.artesian-case-study .artesian-case-study-wrapper { background-image: url("../../assets/images/big-header-artesian.jpg");}
.artesian-case-study .contact-module { background: #ee4e9a; }
.artesian-case-study .case-intro-module { background: #ffffff; }
.artesian-case-study .header__nav__item a:after { background: #ffffff; }
.artesian-case-study .case-intro-module h2 {color:#f0258a; }
.artesian-case-study .case-intro-module p {color:#363636; }

.artesian-case-study .case-intro-module .view-live a{
	border:2px solid #f0258a;
	color:#f0258a;
}

.artesian-case-study .case-intro-module .view-live a:hover {
    background:#f0258a;
	color:#ffffff;
	font-weight:600;
}

.artesian-case-study-wrapper h1{height:171px;width:387px;background: url("../../assets/images/artesian-logo.png") no-repeat;margin:150px auto 0;}


.jampr-case-study .jampr-case-study-wrapper { background-image: url("../../assets/images/big-header-jam-pr.jpg");}
.jampr-case-study .contact-module { background: #eb008c; }
.jampr-case-study .case-intro-module { background: #eb008c; }
.jampr-case-study .header__nav__item a:after { background: #eb008c; }
.jampr-case-study-wrapper h1{height:171px;width:387px;background: url("../../assets/images/jam-pr-logo.png")top center no-repeat;margin:126px auto 0;}

.jampr-case-study .image-carousel-text h2 {color:#eb008c;}


.otb-case-study .otb-case-study-wrapper { background-image: url("../../assets/images/big-header-otb.jpg");}
.otb-case-study .contact-module { background: #2e3192; }
.otb-case-study .case-intro-module { background: #2e3192; }
.otb-case-study .header__nav__item a:after { background: #fff100; }


.otb-case-study-wrapper h1{height:171px;width:387px;background: url("../../assets/images/otb-logo-case.png")top center no-repeat;margin:150px auto 0;}






/* // END each page theme */


/* // Article theme */

.apple-watch-article .header__nav__item a:after { background: #74b84b; }
.apple-watch-article .contact-module { background: #74b84b; }
.apple-watch-article .case-intro-module { background: #393939; }

.apple-watch-article .apple-watch-article-wrapper { background-image: url("../../assets/images/apple-watch-background.jpg");}
.apple-watch-article-wrapper h1{height:531px;width:419px;background: url("../../assets/images/apple-watch-graphic.png") no-repeat;margin:0px auto 0;}

.apple-watch-article .case-intro-module p a {color:#74b84b;}



.apple-watch-article .cctld-article-wrapper { background-image: url("../../assets/images/industrial-article-background.jpg");}
.cctld-article-wrapper h1{height:531px;width:419px;background: url("../../assets/images/research-cctld-vs-gtld-header.png") no-repeat;margin:0px auto 0;}

.article-infographic-intro-block {background:#404546 !important;}
.article-infographic-intro {background:#303030 !important;}



/* case studies - flexible client images / modules */

.imagery-module {width:1600px;margin:0 auto; }
.imagery-module img { float:left; }

@media screen and (max-width: 800px) { .imagery-module { width:800px; } }

@media screen and (max-width: 800px) { .case-large-width { width:800px; } }


/* // Jag start */

/* imagery module */
.imagery-module { width: 100%; }
.imagery-module img { width: 100%; }
.imagery-module .hidden--below-desktop, .imagery-module .hidden--below-desktop-wide { display: none; }
@media screen and (min-width: 1024px) { .imagery-module .hidden--below-desktop { display: block; } }
@media screen and (min-width: 1600px) { .imagery-module .hidden--below-desktop-wide { display: block; } }

.imagery-module--animation {
	background-color: #01bd93;
	background-image: url("../../assets/images/smoke-set-bg.jpg");
	background-position: center -100px;
	background-repeat: no-repeat;
	overflow: hidden ;
}

@media screen and (max-width: 1023px) {
	overflow: hidden;
	width: 100%;
}


/* animation - devices */
.animation-devices { min-height: 800px; overflow: hidden; padding: 100px 0; position: relative; }
@media screen and (max-width: 480px) { .animation-devices { min-height: 600px; padding: 100px 0 0; } }
.animation-device--mac, .animation-device--tablet, .animation-device--mobile { position: absolute; }
.animation-device--mac:after {
	background-image: url("../../assets/images/shadow-backgrop-line.png");
	background-position: center;
	background-repeat: no-repeat;
	bottom: 90px;
	content: "";
	height: 56px;
	left: -50px;
	position: absolute;
	width: 777px;
	z-index: 1;
}
.animation-device--mac img { position: relative; z-index: 2; }
@media screen and (max-width: 480px) {
	.animation-device--mac:after {
		background-size: 100%;
		bottom: 50px;
		height: 56px;
		left: 0;
		width: 100%;
	}
}

.animation-device--mac {
	left: -100%;
	margin-left: -336px;
	z-index: 2;
	-webkit-transition: all .6s;
	transition: all .6s;
}
@media screen and (max-width: 480px) {
	.animation-device--mac { margin-left: -50%; text-align: center; width: 100%; }
	.animation-device--mac img { width: 90%; }
}

.animation-device--tablet {
	bottom: 100px;
	right: -100%;
	z-index: 4;
	-webkit-transition: all .6s .1s;
	transition: all .6s .1s;
}
@media screen and (max-width: 480px) {
	.animation-device--tablet { bottom: auto; margin-left: -50%; text-align: center; top: 200px; width: 100%; }
	.animation-device--tablet img { width: 70%; }
}

.animation-device--mobile {
	bottom: 80px;
	left: -100%;
	z-index: 6;
	-webkit-transition: all .6s .2s;
	transition: all .6s .2s;
}
@media screen and (max-width: 480px) {
	.animation-device--mobile { margin-left: -50%; text-align: center; bottom: 100px; width: 100%; }
}


.imagery-module--animation.animate .animation-device--mac {
	left: 50%;
}

.imagery-module--animation.animate .animation-device--tablet {
	right: 18%;
}
@media screen and (max-width: 1023px) {
	.imagery-module--animation.animate .animation-device--tablet { right: 10%; }
}
@media screen and (max-width: 480px) {
	.imagery-module--animation.animate .animation-device--tablet { right: 0; }
}


.imagery-module--animation.animate .animation-device--mobile {
	left: 37%;
}
@media screen and (max-width: 1023px) {
	.imagery-module--animation.animate .animation-device--mobile { left: 30%; }
}
@media screen and (max-width: 768px) {
	.imagery-module--animation.animate .animation-device--mobile { left: 20%; }
}
@media screen and (max-width: 480px) {
	.imagery-module--animation.animate .animation-device--mobile { left: 50%; }
}


/* animation - clouds (only visible on desktop) */
.animation-clouds {
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 6;
}

@media screen and (max-width: 1023px) {
	.animation-clouds { display: none; }
}

.animation-cloud-1 { left: -100%; position: absolute; top: 10px; -webkit-transition: all 1s .3s; transition: all 1s .3s; }
.animation-cloud-2 { left: -100%; position: absolute; top: 100px; -webkit-transition: all 1s .4s; transition: all 1s .4s; }
.animation-cloud-3 { right: -100%; position: absolute; top: 30px; -webkit-transition: all 1s .5s; transition: all 1s .5s; }
.animation-cloud-4 { right: -100%; position: absolute; top: 130px; -webkit-transition: all 1s .6s; transition: all 1s .6s; }

.imagery-module--animation.animate .animation-cloud-1 { left: 130px; }
.imagery-module--animation.animate .animation-cloud-2 { left: 250px; }
.imagery-module--animation.animate .animation-cloud-3 { right: 150px; }
.imagery-module--animation.animate .animation-cloud-4 { right: 280px; }



/* case paragraph text styling */

.case-para-block--full-width { margin-left: 0; }
.case-para-block--full-width .one-half { padding-right: 48px; }
@media screen and (max-width: 599px) {
	.case-para-block--full-width { padding-left: 24px; padding-right: 24px; }
	.case-para-block--full-width .one-half, .case-para-block--full-width .two-thirds { padding-left: 0; padding-right: 0px; }
}

.case-para-block--full-width p { width: 100%; }
.case-para--wrapper.desk--three-quarters { float: none; margin: 0 auto; }
.case-para-block--arrow-up { position: relative; }

.case-para-block--arrow-up:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}



/* carousel */
.case-image-carousel-module { position: relative; }


.image-carousel-text {
	background: #262626;
	color: #fff;
	font-size: 1em;
	padding: 20px 35px;
	position: absolute;
	right: 50px;
	top: 100px;
	width: 416px;
	z-index: 100;
	font-weight:300;
	letter-spacing:-0.04em;
	line-height:1.8em;
	
}

@media screen and (max-width: 1023px) {
	.image-carousel-text { top: 50px; }
}

@media screen and (max-width: 768px) {
	.image-carousel-text {
		font-size: 14px;
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		font-size: 1.5em;
		letter-spacing:-0.06em;
	}
}

.image-carousel-text h2 {
	color: #43b7a0;
	font-size: 1.7em;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.image-carousel-text h2 { 	font-size: 1.4em;}
}



.bxslider img {
	height: auto;
	width: 100%;
}


/* case statistic */

.case-statistic-module {
	background-color: #FFFFFF;
	background-image: url("../../assets/images/dragon-case-image.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 35%;
	padding: 300px 0;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1023px) {
	.case-statistic-module {
		padding: 200px 0;
	}
}

@media screen and (max-width: 599px) {
	.case-statistic-module {
		background-image: url("../../assets/images/mobile-smoke-view.png");
		background-position: 100px bottom;
		background-repeat: no-repeat;
		background-size: 150%;
		padding: 0px 0 500px;
	}
}

.case-statistic-module .wrapper {
	margin: 0 auto;
	width: 978px;
}

@media screen and (max-width: 1023px) {
	.case-statistic-module .wrapper {
		padding: 0 24px;
		width: 100%;
	}
}

.case-statistic-module h2 {
	color: #43b7a0;
	position: relative;
	z-index: 2;
	letter-spacing:-0.04em;
	font-weight:500;
	font-size:1.8em;
}

.case-statistic-module p {
	position: relative;
	z-index: 2;
	line-height:1.8em;
	font-weight:300;
	font-size:1.1em;
	letter-spacing:-0.03em;
}

.phone-parallax {
	padding-top: 800px;
	position: absolute;
	right: -300px;
	top: 0;
	width: 70%;
	z-index: 1;
}
@media screen and (max-width: 1023px) {
	.phone-parallax { padding-top: 700px; right: -250px; width: 90%; }
}

@media screen and (max-width: 599px) {
	.phone-parallax { display: none; }
}


.phone-parallax img {
	width: 100%;
}

.hexagon-statistic {
	background-image: url("../../assets/images/hexagon-black-stats.png");
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 19px;
	height: 280px;
	line-height: 30px;
	padding: 50px 0;
	position: absolute;
	right: 300px;
	text-align: center;
	top: -300px;
	width: 330px;
	z-index: 2;
	-webkit-transition: all .3s;
	transition: all .3s;
		letter-spacing:-0.07em;
}

@media screen and (max-width: 1023px) {
	.hexagon-statistic { right: 50px; }
}

@media screen and (max-width: 599px) {
	.hexagon-statistic { display: none; }
}

.hexagon-statistic.animate { top: 100px; }

.hexagon-statistic span {
	color: #43b7a0;
	font-weight:800;
}

.case-video-module .wrapper { max-width: 980px; margin: 0 auto; padding: 0 0 0 24px; }
.embed-container { max-width: 100%; }
@media screen and (max-width: 1023px) {
	.embed-container { margin: 0 12px; }
}




/* mobile nav */

@media screen and (max-width: 768px) {
	
	.case-study .header {
		background: #000000;
	}
	
	.header__nav {
		background: #74B84B;
		height: 1000px;
		right: -310px;
		top: 0;
		z-index: 2;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	.header__nav.slideIn {
		right: 0;
	}
	
	.header__nav ul {
		display: block;
		padding: 15px 70px 0 30px;
	}
	
	.header__nav__item {
		clear: both;
		float: none;
		list-style: none;
		margin-left: 0;
		position: relative;
	}
	
	.header__nav__item a {
		display: inline-block;
		font-size: 30px;
		padding-bottom: 12px;
	}
	
	.header__nav__item a:after {
		display: none;
	}
	
	.mobileNavToggle {
		background-image: url("../../assets/images/mobile-menu.png");
		background-position: center;
		background-repeat: no-repeat;
		display: block;
		float: right;
		height: 20px;
		position: relative;
		right: 36px;
		top: 40px;
		width: 32px;
		z-index: 1;
	}
	
	.mobileNavClose {
		background-image: url("../../assets/images/mobile-menu-close.png");
		background-position: center;
		background-repeat: no-repeat;
		display: block;
		height: 24px;
		position: absolute;
		right: -30px;
		top: 7px;
		width: 24px;
		z-index: 2;
	}
	
}



/* hex_col */

@media screen and (max-width: 599px) {
	
	.page-body, .full-width-wrapper, .project-list { overflow: scroll !important; }
	
	.full-width-wrapper.init {
		transform: perspective(0px) translateY(0px) translateX(0px) translateZ(0px) rotateY(0deg) !important;
		-webkit-transform: perspective(0px) translateY(0px) translateX(0px) translateZ(0px) rotateY(0deg) !important;
	}
	
	.project-list--init {
		transform: perspective(0px) rotateY(0deg) !important;
		-webkit-transform: perspective(0px) rotateY(0deg) !important;
		transition: transform 0s cubic-bezier(0, 0, 0, 0) !important;
		-webkit-transition: transform 0s cubic-bezier(0, 0, 0, 0) !important;
		-webkit-transition-timing-function: cubic-bezier(0, 0, 0, 0) !important;
		width: 100% !important;
	}
	
	.full-width-wrapper.init
	
	.project-list--intro .text {
		margin-left: 0;
		width: 100%;

	}
	
	
	.hex_col {
		float: none;
		margin: 0 !important;
		width: 100% !important;
	}
	
	.hex_col .face1, .hex_col .face2 {
		display: none;
	}
	
	.hex_col .spine {
		width: 100%;
		background-size: cover;
	}
	
	.hex_col .spine:after {
		background-image: none;
	}
	
	.hex_col .spine--text {
		background-image: none !important;
		width: 90%;
	}
	
	.hex_col .spine--image {
		background-repeat: no-repeat;
		width: 90%;
		
	}
	
	.text__title { margin-bottom: 16px; width: 80%;font-size:1.25em !important;margin-top:0px;margin:0 auto 20px auto; }

	.text__copy { font-size: 14px !important; color: #74b84b; width: 100%; -webkit-transition: color .3s linear; transition: color .3s linear;font-weight: 700;letter-spacing:-0.04em; }

	.text__title { font-weight: bold;font-weight: 800;letter-spacing:-0.04em;font-size:1.1em;line-height:1.2em;padding:0 20px; }
	
	
	.spine.spine--image .text-wrapper { top: 80px; opacity: 0; -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1); transition: all 1s cubic-bezier(0.4, 0, 0.2, 1); }
	.spine.spine--image:hover .text-wrapper, .spine.spine--image.hover-active .text-wrapper { background: rgba(0, 0, 0, 0.8); top: 0; opacity: 1;border:8px #74b84b solid; }
	
	.hex_col .spine--text:hover {
		border:8px #74b84b solid;
	}
	
	.project-list--intro { width:90% !important; }
	
	.hexagon-push {margin-top:0px;}
	
	.hex-spacer {display:none;}
	
		
}

.brandingTop a {
	background-repeat: no-repeat;
}


.smoke-case-study-wrapper h1 { margin-top: 180px; }
@media screen and (max-width: 1023px) { .case-study-wrapper h1 { margin-top: 100px; } }
@media screen and (max-width: 599px) { .case-study-wrapper h1 { margin-top: 110px; } }

.smoke-case-study .header { }

@media screen and (max-width: 599px) { .testimonials blockquote { font-size: 25px; } }
@media screen and (max-width: 480px) { .testimonials blockquote { font-size: 18px; } .testimonials footer { font-size: 14px; } }

@media screen and (max-width: 599px) { .project-list { overflow: visible; } }

@media screen and (max-width: 599px) { .case-study-wrapper h1 { background-size: 100%; padding: 0 24px; width: 100%; } }

@media screen and (max-width: 599px) { .page-header-window h1 { font-size: 2em; } }

/* contact media styles */


@media screen and (max-width: 831px) { 	
	.contact-header-underline {margin:-20px 0 50px 0;}
}

@media screen and (max-width: 599px) { 
		
	#contact {height:800px;}
	
	#contact aside {
	    width:100%;
	    float:left;
	    clear:left;
	}
	
	#contact aside h5{
	    color:#fff;
	    text-transform: uppercase;
		font-weight:800;
	    font-size:15px;
	    margin:28px 0 12px;
		display:none;
	}

	#contact aside > p {
	    color:#fff;
	    font-size:14px;
	    margin:0px 0;
	    line-height:1.9em;
		letter-spacing:-0.045em;
		font-weight:400;
		display:none;	
	}
	
	#contact .email-contact-hexagon, #contact .phone-contact-hexagon {
		clear:left;
	}
	
	#contact div {
	    width:476px;
	    float:left;
	}
	
	
	
	
	
	
}

@media screen and (max-width: 320px) { 
		
	
	#contact div {
	    width:282px;
	    float:left;
	}
	
		.contact-header-underline {margin:-20px 0 100px 0;}
	
	#contact aside {
		    margin:20px 0;
		}
		
	#contact {height:700px;}
	
}


@media screen and (min-width: 1300px) { 
		
	
.hover-square { height: 470px;}
	
}



@media screen and (max-width: 599px) { 
	.about-us-wrapper{ 
		height: 500px;
		display:none; 
	} 
	
	.introduction-module { padding: 150px 0 70px 0;}
	
	
}

@media screen and (min-width: 600px) { 
	.about-us-wrapper{ 
		height: 500px;
		background:center -110px !important;
	} 	
}

@media screen and (min-width: 900px) { 
	.about-us-wrapper{ 
		height: 650px;
		background:center -50px !important;
	} 	
}

@media screen and (min-width: 1300px) { 
	.about-us-wrapper{ 
		height: 780px;
		background:center 0px !important;
	} 	
}

@media screen and (min-width: 1600px) { 
	.about-us-wrapper{ 
		height: 880px;
		background-size:cover !important;
	} 	
}


@media screen and (max-width: 599px) { 
	.about-us-page  .page-header-window{ 
		height: 500px;
		display:none; 
	} 	
}






@media screen and (max-width: 599px) { 
	#supremo-mugs-wrapper {
		width:400px;
		margin:0 100px;
	}
	
	#client-wall {

			height:390px;

	}
	
	
}


@media screen and (max-width: 401px) { 
	#supremo-mugs-wrapper {
		width:300px;
		margin:0 120px;
	}

	#client-wall {

			height:260px;

	}
	
	
}



/* Individual article styles */


.article-infographic-intro-block h2 {
	color:#ffffff;
}

.article-infographic-intro-block p {
	color:#cccccc;
}


.article-infographic-intro-block h3 {
	color:#c1f3fa;
}

.article-infographic-intro h3 a, .article-infographic-intro-block h3 a{
	color:#74b84b;
}


.article-infographic-intro textarea, .article-infographic-intro-block textarea{
	color:#333333;
}

#subForm_article {
	
}
	
#subForm_article p {
	
}

#subForm_article label{
	font-size:13px;
	display:none;
}
	
#subForm_article input{
	color:#333333;
	padding:10px 2px;
	margin-top:0px;	
}

#subForm_article button {
	color:#333333;
	padding:10px 20px;
	font-size:13px;
	margin-left:10px;
	margin-top:-2px;	
}

			





