@charset "UTF-8";
/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Base file
 *
 * @package base/base
 */
/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Variables
 *
 * @package base/variables
 */
/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Mixins
 *
 * @package base/mixins
 */
/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Functions
 *
 * @package base/functions
 */
/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Animations.
 *
 * @package base/animations
 */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 
Print styles.
Taken from: http://html5boilerplate.com/
---------------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* ----------------------------------------------------------------------------
  emve Bootstrap
---------------------------------------------------------------------------- */
*, :before, :after {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* Defaults
---------------------------------------------------------------------------- */
a {
  word-wrap: break-word; }

/* Grid helpers
---------------------------------------------------------------------------- */
.container {
  margin: auto; }

.container:before,
.container:after,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.container:after,
.row:after,
.clearfix:after {
  clear: both; }

@media only screen and (max-width: 479px) {
  .container {
    width: 100%; } }

@media only screen and (min-width: 480px) and (max-width: 790px) {
  .container {
    width: 100%; } }

@media only screen and (min-width: 792px) and (max-width: 1023px) {
  .container {
    width: 100%; } }

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .container {
    width: 100%; } }

@media only screen and (min-width: 1160px) {
  .container {
    width: 1160px; } }

.col {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left; }

/* Simple helpers
---------------------------------------------------------------------------- */
.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.is-hide {
  display: none !important; }

.is-show {
  display: block !important; }

/* Makes image responsive
---------------------------------------------------------------------------- */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* Screen readers only
---------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* Image replacement 
---------------------------------------------------------------------------- */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Animation
 *
 * @package non-modular/animation
 */
.js-animation {
  opacity: 0; }
  .js-animation.animated {
    opacity: 1; }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Headings
 *
 * @package base/headings
 */
