html, body {
  x-webkit-font-smoothing: anti-aliased;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #f6f9f8;
  height: 100%; }

html, body, h1, h2, h3, h4, p, div, li, span, a {
  color: #000000;
  font-family: "Radnika", "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-decoration: none;
  margin: 0px;
  padding: 0px; }

em {
  font-style: italic; }

a {
  cursor: pointer; }

p {
  margin-bottom: 25px; }
  p a {
    color: #2d9bce !important;
    background-image: url(../img/underline.gif);
    background-position: center bottom;
    background-repeat: repeat-x;
    padding-bottom: 3px;
    cursor: pointer; }
    p a:hover {
      background-color: #f5f7f0; }
    p a.cta {
      color: #fff !important; }
  p.intro, p.intro a {
    font-size: 19px;
    line-height: 28px; }

img {
  pointer-events: none;
  max-width: 100%; }
  img.circle {
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 25px;
    max-height: 300px;
    text-align: center;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }
  img.author {
    display: block;
    float: left;
    border-radius: 50%;
    margin-right: 25px;
    max-height: 80px;
    max-width: 80px; }

h1 {
  xmix-blend-mode: multiply;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 33.33333px; }
  h1, h1 span {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -1px;
    font-family: "Gravitas One", "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
    color: #21363a;
    text-align: center; }
  header h1 {
    position: absolute;
    left: auto;
    right: auto;
    width: 100%;
    top: 25%;
    text-shadow: 0px 0px 120px white, 0px 0px 120px white, 0px 0px 4px rgba(255, 255, 255, 0.4); }
    header h1, header h1 span {
      font-size: 70px;
      line-height: 70px;
      font-family: "Caveat", cursive; }
    header h1.white {
      text-shadow: 0px 0px 120px black, 0px 10px 120px rgba(0, 0, 0, 0.3), 0px 0px 4px rgba(0, 0, 0, 0.2); }
      header h1.white, header h1.white span {
        color: #fff !important; }

h2 {
  color: #93334e;
  font-weight: 500;
  margin-top: 75px;
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "TheHandBlack", "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif; }

h3 {
  font-weight: 500;
  font-size: 15px;
  margin-top: 33.33333px;
  margin-bottom: 10px; }

.arc {
  margin-top: 16.66667px;
  margin-bottom: 16.66667px; }
  .arc, .arc span {
    display: block;
    white-space: nowrap; }

* {
  text-rendering: optimizeLegibility;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-tap-highlight-color: transparent; }
  * input:not([type=radio]), * textarea {
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -o-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    cursor: auto;
    -webkit-appearance: none;
    border-radius: 0px; }

strong {
  font-family: "Radnika", "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.center {
  text-align: center;
  margin: 0 auto; }

.small, .small * {
  font-size: 12px;
  line-height: 20px; }

hr {
  border: 0px solid #333;
  background: none;
  height: 80px; }

input:not([type=radio]), textarea, button, a.button {
  outline: none;
  margin: 0px;
  border: 1px solid #000000;
  padding: 8px;
  background-color: transparent; }

input[type=submit], button, a.button {
  cursor: pointer;
  padding: 4px 28px 6px 28px;
  font-size: 24px;
  font-family: "Caveat", cursive;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  background: #21363a;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }
  input[type=submit]:hover, button:hover, a.button:hover {
    color: #ffe260;
    cursor: pointer;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8); }

input[type=radio] {
  display: none; }
  input[type=radio] + label {
    cursor: pointer;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
    border-radius: 50%;
    xborder: 2px solid transparent; }
    input[type=radio] + label:hover {
      xborder: 2px solid #000000;
      background: #fff; }
  input[type=radio]:checked + label {
    background: #000000;
    xborder: 2px solid #000000;
    color: #fff; }

textarea {
  padding: 6px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 16px;
  border: 1px solid #000000;
  resize: none; }
  textarea:focus {
    border: 1px solid #000000; }
  textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000000; }
  textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000; }
  textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000; }
  textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000; }

.container {
  background-color: #fff;
  background-image: url(../img/texture.gif);
  background-size: 500px auto;
  background-position: center center; }
  .container.sideillustration.illustrationset1 {
    background-image: url(../img/illustrationset1_left.png), url(../img/illustrationset1_right.png), url(../img/texture.gif);
    background-size: 150px auto, 150px auto, 500px auto;
    background-position: left center, right center, center center;
    background-repeat: repeat-y, repeat-y, repeat; }

#header {
  height: 94px;
  box-sizing: border-box;
  padding-top: 30px;
  width: 100%;
  background: #fff; }
  #header > .fullwidth {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    xpointer-events: none; }
  #header .logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px; }
    #header .logo a {
      cursor: pointer;
      background-image: url(/img/logo.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      height: 24px;
      width: 170px;
      margin-left: 50px;
      display: block;
      text-indent: -999999px;
      pointer-events: all; }
  #header .mainnav {
    display: inline-block;
    white-space: nowrap; }
  #header .bag {
    display: inline-block;
    position: absolute;
    right: 0px;
    margin-right: 50px; }
    #header .bag a, #header .bag a * {
      font-size: 13px; }
    #header .bag a .nritems {
      cursor: pointer;
      text-align: center;
      color: #fff;
      font-size: 12px;
      font-weight: 400;
      margin-left: 10px;
      display: inline-block;
      width: 24px;
      height: 24px;
      line-height: 22px;
      background-image: url(/img/bag.svg);
      background-repeat: no-repeat;
      background-position: center center; }
  #header .mainnav a {
    margin-left: 60px;
    position: relative;
    top: 6px;
    cursor: pointer;
    pointer-events: all; }
    #header .mainnav a, #header .mainnav a span {
      font-size: 13px;
      font-family: "TheHandBlack", "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif; }
    #header .mainnav a::before {
      pointer-events: none;
      opacity: 0;
      content: "-";
      text-indent: -99999px;
      overflow: hidden;
      position: absolute;
      width: 0px;
      height: 2px;
      top: 19px;
      background-color: #000000; }
    #header .mainnav a:hover::before, #header .mainnav a.active::before {
      opacity: 1;
      width: 14px; }

