/*!
 * Theme Name: SAPC
 * Author: Ivision
 * Author URI: ivision.pl
 * Version: 0.1
 */
/**
 * Import helpers
 */
/**
 * Variables
 */
/**
 * Import vendors
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-weight: 600;
  font-size: 28px; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #004971; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
             * Remove all paddings around the image on small screen
             */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*	Animations v2.1, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/
//	================================================================================== */
/*	Table of Contents
//	==================================================
//		#Global

//		#Fade In
//		#Fade In Up
//		#Fade In Down
//		#Fade In Left
//		#Fade In Right

//		#Fade In Up Left
//		#Fade In Up Right
//		#Fade In Down Left
//		#Fade In Down Right

//		#Fade Out
//		#Fade Out Up
//		#Fade Out Down
//		#Fade Out Left
//		#Fade Out Right

//		#Fade Out Up Left
//		#Fade Out Up Right
//		#Fade Out Down Left
//		#Fade Out Down Right

//		#Bounce In
//		#Bounce In Up
//		#Bounce In Down
//		#Bounce In Left
//		#Bounce In Right

//		#Bounce In Up Left
//		#Bounce In Up Right
//		#Bounce In Down Left
//		#Bounce In Down Right

//		#Bounce Out
//		#Bounce Out Up
//		#Bounce Out Down
//		#Bounce Out Left
//		#Bounce Out Right

//		#Bounce Out Up Left
//		#Bounce Out Up Right
//		#Bounce Out Down Left
//		#Bounce Out Down Right

//		#Zoom In
//		#Zoom In Up
//		#Zoom In Down
//		#Zoom In Left
//		#Zoom In Right

//		#Zoom In Up Left
//		#Zoom In Up Right
//		#Zoom In Down Left
//		#Zoom In Down Right

//		#Zoom Out
//		#Zoom Out Up
//		#Zoom Out Down
//		#Zoom Out Left
//		#Zoom Out Right

//		#Zoom Out Up Left
//		#Zoom Out Up Right
//		#Zoom Out Down Left
//		#Zoom Out Down Right

//		#Flip In X
//		#Flip In Y
//		#Flip In Top Front
//		#Flip In Top Back
//		#Flip In Bottom Front
//		#Flip In Bottom Back
//		#Flip In Left Front
//		#Flip In Left Back
//		#Flip In Right Front
//		#Flip In Right Back

//		#Flip Out X
//		#Flip Out Y
//		#Flip Out Top Front
//		#Flip Out Top Front
//		#Flip Out Bottom Front
//		#Flip Out Bottom Back
//		#Flip Out Left Front
//		#Flip Out Left Back
//		#Flip Out Right Front
//		#Flip Out Right Back

//		#Flash
//		#Strobe
//		#Shake X
//		#Shake Y
//		#Bounce
//		#Tada
//		#Rubber Band
//		#Swing
//		#Spin
//		#Spin Reverse
//		#Slingshot
//		#Slingshot Reverse
//		#Wobble
//		#Pulse
//		#Pulsate
//		#Heartbeat
//		#Panic


/*	#Global
//	================================================== */
.animate-in,
.animating,
.hover-flash,
.hover-strobe,
.hover-shake-x,
.hover-shake-y,
.hover-bounce,
.hover-tada,
.hover-rubber-band,
.hover-swing,
.hover-spin,
.hover-spin-reverse,
.hover-slingshot,
.hover-slingshot-reverse,
.hover-wobble,
.hover-pulse,
.hover-pulsate,
.hover-heartbeat,
.hover-panic {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.animate-in,
.animate-out {
  visibility: hidden !important;
  opacity: 0; }

.animating,
.hover-flash,
.hover-strobe,
.hover-shake-x,
.hover-shake-y,
.hover-bounce,
.hover-tada,
.hover-rubber-band,
.hover-swing,
.hover-spin,
.hover-spin-reverse,
.hover-slingshot,
.hover-slingshot-reverse,
.hover-wobble,
.hover-pulse,
.hover-pulsate,
.hover-heartbeat,
.hover-panic {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animating.slow-mo,
.hover-flash.slow-mo,
.hover-strobe.slow-mo,
.hover-shake-x.slow-mo,
.hover-shake-y.slow-mo,
.hover-bounce.slow-mo,
.hover-tada.slow-mo,
.hover-rubber-band.slow-mo,
.hover-swing.slow-mo,
.hover-spin.slow-mo,
.hover-spin-reverse.slow-mo,
.hover-slingshot.slow-mo,
.hover-slingshot-reverse.slow-mo,
.hover-wobble.slow-mo,
.hover-pulse.slow-mo,
.hover-pulsate.slow-mo,
.hover-heartbeat.slow-mo,
.hover-panic.slow-mo {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animating.super-slow-mo,
.hover-flash.super-slow-mo,
.hover-strobe.super-slow-mo,
.hover-shake-x.super-slow-mo,
.hover-shake-y.super-slow-mo,
.hover-bounce.super-slow-mo,
.hover-tada.super-slow-mo,
.hover-rubber-band.super-slow-mo,
.hover-swing.super-slow-mo,
.hover-spin.super-slow-mo,
.hover-spin-reverse.super-slow-mo,
.hover-slingshot.super-slow-mo,
.hover-slingshot-reverse.super-slow-mo,
.hover-wobble.super-slow-mo,
.hover-pulse.super-slow-mo,
.hover-pulsate.super-slow-mo,
.hover-heartbeat.super-slow-mo,
.hover-panic.super-slow-mo {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

.animating.ultra-slow-mo,
.hover-flash.ultra-slow-mo,
.hover-strobe.ultra-slow-mo,
.hover-shake-x.ultra-slow-mo,
.hover-shake-y.ultra-slow-mo,
.hover-bounce.ultra-slow-mo,
.hover-tada.ultra-slow-mo,
.hover-rubber-band.ultra-slow-mo,
.hover-swing.ultra-slow-mo,
.hover-spin.ultra-slow-mo,
.hover-spin-reverse.ultra-slow-mo,
.hover-slingshot.ultra-slow-mo,
.hover-slingshot-reverse.ultra-slow-mo,
.hover-wobble.ultra-slow-mo,
.hover-pulse.ultra-slow-mo,
.hover-pulsate.ultra-slow-mo,
.hover-heartbeat.ultra-slow-mo,
.hover-panic.ultra-slow-mo {
  -webkit-animation-duration: 4s;
  animation-duration: 4s; }

.animating.hyper-slow-mo,
.hover-flash.hyper-slow-mo,
.hover-strobe.hyper-slow-mo,
.hover-shake-x.hyper-slow-mo,
.hover-shake-y.hyper-slow-mo,
.hover-bounce.hyper-slow-mo,
.hover-tada.hyper-slow-mo,
.hover-rubber-band.hyper-slow-mo,
.hover-swing.hyper-slow-mo,
.hover-spin.hyper-slow-mo,
.hover-spin-reverse.hyper-slow-mo,
.hover-slingshot.hyper-slow-mo,
.hover-slingshot-reverse.hyper-slow-mo,
.hover-wobble.hyper-slow-mo,
.hover-pulse.hyper-slow-mo,
.hover-pulsate.hyper-slow-mo,
.hover-heartbeat.hyper-slow-mo,
.hover-panic.hyper-slow-mo {
  -webkit-animation-duration: 5s;
  animation-duration: 5s; }

.animating.infinite,
.hover-flash.infinite,
.hover-strobe.infinite,
.hover-shake-x.infinite,
.hover-shake-y.infinite,
.hover-bounce.infinite,
.hover-tada.infinite,
.hover-rubber-band.infinite,
.hover-swing.infinite,
.hover-spin.infinite,
.hover-spin-reverse.infinite,
.hover-slingshot.infinite,
.hover-slingshot-reverse.infinite,
.hover-wobble.infinite,
.hover-pulse.infinite,
.hover-pulsate.infinite,
.hover-heartbeat.infinite,
.hover-panic.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.no-js .animate-in,
.ie .animate-in {
  visibility: visible !important;
  opacity: 1; }

/*	#Fade In
//	================================================== */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.animating.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/*	#Fade In Up
//	================================================== */
/* Default */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px); }
  80% {
    opacity: 1; }
  100% {
    transform: translateY(0); } }

.animating.fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* Big */
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  80% {
    opacity: 1; }
  100% {
    transform: translateY(0); } }

.animating.fade-in-up-big {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

/* Large */
@-webkit-keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(600px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    transform: translateY(600px); }
  80% {
    opacity: 1; }
  100% {
    transform: translateY(0); } }

.animating.fade-in-up-large {
  -webkit-animation-name: fadeInUpLarge;
  animation-name: fadeInUpLarge; }

/*	#Fade In Down
//	================================================== */
/* Default */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-60px); }
  80% {
    opacity: 1; }
  100% {
    transform: translateY(0); } }

.animating.fade-in-down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/* Big */
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  80% {
    opacity: 1; }
  100% {
    transform: translateY(0); } }

.animating.fade-in-down-big {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

/* Large */
@-webkit-keyframes fadeInDownLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes fadeInDownLarge {
  0% {
    opacity: 0;
    transform: translateY(-600px); }
  80% {
    opacity: 1; }
  100% {
    transform: translateY(0); } }

.animating.fade-in-down-large {
  -webkit-animation-name: fadeInDownLarge;
  animation-name: fadeInDownLarge; }

/*	#Fade In Left
//	================================================== */
/* Default */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(60px); }
  80% {
    opacity: 1; }
  100% {
    transform: translateX(0); } }

.animating.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/* Big */
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  80% {
    opacity: 1; }
  100% {
    transform: translateX(0); } }

.animating.fade-in-left-big {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

/* Large */
@-webkit-keyframes fadeInLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateX(600px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeftLarge {
  0% {
    opacity: 0;
    transform: translateX(600px); }
  80% {
    opacity: 1; }
  100% {
    transform: translateX(0); } }

.animating.fade-in-left-large {
  -webkit-animation-name: fadeInLeftLarge;
  animation-name: fadeInLeftLarge; }

/*	#Fade In Right
//	================================================== */
/* Default */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-60px); }
  80% {
    opacity: 1; }
  100% {
    transform: translateX(0); } }

.animating.fade-in-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/* Big */
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(-200px); }
  80% {
    opacity: 1; }
  100% {
    transform: translateX(0); } }

.animating.fade-in-right-big {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

/* Large */
@-webkit-keyframes fadeInRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-600px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes fadeInRightLarge {
  0% {
    opacity: 0;
    transform: translateX(-600px); }
  80% {
    opacity: 1; }
  100% {
    transform: translateX(0); } }

.animating.fade-in-right-large {
  -webkit-animation-name: fadeInRightLarge;
  animation-name: fadeInRightLarge; }

/*	#Fade In Up Left
//	================================================== */
/* Default */
@-webkit-keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(60px, 60px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    transform: translate(60px, 60px); }
  80% {
    opacity: 1; }
  100% {
    transform: translate(0, 0); } }

.animating.fade-in-up-left {
  -webkit-animation-name: fadeInUpLeft;
  animation-name: fadeInUpLeft; }

/* Big */
@-webkit-keyframes fadeInUpLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(200px, 200px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes fadeInUpLeftBig {
  0% {
    opacity: 0;
    transform: translate(200px, 200px); }
  80% {
    opacity: 1; }
  100% {
    transform: translate(0, 0); } }

.animating.fade-in-up-left-big {
  -webkit-animation-name: fadeInUpLeftBig;
  animation-name: fadeInUpLeftBig; }

/* Large */
@-webkit-keyframes fadeInUpLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(600px, 600px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes fadeInUpLeftLarge {
  0% {
    opacity: 0;
    transform: translate(600px, 600px); }
  80% {
    opacity: 1; }
  100% {
    transform: translate(0, 0); } }

.animating.fade-in-up-left-large {
  -webkit-animation-name: fadeInUpLeftLarge;
  animation-name: fadeInUpLeftLarge; }

/*	#Fade In Up Right
//	================================================== */
/* Default */
@-webkit-keyframes fadeInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-60px, 60px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes fadeInUpRight {
  0% {
    opacity: 0;
    transform: translate(-60px, 60px); }
  80% {
    opacity: 1; }
  100% {
    transform: translate(0, 0); } }

.animating.fade-in-up-right {
  -webkit-animation-name: fadeInUpRight;
  animation-name: fadeInUpRight; }

/* Big */
@-webkit-keyframes fadeInUpRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(-200px, 200px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes fadeInUpRightBig {
  0% {
    opacity: 0;
    transform: translate(-200px, 200px); }
  80% {
    opacity: 1; }
  100% {
    transform: translate(0, 0); } }

.animating.fade-in-up-right-big {
  -webkit-animation-name: fadeInUpRightBig;
  animation-name: fadeInUpRightBig; }

/* Large */
@-webkit-keyframes fadeInUpRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(-600px, 600px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes fadeInUpRightLarge {
  0% {
    opacity: 0;
    transform: translate(-600px, 600px); }
  80% {
    opacity: 1; }
  100% {
    transform: translate(0, 0); } }

.animating.fade-in-up-right-large {
  -webkit-animation-name: fadeInUpRightLarge;
  animation-name: fadeInUpRightLarge; }

/*	#Fade In Down Left
//	================================================== */
/* Default */
@-webkit-keyframes fadeInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(60px, -60px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes fadeInDownLeft {
  0% {
    opacity: 0;
    transform: translate(60px, -60px); }
  80% {
    opacity: 1; }
  100% {
    transform: translate(0, 0); } }

.animating.fade-in-down-left {
  -webkit-animation-name: fadeInDownLeft;
  animation-name: fadeInDownLeft; }

/* Big */
@-webkit-keyframes fadeInDownLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(200px, -200px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes fadeInDownLeftBig {
  0% {
    opacity: 0;
    transform: translate(200px, -200px); }
  80% {
    opacity: 1; }
  100% {
    transform: translate(0, 0); } }

.animating.fade-in-down-left-big {
  -webkit-animation-name: fadeInDownLeftBig;
  animation-name: fadeInDownLeftBig; }

/* Large */
@-webkit-keyframes fadeInDownLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(600px, -600px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes fadeInDownLeftLarge {
  0% {
    opacity: 0;
    transform: translate(600px, -600px); }
  80% {
    opacity: 1; }
  100% {
    transform: translate(0, 0); } }

.animating.fade-in-down-left-large {
  -webkit-animation-name: fadeInDownLeftLarge;
  animation-name: fadeInDownLeftLarge; }

/*	#Fade In Down Right
//	================================================== */
/* Default */
@-webkit-keyframes fadeInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-60px, -60px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes fadeInDownRight {
  0% {
    opacity: 0;
    transform: translate(-60px, -60px); }
  80% {
    opacity: 1; }
  100% {
    transform: translate(0, 0); } }

.animating.fade-in-down-right {
  -webkit-animation-name: fadeInDownRight;
  animation-name: fadeInDownRight; }

/* Big */
@-webkit-keyframes fadeInDownRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(-200px, -200px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes fadeInDownRightBig {
  0% {
    opacity: 0;
    transform: translate(-200px, -200px); }
  80% {
    opacity: 1; }
  100% {
    transform: translate(0, 0); } }

.animating.fade-in-down-right-big {
  -webkit-animation-name: fadeInDownRightBig;
  animation-name: fadeInDownRightBig; }

/* Large */
@-webkit-keyframes fadeInDownRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(-600px, -600px); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes fadeInDownRightLarge {
  0% {
    opacity: 0;
    transform: translate(-600px, -600px); }
  80% {
    opacity: 1; }
  100% {
    transform: translate(0, 0); } }

.animating.fade-in-down-right-large {
  -webkit-animation-name: fadeInDownRightLarge;
  animation-name: fadeInDownRightLarge; }

/*	#Fade Out
//	================================================== */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.animating.fade-out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/*	#Fade Out Up
//	================================================== */
/* Default */
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-60px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateY(-60px); } }

.animating.fade-out-up {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/* Big */
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateY(-200px); } }

.animating.fade-out-up-big {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

/* Large */
@-webkit-keyframes fadeOutUpLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-600px); } }

@keyframes fadeOutUpLarge {
  0% {
    opacity: 1;
    transform: translateY(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateY(-600px); } }

.animating.fade-out-up-large {
  -webkit-animation-name: fadeOutUpLarge;
  animation-name: fadeOutUpLarge; }

/*	#Fade Out Down
//	================================================== */
/* Default */
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(60px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateY(60px); } }

.animating.fade-out-down {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/* Big */
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(200px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateY(200px); } }

.animating.fade-out-down-big {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

/* Large */
@-webkit-keyframes fadeOutDownLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(600px); } }

@keyframes fadeOutDownLarge {
  0% {
    opacity: 1;
    transform: translateY(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateY(600px); } }

.animating.fade-out-down-large {
  -webkit-animation-name: fadeOutDownLarge;
  animation-name: fadeOutDownLarge; }

/*	#Fade Out Left
//	================================================== */
/* Default */
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-60px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(-60px); } }

.animating.fade-out-left {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

/* Big */
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-200px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(-200px); } }

.animating.fade-out-left-big {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

/* Large */
@-webkit-keyframes fadeOutLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-600px); } }

@keyframes fadeOutLeftLarge {
  0% {
    opacity: 1;
    transform: translateX(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(-600px); } }

.animating.fade-out-left-large {
  -webkit-animation-name: fadeOutLeftLarge;
  animation-name: fadeOutLeftLarge; }

/*	#Fade Out Right
//	================================================== */
/* Default */
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(60px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(60px); } }

.animating.fade-out-right {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/* Big */
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(200px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(200px); } }

.animating.fade-out-right-big {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

/* Large */
@-webkit-keyframes fadeOutRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(600px); } }

@keyframes fadeOutRightLarge {
  0% {
    opacity: 1;
    transform: translateX(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translateX(600px); } }

.animating.fade-out-right-large {
  -webkit-animation-name: fadeOutRightLarge;
  animation-name: fadeOutRightLarge; }

/*	#Fade Out Up Left
//	================================================== */
/* Default */
@-webkit-keyframes fadeOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-60px, -60px); } }

@keyframes fadeOutUpLeft {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate(-60px, -60px); } }

.animating.fade-out-up-left {
  -webkit-animation-name: fadeOutUpLeft;
  animation-name: fadeOutUpLeft; }

/* Big */
@-webkit-keyframes fadeOutUpLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-200px, -200px); } }

@keyframes fadeOutUpLeftBig {
  0% {
    opacity: 1;
    transform: translate(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate(-200px, -200px); } }

.animating.fade-out-up-left-big {
  -webkit-animation-name: fadeOutUpLeftBig;
  animation-name: fadeOutUpLeftBig; }

/* Large */
@-webkit-keyframes fadeOutUpLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-600px, -600px); } }

@keyframes fadeOutUpLeftLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate(-600px, -600px); } }

.animating.fade-out-up-left-large {
  -webkit-animation-name: fadeOutUpLeftLarge;
  animation-name: fadeOutUpLeftLarge; }

/*	#Fade Out Up Right
//	================================================== */
/* Default */
@-webkit-keyframes fadeOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translate(60px, -60px); } }

@keyframes fadeOutUpRight {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate(60px, -60px); } }

.animating.fade-out-up-right {
  -webkit-animation-name: fadeOutUpRight;
  animation-name: fadeOutUpRight; }

/* Big */
@-webkit-keyframes fadeOutUpRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translate(200px, -200px); } }

@keyframes fadeOutUpRightBig {
  0% {
    opacity: 1;
    transform: translate(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate(200px, -200px); } }

.animating.fade-out-up-right-big {
  -webkit-animation-name: fadeOutUpRightBig;
  animation-name: fadeOutUpRightBig; }

/* Large */
@-webkit-keyframes fadeOutUpRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translate(600px, -600px); } }

@keyframes fadeOutUpRightLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate(600px, -600px); } }

.animating.fade-out-up-right-large {
  -webkit-animation-name: fadeOutUpRightLarge;
  animation-name: fadeOutUpRightLarge; }

/*	#Fade Out Down Left
//	================================================== */
/* Default */
@-webkit-keyframes fadeOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-60px, 60px); } }

@keyframes fadeOutDownLeft {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate(-60px, 60px); } }

.animating.fade-out-down-left {
  -webkit-animation-name: fadeOutDownLeft;
  animation-name: fadeOutDownLeft; }

/* Big */
@-webkit-keyframes fadeOutDownLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-200px, 200px); } }

@keyframes fadeOutDownLeftBig {
  0% {
    opacity: 1;
    transform: translate(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate(-200px, 200px); } }

.animating.fade-out-down-left-big {
  -webkit-animation-name: fadeOutDownLeftBig;
  animation-name: fadeOutDownLeftBig; }

/* Large */
@-webkit-keyframes fadeOutDownLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-600px, 600px); } }

@keyframes fadeOutDownLeftLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate(-600px, 600px); } }

.animating.fade-out-down-left-large {
  -webkit-animation-name: fadeOutDownLeftLarge;
  animation-name: fadeOutDownLeftLarge; }

/*	#Fade Out Down Right
//	================================================== */
/* Default */
@-webkit-keyframes fadeOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translate(60px, 60px); } }

@keyframes fadeOutDownRight {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate(60px, 60px); } }

.animating.fade-out-down-right {
  -webkit-animation-name: fadeOutDownRight;
  animation-name: fadeOutDownRight; }

/* Big */
@-webkit-keyframes fadeOutDownRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translate(200px, 200px); } }

@keyframes fadeOutDownRightBig {
  0% {
    opacity: 1;
    transform: translate(0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate(200px, 200px); } }

.animating.fade-out-down-right-big {
  -webkit-animation-name: fadeOutDownRightBig;
  animation-name: fadeOutDownRightBig; }

/* Large */
@-webkit-keyframes fadeOutDownRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translate(600px, 600px); } }

@keyframes fadeOutDownRightLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate(600px, 600px); } }

.animating.fade-out-down-right-large {
  -webkit-animation-name: fadeOutDownRightLarge;
  animation-name: fadeOutDownRightLarge; }

/*	#Bounce In
//	================================================== */
/* Default */
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.85); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.85); }
  100% {
    transform: scale(1); } }

