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

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #222;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
/* Input fields */
input,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px; }

textarea {
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: 0; }

/* Buttons */
button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #aaa;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 30px 11px;
  text-transform: uppercase;
  vertical-align: bottom; }

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #bbb;
  color: #fff; }

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #999; }

.search-field {
  width: 100%; }

.search-submit {
  display: none; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #939393; }

:-moz-placeholder {
  color: #939393; }

::-moz-placeholder {
  color: #939393;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */ }

:-ms-input-placeholder {
  color: #939393; }

/* Responsive images. Fluid images for posts, comments, and widgets */
.comment-content img,
.entry-content img {
  max-width: 100%; }

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="attachment-"],
#site-header img {
  height: auto; }

img.size-full,
img.size-large,
.post-thumbnail img {
  height: auto;
  max-width: 100%; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
  margin-bottom: 24px;
  max-width: 100%; }

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0; }

/* Alignment */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0; }

blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px; }

blockquote.aligncenter,
img.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px; }

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%; }

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 17px; }

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000; }

.hide {
  display: none; }

.entry-content,
.entry-summary,
.page-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.annika-wrapper {
  top: 63.2%;
  left: 43%;
  position: absolute;
  width: 10%; }

.annika {
  padding-bottom: 170%; }
  .annika img {
    position: absolute;
    top: 0;
    left: 0; }
  .annika .body {
    top: 20%;
    width: 100%; }
  .annika .head {
    -webkit-animation-name: annika-head;
    -moz-animation-name: annika-head;
    -o-animation-name: annika-head;
    animation-name: annika-head;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 48%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 40.5%;
    top: 8.5%;
    width: 65%;
    -webkit-transform-origin: 60% 65%;
    -moz-transform-origin: 60% 65%;
    -ms-transform-origin: 60% 65%;
    -o-transform-origin: 60% 65%;
    transform-origin: 60% 65%;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
    .annika .head img {
      width: 100%; }
    .annika .head .mouth {
      -webkit-animation-name: annika-mouth;
      -moz-animation-name: annika-mouth;
      -o-animation-name: annika-mouth;
      animation-name: annika-mouth;
      -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      -o-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      bottom: 46.5%;
      left: 41%;
      top: auto;
      width: 25%; }

@-webkit-keyframes annika-head {
  0% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

@-moz-keyframes annika-head {
  0% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); } }

@-o-keyframes annika-head {
  0% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -o-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg); } }

@keyframes annika-head {
  0% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); } }

@-webkit-keyframes annika-mouth {
  0% {
    bottom: 46.5%; }
  5% {
    bottom: 44%; }
  10% {
    bottom: 46.5%; }
  15% {
    bottom: 44%; }
  20% {
    bottom: 46.5%; }
  25% {
    bottom: 46.5%; }
  40% {
    bottom: 42%; }
  50% {
    bottom: 46.5%; }
  55% {
    bottom: 46.5%; }
  65% {
    bottom: 43%; }
  70% {
    bottom: 46.5%; }
  75% {
    bottom: 45%; }
  80% {
    bottom: 44%; }
  85% {
    bottom: 45%; }
  90% {
    bottom: 45%; }
  95% {
    bottom: 43%; }
  100% {
    bottom: 46.5%; } }

@-moz-keyframes annika-mouth {
  0% {
    bottom: 46.5%; }
  5% {
    bottom: 44%; }
  10% {
    bottom: 46.5%; }
  15% {
    bottom: 44%; }
  20% {
    bottom: 46.5%; }
  25% {
    bottom: 46.5%; }
  40% {
    bottom: 42%; }
  50% {
    bottom: 46.5%; }
  55% {
    bottom: 46.5%; }
  65% {
    bottom: 43%; }
  70% {
    bottom: 46.5%; }
  75% {
    bottom: 45%; }
  80% {
    bottom: 44%; }
  85% {
    bottom: 45%; }
  90% {
    bottom: 45%; }
  95% {
    bottom: 43%; }
  100% {
    bottom: 46.5%; } }

@-o-keyframes annika-mouth {
  0% {
    bottom: 46.5%; }
  5% {
    bottom: 44%; }
  10% {
    bottom: 46.5%; }
  15% {
    bottom: 44%; }
  20% {
    bottom: 46.5%; }
  25% {
    bottom: 46.5%; }
  40% {
    bottom: 42%; }
  50% {
    bottom: 46.5%; }
  55% {
    bottom: 46.5%; }
  65% {
    bottom: 43%; }
  70% {
    bottom: 46.5%; }
  75% {
    bottom: 45%; }
  80% {
    bottom: 44%; }
  85% {
    bottom: 45%; }
  90% {
    bottom: 45%; }
  95% {
    bottom: 43%; }
  100% {
    bottom: 46.5%; } }

@keyframes annika-mouth {
  0% {
    bottom: 46.5%; }
  5% {
    bottom: 44%; }
  10% {
    bottom: 46.5%; }
  15% {
    bottom: 44%; }
  20% {
    bottom: 46.5%; }
  25% {
    bottom: 46.5%; }
  40% {
    bottom: 42%; }
  50% {
    bottom: 46.5%; }
  55% {
    bottom: 46.5%; }
  65% {
    bottom: 43%; }
  70% {
    bottom: 46.5%; }
  75% {
    bottom: 45%; }
  80% {
    bottom: 44%; }
  85% {
    bottom: 45%; }
  90% {
    bottom: 45%; }
  95% {
    bottom: 43%; }
  100% {
    bottom: 46.5%; } }

.catharina-wrapper {
  top: 65%;
  left: 33%;
  position: absolute;
  width: 11%; }

