/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins
\*------------------------------------*/
/*! 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"],
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; }

.img-cover {
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 100%; }
  .img-cover img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .img-cover img.portrait {
      height: 100%;
      width: auto;
      left: 50%;
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
    .img-cover img.landscape {
      width: 100%;
      height: auto;
      top: 50%;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------*\
:    Buttons
\*------------------------------------*/
.prev-arrow, .next-arrow {
  display: block;
  cursor: pointer;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 200;
  position: absolute;
  line-height: 1;
  top: 50%;
  -moz-transition: color 0.15s;
  -o-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center; }
  .prev-arrow:hover, .next-arrow:hover {
    color: #00cc33; }

.prev-arrow {
  left: 40px; }

.next-arrow {
  right: 40px; }

.btn {
  position: relative;
  display: inline-block;
  padding: 20px 20px;
  line-height: 1;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  text-transform: lowercase;
  z-index: 1;
  text-align: center;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .btn:after {
    content: '';
    z-index: -1;
    position: absolute;
    display: block;
    background-color: #ffffff;
    visibility: hidden;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .btn:hover {
    color: #000000 !important; }
    .btn:hover:after {
      display: block;
      visibility: visible;
      top: -1px;
      bottom: -1px;
      left: -1px;
      right: -1px;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

.btn--inverse {
  color: #ffffff !important;
  border: 2px solid #00aaee;
  text-transform: none;
  background: #00aaee;
  padding-right: 45px;
  line-height: 1.35; }
  .btn--inverse:hover {
    color: #ffffff !important;
    border: 2px solid #00cc33; }
  .btn--inverse:after {
    background-color: #00cc33; }
  .btn--inverse:before {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.25;
    font-family: "Open Sans", sans-serif;
    font-weight: 200;
    position: absolute;
    top: 45%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    right: 0;
    display: block;
    width: auto;
    content: '\203A\203A';
    padding: 0 10px; }

/*------------------------------------*\
:    Animations - User Interface
\*------------------------------------*/
@-moz-keyframes heartbeat {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0); }
  to {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px); } }
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); } }
@keyframes heartbeat {
  from {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); } }
@-moz-keyframes heartbeat-right {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0); }
  to {
    -moz-transform: translateX(10px);
    transform: translateX(10px); } }
@-webkit-keyframes heartbeat-right {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }
@keyframes heartbeat-right {
  from {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }
/*------------------------------------*\
:    Animations - Helpers
\*------------------------------------*/
@-moz-keyframes wiggleY {
  from {
    -moz-transform: translateY(5px);
    transform: translateY(5px); }
  to {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px); } }