#mobileheader {
  position: fixed;
  z-index: 9999998;
  top: 0px;
  left: 0px;
  padding-bottom: 0px;
  height: 145px;
  overflow: hidden;
  background-image: url(../img/lamp.png);
  background-position: 20px bottom;
  background-size: 160px auto;
  background-repeat: no-repeat; }
  #mobileheader .navtoggle {
    height: 150px;
    width: 114px;
    background-image: url(../img/owl.png);
    background-position: left top;
    background-size: cover;
    cursor: pointer;
    filter: brightness(130%); }
    #mobileheader .navtoggle:hover {
      filter: brightness(130%); }
    #mobileheader .navtoggle span {
      display: block;
      height: 60px;
      width: 30px;
      background-image: url(../img/navtoggle.png);
      background-position: center bottom;
      background-size: cover;
      position: relative;
      top: -10px;
      left: 84px; }
  #mobileheader .mainnav {
    xdisplay: none;
    position: relative;
    top: 20px;
    xopacity: 0;
    width: 180px; }
    #mobileheader .mainnav a {
      margin-bottom: 12px;
      height: 0px;
      xmargin-top: -8px;
      position: relative;
      top: 0px;
      left: 10px;
      display: block;
      width: 100%;
      text-align: center; }
      #mobileheader .mainnav a span {
        margin-left: -4px;
        background-color: #21363a;
        xborder-top: 1px solid #f5f7f0;
        font-size: 22px;
        line-height: 20px;
        font-family: "TheHandBlack", "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
        xborder: 1px dotted #2d9bce;
        padding: 1px 16px 4px 16px;
        font-weight: 500;
        letter-spacing: 2px;
        color: #f5f7f0;
        border-radius: 2px;
        xopacity: .7;
        position: relative;
        top: -20px; }
      #mobileheader .mainnav a.active span, #mobileheader .mainnav a:hover span {
        xopacity: 1;
        color: #ffe260;
        background-color: #21363a;
        text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8); }
      #mobileheader .mainnav a.rotation1 {
        -ms-transform: rotate(1deg);
        /* IE 9 */
        -webkit-transform: rotate(1deg);
        /* Chrome, Safari, Opera */
        transform: rotate(1deg); }
      #mobileheader .mainnav a.rotation2 {
        -ms-transform: rotate(2deg);
        /* IE 9 */
        -webkit-transform: rotate(2deg);
        /* Chrome, Safari, Opera */
        transform: rotate(2deg); }
      #mobileheader .mainnav a.rotation3 {
        -ms-transform: rotate(-1deg);
        /* IE 9 */
        -webkit-transform: rotate(-1deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-1deg); }
  #mobileheader.shown {
    height: 100%; }
    #mobileheader.shown .mainnav {
      xopacity: 1;
      top: -50px; }
      #mobileheader.shown .mainnav a {
        top: -20px;
        opacity: 1;
        xmargin-top: 12px;
        height: 30px; }
        #mobileheader.shown .mainnav a span {
          padding: 5px 16px 10px 16px; }
    #mobileheader.shown .navtoggle {
      background-position: right top;
      x-ms-transform: rotate(-30deg);
      /* IE 9 */
      x-webkit-transform: rotate(-30deg);
      /* Chrome, Safari, Opera */
      xtransform: rotate(-30deg); }
      #mobileheader.shown .navtoggle span {
        background-position: center top; }