.animating.bounce-in {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

/* Big */
@-webkit-keyframes bounceInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.25); }
  70% {
    -webkit-transform: scale(0.85); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes bounceInBig {
  0% {
    opacity: 0;
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: scale(1.25); }
  70% {
    transform: scale(0.85); }
  100% {
    transform: scale(1); } }

.animating.bounce-in-big {
  -webkit-animation-name: bounceInBig;
  animation-name: bounceInBig; }

/* Large */
@-webkit-keyframes bounceInLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5); }
  70% {
    -webkit-transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes bounceInLarge {
  0% {
    opacity: 0;
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: scale(1.5); }
  70% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

.animating.bounce-in-large {
  -webkit-animation-name: bounceInLarge;
  animation-name: bounceInLarge; }

/*	#Bounce In Up
//	================================================== */
/* Default */
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px); }
  70% {
    -webkit-transform: translateY(15px); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(60px); }
  50% {
    opacity: 1;
    transform: translateY(-10px); }
  70% {
    transform: translateY(15px); }
  100% {
    transform: translateY(0); } }

.animating.bounce-in-up {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/* Big */
@-webkit-keyframes bounceInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  70% {
    -webkit-transform: translateY(15px); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes bounceInUpBig {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  50% {
    opacity: 1;
    transform: translateY(-20px); }
  70% {
    transform: translateY(15px); }
  100% {
    transform: translateY(0); } }

.animating.bounce-in-up-big {
  -webkit-animation-name: bounceInUpBig;
  animation-name: bounceInUpBig; }

/* Large */
@-webkit-keyframes bounceInUpLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(600px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-25px); }
  70% {
    -webkit-transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes bounceInUpLarge {
  0% {
    opacity: 0;
    transform: translateY(600px); }
  50% {
    opacity: 1;
    transform: translateY(-25px); }
  70% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0); } }

.animating.bounce-in-up-large {
  -webkit-animation-name: bounceInUpLarge;
  animation-name: bounceInUpLarge; }

/*	#Bounce In Down
//	================================================== */
/* Default */
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(10px); }
  70% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-60px); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  70% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.animating.bounce-in-down {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/* Big */
@-webkit-keyframes bounceInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  70% {
    -webkit-transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes bounceInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    transform: translateY(20px); }
  70% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0); } }

.animating.bounce-in-down-big {
  -webkit-animation-name: bounceInDownBig;
  animation-name: bounceInDownBig; }

/* Large */
@-webkit-keyframes bounceInDownLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(25px); }
  70% {
    -webkit-transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes bounceInDownLarge {
  0% {
    opacity: 0;
    transform: translateY(-600px); }
  50% {
    opacity: 1;
    transform: translateY(25px); }
  70% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }

.animating.bounce-in-down-large {
  -webkit-animation-name: bounceInDownLarge;
  animation-name: bounceInDownLarge; }

/*	#Bounce In Left
//	================================================== */
/* Default */
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-10px); }
  70% {
    -webkit-transform: translateX(5px); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(60px); }
  50% {
    opacity: 1;
    transform: translateX(-10px); }
  70% {
    transform: translateX(5px); }
  100% {
    transform: translateX(0); } }

.animating.bounce-in-left {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

/* Big */
@-webkit-keyframes bounceInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(140px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-15px); }
  70% {
    -webkit-transform: translateX(5px); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes bounceInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(140px); }
  50% {
    opacity: 1;
    transform: translateX(-15px); }
  70% {
    transform: translateX(5px); }
  100% {
    transform: translateX(0); } }

.animating.bounce-in-left-big {
  -webkit-animation-name: bounceInLeftBig;
  animation-name: bounceInLeftBig; }

/* Large */
@-webkit-keyframes bounceInLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  70% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes bounceInLeftLarge {
  0% {
    opacity: 0;
    transform: translateX(280px); }
  50% {
    opacity: 1;
    transform: translateX(-20px); }
  70% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

.animating.bounce-in-left-large {
  -webkit-animation-name: bounceInLeftLarge;
  animation-name: bounceInLeftLarge; }

/*	#Bounce In Right
//	================================================== */
/* Default */
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(10px); }
  70% {
    -webkit-transform: translateX(-5px); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-60px); }
  50% {
    opacity: 1;
    transform: translateX(10px); }
  70% {
    transform: translateX(-5px); }
  100% {
    transform: translateX(0); } }

.animating.bounce-in-right {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

/* Big */
@-webkit-keyframes bounceInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-140px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(15px); }
  70% {
    -webkit-transform: translateX(-5px); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes bounceInRightBig {
  0% {
    opacity: 0;
    transform: translateX(-140px); }
  50% {
    opacity: 1;
    transform: translateX(15px); }
  70% {
    transform: translateX(-5px); }
  100% {
    transform: translateX(0); } }

.animating.bounce-in-right-big {
  -webkit-animation-name: bounceInRightBig;
  animation-name: bounceInRightBig; }

/* Large */
@-webkit-keyframes bounceInRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  70% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes bounceInRightLarge {
  0% {
    opacity: 0;
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    transform: translateX(20px); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

.animating.bounce-in-right-large {
  -webkit-animation-name: bounceInRightLarge;
  animation-name: bounceInRightLarge; }

/*	#Bounce In Up Left
//	================================================== */
/* Default */
@-webkit-keyframes bounceInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(60px, 60px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(-10px, -10px); }
  70% {
    -webkit-transform: translate(15px, 15px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes bounceInUpLeft {
  0% {
    opacity: 0;
    transform: translate(60px, 60px); }
  50% {
    opacity: 1;
    transform: translate(-10px, -10px); }
  70% {
    transform: translate(15px, 15px); }
  100% {
    transform: translate(0, 0); } }

.animating.bounce-in-up-left {
  -webkit-animation-name: bounceInUpLeft;
  animation-name: bounceInUpLeft; }

/* Big */
@-webkit-keyframes bounceInUpLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(200px, 200px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(-20px, -20px); }
  70% {
    -webkit-transform: translate(15px, 15px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes bounceInUpLeftBig {
  0% {
    opacity: 0;
    transform: translate(200px, 200px); }
  50% {
    opacity: 1;
    transform: translate(-20px, -20px); }
  70% {
    transform: translate(15px, 15px); }
  100% {
    transform: translate(0, 0); } }

.animating.bounce-in-up-left-big {
  -webkit-animation-name: bounceInUpLeftBig;
  animation-name: bounceInUpLeftBig; }

/* Large */
@-webkit-keyframes bounceInUpLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(600px, 600px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(-25px, -25px); }
  70% {
    -webkit-transform: translate(20px, 20px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes bounceInUpLeftLarge {
  0% {
    opacity: 0;
    transform: translate(600px, 600px); }
  50% {
    opacity: 1;
    transform: translate(-25px, -25px); }
  70% {
    transform: translate(20px, 20px); }
  100% {
    transform: translate(0, 0); } }

.animating.bounce-in-up-left-large {
  -webkit-animation-name: bounceInUpLeftLarge;
  animation-name: bounceInUpLeftLarge; }

/*	#Bounce In Up Right
//	================================================== */
/* Default */
@-webkit-keyframes bounceInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-60px, 60px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(10px, -10px); }
  70% {
    -webkit-transform: translate(-15px, 15px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes bounceInUpRight {
  0% {
    opacity: 0;
    transform: translate(-60px, 60px); }
  50% {
    opacity: 1;
    transform: translate(10px, -10px); }
  70% {
    transform: translate(-15px, 15px); }
  100% {
    transform: translate(0, 0); } }

.animating.bounce-in-up-right {
  -webkit-animation-name: bounceInUpRight;
  animation-name: bounceInUpRight; }

/* Big */
@-webkit-keyframes bounceInUpRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(-200px, 200px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(20px, -20px); }
  70% {
    -webkit-transform: translate(-15px, 15px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes bounceInUpRightBig {
  0% {
    opacity: 0;
    transform: translate(-200px, 200px); }
  50% {
    opacity: 1;
    transform: translate(20px, -20px); }
  70% {
    transform: translate(-15px, 15px); }
  100% {
    transform: translate(0, 0); } }

.animating.bounce-in-up-right-big {
  -webkit-animation-name: bounceInUpRightBig;
  animation-name: bounceInUpRightBig; }

/* Large */
@-webkit-keyframes bounceInUpRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(-600px, 600px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(25px, -25px); }
  70% {
    -webkit-transform: translate(-20px, 20px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes bounceInUpRightLarge {
  0% {
    opacity: 0;
    transform: translate(-600px, 600px); }
  50% {
    opacity: 1;
    transform: translate(25px, -25px); }
  70% {
    transform: translate(-20px, 20px); }
  100% {
    transform: translate(0, 0); } }

.animating.bounce-in-up-right-large {
  -webkit-animation-name: bounceInUpRightLarge;
  animation-name: bounceInUpRightLarge; }

/*	#Bounce In Down Left
//	================================================== */
/* Default */
@-webkit-keyframes bounceInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(60px, -60px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px); }
  70% {
    -webkit-transform: translate(15px, -15px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes bounceInDownLeft {
  0% {
    opacity: 0;
    transform: translate(60px, -60px); }
  50% {
    opacity: 1;
    transform: translate(-10px, 10px); }
  70% {
    transform: translate(15px, -15px); }
  100% {
    transform: translate(0, 0); } }

.animating.bounce-in-down-left {
  -webkit-animation-name: bounceInDownLeft;
  animation-name: bounceInDownLeft; }

/* Big */
@-webkit-keyframes bounceInDownLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(200px, -200px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(-20px, 20px); }
  70% {
    -webkit-transform: translate(15px, -15px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes bounceInDownLeftBig {
  0% {
    opacity: 0;
    transform: translate(200px, -200px); }
  50% {
    opacity: 1;
    transform: translate(-20px, 20px); }
  70% {
    transform: translate(15px, -15px); }
  100% {
    transform: translate(0, 0); } }

.animating.bounce-in-down-left-big {
  -webkit-animation-name: bounceInDownLeftBig;
  animation-name: bounceInDownLeftBig; }

/* Large */
@-webkit-keyframes bounceInDownLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(600px, -600px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(-25px, 25px); }
  70% {
    -webkit-transform: translate(20px, -20px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes bounceInDownLeftLarge {
  0% {
    opacity: 0;
    transform: translate(600px, -600px); }
  50% {
    opacity: 1;
    transform: translate(-25px, 25px); }
  70% {
    transform: translate(20px, -20px); }
  100% {
    transform: translate(0, 0); } }

.animating.bounce-in-down-left-large {
  -webkit-animation-name: bounceInDownLeftLarge;
  animation-name: bounceInDownLeftLarge; }

/*	#Bounce In Down Right
//	================================================== */
/* Default */
@-webkit-keyframes bounceInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-60px, -60px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(10px, 10px); }
  70% {
    -webkit-transform: translate(-15px, -15px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes bounceInDownRight {
  0% {
    opacity: 0;
    transform: translate(-60px, -60px); }
  50% {
    opacity: 1;
    transform: translate(10px, 10px); }
  70% {
    transform: translate(-15px, -15px); }
  100% {
    transform: translate(0, 0); } }

.animating.bounce-in-down-right {
  -webkit-animation-name: bounceInDownRight;
  animation-name: bounceInDownRight; }

/* Big */
@-webkit-keyframes bounceInDownRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(-200px, -200px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(20px, 20px); }
  70% {
    -webkit-transform: translate(-15px, -15px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes bounceInDownRightBig {
  0% {
    opacity: 0;
    transform: translate(-200px, -200px); }
  50% {
    opacity: 1;
    transform: translate(20px, 20px); }
  70% {
    transform: translate(-15px, -15px); }
  100% {
    transform: translate(0, 0); } }

.animating.bounce-in-down-right-big {
  -webkit-animation-name: bounceInDownRightBig;
  animation-name: bounceInDownRightBig; }

/* Large */
@-webkit-keyframes bounceInDownRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(-600px, -600px); }
  50% {
    opacity: 1;
    -webkit-transform: translate(25px, 25px); }
  70% {
    -webkit-transform: translate(-20px, -20px); }
  100% {
    -webkit-transform: translate(0, 0); } }

@keyframes bounceInDownRightLarge {
  0% {
    opacity: 0;
    transform: translate(-600px, -600px); }
  50% {
    opacity: 1;
    transform: translate(25px, 25px); }
  70% {
    transform: translate(-20px, -20px); }
  100% {
    transform: translate(0, 0); } }

.animating.bounce-in-down-right-large {
  -webkit-animation-name: bounceInDownRightLarge;
  animation-name: bounceInDownRightLarge; }

/*	#Bounce Out
//	================================================== */
/* Default */
@-webkit-keyframes bounceOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  30% {
    -webkit-transform: scale(0.85); }
  50%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.05); } }

@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  30% {
    transform: scale(0.85); }
  50%, 100% {
    opacity: 0;
    transform: scale(1.05); } }

.animating.bounce-out {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

/* Big */
@-webkit-keyframes bounceOutBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  30% {
    -webkit-transform: scale(0.85); }
  50%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.25); } }

@keyframes bounceOutBig {
  0% {
    opacity: 1;
    transform: scale(1); }
  30% {
    transform: scale(0.85); }
  50%, 100% {
    opacity: 0;
    transform: scale(1.25); } }

.animating.bounce-out-big {
  -webkit-animation-name: bounceOutBig;
  animation-name: bounceOutBig; }

/* Large */
@-webkit-keyframes bounceOutLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  30% {
    -webkit-transform: scale(0.8); }
  50%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes bounceOutLarge {
  0% {
    opacity: 1;
    transform: scale(1); }
  30% {
    transform: scale(0.8); }
  50%, 100% {
    opacity: 0;
    transform: scale(1.5); } }

.animating.bounce-out-large {
  -webkit-animation-name: bounceOutLarge;
  animation-name: bounceOutLarge; }

/*	#Bounce Out Up
//	================================================== */
/* Default */
@-webkit-keyframes bounceOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  15% {
    -webkit-transform: translateY(-10px); }
  40% {
    -webkit-transform: translateY(15px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translateY(-60px); } }

@keyframes bounceOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  15% {
    transform: translateY(-10px); }
  40% {
    transform: translateY(15px); }
  90%, 100% {
    opacity: 0;
    transform: translateY(-60px); } }

.animating.bounce-out-up {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/* Big */
@-webkit-keyframes bounceOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  15% {
    -webkit-transform: translateY(-20px); }
  40% {
    -webkit-transform: translateY(15px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translateY(-200px); } }

@keyframes bounceOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  15% {
    transform: translateY(-20px); }
  40% {
    transform: translateY(15px); }
  90%, 100% {
    opacity: 0;
    transform: translateY(-200px); } }

.animating.bounce-out-up-big {
  -webkit-animation-name: bounceOutUpBig;
  animation-name: bounceOutUpBig; }

/* Large */
@-webkit-keyframes bounceOutUpLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  15% {
    -webkit-transform: translateY(-25px); }
  40% {
    -webkit-transform: translateY(20px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translateY(-600px); } }

@keyframes bounceOutUpLarge {
  0% {
    opacity: 1;
    transform: translateY(0); }
  15% {
    transform: translateY(-25px); }
  40% {
    transform: translateY(20px); }
  90%, 100% {
    opacity: 0;
    transform: translateY(-600px); } }

.animating.bounce-out-up-large {
  -webkit-animation-name: bounceOutUpLarge;
  animation-name: bounceOutUpLarge; }

/*	#Bounce Out Down
//	================================================== */
/* Default */
@-webkit-keyframes bounceOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  15% {
    -webkit-transform: translateY(10px); }
  40% {
    -webkit-transform: translateY(-10px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translateY(60px); } }

@keyframes bounceOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  15% {
    transform: translateY(10px); }
  40% {
    transform: translateY(-10px); }
  90%, 100% {
    opacity: 0;
    transform: translateY(60px); } }

.animating.bounce-out-down {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

/* Big */
@-webkit-keyframes bounceOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  15% {
    -webkit-transform: translateY(15px); }
  40% {
    -webkit-transform: translateY(-20px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translateY(200px); } }

@keyframes bounceOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  15% {
    transform: translateY(15px); }
  40% {
    transform: translateY(-20px); }
  90%, 100% {
    opacity: 0;
    transform: translateY(200px); } }

.animating.bounce-out-down-big {
  -webkit-animation-name: bounceOutDownBig;
  animation-name: bounceOutDownBig; }

/* Large */
@-webkit-keyframes bounceOutDownLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  15% {
    -webkit-transform: translateY(20px); }
  40% {
    -webkit-transform: translateY(-25px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translateY(600px); } }

@keyframes bounceOutDownLarge {
  0% {
    opacity: 1;
    transform: translateY(0); }
  15% {
    transform: translateY(20px); }
  40% {
    transform: translateY(-25px); }
  90%, 100% {
    opacity: 0;
    transform: translateY(600px); } }

.animating.bounce-out-down-large {
  -webkit-animation-name: bounceOutDownLarge;
  animation-name: bounceOutDownLarge; }

/*	#Bounce Out Left
//	================================================== */
/* Default */
@-webkit-keyframes bounceOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  15% {
    -webkit-transform: translateX(-10px); }
  40% {
    -webkit-transform: translateX(15px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translateX(-60px); } }

@keyframes bounceOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  15% {
    transform: translateX(-10px); }
  40% {
    transform: translateX(15px); }
  90%, 100% {
    opacity: 0;
    transform: translateX(-60px); } }

.animating.bounce-out-left {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

/* Big */
@-webkit-keyframes bounceOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  15% {
    -webkit-transform: translateX(-20px); }
  40% {
    -webkit-transform: translateX(15px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translateX(-200px); } }

@keyframes bounceOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  15% {
    transform: translateX(-20px); }
  40% {
    transform: translateX(15px); }
  90%, 100% {
    opacity: 0;
    transform: translateX(-200px); } }

.animating.bounce-out-left-big {
  -webkit-animation-name: bounceOutLeftBig;
  animation-name: bounceOutLeftBig; }

/* Large */
@-webkit-keyframes bounceOutLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  15% {
    -webkit-transform: translateX(-25px); }
  40% {
    -webkit-transform: translateX(20px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translateX(-600px); } }

@keyframes bounceOutLeftLarge {
  0% {
    opacity: 1;
    transform: translateX(0); }
  15% {
    transform: translateX(-25px); }
  40% {
    transform: translateX(20px); }
  90%, 100% {
    opacity: 0;
    transform: translateX(-600px); } }

.animating.bounce-out-left-large {
  -webkit-animation-name: bounceOutLeftLarge;
  animation-name: bounceOutLeftLarge; }

/*	#Bounce Out Right
//	================================================== */
/* Default */
@-webkit-keyframes bounceOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  15% {
    -webkit-transform: translateX(10px); }
  40% {
    -webkit-transform: translateX(-10px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translateX(60px); } }

@keyframes bounceOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  15% {
    transform: translateX(10px); }
  40% {
    transform: translateX(-10px); }
  90%, 100% {
    opacity: 0;
    transform: translateX(60px); } }

.animating.bounce-out-right {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

/* Big */
@-webkit-keyframes bounceOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  15% {
    -webkit-transform: translateX(15px); }
  40% {
    -webkit-transform: translateX(-20px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translateX(200px); } }

@keyframes bounceOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  15% {
    transform: translateX(15px); }
  40% {
    transform: translateX(-20px); }
  90%, 100% {
    opacity: 0;
    transform: translateX(200px); } }

.animating.bounce-out-right-big {
  -webkit-animation-name: bounceOutRightBig;
  animation-name: bounceOutRightBig; }

/* Large */
@-webkit-keyframes bounceOutRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  15% {
    -webkit-transform: translateX(20px); }
  40% {
    -webkit-transform: translateX(-25px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translateX(600px); } }

@keyframes bounceOutRightLarge {
  0% {
    opacity: 1;
    transform: translateX(0); }
  15% {
    transform: translateX(20px); }
  40% {
    transform: translateX(-25px); }
  90%, 100% {
    opacity: 0;
    transform: translateX(600px); } }

.animating.bounce-out-right-large {
  -webkit-animation-name: bounceOutRightLarge;
  animation-name: bounceOutRightLarge; }

/*	#Bounce Out Up Left
//	================================================== */
/* Default */
@-webkit-keyframes bounceOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  15% {
    -webkit-transform: translate(-10px, -10px); }
  40% {
    -webkit-transform: translate(15px, 15px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate(-60px, -60px); } }

@keyframes bounceOutUpLeft {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  15% {
    transform: translate(-10px, -10px); }
  40% {
    transform: translate(15px, 15px); }
  90%, 100% {
    opacity: 0;
    transform: translate(-60px, -60px); } }

.animating.bounce-out-up-left {
  -webkit-animation-name: bounceOutUpLeft;
  animation-name: bounceOutUpLeft; }

/* Big */
@-webkit-keyframes bounceOutUpLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  15% {
    -webkit-transform: translate(-20px, -20px); }
  40% {
    -webkit-transform: translate(15px, 15px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate(-200px, -200px); } }

@keyframes bounceOutUpLeftBig {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  15% {
    transform: translate(-20px, -20px); }
  40% {
    transform: translate(15px, 15px); }
  90%, 100% {
    opacity: 0;
    transform: translate(-200px, -200px); } }

.animating.bounce-out-up-left-big {
  -webkit-animation-name: bounceOutUpLeftBig;
  animation-name: bounceOutUpLeftBig; }

/* Large */
@-webkit-keyframes bounceOutUpLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  15% {
    -webkit-transform: translate(-25px, -25px); }
  40% {
    -webkit-transform: translate(20px, 20px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate(-600px, -600px); } }

@keyframes bounceOutUpLeftLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  15% {
    transform: translate(-25px, -25px); }
  40% {
    transform: translate(20px, 20px); }
  90%, 100% {
    opacity: 0;
    transform: translate(-600px, -600px); } }

.animating.bounce-out-up-left-large {
  -webkit-animation-name: bounceOutUpLeftLarge;
  animation-name: bounceOutUpLeftLarge; }

/*	#Bounce Out Up Right
//	================================================== */
/* Default */
@-webkit-keyframes bounceOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  15% {
    -webkit-transform: translate(10px, -10px); }
  40% {
    -webkit-transform: translate(-15px, 15px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate(60px, -60px); } }

@keyframes bounceOutUpRight {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  15% {
    transform: translate(10px, -10px); }
  40% {
    transform: translate(-15px, 15px); }
  90%, 100% {
    opacity: 0;
    transform: translate(60px, -60px); } }

.animating.bounce-out-up-right {
  -webkit-animation-name: bounceOutUpRight;
  animation-name: bounceOutUpRight; }

/* Big */
@-webkit-keyframes bounceOutUpRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  15% {
    -webkit-transform: translate(20px, -20px); }
  40% {
    -webkit-transform: translate(-15px, 15px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate(200px, -200px); } }

@keyframes bounceOutUpRightBig {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  15% {
    transform: translate(20px, -20px); }
  40% {
    transform: translate(-15px, 15px); }
  90%, 100% {
    opacity: 0;
    transform: translate(200px, -200px); } }

.animating.bounce-out-up-right-big {
  -webkit-animation-name: bounceOutUpRightBig;
  animation-name: bounceOutUpRightBig; }

/* Large */
@-webkit-keyframes bounceOutUpRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  15% {
    -webkit-transform: translate(25px, -25px); }
  40% {
    -webkit-transform: translate(-20px, 20px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate(600px, -600px); } }

@keyframes bounceOutUpRightLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  15% {
    transform: translate(25px, -25px); }
  40% {
    transform: translate(-20px, 20px); }
  90%, 100% {
    opacity: 0;
    transform: translate(600px, -600px); } }

.animating.bounce-out-up-right-large {
  -webkit-animation-name: bounceOutUpRightLarge;
  animation-name: bounceOutUpRightLarge; }

/*	#Bounce Out Down Left
//	================================================== */
/* Default */
@-webkit-keyframes bounceOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  15% {
    -webkit-transform: translate(-10px, 10px); }
  40% {
    -webkit-transform: translate(15px, -15px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate(-60px, 60px); } }

@keyframes bounceOutDownLeft {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  15% {
    transform: translate(-10px, 10px); }
  40% {
    transform: translate(15px, -15px); }
  90%, 100% {
    opacity: 0;
    transform: translate(-60px, 60px); } }

.animating.bounce-out-down-left {
  -webkit-animation-name: bounceOutDownLeft;
  animation-name: bounceOutDownLeft; }

/* Big */
@-webkit-keyframes bounceOutDownLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  15% {
    -webkit-transform: translate(-20px, 20px); }
  40% {
    -webkit-transform: translate(15px, -15px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate(-200px, 200px); } }

@keyframes bounceOutDownLeftBig {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  15% {
    transform: translate(-20px, 20px); }
  40% {
    transform: translate(15px, -15px); }
  90%, 100% {
    opacity: 0;
    transform: translate(-200px, 200px); } }

.animating.bounce-out-down-left-big {
  -webkit-animation-name: bounceOutDownLeftBig;
  animation-name: bounceOutDownLeftBig; }

/* Large */
@-webkit-keyframes bounceOutDownLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  15% {
    -webkit-transform: translate(-25px, 25px); }
  40% {
    -webkit-transform: translate(20px, -20px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate(-600px, 600px); } }

@keyframes bounceOutDownLeftLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  15% {
    transform: translate(-25px, 25px); }
  40% {
    transform: translate(20px, -20px); }
  90%, 100% {
    opacity: 0;
    transform: translate(-600px, 600px); } }

.animating.bounce-out-down-left-large {
  -webkit-animation-name: bounceOutDownLeftLarge;
  animation-name: bounceOutDownLeftLarge; }

/*	#Bounce Out Down Right
//	================================================== */
/* Default */
@-webkit-keyframes bounceOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  15% {
    -webkit-transform: translate(10px, 10px); }
  40% {
    -webkit-transform: translate(-15px, -15px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate(60px, 60px); } }

@keyframes bounceOutDownRight {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  15% {
    transform: translate(10px, 10px); }
  40% {
    transform: translate(-15px, -15px); }
  90%, 100% {
    opacity: 0;
    transform: translate(60px, 60px); } }

.animating.bounce-out-down-right {
  -webkit-animation-name: bounceOutDownRight;
  animation-name: bounceOutDownRight; }

/* Big */
@-webkit-keyframes bounceOutDownRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  15% {
    -webkit-transform: translate(20px, 20px); }
  40% {
    -webkit-transform: translate(-15px, -15px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate(200px, 200px); } }

@keyframes bounceOutDownRightBig {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  15% {
    transform: translate(20px, 20px); }
  40% {
    transform: translate(-15px, -15px); }
  90%, 100% {
    opacity: 0;
    transform: translate(200px, 200px); } }

.animating.bounce-out-down-right-big {
  -webkit-animation-name: bounceOutDownRightBig;
  animation-name: bounceOutDownRightBig; }

/* Large */
@-webkit-keyframes bounceOutDownRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0); }
  15% {
    -webkit-transform: translate(25px, 25px); }
  40% {
    -webkit-transform: translate(-20px, -20px); }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate(600px, 600px); } }

@keyframes bounceOutDownRightLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  15% {
    transform: translate(25px, 25px); }
  40% {
    transform: translate(-20px, -20px); }
  90%, 100% {
    opacity: 0;
    transform: translate(600px, 600px); } }

.animating.bounce-out-down-right-large {
  -webkit-animation-name: bounceOutDownRightLarge;
  animation-name: bounceOutDownRightLarge; }

/*	#Zoom In
//	================================================== */
/* Default */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.animating.zoom-in {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

/*	#Zoom In Up
//	================================================== */
/* Default */
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0) translateY(200px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }

.animating.zoom-in-up {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

/* Big */
@-webkit-keyframes zoomInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(600px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }

@keyframes zoomInUpBig {
  0% {
    opacity: 0;
    transform: scale(0) translateY(600px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }

.animating.zoom-in-up-big {
  -webkit-animation-name: zoomInUpBig;
  animation-name: zoomInUpBig; }

/* Large */
@-webkit-keyframes zoomInUpLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(1000px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }

@keyframes zoomInUpLarge {
  0% {
    opacity: 0;
    transform: scale(0) translateY(1000px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }

.animating.zoom-in-up-large {
  -webkit-animation-name: zoomInUpLarge;
  animation-name: zoomInUpLarge; }

/*	#Zoom In Down
//	================================================== */
/* Default */
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale(0) translateY(-200px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }

.animating.zoom-in-down {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

/* Big */
@-webkit-keyframes zoomInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-600px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }

@keyframes zoomInDownBig {
  0% {
    opacity: 0;
    transform: scale(0) translateY(-600px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }

.animating.zoom-in-down-big {
  -webkit-animation-name: zoomInDownBig;
  animation-name: zoomInDownBig; }

/* Large */
@-webkit-keyframes zoomInDownLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-1000px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }

@keyframes zoomInDownLarge {
  0% {
    opacity: 0;
    transform: scale(0) translateY(-1000px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }

.animating.zoom-in-down-large {
  -webkit-animation-name: zoomInDownLarge;
  animation-name: zoomInDownLarge; }

/*	#Zoom In Left
//	================================================== */
/* Default */
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-200px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }

.animating.zoom-in-left {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

/* Big */
@-webkit-keyframes zoomInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-600px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }

@keyframes zoomInLeftBig {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-600px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }

.animating.zoom-in-left-big {
  -webkit-animation-name: zoomInLeftBig;
  animation-name: zoomInLeftBig; }

/* Large */
@-webkit-keyframes zoomInLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-1300px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }

@keyframes zoomInLeftLarge {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-1300px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }

.animating.zoom-in-left-large {
  -webkit-animation-name: zoomInLeftLarge;
  animation-name: zoomInLeftLarge; }

/*	#Zoom In Right
//	================================================== */
/* Default */
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale(0) translateX(200px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }

.animating.zoom-in-right {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

/* Big */
@-webkit-keyframes zoomInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(600px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }

@keyframes zoomInRightBig {
  0% {
    opacity: 0;
    transform: scale(0) translateX(600px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }

.animating.zoom-in-right-big {
  -webkit-animation-name: zoomInRightBig;
  animation-name: zoomInRightBig; }

/* Large */
@-webkit-keyframes zoomInRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(1300px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }

@keyframes zoomInRightLarge {
  0% {
    opacity: 0;
    transform: scale(0) translateX(1300px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }

.animating.zoom-in-right-large {
  -webkit-animation-name: zoomInRightLarge;
  animation-name: zoomInRightLarge; }

/*	#Zoom In Up Left
//	================================================== */
/* Default */
@-webkit-keyframes zoomInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(200px, 200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); } }

@keyframes zoomInUpLeft {
  0% {
    opacity: 0;
    transform: scale(0) translate(200px, 200px); }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }

.animating.zoom-in-up-left {
  -webkit-animation-name: zoomInUpLeft;
  animation-name: zoomInUpLeft; }

/* Big */
@-webkit-keyframes zoomInUpLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(600px, 600px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); } }

@keyframes zoomInUpLeftBig {
  0% {
    opacity: 0;
    transform: scale(0) translate(600px, 600px); }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }

.animating.zoom-in-up-left-big {
  -webkit-animation-name: zoomInUpLeftBig;
  animation-name: zoomInUpLeftBig; }

/* Large */
@-webkit-keyframes zoomInUpLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(1000px, 1000px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); } }

@keyframes zoomInUpLeftLarge {
  0% {
    opacity: 0;
    transform: scale(0) translate(1000px, 1000px); }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }

.animating.zoom-in-up-left-large {
  -webkit-animation-name: zoomInUpLeftLarge;
  animation-name: zoomInUpLeftLarge; }

/*	#Zoom In Up Right
//	================================================== */
/* Default */
@-webkit-keyframes zoomInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-200px, 200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); } }

@keyframes zoomInUpRight {
  0% {
    opacity: 0;
    transform: scale(0) translate(-200px, 200px); }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }

.animating.zoom-in-up-right {
  -webkit-animation-name: zoomInUpRight;
  animation-name: zoomInUpRight; }

/* Big */
@-webkit-keyframes zoomInUpRightBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-600px, 600px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); } }

@keyframes zoomInUpRightBig {
  0% {
    opacity: 0;
    transform: scale(0) translate(-600px, 600px); }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }

.animating.zoom-in-up-right-big {
  -webkit-animation-name: zoomInUpRightBig;
  animation-name: zoomInUpRightBig; }

/* Large */
@-webkit-keyframes zoomInUpRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-1000px, 1000px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); } }