.catharina {
  padding-bottom: 170%; }
  .catharina img {
    position: absolute;
    top: 0;
    left: 0; }
  .catharina .body {
    top: 20%;
    width: 100%; }
  .catharina .head {
    -webkit-animation-name: catharina-head;
    -moz-animation-name: catharina-head;
    -o-animation-name: catharina-head;
    animation-name: catharina-head;
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    -o-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 34%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 13.5%;
    top: 9.5%;
    width: 40%;
    -webkit-transform-origin: 60% 75%;
    -moz-transform-origin: 60% 75%;
    -ms-transform-origin: 60% 75%;
    -o-transform-origin: 60% 75%;
    transform-origin: 60% 75%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
    .catharina .head img {
      width: 100%; }
    .catharina .head .mouth {
      -webkit-animation-name: catharina-mouth;
      -moz-animation-name: catharina-mouth;
      -o-animation-name: catharina-mouth;
      animation-name: catharina-mouth;
      -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      -o-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      bottom: 21.75%;
      left: 33%;
      top: auto;
      width: 34.5%; }

@-webkit-keyframes catharina-head {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@-moz-keyframes catharina-head {
  0% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@-o-keyframes catharina-head {
  0% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -o-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@keyframes catharina-head {
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@-webkit-keyframes catharina-mouth {
  0% {
    bottom: 21.75%; }
  5% {
    bottom: 18%; }
  10% {
    bottom: 21.75%; }
  15% {
    bottom: 18%; }
  20% {
    bottom: 21.75%; }
  25% {
    bottom: 21.75%; }
  40% {
    bottom: 19%; }
  50% {
    bottom: 21.75%; }
  55% {
    bottom: 21.75%; }
  65% {
    bottom: 20%; }
  70% {
    bottom: 21.75%; }
  75% {
    bottom: 21%; }
  80% {
    bottom: 20%; }
  85% {
    bottom: 15%; }
  90% {
    bottom: 18%; }
  95% {
    bottom: 20%; }
  100% {
    bottom: 21.75%; } }

@-moz-keyframes catharina-mouth {
  0% {
    bottom: 21.75%; }
  5% {
    bottom: 18%; }
  10% {
    bottom: 21.75%; }
  15% {
    bottom: 18%; }
  20% {
    bottom: 21.75%; }
  25% {
    bottom: 21.75%; }
  40% {
    bottom: 19%; }
  50% {
    bottom: 21.75%; }
  55% {
    bottom: 21.75%; }
  65% {
    bottom: 20%; }
  70% {
    bottom: 21.75%; }
  75% {
    bottom: 21%; }
  80% {
    bottom: 20%; }
  85% {
    bottom: 15%; }
  90% {
    bottom: 18%; }
  95% {
    bottom: 20%; }
  100% {
    bottom: 21.75%; } }

@-o-keyframes catharina-mouth {
  0% {
    bottom: 21.75%; }
  5% {
    bottom: 18%; }
  10% {
    bottom: 21.75%; }
  15% {
    bottom: 18%; }
  20% {
    bottom: 21.75%; }
  25% {
    bottom: 21.75%; }
  40% {
    bottom: 19%; }
  50% {
    bottom: 21.75%; }
  55% {
    bottom: 21.75%; }
  65% {
    bottom: 20%; }
  70% {
    bottom: 21.75%; }
  75% {
    bottom: 21%; }
  80% {
    bottom: 20%; }
  85% {
    bottom: 15%; }
  90% {
    bottom: 18%; }
  95% {
    bottom: 20%; }
  100% {
    bottom: 21.75%; } }

@keyframes catharina-mouth {
  0% {
    bottom: 21.75%; }
  5% {
    bottom: 18%; }
  10% {
    bottom: 21.75%; }
  15% {
    bottom: 18%; }
  20% {
    bottom: 21.75%; }
  25% {
    bottom: 21.75%; }
  40% {
    bottom: 19%; }
  50% {
    bottom: 21.75%; }
  55% {
    bottom: 21.75%; }
  65% {
    bottom: 20%; }
  70% {
    bottom: 21.75%; }
  75% {
    bottom: 21%; }
  80% {
    bottom: 20%; }
  85% {
    bottom: 15%; }
  90% {
    bottom: 18%; }
  95% {
    bottom: 20%; }
  100% {
    bottom: 21.75%; } }

.elin-wrapper {
  top: 65%;
  left: 25%;
  position: absolute;
  width: 8.5%; }

.elin {
  padding-bottom: 170%; }
  .elin img {
    position: absolute;
    top: 0;
    left: 0; }
  .elin .body {
    top: 20%;
    width: 100%; }
  .elin .head {
    -webkit-animation-name: elin-head;
    -moz-animation-name: elin-head;
    -o-animation-name: elin-head;
    animation-name: elin-head;
    -webkit-animation-duration: .43s;
    -moz-animation-duration: .43s;
    -o-animation-duration: .43s;
    animation-duration: .43s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 40%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 16.5%;
    top: 0%;
    width: 58%;
    -webkit-transform-origin: 45% 70%;
    -moz-transform-origin: 45% 70%;
    -ms-transform-origin: 45% 70%;
    -o-transform-origin: 45% 70%;
    transform-origin: 45% 70%;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
    .elin .head img {
      width: 100%; }
    .elin .head .mouth {
      -webkit-animation-name: elin-mouth;
      -moz-animation-name: elin-mouth;
      -o-animation-name: elin-mouth;
      animation-name: elin-mouth;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      bottom: 29.75%;
      left: 37%;
      top: auto;
      width: 25.5%; }

@-webkit-keyframes elin-head {
  0% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

@-moz-keyframes elin-head {
  0% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); } }

@-o-keyframes elin-head {
  0% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg); } }

@keyframes elin-head {
  0% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); } }

@-webkit-keyframes elin-mouth {
  0% {
    bottom: 29.75%; }
  5% {
    bottom: 22%; }
  10% {
    bottom: 29.75%; }
  15% {
    bottom: 22%; }
  20% {
    bottom: 29.75%; }
  25% {
    bottom: 29.75%; }
  40% {
    bottom: 21%; }
  50% {
    bottom: 29.75%; }
  55% {
    bottom: 29.75%; }
  65% {
    bottom: 23%; }
  70% {
    bottom: 29.75%; }
  75% {
    bottom: 25%; }
  80% {
    bottom: 23%; }
  85% {
    bottom: 25%; }
  90% {
    bottom: 25%; }
  95% {
    bottom: 23%; }
  100% {
    bottom: 29.75%; } }

@-moz-keyframes elin-mouth {
  0% {
    bottom: 29.75%; }
  5% {
    bottom: 22%; }
  10% {
    bottom: 29.75%; }
  15% {
    bottom: 22%; }
  20% {
    bottom: 29.75%; }
  25% {
    bottom: 29.75%; }
  40% {
    bottom: 21%; }
  50% {
    bottom: 29.75%; }
  55% {
    bottom: 29.75%; }
  65% {
    bottom: 23%; }
  70% {
    bottom: 29.75%; }
  75% {
    bottom: 25%; }
  80% {
    bottom: 23%; }
  85% {
    bottom: 25%; }
  90% {
    bottom: 25%; }
  95% {
    bottom: 23%; }
  100% {
    bottom: 29.75%; } }

@-o-keyframes elin-mouth {
  0% {
    bottom: 29.75%; }
  5% {
    bottom: 22%; }
  10% {
    bottom: 29.75%; }
  15% {
    bottom: 22%; }
  20% {
    bottom: 29.75%; }
  25% {
    bottom: 29.75%; }
  40% {
    bottom: 21%; }
  50% {
    bottom: 29.75%; }
  55% {
    bottom: 29.75%; }
  65% {
    bottom: 23%; }
  70% {
    bottom: 29.75%; }
  75% {
    bottom: 25%; }
  80% {
    bottom: 23%; }
  85% {
    bottom: 25%; }
  90% {
    bottom: 25%; }
  95% {
    bottom: 23%; }
  100% {
    bottom: 29.75%; } }

@keyframes elin-mouth {
  0% {
    bottom: 29.75%; }
  5% {
    bottom: 22%; }
  10% {
    bottom: 29.75%; }
  15% {
    bottom: 22%; }
  20% {
    bottom: 29.75%; }
  25% {
    bottom: 29.75%; }
  40% {
    bottom: 21%; }
  50% {
    bottom: 29.75%; }
  55% {
    bottom: 29.75%; }
  65% {
    bottom: 23%; }
  70% {
    bottom: 29.75%; }
  75% {
    bottom: 25%; }
  80% {
    bottom: 23%; }
  85% {
    bottom: 25%; }
  90% {
    bottom: 25%; }
  95% {
    bottom: 23%; }
  100% {
    bottom: 29.75%; } }

.erik-wrapper {
  top: 54%;
  left: 63%;
  position: absolute;
  width: 9%; }

.erik {
  padding-bottom: 170%; }
  .erik img {
    position: absolute;
    top: 0;
    left: 0; }
  .erik .body {
    top: 20%;
    width: 100%; }
  .erik .head {
    -webkit-animation-name: erik-head;
    -moz-animation-name: erik-head;
    -o-animation-name: erik-head;
    animation-name: erik-head;
    -webkit-animation-duration: .35s;
    -moz-animation-duration: .35s;
    -o-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 31.5%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 31.5%;
    top: 0;
    width: 41%;
    -webkit-transform-origin: 60% 75%;
    -moz-transform-origin: 60% 75%;
    -ms-transform-origin: 60% 75%;
    -o-transform-origin: 60% 75%;
    transform-origin: 60% 75%;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
    .erik .head img {
      width: 100%; }
    .erik .head .mouth {
      -webkit-animation-name: erik-mouth;
      -moz-animation-name: erik-mouth;
      -o-animation-name: erik-mouth;
      animation-name: erik-mouth;
      -webkit-animation-duration: 3s;
      -moz-animation-duration: 3s;
      -o-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      bottom: 7%;
      left: 33.5%;
      top: auto;
      width: 28%; }

@-webkit-keyframes erik-head {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@-moz-keyframes erik-head {
  0% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@-o-keyframes erik-head {
  0% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@keyframes erik-head {
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@-webkit-keyframes erik-mouth {
  0% {
    bottom: 7%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 7%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 7%; }
  25% {
    bottom: 7%; }
  40% {
    bottom: 6%; }
  50% {
    bottom: 7%; }
  55% {
    bottom: 7%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 7%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 7%; } }

@-moz-keyframes erik-mouth {
  0% {
    bottom: 7%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 7%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 7%; }
  25% {
    bottom: 7%; }
  40% {
    bottom: 6%; }
  50% {
    bottom: 7%; }
  55% {
    bottom: 7%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 7%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 7%; } }

@-o-keyframes erik-mouth {
  0% {
    bottom: 7%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 7%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 7%; }
  25% {
    bottom: 7%; }
  40% {
    bottom: 6%; }
  50% {
    bottom: 7%; }
  55% {
    bottom: 7%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 7%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 7%; } }

@keyframes erik-mouth {
  0% {
    bottom: 7%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 7%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 7%; }
  25% {
    bottom: 7%; }
  40% {
    bottom: 6%; }
  50% {
    bottom: 7%; }
  55% {
    bottom: 7%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 7%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 7%; } }

.jesper-wrapper {
  top: 52%;
  left: 47%;
  position: absolute;
  width: 10%; }

.jesper {
  padding-bottom: 170%; }
  .jesper img {
    position: absolute;
    top: 0;
    left: 0; }
  .jesper .body {
    top: 20%;
    width: 100%; }
  .jesper .head {
    -webkit-animation-name: jesper-head;
    -moz-animation-name: jesper-head;
    -o-animation-name: jesper-head;
    animation-name: jesper-head;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 33%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 34.5%;
    top: 0;
    width: 33%;
    -webkit-transform-origin: 60% 75%;
    -moz-transform-origin: 60% 75%;
    -ms-transform-origin: 60% 75%;
    -o-transform-origin: 60% 75%;
    transform-origin: 60% 75%;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
    .jesper .head img {
      width: 100%; }
    .jesper .head .mouth {
      -webkit-animation-name: jesper-mouth;
      -moz-animation-name: jesper-mouth;
      -o-animation-name: jesper-mouth;
      animation-name: jesper-mouth;
      -webkit-animation-duration: 3s;
      -moz-animation-duration: 3s;
      -o-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      bottom: 5.75%;
      left: 31%;
      top: auto;
      width: 44.5%; }

@-webkit-keyframes jesper-head {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-moz-keyframes jesper-head {
  0% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-o-keyframes jesper-head {
  0% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes jesper-head {
  0% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes jesper-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

@-moz-keyframes jesper-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

@-o-keyframes jesper-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

@keyframes jesper-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

.malin-wrapper {
  top: 60%;
  left: 19%;
  position: absolute;
  width: 9%; }

.malin {
  padding-bottom: 190%; }
  .malin img {
    position: absolute;
    top: 0;
    left: 0; }
  .malin .body {
    top: 20%;
    width: 100%; }
  .malin .head {
    -webkit-animation-name: malin-head;
    -moz-animation-name: malin-head;
    -o-animation-name: malin-head;
    animation-name: malin-head;
    -webkit-animation-duration: .43s;
    -moz-animation-duration: .43s;
    -o-animation-duration: .43s;
    animation-duration: .43s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 30%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 29.5%;
    top: 0%;
    width: 42%;
    -webkit-transform-origin: 60% 75%;
    -moz-transform-origin: 60% 75%;
    -ms-transform-origin: 60% 75%;
    -o-transform-origin: 60% 75%;
    transform-origin: 60% 75%;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
    .malin .head img {
      width: 100%; }
    .malin .head .mouth {
      -webkit-animation-name: malin-mouth;
      -moz-animation-name: malin-mouth;
      -o-animation-name: malin-mouth;
      animation-name: malin-mouth;
      -webkit-animation-duration: 3s;
      -moz-animation-duration: 3s;
      -o-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      bottom: 5.75%;
      left: 35%;
      top: auto;
      width: 44.5%; }

@-webkit-keyframes malin-head {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@-moz-keyframes malin-head {
  0% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@-o-keyframes malin-head {
  0% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@keyframes malin-head {
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@-webkit-keyframes malin-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

@-moz-keyframes malin-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

@-o-keyframes malin-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

@keyframes malin-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

.malinf-wrapper {
  top: 62%;
  left: 52%;
  position: absolute;
  width: 9%; }

.malinf {
  padding-bottom: 170%; }
  .malinf img {
    position: absolute;
    top: 0;
    left: 0; }
  .malinf .body {
    top: 20%;
    width: 100%; }
  .malinf .head {
    -webkit-animation-name: malinf-head;
    -moz-animation-name: malinf-head;
    -o-animation-name: malinf-head;
    animation-name: malinf-head;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 38%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 14.5%;
    top: 0;
    width: 51%;
    -webkit-transform-origin: 60% 75%;
    -moz-transform-origin: 60% 75%;
    -ms-transform-origin: 60% 75%;
    -o-transform-origin: 60% 75%;
    transform-origin: 60% 75%;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
    .malinf .head img {
      width: 100%; }
    .malinf .head .mouth {
      -webkit-animation-name: malinf-mouth;
      -moz-animation-name: malinf-mouth;
      -o-animation-name: malinf-mouth;
      animation-name: malinf-mouth;
      -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      -o-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      bottom: 20%;
      left: 35.5%;
      top: auto;
      width: 31.5%; }

@-webkit-keyframes malinf-head {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@-moz-keyframes malinf-head {
  0% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@-o-keyframes malinf-head {
  0% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@keyframes malinf-head {
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@-webkit-keyframes malinf-mouth {
  0% {
    bottom: 19%; }
  5% {
    bottom: 18%; }
  10% {
    bottom: 19%; }
  15% {
    bottom: 12%; }
  20% {
    bottom: 19%; }
  25% {
    bottom: 19%; }
  40% {
    bottom: 17%; }
  50% {
    bottom: 19%; }
  55% {
    bottom: 19%; }
  65% {
    bottom: 17%; }
  70% {
    bottom: 19%; }
  75% {
    bottom: 15%; }
  80% {
    bottom: 14%; }
  85% {
    bottom: 15%; }
  90% {
    bottom: 15%; }
  95% {
    bottom: 14%; }
  100% {
    bottom: 19%; } }

@-moz-keyframes malinf-mouth {
  0% {
    bottom: 19%; }
  5% {
    bottom: 18%; }
  10% {
    bottom: 19%; }
  15% {
    bottom: 12%; }
  20% {
    bottom: 19%; }
  25% {
    bottom: 19%; }
  40% {
    bottom: 17%; }
  50% {
    bottom: 19%; }
  55% {
    bottom: 19%; }
  65% {
    bottom: 17%; }
  70% {
    bottom: 19%; }
  75% {
    bottom: 15%; }
  80% {
    bottom: 14%; }
  85% {
    bottom: 15%; }
  90% {
    bottom: 15%; }
  95% {
    bottom: 14%; }
  100% {
    bottom: 19%; } }

@-o-keyframes malinf-mouth {
  0% {
    bottom: 19%; }
  5% {
    bottom: 18%; }
  10% {
    bottom: 19%; }
  15% {
    bottom: 12%; }
  20% {
    bottom: 19%; }
  25% {
    bottom: 19%; }
  40% {
    bottom: 17%; }
  50% {
    bottom: 19%; }
  55% {
    bottom: 19%; }
  65% {
    bottom: 17%; }
  70% {
    bottom: 19%; }
  75% {
    bottom: 15%; }
  80% {
    bottom: 14%; }
  85% {
    bottom: 15%; }
  90% {
    bottom: 15%; }
  95% {
    bottom: 14%; }
  100% {
    bottom: 19%; } }

@keyframes malinf-mouth {
  0% {
    bottom: 19%; }
  5% {
    bottom: 18%; }
  10% {
    bottom: 19%; }
  15% {
    bottom: 12%; }
  20% {
    bottom: 19%; }
  25% {
    bottom: 19%; }
  40% {
    bottom: 17%; }
  50% {
    bottom: 19%; }
  55% {
    bottom: 19%; }
  65% {
    bottom: 17%; }
  70% {
    bottom: 19%; }
  75% {
    bottom: 15%; }
  80% {
    bottom: 14%; }
  85% {
    bottom: 15%; }
  90% {
    bottom: 15%; }
  95% {
    bottom: 14%; }
  100% {
    bottom: 19%; } }

.magnus-wrapper {
  top: 35%;
  right: 22%;
  position: absolute;
  width: 6%; }

.magnus {
  padding-bottom: 170%; }
  .magnus img {
    position: absolute;
    top: 0;
    left: 0; }
  .magnus .body {
    top: 20%;
    width: 100%; }
  .magnus .head {
    -webkit-animation-name: head;
    -moz-animation-name: head;
    -o-animation-name: head;
    animation-name: head;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-iteration-count: 3;
    -moz-animation-iteration-count: 3;
    -o-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
    height: 26%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 44.5%;
    top: 2.5%;
    width: 34%;
    -webkit-transform-origin: 60% 75%;
    -moz-transform-origin: 60% 75%;
    -ms-transform-origin: 60% 75%;
    -o-transform-origin: 60% 75%;
    transform-origin: 60% 75%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
    .magnus .head img {
      width: 100%; }

@-webkit-keyframes head {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  10% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  30% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  40% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  60% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  70% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  90% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-moz-keyframes head {
  0% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  10% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); }
  20% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  30% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); }
  40% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); }
  60% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  70% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  80% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  90% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-o-keyframes head {
  0% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  10% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  20% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  30% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  40% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  60% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  70% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  80% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  90% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes head {
  0% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  10% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  20% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  30% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  40% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  60% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  70% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  90% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

.marcus-wrapper {
  top: 54%;
  left: 56.5%;
  position: absolute;
  width: 10%; }

.marcus {
  padding-bottom: 170%; }
  .marcus img {
    position: absolute;
    top: 0;
    left: 0; }
  .marcus .body {
    top: 20%;
    width: 100%; }
  .marcus .head {
    -webkit-animation-name: marcus-head;
    -moz-animation-name: marcus-head;
    -o-animation-name: marcus-head;
    animation-name: marcus-head;
    -webkit-animation-duration: .43s;
    -moz-animation-duration: .43s;
    -o-animation-duration: .43s;
    animation-duration: .43s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 32%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 30%;
    top: 0;
    width: 45%;
    -webkit-transform-origin: 60% 75%;
    -moz-transform-origin: 60% 75%;
    -ms-transform-origin: 60% 75%;
    -o-transform-origin: 60% 75%;
    transform-origin: 60% 75%;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
    .marcus .head img {
      width: 100%; }
    .marcus .head .mouth {
      -webkit-animation-name: marcus-mouth;
      -moz-animation-name: marcus-mouth;
      -o-animation-name: marcus-mouth;
      animation-name: marcus-mouth;
      -webkit-animation-duration: 3s;
      -moz-animation-duration: 3s;
      -o-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      bottom: 5.75%;
      left: 25%;
      top: auto;
      width: 22.5%; }

@-webkit-keyframes marcus-head {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-moz-keyframes marcus-head {
  0% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-o-keyframes marcus-head {
  0% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes marcus-head {
  0% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes marcus-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

@-moz-keyframes marcus-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

@-o-keyframes marcus-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

@keyframes marcus-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

.michael-wrapper {
  top: 60%;
  left: 74%;
  position: absolute;
  width: 11%; }

.michael {
  padding-bottom: 170%; }
  .michael img {
    position: absolute;
    top: 0;
    left: 0; }
  .michael .body {
    top: 20%;
    width: 100%; }
  .michael .head {
    -webkit-animation-name: michael-head;
    -moz-animation-name: michael-head;
    -o-animation-name: michael-head;
    animation-name: michael-head;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 34%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 19.5%;
    top: 0;
    width: 35%;
    -webkit-transform-origin: 60% 75%;
    -moz-transform-origin: 60% 75%;
    -ms-transform-origin: 60% 75%;
    -o-transform-origin: 60% 75%;
    transform-origin: 60% 75%;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
    .michael .head img {
      width: 100%; }
    .michael .head .mouth {
      -webkit-animation-name: michael-mouth;
      -moz-animation-name: michael-mouth;
      -o-animation-name: michael-mouth;
      animation-name: michael-mouth;
      -webkit-animation-duration: 3s;
      -moz-animation-duration: 3s;
      -o-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      bottom: -0.25%;
      left: 24%;
      top: auto;
      width: 46.5%; }

@-webkit-keyframes michael-head {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-moz-keyframes michael-head {
  0% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-o-keyframes michael-head {
  0% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes michael-head {
  0% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes michael-mouth {
  0% {
    bottom: -0.25%; }
  5% {
    bottom: -2%; }
  10% {
    bottom: -0.25%; }
  15% {
    bottom: -2%; }
  20% {
    bottom: -0.25%; }
  25% {
    bottom: -0.25%; }
  40% {
    bottom: -1%; }
  50% {
    bottom: -0.25%; }
  55% {
    bottom: -0.25%; }
  65% {
    bottom: -3%; }
  70% {
    bottom: -0.25%; }
  75% {
    bottom: -5%; }
  80% {
    bottom: -3%; }
  85% {
    bottom: -8%; }
  90% {
    bottom: -8%; }
  95% {
    bottom: -3%; }
  100% {
    bottom: -0.25%; } }

@-moz-keyframes michael-mouth {
  0% {
    bottom: -0.25%; }
  5% {
    bottom: -2%; }
  10% {
    bottom: -0.25%; }
  15% {
    bottom: -2%; }
  20% {
    bottom: -0.25%; }
  25% {
    bottom: -0.25%; }
  40% {
    bottom: -1%; }
  50% {
    bottom: -0.25%; }
  55% {
    bottom: -0.25%; }
  65% {
    bottom: -3%; }
  70% {
    bottom: -0.25%; }
  75% {
    bottom: -5%; }
  80% {
    bottom: -3%; }
  85% {
    bottom: -8%; }
  90% {
    bottom: -8%; }
  95% {
    bottom: -3%; }
  100% {
    bottom: -0.25%; } }

@-o-keyframes michael-mouth {
  0% {
    bottom: -0.25%; }
  5% {
    bottom: -2%; }
  10% {
    bottom: -0.25%; }
  15% {
    bottom: -2%; }
  20% {
    bottom: -0.25%; }
  25% {
    bottom: -0.25%; }
  40% {
    bottom: -1%; }
  50% {
    bottom: -0.25%; }
  55% {
    bottom: -0.25%; }
  65% {
    bottom: -3%; }
  70% {
    bottom: -0.25%; }
  75% {
    bottom: -5%; }
  80% {
    bottom: -3%; }
  85% {
    bottom: -8%; }
  90% {
    bottom: -8%; }
  95% {
    bottom: -3%; }
  100% {
    bottom: -0.25%; } }

@keyframes michael-mouth {
  0% {
    bottom: -0.25%; }
  5% {
    bottom: -2%; }
  10% {
    bottom: -0.25%; }
  15% {
    bottom: -2%; }
  20% {
    bottom: -0.25%; }
  25% {
    bottom: -0.25%; }
  40% {
    bottom: -1%; }
  50% {
    bottom: -0.25%; }
  55% {
    bottom: -0.25%; }
  65% {
    bottom: -3%; }
  70% {
    bottom: -0.25%; }
  75% {
    bottom: -5%; }
  80% {
    bottom: -3%; }
  85% {
    bottom: -8%; }
  90% {
    bottom: -8%; }
  95% {
    bottom: -3%; }
  100% {
    bottom: -0.25%; } }

.nadja-wrapper {
  top: 58%;
  left: 69%;
  position: absolute;
  width: 10%; }

.nadja {
  padding-bottom: 170%; }
  .nadja img {
    position: absolute;
    top: 0;
    left: 0; }
  .nadja .body {
    top: 20%;
    width: 100%; }
  .nadja .head {
    -webkit-animation-name: nadja-head;
    -moz-animation-name: nadja-head;
    -o-animation-name: nadja-head;
    animation-name: nadja-head;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 43%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 39.5%;
    top: 0.5%;
    width: 48%;
    -webkit-transform-origin: 60% 75%;
    -moz-transform-origin: 60% 75%;
    -ms-transform-origin: 60% 75%;
    -o-transform-origin: 60% 75%;
    transform-origin: 60% 75%;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); }
    .nadja .head img {
      width: 100%; }
    .nadja .head .mouth {
      -webkit-animation-name: nadja-mouth;
      -moz-animation-name: nadja-mouth;
      -o-animation-name: nadja-mouth;
      animation-name: nadja-mouth;
      -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      -o-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      bottom: 34.5%;
      left: 33.5%;
      top: auto;
      width: 26%; }

@-webkit-keyframes nadja-head {
  0% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  100% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); } }

@-moz-keyframes nadja-head {
  0% {
    -moz-transform: rotate(4deg);
    transform: rotate(4deg); }
  50% {
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  100% {
    -moz-transform: rotate(4deg);
    transform: rotate(4deg); } }

@-o-keyframes nadja-head {
  0% {
    -o-transform: rotate(4deg);
    transform: rotate(4deg); }
  50% {
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  100% {
    -o-transform: rotate(4deg);
    transform: rotate(4deg); } }

@keyframes nadja-head {
  0% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); }
  50% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  100% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); } }

@-webkit-keyframes nadja-mouth {
  0% {
    bottom: 34.5%; }
  5% {
    bottom: 32%; }
  10% {
    bottom: 34.5%; }
  15% {
    bottom: 32%; }
  20% {
    bottom: 34.5%; }
  25% {
    bottom: 34.5%; }
  40% {
    bottom: 31%; }
  50% {
    bottom: 34.5%; }
  55% {
    bottom: 34.5%; }
  65% {
    bottom: 33%; }
  70% {
    bottom: 34.5%; }
  75% {
    bottom: 32%; }
  80% {
    bottom: 34%; }
  85% {
    bottom: 32%; }
  90% {
    bottom: 32%; }
  95% {
    bottom: 33%; }
  100% {
    bottom: 34.5%; } }

@-moz-keyframes nadja-mouth {
  0% {
    bottom: 34.5%; }
  5% {
    bottom: 32%; }
  10% {
    bottom: 34.5%; }
  15% {
    bottom: 32%; }
  20% {
    bottom: 34.5%; }
  25% {
    bottom: 34.5%; }
  40% {
    bottom: 31%; }
  50% {
    bottom: 34.5%; }
  55% {
    bottom: 34.5%; }
  65% {
    bottom: 33%; }
  70% {
    bottom: 34.5%; }
  75% {
    bottom: 32%; }
  80% {
    bottom: 34%; }
  85% {
    bottom: 32%; }
  90% {
    bottom: 32%; }
  95% {
    bottom: 33%; }
  100% {
    bottom: 34.5%; } }

@-o-keyframes nadja-mouth {
  0% {
    bottom: 34.5%; }
  5% {
    bottom: 32%; }
  10% {
    bottom: 34.5%; }
  15% {
    bottom: 32%; }
  20% {
    bottom: 34.5%; }
  25% {
    bottom: 34.5%; }
  40% {
    bottom: 31%; }
  50% {
    bottom: 34.5%; }
  55% {
    bottom: 34.5%; }
  65% {
    bottom: 33%; }
  70% {
    bottom: 34.5%; }
  75% {
    bottom: 32%; }
  80% {
    bottom: 34%; }
  85% {
    bottom: 32%; }
  90% {
    bottom: 32%; }
  95% {
    bottom: 33%; }
  100% {
    bottom: 34.5%; } }

@keyframes nadja-mouth {
  0% {
    bottom: 34.5%; }
  5% {
    bottom: 32%; }
  10% {
    bottom: 34.5%; }
  15% {
    bottom: 32%; }
  20% {
    bottom: 34.5%; }
  25% {
    bottom: 34.5%; }
  40% {
    bottom: 31%; }
  50% {
    bottom: 34.5%; }
  55% {
    bottom: 34.5%; }
  65% {
    bottom: 33%; }
  70% {
    bottom: 34.5%; }
  75% {
    bottom: 32%; }
  80% {
    bottom: 34%; }
  85% {
    bottom: 32%; }
  90% {
    bottom: 32%; }
  95% {
    bottom: 33%; }
  100% {
    bottom: 34.5%; } }

.patrik-wrapper {
  top: 58%;
  left: 11.5%;
  position: absolute;
  width: 11%; }

.patrik {
  padding-bottom: 170%; }
  .patrik img {
    position: absolute;
    top: 0;
    left: 0; }
  .patrik .body {
    top: 20%;
    width: 100%; }
  .patrik .head {
    -webkit-animation-name: patrik-head;
    -moz-animation-name: patrik-head;
    -o-animation-name: patrik-head;
    animation-name: patrik-head;
    -webkit-animation-duration: .73s;
    -moz-animation-duration: .73s;
    -o-animation-duration: .73s;
    animation-duration: .73s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 31.5%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 19.5%;
    top: 12.5%;
    width: 37%;
    -webkit-transform-origin: 60% 75%;
    -moz-transform-origin: 60% 75%;
    -ms-transform-origin: 60% 75%;
    -o-transform-origin: 60% 75%;
    transform-origin: 60% 75%;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
    .patrik .head img {
      width: 100%; }
    .patrik .head .mouth {
      -webkit-animation-name: patrik-mouth;
      -moz-animation-name: patrik-mouth;
      -o-animation-name: patrik-mouth;
      animation-name: patrik-mouth;
      -webkit-animation-duration: 2.5s;
      -moz-animation-duration: 2.5s;
      -o-animation-duration: 2.5s;
      animation-duration: 2.5s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      bottom: 5.75%;
      left: 30.5%;
      top: auto;
      width: 43.5%; }

@-webkit-keyframes patrik-head {
  0% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

@-moz-keyframes patrik-head {
  0% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); } }

@-o-keyframes patrik-head {
  0% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg); } }

@keyframes patrik-head {
  0% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); } }

@-webkit-keyframes patrik-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

@-moz-keyframes patrik-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

@-o-keyframes patrik-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

@keyframes patrik-mouth {
  0% {
    bottom: 5.75%; }
  5% {
    bottom: 2%; }
  10% {
    bottom: 5.75%; }
  15% {
    bottom: 2%; }
  20% {
    bottom: 5.75%; }
  25% {
    bottom: 5.75%; }
  40% {
    bottom: 1%; }
  50% {
    bottom: 5.75%; }
  55% {
    bottom: 5.75%; }
  65% {
    bottom: 3%; }
  70% {
    bottom: 5.75%; }
  75% {
    bottom: 5%; }
  80% {
    bottom: 3%; }
  85% {
    bottom: 5%; }
  90% {
    bottom: 5%; }
  95% {
    bottom: 3%; }
  100% {
    bottom: 5.75%; } }

.sonja-wrapper {
  top: 56%;
  left: 30%;
  position: absolute;
  width: 9%; }

.sonja {
  padding-bottom: 170%; }
  .sonja img {
    position: absolute;
    top: 0;
    left: 0; }
  .sonja .body {
    top: 20%;
    width: 100%; }
  .sonja .head {
    -webkit-animation-name: sonja-head;
    -moz-animation-name: sonja-head;
    -o-animation-name: sonja-head;
    animation-name: sonja-head;
    -webkit-animation-duration: .43s;
    -moz-animation-duration: .43s;
    -o-animation-duration: .43s;
    animation-duration: .43s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 42%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 37.5%;
    top: 4.5%;
    width: 45%;
    -webkit-transform-origin: 60% 65%;
    -moz-transform-origin: 60% 65%;
    -ms-transform-origin: 60% 65%;
    -o-transform-origin: 60% 65%;
    transform-origin: 60% 65%;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }
    .sonja .head img {
      width: 100%; }
    .sonja .head .mouth {
      -webkit-animation-name: sonja-mouth;
      -moz-animation-name: sonja-mouth;
      -o-animation-name: sonja-mouth;
      animation-name: sonja-mouth;
      -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      -o-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      bottom: 39.75%;
      left: 34%;
      top: auto;
      width: 27.5%; }

@-webkit-keyframes sonja-head {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); } }

@-moz-keyframes sonja-head {
  0% {
    -moz-transform: rotate(3deg);
    transform: rotate(3deg); }
  50% {
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  100% {
    -moz-transform: rotate(3deg);
    transform: rotate(3deg); } }

@-o-keyframes sonja-head {
  0% {
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }
  50% {
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  100% {
    -o-transform: rotate(3deg);
    transform: rotate(3deg); } }

@keyframes sonja-head {
  0% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); } }

@-webkit-keyframes sonja-mouth {
  0% {
    bottom: 39.75%; }
  5% {
    bottom: 35%; }
  10% {
    bottom: 39.75%; }
  15% {
    bottom: 35%; }
  20% {
    bottom: 39.75%; }
  25% {
    bottom: 39.75%; }
  40% {
    bottom: 36%; }
  50% {
    bottom: 39.75%; }
  55% {
    bottom: 39.75%; }
  65% {
    bottom: 35%; }
  70% {
    bottom: 39.75%; }
  75% {
    bottom: 37%; }
  80% {
    bottom: 33%; }
  85% {
    bottom: 35%; }
  90% {
    bottom: 35%; }
  95% {
    bottom: 33%; }
  100% {
    bottom: 39.75%; } }

@-moz-keyframes sonja-mouth {
  0% {
    bottom: 39.75%; }
  5% {
    bottom: 35%; }
  10% {
    bottom: 39.75%; }
  15% {
    bottom: 35%; }
  20% {
    bottom: 39.75%; }
  25% {
    bottom: 39.75%; }
  40% {
    bottom: 36%; }
  50% {
    bottom: 39.75%; }
  55% {
    bottom: 39.75%; }
  65% {
    bottom: 35%; }
  70% {
    bottom: 39.75%; }
  75% {
    bottom: 37%; }
  80% {
    bottom: 33%; }
  85% {
    bottom: 35%; }
  90% {
    bottom: 35%; }
  95% {
    bottom: 33%; }
  100% {
    bottom: 39.75%; } }

@-o-keyframes sonja-mouth {
  0% {
    bottom: 39.75%; }
  5% {
    bottom: 35%; }
  10% {
    bottom: 39.75%; }
  15% {
    bottom: 35%; }
  20% {
    bottom: 39.75%; }
  25% {
    bottom: 39.75%; }
  40% {
    bottom: 36%; }
  50% {
    bottom: 39.75%; }
  55% {
    bottom: 39.75%; }
  65% {
    bottom: 35%; }
  70% {
    bottom: 39.75%; }
  75% {
    bottom: 37%; }
  80% {
    bottom: 33%; }
  85% {
    bottom: 35%; }
  90% {
    bottom: 35%; }
  95% {
    bottom: 33%; }
  100% {
    bottom: 39.75%; } }

@keyframes sonja-mouth {
  0% {
    bottom: 39.75%; }
  5% {
    bottom: 35%; }
  10% {
    bottom: 39.75%; }
  15% {
    bottom: 35%; }
  20% {
    bottom: 39.75%; }
  25% {
    bottom: 39.75%; }
  40% {
    bottom: 36%; }
  50% {
    bottom: 39.75%; }
  55% {
    bottom: 39.75%; }
  65% {
    bottom: 35%; }
  70% {
    bottom: 39.75%; }
  75% {
    bottom: 37%; }
  80% {
    bottom: 33%; }
  85% {
    bottom: 35%; }
  90% {
    bottom: 35%; }
  95% {
    bottom: 33%; }
  100% {
    bottom: 39.75%; } }

.stina-wrapper {
  top: 53%;
  left: 38%;
  position: absolute;
  width: 8%; }

.stina {
  padding-bottom: 170%; }
  .stina img {
    position: absolute;
    top: 0;
    left: 0; }
  .stina .body {
    top: 20%;
    width: 100%; }
  .stina .head {
    -webkit-animation-name: stina-head;
    -moz-animation-name: stina-head;
    -o-animation-name: stina-head;
    animation-name: stina-head;
    -webkit-animation-duration: .65s;
    -moz-animation-duration: .65s;
    -o-animation-duration: .65s;
    animation-duration: .65s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 50%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 7.5%;
    top: 7.5%;
    width: 64%;
    -webkit-transform-origin: 40% 60%;
    -moz-transform-origin: 40% 60%;
    -ms-transform-origin: 40% 60%;
    -o-transform-origin: 40% 60%;
    transform-origin: 40% 60%;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
    .stina .head img {
      width: 100%; }
    .stina .head .mouth {
      -webkit-animation-name: stina-mouth;
      -moz-animation-name: stina-mouth;
      -o-animation-name: stina-mouth;
      animation-name: stina-mouth;
      -webkit-animation-duration: 3s;
      -moz-animation-duration: 3s;
      -o-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      bottom: 48%;
      left: 21%;
      top: auto;
      width: 20%; }

@-webkit-keyframes stina-head {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); } }

@-moz-keyframes stina-head {
  0% {
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  50% {
    -moz-transform: rotate(3deg);
    transform: rotate(3deg); }
  100% {
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg); } }

@-o-keyframes stina-head {
  0% {
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  50% {
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }
  100% {
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); } }

@keyframes stina-head {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  50% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); } }

@-webkit-keyframes stina-mouth {
  0% {
    bottom: 48%; }
  5% {
    bottom: 42%; }
  10% {
    bottom: 48%; }
  15% {
    bottom: 42%; }
  20% {
    bottom: 48%; }
  25% {
    bottom: 48%; }
  40% {
    bottom: 41%; }
  50% {
    bottom: 48%; }
  55% {
    bottom: 48%; }
  65% {
    bottom: 43%; }
  70% {
    bottom: 48%; }
  75% {
    bottom: 45%; }
  80% {
    bottom: 43%; }
  85% {
    bottom: 46%; }
  90% {
    bottom: 45%; }
  95% {
    bottom: 43%; }
  100% {
    bottom: 48%; } }

@-moz-keyframes stina-mouth {
  0% {
    bottom: 48%; }
  5% {
    bottom: 42%; }
  10% {
    bottom: 48%; }
  15% {
    bottom: 42%; }
  20% {
    bottom: 48%; }
  25% {
    bottom: 48%; }
  40% {
    bottom: 41%; }
  50% {
    bottom: 48%; }
  55% {
    bottom: 48%; }
  65% {
    bottom: 43%; }
  70% {
    bottom: 48%; }
  75% {
    bottom: 45%; }
  80% {
    bottom: 43%; }
  85% {
    bottom: 46%; }
  90% {
    bottom: 45%; }
  95% {
    bottom: 43%; }
  100% {
    bottom: 48%; } }

@-o-keyframes stina-mouth {
  0% {
    bottom: 48%; }
  5% {
    bottom: 42%; }
  10% {
    bottom: 48%; }
  15% {
    bottom: 42%; }
  20% {
    bottom: 48%; }
  25% {
    bottom: 48%; }
  40% {
    bottom: 41%; }
  50% {
    bottom: 48%; }
  55% {
    bottom: 48%; }
  65% {
    bottom: 43%; }
  70% {
    bottom: 48%; }
  75% {
    bottom: 45%; }
  80% {
    bottom: 43%; }
  85% {
    bottom: 46%; }
  90% {
    bottom: 45%; }
  95% {
    bottom: 43%; }
  100% {
    bottom: 48%; } }

@keyframes stina-mouth {
  0% {
    bottom: 48%; }
  5% {
    bottom: 42%; }
  10% {
    bottom: 48%; }
  15% {
    bottom: 42%; }
  20% {
    bottom: 48%; }
  25% {
    bottom: 48%; }
  40% {
    bottom: 41%; }
  50% {
    bottom: 48%; }
  55% {
    bottom: 48%; }
  65% {
    bottom: 43%; }
  70% {
    bottom: 48%; }
  75% {
    bottom: 45%; }
  80% {
    bottom: 43%; }
  85% {
    bottom: 46%; }
  90% {
    bottom: 45%; }
  95% {
    bottom: 43%; }
  100% {
    bottom: 48%; } }

/* ==========================================================================
   MIXINS
   ========================================================================== */
/* ==========================================================================
   VARIABLES
   ========================================================================== */
html, body {
  height: 100%;
  background: #fff;
  font-family: "Gotham", Arial, sans-serif; }

a {
  color: #d32048; }

a:hover {
  color: #e02a5c; }

h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.3;
  margin: 0; }
  @media screen and (min-width: 64em) {
    h1 {
      font-size: 5rem; } }

.container {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: url(../images/frost.jpg) no-repeat center center fixed;
  background-size: cover;
  background-color: #fff;
  height: 100%; }
  .container .loader-wrapper {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 500px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transition: .75s all;
    transition: .75s all;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    z-index: 5; }
    .container .loader-wrapper.inactive {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      z-index: 2; }
  .container .loader {
    overflow: hidden;
    padding-bottom: 13.9%;
    position: relative;
    width: 100%; }
    .container .loader .progress {
      display: block;
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      -webkit-transition: 1s all linear;
      transition: 1s all linear; }
      .container .loader .progress img {
        height: 100%;
        width: auto; }

.christmas-message {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: url(../images/frost.jpg) no-repeat center center fixed;
  background-size: cover;
  background-color: #fff;
  color: #333;
  height: 100%;
  left: 0;
  margin: auto;
  position: fixed;
  opacity: 0;
  overflow-y: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  text-align: center;
  -webkit-transition: .5s all;
  transition: .5s all;
  top: 0;
  width: 100%;
  z-index: 4; }
  .christmas-message p {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    margin-top: 16px;
    margin-top: 1rem; }
    @media screen and (min-width: 64em) {
      .christmas-message p {
        font-size: 19px; } }
  .christmas-message.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .christmas-message.hidden {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  .christmas-message .content {
    margin: auto;
    max-width: 600px;
    padding: 2rem 1rem 2rem;
    width: 90%; }
    @media screen and (min-width: 35em) {
      .christmas-message .content {
        padding: 0 16px 32px;
        padding: 0 1rem 2rem;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); } }
  @media screen and (min-width: 64em) {
    .christmas-message .christmas-message .content {
      width: 70%; } }
  @media screen and (min-width: 64em) {
    .christmas-message .christmas-message .content {
      width: 50%; } }
  .christmas-message .show-card {
    background: #d32048;
    color: #fff;
    cursor: pointer;
    padding: 16px 32px 12.8px;
    padding: 1rem 2rem .8rem;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .christmas-message .show-card:focus {
      background: #930028; }
    .christmas-message .show-card:hover {
      background: #e02a5c; }

.cardwrapper {
  background: #fff;
  display: none;
  min-height: 100%;
  position: relative;
  z-index: 3; }

.wrapper {
  margin: auto;
  position: relative; }
  .wrapper img.bg {
    width: 100%; }
  .wrapper .audio-control {
    background: #E30613;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    padding: 8px;
    padding: .5rem;
    position: absolute;
    right: 16px;
    right: 1rem;
    top: 16px;
    top: 1rem; }
    .wrapper .audio-control img {
      width: 22px; }
    .wrapper .audio-control img {
      display: none; }
    .wrapper .audio-control img:last-of-type {
      display: block; }
    .wrapper .audio-control.playing img:last-of-type {
      display: none; }
    .wrapper .audio-control.playing img:first-of-type {
      display: block; }

.figure {
  overflow: hidden;
  position: relative; }

.godjul {
  position: absolute;
  left: 6%;
  top: 6%;
  z-index: 999;
  width: 22%;
  z-index: 2; }