#experience {
  background-size: 600% 600%;
  height: 800px;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*
	background: linear-gradient(269deg, #07a8f3, #02b9c3, #0286c3);

	-webkit-animation: bgAnimation 21s ease infinite;
	-moz-animation: bgAnimation 21s ease infinite;
	-o-animation: bgAnimation 21s ease infinite;
	animation: bgAnimation 21s ease infinite;
	
	$-webkit-keyframes bgAnimation {
	    0%{background-position:0% 50%}
	    50%{background-position:100% 50%}
	    100%{background-position:0% 50%}
	}
	$-moz-keyframes bgAnimation {
	    0%{background-position:0% 50%}
	    50%{background-position:100% 50%}
	    100%{background-position:0% 50%}
	}
	$-o-keyframes bgAnimation {
	    0%{background-position:0% 50%}
	    50%{background-position:100% 50%}
	    100%{background-position:0% 50%}
	}
	$keyframes bgAnimation { 
	    0%{background-position:0% 50%}
	    50%{background-position:100% 50%}
	    100%{background-position:0% 50%}
	}
	*/ }
  #experience #canvas {
    background-image: url("../img/bg10.png");
    background-size: 1155px auto;
    background-size: auto 100%;
    background-position: top center;
    background-repeat: repeat-x;
    height: 800px;
    width: 100%;
    position: relative; }
    #experience #canvas #lotje {
      height: 204px;
      width: 384px;
      filter: brightness(60%) contrast(100%);
      position: relative;
      top: 22%;
      left: 49%;
      transform: translateY(-22%);
      transform: translateX(-49%); }
      #experience #canvas #lotje .drawing {
        position: relative;
        height: 204px;
        width: 384px;
        background-image: url("../img/lotje3.png");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
      #experience #canvas #lotje:hover {
        filter: brightness(100%) contrast(110%); }
    #experience #canvas .bat {
      position: relative;
      left: 100%;
      background-image: url("../img/bat.gif");
      background-size: contain; }
    #experience #canvas .bat1 {
      height: 35px;
      width: 35px; }
    #experience #canvas .bat2 {
      height: 30px;
      width: 30px; }
    #experience #canvas .bat3 {
      height: 25px;
      width: 25px; }
    #experience #canvas .starblink {
      position: absolute;
      height: 3px;
      width: 3px;
      border-radius: 50%;
      background: #fff;
      xbackground-image: url("../img/starblink.png");
      xbackground-size: contain; }
    #experience #canvas .wind {
      height: 20px;
      width: 20px;
      display: none;
      xbackground-image: url("../img/wind.gif");
      xbackground-size: contain;
      xmargin-left: 100%;
      color: #fff;
      position: absolute;
      -webkit-transform: translateZ(0); }
    #experience #canvas .object {
      xborder: 1px solid white !important;
      height: 130px;
      width: 130px;
      display: none;
      position: absolute;
      -webkit-transform: translateZ(0); }
      #experience #canvas .object a {
        display: block;
        cursor: url(../img/cursor.png), auto !important; }
        #experience #canvas .object a img {
          pointer-events: none;
          width: 90px;
          height: 90px;
          filter: brightness(85%); }
        #experience #canvas .object a:hover img {
          filter: brightness(100%); }
    #experience #canvas .magic {
      pointer-events: none;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0; }
      #experience #canvas .magic img {
        display: block; }
      #experience #canvas .magic.active {
        opacity: 1; }
      #experience #canvas .magic .label {
        position: absolute;
        top: 100px;
        left: 200px;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4); }
        #experience #canvas .magic .label .title {
          width: 200px;
          font-family: "TheHandBlack", "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
          font-size: 30px;
          color: #fff;
          text-shadow: 0px 0px 20px rgba(0, 0, 100, 0.85); }
        #experience #canvas .magic .label .text {
          width: 200px;
          font-family: "Caveat", cursive;
          color: #ffe260;
          letter-spacing: 0px;
          font-size: 22px;
          position: relative;
          top: 5px;
          left: -4px; }