@keyframes zoomInUpRightLarge {
  0% {
    opacity: 0;
    transform: scale(0) translate(-1000px, 1000px); }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }

.animating.zoom-in-up-right-large {
  -webkit-animation-name: zoomInUpRightLarge;
  animation-name: zoomInUpRightLarge; }

/*	#Zoom In Down Left
//	================================================== */
/* Default */
@-webkit-keyframes zoomInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-200px, -200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); } }

@keyframes zoomInDownLeft {
  0% {
    opacity: 0;
    transform: scale(0) translate(-200px, -200px); }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }

.animating.zoom-in-down-left {
  -webkit-animation-name: zoomInDownLeft;
  animation-name: zoomInDownLeft; }

/* Big */
@-webkit-keyframes zoomInDownLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-600px, -600px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); } }

@keyframes zoomInDownLeftBig {
  0% {
    opacity: 0;
    transform: scale(0) translate(-600px, -600px); }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }

.animating.zoom-in-down-left-big {
  -webkit-animation-name: zoomInDownLeftBig;
  animation-name: zoomInDownLeftBig; }

/* Large */
@-webkit-keyframes zoomInDownLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-1000px, -1000px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); } }

@keyframes zoomInDownLeftLarge {
  0% {
    opacity: 0;
    transform: scale(0) translate(-1000px, -1000px); }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }

.animating.zoom-in-down-left-large {
  -webkit-animation-name: zoomInDownLeftLarge;
  animation-name: zoomInDownLeftLarge; }

/*	#Zoom In Down Right
//	================================================== */
/* Default */
@-webkit-keyframes zoomInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(200px, -200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); } }

@keyframes zoomInDownRight {
  0% {
    opacity: 0;
    transform: scale(0) translate(200px, -200px); }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }

.animating.zoom-in-down-right {
  -webkit-animation-name: zoomInDownRight;
  animation-name: zoomInDownRight; }

/* Big */
@-webkit-keyframes zoomInDownRightBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(600px, -600px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); } }

@keyframes zoomInDownRightBig {
  0% {
    opacity: 0;
    transform: scale(0) translate(600px, -600px); }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }

.animating.zoom-in-down-right-big {
  -webkit-animation-name: zoomInDownRightBig;
  animation-name: zoomInDownRightBig; }

/* Large */
@-webkit-keyframes zoomInDownRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(1000px, -1000px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); } }

@keyframes zoomInDownRightLarge {
  0% {
    opacity: 0;
    transform: scale(0) translate(1000px, -1000px); }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }

.animating.zoom-in-down-right-large {
  -webkit-animation-name: zoomInDownRightLarge;
  animation-name: zoomInDownRightLarge; }

/*	#Zoom Out
//	================================================== */
/* Default */
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0); } }

@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0); } }

.animating.zoom-out {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

/*	#Zoom Out Up
//	================================================== */
/* Default */
@-webkit-keyframes zoomOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200px); } }

@keyframes zoomOutUp {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateY(-200px); } }

.animating.zoom-out-up {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/* Big */
@-webkit-keyframes zoomOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-600px); } }

@keyframes zoomOutUpBig {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateY(-600px); } }

.animating.zoom-out-up-big {
  -webkit-animation-name: zoomOutUpBig;
  animation-name: zoomOutUpBig; }

/* Large */
@-webkit-keyframes zoomOutUpLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-1000px); } }

@keyframes zoomOutUpLarge {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateY(-1000px); } }

.animating.zoom-out-up-large {
  -webkit-animation-name: zoomOutUpLarge;
  animation-name: zoomOutUpLarge; }

/*	#Zoom Out Down
//	================================================== */
/* Default */
@-webkit-keyframes zoomOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(200px); } }

@keyframes zoomOutDown {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateY(200px); } }

.animating.zoom-out-down {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

/* Big */
@-webkit-keyframes zoomOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(600px); } }

@keyframes zoomOutDownBig {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateY(600px); } }

.animating.zoom-out-down-big {
  -webkit-animation-name: zoomOutDownBig;
  animation-name: zoomOutDownBig; }

/* Large */
@-webkit-keyframes zoomOutDownLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(1000px); } }

@keyframes zoomOutDownLarge {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateY(1000px); } }

.animating.zoom-out-down-large {
  -webkit-animation-name: zoomOutDownLarge;
  animation-name: zoomOutDownLarge; }

/*	#Zoom Out Left
//	================================================== */
/* Default */
@-webkit-keyframes zoomOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-200px); } }

@keyframes zoomOutLeft {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateX(-200px); } }

.animating.zoom-out-left {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

/* Big */
@-webkit-keyframes zoomOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-600px); } }

@keyframes zoomOutLeftBig {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateX(-600px); } }

.animating.zoom-out-left-big {
  -webkit-animation-name: zoomOutLeftBig;
  animation-name: zoomOutLeftBig; }

/* Large */
@-webkit-keyframes zoomOutLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-1300px); } }

@keyframes zoomOutLeftLarge {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateX(-1300px); } }

.animating.zoom-out-left-large {
  -webkit-animation-name: zoomOutLeftLarge;
  animation-name: zoomOutLeftLarge; }

/*	#Zoom Out Right
//	================================================== */
/* Default */
@-webkit-keyframes zoomOutRight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(200px); } }

@keyframes zoomOutRight {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateX(200px); } }

.animating.zoom-out-right {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

/* Big */
@-webkit-keyframes zoomOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(600px); } }

@keyframes zoomOutRightBig {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateX(600px); } }

.animating.zoom-out-right-big {
  -webkit-animation-name: zoomOutRightBig;
  animation-name: zoomOutRightBig; }

/* Large */
@-webkit-keyframes zoomOutRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(1300px); } }

@keyframes zoomOutRightLarge {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateX(1300px); } }

.animating.zoom-out-right-large {
  -webkit-animation-name: zoomOutRightLarge;
  animation-name: zoomOutRightLarge; }

/*	#Zoom Out Up Left
//	================================================== */
/* Default */
@-webkit-keyframes zoomOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-200px, -200px); } }

@keyframes zoomOutUpLeft {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    transform: scale(0) translate(-200px, -200px); } }

.animating.zoom-out-up-left {
  -webkit-animation-name: zoomOutUpLeft;
  animation-name: zoomOutUpLeft; }

/* Big */
@-webkit-keyframes zoomOutUpLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-600px, -600px); } }

@keyframes zoomOutUpLeftBig {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    transform: scale(0) translate(-600px, -600px); } }

.animating.zoom-out-up-left-big {
  -webkit-animation-name: zoomOutUpLeftBig;
  animation-name: zoomOutUpLeftBig; }

/* Large */
@-webkit-keyframes zoomOutUpLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-1000px, -1000px); } }

@keyframes zoomOutUpLeftLarge {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    transform: scale(0) translate(-1000px, -1000px); } }

.animating.zoom-out-up-left-large {
  -webkit-animation-name: zoomOutUpLeftLarge;
  animation-name: zoomOutUpLeftLarge; }

/*	#Zoom Out Up Right
//	================================================== */
/* Default */
@-webkit-keyframes zoomOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(200px, -200px); } }

@keyframes zoomOutUpRight {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    transform: scale(0) translate(200px, -200px); } }

.animating.zoom-out-up-right {
  -webkit-animation-name: zoomOutUpRight;
  animation-name: zoomOutUpRight; }

/* Big */
@-webkit-keyframes zoomOutUpRightBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(600px, -600px); } }

@keyframes zoomOutUpRightBig {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    transform: scale(0) translate(600px, -600px); } }

.animating.zoom-out-up-right-big {
  -webkit-animation-name: zoomOutUpRightBig;
  animation-name: zoomOutUpRightBig; }

/* Large */
@-webkit-keyframes zoomOutUpRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(1000px, -1000px); } }

@keyframes zoomOutUpRightLarge {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    transform: scale(0) translate(1000px, -1000px); } }

.animating.zoom-out-up-right-large {
  -webkit-animation-name: zoomOutUpRightLarge;
  animation-name: zoomOutUpRightLarge; }

/*	#Zoom Out Down Left
//	================================================== */
/* Default */
@-webkit-keyframes zoomOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-200px, 200px); } }

@keyframes zoomOutDownLeft {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    transform: scale(0) translate(-200px, 200px); } }

.animating.zoom-out-down-left {
  -webkit-animation-name: zoomOutDownLeft;
  animation-name: zoomOutDownLeft; }

/* Big */
@-webkit-keyframes zoomOutDownLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-600px, 600px); } }

@keyframes zoomOutDownLeftBig {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    transform: scale(0) translate(-600px, 600px); } }

.animating.zoom-out-down-left-big {
  -webkit-animation-name: zoomOutDownLeftBig;
  animation-name: zoomOutDownLeftBig; }

/* Large */
@-webkit-keyframes zoomOutDownLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-1000px, 1000px); } }

@keyframes zoomOutDownLeftLarge {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    transform: scale(0) translate(-1000px, 1000px); } }

.animating.zoom-out-down-left-large {
  -webkit-animation-name: zoomOutDownLeftLarge;
  animation-name: zoomOutDownLeftLarge; }

/*	#Zoom Out Down Right
//	================================================== */
/* Default */
@-webkit-keyframes zoomOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(200px, 200px); } }

@keyframes zoomOutDownRight {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    transform: scale(0) translate(200px, 200px); } }

.animating.zoom-out-down-right {
  -webkit-animation-name: zoomOutDownRight;
  animation-name: zoomOutDownRight; }

/* Big */
@-webkit-keyframes zoomOutDownRightBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(600px, 600px); } }

@keyframes zoomOutDownRightBig {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    transform: scale(0) translate(600px, 600px); } }

.animating.zoom-out-down-right-big {
  -webkit-animation-name: zoomOutDownRightBig;
  animation-name: zoomOutDownRightBig; }

/* Large */
@-webkit-keyframes zoomOutDownRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(1000px, 1000px); } }

@keyframes zoomOutDownRightLarge {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0); }
  100% {
    opacity: 0;
    transform: scale(0) translate(1000px, 1000px); } }

.animating.zoom-out-down-right-large {
  -webkit-animation-name: zoomOutDownRightLarge;
  animation-name: zoomOutDownRightLarge; }

/*	#Flip In X
//	================================================== */
@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500) rotateX(90deg); }
  50% {
    -webkit-transform: perspective(500) rotateX(-15deg); }
  70% {
    -webkit-transform: perspective(500) rotateX(15deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500) rotateX(0deg); } }

@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(500) rotateX(90deg); }
  50% {
    transform: perspective(500) rotateX(-15deg); }
  70% {
    transform: perspective(500) rotateX(15deg); }
  100% {
    opacity: 1;
    transform: perspective(500) rotateX(0deg); } }

.animating.flip-in-x {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

/*	#Flip In Y
//	================================================== */
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(500) rotateY(90deg);
    opacity: 0; }
  50% {
    -webkit-transform: perspective(500) rotateY(-25deg); }
  70% {
    -webkit-transform: perspective(500) rotateY(25deg); }
  100% {
    -webkit-transform: perspective(500) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(500) rotateY(90deg);
    opacity: 0; }
  50% {
    transform: perspective(500) rotateY(-25deg); }
  70% {
    transform: perspective(500) rotateY(25deg); }
  100% {
    transform: perspective(500) rotateY(0deg);
    opacity: 1; } }

.animating.flip-in-y {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

/*	#Flip In Top Front
//	================================================== */
@-webkit-keyframes flipInTopFront {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(90deg); }
  50% {
    -webkit-transform: perspective(1000) rotateX(-15deg); }
  70% {
    -webkit-transform: perspective(1000) rotateX(15deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg); } }

@keyframes flipInTopFront {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateX(90deg); }
  50% {
    transform: perspective(1000) rotateX(-15deg); }
  70% {
    transform: perspective(1000) rotateX(15deg); }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg); } }

.animating.flip-in-top-front {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 0%;
  transform-origin-x: 50%;
  transform-origin-y: 0%;
  -webkit-animation-name: flipInTopFront;
  animation-name: flipInTopFront; }

/*	#Flip In Top Back
//	================================================== */
@-webkit-keyframes flipInTopBack {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(-90deg); }
  50% {
    -webkit-transform: perspective(1000) rotateX(20deg); }
  70% {
    -webkit-transform: perspective(1000) rotateX(-15deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg); } }

@keyframes flipInTopBack {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateX(-90deg); }
  50% {
    transform: perspective(1000) rotateX(20deg); }
  70% {
    transform: perspective(1000) rotateX(-15deg); }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg); } }

.animating.flip-in-top-back {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 0%;
  transform-origin-x: 50%;
  transform-origin-y: 0%;
  -webkit-animation-name: flipInTopBack;
  animation-name: flipInTopBack; }

/*	#Flip In Bottom Front
//	================================================== */
@-webkit-keyframes flipInBottomFront {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(-90deg); }
  50% {
    -webkit-transform: perspective(1000) rotateX(20deg); }
  70% {
    -webkit-transform: perspective(1000) rotateX(-15deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg); } }

