/*
Theme Name: Do's interior
Theme URI: http://www.twisted.nl
Description: The default theme for the Do's website
Author: Twisted
Author URI: http://www.twisted.nl
Version: 1.0
Tags: 

License:
License URI:

General comments (optional).
*/
/*
 * Shared amoung the screen and ie8 stylesheets
 * Mostly helpers and functions. No files that
 * output css!
 */
/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*

font-family:'NeuzeitOfficeW01-Regula';
font-family:'NeuzeitOfficeW01-Italic';
font-family:'Neuzeit Office W01 Bold';
font-family:'NeuzeitOfficeW01-BoldIt';
 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

.clearfix, section {
  overflow: hidden;
  *zoom: 1;
}

.max-width {
  max-width: 100%;
  height: auto;
}

/* ::State styles */
/* ------------------------------------------------------------ */
.is-hidden {
  display: none;
}

.is-shown, .is-block {
  display: block;
}

.is-uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.is-lowercase {
  text-transform: lowercase;
}

/* ::Debugs and #grid by Jon Gibbins (hashgrid.js) */
/* ----------------------------------------------------------- */
#grid {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#grid div.horiz {
  height: 8px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}

/* ::Base styles Almost exclusively single element selectors */
/* ------------------------------------------------------------ */
html {
  font-size: 100%;
}

body {
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
}

code {
  font-family: monospace;
}

a {
  color: #666;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  -moz-transition: all 0.423s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.423s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.423s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.423s cubic-bezier(0.23, 1, 0.32, 1);
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
h1, .h1 {
  font-size: 2.25em;
  line-height: 1.1111111em;
  margin: 0 0 0.6666667em 0;
}

h2, .h2 {
  font-size: 1.875em;
  line-height: 1.3333333em;
  margin: 1.0666667em 0 0.5333333em 0;
}

h3, .h3 {
  font-size: 1.375em;
  line-height: 1.4545455em;
  margin: 1.4545455em 0 0.7272727em 0;
}

h4, .h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 0.4em 0;
}

h5, .h5 {
  font-size: 1.125em;
  line-height: 1.3333333em;
  margin: 0 0 0.4444444em 0;
}

h6, .h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
}

p, pre, label, code {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}

ol, ul, dl {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 2em 0;
}

li {
  line-height: auto;
}

dt {
  font-weight: bold;
  text-decoration: underline;
}

dd {
  padding: 0 0.5em;
}

ul {
  list-style-position: outside;
  list-style-type: disc;
}

ol {
  list-style-position: outside;
  list-style-type: decimal;
}

strong, b {
  font-family: "Neuzeit Office W01 Bold", "source-sans-pro-n7", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
}
strong em, strong i, strong q, b em, b i, b q {
  font-family: "NeuzeitOfficeW01-BoldIt", "source-sans-pro-i7", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
}

em, i, q {
  font-family: "NeuzeitOfficeW01-Italic", "source-sans-pro-i3", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
}
em strong, em b, i strong, i b, q strong, q b {
  font-family: "NeuzeitOfficeW01-BoldIt", "source-sans-pro-i7", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
}

blockquote, .blockquote {
  font-weight: 200;
  padding-left: 1em;
  border-left: 0.3125em solid grey;
  line-height: normal;
  margin: 0;
  font-family: 'Roboto Slab';
  font-weight: 100;
  font-style: normal;
}
blockquote p, .blockquote p {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 1.2em 0 1.2em 0;
}