#welcome {
  background-image: url("../img/welcome.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  position: relative;
  top: 480px;
  margin-bottom: -200px;
  pointer-events: none; }

header {
  height: 600px;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  width: 100%; }
  header.diary {
    background-image: url("../img/header_diary.jpg"); }

#experience, #experience *, #welcome, #welcome *, #mobileheader, #mobileheader * {
  cursor: url(../img/cursor.png), auto !important; }

.shortcuts {
  position: relative;
  top: 70px;
  margin-top: 0px;
  padding-bottom: 0px;
  text-align: center; }
  article > .shortcuts:first-child {
    top: 0px;
    margin-top: -100px;
    padding-bottom: 50px; }
  .shortcuts .card {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 360px;
    max-width: 300px;
    overflow: hidden;
    margin-left: -7px;
    margin-right: -7px;
    position: relative;
    xleft: 20px;
    float: none;
    display: inline-block;
    border-radius: 2px;
    top: -10px; }
    .shortcuts .card * {
      pointer-events: none; }
    .shortcuts .card:nth-child(1) {
      z-index: 1;
      top: -14px;
      -ms-transform: rotate(-1deg);
      /* IE 9 */
      -webkit-transform: rotate(-1deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-1deg) !important; }
    .shortcuts .card:nth-child(2) {
      z-index: 4;
      top: 0px;
      -ms-transform: rotate(2deg);
      /* IE 9 */
      -webkit-transform: rotate(2deg);
      /* Chrome, Safari, Opera */
      transform: rotate(2deg) !important; }
    .shortcuts .card:nth-child(3) {
      z-index: 3;
      top: -14px;
      -ms-transform: rotate(-1deg);
      /* IE 9 */
      -webkit-transform: rotate(-1deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-1deg) !important; }
    .shortcuts .card:nth-child(4) {
      z-index: 2;
      top: 0px;
      -ms-transform: rotate(2deg);
      /* IE 9 */
      -webkit-transform: rotate(2deg);
      /* Chrome, Safari, Opera */
      transform: rotate(2deg) !important; }
    .shortcuts .card:nth-child(5) {
      z-index: 5;
      top: -14px;
      -ms-transform: rotate(1deg);
      /* IE 9 */
      -webkit-transform: rotate(1deg);
      /* Chrome, Safari, Opera */
      transform: rotate(1deg) !important; }
    .shortcuts .card:nth-child(6) {
      z-index: 8;
      top: 0px;
      -ms-transform: rotate(-1deg);
      /* IE 9 */
      -webkit-transform: rotate(-1deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-1deg) !important; }
    .shortcuts .card:nth-child(7) {
      z-index: 7;
      top: -14px;
      -ms-transform: rotate(2deg);
      /* IE 9 */
      -webkit-transform: rotate(2deg);
      /* Chrome, Safari, Opera */
      transform: rotate(2deg) !important; }
    .shortcuts .card:nth-child(8) {
      z-index: 6;
      top: 0px;
      -ms-transform: rotate(1deg);
      /* IE 9 */
      -webkit-transform: rotate(1deg);
      /* Chrome, Safari, Opera */
      transform: rotate(1deg) !important; }
    .shortcuts .card h2 {
      margin: 0px;
      padding: 25px;
      position: relative;
      top: -3px;
      height: 60px;
      background-color: #fff; }
      .shortcuts .card h2, .shortcuts .card h2 span {
        font-family: "TheHandBlack", "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
        letter-spacing: 1px;
        font-size: 28px;
        color: #21363a;
        line-height: 30px;
        text-align: center; }
      .shortcuts .card h2 span {
        display: block;
        position: relative;
        top: 50%;
        transform: perspective(1px) translateY(-50%); }
    .shortcuts .card .image {
      width: 100%;
      display: block;
      background-size: cover; }
    .shortcuts .card p {
      padding: 25px; }
    .shortcuts .card:hover {
      -ms-transform: rotate(0deg) !important;
      /* IE 9 */
      -webkit-transform: rotate(0deg) !important;
      /* Chrome, Safari, Opera */
      transform: rotate(0deg) !important;
      top: -30px; }
  .shortcuts + .readable {
    padding-top: 50px; }

article {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-word;
  xwidth: 80%; }
  article > .fullwidth {
    padding-left: 150px;
    padding-right: 150px; }
  article > .readable {
    width: 600px;
    padding: 0px; }
  article.books .allbooks {
    padding-top: 60px;
    padding-bottom: 40px; }
    article.books .allbooks a {
      xheight: 360px;
      width: 20%;
      display: inline-block;
      position: relative;
      background-image: url(../img/bookshadow.png);
      background-size: 100% 80px;
      background-position: center bottom;
      background-repeat: no-repeat;
      margin-left: -7%; }
      article.books .allbooks a:first-child {
        margin-left: 0; }
      article.books .allbooks a img {
        pointer-events: none;
        position: relative;
        top: 0px;
        width: 100%;
        height: auto; }
      article.books .allbooks a:hover img {
        top: -80px !important;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg) !important;
        filter: brightness(120%); }
  article.books .products {
    padding-top: 50px; }
  article.books .item.book {
    background-image: url(../img/bookshadow.png);
    background-size: 290px auto;
    background-position: center 228px;
    background-repeat: no-repeat;
    padding-bottom: 75px; }
    article.books .item.book a:first-child {
      display: block; }
      article.books .item.book a:first-child img {
        width: 260px;
        position: relative;
        top: 0px;
        left: 0px; }
      article.books .item.book a:first-child:hover img {
        top: -12px;
        left: -12px;
        -ms-transform: rotate(-7deg);
        /* IE 9 */
        -webkit-transform: rotate(-7deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-7deg);
        filter: brightness(120%); }
    article.books .item.book a:not(:first-child) {
      background-image: url(../img/underline.gif);
      background-position: center bottom;
      background-repeat: repeat-x;
      padding-bottom: 4px;
      color: #2d9bce;
      font-size: 13px;
      margin-left: 8px;
      margin-right: 8px; }
      article.books .item.book a:not(:first-child):hover {
        background-color: #f5f7f0; }
    article.books .item.book .booktitle {
      display: block;
      font-size: 17px;
      font-weight: 500;
      margin-bottom: 4px;
      margin-top: 6px; }
  article.books .summary > .half:first-child {
    background-image: url(../img/bookshadow.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    top: -180px;
    left: -30px;
    margin-bottom: -230px; }
    article.books .summary > .half:first-child img {
      width: 100%;
      margin-bottom: 30px;
      -ms-transform: rotate(-4deg);
      /* IE 9 */
      -webkit-transform: rotate(-4deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-4deg); }
  article.books .summary > .half:last-child {
    xpadding: 50px;
    box-sizing: border-box; }
    article.books .summary > .half:last-child .tags {
      font-style: italic;
      color: #aeb7b7; }
    article.books .summary > .half:last-child a.cta {
      margin-top: 20px !important;
      background-image: url(../img/underline.gif), url(../img/underline.gif);
      background-position: center bottom, center top;
      background-repeat: repeat-x;
      background-color: #2d9bce;
      border-radius: 7px;
      color: #fff;
      padding: 10px 20px 12px 20px;
      font-size: 20px;
      line-height: 22px;
      display: inline-block;
      border: none; }
      article.books .summary > .half:last-child a.cta:hover {
        opacity: .85; }
      article.books .summary > .half:last-child a.cta.center {
        text-align: center;
        margin: 0 auto;
        width: 200px;
        display: block; }
      article.books .summary > .half:last-child a.cta.right {
        float: right; }
      article.books .summary > .half:last-child a.cta + a {
        margin-right: 16px; }
  article.books .summary h1 {
    text-align: left; }
  article.books .meta {
    margin-top: 100px;
    background-color: rgba(15, 35, 35, 0.03); }
    article.books .meta:after {
      content: '';
      display: block;
      clear: both; }
    article.books .meta > div {
      padding: 50px;
      box-sizing: border-box; }
  article.bookdetail .allbooks h2 {
    margin-top: 40px;
    margin-bottom: 100px; }
  article iframe {
    width: 110%;
    margin-left: -5%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px; }
  article .bigimage {
    -ms-transform: rotate(0.5deg);
    /* IE 9 */
    -webkit-transform: rotate(0.5deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0.5deg);
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 33.33333px; }
    article .bigimage img {
      display: block; }
  article:not(.books) .cta {
    background-image: url(../img/underline.gif), url(../img/underline.gif);
    background-position: center bottom, center top;
    background-repeat: repeat-x;
    background-color: #2d9bce;
    border-radius: 7px;
    color: #fff;
    padding: 10px 20px 12px 20px;
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
    border: none; }
    article:not(.books) .cta:hover {
      opacity: .85; }
    article:not(.books) .cta.center {
      text-align: center;
      margin: 20px auto;
      width: 200px;
      display: block; }
    article:not(.books) .cta.right {
      float: right; }
    article:not(.books) .cta.image {
      border-radius: 0px; }

.cff-album-item {
  xtransform: rotate(2deg);
  -webkit-box-shadow: inset 0px 0px 0px 2px white, 0px 6px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 2px white, 0px 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 2px white, 0px 6px 10px rgba(0, 0, 0, 0.1); }

#footerlinks > div {
  padding: 50px;
  box-sizing: border-box; }

#footer {
  position: relative;
  padding-bottom: 50px;
  padding-top: 214px;
  background-color: #f6f9f8;
  background-image: url(../img/footer.gif), url(../img/footer_repeat.gif);
  background-repeat: no-repeat, repeat-x;
  background-position: top right, top right;
  background-size: auto 214px, auto 214px; }
  #footer .left {
    padding-top: 50px;
    font-size: 10px;
    float: left;
    color: #aeb7b7; }
  #footer .right {
    padding-top: 50px;
    float: right; }
  #footer > .fullwidth {
    padding-left: 50px;
    padding-right: 50px; }
    #footer > .fullwidth .col {
      padding-right: 50px; }
      #footer > .fullwidth .col a {
        display: block; }
    #footer > .fullwidth:last-child {
      color: #aeb7b7; }
  #footer .facebook {
    display: block;
    position: absolute;
    right: 30px;
    top: 146px;
    width: 30px;
    height: 30px;
    opacity: .3;
    background-image: url(../img/fb.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    #footer .facebook:hover {
      opacity: .4; }