@keyframes flipInBottomFront {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateX(-90deg); }
  50% {
    transform: perspective(1000) rotateX(20deg); }
  70% {
    transform: perspective(1000) rotateX(-15deg); }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg); } }

.animating.flip-in-bottom-front {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 100%;
  transform-origin-x: 50%;
  transform-origin-y: 100%;
  -webkit-animation-name: flipInBottomFront;
  animation-name: flipInBottomFront; }

/*	#Flip In Bottom Back
//	================================================== */
@-webkit-keyframes flipInBottomBack {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(90deg); }
  50% {
    -webkit-transform: perspective(1000) rotateX(-20deg); }
  70% {
    -webkit-transform: perspective(1000) rotateX(15deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg); } }

@keyframes flipInBottomBack {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateX(90deg); }
  50% {
    transform: perspective(1000) rotateX(-20deg); }
  70% {
    transform: perspective(1000) rotateX(15deg); }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg); } }

.animating.flip-in-bottom-back {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 100%;
  transform-origin-x: 50%;
  transform-origin-y: 100%;
  -webkit-animation-name: flipInBottomBack;
  animation-name: flipInBottomBack; }

/*	#Flip In Left Front
//	================================================== */
@-webkit-keyframes flipInLeftFront {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(-90deg); }
  50% {
    -webkit-transform: perspective(1000) rotateY(20deg); }
  70% {
    -webkit-transform: perspective(1000) rotateY(-15deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg); } }

@keyframes flipInLeftFront {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateY(-90deg); }
  50% {
    transform: perspective(1000) rotateY(20deg); }
  70% {
    transform: perspective(1000) rotateY(-15deg); }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg); } }

.animating.flip-in-left-front {
  -webkit-transform-origin-x: 0%;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 0%;
  transform-origin-y: 50%;
  -webkit-animation-name: flipInLeftFront;
  animation-name: flipInLeftFront; }

/*	#Flip In Left Back
//	================================================== */
@-webkit-keyframes flipInLeftBack {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(90deg); }
  50% {
    -webkit-transform: perspective(1000) rotateY(-20deg); }
  70% {
    -webkit-transform: perspective(1000) rotateY(15deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg); } }

@keyframes flipInLeftBack {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateY(90deg); }
  50% {
    transform: perspective(1000) rotateY(-20deg); }
  70% {
    transform: perspective(1000) rotateY(15deg); }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg); } }

.animating.flip-in-left-back {
  -webkit-transform-origin-x: 0%;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 0%;
  transform-origin-y: 50%;
  -webkit-animation-name: flipInLeftBack;
  animation-name: flipInLeftBack; }

/*	#Flip In Right Front
//	================================================== */
@-webkit-keyframes flipInRightFront {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(90deg); }
  50% {
    -webkit-transform: perspective(1000) rotateY(-20deg); }
  70% {
    -webkit-transform: perspective(1000) rotateY(15deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg); } }

@keyframes flipInRightFront {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateY(90deg); }
  50% {
    transform: perspective(1000) rotateY(-20deg); }
  70% {
    transform: perspective(1000) rotateY(15deg); }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg); } }

.animating.flip-in-right-front {
  -webkit-transform-origin-x: 100%;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 100%;
  transform-origin-y: 50%;
  -webkit-animation-name: flipInRightFront;
  animation-name: flipInRightFront; }

/*	#Flip In Right Back
//	================================================== */
@-webkit-keyframes flipInRightBack {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(-90deg); }
  50% {
    -webkit-transform: perspective(1000) rotateY(20deg); }
  70% {
    -webkit-transform: perspective(1000) rotateY(-15deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg); } }

@keyframes flipInRightBack {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateY(-90deg); }
  50% {
    transform: perspective(1000) rotateY(20deg); }
  70% {
    transform: perspective(1000) rotateY(-15deg); }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg); } }

.animating.flip-in-right-back {
  -webkit-transform-origin-x: 100%;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 100%;
  transform-origin-y: 50%;
  -webkit-animation-name: flipInRightBack;
  animation-name: flipInRightBack; }

/*	#Flip Out X
//	================================================== */
@-webkit-keyframes flipOutX {
  0%, 5% {
    -webkit-transform: perspective(500) rotateX(0deg);
    opacity: 1; }
  30% {
    -webkit-transform: perspective(500) rotateX(-25deg); }
  50% {
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(500) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0%, 5% {
    transform: perspective(500) rotateX(0deg);
    opacity: 1; }
  30% {
    transform: perspective(500) rotateX(-25deg); }
  50% {
    opacity: 1; }
  90%, 100% {
    transform: perspective(500) rotateX(90deg);
    opacity: 0; } }

.animating.flip-out-x {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX; }

/*	#Flip Out Y
//	================================================== */
@-webkit-keyframes flipOutY {
  0%, 5% {
    -webkit-transform: perspective(500) rotateY(0deg);
    opacity: 1; }
  30% {
    -webkit-transform: perspective(500) rotateY(-25deg); }
  50% {
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(500) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0%, 5% {
    transform: perspective(500) rotateY(0deg);
    opacity: 1; }
  30% {
    transform: perspective(500) rotateY(-25deg); }
  50% {
    opacity: 1; }
  90%, 100% {
    transform: perspective(500) rotateY(90deg);
    opacity: 0; } }

.animating.flip-out-y {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

/*	#Flip Out Top
//	================================================== */
/* Front */
@-webkit-keyframes flipOutTopFront {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg); }
  30% {
    -webkit-transform: perspective(1000) rotateX(-20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(90deg); } }

@keyframes flipOutTopFront {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg); }
  30% {
    transform: perspective(1000) rotateX(-20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateX(90deg); } }

.animating.flip-out-top-front {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 0%;
  transform-origin-x: 50%;
  transform-origin-y: 0%;
  -webkit-animation-name: flipOutTopFront;
  animation-name: flipOutTopFront; }

/* Back */
@-webkit-keyframes flipOutTopBack {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg); }
  30% {
    -webkit-transform: perspective(1000) rotateX(20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(-90deg); } }

@keyframes flipOutTopBack {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg); }
  30% {
    transform: perspective(1000) rotateX(20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateX(-90deg); } }

.animating.flip-out-top-back {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 0%;
  transform-origin-x: 50%;
  transform-origin-y: 0%;
  -webkit-animation-name: flipOutTopBack;
  animation-name: flipOutTopBack; }

/*	#Flip Out Bottom Front
//	================================================== */
/* Front */
@-webkit-keyframes flipOutBottomFront {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg); }
  30% {
    -webkit-transform: perspective(1000) rotateX(20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(-90deg); } }

@keyframes flipOutBottomFront {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg); }
  30% {
    transform: perspective(1000) rotateX(20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateX(-90deg); } }

.animating.flip-out-bottom-front {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 100%;
  transform-origin-x: 50%;
  transform-origin-y: 100%;
  -webkit-animation-name: flipOutBottomFront;
  animation-name: flipOutBottomFront; }

/* Back */
@-webkit-keyframes flipOutBottomBack {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg); }
  30% {
    -webkit-transform: perspective(1000) rotateX(-20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(90deg); } }

@keyframes flipOutBottomBack {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg); }
  30% {
    transform: perspective(1000) rotateX(-20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateX(90deg); } }

.animating.flip-out-bottom-back {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 100%;
  transform-origin-x: 50%;
  transform-origin-y: 100%;
  -webkit-animation-name: flipOutBottomBack;
  animation-name: flipOutBottomBack; }

/*	#Flip Out Left Front
//	================================================== */
/* Front */
@-webkit-keyframes flipOutLeftFront {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg); }
  30% {
    -webkit-transform: perspective(1000) rotateY(20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(-90deg); } }

@keyframes flipOutLeftFront {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg); }
  30% {
    transform: perspective(1000) rotateY(20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateY(-90deg); } }

.animating.flip-out-left-front {
  -webkit-transform-origin-x: 0%;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 0%;
  transform-origin-y: 50%;
  -webkit-animation-name: flipOutLeftFront;
  animation-name: flipOutLeftFront; }

/* Back */
@-webkit-keyframes flipOutLeftBack {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg); }
  30% {
    -webkit-transform: perspective(1000) rotateY(-20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(90deg); } }

@keyframes flipOutLeftBack {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg); }
  30% {
    transform: perspective(1000) rotateY(-20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateY(90deg); } }

.animating.flip-out-left-back {
  -webkit-transform-origin-x: 0%;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 0%;
  transform-origin-y: 50%;
  -webkit-animation-name: flipOutLeftBack;
  animation-name: flipOutLeftBack; }

/*	#Flip Out Right Front
//	================================================== */
/* Front */
@-webkit-keyframes flipOutRightFront {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg); }
  30% {
    -webkit-transform: perspective(1000) rotateY(-20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(90deg); } }

@keyframes flipOutRightFront {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg); }
  30% {
    transform: perspective(1000) rotateY(-20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateY(90deg); } }

.animating.flip-out-right-front {
  -webkit-transform-origin-x: 100%;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 100%;
  transform-origin-y: 50%;
  -webkit-animation-name: flipOutRightFront;
  animation-name: flipOutRightFront; }

/* Back */
@-webkit-keyframes flipOutRightBack {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg); }
  30% {
    -webkit-transform: perspective(1000) rotateY(20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(-90deg); } }

@keyframes flipOutRightBack {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg); }
  30% {
    transform: perspective(1000) rotateY(20deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateY(-90deg); } }

.animating.flip-out-right-back {
  -webkit-transform-origin-x: 100%;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 100%;
  transform-origin-y: 50%;
  -webkit-animation-name: flipOutRightBack;
  animation-name: flipOutRightBack; }

/*	#Flash
//	================================================== */
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

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

.animating.flash,
.hover-flash:hover {
  -webkit-animation-name: flash;
  animation-name: flash; }

/*	#Strobe
//	================================================== */
@-webkit-keyframes strobe {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1; }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0; } }

@keyframes strobe {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1; }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0; } }

.animating.strobe,
.hover-strobe:hover {
  -webkit-animation-name: strobe;
  animation-name: strobe; }

/*	#Shake X
//	================================================== */
@-webkit-keyframes shakeX {
  0%, 100% {
    -webkit-transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px); } }

@keyframes shakeX {
  0%, 100% {
    transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateY(10px); } }

.animating.shake-x,
.hover-shake-x:hover {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

/*	#Shake Y
//	================================================== */
@-webkit-keyframes shakeY {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@keyframes shakeY {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

.animating.shake-y,
.hover-shake-y:hover {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

/*	#Bounce
//	================================================== */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.animating.bounce,
.hover-bounce:hover {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

/*	#Tada
//	================================================== */
@-webkit-keyframes tada {
  0%, 100% {
    -webkit-transform: scale(1) rotate(0); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); } }

@keyframes tada {
  0%, 100% {
    transform: scale(1) rotate(0); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); } }

.animating.tada,
.hover-tada:hover {
  -webkit-animation-name: tada;
  animation-name: tada; }

/*	#Rubber Band
//	================================================== */
@-webkit-keyframes rubberBand {
  0%, 100% {
    -webkit-transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85); } }

@keyframes rubberBand {
  0%, 100% {
    transform: scale(1); }
  30% {
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    transform: scaleX(1.15) scaleY(0.85); } }

.animating.rubber-band,
.hover-rubber-band:hover {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

/*	#Swing
//	================================================== */
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.animating.swing,
.hover-swing:hover {
  -webkit-animation-name: swing;
  animation-name: swing; }

/*	#Spin Clockwise
//	================================================== */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.animating.spin,
.hover-spin:hover {
  -webkit-animation-name: spin;
  animation-name: spin; }

/*	#Spin Counter-Clockwise
//	================================================== */
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes spin-reverse {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

.animating.spin-reverse,
.hover-spin-reverse:hover {
  -webkit-animation-name: spin-reverse;
  animation-name: spin-reverse; }

/*	#Slingshot Clockwise
//	================================================== */
@-webkit-keyframes slingshot {
  0% {
    -webkit-transform: rotate(0deg); }
  20%, 30% {
    -webkit-transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes slingshot {
  0% {
    transform: rotate(0deg); }
  20%, 30% {
    transform: rotate(-45deg); }
  100% {
    transform: rotate(360deg); } }

.animating.slingshot,
.hover-slingshot:hover {
  -webkit-animation-name: slingshot;
  animation-name: slingshot; }

/*	#Slingshot Counter-Clockwise
//	================================================== */
@-webkit-keyframes slingshot-reverse {
  0% {
    -webkit-transform: rotate(0deg); }
  20%, 30% {
    -webkit-transform: rotate(45deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes slingshot-reverse {
  0% {
    transform: rotate(0deg); }
  20%, 30% {
    transform: rotate(45deg); }
  100% {
    transform: rotate(-360deg); } }

.animating.slingshot-reverse,
.hover-slingshot-reverse:hover {
  -webkit-animation-name: slingshot-reverse;
  animation-name: slingshot-reverse; }

/*	#Wobble
//	================================================== */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0px); }
  15% {
    -webkit-transform: translateX(-25px) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20px) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10px) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5px) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0px); } }

@keyframes wobble {
  0% {
    transform: translateX(0px); }
  15% {
    transform: translateX(-25px) rotate(-5deg); }
  30% {
    transform: translateX(20px) rotate(3deg); }
  45% {
    transform: translateX(-15px) rotate(-3deg); }
  60% {
    transform: translateX(10px) rotate(2deg); }
  75% {
    transform: translateX(-5px) rotate(-1deg); }
  100% {
    transform: translateX(0px); } }

.animating.wobble,
.hover-wobble:hover {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

/*	#Pulse
//	================================================== */
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }

.animating.pulse,
.hover-pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/*	#Pulsate
//	================================================== */
@-webkit-keyframes pulsate {
  0%, 50%, 100% {
    -webkit-transform: scale(1); }
  25%, 75% {
    -webkit-transform: scale(1.1); } }

@keyframes pulsate {
  0%, 50%, 100% {
    transform: scale(1); }
  25%, 75% {
    transform: scale(1.1); } }

.animating.pulsate,
.hover-pulsate:hover {
  -webkit-animation-name: pulsate;
  animation-name: pulsate; }

/*	#Heartbeat
//	================================================== */
@-webkit-keyframes heartbeat {
  0%, 30%, 50%, 60%, 80% {
    -webkit-transform: scale(1); }
  40%, 70% {
    -webkit-transform: scale(1.1); } }

@keyframes heartbeat {
  0%, 30%, 50%, 60%, 80% {
    transform: scale(1); }
  40%, 70% {
    transform: scale(1.1); } }

.animating.heartbeat,
.hover-heartbeat:hover {
  -webkit-animation-name: heartbeat;
  animation-name: heartbeat; }

/*	#Panic
//	================================================== */
@-webkit-keyframes panic {
  0%, 100% {
    -webkit-transform: scale(1) rotate(0); }
  10%, 60% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  20%, 40% {
    -webkit-transform: scale(1) rotate(-3deg); }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  50%, 70%, 90% {
    -webkit-transform: scale(1) rotate(3deg); }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg); } }

@keyframes panic {
  0%, 100% {
    transform: scale(1) rotate(0); }
  10%, 60% {
    transform: scale(1.1) rotate(-3deg); }
  20%, 40% {
    transform: scale(1) rotate(-3deg); }
  30% {
    transform: scale(1.1) rotate(3deg); }
  50%, 70%, 90% {
    transform: scale(1) rotate(3deg); }
  80% {
    transform: scale(1.1) rotate(-3deg); } }

.animating.panic,
.hover-panic:hover {
  -webkit-animation-name: panic;
  animation-name: panic; }

/**
 * Import components
 */