label, select {
  display: block;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px  \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  *margin-top: 4px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* ::Layout styles - Layouts hold one or more modules together. */
/* ------------------------------------------------------------ */
/**
* This is the base scss file.
*
* When using a "Mobile First" approach this is where
* you will start the mobile styles.
*
* When using a "Desktop first" approach this is where
* you will start the desktop styles.
*
* Create a file per size like _40em.scss or _60em.scss
* include those in a media query in your screen.css or
* directly in your ie8.css
**/
/* animation sets */
/* move from / to  */
.pt-page-moveToLeft {
  -webkit-animation: moveToLeft .6s ease both;
  -moz-animation: moveToLeft .6s ease both;
  animation: moveToLeft .6s ease both;
}

.pt-page-moveFromLeft {
  -webkit-animation: moveFromLeft .6s ease both;
  -moz-animation: moveFromLeft .6s ease both;
  animation: moveFromLeft .6s ease both;
}

.pt-page-moveToRight {
  -webkit-animation: moveToRight .6s ease both;
  -moz-animation: moveToRight .6s ease both;
  animation: moveToRight .6s ease both;
}

.pt-page-moveFromRight {
  -webkit-animation: moveFromRight .6s ease both;
  -moz-animation: moveFromRight .6s ease both;
  animation: moveFromRight .6s ease both;
}

.pt-page-moveToTop {
  -webkit-animation: moveToTop .6s ease both;
  -moz-animation: moveToTop .6s ease both;
  animation: moveToTop .6s ease both;
}

.pt-page-moveFromTop {
  -webkit-animation: moveFromTop .6s ease both;
  -moz-animation: moveFromTop .6s ease both;
  animation: moveFromTop .6s ease both;
}

.pt-page-moveToBottom {
  -webkit-animation: moveToBottom .6s ease both;
  -moz-animation: moveToBottom .6s ease both;
  animation: moveToBottom .6s ease both;
}

.pt-page-moveFromBottom {
  -webkit-animation: moveFromBottom .6s ease both;
  -moz-animation: moveFromBottom .6s ease both;
  animation: moveFromBottom .6s ease both;
}

/* fade */
.pt-page-fade {
  -webkit-animation: fade .7s ease both;
  -moz-animation: fade .7s ease both;
  animation: fade .7s ease both;
}

/* move from / to and fade */
.pt-page-moveToLeftFade {
  -webkit-animation: moveToLeftFade .7s ease both;
  -moz-animation: moveToLeftFade .7s ease both;
  animation: moveToLeftFade .7s ease both;
}

.pt-page-moveFromLeftFade {
  -webkit-animation: moveFromLeftFade .7s ease both;
  -moz-animation: moveFromLeftFade .7s ease both;
  animation: moveFromLeftFade .7s ease both;
}

.pt-page-moveToRightFade {
  -webkit-animation: moveToRightFade .7s ease both;
  -moz-animation: moveToRightFade .7s ease both;
  animation: moveToRightFade .7s ease both;
}

.pt-page-moveFromRightFade {
  -webkit-animation: moveFromRightFade .7s ease both;
  -moz-animation: moveFromRightFade .7s ease both;
  animation: moveFromRightFade .7s ease both;
}

.pt-page-moveToTopFade {
  -webkit-animation: moveToTopFade .7s ease both;
  -moz-animation: moveToTopFade .7s ease both;
  animation: moveToTopFade .7s ease both;
}

.pt-page-moveFromTopFade {
  -webkit-animation: moveFromTopFade .7s ease both;
  -moz-animation: moveFromTopFade .7s ease both;
  animation: moveFromTopFade .7s ease both;
}

.pt-page-moveToBottomFade {
  -webkit-animation: moveToBottomFade .7s ease both;
  -moz-animation: moveToBottomFade .7s ease both;
  animation: moveToBottomFade .7s ease both;
}

.pt-page-moveFromBottomFade {
  -webkit-animation: moveFromBottomFade .7s ease both;
  -moz-animation: moveFromBottomFade .7s ease both;
  animation: moveFromBottomFade .7s ease both;
}

/* move to with different easing */
.pt-page-moveToLeftEasing {
  -webkit-animation: moveToLeft .7s ease-in-out both;
  -moz-animation: moveToLeft .7s ease-in-out both;
  animation: moveToLeft .7s ease-in-out both;
}

.pt-page-moveToRightEasing {
  -webkit-animation: moveToRight .7s ease-in-out both;
  -moz-animation: moveToRight .7s ease-in-out both;
  animation: moveToRight .7s ease-in-out both;
}

.pt-page-moveToTopEasing {
  -webkit-animation: moveToTop .7s ease-in-out both;
  -moz-animation: moveToTop .7s ease-in-out both;
  animation: moveToTop .7s ease-in-out both;
}

.pt-page-moveToBottomEasing {
  -webkit-animation: moveToBottom .7s ease-in-out both;
  -moz-animation: moveToBottom .7s ease-in-out both;
  animation: moveToBottom .7s ease-in-out both;
}

/********************************* keyframes **************************************/
/* move from / to  */
@-webkit-keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveToLeft {
  to {
    -moz-transform: translateX(-100%);
  }
}
@keyframes moveToLeft {
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
  }
}
@keyframes moveFromLeft {
  from {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveToRight {
  to {
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveToRight {
  to {
    -moz-transform: translateX(100%);
  }
}
@keyframes moveToRight {
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
}
@keyframes moveFromRight {
  from {
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveToTop {
  to {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveToTop {
  to {
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveToTop {
  to {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveFromTop {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToBottom {
  to {
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes moveToBottom {
  to {
    -moz-transform: translateY(100%);
  }
}
@keyframes moveToBottom {
  to {
    transform: translateY(100%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(100%);
  }
}
@keyframes moveFromBottom {
  from {
    transform: translateY(100%);
  }
}
/* fade */
@-webkit-keyframes fade {
  to {
    opacity: 0.3;
  }
}
@-moz-keyframes fade {
  to {
    opacity: 0.3;
  }
}
@keyframes fade {
  to {
    opacity: 0.3;
  }
}
/* move from / to and fade */
@-webkit-keyframes moveToLeftFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveToLeftFade {
  to {
    opacity: 0.3;
    -moz-transform: translateX(-100%);
  }
}
@keyframes moveToLeftFade {
  to {
    opacity: 0.3;
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    -moz-transform: translateX(-100%);
  }
}
@keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveToRightFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveToRightFade {
  to {
    opacity: 0.3;
    -moz-transform: translateX(100%);
  }
}
@keyframes moveToRightFade {
  to {
    opacity: 0.3;
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    -moz-transform: translateX(100%);
  }
}
@keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveToTopFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveToTopFade {
  to {
    opacity: 0.3;
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveToTopFade {
  to {
    opacity: 0.3;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToBottomFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes moveToBottomFade {
  to {
    opacity: 0.3;
    -moz-transform: translateY(100%);
  }
}
@keyframes moveToBottomFade {
  to {
    opacity: 0.3;
    transform: translateY(100%);
  }
}
@-webkit-keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    -moz-transform: translateY(100%);
  }
}
@keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    transform: translateY(100%);
  }
}
/* scale and fade */
.pt-page-scaleDown {
  -webkit-animation: scaleDown .7s ease both;
  -moz-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both;
}

.pt-page-scaleUp {
  -webkit-animation: scaleUp .7s ease both;
  -moz-animation: scaleUp .7s ease both;
  animation: scaleUp .7s ease both;
}

.pt-page-scaleUpDown {
  -webkit-animation: scaleUpDown .5s ease both;
  -moz-animation: scaleUpDown .5s ease both;
  animation: scaleUpDown .5s ease both;
}

.pt-page-scaleDownUp {
  -webkit-animation: scaleDownUp .5s ease both;
  -moz-animation: scaleDownUp .5s ease both;
  animation: scaleDownUp .5s ease both;
}

.pt-page-scaleDownCenter {
  -webkit-animation: scaleDownCenter .4s ease-in both;
  -moz-animation: scaleDownCenter .4s ease-in both;
  animation: scaleDownCenter .4s ease-in both;
}

.pt-page-scaleUpCenter {
  -webkit-animation: scaleUpCenter .4s ease-out both;
  -moz-animation: scaleUpCenter .4s ease-out both;
  animation: scaleUpCenter .4s ease-out both;
}

/********************************* keyframes **************************************/
/* scale and fade */
@-webkit-keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleDown {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleDown {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleUp {
  from {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleUp {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes scaleUpDown {
  from {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@keyframes scaleUpDown {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes scaleDownUp {
  to {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@keyframes scaleDownUp {
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleDownCenter {
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
  }
}
@-moz-keyframes scaleDownCenter {
  to {
    opacity: 0;
    -moz-transform: scale(0.7);
  }
}
@keyframes scaleDownCenter {
  to {
    opacity: 0;
    transform: scale(0.7);
  }
}
@-webkit-keyframes scaleUpCenter {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
  }
}
@-moz-keyframes scaleUpCenter {
  from {
    opacity: 0;
    -moz-transform: scale(0.7);
  }
}
@keyframes scaleUpCenter {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
}
/* rotate sides first and scale */
.pt-page-rotateRightSideFirst {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst .8s both ease-in;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst .8s both ease-in;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst .8s both ease-in;
}

.pt-page-rotateLeftSideFirst {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateLeftSideFirst .8s both ease-in;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateLeftSideFirst .8s both ease-in;
  transform-origin: 100% 50%;
  animation: rotateLeftSideFirst .8s both ease-in;
}

.pt-page-rotateTopSideFirst {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateTopSideFirst .8s both ease-in;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateTopSideFirst .8s both ease-in;
  transform-origin: 50% 100%;
  animation: rotateTopSideFirst .8s both ease-in;
}

.pt-page-rotateBottomSideFirst {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateBottomSideFirst .8s both ease-in;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateBottomSideFirst .8s both ease-in;
  transform-origin: 50% 0%;
  animation: rotateBottomSideFirst .8s both ease-in;
}

/* flip */
.pt-page-flipOutRight {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipOutRight .5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipOutRight .5s both ease-in;
  transform-origin: 50% 50%;
  animation: flipOutRight .5s both ease-in;
}

.pt-page-flipInLeft {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipInLeft .5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipInLeft .5s both ease-out;
  transform-origin: 50% 50%;
  animation: flipInLeft .5s both ease-out;
}

.pt-page-flipOutLeft {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipOutLeft .5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipOutLeft .5s both ease-in;
  transform-origin: 50% 50%;
  animation: flipOutLeft .5s both ease-in;
}

.pt-page-flipInRight {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipInRight .5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipInRight .5s both ease-out;
  transform-origin: 50% 50%;
  animation: flipInRight .5s both ease-out;
}

.pt-page-flipOutTop {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipOutTop .5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipOutTop .5s both ease-in;
  transform-origin: 50% 50%;
  animation: flipOutTop .5s both ease-in;
}

.pt-page-flipInBottom {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipInBottom .5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipInBottom .5s both ease-out;
  transform-origin: 50% 50%;
  animation: flipInBottom .5s both ease-out;
}

.pt-page-flipOutBottom {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipOutBottom .5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipOutBottom .5s both ease-in;
  transform-origin: 50% 50%;
  animation: flipOutBottom .5s both ease-in;
}

.pt-page-flipInTop {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipInTop .5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipInTop .5s both ease-out;
  transform-origin: 50% 50%;
  animation: flipInTop .5s both ease-out;
}

/* rotate fall */
.pt-page-rotateFall {
  -webkit-transform-origin: 0% 0%;
  -webkit-animation: rotateFall 1s both ease-in;
  -moz-transform-origin: 0% 0%;
  -moz-animation: rotateFall 1s both ease-in;
  transform-origin: 0% 0%;
  animation: rotateFall 1s both ease-in;
}

/* rotate newspaper */
.pt-page-rotateOutNewspaper {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: rotateOutNewspaper .5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: rotateOutNewspaper .5s both ease-in;
  transform-origin: 50% 50%;
  animation: rotateOutNewspaper .5s both ease-in;
}

.pt-page-rotateInNewspaper {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: rotateInNewspaper .5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: rotateInNewspaper .5s both ease-out;
  transform-origin: 50% 50%;
  animation: rotateInNewspaper .5s both ease-out;
}

/* push */
.pt-page-rotatePushLeft {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotatePushLeft .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotatePushLeft .8s both ease;
  transform-origin: 0% 50%;
  animation: rotatePushLeft .8s both ease;
}

.pt-page-rotatePushRight {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotatePushRight .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotatePushRight .8s both ease;
  transform-origin: 100% 50%;
  animation: rotatePushRight .8s both ease;
}

.pt-page-rotatePushTop {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotatePushTop .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotatePushTop .8s both ease;
  transform-origin: 50% 0%;
  animation: rotatePushTop .8s both ease;
}

.pt-page-rotatePushBottom {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotatePushBottom .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotatePushBottom .8s both ease;
  transform-origin: 50% 100%;
  animation: rotatePushBottom .8s both ease;
}

/* pull */
.pt-page-rotatePullRight {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotatePullRight .5s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotatePullRight .5s both ease;
  transform-origin: 100% 50%;
  animation: rotatePullRight .5s both ease;
}

.pt-page-rotatePullLeft {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotatePullLeft .5s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotatePullLeft .5s both ease;
  transform-origin: 0% 50%;
  animation: rotatePullLeft .5s both ease;
}

.pt-page-rotatePullTop {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotatePullTop .5s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotatePullTop .5s both ease;
  transform-origin: 50% 0%;
  animation: rotatePullTop .5s both ease;
}

.pt-page-rotatePullBottom {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotatePullBottom .5s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotatePullBottom .5s both ease;
  transform-origin: 50% 100%;
  animation: rotatePullBottom .5s both ease;
}

/* fold */
.pt-page-rotateFoldRight {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateFoldRight .7s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateFoldRight .7s both ease;
  transform-origin: 0% 50%;
  animation: rotateFoldRight .7s both ease;
}

.pt-page-rotateFoldLeft {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateFoldLeft .7s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateFoldLeft .7s both ease;
  transform-origin: 100% 50%;
  animation: rotateFoldLeft .7s both ease;
}

.pt-page-rotateFoldTop {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateFoldTop .7s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateFoldTop .7s both ease;
  transform-origin: 50% 100%;
  animation: rotateFoldTop .7s both ease;
}

.pt-page-rotateFoldBottom {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateFoldBottom .7s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateFoldBottom .7s both ease;
  transform-origin: 50% 0%;
  animation: rotateFoldBottom .7s both ease;
}

/* unfold */
.pt-page-rotateUnfoldLeft {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateUnfoldLeft .7s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateUnfoldLeft .7s both ease;
  transform-origin: 100% 50%;
  animation: rotateUnfoldLeft .7s both ease;
}

.pt-page-rotateUnfoldRight {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateUnfoldRight .7s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateUnfoldRight .7s both ease;
  transform-origin: 0% 50%;
  animation: rotateUnfoldRight .7s both ease;
}

.pt-page-rotateUnfoldTop {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateUnfoldTop .7s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateUnfoldTop .7s both ease;
  transform-origin: 50% 100%;
  animation: rotateUnfoldTop .7s both ease;
}

.pt-page-rotateUnfoldBottom {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateUnfoldBottom .7s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateUnfoldBottom .7s both ease;
  transform-origin: 50% 0%;
  animation: rotateUnfoldBottom .7s both ease;
}

/* room walls */
.pt-page-rotateRoomLeftOut {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateRoomLeftOut .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateRoomLeftOut .8s both ease;
  transform-origin: 100% 50%;
  animation: rotateRoomLeftOut .8s both ease;
}

.pt-page-rotateRoomLeftIn {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRoomLeftIn .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRoomLeftIn .8s both ease;
  transform-origin: 0% 50%;
  animation: rotateRoomLeftIn .8s both ease;
}

.pt-page-rotateRoomRightOut {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRoomRightOut .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRoomRightOut .8s both ease;
  transform-origin: 0% 50%;
  animation: rotateRoomRightOut .8s both ease;
}

.pt-page-rotateRoomRightIn {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateRoomRightIn .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateRoomRightIn .8s both ease;
  transform-origin: 100% 50%;
  animation: rotateRoomRightIn .8s both ease;
}

.pt-page-rotateRoomTopOut {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateRoomTopOut .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateRoomTopOut .8s both ease;
  transform-origin: 50% 100%;
  animation: rotateRoomTopOut .8s both ease;
}

.pt-page-rotateRoomTopIn {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateRoomTopIn .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateRoomTopIn .8s both ease;
  transform-origin: 50% 0%;
  animation: rotateRoomTopIn .8s both ease;
}

.pt-page-rotateRoomBottomOut {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateRoomBottomOut .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateRoomBottomOut .8s both ease;
  transform-origin: 50% 0%;
  animation: rotateRoomBottomOut .8s both ease;
}

.pt-page-rotateRoomBottomIn {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateRoomBottomIn .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateRoomBottomIn .8s both ease;
  transform-origin: 50% 100%;
  animation: rotateRoomBottomIn .8s both ease;
}

/* cube */
.pt-page-rotateCubeLeftOut {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateCubeLeftOut .6s both ease-in;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateCubeLeftOut .6s both ease-in;
  transform-origin: 100% 50%;
  animation: rotateCubeLeftOut .6s both ease-in;
}

.pt-page-rotateCubeLeftIn {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateCubeLeftIn .6s both ease-in;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateCubeLeftIn .6s both ease-in;
  transform-origin: 0% 50%;
  animation: rotateCubeLeftIn .6s both ease-in;
}

.pt-page-rotateCubeRightOut {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateCubeRightOut .6s both ease-in;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateCubeRightOut .6s both ease-in;
  transform-origin: 0% 50%;
  animation: rotateCubeRightOut .6s both ease-in;
}

.pt-page-rotateCubeRightIn {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateCubeRightIn .6s both ease-in;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateCubeRightIn .6s both ease-in;
  transform-origin: 100% 50%;
  animation: rotateCubeRightIn .6s both ease-in;
}

.pt-page-rotateCubeTopOut {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCubeTopOut .6s both ease-in;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCubeTopOut .6s both ease-in;
  transform-origin: 50% 100%;
  animation: rotateCubeTopOut .6s both ease-in;
}

.pt-page-rotateCubeTopIn {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateCubeTopIn .6s both ease-in;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateCubeTopIn .6s both ease-in;
  transform-origin: 50% 0%;
  animation: rotateCubeTopIn .6s both ease-in;
}

.pt-page-rotateCubeBottomOut {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateCubeBottomOut .6s both ease-in;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateCubeBottomOut .6s both ease-in;
  transform-origin: 50% 0%;
  animation: rotateCubeBottomOut .6s both ease-in;
}

.pt-page-rotateCubeBottomIn {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCubeBottomIn .6s both ease-in;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCubeBottomIn .6s both ease-in;
  transform-origin: 50% 100%;
  animation: rotateCubeBottomIn .6s both ease-in;
}

/* carousel */
.pt-page-rotateCarouselLeftOut {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateCarouselLeftOut .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateCarouselLeftOut .8s both ease;
  transform-origin: 100% 50%;
  animation: rotateCarouselLeftOut .8s both ease;
}

.pt-page-rotateCarouselLeftIn {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateCarouselLeftIn .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateCarouselLeftIn .8s both ease;
  transform-origin: 0% 50%;
  animation: rotateCarouselLeftIn .8s both ease;
}

.pt-page-rotateCarouselRightOut {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateCarouselRightOut .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateCarouselRightOut .8s both ease;
  transform-origin: 0% 50%;
  animation: rotateCarouselRightOut .8s both ease;
}

.pt-page-rotateCarouselRightIn {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateCarouselRightIn .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateCarouselRightIn .8s both ease;
  transform-origin: 100% 50%;
  animation: rotateCarouselRightIn .8s both ease;
}

.pt-page-rotateCarouselTopOut {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCarouselTopOut .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCarouselTopOut .8s both ease;
  transform-origin: 50% 100%;
  animation: rotateCarouselTopOut .8s both ease;
}

.pt-page-rotateCarouselTopIn {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateCarouselTopIn .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateCarouselTopIn .8s both ease;
  transform-origin: 50% 0%;
  animation: rotateCarouselTopIn .8s both ease;
}

.pt-page-rotateCarouselBottomOut {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateCarouselBottomOut .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateCarouselBottomOut .8s both ease;
  transform-origin: 50% 0%;
  animation: rotateCarouselBottomOut .8s both ease;
}

.pt-page-rotateCarouselBottomIn {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCarouselBottomIn .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCarouselBottomIn .8s both ease;
  transform-origin: 50% 100%;
  animation: rotateCarouselBottomIn .8s both ease;
}

/* sides */
.pt-page-rotateSidesOut {
  -webkit-transform-origin: -50% 50%;
  -webkit-animation: rotateSidesOut .5s both ease-in;
  -moz-transform-origin: -50% 50%;
  -moz-animation: rotateSidesOut .5s both ease-in;
  transform-origin: -50% 50%;
  animation: rotateSidesOut .5s both ease-in;
}

.pt-page-rotateSidesIn {
  -webkit-transform-origin: 150% 50%;
  -webkit-animation: rotateSidesIn .5s both ease-out;
  -moz-transform-origin: 150% 50%;
  -moz-animation: rotateSidesIn .5s both ease-out;
  transform-origin: 150% 50%;
  animation: rotateSidesIn .5s both ease-out;
}

/* slide */
.pt-page-rotateSlideOut {
  -webkit-animation: rotateSlideOut 1s both ease;
  -moz-animation: rotateSlideOut 1s both ease;
  animation: rotateSlideOut 1s both ease;
}

.pt-page-rotateSlideIn {
  -webkit-animation: rotateSlideIn 1s both ease;
  -moz-animation: rotateSlideIn 1s both ease;
  animation: rotateSlideIn 1s both ease;
}

/********************************* keyframes **************************************/
/* rotate sides first and scale */
@-webkit-keyframes rotateRightSideFirst {
  40% {
    -webkit-transform: rotateY(15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes rotateRightSideFirst {
  40% {
    -moz-transform: rotateY(15deg);
    opacity: .8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateRightSideFirst {
  40% {
    transform: rotateY(15deg);
    opacity: .8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-webkit-keyframes rotateLeftSideFirst {
  40% {
    -webkit-transform: rotateY(-15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes rotateLeftSideFirst {
  40% {
    -moz-transform: rotateY(-15deg);
    opacity: .8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateLeftSideFirst {
  40% {
    transform: rotateY(-15deg);
    opacity: .8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-webkit-keyframes rotateTopSideFirst {
  40% {
    -webkit-transform: rotateX(15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes rotateTopSideFirst {
  40% {
    -moz-transform: rotateX(15deg);
    opacity: .8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateTopSideFirst {
  40% {
    transform: rotateX(15deg);
    opacity: .8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-webkit-keyframes rotateBottomSideFirst {
  40% {
    -webkit-transform: rotateX(-15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes rotateBottomSideFirst {
  40% {
    -moz-transform: rotateX(-15deg);
    opacity: .8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateBottomSideFirst {
  40% {
    transform: rotateX(-15deg);
    opacity: .8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
/* flip */
@-webkit-keyframes flipOutRight {
  to {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipOutRight {
  to {
    -moz-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutRight {
  to {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInLeft {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipInLeft {
  from {
    -moz-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipInLeft {
  from {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipOutLeft {
  to {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipOutLeft {
  to {
    -moz-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutLeft {
  to {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInRight {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipInRight {
  from {
    -moz-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@keyframes flipInRight {
  from {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipOutTop {
  to {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipOutTop {
  to {
    -moz-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutTop {
  to {
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInBottom {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipInBottom {
  from {
    -moz-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipInBottom {
  from {
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipOutBottom {
  to {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipOutBottom {
  to {
    -moz-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutBottom {
  to {
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInTop {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipInTop {
  from {
    -moz-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@keyframes flipInTop {
  from {
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
/* fall */
@-webkit-keyframes rotateFall {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateZ(10deg);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: rotateZ(17deg);
  }
  60% {
    -webkit-transform: rotateZ(16deg);
  }
  100% {
    -webkit-transform: translateY(100%) rotateZ(17deg);
  }
}
@-moz-keyframes rotateFall {
  0% {
    -moz-transform: rotateZ(0deg);
  }
  20% {
    -moz-transform: rotateZ(10deg);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: rotateZ(17deg);
  }
  60% {
    -moz-transform: rotateZ(16deg);
  }
  100% {
    -moz-transform: translateY(100%) rotateZ(17deg);
  }
}
@keyframes rotateFall {
  0% {
    transform: rotateZ(0deg);
  }
  20% {
    transform: rotateZ(10deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: rotateZ(17deg);
  }
  60% {
    transform: rotateZ(16deg);
  }
  100% {
    transform: translateY(100%) rotateZ(17deg);
  }
}
/* newspaper */
@-webkit-keyframes rotateOutNewspaper {
  to {
    -webkit-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutNewspaper {
  to {
    -moz-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@keyframes rotateOutNewspaper {
  to {
    transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateInNewspaper {
  from {
    -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateInNewspaper {
  from {
    -moz-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
@keyframes rotateInNewspaper {
  from {
    transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
/* push */
@-webkit-keyframes rotatePushLeft {
  to {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@-moz-keyframes rotatePushLeft {
  to {
    opacity: 0;
    -moz-transform: rotateY(90deg);
  }
}
@keyframes rotatePushLeft {
  to {
    opacity: 0;
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes rotatePushRight {
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes rotatePushRight {
  to {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
}
@keyframes rotatePushRight {
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes rotatePushTop {
  to {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes rotatePushTop {
  to {
    opacity: 0;
    -moz-transform: rotateX(-90deg);
  }
}
@keyframes rotatePushTop {
  to {
    opacity: 0;
    transform: rotateX(-90deg);
  }
}
@-webkit-keyframes rotatePushBottom {
  to {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
  }
}
@-moz-keyframes rotatePushBottom {
  to {
    opacity: 0;
    -moz-transform: rotateX(90deg);
  }
}
@keyframes rotatePushBottom {
  to {
    opacity: 0;
    transform: rotateX(90deg);
  }
}
/* pull */
@-webkit-keyframes rotatePullRight {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes rotatePullRight {
  from {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
}
@keyframes rotatePullRight {
  from {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes rotatePullLeft {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@-moz-keyframes rotatePullLeft {
  from {
    opacity: 0;
    -moz-transform: rotateY(90deg);
  }
}
@keyframes rotatePullLeft {
  from {
    opacity: 0;
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes rotatePullTop {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes rotatePullTop {
  from {
    opacity: 0;
    -moz-transform: rotateX(-90deg);
  }
}
@keyframes rotatePullTop {
  from {
    opacity: 0;
    transform: rotateX(-90deg);
  }
}
@-webkit-keyframes rotatePullBottom {
  from {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
  }
}
@-moz-keyframes rotatePullBottom {
  from {
    opacity: 0;
    -moz-transform: rotateX(90deg);
  }
}
@keyframes rotatePullBottom {
  from {
    opacity: 0;
    transform: rotateX(90deg);
  }
}
/* fold */
@-webkit-keyframes rotateFoldRight {
  to {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateFoldRight {
  to {
    opacity: 0;
    -moz-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes rotateFoldRight {
  to {
    opacity: 0;
    transform: translateX(100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateFoldLeft {
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateFoldLeft {
  to {
    opacity: 0;
    -moz-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes rotateFoldLeft {
  to {
    opacity: 0;
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateFoldTop {
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateFoldTop {
  to {
    opacity: 0;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
}
@keyframes rotateFoldTop {
  to {
    opacity: 0;
    transform: translateY(-100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateFoldBottom {
  to {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateFoldBottom {
  to {
    opacity: 0;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateFoldBottom {
  to {
    opacity: 0;
    transform: translateY(100%) rotateX(-90deg);
  }
}
/* unfold */
@-webkit-keyframes rotateUnfoldLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateUnfoldLeft {
  from {
    opacity: 0;
    -moz-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes rotateUnfoldLeft {
  from {
    opacity: 0;
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateUnfoldRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateUnfoldRight {
  from {
    opacity: 0;
    -moz-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes rotateUnfoldRight {
  from {
    opacity: 0;
    transform: translateX(100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateUnfoldTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateUnfoldTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
}
@keyframes rotateUnfoldTop {
  from {
    opacity: 0;
    transform: translateY(-100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateUnfoldBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateUnfoldBottom {
  from {
    opacity: 0;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateUnfoldBottom {
  from {
    opacity: 0;
    transform: translateY(100%) rotateX(-90deg);
  }
}
/* room walls */
@-webkit-keyframes rotateRoomLeftOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateRoomLeftOut {
  to {
    opacity: .3;
    -moz-transform: translateX(-100%) rotateY(90deg);
  }
}
@keyframes rotateRoomLeftOut {
  to {
    opacity: .3;
    transform: translateX(-100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateRoomLeftIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateRoomLeftIn {
  from {
    opacity: .3;
    -moz-transform: translateX(100%) rotateY(-90deg);
  }
}
@keyframes rotateRoomLeftIn {
  from {
    opacity: .3;
    transform: translateX(100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateRoomRightOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateRoomRightOut {
  to {
    opacity: .3;
    -moz-transform: translateX(100%) rotateY(-90deg);
  }
}
@keyframes rotateRoomRightOut {
  to {
    opacity: .3;
    transform: translateX(100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateRoomRightIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateRoomRightIn {
  from {
    opacity: .3;
    -moz-transform: translateX(-100%) rotateY(90deg);
  }
}
@keyframes rotateRoomRightIn {
  from {
    opacity: .3;
    transform: translateX(-100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateRoomTopOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateRoomTopOut {
  to {
    opacity: .3;
    -moz-transform: translateY(-100%) rotateX(-90deg);
  }
}
@keyframes rotateRoomTopOut {
  to {
    opacity: .3;
    transform: translateY(-100%) rotateX(-90deg);
  }
}
@-webkit-keyframes rotateRoomTopIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateRoomTopIn {
  from {
    opacity: .3;
    -moz-transform: translateY(100%) rotateX(90deg);
  }
}
@keyframes rotateRoomTopIn {
  from {
    opacity: .3;
    transform: translateY(100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateRoomBottomOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateRoomBottomOut {
  to {
    opacity: .3;
    -moz-transform: translateY(100%) rotateX(90deg);
  }
}
@keyframes rotateRoomBottomOut {
  to {
    opacity: .3;
    transform: translateY(100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateRoomBottomIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateRoomBottomIn {
  from {
    opacity: .3;
    -moz-transform: translateY(-100%) rotateX(-90deg);
  }
}
@keyframes rotateRoomBottomIn {
  from {
    opacity: .3;
    transform: translateY(-100%) rotateX(-90deg);
  }
}
/* cube */
@-webkit-keyframes rotateCubeLeftOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateCubeLeftOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
  100% {
    opacity: .3;
    -moz-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes rotateCubeLeftOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
  100% {
    opacity: .3;
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
}
@-moz-keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    -moz-transform: translateX(100%) rotateY(90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
}
@keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    transform: translateX(100%) rotateY(90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
}
@-webkit-keyframes rotateCubeRightOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateCubeRightOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
  100% {
    opacity: .3;
    -moz-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes rotateCubeRightOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
  100% {
    opacity: .3;
    transform: translateX(100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
}
@-moz-keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    -moz-transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
}
@keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
}
@-webkit-keyframes rotateCubeTopOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateCubeTopOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
  100% {
    opacity: .3;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
}
@keyframes rotateCubeTopOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
  100% {
    opacity: .3;
    transform: translateY(-100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateCubeTopIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
}
@-moz-keyframes rotateCubeTopIn {
  0% {
    opacity: .3;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
}
@keyframes rotateCubeTopIn {
  0% {
    opacity: .3;
    transform: translateY(100%) rotateX(-90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
}
@-webkit-keyframes rotateCubeBottomOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateCubeBottomOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: .3;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateCubeBottomOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: .3;
    transform: translateY(100%) rotateX(-90deg);
  }
}
@-webkit-keyframes rotateCubeBottomIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
@-moz-keyframes rotateCubeBottomIn {
  0% {
    opacity: .3;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
@keyframes rotateCubeBottomIn {
  0% {
    opacity: .3;
    transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
/* carousel */
@-webkit-keyframes rotateCarouselLeftOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(-150%) scale(0.4) rotateY(-65deg);
  }
}
@-moz-keyframes rotateCarouselLeftOut {
  to {
    opacity: .3;
    -moz-transform: translateX(-150%) scale(0.4) rotateY(-65deg);
  }
}
@keyframes rotateCarouselLeftOut {
  to {
    opacity: .3;
    transform: translateX(-150%) scale(0.4) rotateY(-65deg);
  }
}
@-webkit-keyframes rotateCarouselLeftIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@-moz-keyframes rotateCarouselLeftIn {
  from {
    opacity: .3;
    -moz-transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@keyframes rotateCarouselLeftIn {
  from {
    opacity: .3;
    transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@-webkit-keyframes rotateCarouselRightOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@-moz-keyframes rotateCarouselRightOut {
  to {
    opacity: .3;
    -moz-transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@keyframes rotateCarouselRightOut {
  to {
    opacity: .3;
    transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@-webkit-keyframes rotateCarouselRightIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(-200%) scale(0.4) rotateY(-65deg);
  }
}
@-moz-keyframes rotateCarouselRightIn {
  from {
    opacity: .3;
    -moz-transform: translateX(-200%) scale(0.4) rotateY(-65deg);
  }
}
@keyframes rotateCarouselRightIn {
  from {
    opacity: .3;
    transform: translateX(-200%) scale(0.4) rotateY(-65deg);
  }
}
@-webkit-keyframes rotateCarouselTopOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@-moz-keyframes rotateCarouselTopOut {
  to {
    opacity: .3;
    -moz-transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@keyframes rotateCarouselTopOut {
  to {
    opacity: .3;
    transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@-webkit-keyframes rotateCarouselTopIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@-moz-keyframes rotateCarouselTopIn {
  from {
    opacity: .3;
    -moz-transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@keyframes rotateCarouselTopIn {
  from {
    opacity: .3;
    transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@-webkit-keyframes rotateCarouselBottomOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@-moz-keyframes rotateCarouselBottomOut {
  to {
    opacity: .3;
    -moz-transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@keyframes rotateCarouselBottomOut {
  to {
    opacity: .3;
    transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@-webkit-keyframes rotateCarouselBottomIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@-moz-keyframes rotateCarouselBottomIn {
  from {
    opacity: .3;
    -moz-transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@keyframes rotateCarouselBottomIn {
  from {
    opacity: .3;
    transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
/* sides */
@-webkit-keyframes rotateSidesOut {
  to {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(90deg);
  }
}
@-moz-keyframes rotateSidesOut {
  to {
    opacity: 0;
    -moz-transform: translateZ(-500px) rotateY(90deg);
  }
}
@keyframes rotateSidesOut {
  to {
    opacity: 0;
    transform: translateZ(-500px) rotateY(90deg);
  }
}
@-webkit-keyframes rotateSidesIn {
  from {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
  }
}
@-moz-keyframes rotateSidesIn {
  from {
    opacity: 0;
    -moz-transform: translateZ(-500px) rotateY(-90deg);
  }
}
@keyframes rotateSidesIn {
  from {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
}
/* slide */
@-webkit-keyframes rotateSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes rotateSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes rotateSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes rotateSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes rotateSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes rotateSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
/* animation delay classes */
.pt-page-delay100 {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
}

.pt-page-delay180 {
  -webkit-animation-delay: .180s;
  -moz-animation-delay: .180s;
  animation-delay: .180s;
}

.pt-page-delay200 {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
}

.pt-page-delay300 {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}

.pt-page-delay400 {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}

.pt-page-delay500 {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

.pt-page-delay700 {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  animation-delay: .7s;
}

.pt-page-delay1000 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.pt-perspective {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}

.pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pt-page-current,
.no-js .pt-page {
  visibility: visible;
  z-index: 1;
}

body, html {
  background: #f4f4f4;
  font-family: "NeuzeitOfficeW01-Regula", "source-sans-pro-n3", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-y: scroll;
}

body {
  //display: none;
}

header .menu-main-menu-container {
  display: inline-block;
}

input, textarea, select {
  border: 1px solid #d7d7d7;
  background: #f6f6f6;
  padding: 0.5em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "NeuzeitOfficeW01-Regula", "source-sans-pro-n3", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #5a5a5a;
  font-size: 0.875em;
}

.button {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  text-decoration: none;
  display: block;
  padding: 0.8em 0.5em;
  box-sizing: border-radius;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "Neuzeit Office W01 Bold", "source-sans-pro-n7", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.75em;
  background: #c5e9da;
  text-decoration: none;
  color: #666;
}
.button.inline {
  display: inline-block;
}
.button:hover {
  background: #d7d7d7;
  color: white;
}
.button.dark {
  background: #282828;
  color: white !important;
}

#logo img {
  vertical-align: middle;
  margin-top: 15px;
}

#cover {
  display: none !important;
}
#cover .overlay, #cover .nav, #cover .logo, #cover .close-cover {
  display: none;
}

.tw-popup-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
  display: none;
}
.tw-popup-gallery .tw-container {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  overflow: hidden;
}
.tw-popup-gallery .tw-container .tw-holder {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.tw-popup-gallery .tw-container .tw-holder img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
.tw-popup-gallery .tw-close {
  display: block;
  content: ' ';
  width: 32px;
  height: 33px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url('img/close-icon.png?1434984169');
}
.tw-popup-gallery .tw-close:hover {
  background: url('img/close-icon-hover.png?1434984170');
}
.tw-popup-gallery.opened {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.row {
  overflow: hidden;
  line-height: 1.25em;
}

.offset-top {
  margin-top: 1em;
}

#shopping-cart {
  display: inline-block;
  background: #d7d7d7;
  font-size: 0.6875em;
  padding: 0.5em 0.6em;
  margin-left: 10px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#shopping-cart span {
  display: inline-block;
  margin-left: 3px;
  padding-left: 6px;
  border-left: 1px solid #666;
  height: 8px;
  line-height: 9px;
}
#shopping-cart:hover {
  background: #c5e9da;
}

.block-layout .row {
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.block-layout .row.full {
  margin-bottom: 20px;
  height: 300px;
  background: #666;
}
.block-layout .row span.play {
  display: block;
  position: absolute;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -60px;
  font-size: 0.875em;
  z-index: 2;
  pointer-events: none;
}
.block-layout .row figure {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  cursor: pointer;
}
.block-layout .row figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
.block-layout .row figure a:before {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('img/zoom-icon.png?1434984170');
  width: 55px;
  height: 55px;
  margin-left: -27px;
  margin-top: -27px;
  z-index: 3;
  content: ' ';
}
.block-layout .row figure:hover a:before {
  display: block;
}
.block-layout .row.video {
  height: 200px;
}
.block-layout .row.video figure a:before {
  display: none !important;
}
.block-layout .row .col {
  height: 300px;
  margin-bottom: 20px;
  background: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.block-layout .row .col.split {
  background: none;
  margin-bottom: 0;
}
.block-layout .row .col.split .text, .block-layout .row .col.split .image {
  margin-bottom: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.block-layout .row .col.split .text {
  background: white;
}
.block-layout .row .col.split .text p {
  padding: 1em;
  font-size: 1.375em;
}
.block-layout .row .col.split .image {
  height: 300px;
  background: #666;
  position: relative;
  overflow: hidden;
}

.sharing a {
  display: inline-block;
  overflow: hidden;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 22px;
  height: 20px;
  text-align: left;
  background: #eaeaea;
  background-position: top left;
  background-repeat: no-repeat;
  white-space: nowrap;
  font-size: 0.9375em;
}
.sharing a:before {
  display: inline-block;
  width: 20px;
  content: ' ';
}
.sharing a.facebook {
  background-image: url('img/icon-facebook-regular.png?1434984169');
}
.sharing a.facebook:hover {
  background-image: url('img/icon-facebook-hover.png?1434984169');
}
.sharing a.pinterest {
  background-image: url('img/icon-pinterest-regular.png?1434984169');
}
.sharing a.pinterest:hover {
  background-image: url('img/icon-pinterest-hover.png?1434984169');
}

body {
  background: #f4f4f4 url('img/background.jpg?1434984168');
  /* &.collectie {
      #topbar {
          background: #83908E;
          a, .sep {
              color: white;
          }
          a {
              &.active {
                  color: #c8f9e4;
              }
          }
      }
  } */
}
body.home .blocks .block img {
  width: 100%;
}
body.home #main {
  background: #f4f4f4 url('img/background.jpg?1434984168');
}
body.default #main, body.magento #main {
  background: #f4f4f4;
}
body.default #main h1, body.magento #main h1 {
  font-family: 'Roboto Slab';
  font-weight: 100;
  font-style: normal;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
body.default #main .content, body.magento #main .content {
  font-size: 0.875em;
}
body.default #main .content h2, body.magento #main .content h2 {
  font-size: 1.2857143em;
  font-family: "Neuzeit Office W01 Bold", "source-sans-pro-n7", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
body.magento #main {
  background-color: #fafafa;
}
body.magento #main > .container {
  overflow: hidden;
}
body.magento.cms-index-defaultindex #main, body.magento.catalog-category-view #main {
  background: #f4f4f4 url('img/background.jpg?1434984168');
}
body.magento.cms-index-defaultindex #topbar, body.magento.catalog-category-view #topbar {
  margin-bottom: -33px !important;
}
body.magento .col-main .container.post {
  margin-bottom: 10px;
}
body.magento #topbar {
  z-index: 1;
  position: relative;
}
body.magento.catalog-product-view .main-container {
  z-index: 4;
  position: relative;
}
body.magento.catalog-product-view .block-layout .product-image img {
  width: 100%;
}
body.magento.catalog-product-view #main {
  background: #f4f4f4;
}
body.magento.checkout-cart-index #topbar .container .page-title {
  overflow: visible;
}
body #main {
  padding-bottom: 1em;
  position: relative;
}
body #main .fullpage-image {
  position: absolute;
  margin-top: 332px;
  left: 0;
  right: 0;
  height: 575px;
  background: #c5e9da;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
body #main .container {
  position: relative;
  z-index: 1;
}
body.interieuradvies #main #topbar .col-6.last a.swipebox-video {
  display: block;
  position: relative;
}
body.interieuradvies #main #topbar .col-6.last a.swipebox-video img {
  display: block;
  width: 100%;
}
body.interieuradvies #main #topbar .col-6.last a.swipebox-video span.play {
  position: absolute;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -60px;
  font-size: 0.875em;
}
body.project-detail #main {
  overflow: hidden;
}
body.project-detail #main #topbar .container.filter {
  padding-bottom: 1em;
}
body.project-detail #main .col {
  text-align: left;
}
body.project-detail #main h1 {
  font-family: "NeuzeitOfficeW01-Regula", "source-sans-pro-n3", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.875em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #d7d7d7;
}
body.project-detail #main p {
  font-size: 0.875em;
}
body.project-detail #main .post {
  overflow: hidden;
}
body.project-detail #main .post .sharing {
  text-align: right;
}
body.project-detail #main .sharing, body.project-detail #main .project-navigation {
  margin-bottom: 0.5em;
}
body.project-detail #main .project-navigation .col {
  font-size: 0.75em;
}
body.project-detail #main .project-navigation .col.last {
  text-align: right;
}
body.magento #main {
  overflow: hidden;
}
body.magento #main .col {
  text-align: left;
}
body.magento #main h1 {
  font-family: "NeuzeitOfficeW01-Regula", "source-sans-pro-n3", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.875em;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
body.magento #main h2 {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-style: normal;
  font-size: 0.875em;
  margin-bottom: 0.5em;
  margin-top: 0;
}
body.magento #main .cart h1, body.magento #main .page-title h1 {
  font-family: 'Roboto Slab';
  font-weight: 100;
  font-style: normal;
}
body.magento #main .add-to-box {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden;
}
body.magento #main .add-to-box .price-box {
  width: 37.5%;
  float: left;
  margin-right: 4.1666667%;
  display: inline;
}
body.magento #main .add-to-box .price-box .price-label {
  display: none;
}
body.magento #main .add-to-box .price-box .special-price, body.magento #main .add-to-box .price-box .regular-price {
  font-size: 1.5em;
  line-height: 1em;
}
body.magento #main .add-to-box .price-box .old-price {
  font-size: 0.875em;
  line-height: 1em;
  text-decoration: line-through;
}
body.magento #main .add-to-box .price-box p {
  margin: 0;
}
body.magento #main .add-to-box .add-to-cart {
  width: 58.3333333%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}
body.magento #main .add-to-box div.qty {
  width: 31.0344828%;
  float: left;
  margin-right: 3.4482759%;
  display: inline;
}
body.magento #main .add-to-box div.qty input {
  border: 1px solid #d7d7d7;
  background: #f6f6f6;
  box-sizing: content-box;
  width: 100%;
  display: block;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Neuzeit Office W01 Bold", "source-sans-pro-n7", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #5a5a5a;
  font-size: 0.875em;
  height: 27px;
}
body.magento #main .add-to-box .add {
  width: 65.5172414%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}
body.magento #main .add-to-box .add .button {
  width: 100%;
}
body.magento #main p {
  font-size: 0.875em;
}
body.magento #main .description {
  font-size: 0.875em;
  line-height: 1.4375em;
}
body.magento #main .post {
  overflow: hidden;
}
body.covered {
  overflow: hidden;
}
body.blog, body.archive {
  background: #f4f4f4;
}
body.blog #main > .container, body.archive #main > .container {
  border-top: 2px solid #d7d7d7;
  padding-top: 2em;
}
body.blog article, body.archive article {
  border-bottom: 2px solid #d7d7d7;
  margin-bottom: 3em;
  padding-bottom: 2em;
}
body.blog article .postinfo, body.archive article .postinfo {
  overflow: hidden;
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
body.blog article .postinfo time, body.archive article .postinfo time {
  display: inline-block;
}
body.blog article .postinfo .category, body.archive article .postinfo .category {
  display: inline-block;
  margin-left: 1em;
  background: #c5e9da;
  padding: 0 0.5em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
body.blog article .postinfo .sharing, body.archive article .postinfo .sharing {
  float: right;
  text-align: right;
  width: 30%;
}
body.blog article h1, body.archive article h1 {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-style: normal;
  font-size: 2.4375em;
}
body.blog article p, body.archive article p {
  font-size: 0.875em;
}
body.blog .sidebar h3, body.archive .sidebar h3 {
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: "Neuzeit Office W01 Bold", "source-sans-pro-n7", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
}
body.blog .sidebar aside, body.archive .sidebar aside {
  margin-bottom: 2em;
}
body.blog .sidebar ul, body.archive .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.blog .sidebar ul li, body.archive .sidebar ul li {
  font-size: 0.875em;
  color: #969696;
}
body.blog .sidebar ul li a, body.archive .sidebar ul li a {
  text-decoration: none;
  color: #969696;
}
body.blog .sidebar ul li a:hover, body.archive .sidebar ul li a:hover {
  color: black;
}
body.home header {
  display: none;
}
body.sticky-header header {
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
}
body.sticky-header #main {
  margin-top: 92px;
}
body.contact #topbar .row {
  font-size: 0.875em;
}
body.contact #topbar .row.buttons {
  margin-top: 2em;
}
body.contact #topbar .button {
  display: inline-block;
  font-size: 0.875em;
  font-family: "NeuzeitOfficeW01-Regula", "source-sans-pro-n3", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
}
body.contact #topbar .button:hover {
  background: #282828;
  color: white !important;
}

.container {
  margin: 0 auto;
  width: 96%;
}

header {
  background: white;
  min-height: 92px;
  position: relative;
}
header h1 {
  padding-top: 0.5em;
  color: #fff;
}
header .container {
  position: relative;
  overflow: hidden;
}

h1 {
  font-weight: 600;
}

ol {
  list-style-position: inside;
  list-style-type: decimal;
}

ul {
  list-style-position: inside;
  list-style-type: disc;
}

/*! responsive-nav.js v1.0.14 by @viljamis */
#nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
#nav li {
  display: block;
  text-transform: uppercase;
  padding: 0.5em;
  font-size: 0.875em;
  padding: 10px 15px;
}
#nav li a {
  font-family: "Neuzeit Office W01 Bold", "source-sans-pro-n7", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  background: url('img/nav-selected-bg.png?1434984167') repeat-x;
  background-position: 0 25px;
}
#nav li a:hover {
  color: #000;
  background-position: 0 21px;
}

#nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50px;
  height: 49px;
  text-indent: -9999px;
  background: black url('img/hamburger.gif?1434984167') no-repeat 50% 33%;
  position: absolute;
  top: 0;
  right: 0;
}

#topbar {
  background: #f4f4f4;
}
#topbar iframe {
  width: 100%;
  height: 270px;
}
#topbar .container {
  padding: 2em 0 4em 0;
  text-align: center;
}
#topbar .container.post {
  padding-top: 0;
}
#topbar .container blockquote, #topbar .container .blockquote {
  padding: 1em 0 0.5em 0;
  font-size: 1.875em;
  line-height: 1em;
  border: 0;
  background: url('img/quote-bottom.png?1434984169') no-repeat bottom center;
}
#topbar .container .content {
  padding: 1em 0 1em 0;
  line-height: 1em;
  border: 0;
  background: url('img/quote-bottom.png?1434984169') no-repeat bottom center;
  overflow: hidden;
  text-align: left;
}
#topbar .container .content p {
  font-size: 0.875em;
}
#topbar .container .content h1 {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-style: normal;
}
#topbar .container .subline {
  font-size: 0.75em;
  font-family: "NeuzeitOfficeW01-Regula", "source-sans-pro-n3", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin-top: 1em;
  clear: both;
}
#topbar .container .subline img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.5em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#topbar .container.filter {
  text-align: center;
  padding: 1em 0 3em 0;
}
#topbar .container.filter a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.95em;
}
#topbar .container.filter a.active, #topbar .container.filter a:hover {
  color: #6ed6ab;
}
#topbar .container.filter .divider {
  display: inline-block;
  margin: 0 0.2em;
}
#topbar .container.filter .subcategories a {
  text-transform: none;
}
#topbar .container .map-widget {
  height: 250px;
}
#topbar.cleared {
  margin-bottom: 2em;
}
#topbar.cleared .container {
  padding: 2em 0;
}

.tab-container ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: none;
}
.tab-container ul.tabs li a {
  overflow: hidden;
  display: block;
  padding: 0.5em;
  text-decoration: none;
  background: #e5e5e5;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  white-space: normal;
}
.tab-container ul.tabs li a h3, .tab-container ul.tabs li a .h3 {
  color: white;
  margin: 0;
  font-size: 3.75em;
  font-family: "Neuzeit Office W01 Bold", "source-sans-pro-n7", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 0.75em;
  float: left;
  width: auto;
}
.tab-container ul.tabs li a h2, .tab-container ul.tabs li a .h2 {
  color: #969696;
  font-family: 'Roboto Slab';
  font-weight: 100;
  font-style: normal;
  font-size: 1em;
  margin: 0;
  float: none;
  clear: both;
  width: auto;
}
.tab-container ul.tabs li.active a {
  background: #fafafa;
}
.tab-container ul.tabs li.active a .h3 {
  color: #c5e9da !important;
}
.tab-container .tabs-content {
  margin: 0 -1em;
}
.tab-container .tabs-content .content {
  display: block;
  background: #fafafa;
  padding: 1.5em;
  font-size: 0.875em;
  overflow: hidden;
}
.tab-container .tabs-content .content.active {
  display: block;
}
.tab-container .tabs-content .content h1, .tab-container .tabs-content .content .h1 {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-style: normal;
  font-size: 2.7857143em;
}
.tab-container .tabs-content .content .col h2, .tab-container .tabs-content .content .col h3 {
  background: #c5e9da;
  text-transform: uppercase;
  padding: 0.25em;
  font-size: 1.2857143em;
}
.tab-container .tabs-content .content .col h2:first-child, .tab-container .tabs-content .content .col h3:first-child {
  margin-top: 0;
}
.tab-container .tabs-content .content ul {
  margin: 0;
}
.tab-container .tabs-content .content ul li {
  padding: 0.5em 0;
  border-top: 1px solid #d7d7d7;
}
.tab-container .tabs-content .content ul li:first-child {
  border-top: 0;
}
.tab-container .tabs-content .content ul li p {
  margin: 0;
}

.blocks {
  overflow: hidden;
}
.blocks .block {
  white-space: normal;
  display: block;
  padding-bottom: 8px;
  border-bottom: 2px solid #666;
  margin-bottom: 1em;
  overflow: hidden;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
  text-decoration: none;
}
.blocks .block img {
  display: block;
  width: 100%;
  height: auto;
}
.blocks .block .caption {
  background: white;
  background-image: url('img/secondary-overlay-100.png?1434984169');
  background-repeat: repeat-x;
  background-position: 0 220px;
  -moz-transition: background-position 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-position 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: background-position 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-position 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  height: 220px;
  padding: 1em;
}
.blocks .block .caption h2, .blocks .block .caption .h2 {
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  font-family: "Neuzeit Office W01 Bold", "source-sans-pro-n7", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.blocks .block .caption h4, .blocks .block .caption .h4 {
  color: #8fddbc;
  font-size: 0.875em;
  text-transform: uppercase;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.blocks .block .caption .readmore {
  position: absolute;
  bottom: 1em;
  right: 1em;
  height: 26px;
  line-height: 26px;
  padding-left: 36px;
  background: url('img/readmore.png?1434984168') no-repeat;
  font-size: 0.75em;
  text-transform: uppercase;
}
.blocks .block:hover .caption {
  background-position: 0 0;
}
.blocks .block:hover .caption h4 {
  color: #666;
}
.blocks .block.medewerker .caption {
  background-color: #f4f4f4;
  height: 170px;
}
.blocks .block.medewerker .caption h2 {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-style: normal;
  font-size: 2.0625em;
}
.blocks .block.project, .blocks .block.product {
  position: relative;
}
.blocks .block.project .overlay, .blocks .block.product .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 58px;
  -moz-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  background: rgba(197, 233, 218, 0.8);
  line-height: 100%;
  overflow: hidden;
}
.blocks .block.project .overlay span, .blocks .block.product .overlay span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  font-family: 'Roboto Slab';
  font-weight: 100;
  font-style: normal;
  font-size: 2.4375em;
  width: 100%;
}
.blocks .block.project .caption, .blocks .block.product .caption {
  height: 50px;
  line-height: 50px;
  background: white;
  -moz-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.blocks .block.project .caption h2, .blocks .block.product .caption h2 {
  text-align: center;
  font-family: "NeuzeitOfficeW01-Regula", "source-sans-pro-n3", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.125em;
}
.blocks .block.project:hover .caption, .blocks .block.product:hover .caption {
  background: #c5e9da;
}
.blocks .block.project:hover .overlay, .blocks .block.product:hover .overlay {
  top: 0;
}
.blocks .block.project {
  padding-bottom: 0;
  border-bottom: 0;
}
.blocks .block.project .overlay {
  bottom: 50px;
}
.blocks .block.product .caption {
  height: 70px;
  line-height: 1em;
}
.blocks .block.product .caption .title {
  float: left;
  width: 50%;
}
.blocks .block.product .caption .title h2 {
  text-align: left;
  font-family: "Neuzeit Office W01 Bold", "source-sans-pro-n7", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.blocks .block.product .caption .title h3 {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-style: normal;
  font-size: 0.875em;
  line-height: 0.875em;
  margin: 5px 0 0 0;
}
.blocks .block.product .caption .price-box {
  float: left;
  width: 34%;
  text-align: right;
}
.blocks .block.product .caption .price-box p {
  margin: 0;
}
.blocks .block.product .caption .price-box .price-label {
  display: none;
}
.blocks .block.product .caption .price-box .regular-price, .blocks .block.product .caption .price-box .old-price, .blocks .block.product .caption .price-box .special-price {
  display: block;
  font-family: "NeuzeitOfficeW01-Regula", "source-sans-pro-n3", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125em !important;
  line-height: 1.125em;
}
.blocks .block.product .caption .price-box .old-price {
  font-size: 0.875em !important;
  line-height: 0.875em;
  text-decoration: line-through;
}
.blocks .block.product .caption button {
  display: block;
  float: right;
  width: 13%;
  height: 36px;
  margin-left: 3%;
  border: 2px solid #535353;
  background: transparent url('img/add-to-cart.png?1434984170') no-repeat center center;
  content: ' ';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
  opacity: 0.55;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blocks .block.product .overlay {
  bottom: 78px;
}
.blocks .block.product:hover .caption button {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.blocks.small .block {
  border-bottom: 0;
}
.blocks.small .block figure {
  background: white;
  height: 100px;
  position: relative;
}
.blocks.small .block figure img {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.blocks.small .block .label {
  display: block;
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
  border-top: 2px solid #d3d3d3;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  font-size: 0.875em;
}
.blocks.small .block:hover .label {
  background: #c8f9e4;
}
.blocks.small .block:hover figure img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

footer {
  background: white;
  position: relative;
}
footer .container {
  padding: 3em 0 2em 0;
  font-size: 0.875em;
}
footer .container h2, footer .container .h2 {
  font-size: 1em;
  font-family: "Neuzeit Office W01 Bold", "source-sans-pro-n7", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
footer .container .col {
  margin-bottom: 1em;
}
footer .container .col a {
  text-decoration: none;
}
footer .container .col a:hover {
  color: #6ed6ab;
}
footer .container .navigation {
  clear: both;
  border-top: 2px solid #d7d7d7;
  padding-top: 1em;
  font-size: 0.75em;
}
footer .container .navigation a {
  text-decoration: none;
}
footer .container .navigation .disclaimer:before, footer .container .navigation .copyright:before {
  content: '\2022';
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 6px;
}
footer .container .navigation .cbw-logo {
  display: inline-block;
  float: right;
  width: 89px;
  height: 29px;
  background: url('img/logoCBW.png?1434984168') no-repeat top left;
}

.back-to-overview {
  text-decoration: none;
  padding-left: 16px;
  background: url('img/overview.png?1434984169') no-repeat left center;
}

#popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: none;
}
#popup .bg {
  background: rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#popup .close {
  display: block;
  position: absolute;
  right: 17px;
  top: 16px;
  width: 33px;
  height: 32px;
  background: url('img/close-icon.png?1434984169') no-repeat top left;
}
#popup .close:hover {
  background: url('img/close-icon-hover.png?1434984170') no-repeat top left;
}
#popup .container {
  position: absolute;
  top: 1000px;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  z-index: 4;
}
#popup .container .content {
  background: white;
  padding: 2em;
}
#popup .container .content h1 {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-style: normal;
  font-size: 1.75em;
}
#popup .container .content p, #popup .container .content ul {
  font-size: 0.875em;
}
#popup .container .content h2 {
  font-size: 0.875em;
  font-family: "Neuzeit Office W01 Bold", "source-sans-pro-n7", "source-sans-pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  border-top: 1px solid #d7d7d7;
  padding-top: 0.5em;
  margin-top: 0;
}
#popup .container .content h2:first-child {
  padding-top: 0;
  border-top: 0;
}
#popup .container .content ul {
  margin-bottom: 0.5em;
}
#popup .container .content ul li {
  margin: 0;
}

.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

#nav.opened {
  max-height: 9999px;
}

/*! end of responsive-nav.js v1.0.14 by @viljamis */
@media only screen and (max-width: 39.9em) {
  #cover {
    height: 50px !important;
  }

  #topbar.cleared {
    margin-bottom: 0 !important;
  }

  header {
    height: 50px;
    min-height: 50px;
  }
  header .container {
    width: 100%;
    margin: 0;
  }
  header nav {
    background: white;
  }
  header nav li {
    padding: 0 !important;
  }
  header nav li a {
    display: block;
    padding: 10px 1em;
    background: none !important;
  }
  header #logo {
    display: inline-block;
    height: 50px;
  }
  header #logo img {
    height: 40px;
    margin-top: 5px;
    margin-left: 1em;
  }
  header #shopping-cart {
    display: none;
  }
  header .menu-main-menu-container {
    width: 100%;
  }

  #main {
    margin-top: 0;
  }

  body.sticky-header #main {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 40em) {
  /*
  * This styling is for 640px and UP (40*16)
  */
  .col-2 {
    width: 15.2542373%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }
  .col-2.last {
    width: 15.2542373%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }

  .col-3 {
    width: 23.7288136%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }
  .col-3.last {
    width: 23.7288136%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }

  .col-4 {
    width: 32.2033898%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }
  .col-4.last {
    width: 32.2033898%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }

  .col-5 {
    width: 40.6779661%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }
  .col-5.last {
    width: 40.6779661%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }

  .col-6 {
    width: 49.1525424%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }
  .col-6.last {
    width: 49.1525424%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }

  .col-7 {
    width: 57.6271186%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }
  .col-7.last {
    width: 57.6271186%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }

  .col-8 {
    width: 66.1016949%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }
  .col-8.last {
    width: 66.1016949%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }

  .col-9 {
    width: 74.5762712%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }
  .col-9.last {
    width: 74.5762712%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }

  body #main {
    padding-bottom: 100px;
  }
  body.sticky-header.covered #main {
    margin-top: 0;
  }

  /*! responsive-nav.js v1.0.14 by @viljamis */
  #logo {
    float: left;
    display: inline-block;
    height: 92px;
    line-height: 92px;
  }
  #logo img {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -31px;
  }

  #nav {
    float: right;
    width: auto;
  }
  #nav li {
    margin-top: 2.25em;
    padding: 0 10px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    display: inline-block;
  }
  #nav li:first-child {
    border: none;
  }
  #nav li a {
    display: inline-block;
    vertical-align: middle;
    color: #969696;
  }
  #nav li.current-menu-item a, #nav li.current-page-ancestor a {
    color: #000;
    background-position: 0 21px;
  }

  body.magento #nav li.menu-item-1026 a {
    color: #000;
    background-position: 0 21px;
  }
  body.magento.catalog-product-view .main-container .block-layout {
    width: 66.1016949%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }
  body.magento.catalog-product-view .main-container .container.post {
    width: 32.2033898%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }
  body.magento.checkout-cart-index #topbar .container {
    margin-bottom: -50px;
  }

  .block-layout .row.full {
    height: 600px;
  }
  .block-layout .row.video {
    height: 400px;
  }
  .block-layout .row.cols {
    margin-bottom: 0;
  }
  .block-layout .row .col {
    height: 660px;
    width: 49.1525424%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }
  .block-layout .row .col.last {
    width: 49.1525424%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }
  .block-layout .row .col.split .text {
    height: 220px;
  }
  .block-layout .row .col.split .image {
    height: 420px;
  }

  body.project-detail #topbar {
    margin-bottom: -30px !important;
  }
  body.project-detail #topbar article {
    text-align: left;
  }
  body.project-detail #topbar article p {
    width: 60%;
  }
  body.project-detail #topbar .back-to-overview {
    text-decoration: none;
    padding-left: 16px;
    background: url('img/overview.png?1434984169') no-repeat left center;
  }
  body.project-detail #topbar .container {
    padding-top: 1em;
    padding-bottom: 3em;
  }
  body.project-detail #main h1 {
    border: 0;
    font-family: 'Roboto Slab';
    font-weight: 100;
    font-style: normal;
    font-size: 3.4375em;
    padding-bottom: 0;
  }
  body.project-detail #main .title {
    overflow: hidden;
  }
  body.project-detail #main .title .sharing {
    float: right;
    width: auto;
    display: inline-block;
  }
  body.project-detail #main .title .sharing a {
    padding: 0;
    font-size: 0;
  }
  body.project-detail #main .title h1 {
    float: left;
  }

  #cover {
    position: relative;
    width: 100%;
    height: 100%;
    display: block !important;
    top: 0;
  }
  #cover .slides {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    overflow: hidden;
  }
  #cover .slides .image {
    width: 100%;
    height: 100%;
    background: url('img/slide1.jpg?1434984168') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #cover .slides .image.active {
    display: block;
  }
  #cover .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: url('img/maskintro-en.png?1434984168') center center no-repeat;
    z-index: 2;
    display: block;
    overflow: hidden;
  }
  #cover .overlay div {
    position: absolute;
    background: #c3f9e2;
  }
  #cover .overlay-left {
    width: 100%;
    height: 100%;
    right: 74%;
  }
  #cover .overlay-right {
    width: 100%;
    height: 100%;
    left: 74%;
  }
  #cover .overlay-top {
    width: 100%;
    height: 100%;
    bottom: 74%;
  }
  #cover .overlay-bottom {
    width: 100%;
    height: 100%;
    top: 74%;
  }
  #cover .logo {
    width: 419px;
    height: 283px;
    background: url('img/cover-logo.png?1434984169') no-repeat left top;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -209.5px;
    margin-top: -141.5px;
    display: none;
    z-index: 1;
    overflow: hidden;
    text-indent: -9999px;
    margin-bottom: 0;
  }
  #cover .nav {
    z-index: 1;
    background: url('img/black-50.png?1434984168');
    background: rgba(0, 0, 0, 0.5);
    color: white;
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    display: block;
    -moz-transition: top 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #cover .nav ul {
    width: 780px;
    margin: 0px auto;
    text-align: center;
  }
  #cover .nav ul li {
    display: inline-block;
    font-size: 0.875em;
  }
  #cover .nav ul li a {
    color: white;
    padding: 0px 1em;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Neuzeit Office W01 Bold", "source-sans-pro-n7", "source-sans-pro", sans-serif;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
  }
  #cover .nav ul li a:hover {
    background: url('img/black-20.png?1434984168');
    background: rgba(0, 0, 0, 0.2);
  }
  #cover .close-cover {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 25px;
    margin-left: -40px;
    background: url('img/hide-cover.png?1434984168') no-repeat top left;
    z-index: 1;
    display: block;
  }

  .blocks {
    overflow: hidden;
  }
  .blocks .block {
    width: 32.2033898%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    margin-bottom: 1.6949153%;
  }
  .blocks .block.last {
    width: 32.2033898%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
    margin-bottom: 1.6949153%;
  }
  .blocks .block.big {
    width: 66.1016949%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
    margin-bottom: 1.6949153%;
  }
  .blocks .block.big.last {
    width: 66.1016949%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
    margin-bottom: 1.6949153%;
  }
  .blocks .block.smallest .caption {
    margin-top: -25px;
  }
  .blocks.small .block {
    width: 23.7288136%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }
  .blocks.small .block.last {
    width: 23.7288136%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }

  footer .cbw-logo {
    margin-top: -8px;
  }

  #topbar {
    margin-bottom: -33px;
  }
  #topbar .container blockquote, #topbar .container .blockquote {
    font-size: 2.4375em;
  }

  .js #nav {
    position: relative;
    max-height: none;
  }

  #nav-toggle {
    display: none;
  }

  .tab-container ul.tabs {
    display: block;
  }
  .tab-container ul.tabs li {
    width: 32.2033898%;
    float: left;
    margin-right: 1.6949153%;
    display: inline;
  }
  .tab-container ul.tabs li.last {
    width: 32.2033898%;
    float: right;
    margin-right: 0;
    #margin-left: -1em;
    display: inline;
  }
  .tab-container ul.tabs li a h3, .tab-container ul.tabs li a .h3 {
    font-size: 9.5em;
    line-height: 0.75em;
  }
  .tab-container ul.tabs li a h2, .tab-container ul.tabs li a .h2 {
    font-size: 1.25em;
  }
  .tab-container .tabs-content .content {
    display: none;
  }

  /*! end of responsive-nav.js v1.0.14 by @viljamis */
}
@media only screen and (min-width: 60em) {
  /*
  * This styling is for 960px and UP (60*16)
  */
  .container {
    width: 960px;
  }
}
@media print {
  /*
   * Put your print styles in this file
   */
  body {
    font-size: 62.5%;
    line-height: 1em;
  }
}
@media screen and (max-width: 769px) {
  -webkit-text-size-adjust: none;
}