#gamewindow {
  position: fixed;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: #000;
  color: #fff;
  z-index: 9999999;
  opacity: 0;
  pointer-events: none;
  background-image: url(../img/stars.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
  text-align: center; }
  #gamewindow iframe {
    pointer-events: none;
    overflow: hidden;
    width: 0px;
    height: 0px; }
  #gamewindow.open {
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%; }
    #gamewindow.open #gamecontainer,
    #gamewindow.open iframe {
      pointer-events: auto; }
  #gamewindow.ready {
    background-image: none; }
  #gamewindow #close {
    position: absolute;
    pointer-events: auto;
    top: 14px;
    right: 14px;
    overflow: hidden;
    height: 34px;
    width: 34px;
    padding: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../img/closegame.svg);
    background-size: contain;
    z-index: 3001;
    border: 0px solid #333 !important; }
    #gamewindow #close:hover {
      opacity: .5; }
  #gamewindow.done iframe {
    opacity: .4; }
  #gamewindow #gamecontainer {
    display: inline-block;
    position: relative;
    height: 100%;
    pointer-events: none;
    vertical-align: top; }
  #gamewindow #gamecontainer .intro, #gamewindow #gamecontainer .outro,
  #gamewindow .gameover .intro,
  #gamewindow .gameover .outro {
    font-family: "TheHandBlack", "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
    margin-top: 40%;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    z-index: 2000;
    position: relative; }
  #gamewindow #gamecontainer button#startgame, #gamewindow #gamecontainer button#closegame,
  #gamewindow .gameover button#startgame,
  #gamewindow .gameover button#closegame {
    pointer-events: auto;
    background-color: #ffe260;
    color: #21363a;
    z-index: 2001;
    position: relative;
    border: 0px solid #333 !important; }
  #gamewindow .gameover {
    position: absolute;
    width: 100%;
    height: 100%; }
    #gamewindow .gameover .outro {
      margin-top: 10%;
      position: relative; }