@-webkit-keyframes wiggleY {
  from {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  to {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes wiggleY {
  from {
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  to {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@-moz-keyframes wiggleX {
  from {
    -moz-transform: translateX(5px);
    transform: translateX(5px); }
  to {
    -moz-transform: translateX(-5px);
    transform: translateX(-5px); } }
@-webkit-keyframes wiggleX {
  from {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  to {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); } }
@keyframes wiggleX {
  from {
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  to {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); } }
/*------------------------------------*\
:    Animations - Rising Bubble
\*------------------------------------*/
@-moz-keyframes bubble-rise {
  0% {
    top: 100%;
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    top: 0;
    opacity: 0; } }
@-webkit-keyframes bubble-rise {
  0% {
    top: 100%;
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    top: 0;
    opacity: 0; } }
@keyframes bubble-rise {
  0% {
    top: 100%;
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    top: 0;
    opacity: 0; } }
/*------------------------------------*\
:    Animations - Ripple
\*------------------------------------*/
@-moz-keyframes ripple {
  0% {
    opacity: 0.35;
    opacity: 0;
    -moz-transform: scale(0.35, 0.35);
    transform: scale(0.35, 0.35); }
  20% {
    opacity: 0.35; }
  80% {
    opacity: 0.85; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    -moz-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5); } }
@-webkit-keyframes ripple {
  0% {
    opacity: 0.35;
    opacity: 0;
    -webkit-transform: scale(0.35, 0.35);
    transform: scale(0.35, 0.35); }
  20% {
    opacity: 0.35; }
  80% {
    opacity: 0.85; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5); } }
@keyframes ripple {
  0% {
    opacity: 0.35;
    opacity: 0;
    -moz-transform: scale(0.35, 0.35);
    -ms-transform: scale(0.35, 0.35);
    -webkit-transform: scale(0.35, 0.35);
    transform: scale(0.35, 0.35); }
  20% {
    opacity: 0.35; }
  80% {
    opacity: 0.85; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5); } }
@-moz-keyframes large-ripple {
  0% {
    opacity: 0.35;
    opacity: 0;
    -moz-transform: scale(0.15, 0.15);
    transform: scale(0.15, 0.15);
    border-color: #ffffff; }
  20% {
    opacity: 0.35; }
  40% {
    border-color: #ffffff; }
  80% {
    opacity: 0.85; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    border-color: #7ba9c0; } }
@-webkit-keyframes large-ripple {
  0% {
    opacity: 0.35;
    opacity: 0;
    -webkit-transform: scale(0.15, 0.15);
    transform: scale(0.15, 0.15);
    border-color: #ffffff; }
  20% {
    opacity: 0.35; }
  40% {
    border-color: #ffffff; }
  80% {
    opacity: 0.85; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-color: #7ba9c0; } }
@keyframes large-ripple {
  0% {
    opacity: 0.35;
    opacity: 0;
    -moz-transform: scale(0.15, 0.15);
    -ms-transform: scale(0.15, 0.15);
    -webkit-transform: scale(0.15, 0.15);
    transform: scale(0.15, 0.15);
    border-color: #ffffff; }
  20% {
    opacity: 0.35; }
  40% {
    border-color: #ffffff; }
  80% {
    opacity: 0.85; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-color: #7ba9c0; } }
/*------------------------------------*\
:    Animations - Singing Notes
\*------------------------------------*/
@-moz-keyframes singingnotes {
  0% {
    opacity: 0;
    -moz-transform: translateX(0px);
    transform: translateX(0px); }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 0;
    -moz-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes singingnotes {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes singingnotes {
  0% {
    opacity: 0;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/*------------------------------------*\
:    Animations - Fish
\*------------------------------------*/
@-moz-keyframes bubbles-float {
  0% {
    opacity: 0;
    -moz-transform: translateY(0px);
    transform: translateY(0px); }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 0;
    -moz-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes bubbles-float {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bubbles-float {
  0% {
    opacity: 0;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 0;
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@-moz-keyframes fish-bob {
  0% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -moz-transform: translateY(5px);
    transform: translateY(5px); } }
@-webkit-keyframes fish-bob {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes fish-bob {
  0% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }
@-moz-keyframes fish-movement {
  0% {
    -moz-transform: translate(-450px, 0);
    transform: translate(-450px, 0); }
  10% {
    -moz-transform: translate(0%, 10px);
    transform: translate(0%, 10px); }
  20% {
    -moz-transform: translate(10%, 20px);
    transform: translate(10%, 20px); }
  30% {
    -moz-transform: translate(30%, 20px);
    transform: translate(30%, 20px); }
  35% {
    -moz-transform: translate(30%, 20px);
    transform: translate(30%, 20px); }
  40% {
    -moz-transform: translate(48%, 20px);
    transform: translate(48%, 20px); }
  60% {
    -moz-transform: translate(58%, 30px);
    transform: translate(58%, 30px); }
  70% {
    -moz-transform: translate(68%, 40px);
    transform: translate(68%, 40px); }
  100% {
    -moz-transform: translate(100%, 30px);
    transform: translate(100%, 30px); } }
@-webkit-keyframes fish-movement {
  0% {
    -webkit-transform: translate(-450px, 0);
    transform: translate(-450px, 0); }
  10% {
    -webkit-transform: translate(0%, 10px);
    transform: translate(0%, 10px); }
  20% {
    -webkit-transform: translate(10%, 20px);
    transform: translate(10%, 20px); }
  30% {
    -webkit-transform: translate(30%, 20px);
    transform: translate(30%, 20px); }
  35% {
    -webkit-transform: translate(30%, 20px);
    transform: translate(30%, 20px); }
  40% {
    -webkit-transform: translate(48%, 20px);
    transform: translate(48%, 20px); }
  60% {
    -webkit-transform: translate(58%, 30px);
    transform: translate(58%, 30px); }
  70% {
    -webkit-transform: translate(68%, 40px);
    transform: translate(68%, 40px); }
  100% {
    -webkit-transform: translate(100%, 30px);
    transform: translate(100%, 30px); } }
@keyframes fish-movement {
  0% {
    -moz-transform: translate(-450px, 0);
    -ms-transform: translate(-450px, 0);
    -webkit-transform: translate(-450px, 0);
    transform: translate(-450px, 0); }
  10% {
    -moz-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    -webkit-transform: translate(0%, 10px);
    transform: translate(0%, 10px); }
  20% {
    -moz-transform: translate(10%, 20px);
    -ms-transform: translate(10%, 20px);
    -webkit-transform: translate(10%, 20px);
    transform: translate(10%, 20px); }
  30% {
    -moz-transform: translate(30%, 20px);
    -ms-transform: translate(30%, 20px);
    -webkit-transform: translate(30%, 20px);
    transform: translate(30%, 20px); }
  35% {
    -moz-transform: translate(30%, 20px);
    -ms-transform: translate(30%, 20px);
    -webkit-transform: translate(30%, 20px);
    transform: translate(30%, 20px); }
  40% {
    -moz-transform: translate(48%, 20px);
    -ms-transform: translate(48%, 20px);
    -webkit-transform: translate(48%, 20px);
    transform: translate(48%, 20px); }
  60% {
    -moz-transform: translate(58%, 30px);
    -ms-transform: translate(58%, 30px);
    -webkit-transform: translate(58%, 30px);
    transform: translate(58%, 30px); }
  70% {
    -moz-transform: translate(68%, 40px);
    -ms-transform: translate(68%, 40px);
    -webkit-transform: translate(68%, 40px);
    transform: translate(68%, 40px); }
  100% {
    -moz-transform: translate(100%, 30px);
    -ms-transform: translate(100%, 30px);
    -webkit-transform: translate(100%, 30px);
    transform: translate(100%, 30px); } }
@-moz-keyframes fish-flip {
  0% {
    -moz-transform: scaleX(-1);
    transform: scaleX(-1); }
  49% {
    -moz-transform: scaleX(-1);
    transform: scaleX(-1); }
  50% {
    -moz-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    -moz-transform: scaleX(1);
    transform: scaleX(1); } }
@-webkit-keyframes fish-flip {
  0% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  49% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes fish-flip {
  0% {
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  49% {
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  50% {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
/*------------------------------------*\
:    Animations - Underwater Plant
\*------------------------------------*/
@-moz-keyframes footerplantcolor {
  0% {
    fill: #0077bb; }
  20% {
    fill: #009900; }
  40% {
    fill: #cc9900; }
  60% {
    fill: #cc0033; }
  80% {
    fill: #003333; }
  100% {
    fill: #0077bb; } }
@-webkit-keyframes footerplantcolor {
  0% {
    fill: #0077bb; }
  20% {
    fill: #009900; }
  40% {
    fill: #cc9900; }
  60% {
    fill: #cc0033; }
  80% {
    fill: #003333; }
  100% {
    fill: #0077bb; } }
@keyframes footerplantcolor {
  0% {
    fill: #0077bb; }
  20% {
    fill: #009900; }
  40% {
    fill: #cc9900; }
  60% {
    fill: #cc0033; }
  80% {
    fill: #003333; }
  100% {
    fill: #0077bb; } }
/*------------------------------------*\
:    Animations - Snail
\*------------------------------------*/
@-moz-keyframes snail-movement {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -moz-transform: translateX(100%);
    transform: translateX(100%); } }
@-webkit-keyframes snail-movement {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@keyframes snail-movement {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
/*------------------------------------*\
:    Icomoon
\*------------------------------------*/
/*------------------------------------*\
:    Forms
\*------------------------------------*/
/*------------------------------------*\
:    Header
\*------------------------------------*/
header.main-header {
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  position: relative;
  z-index: 100;
  padding: 0 50px; }
  @media (min-width: 0px) and (max-width: 1024px) {
    header.main-header {
      padding: 0 30px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    header.main-header {
      padding: 0 20px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    header.main-header {
      position: fixed;
      background: #ffffff;
      width: 100%;
      left: 0; }
      header.main-header:before {
        -moz-transition: margin-top 0.3s ease-in-out;
        -o-transition: margin-top 0.3s ease-in-out;
        -webkit-transition: margin-top 0.3s ease-in-out;
        transition: margin-top 0.3s ease-in-out;
        content: '';
        position: absolute;
        top: 48px;
        left: 0;
        display: block;
        width: 100%;
        border-bottom: 2px solid #000000;
        z-index: -1; }
      header.main-header nav.main-nav {
        margin-top: 0;
        position: absolute;
        top: 50px;
        left: 0;
        float: none;
        padding: 0 0;
        width: 100%; }
        header.main-header nav.main-nav a {
          line-height: 48px; }
      header.main-header .main-header-content {
        padding: 0;
        position: relative; }
        header.main-header .main-header-content:before {
          display: none; } }
  header.main-header.header-down {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  header.main-header.header-up {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  header.main-header.small-header {
    position: fixed;
    height: 70px;
    background: #ffffff;
    width: 100%;
    left: 0;
    padding: 0;
    -moz-animation: headerfade 0.5s ease-in-out forwards;
    -webkit-animation: headerfade 0.5s ease-in-out forwards;
    animation: headerfade 0.5s ease-in-out forwards; }
    @media (min-width: 0px) and (max-width: 900px) {
      header.main-header.small-header {
        height: 60px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      header.main-header.small-header {
        -moz-animation: none;
        -webkit-animation: none;
        animation: none;
        height: 50px; } }
    header.main-header.small-header:before {
      -moz-transition: margin-top 0.3s ease-in-out;
      -o-transition: margin-top 0.3s ease-in-out;
      -webkit-transition: margin-top 0.3s ease-in-out;
      transition: margin-top 0.3s ease-in-out;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      border-bottom: 3px solid #000000;
      z-index: -1; }
      @media (min-width: 0px) and (max-width: 700px) {
        header.main-header.small-header:before {
          border-bottom: 2px solid #000000; } }
      @media (min-width: 0px) and (max-width: 500px) {
        header.main-header.small-header:before {
          -moz-transition: margin-top 0s ease-in-out;
          -o-transition: margin-top 0s ease-in-out;
          -webkit-transition: margin-top 0s ease-in-out;
          transition: margin-top 0s ease-in-out;
          bottom: auto;
          top: 48px; } }
    header.main-header.small-header .align-middle {
      height: 70px; }
      @media (min-width: 0px) and (max-width: 900px) {
        header.main-header.small-header .align-middle {
          height: 60px; } }
      @media (min-width: 0px) and (max-width: 500px) {
        header.main-header.small-header .align-middle {
          height: 50px; } }
    header.main-header.small-header h1, header.main-header.small-header nav.main-nav {
      font-size: 40px;
      font-size: 4rem;
      font-style: italic; }
      @media (min-width: 0px) and (max-width: 900px) {
        header.main-header.small-header h1, header.main-header.small-header nav.main-nav {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media (min-width: 0px) and (max-width: 700px) {
        header.main-header.small-header h1, header.main-header.small-header nav.main-nav {
          font-size: 25px;
          font-size: 2.5rem; } }
    @media (min-width: 0px) and (max-width: 1023px) {
      header.main-header.small-header nav.main-nav {
        float: right;
        width: auto; } }
    @media (min-width: 0px) and (max-width: 500px) {
      header.main-header.small-header nav.main-nav {
        margin-top: 0;
        position: absolute;
        top: 50px;
        left: 0;
        float: none;
        padding: 0 0;
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 500px) {
      header.main-header.small-header nav.main-nav ul li {
        padding: 0 20px;
        margin: 0; } }
    header.main-header.small-header nav.main-nav.active ul li {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }
      header.main-header.small-header nav.main-nav.active ul li:nth-child(1) {
        -moz-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms; }
      header.main-header.small-header nav.main-nav.active ul li:nth-child(2) {
        -moz-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms; }
      header.main-header.small-header nav.main-nav.active ul li:nth-child(3) {
        -moz-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms; }
    header.main-header.small-header nav.main-nav a {
      line-height: 48px; }
    header.main-header.small-header .main-header-content {
      padding: 0;
      padding-left: 50px;
      padding-right: 50px;
      position: relative; }
      @media (min-width: 0px) and (max-width: 1024px) {
        header.main-header.small-header .main-header-content {
          padding-left: 30px;
          padding-right: 30px; } }
      @media (min-width: 0px) and (max-width: 700px) {
        header.main-header.small-header .main-header-content {
          padding-left: 20px;
          padding-right: 20px; } }
      header.main-header.small-header .main-header-content:before {
        display: none; }
    header.main-header.small-header .header-animal {
      width: auto;
      height: 70px; }
      @media (min-width: 0px) and (max-width: 1023px) {
        header.main-header.small-header .header-animal {
          left: 290px;
          top: 0;
          bottom: auto;
          right: auto; } }
      @media (min-width: 0px) and (max-width: 900px) {
        header.main-header.small-header .header-animal {
          left: 200px;
          height: 60px; } }
      @media (min-width: 0px) and (max-width: 700px) {
        header.main-header.small-header .header-animal {
          left: 133px; } }
      @media (min-width: 0px) and (max-width: 500px) {
        header.main-header.small-header .header-animal {
          width: auto;
          height: 50px;
          right: 10px;
          bottom: 0;
          left: auto; } }
      header.main-header.small-header .header-animal img {
        width: auto;
        height: 100%; }
  header.main-header h1, header.main-header h2 {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    margin: 0;
    font-size: 68px;
    font-size: 6.8rem; }
    @media (min-width: 0px) and (max-width: 1023px) {
      header.main-header h1, header.main-header h2 {
        font-size: 52px;
        font-size: 5.2rem; } }
    @media (min-width: 0px) and (max-width: 700px) {
      header.main-header h1, header.main-header h2 {
        font-size: 48px;
        font-size: 4.8rem; } }
    @media (min-width: 0px) and (max-width: 500px) {
      header.main-header h1, header.main-header h2 {
        font-size: 25px;
        font-size: 2.5rem; } }
  header.main-header a {
    text-decoration: none;
    color: #000000; }
    header.main-header a:hover {
      color: #00cc33; }
  header.main-header .align-middle {
    height: 130px; }
    @media (min-width: 0px) and (max-width: 1280px) {
      header.main-header .align-middle {
        height: 100px; } }
    @media (min-width: 0px) and (max-width: 1023px) {
      header.main-header .align-middle {
        height: auto; } }
    @media (min-width: 0px) and (max-width: 500px) {
      header.main-header .align-middle {
        height: 50px; } }

.main-header-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
  max-width: 1600px;
  *zoom: 1; }
  .main-header-content:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0px) and (max-width: 700px) {
    .main-header-content {
      padding-top: 0; } }
  .main-header-content:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 33px;
    border-bottom: 3px solid #000000;
    z-index: -1; }
    @media (min-width: 0px) and (max-width: 1280px) {
      .main-header-content:before {
        bottom: 25px; } }
    @media (min-width: 0px) and (max-width: 1023px) {
      .main-header-content:before {
        bottom: 10px; } }
    @media (min-width: 0px) and (max-width: 700px) {
      .main-header-content:before {
        border-bottom: 2px solid #000000; } }

/*------------------------------------*\
:    Header - Logo
\*------------------------------------*/
.parkers-logo {
  float: left; }

/*------------------------------------*\
:    Header - Animal
\*------------------------------------*/
.header-animal {
  position: absolute;
  left: 290px;
  top: 0;
  width: 250px;
  pointer-events: none; }
  @media (min-width: 0px) and (max-width: 1280px) {
    .header-animal {
      width: 200px; } }
  @media (min-width: 0px) and (max-width: 1023px) {
    .header-animal {
      width: 250px;
      left: auto;
      top: auto;
      bottom: -15px;
      right: 0; } }
  @media (min-width: 0px) and (max-width: 900px) {
    .header-animal {
      right: -30px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    .header-animal {
      width: 190px;
      right: -40px;
      bottom: -5px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .header-animal {
      width: auto;
      height: 50px;
      right: -10px;
      bottom: 0; } }
  .header-animal img {
    width: 100%;
    height: auto; }
    @media (min-width: 0px) and (max-width: 500px) {
      .header-animal img {
        width: auto;
        height: 100%; } }

/*------------------------------------*\
:    Header - Navigation
\*------------------------------------*/
nav.main-nav {
  float: right;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 1px;
  font-style: italic;
  font-size: 64px;
  font-size: 6.4rem; }
  @media (min-width: 0px) and (max-width: 1380px) {
    nav.main-nav {
      font-size: 60px;
      font-size: 6rem; } }
  @media (min-width: 0px) and (max-width: 1280px) {
    nav.main-nav {
      font-size: 48px;
      font-size: 4.8rem; } }
  @media (min-width: 0px) and (max-width: 1023px) {
    nav.main-nav {
      float: none;
      width: 100%;
      font-size: 40px;
      font-size: 4rem; } }
  @media (min-width: 0px) and (max-width: 700px) {
    nav.main-nav {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media (min-width: 0px) and (max-width: 500px) {
    nav.main-nav {
      font-size: 25px;
      font-size: 2.5rem; } }
  @media (min-width: 0px) and (max-width: 500px) {
    nav.main-nav.active ul li {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }
      nav.main-nav.active ul li:nth-child(1) {
        -moz-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms; }
      nav.main-nav.active ul li:nth-child(2) {
        -moz-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms; }
      nav.main-nav.active ul li:nth-child(3) {
        -moz-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms; } }
  nav.main-nav ul {
    *zoom: 1; }
    nav.main-nav ul:after {
      content: "";
      display: table;
      clear: both; }
    nav.main-nav ul li {
      float: left; }
      @media (min-width: 0px) and (max-width: 500px) {
        nav.main-nav ul li {
          float: none;
          background: #00cc33;
          margin: 0 -20px;
          padding: 0 20px;
          border-bottom: 2px solid #00aa11;
          -moz-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
          -moz-transition: -moz-transform 0.3s ease-in-out;
          -o-transition: -o-transform 0.3s ease-in-out;
          -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out; }
          nav.main-nav ul li:nth-child(1) {
            -moz-transition-delay: 100ms;
            -o-transition-delay: 100ms;
            -webkit-transition-delay: 100ms;
            transition-delay: 100ms; }
          nav.main-nav ul li:nth-child(2) {
            -moz-transition-delay: 50ms;
            -o-transition-delay: 50ms;
            -webkit-transition-delay: 50ms;
            transition-delay: 50ms; }
          nav.main-nav ul li:nth-child(3) {
            -moz-transition-delay: 0ms;
            -o-transition-delay: 0ms;
            -webkit-transition-delay: 0ms;
            transition-delay: 0ms; } }
      nav.main-nav ul li:after {
        color: #000000;
        content: '/';
        padding: 0 24px;
        font-weight: 200;
        font-style: normal; }
        @media (min-width: 0px) and (max-width: 1280px) {
          nav.main-nav ul li:after {
            padding: 0 10px; } }
        @media (min-width: 0px) and (max-width: 500px) {
          nav.main-nav ul li:after {
            display: none; } }
      nav.main-nav ul li:last-child:after {
        display: none; }
      nav.main-nav ul li a {
        display: inline-block;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline; }
        @media (min-width: 0px) and (max-width: 500px) {
          nav.main-nav ul li a {
            line-height: 48px;
            display: block; } }
      nav.main-nav ul li.current-menu-item a, nav.main-nav ul li:hover a {
        color: #00cc33; }
        @media (min-width: 0px) and (max-width: 500px) {
          nav.main-nav ul li.current-menu-item a, nav.main-nav ul li:hover a {
            color: #ffffff; } }

#menu-toggle {
  display: none;
  width: 50px;
  padding: 0 10px;
  height: 50px;
  position: relative;
  float: left;
  margin-left: -10px;
  margin-right: 10px; }
  @media (min-width: 0px) and (max-width: 500px) {
    #menu-toggle {
      display: block; } }
  #menu-toggle:hover span {
    background: #00cc33; }
  #menu-toggle.active span {
    -moz-transition: top 0.15s ease-in-out, -moz-transform 0.15s ease-in-out 0.15s;
    -o-transition: top 0.15s ease-in-out, -o-transform 0.15s ease-in-out 0.15s;
    -webkit-transition: top 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    -webkit-transition-delay: 0s, 0.15s;
    transition: top 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s; }
  #menu-toggle.active span.line-1 {
    top: 23px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  #menu-toggle.active span.line-2 {
    top: 23px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  #menu-toggle.active span.line-3 {
    top: 23px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #menu-toggle span {
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    width: 30px;
    height: 4px;
    background: #000000;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -moz-transition: top 0.15s ease-in-out 0.15s, -moz-transform 0.15s ease-in-out;
    -o-transition: top 0.15s ease-in-out 0.15s, -o-transform 0.15s ease-in-out;
    -webkit-transition: top 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    -webkit-transition-delay: 0.15s, 0s;
    transition: top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out; }
    #menu-toggle span.line-1 {
      top: 14px; }
    #menu-toggle span.line-2 {
      top: 23px;
      -moz-transition: opacity 0.15s ease-in-out;
      -o-transition: opacity 0.15s ease-in-out;
      -webkit-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out; }
    #menu-toggle span.line-3 {
      top: 32px; }

/*------------------------------------*\
:    Header - Main Padding
\*------------------------------------*/
main {
  padding-top: 154px; }
  @media (min-width: 0px) and (max-width: 1280px) {
    main {
      padding-top: 124px; } }
  @media (min-width: 0px) and (max-width: 1023px) {
    main {
      padding-top: 170px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    main {
      padding-top: 130px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    main {
      padding-top: 50px; } }

/*------------------------------------*\
:    Header - Keyframes
\*------------------------------------*/
@-moz-keyframes headerfade {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes headerfade {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes headerfade {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/*------------------------------------*\
:    Layout
\*------------------------------------*/
html, body {
  height: 100%; }

html {
  box-sizing: border-box; }

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

body {
  background-color: #ffffff; }

.site-wrapper {
  min-height: 100%;
  margin: 0 auto -250px auto;
  overflow: hidden; }

.site-container {
  width: 100%;
  max-width: 1600px;
  margin: auto; }

.content-container {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .content-container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    .content-container {
      padding-left: 20px;
      padding-right: 20px; } }

.content-padded {
  max-width: 800px;
  margin: auto;
  *zoom: 1; }
  .content-padded:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0px) and (max-width: 1280px) {
    .content-padded {
      max-width: 700px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    .content-padded {
      max-width: 600px; } }
  .content-padded h3 {
    margin: 40px 0 15px; }

main {
  padding-bottom: 200px; }
  @media (min-width: 0px) and (max-width: 1024px) {
    main {
      padding-bottom: 150px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    main {
      padding-bottom: 50px; } }

/*------------------------------------*\
:    Fade Filter
\*------------------------------------*/
#fade-filter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out 0.3s; }
  #fade-filter.active {
    z-index: 90;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out 10ms, z-index 10ms ease-in-out;
    -o-transition: opacity 0.3s ease-in-out 10ms, z-index 10ms ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out;
    -webkit-transition-delay: 10ms, 0s;
    transition: opacity 0.3s ease-in-out 10ms, z-index 10ms ease-in-out; }

/*------------------------------------*\
:    Helpers
\*------------------------------------*/
.align-middle {
  width: 100%;
  display: table; }

.middle-block {
  display: table-cell;
  vertical-align: middle; }

/*------------------------------------*\
:    Blocks
\*------------------------------------*/
.img-container img {
  text-align: center;
  line-height: 100%; }

.masthead {
  height: 450px;
  *zoom: 1; }
  .masthead:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .masthead {
      height: 400px; } }
  @media (min-width: 0px) and (max-width: 900px) {
    .masthead {
      height: auto; } }
  .masthead .content-container {
    height: 100%; }
    @media (min-width: 0px) and (max-width: 700px) {
      .masthead .content-container {
        padding: 0; } }
  .masthead .img-container {
    float: left;
    width: calc(100% - 400px);
    height: 100%; }
    @media (min-width: 0px) and (max-width: 1380px) {
      .masthead .img-container {
        width: calc(100% - 400px); } }
    @media (min-width: 0px) and (max-width: 900px) {
      .masthead .img-container {
        height: 300px;
        float: none;
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 500px) {
      .masthead .img-container {
        height: 250px; } }

.caption {
  padding: 24px 40px;
  background: #00cc33; }
  @media (min-width: 0px) and (max-width: 700px) {
    .caption {
      padding: 10px 24px; } }

.animal {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.img-container img {
  display: block;
  width: 100%;
  height: auto; }

.overview-block-container {
  float: left;
  width: 400px;
  height: 100%; }
  @media (min-width: 0px) and (max-width: 1380px) {
    .overview-block-container {
      width: 400px; } }
  @media (min-width: 0px) and (max-width: 900px) {
    .overview-block-container {
      float: none;
      width: 100%;
      height: auto;
      padding-left: 0; } }

.overview-block {
  display: table;
  width: 100%;
  height: 100%;
  background: #00cc33;
  padding: 40px;
  color: #ffffff;
  position: relative; }
  @media (min-width: 0px) and (max-width: 1380px) {
    .overview-block {
      padding: 30px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .overview-block {
      padding: 24px; } }
  @media (min-width: 0px) and (max-width: 900px) {
    .overview-block {
      height: auto; } }
  .overview-block a {
    color: #ffffff;
    text-decoration: none; }
    .overview-block a:hover {
      text-decoration: underline; }
  .overview-block h3 {
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 5px; }
  .overview-block p.projectdetails {
    margin-top: 50px;
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 0 40px; }
    @media (min-width: 0px) and (max-width: 1380px) {
      .overview-block p.projectdetails {
        padding: 0 30px;
        bottom: 30px; } }
    @media (min-width: 0px) and (max-width: 900px) {
      .overview-block p.projectdetails {
        position: static;
        padding: 0;
        margin: 0; } }
  .overview-block span.client {
    font-weight: 600;
    display: block;
    margin-bottom: 10px; }
  .overview-block > ul {
    display: table-cell;
    vertical-align: bottom; }
    .overview-block > ul > li {
      margin-bottom: 24px; }
      @media (min-width: 0px) and (max-width: 900px) {
        .overview-block > ul > li {
          float: left;
          width: 50%; } }
      @media (min-width: 0px) and (max-width: 500px) {
        .overview-block > ul > li {
          float: none;
          width: 100%; } }
      .overview-block > ul > li:last-child {
        margin-bottom: 0; }
      .overview-block > ul > li ul li {
        line-height: 1.4;
        position: relative;
        padding-left: 20px; }
        .overview-block > ul > li ul li:hover span {
          -moz-animation: arrowspin forwards 0.3s ease-in-out;
          -webkit-animation: arrowspin forwards 0.3s ease-in-out;
          animation: arrowspin forwards 0.3s ease-in-out; }
        .overview-block > ul > li ul li span {
          font-size: 14px;
          font-size: 1.4rem;
          position: absolute;
          left: 0;
          top: 2px;
          bottom: 0;
          line-height: 0;
          height: 20px;
          display: table; }
          .overview-block > ul > li ul li span:before {
            display: table-cell;
            vertical-align: middle; }
        @media (min-width: 0px) and (max-width: 500px) {
          .overview-block > ul > li ul li {
            display: inline; }
            .overview-block > ul > li ul li:after {
              content: ','; }
            .overview-block > ul > li ul li:last-child:after {
              content: ''; } }

ul.content-maze-list > li {
  *zoom: 1;
  border-bottom: 24px solid #efefef;
  padding: 40px 0;
  position: relative; }
  ul.content-maze-list > li:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0px) and (max-width: 900px) {
    ul.content-maze-list > li {
      padding: 24px 0; } }
  @media (min-width: 0px) and (max-width: 700px) {
    ul.content-maze-list > li {
      padding: 0;
      margin-bottom: 40px; } }
  ul.content-maze-list > li:first-child {
    margin-top: 40px;
    padding-right: 40px;
    padding-top: 0;
    padding-bottom: 100px; }
  ul.content-maze-list > li:nth-child(odd) {
    border-right: 24px solid #efefef; }
    @media (min-width: 0px) and (max-width: 700px) {
      ul.content-maze-list > li:nth-child(odd) {
        border-right: 10px solid #efefef; } }
    @media (min-width: 0px) and (max-width: 700px) {
      ul.content-maze-list > li:nth-child(odd) {
        padding: 0;
        border: 0; } }
    ul.content-maze-list > li:nth-child(odd) img {
      padding-right: 40px; }
      @media (min-width: 0px) and (max-width: 900px) {
        ul.content-maze-list > li:nth-child(odd) img {
          padding-right: 24px; } }
      @media (min-width: 0px) and (max-width: 700px) {
        ul.content-maze-list > li:nth-child(odd) img {
          padding-right: 0; } }
    ul.content-maze-list > li:nth-child(odd) h2.chapter {
      padding-right: 40px; }
      @media (min-width: 0px) and (max-width: 900px) {
        ul.content-maze-list > li:nth-child(odd) h2.chapter {
          padding-right: 24px; } }
      @media (min-width: 0px) and (max-width: 700px) {
        ul.content-maze-list > li:nth-child(odd) h2.chapter {
          padding-left: 24px;
          padding-right: 0; } }
      @media (min-width: 0px) and (max-width: 500px) {
        ul.content-maze-list > li:nth-child(odd) h2.chapter {
          padding-left: 0; } }
    @media (min-width: 0px) and (max-width: 700px) {
      ul.content-maze-list > li:nth-child(odd) .content-padded {
        padding-left: 24px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      ul.content-maze-list > li:nth-child(odd) .content-padded {
        padding-left: 0; } }
    @media (min-width: 0px) and (max-width: 360px) {
      ul.content-maze-list > li:nth-child(odd) .content-padded {
        padding-left: 0; } }
  ul.content-maze-list > li:nth-child(even) {
    border-left: 24px solid #efefef; }
    @media (min-width: 0px) and (max-width: 700px) {
      ul.content-maze-list > li:nth-child(even) {
        border-left: 10px solid #efefef; } }
    @media (min-width: 0px) and (max-width: 700px) {
      ul.content-maze-list > li:nth-child(even) {
        padding: 0;
        border: 0; } }
    ul.content-maze-list > li:nth-child(even) img {
      padding-left: 40px; }
      @media (min-width: 0px) and (max-width: 900px) {
        ul.content-maze-list > li:nth-child(even) img {
          padding-left: 24px; } }
      @media (min-width: 0px) and (max-width: 700px) {
        ul.content-maze-list > li:nth-child(even) img {
          padding-left: 0; } }
    ul.content-maze-list > li:nth-child(even) h2.chapter {
      padding-left: 40px; }
      @media (min-width: 0px) and (max-width: 900px) {
        ul.content-maze-list > li:nth-child(even) h2.chapter {
          padding-left: 24px; } }
      @media (min-width: 0px) and (max-width: 700px) {
        ul.content-maze-list > li:nth-child(even) h2.chapter {
          padding-left: 24px;
          padding-right: 0; } }
      @media (min-width: 0px) and (max-width: 500px) {
        ul.content-maze-list > li:nth-child(even) h2.chapter {
          padding-left: 0; } }
    @media (min-width: 0px) and (max-width: 700px) {
      ul.content-maze-list > li:nth-child(even) .content-padded {
        padding-right: 24px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      ul.content-maze-list > li:nth-child(even) .content-padded {
        padding-right: 0; } }
    @media (min-width: 0px) and (max-width: 360px) {
      ul.content-maze-list > li:nth-child(even) .content-padded {
        padding-right: 0; } }
ul.content-maze-list h2 {
  margin-bottom: 40px; }
ul.content-maze-list h2.chapter {
  margin: -40px 0 20px;
  font-weight: 200;
  padding-top: 30px;
  position: relative;
  color: #00aaee; }
  @media (min-width: 0px) and (max-width: 1280px) {
    ul.content-maze-list h2.chapter {
      padding-top: 33px; } }
  @media (min-width: 0px) and (max-width: 900px) {
    ul.content-maze-list h2.chapter {
      padding-top: 49px; } }
ul.content-maze-list .img-caption {
  text-align: center;
  font-style: italic;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 30px; }
  @media (min-width: 0px) and (max-width: 1024px) {
    ul.content-maze-list .img-caption {
      font-size: 16px;
      font-size: 1.6rem; } }

/*------------------------------------*\
:    Board (Packery)
\*------------------------------------*/
.tile {
  width: 33.33333%;
  float: left;
  padding: 30px; }
  @media (min-width: 0px) and (max-width: 1280px) {
    .tile {
      width: 33.33333%;
      padding: 10px; } }
  @media (min-width: 0px) and (max-width: 1024px) {
    .tile {
      width: 50%;
      padding: 10px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    .tile {
      width: 100%;
      padding: 10px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .tile {
      width: 100%;
      padding: 7.5px 10px; } }
  .tile a {
    display: block;
    text-decoration: none;
    color: #000000; }
    .tile a:hover {
      color: #00cc33; }

.tileboard-container {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .tileboard-container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    .tileboard-container {
      padding-left: 10px;
      padding-right: 10px; } }

li.tile a {
  position: relative;
  padding: 24px;
  background: #ffffff; }
  @media (min-width: 0px) and (max-width: 1024px) {
    li.tile a {
      padding: 20px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    li.tile a {
      padding: 15px; } }
  li.tile a:hover:after {
    -moz-animation: heartbeat 0.5s ease-in-out infinite alternate;
    -webkit-animation: heartbeat 0.5s ease-in-out infinite alternate;
    animation: heartbeat 0.5s ease-in-out infinite alternate; }
  li.tile a:after {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.25;
    font-family: "Open Sans", sans-serif;
    font-weight: 200;
    position: absolute;
    bottom: 34px;
    right: 24px;
    display: block;
    width: auto;
    content: '\203A\203A\203A';
    padding: 0 10px; }
    @media (min-width: 0px) and (max-width: 1380px) {
      li.tile a:after {
        font-size: 32px;
        font-size: 3.2rem; } }
    @media (min-width: 0px) and (max-width: 1280px) {
      li.tile a:after {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.35; } }
    @media (min-width: 0px) and (max-width: 700px) {
      li.tile a:after {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media (min-width: 0px) and (max-width: 320px) {
      li.tile a:after {
        font-size: 20px;
        font-size: 2rem; } }
    @media (min-width: 0px) and (max-width: 1024px) {
      li.tile a:after {
        bottom: 30px;
        right: 20px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      li.tile a:after {
        bottom: 25px;
        right: 15px; } }
  li.tile a .tile-content {
    padding: 0 !important;
    position: relative; }
    li.tile a .tile-content:after {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
li.tile.broad-tile {
  width: 66.66667%; }
  li.tile.broad-tile a {
    padding: 0; }
    li.tile.broad-tile a:after {
      bottom: 14px;
      right: 0; }
    li.tile.broad-tile a .tile-content:after {
      display: block;
      width: 100%;
      content: '';
      padding-bottom: 10px;
      border-bottom: 3px solid #000000; }
      @media (min-width: 0px) and (max-width: 700px) {
        li.tile.broad-tile a .tile-content:after {
          border-bottom: 2px solid #000000; } }
  @media (min-width: 0px) and (max-width: 1024px) {
    li.tile.broad-tile {
      width: 100%; } }
  @media (min-width: 0px) and (max-width: 700px) {
    li.tile.broad-tile {
      width: 100%; } }
li.tile .text-container {
  position: relative; }
  @media (min-width: 0px) and (max-width: 700px) {
    li.tile .text-container {
      height: auto !important; } }
li.tile h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25;
  padding-bottom: 50px; }
  @media (min-width: 0px) and (max-width: 1380px) {
    li.tile h1 {
      font-size: 32px;
      font-size: 3.2rem; } }
  @media (min-width: 0px) and (max-width: 1280px) {
    li.tile h1 {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.35; } }
  @media (min-width: 0px) and (max-width: 700px) {
    li.tile h1 {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media (min-width: 0px) and (max-width: 320px) {
    li.tile h1 {
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 0px) and (max-width: 700px) {
    li.tile h1 {
      padding-bottom: 40px; } }
li.tile .tilehead .img-container {
  margin-bottom: 24px; }
  @media (min-width: 0px) and (max-width: 500px) {
    li.tile .tilehead .img-container {
      margin-bottom: 10px; } }
li.tile .project {
  padding: 24px;
  background: #efefef; }
  @media (min-width: 0px) and (max-width: 1280px) {
    li.tile .project {
      padding: 20px; } }
  @media (min-width: 0px) and (max-width: 1024px) {
    li.tile .project {
      padding: 20px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    li.tile .project {
      padding: 15px; } }
  li.tile .project .tile-content {
    padding: 24px;
    background: #ffffff; }
    @media (min-width: 0px) and (max-width: 1024px) {
      li.tile .project .tile-content {
        padding: 20px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      li.tile .project .tile-content {
        padding: 15px; } }
    li.tile .project .tile-content:after {
      display: block;
      width: 100%;
      content: '';
      padding-bottom: 10px;
      border-bottom: 3px solid #000000; }
      @media (min-width: 0px) and (max-width: 700px) {
        li.tile .project .tile-content:after {
          border-bottom: 2px solid #000000; } }
  li.tile .project .img-container {
    margin-bottom: 24px;
    position: relative;
    background-color: #efefef;
    position: relative; }
    li.tile .project .img-container:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75%; }
    li.tile .project .img-container > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (min-width: 0px) and (max-width: 500px) {
      li.tile .project .img-container {
        margin-bottom: 15px; } }
    li.tile .project .img-container img {
      position: absolute;
      top: 0;
      left: 0; }
li.tile .skill a {
  padding: 0; }
  li.tile .skill a:after {
    bottom: 24px; }
    @media (min-width: 0px) and (max-width: 700px) {
      li.tile .skill a:after {
        bottom: 14px; } }
  li.tile .skill a h1, li.tile .skill a h2 {
    font-size: 40px;
    font-size: 4rem;
    -moz-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    color: #ffffff;
    padding-bottom: 50px; }
    @media (min-width: 0px) and (max-width: 1280px) {
      li.tile .skill a h1, li.tile .skill a h2 {
        font-size: 32px;
        font-size: 3.2rem; } }
    @media (min-width: 0px) and (max-width: 1024px) {
      li.tile .skill a h1, li.tile .skill a h2 {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media (min-width: 0px) and (max-width: 700px) {
      li.tile .skill a h1, li.tile .skill a h2 {
        padding-bottom: 30px; } }
    li.tile .skill a h1 span, li.tile .skill a h2 span {
      font-size: 48px;
      font-size: 4.8rem;
      display: block;
      text-transform: uppercase;
      font-style: italic; }
      @media (min-width: 0px) and (max-width: 1280px) {
        li.tile .skill a h1 span, li.tile .skill a h2 span {
          font-size: 36px;
          font-size: 3.6rem; } }
    li.tile .skill a h1:after, li.tile .skill a h2:after {
      -moz-transition: color 0.15s ease-in-out;
      -o-transition: color 0.15s ease-in-out;
      -webkit-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      color: #000000; }
  li.tile .skill a:hover h1, li.tile .skill a:hover h2 {
    color: #000000; }
  li.tile .skill a:hover:after {
    color: #ffffff; }
li.tile .update {
  padding: 40px 40px; }
  li.tile .update .tile-content {
    max-width: 350px; }
  li.tile .update a {
    padding: 0; }
    li.tile .update a:after {
      display: none; }
    li.tile .update a:hover {
      color: #00aaee; }
      li.tile .update a:hover .text-container p:after {
        -moz-animation: heartbeat-right 0.5s ease-in-out infinite alternate;
        -webkit-animation: heartbeat-right 0.5s ease-in-out infinite alternate;
        animation: heartbeat-right 0.5s ease-in-out infinite alternate; }
  li.tile .update .text-container {
    padding: 1px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 200;
    position: relative;
    border-radius: 40px;
    font-size: 24px;
    font-size: 2.4rem; }
    @media (min-width: 0px) and (max-width: 1280px) {
      li.tile .update .text-container {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media (min-width: 0px) and (max-width: 1024px) {
      li.tile .update .text-container {
        font-size: 18px;
        font-size: 1.8rem; } }
    li.tile .update .text-container:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -10px;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent; }
    li.tile .update .text-container:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -18px;
      left: 50%;
      margin-left: -9px;
      width: 0;
      height: 0;
      border-top: 19px solid transparent;
      border-bottom: 19px solid transparent;
      border-left: 19px solid #ffffff;
      z-index: 1; }
    li.tile .update .text-container p {
      background: #ffffff;
      padding: 30px;
      position: relative;
      z-index: 10;
      border-radius: 39px; }
      li.tile .update .text-container p:after {
        content: '\203A\203A\203A';
        display: inline-block;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        padding: 0 10px; }
  li.tile .update .img-container {
    width: 150px;
    margin: auto; }
li.tile .description {
  background: #00cc33;
  color: #ffffff;
  padding: 40px;
  font-size: 20px;
  font-size: 2rem; }
  @media (min-width: 0px) and (max-width: 500px) {
    li.tile .description {
      padding: 30px;
      font-size: 16px;
      font-size: 1.6rem; } }
  li.tile .description h1 {
    padding-bottom: 0;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic; }
    @media (min-width: 0px) and (max-width: 500px) {
      li.tile .description h1 {
        margin-bottom: 15px; } }

/*------------------------------------*\
:    Project Tile
\*------------------------------------*/
article.project {
  position: relative;
  z-index: 1; }
  article.project span:before, article.project span:after {
    content: '';
    display: block;
    position: absolute;
    background: #00cc33;
    z-index: -1;
    width: 0;
    height: 0;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  article.project span.line-1:before {
    top: 0;
    left: 0; }
  article.project span.line-1:after {
    bottom: 0;
    right: 0; }
  article.project span.line-2:before {
    bottom: 0;
    right: 0; }
  article.project span.line-2:after {
    top: 0;
    left: 0; }
  article.project:hover span.line-1:before {
    width: calc(100% - 24px);
    height: 24px; }
  article.project:hover span.line-1:after {
    width: 24px;
    height: 100%; }
  article.project:hover span.line-2:before {
    width: 100%;
    height: 24px; }
  article.project:hover span.line-2:after {
    width: 24px;
    height: calc(100% - 24px); }

/*------------------------------------*\
:    More Items
\*------------------------------------*/
.container-moreitems {
  padding-top: 60px;
  margin-bottom: 40px; }
  @media (min-width: 0px) and (max-width: 700px) {
    .container-moreitems {
      padding-top: 30px; } }
  .container-moreitems #maakt-board {
    margin-top: 20px;
    padding: 0 40px; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .container-moreitems #maakt-board {
        padding: 0 23px; } }
    @media (min-width: 0px) and (max-width: 700px) {
      .container-moreitems #maakt-board {
        padding: 0 12px; } }
  .container-moreitems .content-container h2 {
    font-size: 48px;
    font-size: 4.8rem; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .container-moreitems .content-container h2 {
        font-size: 40px;
        font-size: 4rem; } }
    @media (min-width: 0px) and (max-width: 700px) {
      .container-moreitems .content-container h2 {
        font-size: 34px;
        font-size: 3.4rem; } }
    @media (min-width: 0px) and (max-width: 500px) {
      .container-moreitems .content-container h2 {
        font-size: 28px;
        font-size: 2.8rem; } }
    @media (min-width: 0px) and (max-width: 700px) {
      .container-moreitems .content-container h2 {
        border-top: 3px solid #efefef;
        padding-top: 30px; } }

/*------------------------------------*\
:    Image Cover
\*------------------------------------*/
.img-cover {
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 100%;
  background: #efefef; }
  .img-cover img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .img-cover img.portrait {
      height: 100%;
      width: auto;
      left: 50%;
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .img-cover img.landscape {
      width: 100%;
      height: auto;
      top: 50%;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

/*------------------------------------*\
:    Home
\*------------------------------------*/
li#parkersdoes .caption {
  background: #00cc33; }

li#parkersapp .caption {
  background: #00aaee; }

li#parkersis .caption {
  background: #ffcc00; }

li#update-1 .update a {
  color: #00aaee; }
  li#update-1 .update a:hover {
    color: #00aaee; }
li#update-1 .update .text-container {
  background: #00aaee; }
  li#update-1 .update .text-container:after {
    border-left: 20px solid #00aaee; }

li#update-2 .update a {
  color: #00cc33; }
  li#update-2 .update a:hover {
    color: #00cc33; }
li#update-2 .update .text-container {
  background: #00cc33; }
  li#update-2 .update .text-container:after {
    border-left: 20px solid #00cc33; }

li#update-1 .img-container {
  position: relative; }
li#update-1 .bird-1 {
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }
  li#update-1 .bird-1 path {
    fill: #00aaee; }
li#update-1 .animal {
  width: 150px; }
li#update-1 .graphic {
  position: absolute;
  top: 0;
  right: -50px;
  width: 35%; }
  li#update-1 .graphic .graphic-wrapper {
    width: 20px;
    position: relative;
    -moz-animation: singingnotes infinite 3s linear;
    -webkit-animation: singingnotes infinite 3s linear;
    animation: singingnotes infinite 3s linear;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    li#update-1 .graphic .graphic-wrapper svg {
      width: 100%;
      position: absolute;
      top: -20px;
      left: -25px;
      -moz-animation: wiggleY infinite 0.5s linear alternate;
      -webkit-animation: wiggleY infinite 0.5s linear alternate;
      animation: wiggleY infinite 0.5s linear alternate; }
    li#update-1 .graphic .graphic-wrapper:first-child {
      -moz-animation-delay: 1.5s;
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s; }
      li#update-1 .graphic .graphic-wrapper:first-child svg {
        -moz-animation: wiggleY infinite 0.5s linear alternate-reverse;
        -webkit-animation: wiggleY infinite 0.5s linear alternate-reverse;
        animation: wiggleY infinite 0.5s linear alternate-reverse; }

/*------------------------------------*\
:    Project Detail
\*------------------------------------*/
body.single-portfolio .menu-item-36 a {
  color: #00cc33; }
  @media (min-width: 0px) and (max-width: 500px) {
    body.single-portfolio .menu-item-36 a {
      color: #ffffff; } }
body.single-portfolio .footer-butterfly {
  display: none; }
body.single-portfolio .snail {
  display: none; }
body.single-portfolio.butterfly .footer-butterfly {
  display: block; }
body.single-portfolio.butterfly .snail {
  display: none; }
body.single-portfolio.snail .footer-butterfly {
  display: none; }
body.single-portfolio.snail .snail {
  display: block; }

.project-intro {
  width: 100%;
  line-height: 1.5; }
  @media (min-width: 0px) and (max-width: 900px) {
    .project-intro {
      width: 100%;
      max-width: none; } }
  .project-intro blockquote {
    float: left;
    width: 280px;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.35;
    margin: 10px 40px 40px -100px;
    border-top: 5px solid #efefef;
    color: #00aaee;
    font-weight: 200;
    padding: 20px 0; }
    @media (min-width: 0px) and (max-width: 1023px) {
      .project-intro blockquote {
        margin: 10px 40px 40px 0; } }
    @media (min-width: 0px) and (max-width: 700px) {
      .project-intro blockquote {
        float: none;
        width: 100%;
        border-bottom: 5px solid #efefef; } }
    .project-intro blockquote p, .project-intro blockquote ol, .project-intro blockquote ul {
      padding: 0 !important;
      margin: 0; }
      @media (min-width: 0px) and (max-width: 700px) {
        .project-intro blockquote p, .project-intro blockquote ol, .project-intro blockquote ul {
          margin: auto;
          max-width: 400px; } }
    .project-intro blockquote.right {
      float: right;
      margin: 10px -100px 40px 40px; }
      @media (min-width: 0px) and (max-width: 1023px) {
        .project-intro blockquote.right {
          float: left;
          margin: 10px 40px 40px 0; } }
    .project-intro blockquote ol {
      list-style: square;
      padding-left: 27px !important; }

.project-quote {
  float: left;
  width: 35%;
  font-size: 1.3em;
  color: #00aaee;
  font-style: italic;
  font-weight: normal;
  padding: 0 40px 0 0; }
  @media (min-width: 0px) and (max-width: 900px) {
    .project-quote {
      width: 100%;
      padding: 0; } }
  .project-quote blockquote {
    margin-bottom: 40px; }
    @media (min-width: 0px) and (max-width: 900px) {
      .project-quote blockquote {
        margin-top: 10px;
        margin-bottom: 10px; } }
  .project-quote span {
    display: block;
    font-weight: 200;
    margin-bottom: 40px; }
    @media (min-width: 0px) and (max-width: 900px) {
      .project-quote span {
        margin-bottom: 24px; } }
    .project-quote span:before {
      content: '\2014'; }

/*------------------------------------*\
:    Is
\*------------------------------------*/
main.parkers-is .masthead {
  height: auto; }
  main.parkers-is .masthead .img-container {
    width: 100%;
    float: none;
    height: auto; }
main.parkers-is .content-container {
  position: relative; }
main.parkers-is h1, main.parkers-is h2 {
  padding: 50px 0 40px;
  max-width: 1000px;
  margin: auto;
  font-size: 48px;
  font-size: 4.8rem; }
  @media (min-width: 0px) and (max-width: 1024px) {
    main.parkers-is h1, main.parkers-is h2 {
      font-size: 40px;
      font-size: 4rem; } }
  @media (min-width: 0px) and (max-width: 700px) {
    main.parkers-is h1, main.parkers-is h2 {
      padding: 30px 0 20px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    main.parkers-is h1, main.parkers-is h2 {
      font-size: 28px;
      font-size: 2.8rem; } }
main.parkers-is h3 {
  color: #00aaee; }
main.parkers-is #whois {
  margin-bottom: 50px; }
main.parkers-is #expertise {
  background: #00aaee;
  color: #ffffff;
  padding: 0 0 50px 0;
  *zoom: 1; }
  main.parkers-is #expertise:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0px) and (max-width: 1280px) {
    main.parkers-is #expertise {
      margin-left: -50px;
      margin-right: -50px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 0px) and (max-width: 1024px) {
    main.parkers-is #expertise {
      margin-left: -30px;
      margin-right: -30px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    main.parkers-is #expertise {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  main.parkers-is #expertise .content-padded {
    position: relative; }
  main.parkers-is #expertise ul {
    width: calc(100% - 300px); }
    @media (min-width: 0px) and (max-width: 1023px) {
      main.parkers-is #expertise ul {
        width: 100%;
        margin-bottom: 40px; } }
    main.parkers-is #expertise ul li {
      line-height: 1.35;
      margin-bottom: 10px;
      position: relative;
      padding-left: 15px; }
      main.parkers-is #expertise ul li:before {
        content: '\2022';
        position: absolute;
        left: 0; }
  main.parkers-is #expertise .btn {
    float: right; }
    @media (min-width: 0px) and (max-width: 1023px) {
      main.parkers-is #expertise .btn {
        position: relative;
        float: right; } }
    @media (min-width: 0px) and (max-width: 360px) {
      main.parkers-is #expertise .btn {
        width: 100%; } }
main.parkers-is #contact {
  background: #00cc33;
  color: #ffffff;
  padding: 0 0 50px 0;
  position: relative;
  margin-top: 150px; }
  @media (min-width: 0px) and (max-width: 1280px) {
    main.parkers-is #contact {
      margin-left: -50px;
      margin-right: -50px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 0px) and (max-width: 1024px) {
    main.parkers-is #contact {
      margin-left: -30px;
      margin-right: -30px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    main.parkers-is #contact {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  main.parkers-is #contact h2 {
    padding: 0 0 40px; }
  main.parkers-is #contact a {
    color: #ffffff; }
  main.parkers-is #contact .snail {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: -114px; }
    @media (min-width: 0px) and (max-width: 500px) {
      main.parkers-is #contact .snail {
        top: -55px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      main.parkers-is #contact .snail img {
        width: 150px;
        height: 85px; } }
  main.parkers-is #contact .primary {
    float: left;
    margin-right: 80px; }
  main.parkers-is #contact .secondary {
    float: left;
    margin-right: 80px; }
  main.parkers-is #contact .wrapper {
    padding-top: 50px;
    max-width: 1000px;
    margin: auto;
    *zoom: 1; }
    main.parkers-is #contact .wrapper:after {
      content: "";
      display: table;
      clear: both; }
  main.parkers-is #contact ul {
    margin-bottom: 40px; }
    main.parkers-is #contact ul li {
      line-height: 1.45; }
  main.parkers-is #contact .btn {
    width: 180px; }
    @media (min-width: 0px) and (max-width: 500px) {
      main.parkers-is #contact .btn {
        width: 100%; } }
  main.parkers-is #contact .location-buttons {
    max-width: 1000px;
    float: left; }
    @media (min-width: 0px) and (max-width: 700px) {
      main.parkers-is #contact .location-buttons {
        text-align: center;
        margin: auto;
        width: 100%; } }
    main.parkers-is #contact .location-buttons li {
      display: block;
      margin: 0 5px 14px 0px; }
      @media (min-width: 0px) and (max-width: 700px) {
        main.parkers-is #contact .location-buttons li {
          display: inline-block;
          *vertical-align: auto;
          *zoom: 1;
          *display: inline;
          margin: 0 0 10px; }
          main.parkers-is #contact .location-buttons li:last-child {
            margin: 0; } }
main.parkers-is #team {
  margin-bottom: 100px; }
  @media (min-width: 0px) and (max-width: 1023px) {
    main.parkers-is #team {
      margin: 0; } }
main.parkers-is #culture h2 {
  padding-bottom: 15px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1100px; }
  @media (min-width: 0px) and (max-width: 1024px) {
    main.parkers-is #culture h2 {
      padding-left: 30px;
      padding-right: 30px;
      max-width: 1040px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    main.parkers-is #culture h2 {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 1060px; } }
main.parkers-is .pagecontent {
  margin: 0 15%; }
  main.parkers-is .pagecontent h3 {
    margin-top: 80px; }
  main.parkers-is .pagecontent ul {
    list-style: disc;
    margin-bottom: 50px; }
    main.parkers-is .pagecontent ul li {
      margin-left: 20px;
      padding-left: 20px;
      padding-top: 7px; }
  main.parkers-is .pagecontent img.beehive {
    float: right;
    margin-right: 50px; }
  main.parkers-is .pagecontent .team td {
    font-size: 1.6rem;
    padding: 4px 20px 4px 0; }
  main.parkers-is .pagecontent .team td:nth-of-type(even) {
    color: #00aaee; }
  main.parkers-is .pagecontent table.klanten {
    width: 100%; }

nav.subnav-block {
  position: absolute;
  right: 50px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000000;
  padding: 20px 30px;
  font-size: 16px;
  font-size: 1.6rem; }
  @media (min-width: 0px) and (max-width: 1024px) {
    nav.subnav-block {
      right: 30px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    nav.subnav-block {
      position: static;
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      margin: 0 -20px;
      padding: 20px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    nav.subnav-block li {
      float: left;
      margin-right: 20px; } }
  nav.subnav-block a {
    color: #ffffff;
    text-decoration: none;
    line-height: 35px;
    position: relative;
    padding-left: 20px; }
    nav.subnav-block a:before {
      content: '\203A';
      font-weight: bold;
      font-size: 24px;
      font-size: 2.4rem;
      position: absolute;
      left: 0;
      top: -8px; }
    nav.subnav-block a:hover {
      color: #00cc33; }

ul.team-list {
  position: relative;
  margin: 20px auto 40px;
  width: 1000px;
  *zoom: 1; }
  ul.team-list:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0px) and (max-width: 1023px) {
    ul.team-list {
      width: 100%;
      max-width: 500px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    ul.team-list {
      height: auto; } }
  ul.team-list li {
    display: block;
    float: left;
    height: 110px;
    *zoom: 1;
    margin-bottom: 30px;
    padding: 40px;
    text-align: left;
    width: 500px; }
    ul.team-list li:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 0px) and (max-width: 1023px) {
      ul.team-list li {
        padding: 0;
        width: 100%;
        position: static; } }
    @media (min-width: 0px) and (max-width: 700px) {
      ul.team-list li {
        margin: 0 !important; } }
    @media (min-width: 0px) and (max-width: 500px) {
      ul.team-list li {
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important; } }
    ul.team-list li:nth-child(3), ul.team-list li:nth-child(7), ul.team-list li:nth-child(4), ul.team-list li:nth-child(8) {
      -moz-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
      -webkit-transform: translateX(-60px);
      transform: translateX(-60px); }
      @media (min-width: 0px) and (max-width: 1024px) {
        ul.team-list li:nth-child(3), ul.team-list li:nth-child(7), ul.team-list li:nth-child(4), ul.team-list li:nth-child(8) {
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -webkit-transform: translateX(0);
          transform: translateX(0); } }
    @media (min-width: 0px) and (max-width: 1024px) {
      ul.team-list li:nth-child(even) {
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        transform: translateX(40px); } }
    ul.team-list li .img-container {
      position: relative;
      margin-right: 30px;
      float: left; }
      @media (min-width: 0px) and (max-width: 1024px) {
        ul.team-list li .img-container {
          margin-right: 25px; } }
      ul.team-list li .img-container:after {
        content: '';
        display: block;
        position: absolute;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        top: 10px;
        left: 10px;
        background: #000000;
        z-index: -1; }
        @media (min-width: 0px) and (max-width: 700px) {
          ul.team-list li .img-container:after {
            width: 75px;
            height: 75px;
            top: 8px;
            left: 8px; } }
      ul.team-list li .img-container img {
        overflow: hidden;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background: #00cc33; }
        @media (min-width: 0px) and (max-width: 700px) {
          ul.team-list li .img-container img {
            width: 75px;
            height: 75px; } }
    ul.team-list li .text-container {
      display: table-cell;
      vertical-align: middle;
      width: calc(100% - 130px);
      height: 110px; }
      @media (min-width: 0px) and (max-width: 700px) {
        ul.team-list li .text-container {
          width: calc(100% - 130px);
          height: 85px; } }
      ul.team-list li .text-container h1 {
        padding: 0;
        margin: 0 0 5px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700; }
        @media (min-width: 0px) and (max-width: 700px) {
          ul.team-list li .text-container h1 {
            font-size: 16px;
            font-size: 1.6rem; } }
      ul.team-list li .text-container p {
        margin: 0 !important; }
      ul.team-list li .text-container a {
        display: block;
        color: #00aaee; }
        @media (min-width: 0px) and (max-width: 500px) {
          ul.team-list li .text-container a {
            display: none; } }

ul.client-list {
  *zoom: 1;
  text-align: center; }
  ul.client-list:after {
    content: "";
    display: table;
    clear: both; }
  ul.client-list li {
    height: 150px;
    display: inline-block;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    ul.client-list li img {
      height: 100%;
      width: auto;
      margin: auto; }

/*------------------------------------*\
:    Parkers Deelt - Overview
\*------------------------------------*/
body.deelt header.main-header .header-animal {
  display: none; }

main.parkers-deelt {
  margin-top: -220px;
  padding-bottom: 0; }
  main.parkers-deelt .site-container {
    max-width: 1280px; }

.video-background {
  position: absolute;
  width: 100%;
  z-index: -1;
  overflow: hidden; }
  .video-background video {
    width: 102%;
    margin-left: -1%;
    height: auto;
    left: 0; }

.blog-container {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZjRmOCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDI0MzYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(237, 244, 248, 0.5)), color-stop(100%, #042436));
  background-image: -moz-linear-gradient(rgba(237, 244, 248, 0.5) 0%, #042436 100%);
  background-image: -webkit-linear-gradient(rgba(237, 244, 248, 0.5) 0%, #042436 100%);
  background-image: linear-gradient(rgba(237, 244, 248, 0.5) 0%, #042436 100%);
  padding: 20px 0 250px;
  min-height: calc(100vh - 404px);
  position: relative; }
  @media (min-width: 0px) and (max-width: 1280px) {
    .blog-container {
      padding: 75px 0 250px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    .blog-container {
      padding: 50px 0 250px; } }

.blog-header-graphic-container {
  position: relative;
  height: 600px;
  margin-top: 100px; }
  @media (min-width: 0px) and (max-width: 1380px) {
    .blog-header-graphic-container {
      height: 450px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    .blog-header-graphic-container {
      height: 325px; } }

.blog-header-graphic {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/blog-backdrop.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  z-index: 4; }
  @media (min-width: 0px) and (max-width: 700px) {
    .blog-header-graphic {
      -moz-background-size: contain;
      -o-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain;
      background-position: bottom center; } }

.surface-fixed {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2; }
  .surface-fixed .surface-circle-container {
    position: relative; }
    .surface-fixed .surface-circle-container .surface-circle {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk4Y2JlNyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVmNWZhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOThjYmU3Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #98cbe7), color-stop(50%, #eef5fa), color-stop(100%, #98cbe7));
      background-image: -moz-linear-gradient(left, #98cbe7 0%, #eef5fa 50%, #98cbe7 100%);
      background-image: -webkit-linear-gradient(left, #98cbe7 0%, #eef5fa 50%, #98cbe7 100%);
      background-image: linear-gradient(to right, #98cbe7 0%, #eef5fa 50%, #98cbe7 100%);
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      width: 100%;
      height: 100px;
      position: absolute;
      bottom: -50px; }
      @media (min-width: 0px) and (max-width: 700px) {
        .surface-fixed .surface-circle-container .surface-circle {
          height: 70px;
          bottom: -35px; } }
      @media (min-width: 0px) and (max-width: 500px) {
        .surface-fixed .surface-circle-container .surface-circle {
          height: 50px;
          bottom: -25px; } }

.large-ripple {
  -moz-animation: large-ripple 5s ease-in forwards infinite;
  -webkit-animation: large-ripple 5s ease-in forwards infinite;
  animation: large-ripple 5s ease-in forwards infinite;
  border: 5px solid #98cbe7;
  background: none !important; }

.surface {
  position: absolute;
  width: 100%;
  bottom: -50px;
  z-index: 5; }
  @media (min-width: 0px) and (max-width: 700px) {
    .surface {
      bottom: -35px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .surface {
      bottom: -25px; } }
  .surface ul {
    position: relative;
    width: 100%;
    height: 100px;
    bottom: 0;
    padding-top: 50px; }
    @media (min-width: 0px) and (max-width: 700px) {
      .surface ul {
        height: 70px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      .surface ul {
        height: 50px; } }
    .surface ul li.ripple {
      display: block;
      float: left;
      width: 5%;
      height: 50px;
      text-align: center;
      position: relative; }
      .surface ul li.ripple:nth-child(even) {
        margin-top: -10px; }
      .surface ul li.ripple:nth-child(3n + 0) {
        margin-top: 10px; }
      .surface ul li.ripple:nth-child(4n + 0) {
        margin-top: 20px; }
      .surface ul li.ripple span {
        width: 100%;
        height: 15px;
        background: none;
        border: 1px solid white;
        position: absolute;
        top: 0;
        left: 0;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
      .surface ul li.ripple.active span {
        -moz-animation: ripple 1.5s ease-in forwards;
        -webkit-animation: ripple 1.5s ease-in forwards;
        animation: ripple 1.5s ease-in forwards; }
        .surface ul li.ripple.active span:last-child {
          -moz-animation-delay: 0.5s;
          -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

ol#blog-list {
  *zoom: 1; }
  ol#blog-list:after {
    content: "";
    display: table;
    clear: both; }
  ol#blog-list li {
    width: 50%;
    float: left;
    padding: 50px;
    z-index: 10; }
    @media (min-width: 0px) and (max-width: 1280px) {
      ol#blog-list li {
        width: 50%;
        padding: 20px; } }
    @media (min-width: 0px) and (max-width: 700px) {
      ol#blog-list li {
        width: 100%;
        padding: 20px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      ol#blog-list li {
        width: 100%;
        padding: 10px; } }
    @media (min-width: 0px) and (max-width: 320px) {
      ol#blog-list li {
        width: 100%;
        padding: 5px; } }
    ol#blog-list li:nth-child(2) {
      margin-top: 200px; }
      @media (min-width: 0px) and (max-width: 700px) {
        ol#blog-list li:nth-child(2) {
          margin-top: 0; } }
    ol#blog-list li h1 {
      font-size: 40px;
      font-size: 4rem;
      margin: 0 0 24px; }
      @media (min-width: 0px) and (max-width: 1280px) {
        ol#blog-list li h1 {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media (min-width: 0px) and (max-width: 1024px) {
        ol#blog-list li h1 {
          font-size: 26px;
          font-size: 2.6rem; } }
      @media (min-width: 0px) and (max-width: 700px) {
        ol#blog-list li h1 {
          font-size: 22px;
          font-size: 2.2rem; } }
      ol#blog-list li h1 a {
        text-decoration: none;
        color: #000000; }
        ol#blog-list li h1 a:hover {
          color: #00cc33; }
    ol#blog-list li a:hover ~ .text-container h1 a {
      color: #00cc33; }
    ol#blog-list li .img-container img {
      margin: 0; }
    ol#blog-list li .text-container {
      background: #ffffff;
      padding: 40px; }
      @media (min-width: 0px) and (max-width: 700px) {
        ol#blog-list li .text-container {
          padding: 24px 24px; } }
    ol#blog-list li img {
      width: 100%;
      height: auto;
      margin: 24px 0; }

.bubble-group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  @media (min-width: 0px) and (max-width: 700px) {
    .bubble-group {
      display: none; } }
  .bubble-group .bubble {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
    -moz-animation: bubble-rise 30s ease-in infinite;
    -webkit-animation: bubble-rise 30s ease-in infinite;
    animation: bubble-rise 30s ease-in infinite; }
    .bubble-group .bubble span {
      -moz-animation: wiggleX infinite 1s ease-in-out alternate;
      -webkit-animation: wiggleX infinite 1s ease-in-out alternate;
      animation: wiggleX infinite 1s ease-in-out alternate;
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      border: 1px solid #ffffff;
      margin: auto; }
    .bubble-group .bubble.bubble-large span {
      width: 50px;
      height: 50px; }
    .bubble-group .bubble.bubble-small span {
      width: 20px;
      height: 20px; }
    .bubble-group .bubble:nth-child(2) {
      margin-left: -60px;
      -moz-animation-delay: 0.5s;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
      .bubble-group .bubble:nth-child(2) span {
        -moz-animation: wiggleX infinite 1.3s ease-in-out alternate-reverse;
        -webkit-animation: wiggleX infinite 1.3s ease-in-out alternate-reverse;
        animation: wiggleX infinite 1.3s ease-in-out alternate-reverse; }
    .bubble-group .bubble:nth-child(3) {
      margin-right: -30px;
      -moz-animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .bubble-group .bubble:nth-child(4) {
      margin-left: -60px;
      -moz-animation-delay: 1.8s;
      -webkit-animation-delay: 1.8s;
      animation-delay: 1.8s; }
    .bubble-group .bubble:nth-child(5) {
      margin-right: -100px;
      -moz-animation-delay: 2.2s;
      -webkit-animation-delay: 2.2s;
      animation-delay: 2.2s; }
      .bubble-group .bubble:nth-child(5) span {
        -moz-animation: wiggleX infinite 1.3s ease-in-out alternate-reverse;
        -webkit-animation: wiggleX infinite 1.3s ease-in-out alternate-reverse;
        animation: wiggleX infinite 1.3s ease-in-out alternate-reverse; }
    .bubble-group .bubble:nth-child(6) {
      -moz-animation-delay: 3.4s;
      -webkit-animation-delay: 3.4s;
      animation-delay: 3.4s; }
      .bubble-group .bubble:nth-child(6) span {
        -moz-animation: wiggleX infinite 1.3s ease-in-out alternate-reverse;
        -webkit-animation: wiggleX infinite 1.3s ease-in-out alternate-reverse;
        animation: wiggleX infinite 1.3s ease-in-out alternate-reverse; }

/*------------------------------------*\
:    Parkers Deelt - Single
\*------------------------------------*/
body.single-post header.main-header .menu-item-35 a {
  color: #00cc33; }
body.single-post .header-animal {
  display: none; }

main.single-deelt {
  padding-bottom: 0; }
  main.single-deelt .blog-container {
    padding-top: 10px; }
  main.single-deelt .blog-header-graphic-container {
    height: 0;
    margin-top: 70px; }
  main.single-deelt article {
    margin: auto;
    max-width: 800px;
    position: relative;
    z-index: 10;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    main.single-deelt article.swiped-left {
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    main.single-deelt article.swiped-right {
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    main.single-deelt article header {
      background: #ffffff; }
      main.single-deelt article header .img-container {
        height: 350px; }
      main.single-deelt article header img {
        width: 100%;
        height: auto; }
      main.single-deelt article header h1 {
        margin-bottom: 15px; }
      main.single-deelt article header .text-container {
        padding: 30px 40px 0; }
    main.single-deelt article .text-container {
      padding: 24px 100px 100px 40px;
      background: #ffffff; }
      @media (min-width: 0px) and (max-width: 900px) {
        main.single-deelt article .text-container {
          padding: 24px 40px 40px; } }
  main.single-deelt .bubble-group .bubble {
    -moz-animation: bubble-rise 10s ease-in infinite;
    -webkit-animation: bubble-rise 10s ease-in infinite;
    animation: bubble-rise 10s ease-in infinite; }
    main.single-deelt .bubble-group .bubble:nth-child(2) {
      margin-left: -100px;
      -moz-animation-delay: 2.5s;
      -webkit-animation-delay: 2.5s;
      animation-delay: 2.5s; }
      main.single-deelt .bubble-group .bubble:nth-child(2) span {
        -moz-animation: wiggleX infinite 1.3s ease-in-out alternate-reverse;
        -webkit-animation: wiggleX infinite 1.3s ease-in-out alternate-reverse;
        animation: wiggleX infinite 1.3s ease-in-out alternate-reverse; }
    main.single-deelt .bubble-group .bubble:nth-child(3) {
      margin-right: -100px;
      -moz-animation-delay: 4s;
      -webkit-animation-delay: 4s;
      animation-delay: 4s; }

.blog-nav {
  margin: auto;
  max-width: 800px;
  position: relative;
  *zoom: 1;
  margin-bottom: 20px;
  z-index: 10; }
  .blog-nav:after {
    content: "";
    display: table;
    clear: both; }
  .blog-nav .postnav {
    font-size: 60px;
    font-size: 6rem;
    font-weight: 200;
    position: absolute;
    top: 190px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .blog-nav .postnav#prev {
      right: -80px; }
    .blog-nav .postnav#next {
      left: -80px; }
      .blog-nav .postnav#next a {
        text-align: right; }
    .blog-nav .postnav a {
      text-decoration: none;
      line-height: 60px;
      padding: 10px 15px;
      width: 60px;
      display: block;
      color: #000000; }
      .blog-nav .postnav a:hover {
        -moz-animation: heartbeat 0.5s ease-in-out infinite alternate;
        -webkit-animation: heartbeat 0.5s ease-in-out infinite alternate;
        animation: heartbeat 0.5s ease-in-out infinite alternate; }

/*------------------------------------*\
:    Maakt - Overview
\*------------------------------------*/
#maakt-board {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-flex-align: stretch; }
  @media (min-width: 0px) and (max-width: 500px) {
    #maakt-board {
      padding-top: 10px; } }
  #maakt-board li {
    float: none;
    position: relative;
    display: -webkit-flex;
    display: flex; }
    #maakt-board li article {
      width: 100%;
      display: -webkit-flex;
      display: flex; }
      #maakt-board li article a {
        width: 100%;
        display: -webkit-flex;
        display: flex; }
        #maakt-board li article a .tile-content {
          width: 100%;
          flex: 1; }
    @media (min-width: 0px) and (max-width: 700px) {
      #maakt-board li .text-container {
        height: auto !important; } }

/*------------------------------------*\
:    Projecten
\*------------------------------------*/
body.single-project #menu-toggle {
  display: none; }

main.single-project {
  padding-top: 200px; }
  @media (min-width: 0px) and (max-width: 1023px) {
    main.single-project {
      padding-top: 140px; } }
  @media (min-width: 0px) and (max-width: 767px) {
    main.single-project {
      padding-top: 80px; } }

header.main-header .c-project-title {
  position: absolute;
  bottom: 42px;
  right: 0;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem; }
  @media (min-width: 0px) and (max-width: 1023px) {
    header.main-header .c-project-title {
      right: auto;
      left: 230px;
      bottom: 12px; }
      header.main-header .c-project-title:before {
        content: ' / ';
        color: #00cc33; } }
  @media (min-width: 0px) and (max-width: 767px) {
    header.main-header .c-project-title {
      font-size: 22px;
      font-size: 2.2rem;
      bottom: 16px;
      left: 220px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    header.main-header .c-project-title {
      left: 203px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    header.main-header .c-project-title {
      font-size: 16px;
      font-size: 1.6rem;
      bottom: 13px;
      left: 108px; } }
header.main-header.small-header .c-project-title {
  bottom: 12px;
  right: 50px; }
  @media (min-width: 0px) and (max-width: 1023px) {
    header.main-header.small-header .c-project-title {
      right: auto;
      left: 210px;
      bottom: 16px;
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 0px) and (max-width: 767px) {
    header.main-header.small-header .c-project-title {
      left: 170px;
      bottom: 15px; } }
  @media (min-width: 0px) and (max-width: 700px) {
    header.main-header.small-header .c-project-title {
      left: 130px;
      bottom: 16px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    header.main-header.small-header .c-project-title {
      font-size: 16px;
      font-size: 1.6rem;
      left: 128px;
      bottom: 13px; } }
@media (min-width: 0px) and (max-width: 1023px) {
  body.single-project header.main-header .header-animal {
    display: none; } }

.l-project-row {
  margin: 0 0 80px; }
  @media (min-width: 0px) and (max-width: 1023px) {
    .l-project-row {
      margin: 0 0 40px; } }
  .l-project-row:last-child {
    margin: 0; }

.l-mockup-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px; }
  body.ie9 .l-mockup-list {
    *zoom: 1; }
    body.ie9 .l-mockup-list:after {
      content: "";
      display: table;
      clear: both; }
  @media (min-width: 0px) and (max-width: 1023px) {
    .l-mockup-list {
      margin: 0 -15px; } }

.l-mockup-item {
  padding: 0 30px;
  margin: 0 0 60px;
  width: 100%; }
  @media (min-width: 0px) and (max-width: 1023px) {
    .l-mockup-item {
      margin: 0 0 30px;
      padding: 0 15px; } }

.l-mockup-item--2 {
  width: 50%; }
  @media (min-width: 0px) and (max-width: 500px) {
    .l-mockup-item--2 {
      width: 100%; } }

.l-mockup-item--3 {
  width: 33.33333%; }
  @media (min-width: 0px) and (max-width: 767px) {
    .l-mockup-item--3 {
      width: 50%; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .l-mockup-item--3 {
      width: 100%; } }

.l-mockup-item--4 {
  width: 25%; }
  @media (min-width: 0px) and (max-width: 1023px) {
    .l-mockup-item--4 {
      width: 33.33333%; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .l-mockup-item--4 {
      width: 50%; } }

.c-project-text {
  max-width: 700px;
  margin: auto; }

.c-project-text__title {
  color: #00aaee;
  margin-bottom: 10px; }

.c-project-subtitle {
  color: #00aaee;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D4D4D4; }
  @media (min-width: 0px) and (max-width: 1380px) {
    .c-project-subtitle {
      font-size: 32px;
      font-size: 3.2rem; } }
  @media (min-width: 0px) and (max-width: 1280px) {
    .c-project-subtitle {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.35; } }
  @media (min-width: 0px) and (max-width: 700px) {
    .c-project-subtitle {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media (min-width: 0px) and (max-width: 320px) {
    .c-project-subtitle {
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 0px) and (max-width: 1023px) {
    .c-project-subtitle {
      font-size: 48px;
      font-size: 4.8rem;
      padding-bottom: 15px;
      margin-bottom: 15px; } }
  @media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1024px) {
    .c-project-subtitle {
      font-size: 40px;
      font-size: 4rem; } }
  @media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 700px) {
    .c-project-subtitle {
      font-size: 34px;
      font-size: 3.4rem; } }
  @media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 500px) {
    .c-project-subtitle {
      font-size: 28px;
      font-size: 2.8rem; } }

.c-mockup {
  display: block;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
  -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  transition: all 300ms cubic-bezier(1, 0, 0, 1); }
  .c-mockup:hover {
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
    @media (min-width: 0px) and (max-width: 1023px) {
      .c-mockup:hover {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05); } }

.l-button-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px; }
  body.ie9 .l-button-list {
    *zoom: 1; }
    body.ie9 .l-button-list:after {
      content: "";
      display: table;
      clear: both; }

.l-button-item {
  margin: 0 10px 10px 10px;
  display: block; }

/*------------------------------------*\
:    Footer
\*------------------------------------*/
footer, .footer-push {
  height: 250px; }
  @media (min-width: 0px) and (max-width: 700px) {
    footer, .footer-push {
      height: 250px; } }

footer {
  width: 100%;
  background: #efefef;
  position: relative;
  padding: 30px 0; }
  footer span {
    display: block;
    text-transform: uppercase;
    font-size: 40px;
    font-size: 4rem;
    font-style: italic;
    font-weight: 700;
    margin: 0; }
    @media (min-width: 0px) and (max-width: 1024px) {
      footer span {
        font-size: 36px;
        font-size: 3.6rem; } }
    @media (min-width: 0px) and (max-width: 700px) {
      footer span {
        font-size: 32px;
        font-size: 3.2rem; } }
    footer span a {
      text-decoration: none;
      color: #000000; }
  footer .parkers-logo {
    float: none; }
  footer ul {
    font-weight: 200; }
    footer ul li {
      margin-bottom: 10px; }
      @media (min-width: 0px) and (max-width: 700px) {
        footer ul li {
          margin-bottom: 7px; } }
      footer ul li a {
        text-decoration: none; }

/*------------------------------------*\
:    Home Footer
\*------------------------------------*/
footer .fish {
  position: absolute;
  width: 100%;
  height: 500px;
  overflow: hidden;
  top: -1065px;
  left: 0;
  pointer-events: none; }
  @media (min-width: 0px) and (max-width: 767px) {
    footer .fish {
      display: none; } }
  footer .fish .fish-helper-1 {
    -moz-animation: fish-movement 45s ease-in-out infinite alternate;
    -webkit-animation: fish-movement 45s ease-in-out infinite alternate;
    animation: fish-movement 45s ease-in-out infinite alternate; }
  footer .fish .fish-helper-2 {
    -moz-animation: fish-bob 2s ease-in-out infinite alternate;
    -webkit-animation: fish-bob 2s ease-in-out infinite alternate;
    animation: fish-bob 2s ease-in-out infinite alternate; }
  footer .fish img {
    width: 450px;
    height: auto;
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-animation: fish-flip 90s ease-in-out infinite;
    -webkit-animation: fish-flip 90s ease-in-out infinite;
    animation: fish-flip 90s ease-in-out infinite; }

/*------------------------------------*\
:    Is Footer
\*------------------------------------*/
footer .snail {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: -115px;
  left: 0; }
  @media (min-width: 0px) and (max-width: 500px) {
    footer .snail {
      top: -55px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    footer .snail img {
      width: 150px;
      height: 85px; } }

.snail-helper-1 {
  width: 100%;
  -moz-animation: snail-movement 500s linear forwards;
  -webkit-animation: snail-movement 500s linear forwards;
  animation: snail-movement 500s linear forwards;
  -moz-animation-duration: 250s;
  -webkit-animation-duration: 250s;
  animation-duration: 250s; }

/*------------------------------------*\
:    Deelt Footer
\*------------------------------------*/
body.page-template-archive footer, body.single-post footer {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0MjQzNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAyMTkyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #042436), color-stop(100%, #021926));
  background-image: -moz-linear-gradient(#042436 0%, #021926 100%);
  background-image: -webkit-linear-gradient(#042436 0%, #021926 100%);
  background-image: linear-gradient(#042436 0%, #021926 100%);
  color: #ffffff; }
  body.page-template-archive footer span a, body.single-post footer span a {
    color: #ffffff; }
  body.page-template-archive footer .site-container, body.single-post footer .site-container {
    max-width: 1280px; }
  body.page-template-archive footer .plant-1, body.single-post footer .plant-1 {
    position: absolute;
    bottom: 80px;
    right: 150px;
    width: 350px;
    max-width: 100%; }
    @media (min-width: 0px) and (max-width: 700px) {
      body.page-template-archive footer .plant-1, body.single-post footer .plant-1 {
        width: 250px;
        right: 120px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      body.page-template-archive footer .plant-1, body.single-post footer .plant-1 {
        right: 50px; } }
    body.page-template-archive footer .plant-1 img, body.single-post footer .plant-1 img {
      width: 100%;
      height: auto; }
  body.page-template-archive footer .plant-2, body.single-post footer .plant-2 {
    position: absolute;
    bottom: 40px;
    right: 60px;
    width: 200px;
    max-width: 100%;
    height: auto; }
    @media (min-width: 0px) and (max-width: 700px) {
      body.page-template-archive footer .plant-2, body.single-post footer .plant-2 {
        width: 150px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      body.page-template-archive footer .plant-2, body.single-post footer .plant-2 {
        right: 10px; } }
    body.page-template-archive footer .plant-2 path, body.single-post footer .plant-2 path {
      fill: #336666;
      will-change: fill;
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -moz-animation: footerplantcolor forwards 30s ease-in-out infinite;
      -webkit-animation: footerplantcolor forwards 30s ease-in-out infinite;
      animation: footerplantcolor forwards 30s ease-in-out infinite; }
  body.page-template-archive footer .parkers-logo, body.page-template-archive footer ul, body.single-post footer .parkers-logo, body.single-post footer ul {
    position: relative;
    z-index: 10; }

/*------------------------------------*\
:    Default Footer
\*------------------------------------*/
.footer-butterfly {
  width: 250px;
  margin-bottom: -20px;
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg); }
  @media (min-width: 0px) and (max-width: 1024px) {
    .footer-butterfly {
      width: 200px;
      margin-bottom: -18px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .footer-butterfly {
      width: 150px;
      margin-bottom: -13px; } }
  .footer-butterfly img {
    width: 100%;
    height: auto;
    display: block; }

/*------------------------------------*\
:    General Type Settings
\*------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 0px) and (max-width: 700px) {
    body {
      font-size: 16px;
      font-size: 1.6rem; } }

ul, ol {
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0; }
  ul:after, ol:after {
    content: "";
    display: table;
    clear: both; }

a {
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: #00cc33; }
  a:hover {
    text-decoration: none; }

p {
  margin: 0 0 20px; }
  p:last-child {
    margin-bottom: 0; }

span.author {
  color: #00cc33; }

span.date:before {
  content: '/';
  padding: 0 10px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  margin: 0 0 0.5em;
  line-height: 1.15; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 700; }

h1 {
  font-size: 48px;
  font-size: 4.8rem; }
  @media (min-width: 0px) and (max-width: 1024px) {
    h1 {
      font-size: 40px;
      font-size: 4rem; } }
  @media (min-width: 0px) and (max-width: 500px) {
    h1 {
      font-size: 28px;
      font-size: 2.8rem; } }

h2 {
  font-size: 40px;
  font-size: 4rem; }
  @media (min-width: 0px) and (max-width: 1380px) {
    h2 {
      font-size: 32px;
      font-size: 3.2rem; } }
  @media (min-width: 0px) and (max-width: 700px) {
    h2 {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media (min-width: 0px) and (max-width: 500px) {
    h2 {
      font-size: 24px;
      font-size: 2.4rem; } }

h3 {
  font-size: 28px;
  font-size: 2.8rem; }
  @media (min-width: 0px) and (max-width: 1280px) {
    h3 {
      font-size: 24px;
      font-size: 2.4rem; } }

blockquote span {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic; }
  blockquote span:before {
    content: '\2014';
    padding-right: 5px; }

/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/*------------------------------------*\
:    Shame (Fix Later)
\*------------------------------------*/
.img-single {
  display: block;
  width: 100%;
  height: auto;
  visibility: hidden; }

@-moz-keyframes fadein {
  0% {
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fadein {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes fadeinleft {
  0% {
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes fadeinleft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes fadeinleft {
  0% {
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-moz-keyframes fadeinright {
  0% {
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes fadeinright {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes fadeinright {
  0% {
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
ul.content-maze-list > li:nth-child(odd) .fadeIn {
  -moz-animation: fadein 0.5s ease-in-out forwards;
  -webkit-animation: fadein 0.5s ease-in-out forwards;
  animation: fadein 0.5s ease-in-out forwards;
  visibility: visible !important; }
ul.content-maze-list > li:nth-child(even) .fadeIn {
  -moz-animation: fadein 0.5s ease-in-out forwards;
  -webkit-animation: fadein 0.5s ease-in-out forwards;
  animation: fadein 0.5s ease-in-out forwards;
  visibility: visible !important; }

/* Parallax base styles
--------------------------------------------- */
.parallax {
  height: 500px;
  /* fallback for older browsers */
  height: calc(100vh - 70px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-perspective-origin-x: 100%;
  perspective-origin-x: 100%;
  margin: 0 -20px;
  position: relative;
  background: url("../img/culture/background.jpg") no-repeat;
  background-size: cover; }

.parallax__group {
  position: relative;
  height: 500px;
  /* fallback for older browsers */
  height: 100vh;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.parallax__layer {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin-x: 100%;
  transform-origin-x: 100%; }
  .parallax__layer img {
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-bottom: 200px; }

.parallax__layer--base {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 4; }
  .parallax__layer--base img:nth-child(1) {
    -moz-transform: translate(-400px, 100px);
    -ms-transform: translate(-400px, 100px);
    -webkit-transform: translate(-400px, 100px);
    transform: translate(-400px, 100px); }
  .parallax__layer--base img:nth-child(2) {
    -moz-transform: translate(400px, 800px);
    -ms-transform: translate(400px, 800px);
    -webkit-transform: translate(400px, 800px);
    transform: translate(400px, 800px); }
  .parallax__layer--base img:nth-child(3) {
    -moz-transform: translate(400px, 2800px);
    -ms-transform: translate(400px, 2800px);
    -webkit-transform: translate(400px, 2800px);
    transform: translate(400px, 2800px); }
  .parallax__layer--base img:nth-child(4) {
    -moz-transform: translate(-400px, 3600px);
    -ms-transform: translate(-400px, 3600px);
    -webkit-transform: translate(-400px, 3600px);
    transform: translate(-400px, 3600px); }

.parallax__layer--back {
  -webkit-transform: translateZ(-150px) scale(1.3);
  transform: translateZ(-150px) scale(1.3);
  z-index: 3; }
  .parallax__layer--back img:nth-child(1) {
    -moz-transform: translate(300px, 200px);
    -ms-transform: translate(300px, 200px);
    -webkit-transform: translate(300px, 200px);
    transform: translate(300px, 200px); }
  .parallax__layer--back img:nth-child(2) {
    -moz-transform: translate(400px, 1400px);
    -ms-transform: translate(400px, 1400px);
    -webkit-transform: translate(400px, 1400px);
    transform: translate(400px, 1400px); }
  .parallax__layer--back img:nth-child(3) {
    -moz-transform: translate(-400px, 1700px);
    -ms-transform: translate(-400px, 1700px);
    -webkit-transform: translate(-400px, 1700px);
    transform: translate(-400px, 1700px); }
  .parallax__layer--back img:nth-child(4) {
    -moz-transform: translate(0, 2700px);
    -ms-transform: translate(0, 2700px);
    -webkit-transform: translate(0, 2700px);
    transform: translate(0, 2700px); }

.parallax__layer--deep {
  -webkit-transform: translateZ(-300px) scale(2);
  transform: translateZ(-300px) scale(2);
  z-index: 2; }
  .parallax__layer--deep img:nth-child(1) {
    -moz-transform: translate(0%, 900px);
    -ms-transform: translate(0%, 900px);
    -webkit-transform: translate(0%, 900px);
    transform: translate(0%, 900px); }
  .parallax__layer--deep img:nth-child(2) {
    -moz-transform: translate(400px, 1400px);
    -ms-transform: translate(400px, 1400px);
    -webkit-transform: translate(400px, 1400px);
    transform: translate(400px, 1400px); }
  .parallax__layer--deep img:nth-child(3) {
    -moz-transform: translate(-400px, 2000px);
    -ms-transform: translate(-400px, 2000px);
    -webkit-transform: translate(-400px, 2000px);
    transform: translate(-400px, 2000px); }
  .parallax__layer--deep img:nth-child(4) {
    -moz-transform: translate(0%, 2500px);
    -ms-transform: translate(0%, 2500px);
    -webkit-transform: translate(0%, 2500px);
    transform: translate(0%, 2500px); }

.parallax__layer--background {
  -webkit-transform: translateZ(-1300px) scale(2);
  transform: translateZ(-1300px) scale(2);
  z-index: 1; }
  .parallax__layer--background img {
    width: 300%;
    height: auto;
    left: -200%;
    top: -200%; }