@font-face {
  font-family: 'Meta OT';
  src: url("../font/MetaWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Meta OT';
  src: url("../font/MetaWeb-Normal.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Meta OT';
  src: url("../font/MetaWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Meta OT';
  src: url("../font/MetaWeb-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'sapc';
  src: url("../font/sapc.eot");
  src: url("../font/sapc.eot") format("embedded-opentype"), url("../font/sapc.woff2") format("woff2"), url("../font/sapc.woff") format("woff"), url("../font/sapc.ttf") format("truetype"), url("../font/sapc.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sapc-custom';
  src: url('../font/sapc-custom.eot');
  src: url('../font/sapc-custom.eot') format('embedded-opentype'),
       url('../font/sapc-custom.woff2') format('woff2'),
       url('../font/sapc-custom.woff') format('woff'),
       url('../font/sapc-custom.ttf') format('truetype'),
       url('../font/sapc-custom.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before, .m-entry-list .entry .overlay:before, .m-product-slider-container .product-slider .slick-prev:before,
.m-product-slider-container .product-slider .slick-next:before, .m-product-slider-container .product-name:before, .footer-testimonials .slick-prev:before,
.footer-testimonials .slick-next:before {
  font-family: "sapc";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-phone:before {
  content: '\e800'; }

.icon-mail:before {
  content: '\e801'; }

.icon-left-open:before {
  content: '\e802'; }

.icon-right-open:before {
  content: '\e803'; }

.icon-facebook:before {
  content: '\e804'; }

.icon-location:before {
  content: '\e805'; }

.icon-tree:before {
  content: '\e806'; }

.icon-coffe:before {
  content: '\e807'; }

.icon-twitter:before {
  content: '\e808'; }

.icon-cancel:before {
  content: '\e809'; }

.icon-search:before {
  content: '\e80a'; }

.icon-download:before {
  content: '\e80b'; }

.icon-info-circled:before {
  content: '\e80c'; }

.icon-angle-up:before {
  content: '\e80d'; }

.icon-angle-down:before {
  content: '\e816'; }

.icon-file-pdf:before {
  content: '\f1c1'; }

.icon-map-signs:before {
  content: '\f277'; }

.icon-sapc:before {
  content: '\e811'; }

.icon-s-facebook:before {
  content: '\e80e'; }

.icon-s-twitter:before {
  content: '\e80f'; }

.icon-s-linkedin:before {
  content: '\e825'; }

.icon-s-mail:before {
  content: '\e812'; }

[class^="custom-icon-"]:before, [class*=" custom-icon-"]:before {
  font-family: "sapc-custom";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-icon-mouse_web_svg_v2:before { content: '\e800'; }


@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 62.5%;
  box-sizing: border-box;
  position: relative;
  min-height: 100%; }
  html.overflow-hidden, html.mfp-helper {
    /*overflow: hidden;
        height: 100%;*/ }

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

*:focus {
  outline: none; }

body {
  font: 400 18px/26px "Meta OT", sans-serif;
  overflow-x: hidden;
  background: #fff;
  color: #979797; }
  body.overflow-hidden {
    overflow: hidden;
    height: 100%; }

a {
  background-color: transparent;
  text-decoration: none;
  color: #004971; }
  a:active, a:hover {
    outline: 0; }
  a:hover {
    color: #74a487; }

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

h1, h2, h3, h4 {
  font-weight: 600;
  color: #004971; }

h1,
.m-printing-services-container .title,
.news-single .news-header .title,
.m-generic-page-header .m-content .title {
  font-size: 32px; }
  @media (min-width: 768px) {
    h1,
    .m-printing-services-container .title,
    .news-single .news-header .title,
    .m-generic-page-header .m-content .title {
      font-size: 40px; } }

h2,
.entry-list-full .entry .entry-content .entry-title,
.m-product-slider-container .product-name .title,
.case-study-list .entry .entry-title,
.m-news-list .news .news-header .title,
.m-contact-map .map-info h3,
.m-no-list .no-item .no-header .title {
  font-size: 26px; }
  @media (min-width: 768px) {
    h2,
    .entry-list-full .entry .entry-content .entry-title,
    .m-product-slider-container .product-name .title,
    .case-study-list .entry .entry-title,
    .m-news-list .news .news-header .title,
    .m-contact-map .map-info h3,
    .m-no-list .no-item .no-header .title {
      font-size: 30px; } }

.m-section-page-container .m-content h3, .m-section-page-container .m-content .excerpt p, .m-product-excerpt-container .m-content p, .m-case-study-start-container .m-content p, .m-case-study-solution-container .m-content h3, .m-quote-container em, .m-section-container .m-category-content p, .m-section-contact-us-container p {
  font-size: 18px; }
  @media (min-width: 768px) {
    .m-section-page-container .m-content h3, .m-section-page-container .m-content .excerpt p, .m-product-excerpt-container .m-content p, .m-case-study-start-container .m-content p, .m-case-study-solution-container .m-content h3, .m-quote-container em, .m-section-container .m-category-content p, .m-section-contact-us-container p {
      font-size: 24px; } }

.m-clearfix:before,
.m-clearfix:after {
  content: " ";
  display: table; }

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

.m-container-site {
  /*max-width: 1400px;*/
  margin: 0 auto; }
  .m-container-site:after {
    display: table;
    clear: both;
    content: ""; }

.m-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 544px) {
    .m-container {
      max-width: 606px; } }
  @media (min-width: 768px) {
    .m-container {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .m-container {
      max-width: 970px; } }
  @media (min-width: 1230px) {
    .m-container {
      max-width: 1200px; } }

.m-container {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%; }
  .m-container:after {
    display: table;
    clear: both;
    content: ""; }

.m-row {
  margin-right: -15px;
  margin-left: -15px; }
  .m-row:after {
    display: table;
    clear: both;
    content: ""; }

@media (max-width: 767px) {
  img.alignright {
    float: none;
    display: block;
    margin: 0 auto 1em; } }

@media (min-width: 768px) {
  img.alignright {
    float: right;
    margin: 0 0 1em 1em; } }

@media (max-width: 767px) {
  img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 1em; } }

@media (min-width: 768px) {
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0; } }

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

.alignright {
  float: right; }

.alignleft {
  float: left; }

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

.item-table {
  display: table;
  width: 100%;
  height: 100%; }
  .item-table .item-cell {
    display: table-cell;
    vertical-align: middle; }

iframe {
  max-width: 100%; }
  @media (max-width: 1229px) {
    iframe {
      height: auto;
      min-height: 395px; } }
  @media (max-width: 991px) {
    iframe {
      min-height: 300px; } }
  @media (max-width: 767px) {
    iframe {
      min-height: 320px; } }
  @media (max-width: 543px) {
    iframe {
      min-height: 180px; } }

.more-loading {
  font-size: 16px;
  font-weight: 500;
  color: #004971;
  text-align: center;
  margin: 80px 0 60px; }
  .more-loading img {
    margin: 0 auto 15px; }

.m-contact-info-box .info .social, .footer-middle .social ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .m-contact-info-box .info .social li, .footer-middle .social ul li {
    display: inline-block; }
    .m-contact-info-box .info .social li + li, .footer-middle .social ul li + li {
      margin-left: 15px; }
    .m-contact-info-box .info .social li a, .footer-middle .social ul li a {
      display: block;
      width: 65px;
      height: 65px;
      border: 1px solid #004971;
      border-radius: 50%;
      font-size: 40px;
      font-weight: 600;
      color: #004971;
      text-align: center; }
      .m-contact-info-box .info .social li a:hover, .footer-middle .social ul li a:hover {
        border-color: #74a487;
        color: #74a487; }
      .m-contact-info-box .info .social li a:before, .footer-middle .social ul li a:before {
        line-height: 65px;
        margin: 0; }
      .m-contact-info-box .info .social li a span, .footer-middle .social ul li a span {
        display: none; }

.m-sprite,
.m-sprite-before:before,
.m-sprite-after:after {
  background-image: url("../image/sprite.png");
  background-repeat: no-repeat; }

.btn {
  display: block;
  position: relative;
  padding: 15px 45px 11px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-in; }
  @media (min-width: 768px) {
    .btn {
      display: inline-block; } }

.btn {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2em;
  color: #979797;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 50px; }
  .btn:hover, .btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #000; }

.btn {
  color: #004971;
  border-color: #004971;
  background-color: transparent; }
  .btn:hover, .btn:focus {
    background-color: #004971; }

.btn-green {
  color: #74a487;
  border-color: #74a487;
  background-color: transparent; }
  .btn-green:hover, .btn-green:focus {
    background-color: #74a487; }

.btn-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }
  .btn-white:hover, .btn-white:focus {
    color: #74a487;
    background-color: #fff; }

.btn-white.btn-white-blue:hover, .btn-white.btn-white-blue:focus {
  color: #004971; }

/* BTN class */
.btn-view-more img {
  display: none;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -16px; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
select,
textarea,
.field {
  font-size: 16px;
  font-weight: 400;
  color: #979797;
  vertical-align: middle;
  padding: 11px 12px;
  display: block;
  width: 100%;
  border: 1px solid #f3f2f2;
  border-radius: 0;
  background-color: #f3f2f2; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #fff;
    outline: none; }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="number"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  select::placeholder,
  textarea::placeholder,
  .field::placeholder {
    color: #979797; }

input[type="search"]::-ms-clear {
  display: none; }

textarea {
  height: 72px;
  line-height: 1.4em;
  padding-top: 12px;
  resize: none; }

select option {
  padding: 5px;
  line-height: 1em;
  vertical-align: middle; }

/* alert */
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #d93434;
  box-shadow: 0 0 0 1px #d93434;
  transition: all 0.24s ease-in-out; }

span.wpcf7-not-valid-tip {
  display: none; }

div.wpcf7-response-output {
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  color: #fff;
  text-align: center;
  clear: both;
  margin: 0 auto 40px;
  padding: 11px 20px;
  border-radius: 0; }
  div.wpcf7-response-output.wpcf7-validation-errors {
    display: none !important; }

div.wpcf7-mail-sent-ok {
  background-color: #81b242;
  border: 3px solid #81b242; }

div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
  background-color: #d93434;
  border: 3px solid #d93434; }

.header-search {
  margin: 2px 30px 0 0; }
  @media (max-width: 543px) {
    .nav-is-visible .header-search {
      display: none; } }
  @media (min-width: 1230px) {
    .header-search {
      order: 2;
      margin: 0 0 0 15px; } }
  .header-search .search-toggle {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 22px; }
    .header-search .search-toggle:hover {
      color: #74a487; }
    .header-search .search-toggle:before {
      margin: 0; }
  .header-search .searchform {
    position: absolute;
    z-index: 20;
    top: 85px;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: 0;
    visibility: hidden;
    background: #f3f2f2;
    transition: all .4s ease-in; }
    @media (min-width: 992px) {
      .header-search .searchform {
        top: 147px; } }
    @media (min-width: 992px) {
      .site-header.scrolled .header-search .searchform {
        top: 95px; } }
    .header-search .searchform:before {
      content: '';
      position: absolute;
      z-index: 20;
      top: -7px;
      right: 100px;
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      border-bottom: 7px solid #f3f2f2;
      border-top: none; }
    .header-search .searchform:after {
      content: '';
      position: absolute;
      z-index: 19;
      top: -8px;
      right: 98px;
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 9px solid transparent;
      border-left: 9px solid transparent;
      border-bottom: 9px solid #c2c1c1;
      border-top: none;
      border-bottom-width: 8px; }
    @media (min-width: 1230px) {
      .header-search .searchform:before {
        right: 32px; }
      .header-search .searchform:after {
        right: 30px; } }
    .header-search .searchform.show {
      height: 100px;
      opacity: 1;
      visibility: visible;
      transition: all .4s ease-in; }
    .header-search .searchform .field {
      font-size: 36px;
      font-weight: 400;
      line-height: 1.2em;
      text-align: center;
      width: 100%;
      height: 100%;
      padding: 0 40px 0 20px;
      border: 0;
      border-radius: 0;
      background-color: #f3f2f2; }
      @media (min-width: 992px) {
        .header-search .searchform .field {
          padding: 0 40px; } }
      .header-search .searchform .field:focus, .header-search .searchform .field:active, .header-search .searchform .field:hover {
        background-color: #f3f2f2; }
    .header-search .searchform .submit {
      display: none; }
    .header-search .searchform .search-close {
      position: absolute;
      z-index: 21;
      top: 50%;
      right: 5px;
      transform: translate(-50%, -50%);
      font-size: 24px;
      font-weight: 600;
      color: #004971; }
      .header-search .searchform .search-close:hover {
        color: #74a487; }

.main .searchform {
  position: relative;
  width: 100%; }
  .main .searchform .field {
    text-align: left;
    width: 100%;
    line-height: 1.65em;
    min-height: 50px; }
  .main .searchform .submit {
    display: none; }
  .main .searchform .search-close {
    position: absolute;
    z-index: 21;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 600;
    color: #004971; }
    .main .searchform .search-close:hover {
      color: #74a487; }

#search-results {
  width: 100%;
  background-color: #fff; }

.ui-autocomplete-loading {
  background: url("../image/ajax-loader-bg-gray.gif") no-repeat 10px 50%; }
  @media (min-width: 544px) {
    .ui-autocomplete-loading {
      background-position: 20px 50%; } }

.ui-autocomplete {
  position: absolute;
  z-index: 999;
  cursor: default;
  display: block !important;
  width: 100% !important;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f3f2f2;
  border-bottom: 1px solid #c2c1c1; }
  .ui-autocomplete li {
    font-size: 18px;
    color: #979797;
    text-align: center;
    width: 100%;
    padding: 3px 0; }
    .ui-autocomplete li:first-of-type {
      padding-top: 25px; }
    .ui-autocomplete li:last-of-type {
      padding-bottom: 30px; }
    .ui-autocomplete li.ui-state-focus {
      cursor: pointer;
      color: #004971; }

/* Dots */
.slick-dots {
  position: absolute;
  left: 0;
  bottom: 40px;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .slick-dots {
      bottom: 70px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      border-radius: 50%;
      background: #fff;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer; }
      @media (min-width: 768px) {
        .slick-dots li button {
          height: 15px;
          width: 15px; } }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      background: #004971; }

.m-section-container {
  position: relative;
  z-index: 1;
  padding: 50px 0 90px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .m-section-container {
      padding-top: 70px; } }
  .m-section-container.grey {
    background-color: #f3f2f2; }
  .m-section-container .title {
    margin: 20px 0 30px;
    line-height: 1em; }
  .m-section-container .subtitle {
    font-size: 24px;
    font-weight: 400;
    margin: -5px 0 0; }
  .m-section-container .buttons {
    margin: 20px 0 0;
    text-align: center; }
    @media (min-width: 992px) {
      .m-section-container .buttons {
        margin-top: 35px; } }
    .m-section-container .buttons .btn + .btn {
      margin-top: 15px; }
      @media (min-width: 768px) {
        .m-section-container .buttons .btn + .btn {
          margin-left: 10px; } }
  body:not(.home) .m-section-container.m-box-container {
    padding-top: 18px; }
  .m-section-container.m-box-container .title {
    margin-bottom: 22px; }
    .m-section-container.m-box-container .title + p:last-of-type {
      margin-bottom: 35px; }

.m-section-page-container {
  padding: 10px 0 0; }
  @media (min-width: 1230px) {
    .m-section-page-container {
      padding-top: 25px; }
      .m-section-page-container#our-story {
        padding-bottom: 35px; } }
  @media (min-width: 768px) {
    .m-section-page-container .m-menu-left {
      float: left;
      width: 25%;
      max-width: 295px; }
      .m-section-page-container .m-menu-left + .m-content {
        float: right;
        width: 75%;
        max-width: 875px; } }
  .m-section-page-container .m-content h3 {
    font-weight: 400;
    line-height: 1.4em; }
  .m-section-page-container .m-content p:last-of-type {
    margin-bottom: 20px; }
  .m-section-page-container .m-content .excerpt p {
    font-weight: 400;
    line-height: 1.4em;
    color: #004971; }
    .m-section-page-container .m-content .excerpt p:first-of-type {
      margin-top: 0; }
  .m-section-page-container .buttons {
    margin: 0;
    padding: 30px 0;
    text-align: center;
    background-color: #f3f2f2; }

.m-breadcrumbs-container + .m-section-page-container h1 {
  margin: 27px 0 12px; }

.m-breadcrumbs-container + .m-section-page-container .m-content {
  padding-bottom: 50px; }

@media (max-width: 991px) {
  .m-breadcrumbs-container + .m-section-page-container.m-case-study-start-container .m-content {
    padding-bottom: 10px; } }

/* custom css for section */
.m-section-container.grey .m-entry-list .entry {
  background-color: #fff; }

@media (max-width: 767px) {
  body.post-type-archive-products .m-live-locally-container {
    display: none; } }

.m-live-locally-container .m-entry-list .entry a:hover,
.m-entry-no-overlay .m-entry-list .entry a:hover {
  color: #fff;
  background: #74a487; }

.m-products-container .m-entry-list .entry .overlay {
  background: #004971; }
  .m-products-container .m-entry-list .entry .overlay:before {
    color: #005584; }

@media (min-width: 768px) {
  .m-section-who-we-are-container {
    margin-bottom: 45px;
    border-bottom: 1px solid #c2c1c1; } }

.m-our-ethos-container {
  background-color: #f3f2f2;
  padding: 0; }

body:not(.home) .m-our-responsibility-container.m-box-container {
  padding: 55px 0 15px; }

.m-our-team-container {
  padding: 40px 0 25px; }

.m-other-products-container {
  padding: 0; }

.logo-items {
  text-align: center; }
  @media (min-width: 768px) {
    .logo-items {
      text-align: left; } }
  .logo-items img {
    margin: 0 auto; }
    @media (min-width: 544px) {
      .logo-items img {
        display: inline-block; } }

.m-entry-list {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .m-entry-list {
      flex-flow: row wrap; } }
  @media (min-width: 992px) {
    .m-entry-list {
      flex-flow: row nowrap; } }
  .m-entry-list .entry {
    position: relative;
    background-color: #f3f2f2;
    margin: 0 auto 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .m-entry-list .entry {
        width: 50%; } }
    @media (min-width: 992px) {
      .m-entry-list .entry {
        margin-bottom: 0; } }
    .m-entry-list .entry .entry-thumbnail {
      position: relative;
      display: block;
      overflow: hidden;
      height: 275px; }
      .m-entry-list .entry .entry-thumbnail img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        max-width: none;
        width: auto;
        min-height: 100%;
        max-height: none;
        height: auto;
        transform: translate(-50%, -50%); }
    .m-entry-list .entry .entry-title {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px; }
      .m-entry-list .entry .entry-title h3 {
        font-size: 17px;
        line-height: 1em;
        text-transform: uppercase;
        text-align: center;
        margin: 0; }
    .m-entry-list .entry .overlay {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
      background: #74a487;
      max-height: 335px;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      text-align: center; }
      .m-entry-list .entry .overlay:before {
        content: '\e811';
        font-size: 220px;
        color: #7eb594;
        margin: 0;
        position: absolute;
        z-index: -1;
        top: 30px;
        left: 50%;
        transform: translate(-50%, 0%); }
        @media (min-width: 992px) {
          .m-entry-list .entry .overlay:before {
            font-size: 160px;
            top: 50%;
            transform: translate(-50%, -60%); } }
        @media (min-width: 1230px) {
          .m-entry-list .entry .overlay:before {
            font-size: 220px;
            top: 30px;
            transform: translate(-50%, 0%); } }
      .m-entry-list .entry .overlay .item-table .item-cell {
        padding: 0 15px 26px; }
      .m-entry-list .entry .overlay p {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        text-shadow: 2px 2px rgba(116, 164, 135, 0.25); }
    .m-entry-list .entry a {
      display: block;
      height: 100%; }
      .m-entry-list .entry a:hover .overlay {
        display: block;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease-in; }
      .m-entry-list .entry a:hover .entry-title h3 {
        position: relative;
        z-index: 11;
        color: #fff; }

.m-video-container {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .m-video-container {
      height: 500px; } }
  @media (min-width: 992px) {
    .m-video-container {
      height: 555px; } }
  @media (min-width: 1230px) {
    .m-video-container {
      height: 790px; } }
  .m-video-container .m-container {
    background: #fff; }
    @media (min-width: 768px) {
      .m-video-container .m-container {
        margin-top: 50px; } }
  @media (min-width: 768px) {
    .m-video-container .m-container,
    .m-video-container .m-row,
    .m-video-container .description {
      height: 100%;
      position: relative;
      z-index: 2;
      pointer-events: none; }
    .m-video-container .m-container {
      background: none;
      margin-top: 0; } }
  .m-video-container .description {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    max-width: 890px;
    padding: 0; }
    .m-video-container .description .description-inner {
      padding-bottom: 20px; }
      @media (min-width: 768px) {
        .m-video-container .description .description-inner {
          padding-bottom: 0; } }
    .m-video-container .description h1 {
      font-size: 34px;
      line-height: 1.2em;
      color: #004971;
      width: 100%;
      margin: 0.4em 0; }
      @media (min-width: 768px) {
        .m-video-container .description h1 {
          font-size: 70px;
          max-width: 600px;
          color: #fff;
          text-shadow: 2px 1px rgba(0, 0, 0, 0.48);
          margin: 0 0 0.4em; } }
      @media (min-width: 992px) {
        .m-video-container .description h1 {
          margin: 0.67em 0; } }
    .m-video-container .description p {
      font-size: 22px;
      font-weight: 500;
      line-height: 1.48em;
      color: #979797;
      margin: 0 0 1em; }
      @media (min-width: 768px) {
        .m-video-container .description p {
          font-size: 24px;
          color: #fff;
          text-shadow: 1px 1px rgba(0, 0, 0, 0.48); } }
      @media (min-width: 992px) {
        .m-video-container .description p {
          margin: 1em 0; } }
    .m-video-container .description .buttons {
      padding-top: 35px;
      pointer-events: auto; }
      @media (min-width: 768px) {
        .m-video-container .description .buttons {
          padding-top: 0; } }
      .m-video-container .description .buttons .btn {
        pointer-events: auto;
        color: #fff;
        background-color: #004971; }
        .m-video-container .description .buttons .btn.btn-green {
          background-color: #74a487; }
        @media (max-width: 767px) {
          .m-video-container .description .buttons .btn + .btn {
            margin-top: 15px; } }
        .m-video-container .description .buttons .btn:hover, .m-video-container .description .buttons .btn:focus {
          color: #004971;
          background-color: #fff; }
        .m-video-container .description .buttons .btn.btn-green:hover, .m-video-container .description .buttons .btn.btn-green:focus {
          color: #74a487;
          background-color: #fff; }
  .m-video-container .video-bg {
    /*
        & {
            @media (max-width: map_get($grid-breakpoints, md) - 1) and (min-width: map_get($grid-breakpoints, sm)) {
                height: 300px;
                overflow: hidden;
            }
            @media (max-width: map_get($grid-breakpoints, sm) - 1) and (min-width: map_get($grid-breakpoints, sm)) {
                height: 180px;
            }
        }
        */ }
    @media (min-width: 768px) {
      .m-video-container .video-bg,
      .m-video-container .video-bg iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        max-width: none; } }
    @media (max-width: 767px) {
      .m-video-container .video-bg iframe {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 230px; } }
    @media (min-aspect-ratio: 16 / 9) and (min-width: 768px) {
      .m-video-container .video-bg .video-bg-inner {
        height: 300%;
        top: -100%;
        left: 0; } }
    @media (max-aspect-ratio: 16 / 9) and (min-width: 768px) {
      .m-video-container .video-bg .video-bg-inner {
        width: 300%;
        top: 0;
        left: -100%; } }
    @media (min-width: 768px) {
      .m-video-container .video-bg .video-bg-inner {
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: -99; } }

.m-printing-services-container {
  border-top: 1px solid #979797;
  padding: 10px 0 20px; }
  @media (min-width: 768px) {
    .m-printing-services-container {
      border-top: 0;
      padding: 50px 0 80px;
      text-align: center; } }
  .m-printing-services-container .content {
    max-width: 710px;
    margin: 0 auto; }
  .m-printing-services-container .title {
    line-height: 1em; }

.m-breadcrumbs-container {
  padding: 20px 0 0; }
  .m-breadcrumbs-container ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .m-breadcrumbs-container ul li {
      position: relative;
      display: inline-block; }
      .m-breadcrumbs-container ul li + li:before {
        content: '>';
        font-size: 18px;
        float: left;
        padding: 0 8px 0 3px; }
      .m-breadcrumbs-container ul li a {
        font-size: 15px;
        color: #979797; }
        .m-breadcrumbs-container ul li a:hover {
          color: #004971;
          text-decoration: underline; }

.m-page-header-background-container {
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.entry-list-full {
  border-top: 1px solid #c2c1c1; }
  .entry-list-full .entry {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .entry-list-full .entry {
        flex-flow: row wrap; } }
    @media (min-width: 992px) {
      .entry-list-full .entry {
        flex-flow: row nowrap; } }
    @media (min-width: 768px) {
      .entry-list-full .entry:nth-of-type(even) .entry-thumbnail {
        order: 2; } }
    @media (min-width: 768px) {
      .entry-list-full .entry:nth-of-type(even) .entry-content {
        order: 1; } }
    .entry-list-full .entry .entry-thumbnail,
    .entry-list-full .entry .entry-content {
      width: 100%;
      align-self: center; }
      @media (min-width: 768px) {
        .entry-list-full .entry .entry-thumbnail,
        .entry-list-full .entry .entry-content {
          width: 50%; } }
    .entry-list-full .entry .entry-thumbnail {
      order: 1;
      height: 170px; }
      @media (min-width: 544px) {
        .entry-list-full .entry .entry-thumbnail {
          height: 260px; } }
      @media (min-width: 768px) {
        .entry-list-full .entry .entry-thumbnail {
          height: 374px; } }
      .entry-list-full .entry .entry-thumbnail a, .entry-list-full .entry .entry-thumbnail div {
        position: relative;
        display: block;
        overflow: hidden;
        height: 100%; }
      .entry-list-full .entry .entry-thumbnail a:hover img {
        opacity: 0.7; }
      .entry-list-full .entry .entry-thumbnail img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        max-width: none;
        width: auto;
        min-height: 100%;
        max-height: none;
        height: auto;
        transform: translate(-50%, -50%); }
    .entry-list-full .entry .entry-content {
      order: 2;
      padding: 0 20px 35px; }
      @media (min-width: 768px) {
        .entry-list-full .entry .entry-content {
          padding: 0 30px 0px 40px; } }
      @media (min-width: 992px) {
        .entry-list-full .entry .entry-content {
          padding: 0 50px 0 70px; } }
      @media (min-width: 1230px) {
        .entry-list-full .entry .entry-content {
          padding: 0 100px 0 115px; } }
      .entry-list-full .entry .entry-content .entry-title {
        margin: 30px 0 0; }
        @media (min-width: 768px) {
          .entry-list-full .entry .entry-content .entry-title {
            margin-top: 0; } }
      .entry-list-full .entry .entry-content p:last-of-type {
        margin-bottom: 0; }
      .entry-list-full .entry .entry-content .btn {
        margin-top: 25px; }

.m-page-bar-container {
  padding: 15px 0;
  text-align: center;
  background-color: #004971; }
  .m-page-bar-container select {
    display: inline-block;
    vertical-align: top;
    padding: 11px 30px 11px 15px;
    height: 50px;
    width: 100%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url("../image/select-arrow.png") no-repeat right #fff;
    background-size: 29px 7px; }
    @media (min-width: 544px) {
      .m-page-bar-container select {
        margin-right: 10px;
        width: 323px; } }
  .m-page-bar-container select::-ms-expand {
    display: none; }
  .m-page-bar-container .category-filters + .loader {
    display: inline-block;
    visibility: hidden;
    vertical-align: middle; }
    .m-page-bar-container .category-filters + .loader.show {
      visibility: visible; }
    @media (max-width: 543px) {
      .m-page-bar-container .category-filters + .loader {
        display: none; } }
  .m-page-bar-container .btn {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
    width: 100px; }
    @media (min-width: 544px) {
      .m-page-bar-container .btn {
        display: inline-block; } }
  .m-page-bar-container .label {
    display: none;
    font-size: 17px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding-right: 12px; }
    @media (min-width: 544px) {
      .m-page-bar-container .label {
        display: inline-block; } }

.m-menu-left {
  margin-bottom: 30px; }
  .m-menu-left ul {
    margin: 0 0 40px;
    padding: 0;
    list-style: none; }
    .m-menu-left ul li {
      border-left: 7px solid #f2f2f2; }
      .m-menu-left ul li:hover, .m-menu-left ul li.active {
        border-left-color: #74a487; }
      .m-menu-left ul li a {
        font-size: 17px;
        line-height: 1.2em;
        font-weight: 700;
        color: #004971;
        padding: 11px 0 7px 14px;
        display: block; }
  @media (max-width: 767px) {
    .m-blog-container .m-menu-left {
      display: none; } }

.m-menu-mobile-blog {
  display: block; }
  @media (min-width: 768px) {
    .m-menu-mobile-blog {
      display: none; } }
  .m-menu-mobile-blog select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url("../image/select-arrow.png") no-repeat right #fff;
    background-size: 29px 7px;
    padding: 12px;
    border: 1px solid #222; }
    .m-menu-mobile-blog select + select {
      margin-top: 15px; }
  .m-menu-mobile-blog select::-ms-expand {
    display: none; }

.m-team-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 0 -2% 20px; }
  @media (min-width: 992px) {
    .m-team-list {
      margin-left: -15px;
      margin-right: -15px; } }
  .m-team-list.show-all .entry:nth-of-type(n) {
    display: block; }
  .m-team-list .entry {
    position: relative;
    margin: 0 2% 22px;
    width: 46%; }
    .m-team-list .entry:nth-of-type(n+5) {
      display: none; }
    @media (min-width: 768px) {
      .m-team-list .entry {
        width: 21%; } }
    @media (min-width: 1230px) {
      .m-team-list .entry {
        width: 267px;
        margin-left: 17px;
        margin-right: 16px; } }
    .m-team-list .entry .entry-thumbnail {
      position: relative;
      display: block;
      overflow: hidden; }
      .m-team-list .entry .entry-thumbnail img {
        display: block;
        max-width: 100%;
        height: auto; }
    .m-team-list .entry .entry-title h3 {
      font-size: 18px;
      margin: 10px 0 0; }
    .m-team-list .entry .entry-title .job {
      color: #979797; }
    .m-team-list .entry a {
      display: block; }
      .m-team-list .entry a:hover .entry-title h3 {
        color: #74a487; }

.m-our-team-container .buttons {
  text-align: left;
  margin-top: 20px; }

.carousel3-list {
  overflow: hidden;
  outline: 1px solid transparent; }
  @media (min-width: 768px) {
    .carousel3-list .items-description {
      float: left;
      width: 40%;
      height: 100%; } }
  @media (min-width: 992px) {
    .carousel3-list .items-description {
      min-height: 450px;
      width: 30%; } }
  @media (min-width: 1230px) {
    .carousel3-list .items-description {
      width: 25%; } }
  .carousel3-list .items-image {
    margin: 0;
    overflow: hidden; }
    @media (min-width: 768px) {
      .carousel3-list .items-image {
        float: right;
        width: 60%; } }
    @media (min-width: 992px) {
      .carousel3-list .items-image {
        width: 70%;
        height: auto; } }
    @media (min-width: 1230px) {
      .carousel3-list .items-image {
        width: 75%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .carousel3-list .items-image .item {
        position: relative;
        display: block;
        height: 356px; }
        .carousel3-list .items-image .item img {
          position: absolute;
          top: 50%;
          left: 50%;
          min-width: 100%;
          max-width: none;
          width: auto;
          min-height: 100%;
          max-height: none;
          height: auto;
          transform: translate(-50%, -50%); } }
    .carousel3-list .items-image .item.slick-active:not(.slick-current) {
      opacity: 0.2;
      transition: opacity 0.3s ease-in;
      cursor: pointer;
      overflow: hidden; }
      .carousel3-list .items-image .item.slick-active:not(.slick-current):hover {
        overflow: hidden;
        opacity: 1;
        transition: opacity 0.3s ease-in; }
    @media (max-width: 767px) {
      .carousel3-list .items-image .item-image {
        float: none; } }
  .carousel3-list .item .item-content {
    padding: 25px 0 50px; }
    @media (min-width: 768px) {
      .carousel3-list .item .item-content {
        height: 100%;
        padding: 30px 15px 30px 0; } }
    @media (min-width: 992px) {
      .carousel3-list .item .item-content {
        padding-right: 30px; } }
    @media (min-width: 1230px) {
      .carousel3-list .item .item-content {
        padding-right: 40px; } }
    .carousel3-list .item .item-content .section-title {
      font-size: 17px;
      font-weight: 700;
      color: #74a487;
      text-transform: uppercase;
      display: block;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .carousel3-list .item .item-content .section-title {
          margin-bottom: 30px; } }
    .carousel3-list .item .item-content .title {
      margin: 0; }
    .carousel3-list .item .item-content p:last-of-type {
      margin-bottom: 20px; }
  .carousel3-list .slick-dots {
    left: -5px;
    bottom: 20px; }
    @media (min-width: 992px) {
      .carousel3-list .slick-dots {
        bottom: 35px; } }
  .carousel3-list.white .slick-dots li button {
    background: #f3f2f2; }
  .carousel3-list.white .slick-dots li.slick-active button {
    background: #004971; }

@media (min-width: 768px) {
  .m-product-slider-container {
    margin-top: 40px; } }

@media (max-width: 767px) {
  .m-product-slider-container .m-container {
    padding: 0; } }

.m-product-slider-container .product-slider {
  height: 155px;
  overflow: hidden; }
  @media (min-width: 544px) {
    .m-product-slider-container .product-slider {
      height: 200px; } }
  @media (min-width: 768px) {
    .m-product-slider-container .product-slider {
      float: left;
      width: 400px;
      height: 100%; } }
  @media (min-width: 992px) {
    .m-product-slider-container .product-slider {
      width: 550px; } }
  @media (min-width: 1230px) {
    .m-product-slider-container .product-slider {
      width: 662px; } }
  @media (max-width: 767px) {
    .m-product-slider-container .product-slider img {
      width: 100%;
      height: 100%; } }
  @media (max-width: 767px) {
    .m-product-slider-container .product-slider .slick-track {
      height: 200px; } }
  @media (max-width: 543px) {
    .m-product-slider-container .product-slider .slick-track {
      height: 155px; } }
  .m-product-slider-container .product-slider .slick-prev,
  .m-product-slider-container .product-slider .slick-next {
    position: absolute;
    z-index: 10;
    display: block;
    height: 40px;
    width: 49.5%;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #161a21;
    color: transparent;
    bottom: 0;
    padding: 0;
    border: none;
    outline: none; }
    .m-product-slider-container .product-slider .slick-prev:before,
    .m-product-slider-container .product-slider .slick-next:before {
      font-size: 17px;
      line-height: 40px;
      color: #fff;
      opacity: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 768px) {
      .m-product-slider-container .product-slider .slick-prev,
      .m-product-slider-container .product-slider .slick-next {
        height: 66px;
        width: 66px;
        background: #fff; }
        .m-product-slider-container .product-slider .slick-prev:before,
        .m-product-slider-container .product-slider .slick-next:before {
          font-size: 27px;
          line-height: 1em;
          color: #004971; } }
    .m-product-slider-container .product-slider .slick-prev:hover:before,
    .m-product-slider-container .product-slider .slick-next:hover:before {
      color: #74a487; }
  .m-product-slider-container .product-slider .slick-prev {
    left: 0; }
    @media (min-width: 768px) {
      .m-product-slider-container .product-slider .slick-prev {
        left: auto;
        right: 66px; } }
    .m-product-slider-container .product-slider .slick-prev:before {
      content: '\e802'; }
  .m-product-slider-container .product-slider .slick-next {
    right: 0; }
    @media (min-width: 768px) {
      .m-product-slider-container .product-slider .slick-next {
        right: 0; } }
    .m-product-slider-container .product-slider .slick-next:before {
      content: "\e803"; }

.m-product-slider-container .product-name {
  position: relative;
  height: 100%;
  padding: 45px 15px 40px;
  background-color: #78a487;
  text-align: center; }
  @media (min-width: 768px) {
    .mySwiperabc{
      height: 215px;
    }
    .m-product-slider-container .product-name {
      float: right;
      width: 320px;
      height: 215px;
      padding: 24px 15px; } }
  @media (min-width: 992px) {
    .mySwiperabc{
      height: 295px;
    }
    .m-product-slider-container .product-name {
      width: 390px;
      height: 295px; } }
  @media (min-width: 1230px) {
    .mySwiperabc{
      height: 355px;
    }
    .m-product-slider-container .product-name {
      width: 508px;
      height: 355px;
      padding: 0 40px; } }
  .m-product-slider-container .product-name:before {
    /* content: '\e811'; */
    font-size: 183px;
    color: #7dab8d;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .m-product-slider-container .product-name:before {
        font-size: 193px; } }
    @media (min-width: 992px) {
      .m-product-slider-container .product-name:before {
        font-size: 233px; } }
    @media (min-width: 1230px) {
      .m-product-slider-container .product-name:before {
        font-size: 283px; } }
  .m-product-slider-container .product-name .title {
    color: #fff;
    margin: 0 0 30px;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .m-product-slider-container .product-name .title {
        margin-bottom: 12px; } }
    @media (min-width: 992px) {
      .m-product-slider-container .product-name .title {
        margin-bottom: 44px; } }
  .m-product-slider-container .product-name .btn {
    position: relative;
    z-index: 2; }
    .m-product-slider-container .product-name .btn + .btn {
      margin-top: 22px; }
      @media (min-width: 768px) {
        .m-product-slider-container .product-name .btn + .btn {
          margin-top: 17px; } }

.m-product-excerpt-container {
  padding: 20px 0 15px; }
  @media (min-width: 768px) {
    .m-product-excerpt-container .m-content {
      padding-right: 15px; } }
  @media (min-width: 1230px) {
    .m-product-excerpt-container .m-content {
      padding-right: 150px; } }
  .m-product-excerpt-container .m-content p {
    line-height: 1.4em;
    color: #004971; }

.m-product-details-container {
  padding: 0; }
  .m-product-details-container .title {
    margin-bottom: 25px; }
  .m-product-details-container .m-content {
    position: relative;
    padding-top: 30px; }
    @media (min-width: 768px) {
      .m-product-details-container .m-content {
        float: left;
        width: 69%;
        padding: 30px 30px 25px 0; }
        .m-product-details-container .m-content:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 1px;
          height: 100%;
          background-color: #d7d6d6; } }
    @media (min-width: 992px) {
      .m-product-details-container .m-content {
        padding: 44px 55px 37px 0px; } }
  .m-product-details-container .download-list {
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .m-product-details-container .download-list {
        float: right;
        width: 31%;
        padding: 30px 0 30px 30px; } }
    @media (min-width: 992px) {
      .m-product-details-container .download-list {
        padding: 55px 0 30px 40px; } }
    @media (min-width: 1230px) {
      .m-product-details-container .download-list {
        padding-left: 60px; } }
    .m-product-details-container .download-list .title {
      font-size: 17px;
      text-transform: uppercase;
      color: #74a487;
      margin: 25px 0; }
    .m-product-details-container .download-list a {
      font-size: 18px;
      line-height: 1.2em;
      font-weight: 400;
      display: block; }
      .m-product-details-container .download-list a + a {
        margin-top: 12px; }
      .m-product-details-container .download-list a:before {
        margin-right: 5px;
        margin-left: 0;
        font-size: 18px; }

@media (max-width: 545px) {
  .m-other-products-container .m-container {
    padding-left: 0;
    padding-right: 0; }
  .m-other-products-container .items-description {
    padding-left: 15px;
    padding-right: 15px; }
    .m-other-products-container .items-description .slick-dots {
      left: 10px; } }

.m-popup {
  position: relative;
  background: #fff;
  padding: 0;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }
  @media (min-width: 992px) {
    .m-popup {
      max-width: 970px; } }
  @media (min-width: 992px) {
    .m-popup .image {
      float: left; } }
  .m-popup .content {
    float: left;
    padding: 20px 15px;
    width: 100%;
    background: #fff; }
    @media (min-width: 768px) {
      .m-popup .content {
        padding: 30px 30px 0;
        width: 100%;
        min-height: 300px; } }
    @media (min-width: 992px) {
      .m-popup .content {
        width: 400px; } }
    .m-popup .content .info {
      margin-bottom: 25px; }
      @media (min-width: 768px) {
        .m-popup .content .info {
          margin-bottom: 30px; } }
      .m-popup .content .info + .info {
        margin-bottom: 35px; }
        @media (min-width: 768px) {
          .m-popup .content .info + .info {
            margin-bottom: 40px; } }
      .m-popup .content .info a {
        font-size: 28px;
        color: #004971;
        text-decoration: underline; }
        @media (min-width: 768px) {
          .m-popup .content .info a {
            font-size: 30px; } }
        .m-popup .content .info a:hover {
          text-decoration: none; }
        .m-popup .content .info a[href^='tel'] {
          text-decoration: none; }
          .m-popup .content .info a[href^='tel']:hover {
            text-decoration: underline; }
    .m-popup .content h3 {
      font-size: 24px;
      margin: 0 0 22px; }
    .m-popup .content strong {
      font-size: 17px;
      font-weight: 600;
      color: #74a487;
      text-transform: uppercase;
      display: block; }
    .m-popup .content span {
      display: block;
      color: #979797; }
      .m-popup .content span a {
        color: #979797;
        text-decoration: underline; }
        .m-popup .content span a:hover {
          text-decoration: none; }

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0); }

html.mfp-helper {
  height: 100%; }
  html.mfp-helper body {
    padding-top: 0;
    overflow: hidden;
    height: 100%;
    transform: translateZ(0); }

.m-case-study-start-container {
  padding: 0 0 45px; }
  @media (min-width: 992px) {
    .m-case-study-start-container {
      padding: 20px 0 15px; } }
  .m-case-study-start-container .m-container {
    position: relative; }
  @media (min-width: 992px) {
    .m-case-study-start-container .m-buttons-top {
      position: absolute;
      top: -66px;
      right: 0; } }
  .m-case-study-start-container .m-buttons-top .btn {
    padding-left: 37px;
    padding-right: 37px; }
    .m-case-study-start-container .m-buttons-top .btn + .btn {
      margin-top: 15px;
      padding-left: 28px;
      padding-right: 28px; }
      @media (min-width: 768px) {
        .m-case-study-start-container .m-buttons-top .btn + .btn {
          margin-left: 10px;
          margin-top: 0; } }
    .m-case-study-start-container .m-buttons-top .btn.icon-file-pdf:before {
      margin: 0; }
  @media (min-width: 768px) {
    .m-case-study-start-container .m-content {
      padding-right: 15px; } }
  @media (min-width: 1230px) {
    .m-case-study-start-container .m-content {
      padding-right: 150px; } }
  .m-case-study-start-container .m-content p {
    line-height: 1.4em;
    color: #004971; }

.m-case-study-descriptions-container {
  padding: 0; }
  .m-case-study-descriptions-container .title {
    margin-bottom: 25px; }
  .m-case-study-descriptions-container .m-content {
    position: relative;
    padding-top: 20px; }
    @media (min-width: 992px) {
      .m-case-study-descriptions-container .m-content {
        float: left;
        width: 69%;
        padding: 30px 30px 15px 0; }
        .m-case-study-descriptions-container .m-content:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 1px;
          height: 100%;
          background-color: #d7d6d6; } }
    @media (min-width: 1230px) {
      .m-case-study-descriptions-container .m-content {
        padding: 55px 55px 30px 0; } }
  .m-case-study-descriptions-container .key-list {
    padding-bottom: 60px; }
    @media (min-width: 992px) {
      .m-case-study-descriptions-container .key-list {
        float: right;
        width: 31%;
        padding: 30px 0 30px 30px; } }
    @media (min-width: 1230px) {
      .m-case-study-descriptions-container .key-list {
        padding: 55px 0 30px 40px; } }
    .m-case-study-descriptions-container .key-list .title {
      font-size: 17px;
      text-transform: uppercase;
      color: #74a487;
      margin: 22px 0 12px; }
    .m-case-study-descriptions-container .key-list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .m-case-study-descriptions-container .key-list ul li .number {
        float: left;
        width: 41px;
        height: 41px;
        border-radius: 50%;
        background-color: #004971;
        font-size: 17px;
        line-height: 41px;
        font-weight: 600;
        color: #fff;
        text-align: center; }
      .m-case-study-descriptions-container .key-list ul li p {
        color: #004971;
        padding-top: 0;
        padding-left: 55px;
        margin: 0; }
        @media (min-width: 992px) {
          .m-case-study-descriptions-container .key-list ul li p {
            padding-top: 8px; } }
    .m-case-study-descriptions-container .key-list .slick-dots {
      left: 50px;
      bottom: -40px; }
      @media (min-width: 992px) {
        .m-case-study-descriptions-container .key-list .slick-dots {
          bottom: -60px; } }

.m-case-study-solution-container {
  padding: 30px 0 40px; }
  @media (min-width: 992px) {
    .m-case-study-solution-container {
      padding: 50px 0 90px; } }
  .m-case-study-solution-container .m-content h3 {
    font-weight: 400;
    line-height: 1.4em; }
  .m-case-study-solution-container .m-content p {
    max-width: 765px; }

@media (min-width: 992px) {
  .m-images-container .images {
    height: 584px; } }

.m-images-container .image {
  position: relative;
  float: left;
  width: 100%;
  height: 292px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .m-images-container .image {
      width: 33.333333%; } }
  @media (min-width: 992px) {
    .m-images-container .image {
      float: right;
      width: 31%; }
      .m-images-container .image:first-of-type {
        float: left;
        width: 69%;
        height: 584px; } }
  .m-images-container .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-width: none;
    width: auto;
    min-height: 100%;
    max-height: none;
    height: auto;
    transform: translate(-50%, -50%); }

.m-quote-container {
  text-align: center;
  padding: 30px 0 40px; }
  @media (min-width: 768px) {
    .m-quote-container {
      text-align: left; } }
  @media (min-width: 992px) {
    .m-quote-container {
      padding: 90px 0 60px; } }
  .m-quote-container em {
    line-height: 1.4em;
    font-style: italic;
    color: #004971; }

@media (min-width: 768px) and (max-width: 991px) {
  .m-container-mobile {
    padding: 0;
    max-width: 100%; } }

.case-study-list {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .case-study-list {
      flex-flow: row wrap; } }
  @media (min-width: 992px) {
    .case-study-list {
      margin: 0 -15px; } }
  .case-study-list .entry {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .case-study-list .entry {
        width: 50%;
        margin-bottom: 65px; } }
    @media (min-width: 992px) {
      .case-study-list .entry {
        padding: 0 18px; } }
    .case-study-list .entry .entry-thumbnail {
      position: relative;
      display: block;
      overflow: hidden;
      height: 170px;
      margin: 0 -15px; }
      @media (min-width: 544px) {
        .case-study-list .entry .entry-thumbnail {
          margin: 0; } }
      @media (min-width: 768px) {
        .case-study-list .entry .entry-thumbnail {
          height: 300px; } }
      .case-study-list .entry .entry-thumbnail a:hover img {
        opacity: 0.7; }
      .case-study-list .entry .entry-thumbnail img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        max-width: none;
        width: auto;
        min-height: 100%;
        max-height: none;
        height: auto;
        transform: translate(-50%, -50%); }
    .case-study-list .entry .entry-title {
      margin: 30px 0 10px; }
    @media (min-width: 768px) {
      .case-study-list .entry .entry-content {
        padding: 0 30px; } }
    @media (min-width: 992px) {
      .case-study-list .entry .entry-content {
        padding: 0; } }
    .case-study-list .entry .entry-meta {
      font-size: 16px; }
      .case-study-list .entry .entry-meta span {
        font-weight: 500;
        color: #222; }
      .case-study-list .entry .entry-meta a {
        color: #74a487;
        padding: 0 3px; }
        .case-study-list .entry .entry-meta a:hover {
          color: #004971; }
    .case-study-list .entry p:first-of-type {
      margin-top: 17px; }
    .case-study-list .entry p:last-of-type {
      margin-bottom: 0; }
  .case-study-list.filtered .entry {
    display: none; }
    .case-study-list.filtered .entry.show {
      display: block; }

@media (max-width: 544px) {
  .m-header-bg-hide {
    display: none; } }

.m-search-results {
  margin: 20px auto 20px;
  width: 100%; }
  .m-search-results .m-search-phrase {
    border: 1px solid #c6c5c5;
    margin: 0; }
    @media (max-width: 544px) {
      .m-search-results .m-search-phrase {
        margin: 35px 0; } }
    .m-search-results .m-search-phrase div {
      width: 100%; }
  .m-search-results .m-search-result {
    display: block;
    border-bottom: 1px solid #c6c5c5;
    padding: 35px 0; }
    @media (max-width: 544px) {
      .m-search-results .m-search-result {
        padding: 0; } }
    .m-search-results .m-search-result .m-result-left + .m-result-right {
      padding-left: 272px;
      min-height: 130px; }
      @media (max-width: 544px) {
        .m-search-results .m-search-result .m-result-left + .m-result-right {
          padding-left: 0;
          padding-right: 0; } }
    .m-search-results .m-search-result .m-result-left {
      padding: 0;
      position: relative;
      display: block;
      overflow: hidden;
      height: 150px; }
      @media (min-width: 545px) {
        .m-search-results .m-search-result .m-result-left {
          float: left;
          padding: 0 30px 30px 0;
          height: 130px;
          width: 250px; } }
      .m-search-results .m-search-result .m-result-left img {
        margin: auto 0;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        max-width: none;
        width: auto;
        min-height: 100%;
        max-height: none;
        height: auto;
        transform: translate(-50%, -50%); }
    .m-search-results .m-search-result .m-result-right {
      min-height: 90px; }
      .m-search-results .m-search-result .m-result-right h2 {
        margin-top: 5px;
        margin-bottom: 0;
        width: 100%; }
        @media (max-width: 544px) {
          .m-search-results .m-search-result .m-result-right h2 {
            font-size: 30px;
            margin: 0; } }
      .m-search-results .m-search-result .m-result-right p {
        margin-top: 10px;
        margin-bottom: 0;
        padding-right: 30px;
        width: 100%; }
        @media (max-width: 768px) {
          .m-search-results .m-search-result .m-result-right p {
            font-size: 18px; } }
        @media (max-width: 544px) {
          .m-search-results .m-search-result .m-result-right p {
            padding: 0;
            margin-top: 30px;
            font-size: 18px;
            line-height: 30px;
            font-weight: 400; } }
      @media (max-width: 544px) {
        .m-search-results .m-search-result .m-result-right {
          display: block;
          padding: 35px 0; } }
  .m-search-results .m-search-loading {
    display: none;
    padding-top: 55px;
    padding-bottom: 55px;
    font-size: 16px;
    font-weight: 500;
    color: #004971;
    text-align: center; }
    .m-search-results .m-search-loading img {
      margin: 0 auto 15px; }
    .m-search-results .m-search-loading.done {
      display: none !important; }
  @media (max-width: 544px) {
    .m-search-results .m-search-not-found {
      padding: 0 20px 0; } }
  .m-search-results a h2 {
    color: #004971; }
  .m-search-results a p {
    color: #979797; }
  .m-search-results a:hover h2 {
    color: #74a487; }
  .m-search-results a:hover img {
    opacity: 0.7; }

.m-section-container .m-category-content {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .m-section-container .m-category-content {
      margin-bottom: 40px; } }
  .m-section-container .m-category-content .title {
    margin: 0; }
  .m-section-container .m-category-content p {
    line-height: 1.4em;
    color: #004971; }

.m-news-list {
  margin-bottom: 50px; }
  .m-news-list .news {
    padding-bottom: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid #979797; }
    .m-news-list .news:first-of-type .news-thumbnail {
      margin-top: 0; }
    .m-news-list .news .news-thumbnail {
      line-height: 0;
      margin: 50px -15px 30px;
      height: 170px; }
      .m-news-list .news .news-thumbnail iframe {
        height: 100%;
        min-height: 0; }
      @media (min-width: 544px) {
        .m-news-list .news .news-thumbnail {
          margin-left: 0;
          margin-right: 0;
          height: 220px; } }
      @media (min-width: 768px) {
        .m-news-list .news .news-thumbnail {
          height: 270px; } }
      @media (min-width: 992px) {
        .m-news-list .news .news-thumbnail {
          height: 330px; } }
      @media (min-width: 1230px) {
        .m-news-list .news .news-thumbnail {
          height: 460px; } }
      .m-news-list .news .news-thumbnail.image {
        position: relative;
        display: block;
        overflow: hidden; }
        .m-news-list .news .news-thumbnail.image a:hover img {
          opacity: 0.7; }
        .m-news-list .news .news-thumbnail.image img {
          position: absolute;
          top: 50%;
          left: 50%;
          min-width: 100%;
          /*max-width: none;*/
          width: auto;
          min-height: 100%;
          max-height: none;
          height: auto;
          transform: translate(-50%, -50%); }
    .m-news-list .news .news-header .title {
      font-weight: 600;
      color: #004971;
      margin: 0 0 8px; }
    .m-news-list .news .news-content {
      padding-bottom: 17px; }
      .m-news-list .news .news-content p {
        margin-bottom: 20px; }
        .m-news-list .news .news-content p:last-of-type {
          margin-bottom: 0; }

.resources-more-loading {
  display: none;
  padding-top: 55px;
  padding-bottom: 55px;
  font-size: 16px;
  font-weight: 500;
  color: #004971;
  text-align: center; }
  .resources-more-loading img {
    margin: 0 auto 15px; }
  .resources-more-loading.done {
    display: none !important; }

.news-meta {
  font-size: 16px;
  color: #74a487; }
  .news-meta > div {
    display: block; }
    @media (min-width: 544px) {
      .news-meta > div {
        display: inline-block; } }
  .news-meta .date {
    margin-right: 25px; }
    .news-meta .date span {
      padding-right: 5px; }
  .news-meta .news-category a {
    color: #74a487;
    padding: 0 3px; }
    .news-meta .news-category a:hover {
      color: #004971; }
  .news-meta span {
    font-weight: 500;
    color: #222; }

@media (min-width: 768px) {
  .news-single {
    margin-bottom: 20px; } }

.news-single .news-header .title {
  margin: 0 0 8px; }

.news-single .news-content {
  padding-bottom: 22px; }
  .news-single .news-content .excerpt p:first-of-type {
    margin-top: 20px; }
  .news-single .news-content .news-thumbnail {
    margin-top: 25px;
    margin-bottom: 20px; }
    .news-single .news-content .news-thumbnail.m-thumbnail {
      margin-bottom: 40px; }
    @media (max-width: 767px) {
      /*.news-single .news-content .news-thumbnail.m-thumbnail {
        display: none; }*/
     .post-template-default.single-post .m-page-header-background-container {
        display: none;
     } }
  .news-single .news-content p {
    margin-bottom: 20px; }
    .news-single .news-content p:last-of-type {
      margin-bottom: 0; }

.m-generic-page-header {
  padding-top: 30px;
  padding-bottom: 20px; }
  .m-generic-page-header:after {
    content: " ";
    display: table;
    clear: both; }
  .m-generic-page-header .m-thumbnail {
    display: none; }

  .m-generic-page-header.service-banner .m-thumbnail {
    display: block;
    margin-bottom: 10px;
  }

    @media (min-width: 768px) {
      .m-generic-page-header .m-thumbnail {
        display: block;
        float: left;
        width: 56%;
        margin-right: 4%;
        margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .m-generic-page-header .m-content {
      float: left;
      width: 40%; } }
  .m-generic-page-header .m-content .title {
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .m-generic-page-header .m-content .title {
        margin-top: 10px; } }

.m-breadcrumbs-container + .m-section-page-container.m-generic-page-header .m-content {
  padding-bottom: 0; }
  @media (min-width: 1230px) {
    .m-breadcrumbs-container + .m-section-page-container.m-generic-page-header .m-content {
      padding-bottom: 50px; } }

.m-generic-page-container + .m-services-container,
.m-generic-page-container + .m-csr-container {
  padding-top: 1px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .m-generic-page-container + .m-services-container,
    .m-generic-page-container + .m-csr-container {
      padding-top: 30px;
      padding-bottom: 90px; } }

@media (min-width: 768px) {
  body.single-services .m-page-header-background-container:not(.single-printshop),
  body.single-csr .m-page-header-background-container:not(.single-printshop) {
    display: none; } }

.m-section-contact-us-container .title {
  margin-bottom: 20px; }

.m-section-contact-us-container p {
  color: #004971;
  line-height: 1.4em; }
  .m-section-contact-us-container p:first-of-type {
    margin-top: 0; }

.m-contact-info-box {
  padding: 35px 0 45px; }
  .m-contact-info-box .info {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    vertical-align: top;
    text-align: center; }
    .m-contact-info-box .info + .info {
      margin-top: 40px; }
    @media (min-width: 768px) {
      .m-contact-info-box .info {
        width: 38%;
        text-align: left; }
        .m-contact-info-box .info + .info {
          margin-top: 0; }
        .m-contact-info-box .info:last-of-type {
          width: 22%; } }
    @media (min-width: 992px) {
      .m-contact-info-box .info {
        width: 41%; }
        .m-contact-info-box .info:last-of-type {
          width: 17%; } }
    @media (min-width: 1230px) {
      .m-contact-info-box .info {
        width: 42%; }
        .m-contact-info-box .info:last-of-type {
          width: 15%; } }
    .m-contact-info-box .info .title {
      font-size: 26px;
      font-weight: 600;
      margin: 0 0 12px; }
      @media (min-width: 768px) {
        .m-contact-info-box .info .title {
          font-size: 26px; } }
      @media (min-width: 992px) {
        .m-contact-info-box .info .title {
          font-size: 30px; } }
    .m-contact-info-box .info a[href^="tel"], .m-contact-info-box .info a[href^="mailto"] {
      font-size: 32px;
      color: #74a487; }
      @media (min-width: 768px) {
        .m-contact-info-box .info a[href^="tel"], .m-contact-info-box .info a[href^="mailto"] {
          font-size: 28px; } }
      @media (min-width: 992px) {
        .m-contact-info-box .info a[href^="tel"], .m-contact-info-box .info a[href^="mailto"] {
          font-size: 40px; } }
      .m-contact-info-box .info a[href^="tel"]:hover, .m-contact-info-box .info a[href^="mailto"]:hover {
        border-bottom: 1px solid #74a487; }
    .m-contact-info-box .info a[href^="mailto"] {
      border-bottom: 1px solid #74a487; }
      .m-contact-info-box .info a[href^="mailto"]:hover {
        border-bottom: 0; }
    .m-contact-info-box .info span {
      display: block;
      font-size: 16px;
      font-weight: 600;
      color: #74a487;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .m-contact-info-box .info span {
          margin-bottom: 0; } }

.m-contact-map {
  color: #fff;
  height: 100%;
  background-color: #004b7d; }
  @media (min-width: 768px) {
    .m-contact-map {
      height: 535px; } }
  .m-contact-map:after {
    content: " ";
    display: table;
    clear: both; }
  .m-contact-map .map {
    background: #ddd;
    height: 355px; }
    @media (min-width: 768px) {
      .m-contact-map .map {
        float: left;
        width: 62%;
        height: 535px; } }
    @media (min-width: 992px) {
      .m-contact-map .map {
        width: 67%; } }
    @media (min-width: 1230px) {
      .m-contact-map .map {
        width: 72%; } }
  .m-contact-map .map-info {
    padding-left: 20px;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .m-contact-map .map-info {
        float: right;
        width: 38%;
        padding-top: 5px;
        padding-left: 25px; } }
    @media (min-width: 992px) {
      .m-contact-map .map-info {
        width: 33%;
        padding-top: 15px;
        padding-left: 40px; } }
    @media (min-width: 1230px) {
      .m-contact-map .map-info {
        width: 28%; } }
    .m-contact-map .map-info h3 {
      color: #fff; }
    .m-contact-map .map-info .map-location {
      list-style: none;
      margin: 30px 0 40px;
      padding: 0; }
      .m-contact-map .map-info .map-location li {
        display: block; }
        .m-contact-map .map-info .map-location li a {
          color: #fff;
          display: block;
          cursor: pointer; }
        .m-contact-map .map-info .map-location li.active, .m-contact-map .map-info .map-location li:hover {
          font-weight: 600; }
    .m-contact-map .map-info .link-gmap,
    .m-contact-map .map-info .link-direction {
      display: block;
      color: #fff;
      margin-bottom: 12px; }
      .m-contact-map .map-info .link-gmap:hover span,
      .m-contact-map .map-info .link-direction:hover span {
        text-decoration: underline; }
      .m-contact-map .map-info .link-gmap:before,
      .m-contact-map .map-info .link-direction:before {
        margin-left: 0;
        margin-right: 10px; }

.m-share {
  overflow: hidden; }
  .m-share a {
    font-size: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 0;
    vertical-align: top;
    text-align: center;
    color: #fff; }
    .m-share a:before {
      margin: 0; }
    .m-share a.icon-s-facebook {
      background-color: #3e5b98; }
      .m-share a.icon-s-facebook:before {
        font-size: 20px;
        line-height: 32px; }
    .m-share a.icon-s-twitter {
      background-color: #4da7de; }
      .m-share a.icon-s-twitter:before {
        font-size: 21px;
        line-height: 30px; }
    .m-share a.icon-s-linkedin {
      background-color: #3371b7; }
      .m-share a.icon-s-linkedin:before {
        font-size: 18px;
        line-height: 28px; }
    .m-share a.icon-s-mail {
      background-color: #848484; }
      .m-share a.icon-s-mail:before {
        font-size: 18px;
        line-height: 28px; }
    .m-share a:hover {
      opacity: 0.5; }
    .m-share a span {
      display: none; }

.m-no-list {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .m-no-list {
      flex-flow: row wrap;
      margin: 0 -15px 70px; } }
  @media (min-width: 992px) {
    .m-no-list {
      flex-flow: row nowrap; } }
  .m-no-list .no-item {
    text-align: center;
    width: 100%; }
    .m-no-list .no-item:first-of-type {
      margin-bottom: 30px; }
    @media (min-width: 768px) {
      .m-no-list .no-item {
        width: 50%;
        padding: 0 15px; }
        .m-no-list .no-item:first-of-type {
          margin-bottom: 0; } }
    .m-no-list .no-item .no-thumbnail {
      line-height: 0;
      margin: 0;
      height: 170px; }
      .m-no-list .no-item .no-thumbnail iframe {
        height: 100%;
        min-height: 0; }
      @media (min-width: 768px) {
        .m-no-list .no-item .no-thumbnail {
          height: 300px; } }
      .m-no-list .no-item .no-thumbnail.image {
        position: relative;
        display: block;
        overflow: hidden; }
        .m-no-list .no-item .no-thumbnail.image a:hover img {
          opacity: 0.7; }
        .m-no-list .no-item .no-thumbnail.image img {
          position: absolute;
          top: 50%;
          left: 50%;
          min-width: 100%;
          /*max-width: none;*/
          width: auto;
          min-height: 100%;
          max-height: none;
          height: auto;
          transform: translate(-50%, -50%); }
    .m-no-list .no-item .no-item-inner {
      text-align: left;
      padding: 18px 15px 6px;
      margin-bottom: 20px;
      background-color: #fff; }
      @media (min-width: 768px) {
        .m-no-list .no-item .no-item-inner {
          margin-bottom: 40px; } }
    .m-no-list .no-item .no-header .title {
      font-size: 22px;
      font-weight: 600;
      color: #004971;
      margin: 0 0 8px; }
    .m-no-list .no-item .no-content {
      padding-bottom: 5px; }
      .m-no-list .no-item .no-content p {
        margin: 0; }
    @media (max-width: 767px) {
      .m-no-list {
    margin-bottom: 30px;
    }
    }
    .m-no-list-row-2 {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .m-no-list-row-2 {
      flex-flow: row wrap;
      margin: 0 -15px; } }
  @media (min-width: 992px) {
    .m-no-list-row-2 {
      flex-flow: row nowrap; } }
  .m-no-list-row-2 .no-item {
    text-align: center;
    width: 100%; }
    .m-no-list-row-2 .no-item:first-of-type {
      margin-bottom: 30px; }
    @media (min-width: 768px) {
      .m-no-list-row-2 .no-item {
        width: 50%;
        padding: 0 15px; }
        .m-no-list-row-2 .no-item:first-of-type {
          margin-bottom: 0; } }
    .m-no-list-row-2 .no-item .no-thumbnail {
      line-height: 0;
      margin: 0;
      height: 170px; }
      .m-no-list-row-2 .no-item .no-thumbnail iframe {
        height: 100%;
        min-height: 0; }
      @media (min-width: 768px) {
        .m-no-list-row-2 .no-item .no-thumbnail {
          height: 300px; } }
      .m-no-list-row-2 .no-item .no-thumbnail.image {
        position: relative;
        display: block;
        overflow: hidden; }
        .m-no-list-row-2 .no-item .no-thumbnail.image a:hover img {
          opacity: 0.7; }
        .m-no-list-row-2 .no-item .no-thumbnail.image img {
          position: absolute;
          top: 50%;
          left: 50%;
          min-width: 100%;
          /*max-width: none;*/
          width: auto;
          min-height: 100%;
          max-height: none;
          height: auto;
          transform: translate(-50%, -50%); }
    .m-no-list-row-2 .no-item .no-item-inner {
      text-align: left;
      padding: 18px 15px 6px;
      margin-bottom: 20px;
      background-color: #fff; }
      @media (min-width: 768px) {
        .m-no-list-row-2 .no-item .no-item-inner {
          margin-bottom: 40px; } }
    .m-no-list-row-2 .no-item .no-header .title {
      font-size: 22px;
      font-weight: 600;
      color: #004971;
      margin: 0 0 8px; }
    .m-no-list-row-2 .no-item .no-content {
      padding-bottom: 5px; }
      .m-no-list-row-2 .no-item .no-content p {
        margin: 0; }

    .no-content p a {
    display: inline-block;
 }

 .no-item .btn.read-more-btn {
    background-color: #689979;
    border: 2px solid #689979;
    color: #FFF;
    text-transform: none;
 }

 .no-item .btn.read-more-btn:hover {
    background-color: #FFF;
    color: #689979;
 }

 @media (max-width: 768px) {
    .no-item .btn.read-more-btn {
       margin-bottom: 20px;
    }
 }

/**
 * Import layout
 */
body {
  padding-top: 85px; }
  @media (min-width: 992px) {
    body {
      padding-top: 147px; } }

.site-header {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background-color: #fff;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #c2c1c1; }
  @media (max-width: 543px) {
    .site-header.nav-is-visible {
      border-bottom-color: #fff; } }
  @media (min-width: 992px) {
    .site-header {
      padding: 0 25px;
      height: 147px; } }
  @media (min-width: 1230px) {
    .site-header {
      transition: all .3s ease-in; } }
  .site-header .site-title a {
    display: block;
    margin: 0;
    background-image: url("../image/sprite.png");
    background-repeat: no-repeat;
    background-position: -230px 0px;
    width: 147px;
    height: 64px; }
    @media (min-width: 992px) {
      .site-header .site-title a {
        background-image: url("../image/sprite.png");
        background-repeat: no-repeat;
        background-position: 0px 0px;
        width: 225px;
        height: 99px; } }
    .site-header .site-title a span {
      visibility: hidden; }
  .site-header.scrolled {
    transition: all .3s ease-in;
    height: 85px; }
    @media (min-width: 992px) {
      .site-header.scrolled {
        height: 95px; } }
    @media (min-width: 992px) {
      .site-header.scrolled .site-title a {
        background-image: url("../image/sprite.png");
        background-repeat: no-repeat;
        background-position: -230px 0px;
        width: 147px;
        height: 64px; } }

.header-nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%; }

.main,
.site-header {
  /*transform: translateZ(0);
    will-change: transform;*/
  transition: transform 0.3s; }
  @media (max-width: 1229px) {
    .main.nav-is-visible,
    .site-header.nav-is-visible {
      transform: translateX(-260px); } }

.main {
  position: relative;
  z-index: 2; }

@media (min-width: 1230px) {
  .navigation-primary {
    order: 1;
    float: right; }
    .navigation-primary .cd-primary-nav {
      margin: 0;
      padding: 0 15px;
      list-style: none; }
      .site-header.scrolled .navigation-primary .cd-primary-nav {
        padding-top: 15px;
        padding-bottom: 15px; }
      .navigation-primary .cd-primary-nav li {
        position: relative;
        display: inline-block;
        padding: 0 15px;
        margin-left: -4px; }
        .navigation-primary .cd-primary-nav li:hover > ul {
          display: block; }
        .navigation-primary .cd-primary-nav li a {
          font-size: 17px;
          font-weight: 500;
          color: #004971;
          display: block;
          padding: 20px 10px;
          text-decoration: none; }
          .navigation-primary .cd-primary-nav li a:hover {
            color: #74a487; }
        .navigation-primary .cd-primary-nav li.current-menu-item > a, .navigation-primary .cd-primary-nav li.current_page_item > a, .navigation-primary .cd-primary-nav li.current-menu-ancestor > a, .navigation-primary .cd-primary-nav li.current_page_ancestor > a {
          color: #74a487; }
      .navigation-primary .cd-primary-nav ul {
        display: none;
        margin: 0;
        padding: 15px 0 14px;
        list-style: none;
        position: absolute;
        top: 146px;
        left: 0;
        width: 235px;
        z-index: 99;
        background-color: #fff;
        border: 1px solid #c2c1c1;
        border-top: 0; }
        .site-header.scrolled .navigation-primary .cd-primary-nav ul {
          top: 95px; }
        .navigation-primary .cd-primary-nav ul li {
          display: block;
          width: 100%;
          padding: 0;
          margin: 0; }
          .navigation-primary .cd-primary-nav ul li a {
            display: block;
            padding: 8px 10px 7px 30px; }
      .navigation-primary .cd-primary-nav > li:nth-of-type(1) > ul {
        width: 500px; }
        .navigation-primary .cd-primary-nav > li:nth-of-type(1) > ul li {
          width: 50%;
          float: left; }
    .navigation-primary > .cd-primary-nav > li:hover, .navigation-primary > .cd-primary-nav > li.current-menu-item, .navigation-primary > .cd-primary-nav > li.current_page_item, .navigation-primary > .cd-primary-nav > li.current-menu-ancestor, .navigation-primary > .cd-primary-nav > li.current_page_ancestor {
      background-color: #004b7d; }
      .navigation-primary > .cd-primary-nav > li:hover:before, .navigation-primary > .cd-primary-nav > li.current-menu-item:before, .navigation-primary > .cd-primary-nav > li.current_page_item:before, .navigation-primary > .cd-primary-nav > li.current-menu-ancestor:before, .navigation-primary > .cd-primary-nav > li.current_page_ancestor:before {
        content: '\e811';
        font-size: 75px;
        color: #005584;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: "sapc";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .navigation-primary > .cd-primary-nav > li:hover > a, .navigation-primary > .cd-primary-nav > li.current-menu-item > a, .navigation-primary > .cd-primary-nav > li.current_page_item > a, .navigation-primary > .cd-primary-nav > li.current-menu-ancestor > a, .navigation-primary > .cd-primary-nav > li.current_page_ancestor > a {
        color: #fff; }
    .navigation-primary > .cd-primary-nav > li > a {
      position: relative;
      z-index: 2;
      padding-top: 60px;
      padding-bottom: 60px;
      transition: padding 0.3 ease-in; }
      .site-header.scrolled .navigation-primary > .cd-primary-nav > li > a {
        padding-top: 35px;
        padding-bottom: 35px;
        transition: padding 0.3 ease-in; }
    .navigation-primary .cd-primary-nav .go-back,
    .navigation-primary .cd-primary-nav .see-all,
    .navigation-primary .cd-primary-nav .mob-link {
      display: none; } }

@media (max-width: 1229px) {
  .site-header.scrolled {
    transition: transform 0.3s; }
  .navigation-primary .cd-primary-nav, .navigation-primary .cd-primary-nav ul {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    margin: 0;
    padding: 20px 0 0;
    background: #f3f2f2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 4;
    /* Force Hardware Acceleration in WebKit */
    transform: translateZ(0);
    transform: translateX(0);
    transition: transform 0.3s; }
    .navigation-primary .cd-primary-nav.sub-menu, .navigation-primary .cd-primary-nav ul.sub-menu {
      /* secondary navigations hidden by default */
      transform: translateX(100%); }
    .navigation-primary .cd-primary-nav.moves-out > li > a, .navigation-primary .cd-primary-nav ul.moves-out > li > a {
      /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
      transform: translateX(-100%);
      opacity: 0; }
    .navigation-primary .cd-primary-nav li, .navigation-primary .cd-primary-nav ul li {
      padding: 0 0 7px; }
    .navigation-primary .cd-primary-nav a, .navigation-primary .cd-primary-nav ul a {
      font-size: 22px;
      line-height: 1em;
      font-weight: 600;
      color: #004971;
      display: block;
      padding: 10px 25px; }
  .navigation-primary .menu-item-has-children > a,
  .navigation-primary .go-back a {
    position: relative; }
    .navigation-primary .menu-item-has-children > a::before, .navigation-primary .menu-item-has-children > a::after,
    .navigation-primary .go-back a::before,
    .navigation-primary .go-back a::after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -1px;
      display: inline-block;
      height: 2px;
      width: 10px;
      background: #004971;
      backface-visibility: hidden; }
    .navigation-primary .menu-item-has-children > a::before,
    .navigation-primary .go-back a::before {
      transform: rotate(45deg); }
    .navigation-primary .menu-item-has-children > a::after,
    .navigation-primary .go-back a::after {
      transform: rotate(-45deg); }
  .navigation-primary .menu-item-has-children > a {
    padding-right: 40px; }
    .navigation-primary .menu-item-has-children > a::before, .navigation-primary .menu-item-has-children > a::after {
      right: 20px;
      transform-origin: 9px 50%; }
  .navigation-primary .cd-primary-nav {
    visibility: hidden;
    /*transition: visibility 0s 0.3s;*/ }
    .navigation-primary .cd-primary-nav.nav-is-visible {
      visibility: visible;
      transition: visibility 0s 0s; }
    .navigation-primary .cd-primary-nav .go-back,
    .navigation-primary .cd-primary-nav .see-all,
    .navigation-primary .cd-primary-nav .mob-link {
      /*display: block;*/ }
    .navigation-primary .cd-primary-nav .go-back a {
      font-size: 16px;
      color: #74a487;
      text-transform: uppercase;
      padding-left: 40px; }
      .navigation-primary .cd-primary-nav .go-back a::before, .navigation-primary .cd-primary-nav .go-back a::after {
        left: 20px;
        transform-origin: 1px 50%;
        background: #74a487;
        margin-top: -2px;
        width: 8px; }
    .navigation-primary .cd-primary-nav.moves-out .mob-link {
      display: none; }
    .navigation-primary .cd-primary-nav .mob-link {
      padding-top: 20px;
      margin-top: 15px;
      border-top: 1px solid #c2c1c1; }
      .navigation-primary .cd-primary-nav .mob-link + .mob-link {
        padding-top: 0;
        margin-top: 0;
        border-top: 0; }
      .navigation-primary .cd-primary-nav .mob-link a {
        font-size: 18px;
        font-weight: 400; }
    .navigation-primary .cd-primary-nav li.current-menu-item > a, .navigation-primary .cd-primary-nav li.current_page_item > a, .navigation-primary .cd-primary-nav li.current-menu-ancestor > a, .navigation-primary .cd-primary-nav li.current_page_ancestor > a {
      color: #74a487; }
  .cd-overlay {
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.55);
    visibility: hidden;
    opacity: 0;
    backface-visibility: hidden;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }
    .cd-overlay.is-visible {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
      transform: translateX(-260px); }
  /* --------------------------------
    support for no js
    -------------------------------- */
  .no-js .navigation-primary .cd-primary-nav {
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
    visibility: visible;
    z-index: 2; } }

#nav-toggle {
  cursor: pointer;
  padding: 49px 35px 55px 10px; }
  @media (min-width: 1230px) {
    #nav-toggle {
      display: none; } }
  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    cursor: pointer;
    height: 6px;
    width: 34px;
    background: #004971;
    transition: all 400ms ease-in-out; }
  #nav-toggle span:before {
    top: -12px; }
  #nav-toggle span:after {
    bottom: -12px; }
  #nav-toggle.nav-is-visible span {
    background-color: transparent; }
    #nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
      top: 0; }
    #nav-toggle.nav-is-visible span:before {
      transform: rotate(45deg); }
    #nav-toggle.nav-is-visible span:after {
      transform: rotate(-45deg); }

.site-footer {
  position: relative;
  z-index: 3;
  background: #fff; }

.footer-bar {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: #689979;
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-bar {
      font-size: 30px;
      padding: 20px 0; } }
  .footer-bar .icon {
    display: block;
    width: 65px;
    height: 65px;
    border: 1px solid #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 auto 20px;
    font-size: 44px;
    line-height: 65px; }
    @media (min-width: 768px) {
      .footer-bar .icon {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 0; } }
  .footer-bar a {
    display: inline-block;
    color: #fff;
    font-weight: 300; }
    .footer-bar a span {
      border-bottom: 1px solid #fff; }

.footer-twitter {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  color: #004971;
  background-color: #fff;
  padding: 60px 0;
  text-align: center; }
  .footer-twitter .m-container {
    max-width: 900px; }
  .footer-twitter .icon {
    display: block;
    margin: 0 auto 15px;
    font-size: 38px;
    line-height: 38px; }
  .footer-twitter a {
    color: #74a487; }
  .footer-twitter .twitter-link {
    color: #004971; }

.footer-bottom {
  background-color: #fff;
  padding: 5px 0;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .footer-bottom {
      padding: 19px 0; } }
  .footer-bottom .m-left, .footer-bottom .m-right {
    display: block;
    width: 100%;
    margin: 0;
    vertical-align: middle;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .footer-bottom .m-left, .footer-bottom .m-right {
        display: inline-block;
        padding: 0; } }
  .footer-bottom .m-left {
    border-bottom: 1px solid #b5b4b4; }
    @media (min-width: 768px) {
      .footer-bottom .m-left {
        border-bottom: 0;
        width: 60%; } }
  @media (min-width: 768px) {
    .footer-bottom .m-right {
      width: 40%; }
      .footer-bottom .m-right img {
        margin: 0 0 0 auto; } }

.footer-clients {
  background-color: #f3f2f2;
  padding: 40px 0 70px; }
  .footer-clients .m-clients-list {
    margin-top: 40px; }
    .footer-clients .m-clients-list .entry {
      display: inline-block;
      width: 45.8%;
      margin: 0 5px;
      vertical-align: middle; }
      @media (min-width: 544px) {
        .footer-clients .m-clients-list .entry {
          width: 30%;
          margin: 0 5px; } }
      @media (min-width: 768px) {
        .footer-clients .m-clients-list .entry {
          width: 23%; } }
      @media (min-width: 992px) {
        .footer-clients .m-clients-list .entry {
          width: 11%; } }
      @media (min-width: 1230px) {
        .footer-clients .m-clients-list .entry {
          width: calc((100% - 110px) / 8); } }
      .footer-clients .m-clients-list .entry a {
        display: block; }

.footer-testimonials {
  background-color: #004971; }
  .footer-testimonials .testimonial-list {
    position: relative; }
    @media (min-width: 992px) {
      .footer-testimonials .testimonial-list {
        padding: 0; } }
  .footer-testimonials .testimonial {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    overflow: hidden; }
    @media (min-width: 992px) {
      .footer-testimonials .testimonial {
        flex-flow: row nowrap; } }
    .footer-testimonials .testimonial .description,
    .footer-testimonials .testimonial .images {
      width: 100%; }
      @media (min-width: 992px) {
        .footer-testimonials .testimonial .description,
        .footer-testimonials .testimonial .images {
          width: 50%; } }
    .footer-testimonials .testimonial .description {
      order: 2;
      padding: 50px 15px 60px; }
      @media (min-width: 544px) {
        .footer-testimonials .testimonial .description {
          padding-bottom: 70px; } }
      @media (min-width: 992px) {
        .footer-testimonials .testimonial .description {
          order: 1;
          padding: 30px 30px 35px 0; } }
      .footer-testimonials .testimonial .description .content .title {
        font-size: 30px;
        color: #fff;
        margin: 0 0 25px; }
      .footer-testimonials .testimonial .description .content h4 {
        font-size: 17px;
        color: #74a487;
        text-transform: uppercase;
        margin: 0 0 12px; }
      .footer-testimonials .testimonial .description .content p {
        color: #fff;
        margin: 0 0 20px; }
        .footer-testimonials .testimonial .description .content p:last-of-type {
          margin-bottom: 30px; }
      .footer-testimonials .testimonial .description .content a:not(.btn) {
        color: #fff; }
      @media (min-width: 768px) {
        .footer-testimonials .testimonial .description .content .btn {
          margin-right: 15px;
          padding-left: 25px;
          padding-right: 25px; } }
      @media (min-width: 1230px) {
        .footer-testimonials .testimonial .description .content .btn {
          margin-right: 25px;
          padding-left: 45px;
          padding-right: 45px; } }
      .footer-testimonials .testimonial .description .content .btn + .btn {
        margin-top: 12px; }
        @media (min-width: 768px) {
          .footer-testimonials .testimonial .description .content .btn + .btn {
            margin-right: 0; } }
        @media (min-width: 1230px) {
          .footer-testimonials .testimonial .description .content .btn + .btn {
            margin-top: 0; } }
    .footer-testimonials .testimonial .images {
      order: 1;
      overflow: hidden; }
      .footer-testimonials .testimonial .images .image {
        position: relative;
        display: block;
        width: 100%;
        max-width: 100%;
        float: left; }
        .footer-testimonials .testimonial .images .image img {
          margin: 0 auto; }
  .footer-testimonials .slick-prev,
  .footer-testimonials .slick-next {
    position: absolute;
    z-index: 10;
    display: block;
    height: 40px;
    width: 49.5%;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #161a21;
    color: transparent;
    bottom: 0;
    padding: 0;
    border: none;
    outline: none; }
    .footer-testimonials .slick-prev:before,
    .footer-testimonials .slick-next:before {
      font-size: 17px;
      line-height: 40px;
      margin: 0;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 992px) {
      .footer-testimonials .slick-prev,
      .footer-testimonials .slick-next {
        height: 27px;
        width: 27px;
        background: transparent;
        bottom: auto;
        top: 50%;
        transform: translate(0, -50%); }
        .footer-testimonials .slick-prev:before,
        .footer-testimonials .slick-next:before {
          font-size: 27px;
          line-height: 1em; } }
  .footer-testimonials .slick-prev {
    left: 0; }
    @media (min-width: 992px) {
      .footer-testimonials .slick-prev {
        left: -30px; } }
    @media (min-width: 1052px) {
      .footer-testimonials .slick-prev {
        left: -60px; } }
    @media (min-width: 1230px) {
      .footer-testimonials .slick-prev {
        left: -30px; } }
    @media (min-width: 1290px) {
      .footer-testimonials .slick-prev {
        left: -60px; } }
    .footer-testimonials .slick-prev:before {
      content: '\e802'; }
  .footer-testimonials .slick-next {
    right: 0; }
    @media (min-width: 992px) {
      .footer-testimonials .slick-next {
        right: -30px; } }
    @media (min-width: 1052px) {
      .footer-testimonials .slick-next {
        right: -60px; } }
    @media (min-width: 1230px) {
      .footer-testimonials .slick-next {
        right: -30px; } }
    @media (min-width: 1290px) {
      .footer-testimonials .slick-next {
        right: -60px; } }
    .footer-testimonials .slick-next:before {
      content: "\e803"; }

.footer-contacts {
  padding: 55px 0;
  background-color: #fff; }
  @media (min-width: 768px) {
    .footer-contacts {
      padding: 77px 0; } }
  .footer-contacts h2 {
    margin: 0 0 27px;
    line-height: 1.2em; }
  .footer-contacts .info {
    display: block;
    font-size: 18px;
    color: #004971; }
    @media (min-width: 768px) {
      .footer-contacts .info {
        display: inline-block;
        margin-left: 2px;
        width: 24%; } }
      @media (min-width: 768px) and (max-width: 991px)  {
      .footer-contacts .info {
        width: 22%; } }
    .footer-contacts .info + .info {
      margin-top: 20px;
      margin-left: 0; }
      @media (min-width: 768px) {
        .footer-contacts .info + .info {
          margin-top: 0; } }
    .footer-contacts .info .icon {
      display: inline-block;
      vertical-align: middle;
      width: 65px;
      height: 65px;
      border: 1px solid #004971;
      border-radius: 50%;
      margin-right: 12px;
      font-size: 42px;
      line-height: 68px;
      text-align: center; }
      .footer-contacts .info .icon.icon-coffe {
        font-size: 46px; }
    .footer-contacts .info a:hover .icon {
      color: #fff;
      background: #004971; }
    .footer-contacts .info span {
      display: inline-block;
      vertical-align: middle; }
    .footer-contacts .info strong {
      display: block;
      font-size: 16px;
      text-transform: uppercase; }
    .footer-contacts .info a {
      color: #004971;
      /*text-decoration: underline; */ }
      .footer-contacts .info span a {
        text-decoration: underline;
      }
      .footer-contacts .info a:hover {
        color: #005584;
        text-decoration: none; }
      .footer-contacts .info a[href^='tel'] {
        text-decoration: none; }
        .footer-contacts .info a[href^='tel']:hover {
          text-decoration: underline; }

.footer-contact-form {
  display: flex;
  flex-flow: column nowrap;
  background-color: #78a487; }
  @media (min-width: 768px) {
    .footer-contact-form {
      flex-flow: row nowrap; } }
  @media (min-width: 768px) {
    .footer-contact-form .image,
    .footer-contact-form .contact-form-inner {
      width: 50%; } }
  .footer-contact-form .image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 435px; }
  @media (min-width: 768px) {
    .footer-contact-form .contact-form-inner {
      position: relative; } }
  .footer-contact-form .contact-form-inner .title {
    line-height: 1em;
    margin: 0;
    padding: 30px 15px;
    color: #fff;
    background-color: #689979; }
    @media (min-width: 768px) {
      .footer-contact-form .contact-form-inner .title {
        padding: 18px 20px; } }
    @media (min-width: 992px) {
      .footer-contact-form .contact-form-inner .title {
        padding-top: 33px;
        padding-bottom: 33px; } }
    @media (min-width: 1230px) {
      .footer-contact-form .contact-form-inner .title {
        padding-left: 40px; } }
  .footer-contact-form .contact-form-inner .form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .footer-contact-form .contact-form-inner .form {
        position: relative; } }
    @media (min-width: 544px) {
      .footer-contact-form .contact-form-inner .form {
        width: 59%;
        padding-bottom: 15px; } }
    @media (min-width: 768px) {
      .footer-contact-form .contact-form-inner .form {
        width: 50%;
        padding: 0 0 0 20px; } }
    @media (min-width: 1230px) {
      .footer-contact-form .contact-form-inner .form {
        width: 430px;
        padding: 0 0 0 42px; } }
    .footer-contact-form .contact-form-inner .form h3 {
      font-size: 17px;
      color: #fff;
      text-transform: uppercase;
      margin: 6px 0 3px; }
    .footer-contact-form .contact-form-inner .form p {
      margin: 0; }
    .footer-contact-form .contact-form-inner .form input[type="text"],
    .footer-contact-form .contact-form-inner .form input[type="email"],
    .footer-contact-form .contact-form-inner .form input[type="tel"],
    .footer-contact-form .contact-form-inner .form textarea {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .footer-contact-form .contact-form-inner .form input[type="text"],
        .footer-contact-form .contact-form-inner .form input[type="email"],
        .footer-contact-form .contact-form-inner .form input[type="tel"],
        .footer-contact-form .contact-form-inner .form textarea {
          max-width: 323px; } }
    .footer-contact-form .contact-form-inner .form input[type="submit"] {
      width: 100%;
      margin-top: 20px; }
      @media (min-width: 544px) {
        .footer-contact-form .contact-form-inner .form input[type="submit"] {
          float: right;
          margin-top: -38px;
          margin-right: -185px;
          width: 150px; } }
      @media (min-width: 768px) {
        .footer-contact-form .contact-form-inner .form input[type="submit"] {
          margin-right: -175px; } }
      @media (min-width: 1230px) {
        .footer-contact-form .contact-form-inner .form input[type="submit"] {
          margin-right: -155px; } }
    .footer-contact-form .contact-form-inner .form div.wpcf7-response-output {
      position: absolute;
      bottom: -22px;
      right: 0;
      width: 100%;
      margin: 0;
      padding: 15px 10px; }
      @media (min-width: 544px) {
        .footer-contact-form .contact-form-inner .form div.wpcf7-response-output {
          bottom: 28px; } }
    .footer-contact-form .contact-form-inner .form div.wpcf7 .ajax-loader {
      margin: 10px auto 0;
      width: 32px;
      height: 32px;
      background-image: url("../image/ajax-loader-wpcf7.gif"); }
      @media (min-width: 544px) {
        .footer-contact-form .contact-form-inner .form div.wpcf7 .ajax-loader {
          position: absolute;
          bottom: 38px;
          right: -18px; } }
      @media (min-width: 768px) {
        .footer-contact-form .contact-form-inner .form div.wpcf7 .ajax-loader {
          bottom: 37px;
          right: 28px; } }
    .footer-contact-form .contact-form-inner .form .mc4wp-checkbox label {
      font-size: 14px;
      line-height: 1.1em;
      color: #fff; }
      .footer-contact-form .contact-form-inner .form .mc4wp-checkbox label input[type="checkbox"] {
        vertical-align: top; }
      .footer-contact-form .contact-form-inner .form .mc4wp-checkbox label > span {
        padding-left: 8px;
        display: inline-block;
        width: calc(100% - 15px);
        vertical-align: top; }
  .footer-contact-form .contact-form-inner .contact-info {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    padding: 10px 15px 40px; }
    @media (min-width: 544px) {
      .footer-contact-form .contact-form-inner .contact-info {
        width: 40%;
        padding-top: 0; } }
    @media (min-width: 768px) {
      .footer-contact-form .contact-form-inner .contact-info {
        width: auto;
        padding: 0 0 0 20px; } }
    @media (min-width: 1230px) {
      .footer-contact-form .contact-form-inner .contact-info {
        padding: 0; } }
    .footer-contact-form .contact-form-inner .contact-info a {
      color: #fff;
      text-decoration: underline; }
      .footer-contact-form .contact-form-inner .contact-info a:hover {
        text-decoration: none; }
      .footer-contact-form .contact-form-inner .contact-info a[href^='tel'] {
        text-decoration: none; }
        .footer-contact-form .contact-form-inner .contact-info a[href^='tel']:hover {
          text-decoration: underline; }
    .footer-contact-form .contact-form-inner .contact-info h3 {
      font-size: 18px;
      color: #fff;
      margin: 30px 0 0; }
      .footer-contact-form .contact-form-inner .contact-info h3 a {
        font-size: 18px;
        color: #fff;
        text-decoration: none; }
        .footer-contact-form .contact-form-inner .contact-info h3 a:hover {
          text-decoration: underline; }

.footer-middle {
  background-color: #f3f2f2;
  padding: 60px 0 20px; }
  @media (min-width: 768px) {
    .footer-middle {
      padding: 80px 0 65px; } }
  .footer-middle .boxes {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    text-align: center; }
    @media (min-width: 768px) {
      .footer-middle .boxes {
        flex-flow: row nowrap;
        text-align: left; } }
    .footer-middle .boxes .box {
      width: 100%;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .footer-middle .boxes .box {
          margin-bottom: 0; }
          .footer-middle .boxes .box.company, .footer-middle .boxes .box.address {
            width: 29%; }
          .footer-middle .boxes .box.links {
            width: 22%; }
          .footer-middle .boxes .box.social {
            width: 20%;
            align-self: flex-end; } }
      @media (min-width: 992px) {
        .footer-middle .boxes .box {
          margin-bottom: 0; }
          .footer-middle .boxes .box.company, .footer-middle .boxes .box.address {
            width: 30%; }
          .footer-middle .boxes .box.links {
            width: 23%; }
          .footer-middle .boxes .box.social {
            width: 17%; } }
      @media (min-width: 1230px) {
        .footer-middle .boxes .box.links {
          width: 25%; }
        .footer-middle .boxes .box.social {
          width: 15%; } }
  .footer-middle .company .logo {
    display: block;
    margin: 0 auto 49px;
    background-image: url("../image/sprite.png");
    background-repeat: no-repeat;
    background-position: -230px 0px;
    width: 147px;
    height: 64px; }
    @media (min-width: 768px) {
      .footer-middle .company .logo {
        margin-left: 0; } }
    @media (min-width: 992px) {
      .footer-middle .company .logo {
        background-image: url("../image/sprite.png");
        background-repeat: no-repeat;
        background-position: 0px -104px;
        width: 216px;
        height: 95px; } }
    .footer-middle .company .logo span {
      visibility: hidden; }
  .footer-middle .company p {
    color: #004971;
    margin-bottom: 0; }
  .footer-middle .address {
    color: #004971; }
    .footer-middle .address p {
      margin: 0 0 20px; }
      .footer-middle .address p:last-of-type {
        margin-bottom: 0; }
    .footer-middle .address a {
      color: #004971;
      text-decoration: underline; }
      .footer-middle .address a:hover {
        color: #005584;
        text-decoration: none; }
      .footer-middle .address a[href^='tel'] {
        text-decoration: none; }
        .footer-middle .address a[href^='tel']:hover {
          text-decoration: underline; }
  .footer-middle .links ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer-middle .links ul li {
      padding-bottom: 20px; }
      @media (min-width: 768px) {
        .footer-middle .links ul li {
          padding: 0; } }
      .footer-middle .links ul li a {
        padding: 10px 0;
        color: #004971; }
        @media (min-width: 768px) {
          .footer-middle .links ul li a {
            padding: 0; } }
        .footer-middle .links ul li a:hover {
          color: #005584;
          text-decoration: underline; }
  .footer-middle .social ul {
    text-align: center; }
    @media (min-width: 768px) {
      .footer-middle .social ul {
        text-align: right;
        margin-bottom: 6px; }
        .footer-middle .social ul li + li {
          margin-left: 8px; } }
    @media (min-width: 992px) {
      .footer-middle .social ul li + li {
        margin-left: 15px; } }


/* New styles */

#our-story {
  margin-bottom: 60px;
}

/* Footer Contact Form Adjustments */

.site-footer .footer-contact-form .image {
    height: 680px !important;
}

/* Announcement Bar */


.announcement-bar {
    z-index: 3;
    background: #74a487;
    position: relative;
    padding: 10px;
    text-align: center;
    color: #FFF;
}

.announcement-btn {
    padding: 7px 15px 4px;
    margin: 0 10px;
    background-color: #004971;
    color: #FFF;
}

@media only screen and (max-width: 767px) {
  .announcement-bar, .announcement-btn {
      font-size: 14px !important;
  }
}


/* homepage video section */
a.btn.btn-default {
	color: #004971 !important;
    border-color: rgba(255,255,255,.4) !important;
    background-color: rgba(255,255,255,.8) !important;
}

a.btn.btn-default:hover {
    border-color: #004971 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.m-video-container div.buttons {
		max-width: 500px;
	}
	.m-video-container a.btn {
		margin-bottom: 10px;
	}
	.m-video-container {
    	height: 600px;
}
}

/* Buy Online Section */

.m-entry-list.buy-online {
	margin-top: 35px;
}

/* More Styles */

.inner-container {
  padding: 20px 0;
}

@media (min-width: 768px) {
.m-no-list-row-2.carbon-balanced .no-item {
    width: 100%;
}
}

.m-section-container.m-printing-services-container {
  background-color: #004971;
}

.m-section-container.m-printing-services-container h2,
.m-section-container.m-printing-services-container p {
  color: #FFF;
}

/* Product Slider */
.product-slider {
	max-height: 356px;
}


/**
 * Import templates
 */