#mc_embed_signup {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }
  #mc_embed_signup form {
    text-align: center; }
    #mc_embed_signup form #mc_embed_signup_scroll {
      width: 70%;
      display: inline-block; }
      #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
        text-align: left; }
        #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group + .mc-field-group {
          margin-top: 25px; }
        #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group label, #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input:not([type=radio]) {
          width: 100%;
          box-sizing: border-box;
          display: inline-block; }
        #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input:not([type=radio]) {
          font-family: "Radnika", "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
          font-size: 16px; }
          #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input:not([type=radio]).mce_inline_error {
            border: 1px solid #93334e; }
        #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group div.mce_inline_error {
          font-weight: normal;
          width: auto;
          display: inline-block;
          background-color: #93334e;
          border-radius: 0px 25px 25px 25px; }

a,
#mobileheader,
.mainnav a,
.navtoggle span,
.item.book img,
.allbooks img,
.shortcuts .card,
#gamecontainer canvas {
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s; }

.fullsize,
#gamewindow {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s; }

#experience #canvas {
  transition: all 5s, background-position-x 0s;
  -moz-transition: all 5s, background-position-x 0s;
  -webkit-transition: all 5s, background-position-x 0s;
  -o-transition: all 5s, background-position-x 0s; }

#lotje,
.object a img {
  transition: filter .2s;
  -moz-transition: filter .2s;
  -webkit-transition: filter .2s;
  -o-transition: filter .2s; }