.hg-primary {
  font-size: 2.1875rem;
  font-weight: 200;
  line-height: 3.125rem;
  text-transform: uppercase;
  color: #03abe2;
  letter-spacing: 1px;
  margin: 0; }
  .hg-primary mark {
    color: #fff;
    background-image: linear-gradient(42deg, #00c2ec 0%, #03abe2 100%);
    border-radius: 11px;
    padding: 0px 12px; }

@media only screen and (max-width: 700px) {
  .hg {
    line-height: 2.5rem; }
    .hg-primary {
      font-size: 1.875rem; } }

@media only screen and (max-width: 500px) {
  .hg-primary {
    font-size: 1.5625rem;
    line-height: 2.5rem; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Application header.
 *
 * @package modules/appHeader
 */
.m-appHeader {
  max-height: 100%;
  background: #fff;
  padding: 14px 0;
  position: relative;
  z-index: 100; }
  .m-appHeader:after, .m-appHeader:before {
    content: '';
    display: table; }
  .m-appHeader:after {
    clear: both; }
  .m-appHeader--logo {
    float: left;
    margin-top: 5px; }
  .m-appHeader--nav {
    float: right;
    margin: 24px 0; }

@media only screen and (max-width: 1020px) {
  body {
    padding-top: 54px; }
  .m-appHeader {
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100; }
    .m-appHeader--nav {
      display: none !important; }
    .m-appHeader--logo {
      width: 225px; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Application footer.
 *
 * @package modules/appFooter
 */
.m-appFooter {
  padding: 1.5% 0; }
  .m-appFooter:after, .m-appFooter:before {
    content: '';
    display: table; }
  .m-appFooter:after {
    clear: both; }
  .m-appFooter--logo {
    float: left;
    margin-left: 40px; }
  .m-appFooter--copyright {
    float: left;
    font-size: 1rem;
    color: #838383;
    margin: 11px 0 0 0; }
  .m-appFooter--nav {
    float: right;
    margin-top: 4px; }
    .m-appFooter--nav--link {
      font-size: 1.125rem;
      color: #838383;
      margin: 0 0 0 20px; }

@media only screen and (max-width: 900px) {
  .m-appFooter--nav {
    float: left;
    width: 100%; }
    .m-appFooter--nav--link {
      margin: 0 20px 0 0; } }

@media only screen and (max-width: 640px) {
  .m-appFooter {
    text-align: center;
    padding: 20px 0; }
    .m-appFooter--logo {
      float: none;
      margin-top: 20px;
      margin-left: 0; }
    .m-appFooter--copyright {
      width: 100%; }
    .m-appFooter--nav {
      width: 100%;
      margin-top: 10px; }
      .m-appFooter--nav--link {
        margin: 0 20px; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Application root section
 *
 * @package modules/appRootSection
 */
.m-appRootSection {
  padding-left: calc((100% - 1160px) / 2);
  padding-right: calc((100% - 1160px) / 2); }
  .m-appRootSection:after, .m-appRootSection:before {
    content: '';
    display: table; }
  .m-appRootSection:after {
    clear: both; }
  .m-appRootSection.is-sm {
    padding-left: calc((100% - 800px) / 2);
    padding-right: calc((100% - 800px) / 2); }
  .m-appRootSection.is-md {
    padding-left: calc((100% - 1100px) / 2);
    padding-right: calc((100% - 1100px) / 2); }

@media only screen and (max-width: 1200px) {
  .m-appRootSection {
    padding-left: 20px;
    padding-right: 20px; } }

@media only screen and (max-width: 1140px) {
  .m-appRootSection.is-md {
    padding-left: 20px;
    padding-right: 20px; } }

@media only screen and (max-width: 840px) {
  .m-appRootSection.is-sm {
    padding-left: 20px;
    padding-right: 20px; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Application nav.
 *
 * @package modules/appNav
 */
.m-appNav {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .m-appNav--item {
    position: relative; }
  .m-appNav--link {
    color: #03abe2;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.88px;
    padding: 3px 5px;
    margin: 0 3px;
    transition: all 200ms linear;
    cursor: pointer;
    position: relative;
    z-index: 101; }
    .m-appNav--link:after {
      content: '';
      width: 0;
      height: 1px;
      background: #03abe2;
      position: absolute;
      bottom: -1px;
      left: 50%;
      transform: translateX(-50%);
      transition: all 200ms linear; }
    .m-appNav--link:hover {
      color: #025f7d; }
      .m-appNav--link:hover:after {
        width: calc(100% - 10px); }
  .m-appNav--submenu {
    display: none;
    position: absolute;
    top: 130%;
    left: 50%;
    width: 170px;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    text-align: center;
    z-index: 1000;
    border-radius: 10px;
    border: 1px solid #00c2ec; }
    .m-appNav--submenu:before {
      content: '';
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      width: 90px;
      height: 25px;
      z-index: 99; }
    .m-appNav--submenu li {
      display: block;
      width: 100%;
      margin: 0; }
      .m-appNav--submenu li a {
        display: block;
        width: 100%;
        padding: 0;
        color: #00c2ec;
        font-size: 14px; }
        .m-appNav--submenu li a:after {
          display: none; }

/*
 * This file is part of 'ema' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Application mobile button.
 *
 * @package modules/appMobileBtn
 */
.m-appMobileBtn {
  display: none;
  height: 35px;
  width: 27px;
  cursor: pointer;
  z-index: 9998;
  transition: opacity .25s ease;
  position: fixed;
  top: 15px;
  right: 20px; }
  .m-appMobileBtn.is-active .m-appMobileBtn--top {
    transform: translateY(11px) translateX(0) rotate(45deg); }
  .m-appMobileBtn.is-active .m-appMobileBtn--middle {
    opacity: 0; }
  .m-appMobileBtn.is-active .m-appMobileBtn--bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg); }
  .m-appMobileBtn span {
    background: #03abe2;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer; }
    .m-appMobileBtn span:nth-of-type(2) {
      top: 11px; }
    .m-appMobileBtn span:nth-of-type(3) {
      top: 22px; }

@media only screen and (max-width: 1020px) {
  .m-appMobileBtn {
    display: block; } }

/*
 * This file is part of 'ema' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Module application mobile header
 *
 * @package modules/appMobile
 */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }

.m-appMobile {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9997;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow-y: scroll;
  overflow-x: hidden; }
  .m-appMobile.is-open {
    opacity: .9;
    visibility: visible;
    height: 100%; }
    .m-appMobile.is-open li {
      animation: fadeInRight .5s ease forwards;
      animation-delay: .35s; }
      .m-appMobile.is-open li:nth-of-type(2) {
        animation-delay: .4s; }
      .m-appMobile.is-open li:nth-of-type(3) {
        animation-delay: .45s; }
      .m-appMobile.is-open li:nth-of-type(4) {
        animation-delay: .50s; }
      .m-appMobile.is-open li:nth-of-type(5) {
        animation-delay: .65s; }
      .m-appMobile.is-open li:nth-of-type(6) {
        animation-delay: .70s; }
  .m-appMobile--nav {
    position: relative;
    height: 100%;
    min-height: 500px;
    top: 0;
    padding-top: 10%;
    font-size: 50px;
    text-align: center;
    overflow: hidden; }
  .m-appMobile ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; }
    .m-appMobile ul li {
      display: block;
      height: calc(100% / 7);
      min-height: 50px;
      position: relative;
      opacity: 0; }
  .m-appMobile a {
    display: block;
    position: relative;
    color: #03abe2;
    text-decoration: none;
    overflow: hidden;
    font-size: 32px; }
    .m-appMobile a:hover:after, .m-appMobile a:focus:after, .m-appMobile a:active:after {
      width: 100%; }
    .m-appMobile a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0%;
      transform: translateX(-50%);
      height: 3px;
      background: #03abe2;
      transition: .35s; }

html {
  font-size: 16px; }

body {
  background: #ffffff;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  color: #2a2a2a; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 200; }

.is-standard-content {
  /*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
  /*
 * Standard content.
 *
 * @package base/standarContent
 */ }
  .is-standard-content h2 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #707070; }
  .is-standard-content h3 {
    color: #03abe2;
    font-size: 1.375rem;
    font-weight: 300;
    margin: 0; }
  .is-standard-content p {
    font-size: 1rem;
    color: #707070;
    margin-top: 0;
    margin-bottom: 30px; }

.admin-btn {
  position: absolute;
  top: 35px;
  right: 15px;
  background: #03abe2;
  color: #fff;
  padding: 5px 15px;
  z-index: 101; }

@media only screen and (max-width: 479px) {
  html {
    font-size: 12px; } }

@media only screen and (min-width: 480px) and (max-width: 790px) {
  html {
    font-size: 13px; } }

@media only screen and (min-width: 792px) and (max-width: 1023px) {
  html {
    font-size: 14px; } }

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  html {
    font-size: 14px; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section link
 *
 * @package modules/sLink
 */
.m-sLink {
  background: url("/wp-content/themes/czsk/public/img/bg-sLink.jpg");
  text-align: center;
  padding: 4% 0; }
  .m-sLink--heading {
    font-size: 2.1875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 30px 0; }
  .m-sLink--btn {
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.51px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 9px 20px;
    transition: all 200ms linear; }
    .m-sLink--btn:hover {
      background: #fff;
      color: #03abe2; }

@media only screen and (max-width: 500px) {
  .m-sLink--heading {
    font-size: 1.25rem; }
  .m-sLink--btn {
    padding: 5px 15px; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section pagination.
 *
 * @package modules/sPagination
 */
.m-sPagination {
  text-align: center;
  padding: 4% 0; }
  .m-sPagination ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .m-sPagination ul li {
      display: inline-block;
      vertical-align: middle; }
      .m-sPagination ul li a {
        display: inline-block;
        text-align: center;
        width: 39px;
        padding: 6.5px 0;
        font-size: 1.125rem;
        font-weight: 300;
        color: #555555;
        border: 1px solid #555555;
        margin: 0 10px;
        transition: all 200ms linear; }
        .m-sPagination ul li a.is-next, .m-sPagination ul li a.is-prev {
          border: 0;
          width: auto;
          color: #707070;
          padding: 6.5px 5px; }
        .m-sPagination ul li a.is-active {
          background: #03abe2;
          color: #fff;
          border-color: #03abe2; }
        .m-sPagination ul li a:hover {
          background: #f5f5f5; }
          .m-sPagination ul li a:hover.is-active {
            background: #03abe2; }

@media only screen and (max-width: 600px) {
  .m-sPagination ul li a {
    margin: 0 2px; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section about.
 *
 * @package modules/sAbout
 */
.m-sAbout {
  position: relative;
  height: calc(100vh - 100px); }
  .m-sAbout--img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  .m-sAbout--content {
    position: absolute;
    top: 10%;
    right: calc(((100% - 1160px) / 2) + 40px);
    background-image: linear-gradient(-48deg, rgba(0, 194, 236, 0.9) 0%, rgba(0, 143, 213, 0.9) 100%);
    border-radius: 30px;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.18);
    width: 437px;
    padding: 40px; }
  .m-sAbout--heading {
    font-size: 2.1875rem;
    color: #fff;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 0; }
  .m-sAbout--text {
    font-size: 1rem;
    color: #fff;
    line-height: 20px; }

@media only screen and (max-width: 1200px) {
  .m-sAbout--content {
    right: 30px;
    max-width: calc(100% - 60px); } }

@media only screen and (max-width: 953px) {
  .m-sAbout {
    height: auto;
    margin-bottom: 50px; }
    .m-sAbout--img {
      position: relative; } }

@media only screen and (max-width: 380px) {
  .m-sAbout--content {
    padding: 20px; }
  .m-sAbout--heading {
    font-size: 1.875rem;
    line-height: 1.875rem; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section info.
 *
 * @package modules/sInfo
 */
.m-sInfo {
  text-align: center;
  padding: 5% 0; }
  .m-sInfo--heading {
    display: inline-block;
    background: #fff;
    padding: 0 20px;
    transform: translateY(50%); }
  .m-sInfo--content {
    border: 1px solid #d5d5d5;
    border-radius: 30px;
    padding: 60px 20px;
    text-align: left; }
  .m-sInfo--row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap; }
  .m-sInfo--col {
    width: 20%;
    padding: 0 10px; }
  .m-sInfo--title {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: #0e70ad;
    margin: 0; }
  .m-sInfo--text {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: 0.51px;
    color: #838383;
    margin: 0; }

@media only screen and (max-width: 720px) {
  .m-sInfo--col {
    width: 50%;
    margin-bottom: 20px; } }

@media only screen and (max-width: 525px) {
  .m-sInfo--col {
    width: 100%;
    text-align: center; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section plan.
 *
 * @package modules/sPlan
 */
.m-sPlan {
  padding: 7% 0;
  text-align: center;
  position: relative; }
  .m-sPlan--heading {
    display: inline-block;
    position: absolute;
    top: 6%;
    left: calc((100% - 1160px) / 2);
    font-size: 2.1875rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 30px; }
  .m-sPlan--plan {
    max-width: 100%; }

@media only screen and (max-width: 1200px) {
  .m-sPlan {
    padding: 5% 20px; }
    .m-sPlan--heading {
      left: 30px; } }

@media only screen and (max-width: 930px) {
  .m-sPlan--heading {
    position: relative;
    margin-bottom: 40px;
    left: auto; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section specializations.
 *
 * @package modules/sSpecializations
 */
.m-sSpecializations {
  padding: 2% 0; }
  .m-sSpecializations--row {
    margin: 0 -10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .m-sSpecializations--col {
    width: 33.3333%;
    min-height: 200px;
    height: auto;
    padding: 20px 10px; }
  .m-sSpecializations--header {
    text-align: left;
    margin-bottom: 15px; }
    .m-sSpecializations--header--icon {
      display: inline-block;
      vertical-align: middle; }
    .m-sSpecializations--header--heading {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.375rem;
      line-height: 1.625rem;
      text-transform: uppercase;
      color: #0e70ad;
      width: 70%;
      padding-left: 15px; }
  .m-sSpecializations--content {
    padding-left: 15px; }
    .m-sSpecializations--content--heading {
      font-size: 1.125rem;
      font-weight: 300;
      margin: 0;
      color: #2a2a2a;
      margin: 0; }
    .m-sSpecializations--content ul {
      margin: 0; }
      .m-sSpecializations--content ul li {
        font-size: 1rem;
        color: #2a2a2a; }

@media only screen and (max-width: 950px) {
  .m-sSpecializations--col {
    width: 50%;
    height: 413px; } }

@media only screen and (max-width: 664px) {
  .m-sSpecializations--col {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: auto;
    float: none; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section hospital map.
 *
 * @package modules/sHospitalMap
 */
.m-sHospitalMap {
  position: relative; }
  .m-sHospitalMap:after, .m-sHospitalMap:before {
    content: '';
    display: table; }
  .m-sHospitalMap:after {
    clear: both; }
  .m-sHospitalMap--heading {
    position: absolute;
    top: 20px;
    left: calc((100% - 1000px) / 2);
    z-index: 1; }
  .m-sHospitalMap--map {
    width: 100%;
    float: left; }

@media only screen and (max-width: 1200px) {
  .m-sHospitalMap--heading {
    left: 30px; } }

@media only screen and (max-width: 575px) {
  .m-sHospitalMap {
    margin-top: 40px; }
    .m-sHospitalMap--heading {
      top: 0; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section contact.
 *
 * @package modules/sContact
 */
.m-sContact {
  position: relative; }
  .m-sContact--map {
    height: calc(100vh - 100px); }
  .m-sContact--content {
    position: absolute;
    top: 25%;
    right: calc((100% - 1160px) / 2);
    width: 437px;
    max-width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.18);
    background-color: #03abe2;
    background-image: linear-gradient(42deg, #00c2ec 0%, #03abe2 100%);
    padding: 50px 38px;
    z-index: 100; }
  .m-sContact--heading {
    margin-top: 0;
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: 0.63px;
    color: #fff; }
  .m-sContact--info {
    letter-spacing: 0.46px;
    color: #fff; }
    .m-sContact--info a {
      letter-spacing: 0.46px;
      text-decoration: underline;
      color: #fff; }

@media only screen and (max-width: 1200px) {
  .m-sContact--content {
    right: 20px; } }

@media only screen and (max-width: 700px) {
  .m-sContact--content {
    position: relative;
    left: 0px;
    right: 0;
    width: 100%;
    padding: 2% 3%;
    border-radius: 0; }
  .m-sContact--map {
    height: calc(100vh - 54px); } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section header.
 *
 * @package modules/sHeader
 */
.m-sHeader {
  padding: 1.5% 0;
  position: relative; }
  .m-sHeader.is-center {
    text-align: center; }
  .m-sHeader.is-big .m-sHeader--title {
    font-size: 2.1875rem;
    text-transform: uppercase; }
    .m-sHeader.is-big .m-sHeader--title mark {
      margin-right: -4px; }
  .m-sHeader--title {
    font-size: 1.25rem;
    font-weight: 200;
    letter-spacing: 0.57px;
    color: #ffffff;
    margin: 0; }
    .m-sHeader--title mark {
      display: inline-block;
      vertical-align: middle;
      font-size: 2.1875rem;
      text-transform: uppercase;
      color: #17b5e7;
      letter-spacing: 1px;
      background: #fff;
      border-radius: 11px;
      padding: 0px 21px; }
  .m-sHeader--select {
    position: absolute;
    top: 50%;
    right: calc((100% - 1160px) / 2);
    transform: translateY(-50%);
    width: 380px;
    height: 42px;
    padding: 0 10px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    color: #707070;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url("../img/selectbox.png");
    background-repeat: no-repeat;
    background-position: right 10px center; }
    .m-sHeader--select::-ms-expand {
      display: none; }
    .m-sHeader--select.is-md {
      right: calc((100% - 1100px) / 2); }

@media only screen and (max-width: 1140px) {
  .m-sHeader--select.is-md {
    right: 20px; } }

@media only screen and (max-width: 830px) {
  .m-sHeader--select {
    width: 200px;
    padding-right: 32px; } }

@media only screen and (max-width: 700px) and (min-width: 501px) {
  .m-sHeader--title {
    font-size: 1.25rem; }
    .m-sHeader--title mark {
      font-size: 1.5625rem;
      line-height: 1.5625rem; } }

@media only screen and (max-width: 700px) {
  .m-sHeader--select {
    height: 20px; } }

@media only screen and (max-width: 500px) {
  .m-sHeader--title {
    font-size: 0.9375rem; }
    .m-sHeader--title mark {
      font-size: 1.25rem;
      line-height: 1.25rem; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section faq.
 *
 * @package modules/sFaq
 */
.m-sFaq {
  padding: 2% 0; }
  .m-sFaq .m-bxFaq {
    margin-bottom: 10px; }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Box faq.
 *
 * @package modules/bxFaq
 */
.m-bxFaq {
  transition: all 200ms linear; }
  .m-bxFaq:hover .m-bxFaq--header {
    background-color: #f7f7f7; }
  .m-bxFaq.is-active {
    background-color: #f7f7f7; }
    .m-bxFaq.is-active .m-bxFaq--close:before {
      transform: rotate(45deg) translateX(0); }
    .m-bxFaq.is-active .m-bxFaq--close:after {
      transform: rotate(-45deg) translateX(0); }
    .m-bxFaq.is-active .m-bxFaq--header {
      border-color: #f7f7f7; }
    .m-bxFaq.is-active .m-bxFaq--content {
      height: auto;
      padding-bottom: 45px; }
  .m-bxFaq--close {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%); }
    .m-bxFaq--close:before, .m-bxFaq--close:after {
      position: absolute;
      content: '';
      display: inline-block;
      width: 14px;
      height: 1px;
      background-color: #838383;
      transition: all 200ms linear; }
    .m-bxFaq--close:before {
      transform: rotate(45deg) translateX(-7px); }
    .m-bxFaq--close:after {
      transform: rotate(-45deg) translateX(7px); }
  .m-bxFaq--header {
    position: relative;
    padding: 25px 40px;
    border-bottom: 1px solid #d8d8d8;
    transition: all 200ms linear;
    cursor: pointer; }
  .m-bxFaq--title {
    font-size: 1.25rem;
    letter-spacing: 0.57px;
    color: #0e70ad;
    margin: 0; }
  .m-bxFaq--content {
    padding: 0 40px 0 40px;
    height: 0;
    overflow: hidden;
    transition: all 200ms linear; }
    .m-bxFaq--content .is-standard-content *:first-child {
      margin-top: 0; }

@media only screen and (max-width: 700px) {
  .m-bxFaq--header {
    padding: 15px 50px 15px 20px; }
  .m-bxFaq--content {
    padding: 0 20px; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Slider primary.
 *
 * @package modules/srPrimary
 */
.m-srPrimary {
  position: relative;
  margin-bottom: 80px; }
  .m-srPrimary:after, .m-srPrimary:before {
    content: '';
    display: table; }
  .m-srPrimary:after {
    clear: both; }
  .m-srPrimary.is-bordered {
    border-bottom: 10px solid #03abe2; }
  .m-srPrimary--content {
    position: absolute;
    bottom: -50px;
    right: calc((100% - 1160px) / 2);
    box-shadow: -30px 30px 40px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 0 30px;
    background-color: #ffffff;
    width: 622px;
    height: 346px;
    max-width: 100%;
    padding: 65px 86px 0 86px; }
  .m-srPrimary--description {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #838383; }
  .m-srPrimary--movie {
    color: #03abe2;
    font-size: 1.5625rem;
    font-weight: 200;
    letter-spacing: 0.71px;
    cursor: pointer; }
  .m-srPrimary--img {
    width: 100%;
    float: left; }
  .m-srPrimary ul {
    padding: 0;
    margin: 0; }
  .m-srPrimary .bx-pager {
    position: absolute;
    bottom: -20px;
    right: calc((100% - 1160px) / 2);
    z-index: 100;
    width: 622px;
    max-width: 100%;
    padding: 0 86px; }
    .m-srPrimary .bx-pager .bx-pager-item {
      display: inline-block;
      vertical-align: middle; }
      .m-srPrimary .bx-pager .bx-pager-item .bx-pager-link {
        display: inline-block;
        width: 58px;
        height: 4px;
        background-color: #ececec;
        font-size: 0;
        margin-right: 20px; }
        .m-srPrimary .bx-pager .bx-pager-item .bx-pager-link.active {
          background-color: #03abe2; }
  .m-srPrimary .bx-viewport {
    overflow: visible !important; }

@media only screen and (max-width: 1200px) {
  .m-srPrimary--content {
    right: 30px;
    max-width: calc(100% - 60px); }
  .m-srPrimary .bx-pager {
    right: 40px;
    width: 100%;
    text-align: right;
    padding: 0;
    max-width: calc(100% - 60px); } }

@media only screen and (max-width: 700px) {
  .m-srPrimary {
    margin-bottom: 240px; }
    .m-srPrimary--content {
      padding: 20px;
      height: 240px;
      transform: none;
      top: 80%;
      box-shadow: none;
      border: 1px solid #f1f1f1; }
    .m-srPrimary .bx-pager {
      bottom: -165px; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section idea.
 *
 * @package modules/sIdea
 */
.m-sIdea {
  padding-bottom: 5%;
  text-align: center; }
  .m-sIdea--heading {
    text-align: left; }
  .m-sIdea--description {
    max-width: 460px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: left; }
  .m-sIdea--content {
    display: inline-block;
    margin-top: -5%;
    position: relative; }
    .m-sIdea--content--img {
      width: 100%; }
    .m-sIdea--content--left, .m-sIdea--content--top, .m-sIdea--content--right {
      position: absolute;
      width: 256px;
      text-align: left; }
    .m-sIdea--content--left {
      left: -117px;
      top: 37%;
      color: #a9c409; }
    .m-sIdea--content--top {
      top: 0;
      left: 62%;
      color: #03abe2; }
    .m-sIdea--content--right {
      right: -200px;
      top: 70%;
      color: #00c2ec; }

@media only screen and (max-width: 1113px) {
  .m-sIdea--content--right {
    right: 0;
    top: 70%;
    width: 115px;
    text-align: right; } }

@media only screen and (max-width: 973px) {
  .m-sIdea--content {
    margin-top: 20px; }
    .m-sIdea--content--left {
      left: 0px;
      top: 35%;
      width: 160px; } }

@media only screen and (max-width: 690px) {
  .m-sIdea--content--img {
    width: 80%; }
  .m-sIdea--content--top {
    width: 170px; } }

@media only screen and (max-width: 610px) {
  .m-sIdea--content--img {
    width: 60%; }
  .m-sIdea--content--left {
    top: 26%; }
  .m-sIdea--content--top {
    left: 58%;
    width: 215px;
    top: -20px; }
  .m-sIdea--content--right {
    width: 145px; } }

@media only screen and (max-width: 517px) {
  .m-sIdea {
    text-align: center;
    padding: 5% 0; }
    .m-sIdea--content {
      display: none; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section video.
 *
 * @package modules/sVideo
 */
.m-sVideo {
  padding: 12% 0;
  position: relative; }
  .m-sVideo--content {
    position: absolute;
    bottom: 0;
    right: calc((100% - 1160px) / 2);
    background: #fff;
    box-shadow: -30px 30px 40px rgba(0, 0, 0, 0.15);
    border-radius: 30px 0 0;
    width: 500px;
    max-width: 100%;
    padding: 60px 80px 50px 80px; }
  .m-sVideo--text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #838383; }
  .m-sVideo--btn {
    font-size: 1.5625rem;
    font-weight: 200;
    letter-spacing: 0.71px;
    color: #03abe2; }
    .m-sVideo--btn:before {
      content: url("/wp-content/themes/czsk/public/img/video-play.png");
      margin-right: 10px; }

@media only screen and (max-width: 1200px) {
  .m-sVideo--content {
    right: 30px;
    max-width: calc(100% - 60px); } }

@media only screen and (max-width: 1070px) {
  .m-sVideo {
    margin-bottom: 200px; }
    .m-sVideo--content {
      width: 100%;
      max-width: 100%;
      padding: 0;
      right: 0;
      top: 100%;
      height: 200px;
      padding: 40px 30%;
      text-align: center; } }

@media only screen and (max-width: 676px) {
  .m-sVideo {
    margin-bottom: 200px; }
    .m-sVideo--content {
      padding: 40px 15%; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section map.
 *
 * @package modules/sMap
 */
.m-sMap {
  position: relative; }
  .m-sMap--heading {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1; }
  .m-sMap--map {
    height: 490px; }

@media only screen and (max-width: 900px) {
  .m-sMap--map {
    height: 400px; } }

@media only screen and (max-width: 700px) {
  .m-sMap--map {
    height: 300px; } }

@media only screen and (max-width: 500px) {
  .m-sMap--map {
    height: 200px; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section benefits.
 *
 * @package modules/sBenefits
 */
.m-sBenefits {
  padding: 5% 0; }
  .m-sBenefits--row-1, .m-sBenefits--row-2, .m-sBenefits--row-3 {
    margin-bottom: 60px; }
    .m-sBenefits--row-1:after, .m-sBenefits--row-1:before, .m-sBenefits--row-2:after, .m-sBenefits--row-2:before, .m-sBenefits--row-3:after, .m-sBenefits--row-3:before {
      content: '';
      display: table; }
    .m-sBenefits--row-1:after, .m-sBenefits--row-2:after, .m-sBenefits--row-3:after {
      clear: both; }
  .m-sBenefits--row-1--info {
    width: 35%;
    float: left; }
  .m-sBenefits--row-1--box {
    width: 45%;
    float: left;
    margin-left: 10%; }
  .m-sBenefits--row-2--box-1 {
    float: left;
    width: 45%;
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .m-sBenefits--row-2--box-2 {
    float: right;
    width: 45%;
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
    .m-sBenefits--row-2--box-2 .m-bxBenefit--content {
      width: 68%; }
  .m-sBenefits--row-3--left {
    width: 35%;
    float: left; }
  .m-sBenefits--row-3--right {
    width: 55%;
    float: right; }
  .m-sBenefits--row-3--box-2 {
    margin-bottom: 60px; }
  .m-sBenefits--info--heading {
    display: inline-block;
    font-size: 2.1875rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #fff;
    padding: 0px 10px;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 20px; }
  .m-sBenefits--info--description {
    line-height: 1.75rem;
    color: #fff;
    margin: 0; }

@media only screen and (max-width: 950px) {
  .m-sBenefits--row-1--box {
    width: 55%; } }

@media only screen and (max-width: 800px) {
  .m-sBenefits--row-1 {
    margin-bottom: 40px; }
    .m-sBenefits--row-1--info {
      width: 100%;
      margin-bottom: 40px; }
    .m-sBenefits--row-1--box {
      width: 100%;
      margin-left: 0; }
  .m-sBenefits--row-2 {
    margin-bottom: 40px; }
    .m-sBenefits--row-2--box-1 {
      width: 100%;
      margin-bottom: 40px; }
    .m-sBenefits--row-2--box-2 {
      width: 100%; }
  .m-sBenefits--row-3--left {
    width: 100%;
    margin-bottom: 40px; }
  .m-sBenefits--row-3--right {
    width: 100%; }
  .m-sBenefits--row-3--box-2 {
    margin-bottom: 40px; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Box benefit.
 *
 * @package modules/bxBenefit
 */
.m-bxBenefit {
  padding: 50px 50px 50px 80px;
  position: relative;
  background: #fff;
  box-shadow: -30px 30px 40px rgba(0, 0, 0, 0.15); }
  .m-bxBenefit:after, .m-bxBenefit:before {
    content: '';
    display: table; }
  .m-bxBenefit:after {
    clear: both; }
  .m-bxBenefit.is-rounded-bottom-left {
    border-radius: 0 0 0 30px; }
  .m-bxBenefit.is-rounded-bottom-right {
    border-radius: 0 0 30px; }
  .m-bxBenefit.is-rounded-top-left {
    border-radius: 30px 0 0; }
  .m-bxBenefit.is-rounded-top-right {
    border-radius: 0 30px 0 0; }
  .m-bxBenefit--number {
    position: absolute;
    top: 20%;
    left: -50px;
    font-size: 4.375rem;
    line-height: 4.375rem;
    color: #fff;
    padding: 14px 0 16px 0;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    text-align: center;
    background-image: linear-gradient(270deg, #c7e035 0%, #86ca61 100%); }
  .m-bxBenefit--content {
    float: left;
    width: 60%; }
  .m-bxBenefit--icon {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%); }
  .m-bxBenefit--heading {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase;
    color: #03abe2;
    margin-top: 0;
    margin-bottom: 10px; }
  .m-bxBenefit--description {
    color: #838383;
    margin: 0; }

@media only screen and (max-width: 950px) {
  .m-bxBenefit {
    padding-left: 60px;
    padding-right: 20px; }
    .m-bxBenefit--content {
      width: 65%; }
    .m-bxBenefit--icon {
      right: 10px; } }

@media only screen and (max-width: 800px) {
  .m-bxBenefit {
    border-radius: 0 !important; } }

@media only screen and (max-width: 450px) {
  .m-bxBenefit {
    padding: 30px 30px 30px 60px; }
    .m-bxBenefit--icon {
      display: none; }
    .m-bxBenefit--content {
      width: 100% !important; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section movie modal.
 *
 * @package modules/sMovieModal
 */
.m-sMovieModal {
  display: none;
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .m-sMovieModal--close {
    background: url("/wp-content/themes/czsk/public/img/close-icon.png") no-repeat;
    background-size: 100%;
    width: 96px;
    height: 19px;
    position: fixed;
    top: 10%;
    right: 20%;
    z-index: 9999;
    cursor: pointer; }
  .m-sMovieModal .start-video {
    position: fixed;
    top: 50%;
    left: 50%;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s;
    transform: translateX(-50%) translateY(-50%); }
  .m-sMovieModal .start-video:hover {
    opacity: 1; }
  .m-sMovieModal div.thumbnail_container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000; }
  .m-sMovieModal img.thumbnail {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto; }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section citations.
 *
 * @package modules/sCitations
 */
.m-sCitations {
  padding: 4% 0;
  text-align: center; }
  .m-sCitations--citation {
    height: 120px;
    margin: 50px 0;
    text-align: center; }
    .m-sCitations--citation p {
      font-size: 1.125rem;
      font-weight: 300;
      font-style: italic;
      color: #555555; }
  .m-sCitations--people {
    vertical-align: top;
    width: 200px;
    margin: 0 10px; }
  .m-sCitations ul {
    list-style: none; }
  .m-sCitations .bx-wrapper {
    position: relative; }
  .m-sCitations .bx-next {
    display: inline-block;
    background: url("/wp-content/themes/czsk/public/img/arrow.png") no-repeat;
    width: 21px;
    height: 42px;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px; }
  .m-sCitations .bx-prev {
    display: inline-block;
    background: url("/wp-content/themes/czsk/public/img/arrow.png") no-repeat;
    width: 21px;
    height: 42px;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
    transform: rotate(180deg); }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Box people.
 *
 * @package modules/bxPeople
 */
.m-bxPeople {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  min-height: 230px; }
  .m-bxPeople.is-active .m-bxPeople--img, .m-bxPeople:hover .m-bxPeople--img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%); }
  .m-bxPeople--img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 200ms linear; }
  .m-bxPeople--name {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    color: #555555;
    padding: 5px 0;
    margin: 0; }
  .m-bxPeople--position {
    display: block;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #555555; }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section press.
 *
 * @package modules/sPress
 */
.m-sPress {
  border-top: 10px solid #03abe2;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-top: 5%; }
  .m-sPress--heading {
    text-align: center; }
  .m-sPress--ul {
    margin-top: 5%;
    margin-bottom: 2%; }
    .m-sPress--ul:after, .m-sPress--ul:before {
      content: '';
      display: table; }
    .m-sPress--ul:after {
      clear: both; }
  .m-sPress--item {
    width: 50%;
    float: left;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.46px;
    color: #2a2a2a;
    margin: 1.5% 0;
    padding-right: 5%; }
    .m-sPress--item a {
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: 0.46px;
      color: #2a2a2a;
      transition: all 200ms; }
      .m-sPress--item a:hover {
        color: #03abe2; }
    .m-sPress--item:nth-child(2n) {
      padding-right: 0%; }

@media only screen and (max-width: 570px) {
  .m-sPress--item {
    width: 100%; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Box news.
 *
 * @package modules/bxNews
 */
.m-bxNews {
  cursor: pointer; }
  .m-bxNews:hover .m-bxNews--imgContainer:before, .m-bxNews:hover .m-bxNews--imgContainer:after {
    opacity: 1; }
  .m-bxNews:hover .m-bxNews--title {
    color: #03abe2; }
  .m-bxNews--imgContainer {
    position: relative;
    border-radius: 30px 0 0;
    overflow: hidden; }
    .m-bxNews--imgContainer:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-color: rgba(0, 194, 236, 0.8);
      z-index: 1;
      opacity: 0;
      transition: all 200ms linear; }
    .m-bxNews--imgContainer:after {
      content: 'Zobacz więcej';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      font-size: 0.875rem;
      font-weight: 300;
      z-index: 2;
      text-transform: uppercase;
      letter-spacing: 4.2px;
      color: #fff;
      opacity: 0;
      transition: all 200ms linear; }
  .m-bxNews--img {
    width: 100%;
    float: left; }
  .m-bxNews--content {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 30px; }
  .m-bxNews--title {
    font-size: 1.375rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #555555;
    line-height: 1.6875rem;
    margin: 0;
    transition: all 200ms linear; }
    .m-bxNews--title a {
      font-size: 1.375rem;
      font-weight: 300;
      text-transform: uppercase;
      color: #555555;
      line-height: 1.6875rem; }
  .m-bxNews--date {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    color: #5f5f5f;
    margin: 20px 0; }
  .m-bxNews--lead {
    margin: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.375rem;
    color: #000; }

@media only screen and (max-width: 1000px) and (min-width: 791px) {
  .m-bxNews--content {
    padding: 20px; } }

@media only screen and (max-width: 590px) {
  .m-bxNews--date {
    margin: 8px 0; } }

@media only screen and (max-width: 590px) and (min-width: 481px) {
  .m-bxNews--content {
    padding: 15px; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section news list.
 *
 * @package modules/sNewsList
 */
.m-sNewsList {
  padding: 4% 0; }
  .m-sNewsList .m-bxNews {
    width: 33.3333%;
    padding: 15px; }

@media only screen and (max-width: 1000px) and (min-width: 791px) {
  .m-sNewsList .m-bxNews {
    padding: 7px; } }

@media only screen and (max-width: 790px) and (min-width: 481px) {
  .m-sNewsList .m-bxNews {
    width: 50%; } }

@media only screen and (max-width: 590px) and (min-width: 481px) {
  .m-sNewsList .m-bxNews {
    padding: 7px; } }

@media only screen and (max-width: 480px) {
  .m-sNewsList .m-bxNews {
    width: 100%;
    padding: 15px; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section link
 *
 * @package modules/sLink
 */
.m-sLink {
  background: url("/wp-content/themes/czsk/public/img/bg-sLink.jpg");
  text-align: center;
  padding: 4% 0; }
  .m-sLink--heading {
    font-size: 2.1875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 30px 0; }
  .m-sLink--btn {
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.51px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 9px 20px;
    transition: all 200ms linear; }
    .m-sLink--btn:hover {
      background: #fff;
      color: #03abe2; }

@media only screen and (max-width: 500px) {
  .m-sLink--heading {
    font-size: 1.25rem; }
  .m-sLink--btn {
    padding: 5px 15px; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section order.
 *
 * @package modules/sOrder
 */
.m-sOrder {
  padding: 2% 0; }
  .m-sOrder table {
    width: 100%; }
    .m-sOrder table thead {
      border-bottom: 1px solid #ececec;
      padding: 0 20px 0 0;
      text-align: left; }
      .m-sOrder table thead tr th {
        padding: 15px 10px;
        font-size: 1rem;
        font-weight: 700; }
    .m-sOrder table tbody tr {
      border-bottom: 1px solid #ececec;
      cursor: pointer;
      transition: all 200ms linear; }
      .m-sOrder table tbody tr:hover {
        background: #f8f8f8; }
      .m-sOrder table tbody tr:first-child {
        background: transparent !important;
        cursor: default; }
      .m-sOrder table tbody tr:last-child {
        border: none; }
      .m-sOrder table tbody tr td {
        padding: 38px 10px;
        font-size: 1rem;
        font-width: 300;
        line-height: 1.6875rem;
        color: #555555; }
        .m-sOrder table tbody tr td:first-child {
          padding-right: 80px; }
        .m-sOrder table tbody tr td mark {
          color: #03abe2;
          background: transparent; }
        .m-sOrder table tbody tr td.heading {
          font-size: 1.375rem;
          color: #03abe2; }
        .m-sOrder table tbody tr td.date {
          font-size: 1.125rem; }

@media only screen and (max-width: 960px) {
  .m-sOrder table thead tr th:nth-child(2) {
    width: 122px !important; }
  .m-sOrder table thead tr th:last-child {
    width: 164px !important; }
  .m-sOrder table tbody tr td {
    padding: 20px 10px; } }

@media only screen and (max-width: 770px) {
  .m-sOrder table tbody tr td:first-child {
    padding-right: 20px; } }

@media only screen and (max-width: 660px) {
  .m-sOrder table thead tr th {
    vertical-align: bottom; }
    .m-sOrder table thead tr th:nth-child(2) {
      width: 80px !important; }
    .m-sOrder table thead tr th:last-child {
      width: 100px !important; }
  .m-sOrder table tbody tr td {
    padding: 10px 5px; }
    .m-sOrder table tbody tr td:first-child {
      padding-right: 10px;
      font-size: 0.8125rem;
      line-height: 0.9375rem; } }

/*
 * This file is part of 'zsk' package.
 *
 * (c) Tomasz Zeludziewicz <ofca@emve.org>
 * (c) Piotr Zeludziewicz <urson@emve.org
 */
/*
 * Section single.
 *
 * @package modules/sSingle
 */
.m-sSingle:after, .m-sSingle:before {
  content: '';
  display: table; }

.m-sSingle:after {
  clear: both; }

.m-sSingle--back {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 300;
  color: #115b9d;
  float: left;
  margin: 4% 0;
  transition: all 200ms linear; }
  .m-sSingle--back:hover {
    color: #03abe2; }
  .m-sSingle--back.is-right {
    float: right; }

.m-sSingle--attachments--heading {
  color: #03abe2;
  font-size: 1.375rem;
  font-weight: 300;
  margin: 0; }

.m-sSingle--attachments--link {
  color: #115b9d;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  transition: all 200ms linear; }
  .m-sSingle--attachments--link:hover {
    color: #03abe2;
    margin-left: 5px; }

@media only screen and (max-width: 535px) {
  .body.page-order .m-sHeader {
    text-align: center; }
    .body.page-order .m-sHeader--select {
      position: relative;
      margin-top: 15px;
      right: 0 !important; } }