.navtoggle {
  transition: filter .2s, transform .2s;
  -moz-transition: filter .2s, transform .2s;
  -webkit-transition: filter .2s, transform .2s;
  -o-transition: filter .2s, transform .2s; }

.starblink,
.magic,
.magic.active {
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s; }

@media (max-width: 1000px) {
  .summary > .half:first-child {
    top: 0px !important;
    left: 0px !important;
    margin-top: -100px;
    margin-bottom: 20px !important; } }

@media (max-width: 979px) {
  h1, h1 span {
    font-size: 50px !important;
    line-height: 50px !important; } }

@media (max-width: 768px) {
  h1, h1 span {
    font-size: 30px !important;
    line-height: 30px !important; }
  article > .fullwidth {
    padding-left: 10%;
    padding-right: 10%; }
  article > .readable {
    width: auto; }
  .sideillustration {
    background-color: #fff !important;
    background-image: url(../img/texture.gif) !important;
    background-size: 500px auto !important;
    background-position: center center !important;
    background-repeat: repeat !important; } }

@media (max-width: 580px) {
  h1, h1 span {
    font-size: 24px !important;
    line-height: 24px !important; }
  #mc_embed_signup {
    padding: 25px; }
    #mc_embed_signup form #mc_embed_signup_scroll {
      width: 100%; } }

@media (max-width: 320px) {
  #mobileheader {
    left: -40px; }
    #mobileheader .navtoggle {
      background-position: 20px top; }
    #mobileheader.shown .navtoggle {
      background-position: 134px top; }
  article > .readable {
    width: 280px; } }
