/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.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;
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

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

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

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

  25%, 75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

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

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/** Minified CSS for Menufication jQuery plugin **/
.menufication-search-holder{display:none!important}#menufication-nav,#menufication-nav *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.menufication-scroll,.menufication-non-css3-scroll{overflow-y:scroll!important;padding-bottom:0!important}.menufication-display,.menufication-non-css3-display{display:block!important}/* .menufication-add-padding, */.menufication-non-css3-add-padding{padding-top:52px}#menufication-page-holder,#menufication-non-css3-page-holder{position:relative}#menufication-nav h1,#menufication-non-css3-nav h1,#menufication-nav h2,#menufication-non-css3-nav h2,#menufication-nav h3,#menufication-non-css3-nav h3{margin:0!important;padding:0!important}.menu-toggle{display:none}#menufication-top,#menufication-non-css3-top{width:100%;position:fixed;top:0;padding-right:1px;left:-1px;height:52px;min-height:50px;background:#262626;background:-moz-linear-gradient(top,#262626 0,#1c1c1c 50%,#262626 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#262626),color-stop(50%,#1c1c1c),color-stop(100%,#262626));background:-webkit-linear-gradient(top,#262626 0,#1c1c1c 50%,#262626 100%);background:-o-linear-gradient(top,#262626 0,#1c1c1c 50%,#262626 100%);background:-ms-linear-gradient(top,#262626 0,#1c1c1c 50%,#262626 100%);background:linear-gradient(to bottom,#262626 0,#1c1c1c 50%,#262626 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=0);box-shadow:0 1px 4px rgba(0,0,0,.5);-webkit-box-shadow:0 1px 4px rgba(0,0,0,.5);z-index:10000;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-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)}#menufication-top{-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-ms-transform 400ms ease;transition:transform 400ms ease}.menufication-custom-top,.menufication-non-css3-custom-top{position:fixed;top:0;left:0;padding-right:1px;z-index:10000;min-height:50px;width:100%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-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);-webkit-transition:all 400ms ease;-moz-transition:all 400ms ease;-o-transition:all 400ms ease;transition:all 400ms ease}#menufication-top p,#menufication-non-css3-top p{margin:0 0 0 37px;padding-top:6px;color:#C9C9C9}#menufication-outer-wrap.menufication-transition-in #menufication-top,#menufication-outer-wrap.menufication-transition-in .menufication-custom-top{-webkit-transform:translate3d(270px,0,0);-moz-transform:translate3d(270px,0,0);-ms-transform:translate3d(270px,0,0);-o-transform:translate3d(270px,0,0);transform:translate3d(270px,0,0)}#menufication-non-css3-outer-wrap.menufication-non-css3-transition-in #menufication-non-css3-top,#menufication-non-css3-outer-wrap.menufication-non-css3-transition-in .menufication-non-css3-custom-top{left:270px!important}#menufication-top #menufication-header-logo,#menufication-non-css3-top #menufication-non-css3-header-logo{max-height:33px;height:33px;margin-top:10px}#menufication-top #menufication-btn,#menufication-non-css3-top #menufication-non-css3-btn{position:absolute;margin:11px 0 0 10px;border-radius:2px;height:50px;width:60px;cursor:pointer;-webkit-tap-highlight-color:rgba(255,255,255,0);tap-highlight-color:rgba(255,255,255,0);outline:0}#menufication-top #menufication-btn:before,#menufication-non-css3-top #menufication-non-css3-btn:before{border-bottom:11px double #C9C9C9;border-top:4px solid #C9C9C9;content:"";position:absolute;height:3px;left:5px;top:6px;width:23px}#menufication-outer-wrap #menufication-fixed-holder{-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-ms-transform 400ms ease;transition:transform 400ms ease;top:70px;position:fixed}.menufication-is-logged-in #menufication-outer-wrap #menufication-fixed-holder{top:0;z-index:10001}.menufication-is-logged-in #menufication-top{top:28px}#menufication-outer-wrap.menufication-transition-in #menufication-fixed-holder{-webkit-transform:translate3d(270px,0,0) scale3d(1,1,1);-moz-transform:translate3d(270px,0,0) scale3d(1,1,1);-ms-transform:translate3d(270px,0,0) scale3d(1,1,1);-o-transform:translate3d(270px,0,0) scale3d(1,1,1);transform:translate3d(270px,0,0) scale3d(1,1,1)}#menufication-outer-wrap{overflow:hidden;width:100%;position:relative}#menufication-inner-wrap{width:100%;left:0!important;position:relative;z-index:2;-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-ms-transform 400ms ease;transition:transform 400ms ease;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}#menufication-outer-wrap.menufication-transition-in #menufication-inner-wrap{-webkit-transform:translate3d(270px,0,0) scale3d(1,1,1);-moz-transform:translate3d(270px,0,0) scale3d(1,1,1);-ms-transform:translate3d(270px,0,0) scale3d(1,1,1);-o-transform:translate3d(270px,0,0) scale3d(1,1,1);transform:translate3d(270px,0,0) scale3d(1,1,1)}#menufication-scroll-container{position:fixed;overflow-y:auto;overflow-x:hidden!important;top:0;left:0;height:100%;padding-bottom:100%;width:270px;z-index:1;background-color:#262626;padding-top:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-ms-transform 400ms ease;transition:transform 400ms ease;-webkit-box-shadow:inset -15px 0 15px -8px rgba(0,0,0,.5);-moz-box-shadow:inset -1.5em 0 1.5em -.75em rgba(0,0,0,.5);box-shadow:inset -1.5em 0 1.5em -.75em rgba(0,0,0,.5)}#menufication-outer-wrap.menufication-transition-in #menufication-scroll-container{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);-moz-transform:translate3d(0,0,0) scale3d(1,1,1);-ms-transform:translate3d(0,0,0) scale3d(1,1,1);-o-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1);overflow-y:scroll!important;overflow-x:hidden!important;z-index:1}#menufication-transform-container{-webkit-transform:translate3d(90%,10%,0) scale3d(0.9,.9,.9);-moz-transform:translate3d(90%,10%,0) scale3d(0.9,.9,.9);-ms-transform:translate3d(90%,10%,0) scale3d(0.9,.9,.9);-o-transform:translate3d(90%,10%,0) scale3d(0.9,.9,.9);transform:translate3d(90%,10%,0) scale3d(0.9,.9,.9);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-ms-transform 400ms ease;transition:transform 400ms ease;position:relative;z-index:2;width:100%;top:0}#menufication-outer-wrap.menufication-transition-in #menufication-transform-container{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);-moz-transform:translate3d(0,0,0) scale3d(1,1,1);-ms-transform:translate3d(0,0,0) scale3d(1,1,1);-o-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}#menufication-nav{width:100%;top:0;position:absolute;-webkit-font-smoothing:antialiased!important;-moz-font-smoothing:antialiased!important;-ms-font-smoothing:antialiased!important;-o-font-smoothing:antialiased!important;font-smoothing:antialiased!important}#menufication-nav img,#menufication-non-css3-nav img{margin-top:20px;margin-bottom:20px;max-width:80%}#menufication-nav *,#menufication-nav li,#menufication-nav div,#menufication-non-css3-nav *,#menufication-non-css3-nav li,#menufication-non-css3-nav div{-webkit-tap-highlight-color:rgba(255,255,255,0);tap-highlight-color:rgba(255,255,255,0);outline:0}#menufication-nav.menufication-add-transition{-webkit-transition:all 600ms cubic-bezier(0,.09,0,1);-moz-transition:all 600ms cubic-bezier(0,.09,0,1);-ms-transition:all 600ms cubic-bezier(0,.09,0,1);-o-transition:all 600ms cubic-bezier(0,.09,0,1);transition:all 600ms cubic-bezier(0,.09,0,1);-webkit-transition-timing-function:cubic-bezier(0,.09,0,1);-moz-transition-timing-function:cubic-bezier(0,.09,0,1);-ms-transition-timing-function:cubic-bezier(0,.09,0,1);-o-transition-timing-function:cubic-bezier(0,.09,0,1);transition-timing-function:cubic-bezier(0,.09,0,1)}#menufication-nav.menufication-add-transition-scroll{-webkit-transition:-webkit-transform 300ms ease-out;-moz-transition:-moz-transform 300ms ease-out;-o-transition:-ms-transform 300ms ease-out;transition:transform 300ms ease-out}#menufication-nav ul:first-child,#menufication-nav .menufication-menu-level-0,#menufication-non-css3-nav .menufication-non-css3-menu-level-0{padding-left:0!important;margin-top:0}#menufication-nav .menufication-menu-level-0:nth-child(2),#menufication-non-css3-nav .menufication-non-css3-menu-level-0:nth-child(2){margin-top:30px}#menufication-nav ul,#menufication-non-css3-nav ul,#menufication-nav li,#menufication-non-css3-nav li{margin-left:0;padding-left:15px!important;max-width:110%!important}#menufication-nav li,#menufication-non-css3-nav li{width:100%}#menufication-nav li.menufication-active-class>a,#menufication-non-css3-nav li.menufication-active-class>a{color:#00A3E0!important}#menufication-nav ul:first-child li,#menufication-non-css3-nav ul:first-child li{color:#fff}#menufication-nav li,#menufication-non-css3-nav li{padding:13px 0 13px 15px;list-style:none;position:relative;border-bottom:1px solid #111;border-top:1px solid #333;line-height:1!important}#menufication-nav li form input,#menufication-non-css3-nav li form input{border-radius:2px;border:0;color:#C9C9C9;font-size:15px;padding:7px 10px;width:94%;margin:0 0 2px;background:#353535}#menufication-nav li form input[type=submit],#menufication-non-css3-nav li form input[type=submit]{display:none}#menufication-nav li.menufication-has-child-menu:before,#menufication-non-css3-nav li.menufication-non-css3-has-child-menu:before{content:"+";color:#fff;font-size:20px;font-weight:700;margin-top:-2px;float:right;margin-right:10%;height:12px}#menufication-nav li.menufication-child-menu-open:before,#menufication-non-css3-nav li.menufication-non-css3-child-menu-open:before{content:"";width:12px;border-bottom:2px solid #fff;float:right;margin-right:10.5%;height:10px!important}#menufication-nav .menufication-menu-level-1 li.menufication-has-child-menu:before,#menufication-non-css3-nav .menufication-non-css3-menu-level-1 li.menufication-non-css3-has-child-menu:before{margin-top:-3px!important}#menufication-nav .menufication-menu-level-2 li.menufication-has-child-menu:before,#menufication-non-css3-nav .menufication-non-css3-menu-level-2 li.menufication-non-css3-has-child-menu:before{margin-top:-4px!important}#menufication-nav .menufication-menu-level-1 li.menufication-child-menu-open:before,#menufication-non-css3-nav .menufication-non-css3-menu-level-1 li.menufication-non-css3-has-child-menu:before{height:9px!important}#menufication-nav .menufication-menu-level-2 li.menufication-has-child-menu:before,#menufication-non-css3-nav .menufication-non-css3-menu-level-2 li.menufication-non-css3-child-menu-open:before{height:8px!important}#menufication-nav li a,#menufication-non-css3-nav li a{color:#ccc;text-shadow:0 1px 0 #000;text-decoration:none;-webkit-font-smoothing:antialiased!important;-moz-font-smoothing:antialiased!important;-ms-font-smoothing:antialiased!important;-o-font-smoothing:antialiased!important;font-smoothing:antialiased!important;font:17px Helvetica,Arial,Georgia,Time!important;line-height:1!important;font-family:Helvetica,Arial,Georgia,Time!important;font-weight:400!important}#menufication-nav li a,#menufication-non-css3-nav li a{font-size:17px;font-weight:700;text-transform:capitalize}#menufication-nav .menufication-child-menu,#menufication-non-css3-nav .menufication-non-css3-child-menu{margin-top:13px;border-top:1px solid #111;border-bottom:1px solid #333;padding-left:0!important;margin-bottom:-15px;display:none;margin-left:-15px}#menufication-nav .menufication-child-menu li a,#menufication-nav-non-css3-nav .menufication-non-css3-child-menu li a{color:#ccc;font-size:14px!important;margin-left:10px}#menufication-nav .menufication-menu-level-2 li a,#menufication-nav-non-css3-nav .menufication-non-css3-menu-level-2 li a{margin-left:20px!important}#menufication-nav .menufication-menu-level-3 li a,#menufication-nav-non-css3-nav .menufication-non-css3-menu-level-3 li a{margin-left:30px!important}#menufication-non-css3-outer-wrap{position:relative;overflow:hidden;width:100%}#menufication-non-css3-inner-wrap{position:relative;width:100%;left:0}#menufication-non-css3-outer-wrap.menufication-non-css3-transition-in #menufication-non-css3-inner-wrap{left:270px!important}#menufication-non-css3-scroll-container{position:fixed;top:0;min-height:200%;width:270px;background-color:#262626;padding-top:0;left:-100%;overflow:hidden}#menufication-non-css3-transform-container{width:100%;top:0;position:absolute}#menufication-non-css3-nav{width:100%;top:0;position:absolute}#menufication-non-css3-nav *{-webkit-tap-highlight-color:rgba(255,255,255,0);tap-highlight-color:rgba(255,255,255,0);outline:0}#menufication-non-css3-outer-wrap.menufication-non-css3-transition-in #menufication-non-css3-scroll-container{overflow-y:scroll!important;overflow-x:hidden!important;overflow:scroll;z-index:200;left:0!important}#menufication-non-css3-nav ul:first-child{padding-left:0!important;margin-top:0;padding-top:0}#menufication-outer-wrap.right-direction{}#menufication-outer-wrap.right-direction.menufication-transition-in #menufication-top,#menufication-outer-wrap.right-direction.menufication-transition-in .menufication-custom-top{-webkit-transform:translate3d(-270px,0,0);-moz-transform:translate3d(-270px,0,0);-ms-transform:translate3d(-270px,0,0);-o-transform:translate3d(-270px,0,0);transform:translate3d(-270px,0,0)}#menufication-outer-wrap.right-direction #menufication-top #menufication-btn{position:absolute;right:-5px;top:12px;margin:0;border-radius:2px;height:50px;width:60px;cursor:pointer}#menufication-outer-wrap.right-direction.menufication-transition-in #menufication-fixed-holder{right:270px!important}#menufication-outer-wrap.right-direction #menufication-inner-wrap{right:0!important}#menufication-outer-wrap.right-direction.menufication-transition-in #menufication-inner-wrap{-webkit-transform:translate3d(-270px,0,0) scale3d(1,1,1);-moz-transform:translate3d(-270px,0,0) scale3d(1,1,1);-ms-transform:translate3d(-270px,0,0) scale3d(1,1,1);-o-transform:translate3d(-270px,0,0) scale3d(1,1,1);transform:translate3d(-270px,0,0) scale3d(1,1,1)}#menufication-outer-wrap.right-direction #menufication-scroll-container{right:0!important;left:auto!important;-webkit-transform:translate3d(270px,0,0);-moz-transform:translate3d(270px,0,0);-ms-transform:translate3d(270px,0,0);-o-transform:translate3d(270px,0,0);transform:translate3d(270px,0,0);-webkit-box-shadow:inset -5px 0 5px 8px rgba(0,0,0,.5);-moz-box-shadow:inset -1.5em 0 1.5em .75em rgba(0,0,0,.5);box-shadow:inset -1.5em 0 1.5em .75em rgba(0,0,0,.5)}#menufication-outer-wrap.right-direction.menufication-transition-in #menufication-scroll-container{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);-moz-transform:translate3d(0,0,0) scale3d(1,1,1);-ms-transform:translate3d(0,0,0) scale3d(1,1,1);-o-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}#menufication-outer-wrap.right-direction #menufication-transform-container{-webkit-transform:translate3d(10%,10%,0) scale3d(0.9,.9,.9);-moz-transform:translate3d(10%,10%,0) scale3d(0.9,.9,.9);-ms-transform:translate3d(10%,10%,0) scale3d(0.9,.9,.9);-o-transform:translate3d(10%,10%,0) scale3d(0.9,.9,.9);transform:translate3d(10%,10%,0) scale3d(0.9,.9,.9)}#menufication-outer-wrap.right-direction.menufication-transition-in #menufication-transform-container{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);-moz-transform:translate3d(0,0,0) scale3d(1,1,1);-ms-transform:translate3d(0,0,0) scale3d(1,1,1);-o-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}#menufication-non-css3-outer-wrap.right-direction #menufication-non-css3-top #menufication-non-css3-btn{position:absolute;right:-5px;top:12px;margin:0;border-radius:2px;height:50px;width:60px;cursor:pointer}#menufication-non-css3-outer-wrap.right-direction.menufication-non-css3-transition-in #menufication-non-css3-top{right:270px!important;left:auto!important}#menufication-non-css3-outer-wrap.right-direction #menufication-non-css3-inner-wrap{position:relative;width:100%;right:0!important;left:auto!important}#menufication-non-css3-outer-wrap.right-direction.menufication-non-css3-transition-in #menufication-non-css3-inner-wrap{right:270px!important;left:auto!important}#menufication-non-css3-outer-wrap.right-direction #menufication-non-css3-scroll-container{right:-100%;left:auto!important}#menufication-non-css3-outer-wrap.right-direction.menufication-non-css3-transition-in #menufication-non-css3-scroll-container{right:0!important;left:auto!important}#menufication-outer-wrap.light #menufication-multiple-container,#menufication-non-css3-outer-wrap.light #menufication-multiple-container{background:#FAFAFA!important}#menufication-outer-wrap.light #menufication-nav a,#menufication-outer-wrap.light #menufication-nav p,#menufication-outer-wrap.light #menufication-non-css3-nav a,#menufication-outer-wrap.light #menufication-non-css3-nav p,#menufication-non-css3-outer-wrap.light #menufication-nav a,#menufication-non-css3-outer-wrap.light #menufication-nav p,#menufication-non-css3-outer-wrap.light #menufication-non-css3-nav a,#menufication-non-css3-outer-wrap.light #menufication-non-css3-nav p{color:#5A5A5A;font-weight:500!important;text-shadow:none;font-size:18px!important}#menufication-outer-wrap.light #menufication-nav li,#menufication-outer-wrap.light #menufication-non-css3-nav li,#menufication-non-css3-outer-wrap.light #menufication-nav li,#menufication-non-css3-outer-wrap.light #menufication-non-css3-nav li{border-top:1px solid #FFF;border-bottom:1px solid #E8E7E7}#menufication-outer-wrap.light #menufication-top,#menufication-outer-wrap.light #menufication-non-css3-top,#menufication-non-css3-outer-wrap.light #menufication-top,#menufication-non-css3-outer-wrap.light #menufication-non-css3-top{background:#fff;background:-moz-linear-gradient(top,#fff 0,#f7f7f7 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f7f7f7));background:-webkit-linear-gradient(top,#fff 0,#f7f7f7 100%);background:-o-linear-gradient(top,#fff 0,#f7f7f7 100%);background:-ms-linear-gradient(top,#fff 0,#f7f7f7 100%);background:linear-gradient(to bottom,#fff 0,#f7f7f7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0)}#menufication-outer-wrap.light #menufication-top #menufication-btn:before,#menufication-outer-wrap.light #menufication-non-css3-top #menufication-non-css3-btn:before,#menufication-non-css3-outer-wrap.light #menufication-top #menufication-btn:before,#menufication-non-css3-outer-wrap.light #menufication-non-css3-top #menufication-non-css3-btn:before{border-color:#303335!important}#menufication-outer-wrap.light #menufication-scroll-container,#menufication-outer-wrap.light #menufication-non-css3-scroll-container,#menufication-non-css3-outer-wrap.light #menufication-scroll-container,#menufication-non-css3-outer-wrap.light #menufication-non-css3-scroll-container{background:#FAFAFA;-webkit-box-shadow:inset -5px 0 10px -8px rgba(0,0,0,.4);-moz-box-shadow:inset -5px 0 10px -8px rgba(0,0,0,.4);box-shadow:inset -5px 0 10px -8px rgba(0,0,0,.4)}#menufication-outer-wrap.light .menufication-menu-level-0 li:first-child,#menufication-outer-wrap.light .menufication-non-css-3-menu-level-0 li:first-child,#menufication-non-css3-outer-wrap.light .menufication-menu-level-0 li:first-child,#menufication-non-css3-outer-wrap.light .menufication-non-css-3-menu-level-0 li:first-child{border-top:0!important}#menufication-outer-wrap.light .menufication-child-menu,#menufication-outer-wrap.light .menufication-non-css3-child-menu,#menufication-non-css3-outer-wrap.light .menufication-child-menu,#menufication-non-css3-outer-wrap.light .menufication-non-css3-child-menu{border-top:1px solid #E8E7E7}#menufication-outer-wrap.light #menufication-nav li.menufication-has-child-menu:before,#menufication-outer-wrap.light #menufication-non-css3-nav li.menufication-non-css3-has-child-menu:before,#menufication-non-css3-outer-wrap.light #menufication-nav li.menufication-has-child-menu:before,#menufication-non-css3-outer-wrap.light #menufication-non-css3-nav li.menufication-non-css3-has-child-menu:before{color:#5A5A5A}#menufication-outer-wrap.light #menufication-nav li.menufication-child-menu-open:before,#menufication-outer-wrap.light #menufication-non-css3-nav li.menufication-non-css3-child-menu-open:before,#menufication-non-css3-outer-wrap.light #menufication-nav li.menufication-child-menu-open:before,#menufication-non-css3-outer-wrap.light #menufication-non-css3-nav li.menufication-non-css3-child-menu-open:before{border-bottom:2px solid #5A5A5A}#menufication-outer-wrap.light #menufication-nav li form input,#menufication-outer-wrap.light #menufication-non-css3-nav li form input,#menufication-non-css3-outer-wrap.light #menufication-nav li form input,#menufication-non-css3-outer-wrap.light #menufication-non-css3-nav li form input{color:#5A5A5A;background:#ededed}.menufication-multiple-toggle,.menufication-non-css3-multiple-toggle{position:absolute;top:10px;max-height:40px}.left-direction .menufication-multiple-toggle,.left-direction .menufication-non-css3-multiple-toggle{right:20px}.right-direction .menufication-multiple-toggle,.right-direction .menufication-non-css3-multiple-toggle{left:20px}#menufication-multiple-container,#menufication-non-css3-multiple-container{-webkit-box-sizing:border-box!important;box-sizing:border-box!important;position:fixed;overflow:scroll;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;-webkit-transform:translateZ(0px);padding:20px;padding-bottom:60px;top:0;width:270px;z-index:1;background-color:#262626}#menufication-multiple-container{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-ms-transform 400ms ease;transition:transform 400ms ease}#menufication-multiple-container.menufication-multiple-right{right:0;-webkit-transform:translate3d(270px,0,0);-moz-transform:translate3d(270px,0,0);-ms-transform:translate3d(270px,0,0);-o-transform:translate3d(270px,0,0);transform:translate3d(270px,0,0)}#menufication-multiple-container.menufication-multiple-left{left:0;-webkit-transform:translate3d(-270px,0,0);-moz-transform:translate3d(-270px,0,0);-ms-transform:translate3d(-270px,0,0);-o-transform:translate3d(-270px,0,0);transform:translate3d(-270px,0,0)}#menufication-non-css3-multiple-container.menufication-non-css3-multiple-right{right:-270px}#menufication-non-css3-multiple-container.menufication-non-css3-multiple-left{left:-270px}#menufication-outer-wrap.menufication-transition-in-multiple.left-direction #menufication-inner-wrap{-webkit-transform:translate3d(-270px,0,0) scale3d(1,1,1);-moz-transform:translate3d(-270px,0,0) scale3d(1,1,1);-ms-transform:translate3d(-270px,0,0) scale3d(1,1,1);-o-transform:translate3d(-270px,0,0) scale3d(1,1,1);transform:translate3d(-270px,0,0) scale3d(1,1,1)}#menufication-outer-wrap.menufication-transition-in-multiple.left-direction #menufication-top{-webkit-transform:translate3d(-270px,0,0) scale3d(1,1,1);-moz-transform:translate3d(-270px,0,0) scale3d(1,1,1);-ms-transform:translate3d(-270px,0,0) scale3d(1,1,1);-o-transform:translate3d(-270px,0,0) scale3d(1,1,1);transform:translate3d(-270px,0,0) scale3d(1,1,1)}#menufication-outer-wrap.menufication-transition-in-multiple.right-direction #menufication-inner-wrap{-webkit-transform:translate3d(270px,0,0) scale3d(1,1,1);-moz-transform:translate3d(270px,0,0) scale3d(1,1,1);-ms-transform:translate3d(270px,0,0) scale3d(1,1,1);-o-transform:translate3d(270px,0,0) scale3d(1,1,1);transform:translate3d(270px,0,0) scale3d(1,1,1)}#menufication-outer-wrap.menufication-transition-in-multiple.right-direction #menufication-top{-webkit-transform:translate3d(270px,0,0) scale3d(1,1,1);-moz-transform:translate3d(270px,0,0) scale3d(1,1,1);-ms-transform:translate3d(270px,0,0) scale3d(1,1,1);-o-transform:translate3d(270px,0,0) scale3d(1,1,1);transform:translate3d(270px,0,0) scale3d(1,1,1)}#menufication-outer-wrap.menufication-transition-in-multiple .menufication-multiple-right{-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)}#menufication-outer-wrap.menufication-transition-in-multiple .menufication-multiple-left{-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)}#menufication-non-css3-outer-wrap.menufication-non-css3-transition-in-multiple.left-direction #menufication-non-css3-inner-wrap{left:-270px!important}#menufication-non-css3-outer-wrap.menufication-non-css3-transition-in-multiple.left-direction #menufication-non-css3-top{left:-270px!important}#menufication-non-css3-outer-wrap.menufication-non-css3-transition-in-multiple.right-direction #menufication-non-css3-inner-wrap{left:270px!important}#menufication-non-css3-outer-wrap.menufication-non-css3-transition-in-multiple.right-direction #menufication-non-css3-top{left:270px!important}#menufication-non-css3-outer-wrap.menufication-non-css3-transition-in-multiple .menufication-non-css3-multiple-right{right:0!important}#menufication-non-css3-outer-wrap.menufication-non-css3-transition-in-multiple .menufication-non-css3-multiple-left{left:0!important}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<!-- `display: block` sprite -->
<div class="icon-home"></div>

<!-- `display: inline-block` sprite -->
<img class="icon-home" />
```
*/

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
}

/* generated with grunt-sass-globbing */
/* Extends & Sass Mixins */
/* Reset Margins & Paddings */
/* Reset list - applies to a UL element */
/* Forms */
/* Remomve blue highlight on focus */
input {
  border: 0;
  outline: none;
}

label,
input {
  display: block;
  width: 90%;
}

label {
  font-size: 0.875em;
  padding: 0 0 0.3em 0;
}

input,
textarea {
  margin: 0 0 1em 0;
  padding: 0.3em 0.5em;
  line-height: 2em;
  border: 1px solid #9c0059;
  /* pink */
}

textarea {
  display: block;
  width: 90%;
  height: 15em;
}

input[type="submit"] {
  clear: both;
  display: block;
  width: 50%;
  font-size: 1em;
  background: #9c0059;
  /* pink */
  color: #fff;
}

#miniSurveyView6480 input[type="submit"] {
  float: right;
}

/* Links */
/* Colours */
/* Layout */
a {
  color: #9c0059;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* media */
img {
  max-width: 100%;
  height: auto;
}

/* Typeography */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-left: 10px;
}

@media (min-width: 1024px) {
  h1 {
    margin-left: 0;
  }
}
/* Blocks */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
/* Mobile 
 =======================================
*/
/* Featured Block */
.featured-box {
  width: 100%;
  height: 295px;
  position: relative;
  background-size: cover !important;
  box-sizing: border-box;
}
.featured-box a.link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.featured-box .panel {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 10px;
  box-sizing: border-box;
}
.featured-box .panel h2 {
  font-weight: normal;
  font-size: 1.175em;
  margin: 0 0 10px 0;
}
.featured-box .panel p {
  font-size: 0.9em;
  margin: 0;
  line-height: 1.5;
}
.featured-box.blue .panel {
  background-color: rgba(94, 161, 181, 0.8);
  color: #fff;
}
.featured-box.blue .panel a {
  color: #fff;
}
.featured-box.grey .panel {
  background-color: rgba(80, 97, 113, 0.8);
  color: #fff;
}
.featured-box.grey .panel a {
  color: #fff;
}
.featured-box.purple .panel {
  background-color: rgba(156, 0, 89, 0.8);
  color: #fff;
}
.featured-box.purple .panel a {
  color: #fff;
}
.featured-box.white .panel {
  background-color: rgba(255, 255, 255, 0.8);
  color: #9C0059;
}
.featured-box.white .panel a {
  color: #9C0059;
}

/* Inner Featured Block */
.inner-featured-box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.inner-featured-box .graphic {
  width: 100%;
  height: 350px;
  background-size: cover !important;
}
.inner-featured-box a.link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.inner-featured-box .panel {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 10px;
  box-sizing: border-box;
}
.inner-featured-box .panel h2 {
  font-weight: normal;
  font-size: 1.175em;
  margin: 0 0 10px 0;
}
.inner-featured-box .panel p {
  font-size: 0.9em;
  margin: 0;
  line-height: 1.5;
}
.inner-featured-box.blue .panel {
  background-color: #5ea1b5;
  color: #fff;
}
.inner-featured-box.blue .panel a {
  color: #fff;
}
.inner-featured-box.grey .panel {
  background-color: #506171;
  color: #fff;
}
.inner-featured-box.grey .panel a {
  color: #fff;
}
.inner-featured-box.purple .panel {
  background-color: #9c0059;
  color: #fff;
}
.inner-featured-box.purple .panel a {
  color: #fff;
}
.inner-featured-box.white .panel {
  background-color: white;
  color: #9C0059;
}
.inner-featured-box.white .panel a {
  color: #9C0059;
}

/* Search Box */
.search-box {
  width: 100%;
  height: 295px;
  position: relative;
  background-size: cover !important;
  background: url(../../imgs/search-bg.png) no-repeat;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.search-box label {
  background: #77624f;
  text-align: center;
  color: #fff;
  margin: 0;
  display: block;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.search-box .title {
  margin: 40px auto 0 auto;
  background: url(../../imgs/search-title.png) no-repeat;
  width: 61px;
  height: 29px;
}
.search-box h2 {
  font-size: 1.500em;
  margin-bottom: 20px;
  line-height: 1;
  font-family: 'Humanist_521 W01 Light';
  color: #fff;
  font-weight: normal;
}
.search-box p {
  color: #fff;
}
.search-box input.keywords {
  background: #fff;
  display: block;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 5px;
}
.search-box input.search {
  background: #9c0059;
  display: block;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
}

/* Social Box */
.social-box {
  background: #ececec;
  position: relative;
  height: 300px;
}
.social-box .footer {
  background: #fff;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.social-box .footer a.footer-cta {
  display: inline-block;
}
.social-box .footer a.footer-cta.twitter {
  background: url(../../imgs/twitter-cta.png) no-repeat;
  width: 120px;
  height: 20px;
}
.social-box .footer a.footer-cta.rss {
  background: url(../../imgs/rss-cta.png) no-repeat;
  width: 273px;
  height: 22px;
}
.social-box .footer a.footer-cta.facebook {
  background: url(../../imgs/facebook-cta.png) no-repeat;
  width: 196px;
  height: 23px;
}

/* Tablet 
 =======================================
*/
@media (min-width: 1024px) {
  /* Search Box */
  .search-box .house {
    position: absolute;
    z-index: 100;
    top: -40px;
    left: 90px;
    width: 130px;
    height: 72px;
    margin: 0 auto;
    background: url(../../imgs/house-graphic.png) no-repeat;
  }

  /* Social Box */
  .social-box .tab {
    position: absolute;
  }
  .social-box .tab.twitter {
    background: url(../../imgs/twitter-tab.png) no-repeat;
    width: 51px;
    height: 44px;
    top: -30px;
    left: 130px;
  }
  .social-box .tab.rss {
    background: url(../../imgs/rss-tab.png) no-repeat;
    width: 47px;
    height: 47px;
    top: -30px;
    left: 125px;
  }
  .social-box .tab.facebook {
    background: url(../../imgs/facebook-tab.png) no-repeat;
    width: 91px;
    height: 26px;
    top: -15px;
    left: 110px;
  }
}
/* Desktop 
 =======================================
*/
/* Breadcrumb  */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
/* Mobile 
 =======================================
*/
/* breadcrumb */
.breadcrumb {
  display: none;
}

/* Tablet 
 =======================================
*/
@media (min-width: 1024px) {
  /* breadcrumb */
  .breadcrumb {
    display: block;
  }
  .breadcrumb p {
    font-size: 0.875em;
    line-height: 1;
    margin: 10px 0;
  }
  .breadcrumb p a {
    color: #9c0059;
    text-decoration: none;
  }
  .breadcrumb p a a:hover {
    text-decoration: underline;
  }
}
/* Desktop 
 =======================================
*/
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.clear {
  clear: both;
}

/**
 * -------------------------------------------------------------------------------------------------
 * #form_contact
 * -------------------------------------------------------------------------------------------------
 */
#form_contact input {
  font-size: 11px;
}

#form_contact {
  margin: 0 0 1em 0;
  padding: 1em;
  color: #9c0059;
  /* pink */
}

#form_contact ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  overflow: hidden;
}

#form_contact ul li {
  float: left;
  width: 47%;
  margin: 0 0 1em 0;
}

#form_contact form label,
#form_contact form input {
  display: block;
  width: 90%;
}

#form_contact form label {
  font-size: 0.875em;
  padding: 0 0 0.3em 0;
}

#form_contact form input,
#form_contact form textarea {
  margin: 0 0 1em 0;
  padding: 0.3em 0.5em;
  line-height: 2em;
  border: 1px solid #9c0059;
  /* pink */
}

#form_contact form textarea {
  display: block;
  width: 90%;
  height: 15em;
}

#form_contact form input[type="submit"] {
  clear: both;
  display: block;
  width: 50%;
  font-size: 1em;
  background: #9c0059;
  /* pink */
  color: #fff;
}

#form_contact #time_pick {
  margin: 1em 0;
}

#form_contact #time_pick tr {
  margin: 0.5em 0;
  border-bottom: 1px solid #7c6a55;
  /* Swiss cows brown */
}

#form_contact #time_pick th,
#form_contact #time_pick td {
  width: 4.68em;
  text-align: center;
  line-height: 1.5em;
}

#form_contact #time_pick td input {
  width: 1.7em;
  margin: 0.5em auto;
}

/* Content */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
/* Mobile
 =======================================
*/
.content .col {
  padding: 10px;
}
.content.mobile {
  display: block;
}
.content.desktop {
  display: none;
}
.content .mob-padding {
  padding: 10px;
  box-sizing: border-box;
}
.content.home .first {
  text-align: center;
}

/* Tablet
 =======================================
*/
@media (min-width: 1024px) {
  .content .mob-padding {
    padding: 0;
  }
  .content .col {
    padding: 0;
  }
  .content.mobile {
    display: none;
  }
  .content.desktop {
    display: block;
  }
  .content.home {
    margin-bottom: 20px;
  }
  .content.home .container {
    padding: 20px 0;
  }
  .content.home .first {
    width: 65.7142857143%;
    float: left;
    margin-left: 0;
    margin-left: 17.1428571429%;
    margin-right: 17.1428571429%;
  }
  .content.default {
    display: block;
  }
  .content.default .first {
    width: 22.8571428571%;
    float: left;
    margin-left: 0;
    display: inline-block;
  }
  .content.default .second {
    width: 48.5714285714%;
    float: left;
    margin-left: 2.8571428571%;
    display: inline-block;
  }
  .content.default .third {
    width: 22.8571428571%;
    float: right;
    margin-left: 2.8571428571%;
    display: inline-block;
  }
  .content.service {
    display: block;
  }
  .content.service .first {
    width: 22.8571428571%;
    float: left;
    margin-left: 0;
    display: inline-block;
  }
  .content.service .second {
    width: 74.2857142857%;
    float: right;
    margin-left: 2.8571428571%;
    display: inline-block;
  }
}
/* Desktop
 =======================================
*/
/* Call To Action */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
/* Mobile 
 =======================================
*/
/* Search Widget */
.cta {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1;
  text-decoration: none;
}
.cta:hover {
  text-decoration: none;
}
.cta.blue {
  background: #5ea1b5;
  border: 1px solid #5ea1b5;
}
.cta.blue:hover {
  background: #fff;
  color: #5ea1b5;
}
.cta.purple {
  background: #9c0059;
  border: 1px solid #9c0059;
}
.cta.purple:hover {
  background: #fff;
  color: #9c0059;
}
.cta.white {
  background: none;
  color: #9c0059;
  border: 1px solid #9c0059;
  text-transform: none;
}
.cta.white:hover {
  background: #9c0059;
  color: #fff;
}

.button a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1;
  text-decoration: none;
  background: #9c0059;
  border: 1px solid #9c0059;
}
.button a:hover {
  background: #fff;
  color: #9c0059;
}

a.button {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1;
  text-decoration: none;
  background: #9c0059;
  border: 1px solid #9c0059;
  box-sizing: border-box;
}
a.button:hover {
  background: #fff;
  color: #9c0059;
}
a.button.green {
  background: #0c9c00;
  border: 1px solid #0c9c00;
  color: #fff;
}
a.button.green:hover {
  background: #fff;
  color: #0c9c00;
}

/* Tablet 
 =======================================
*/
/* Desktop 
 =======================================
*/
/* Featured */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
.bg.light-grey {
  background-color: #e4ddd5;
}

/* Mobile
 =======================================
*/
.featured.alt.top .first {
  box-sizing: border-box;
  padding: 1em;
  background: #9c0059;
  color: #fff;
}
.featured.alt.top .second {
  box-sizing: border-box;
  padding: 1em;
  background: #fff;
  color: #9c0059;
}
.featured.alt.top .third {
  box-sizing: border-box;
  padding: 1em;
  background: #9c0059;
  color: #fff;
}
.featured .col {
  padding: 10px;
  text-align: center;
}

/* Tablet
 =======================================
*/
@media (min-width: 1024px) {
  .featured.alt.top .first {
    width: 31.4285714286%;
    float: left;
    margin-left: 0;
    height: 350px;
    box-sizing: border-box;
    padding: 1em;
    background: #9c0059;
    color: #fff;
  }
  .featured.alt.top .second {
    width: 31.4285714286%;
    float: left;
    margin-left: 2.8571428571%;
    height: 350px;
    box-sizing: border-box;
    padding: 1em;
    background: #fff;
    color: #9c0059;
  }
  .featured.alt.top .third {
    width: 31.4285714286%;
    float: right;
    margin-left: 2.8571428571%;
    height: 350px;
    box-sizing: border-box;
    padding: 1em;
    background: #9c0059;
    color: #fff;
    overflow: hidden;
  }
  .featured.alt.bottom .first {
    width: 22.8571428571%;
    float: left;
    margin-left: 0;
  }
  .featured.alt.bottom .second {
    width: 22.8571428571%;
    float: left;
    margin-left: 2.8571428571%;
  }
  .featured.alt.bottom .third {
    width: 22.8571428571%;
    float: left;
    margin-left: 2.8571428571%;
  }
  .featured.alt.bottom .fourth {
    width: 22.8571428571%;
    float: right;
    margin-left: 2.8571428571%;
  }
  .featured.top {
    margin-top: 0;
  }
  .featured .container {
    padding: 20px 0;
  }
  .featured .col {
    padding: 0;
    text-align: left;
  }
  .featured .first {
    width: 31.4285714286%;
    float: left;
    margin-left: 0;
  }
  .featured .second {
    width: 31.4285714286%;
    float: left;
    margin-left: 2.8571428571%;
  }
  .featured .third {
    width: 31.4285714286%;
    float: right;
    margin-left: 2.8571428571%;
  }
}
/* Desktop
 =======================================
*/
/**
 * -------------------------------------------------------------------------------------------------
 * #filters
 * -------------------------------------------------------------------------------------------------
 */
#filters form {
  margin: 0 0 1em 0;
  border-bottom: 1px solid #ccc;
}

#filters ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

#filters ul li {
  line-height: 1.5em;
}

#filters h3 {
  color: #9c0059;
  /* pink */
}

#filters .link {
  text-decoration: none;
}

#filters .right {
  text-align: left;
  padding: 0 0 0.5em 10px;
}

#filters .right a {
  font-size: 0.75em;
}

#filters .left {
  padding: 1em 0;
}

#filters form label {
  font-size: 0.875em;
  display: inline-block;
}

form input[type="checkbox"] {
  margin: -0.4em 0 0 0;
  border: 1px solid #9c0059;
  /* pink */
  display: inline-block;
  width: 15px;
}

.dot {
  display: inline-block;
  width: 11px;
  height: 12px;
  margin: 0 0.3em 0 0;
  background: url("../images/filters.png");
}

.care {
  background-position: 0 0;
}

.retapp {
  background-position: 0 -13px;
}

.retvill {
  background-position: 0 -26px;
}

.community {
  background-position: 0 -39px;
}

.develop {
  background-position: 0 -51px;
}

#event_filter label {
  margin: 0 0 0 0.3em;
}

/* Footer */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
.footer_logos img {
  width: auto;
  margin-right: 20px;
  text-align: center;
  height: 70px;
}

/* Mobile
 =======================================
*/
.footer .container {
  padding: 20px 0;
}
.footer .col {
  padding: 10px;
  text-align: center;
}
.footer .col img {
  width: 20%;
}
.footer .top {
  background: #e4ddd5;
}
.footer .bottom {
  background: #cbc4bc;
}

/* Tablet
 =======================================
*/
@media (min-width: 1024px) {
  .footer_logos img {
    text-align: left;
    height: auto;
  }

  .footer .container {
    padding: 20px 0;
  }
  .footer .col {
    padding: 0;
    text-align: left;
  }
  .footer .col img {
    width: auto;
  }
  .footer .top {
    background: #e4ddd5;
  }
  .footer .top .first {
    width: 14.2857142857%;
    float: left;
    margin-left: 0;
  }
  .footer .top .second {
    width: 14.2857142857%;
    float: left;
    margin-left: 2.8571428571%;
  }
  .footer .top .third {
    width: 22.8571428571%;
    float: left;
    margin-left: 2.8571428571%;
  }
  .footer .top .fourth {
    width: 22.8571428571%;
    float: left;
    margin-left: 2.8571428571%;
  }
  .footer .top .fith {
    width: 14.2857142857%;
    float: right;
    margin-left: 2.8571428571%;
  }
  .footer .bottom {
    background: #cbc4bc;
  }
  .footer .bottom .first {
    width: 74.2857142857%;
    float: left;
    margin-left: 0;
  }
  .footer .bottom .second {
    width: 22.8571428571%;
    float: right;
    margin-left: 2.8571428571%;
  }
}
/* Desktop
 =======================================
*/
/**
 * -------------------------------------------------------------------------------------------------
 * #form_vacancies
 * -------------------------------------------------------------------------------------------------
 */
#form_vacancies {
  margin: 0 0 1em 0;
  padding: 1em;
  color: #9c0059;
  /* pink */
}

#form_vacancies ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  overflow: hidden;
}

#form_vacancies ul li {
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
}

#form_vacancies form label,
#form_vacancies form input {
  display: block;
  width: 90%;
}

#form_vacancies form label {
  font-size: 0.875em;
  padding: 0 0 0.3em 0;
}

#form_vacancies form input,
#form_vacancies form textarea {
  margin: 0 0 1em 0;
  padding: 0.3em 0.5em;
  line-height: 2em;
  border: 1px solid #9c0059;
  /* pink */
}

#form_vacancies form textarea {
  display: block;
  width: 90%;
  height: 15em;
}

#form_vacancies form input[type="submit"] {
  clear: both;
  display: block;
  width: 50%;
  font-size: 1em;
  background: #9c0059;
  /* pink */
  color: #fff;
}

#form_vacancies #time_pick {
  margin: 1em 0;
}

#form_vacancies #time_pick tr {
  margin: 0.5em 0;
  border-bottom: 1px solid #7c6a55;
  /* Swiss cows brown */
}

#form_vacancies #time_pick th,
#form_vacancies #time_pick td {
  width: 4.68em;
  text-align: center;
  line-height: 1.5em;
}

#form_vacancies #time_pick td input {
  width: 1.7em;
  margin: 0.5em auto;
}

#form_vacancies .select_style select {
  background: #fff;
  color: #9c0059;
  width: 80%;
  height: 2.4em;
  padding: 0.3em;
  line-height: 1em;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 0.875em;
}

#form_vacancies .select_style {
  width: 90% !important;
  height: 2.2em;
  margin: 0 0 1em 0;
  background: url("../images/arrow_down.png") no-repeat right;
  border: 1px solid #9c0059;
  overflow: hidden;
  padding-right: 0 !important;
}

/* billing cart */
.ccm-core-commerce-cart {
  margin-bottom: 1em;
}

.ccm-core-commerce-cart tr th,
.ccm-core-commerce-cart tr td {
  padding: 0 1em;
}

.ccm-core-commerce-cart tr th {
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.ccm-core-commerce-cart tr:first-child {
  border-bottom: 1px solid #333;
}

.ccm-core-commerce-cart-thumbnail img {
  width: 5em;
  height: auto;
  margin: 0.5em 0;
}

.ccm-core-commerce-cart tr {
  padding: 0 0 1em 0;
  border-bottom: 1px solid #aaa;
}

.ccm-core-commerce-cart-name,
.ccm-core-commerce-cart-quantity,
.ccm-core-commerce-cart-price,
.ccm-core-commerce-cart-remove {
  vertical-align: top;
  line-height: 1.8em;
}

.ccm-core-commerce-cart-remove img {
  width: 1em;
  height: auto;
}

.ccm-core-commerce-cart-subtotal td {
  font-weight: bold;
}

/* billing form */
#form_contact h2 {
  padding: 0.5em 0 1em 0;
}

#form_contact .control-group {
  float: left;
  width: 16em;
  padding-right: 1em;
}

#form_contact .controls input {
  display: block;
  width: 100%;
}

#form_contact .control-group-wide {
  width: 100%;
}

#form_contact .control-group-wide label {
  padding-right: 1em;
}

#form_contact .control-group-wide > label {
  display: none;
}

#form_contact .control-group-wide .controls fieldset div {
  float: left;
  width: 16em;
  padding-right: 1em;
}

#form_contact .control-group-wide .controls fieldset div label {
  padding-left: 0;
}

#form_contact .select_style select {
  background: #fff;
  color: #9c0059;
  width: 14.8em;
  height: 2.2em;
  padding: 0.3em;
  line-height: 1em;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 0.875em;
}

#form_contact .select_style {
  width: 15em !important;
  height: 2em;
  margin: 0 0 1em 0;
  background: url("../images/arrow_down.png") no-repeat right;
  border: 1px solid #9c0059;
  overflow: hidden;
  padding-right: 0 !important;
}

#form_contact form input[type="submit"].ccm-input-submit {
  width: 14em;
  margin-top: 1em;
  margin-left: 2em;
}

/* Header */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
/* Mobile
 =======================================
*/
.header {
  margin-bottom: 10px;
}
.header .container {
  text-align: center;
}
.header .logo {
  width: 145px;
  height: auto;
  margin: 0 auto;
}
.header .tel {
  display: inline-block;
  line-height: 1;
  margin: 10px 0 0 0;
}
.header .search-form {
  display: none;
}
.header .donate-button {
  display: none;
}

/* Tablet
 =======================================
*/
@media (min-width: 1024px) {
  .header {
    margin-bottom: 10px;
  }
  .header .top-menu {
    text-align: right;
  }
  .header .container {
    text-align: center;
  }
  .header .logo {
    width: 145px;
    height: auto;
    margin: 0;
  }
  .header .tel {
    display: inline-block;
    color: #7c6a55;
    line-height: 1;
    margin: 7px 10px;
    float: right;
    font-size: 1.1em;
    font-weight: bold;
  }
  .header .search-form {
    display: inline-block;
    float: right;
  }
  .header .donate-button {
    margin-top: 0;
    float: right;
    background: #ff6600;
    border: 1px solid #ff6600;
    display: inline-block;
  }
  .header .donate-button:hover {
    background: #fff;
    color: #190000;
  }
  .header .first {
    width: 14.2857142857%;
    float: left;
    margin-left: 0;
    margin-right: 8.5714285714%;
  }
  .header .second {
    width: 74.2857142857%;
    float: right;
    margin-left: 2.8571428571%;
  }
  .header .third {
    width: 48.5714285714%;
    float: right;
    margin-left: 2.8571428571%;
    text-align: right;
  }
}
/* Desktop
 =======================================
*/
/* Menus  */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
/* Mobile
 =======================================
*/
/* Mobile meu */
#menufication-top, #menufication-non-css3-top {
  background: #9c0059 !important;
}

#menufication-nav li, #menufication-non-css3-nav li {
  padding: 20px 0 20px 15px;
}

#menufication-scroll-container {
  background-color: #9c0059;
}

#menufication-nav li.menufication-has-child-menu,
#menufication-non-css3-nav li.menufication-non-css3-has-child-menu {
  background: url(../../imgs/down-arrow.png) no-repeat right 20px center;
  background-size: 20px 15px;
}

#menufication-nav li.menufication-child-menu-open,
#menufication-non-css3-nav li.menufication-non-css3-child-menu-open {
  background: url(../../imgs/cross.png) no-repeat right 20px top 18px;
  background-size: 15px 15px;
}

#menufication-nav li.menufication-has-child-menu:before, #menufication-non-css3-nav li.menufication-non-css3-has-child-menu:before {
  content: "";
}

#menufication-nav li.menufication-child-menu-open:before, #menufication-non-css3-nav li.menufication-non-css3-child-menu-open:before {
  border-bottom: none;
  content: "";
}

#menufication-nav li a, #menufication-non-css3-nav li a {
  color: #fff;
  text-shadow: none;
}

/* soical Menu */
.social-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin-top: 10px;
  text-align: center;
}
.social-menu li {
  display: inline-block;
  margin-left: 5px;
}
.social-menu li.text {
  display: none;
}
.social-menu li a.text {
  text-transform: uppercase;
}
.social-menu li a:hover {
  text-decoration: underline;
}
.social-menu li a.donate-button {
  margin-top: 0;
  float: right;
  background: #ff6600;
  border: 1px solid #ff6600;
  display: inline-block;
  padding: 6px 10px;
}
.social-menu li a.donate-button:hover {
  background: #fff;
  color: #190000;
  text-decoration: none;
}

.top-menu-mobile {
  display: block;
}
.top-menu-mobile .tel {
  margin: 0;
}
.top-menu-mobile ul.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block !important;
  margin: 10px auto;
  text-align: center;
}
.top-menu-mobile ul.nav li {
  display: inline-block;
  font-size: 0.875em;
  margin-right: 10px;
}
.top-menu-mobile ul.nav li:last-child {
  margin-right: 0;
}
.top-menu-mobile ul.nav li a {
  display: block;
  text-decoration: none;
  color: #7c6a55;
}
.top-menu-mobile ul.nav li a.text {
  text-transform: uppercase;
}
.top-menu-mobile ul.nav li a.text.small {
  font-size: 0.688em;
}
.top-menu-mobile ul.nav li a.text.normal {
  font-size: 1.000em;
}
.top-menu-mobile ul.nav li a.text.large {
  font-size: 1.188em;
}
.top-menu-mobile ul.nav li a:hover {
  text-decoration: underline;
}
.top-menu-mobile ul.nav li ul {
  display: none;
}

/* Top Menu */
.top-menu ul.nav {
  display: none;
}

/* Main Menu */
.main-menu {
  text-align: center;
}
.main-menu ul.nav {
  display: none;
}

/* Horizontal Footer Menu */
.footer h3 {
  font-size: 0.875em;
  font-weight: bold;
  padding: 0 0 0.9em 0;
  color: #9c0059;
}
.footer h3 a {
  color: #9c0059;
  text-decoration: none;
}
.footer h3 a:hover {
  text-decoration: underline;
}
.footer ul.vertical {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul.vertical li {
  font-size: 0.75em;
  line-height: 1.8em;
}
.footer ul.vertical li a {
  color: #222;
  display: block;
  text-decoration: none;
}
.footer ul.vertical li a:hover {
  text-decoration: underline;
}
.footer ul.horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.footer ul.horizontal li {
  display: inline-block;
  margin: 0 1.125em 0 0;
  font-size: 0.875em;
  font-weight: bold;
}
.footer ul.horizontal li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.footer ul.horizontal li a:hover {
  text-decoration: underline;
}

/* Sub Menu */
/* Sub Menu */
.sub-menu {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.sub-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.sub-menu ul li {
  font-size: 15px;
  position: relative;
}
.sub-menu ul li ul {
  display: none;
  background-color: #e4ddd5;
}
.sub-menu ul li ul li a {
  box-sizing: border-box;
}
.sub-menu ul li.active a span {
  background-image: url(../../imgs/sub-menu-arrow-up.png);
}
.sub-menu ul li.active ul {
  display: block;
}
.sub-menu ul li a {
  display: block;
  color: #9c0059;
  border-bottom: 1px solid #9c0059;
  padding: 10px 40px 10px 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.sub-menu ul li a span {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 0px;
  background-image: url(../../imgs/sub-menu-arrow-down.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 16px 12px;
  width: 42px;
  height: 42px;
  display: inline-block;
}
.sub-menu ul li a:hover, .sub-menu ul li a.nav-selected, .sub-menu ul li a.nav-path-selected {
  background: #9c0059;
  color: #fff;
}

/* Tablet
 =======================================
*/
@media (min-width: 1024px) {
  /* soical Menu */
  .social-menu {
    margin-top: 40px;
    text-align: right;
  }
  .social-menu li.text {
    display: inline-block;
  }
  .social-menu li a.text {
    text-transform: uppercase;
  }
  .social-menu li a.text.small {
    font-size: 0.688em;
  }
  .social-menu li a.text.normal {
    font-size: 1.000em;
  }
  .social-menu li a.text.large {
    font-size: 1.188em;
  }

  .top-menu-mobile {
    display: none;
  }

  /* Top Menu */
  .top-menu ul.nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-top: 30px;
  }
  .top-menu ul.nav li {
    display: inline-block;
    font-size: 0.875em;
    margin-right: 10px;
  }
  .top-menu ul.nav li:last-child {
    margin-right: 0;
  }
  .top-menu ul.nav li a {
    display: block;
    text-decoration: none;
    color: #7c6a55;
  }
  .top-menu ul.nav li a.text {
    text-transform: uppercase;
  }
  .top-menu ul.nav li a.text.small {
    font-size: 0.688em;
  }
  .top-menu ul.nav li a.text.normal {
    font-size: 1.000em;
  }
  .top-menu ul.nav li a.text.large {
    font-size: 1.188em;
  }
  .top-menu ul.nav li a:hover {
    text-decoration: underline;
  }
  .top-menu ul.nav li ul {
    display: none;
  }

  /* Main Menu */
  .main-menu {
    text-align: left;
  }
  .main-menu ul.nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
  }
  .main-menu ul.nav li {
    display: inline-block;
    float: left;
    margin-right: 7px;
    position: relative;
    font-size: 0.938em;
    /* Socail */
  }
  .main-menu ul.nav li.home a {
    padding: 4px;
    text-indent: -9999em;
    background: url(/themes/mha_2015/imgs/icon_home-white.png) no-repeat center center #9c0059;
    width: 32px;
    height: 24px;
    display: block;
  }
  .main-menu ul.nav li.home a img {
    height: 24px;
  }
  .main-menu ul.nav li.home a:hover {
    background: url(/themes/mha_2015/imgs/icon_home-white.png) no-repeat center center #000;
  }
  .main-menu ul.nav li:hover ul {
    display: block;
    position: absolute;
    left: -40px;
    top: auto;
    z-index: 1000;
    width: auto;
  }
  .main-menu ul.nav li:hover ul li {
    display: block;
    width: 200px;
  }
  .main-menu ul.nav li:hover ul li a {
    display: block;
  }
  .main-menu ul.nav li:last-child {
    margin-right: 0;
  }
  .main-menu ul.nav li a {
    display: block;
    background: #9c0059;
    color: #fff;
    padding: 4px 9px;
    text-decoration: none;
    border: 1px solid #9c0059;
  }
  .main-menu ul.nav li a:hover {
    background: #fff;
    color: #9c0059;
  }
  .main-menu ul.nav li.social a {
    background: transparent;
    padding: 0;
    border: none;
  }
  .main-menu ul.nav li.social a:hover img {
    opacity: 0.6;
  }
  .main-menu ul.nav li ul {
    display: none;
  }

  /* Horizontal Footer Menu */
  .footer ul.horizontal li {
    margin: 0 3.125em 0 0;
  }
}
/* Desktop
 =======================================
*/
/**
 * -------------------------------------------------------------------------------------------------
 * PAGE
 * .box / .box_feature
 * .box_image_left / .box_image_right
 * .box_image_top
 * .news_feature
 * .box_list
 * -------------------------------------------------------------------------------------------------
 */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
.box,
.box_feature,
.news_feature {
  margin: 0 0 2em 0;
  overflow: hidden;
}

.box h3,
.box h2,
.box p {
  margin: 0;
}

.vacancy_box h2,
.box h2 {
  font-size: 1.125em;
}

.box_list h3 {
  font-size: 0.875em;
}

.box h2,
.news_feature h2,
.box_list h3 {
  padding: 0 0 0.5em 0;
}

.box_list h2 {
  padding: 0 0 1em 0;
}

.vacancy_box h2,
.box h2,
.box_feature h2,
.news_feature h2,
.box_list h3 a {
  line-height: 1.2em;
  color: #9c0059;
  /* pink */
}

.vacancy_box, .box .intro,
.news_feature .intro {
  font-weight: bold;
}

.box_feature p {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  color: #7c6a55;
  /* Swiss cows brown */
}

.vacancy_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vacancy_box ul li {
  width: 47.0588235294%;
  float: left;
}
.vacancy_box ul li:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.vacancy_box ul li:nth-child(2n + 2) {
  margin-left: 52.9411764706%;
  margin-right: -100%;
  clear: none;
}

.box div, .box_feature div,
.box img, .box_feature img,
.box_image_top,
.box_list ul li {
  width: 13.5625em;
}

.box_image_left,
.box_image_right {
  clear: both;
}

.box_image_right div,
.box_image_left img,
.box_image_top,
.box_list ul li {
  float: left;
}

.box_image_left div,
.box_image_right img {
  float: right;
}

.box_image_top:nth-child(odd),
.box_list ul li:nth-child(odd) {
  clear: left;
}

.box_image_top:nth-child(even),
.box_list ul li:nth-child(even) {
  margin: 0 0 1em 1em;
}

.box_image_top img,
.news_feature img {
  margin: 0 0 1em 0;
}

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

.box_list ul li {
  border-bottom: 1px solid #9c0059;
  /* pink */
}

/**
 * -------------------------------------------------------------------------------------------------
 * PAGE
 * .page_item
 * -------------------------------------------------------------------------------------------------
 */
.page_item {
  margin: 0 0 2em 0;
  overflow: hidden;
}

.page_item h2 {
  font-size: 1.5em;
  padding: 0 0 0.5em 0;
  line-height: 1.2em;
  color: #9c0059;
  /* pink */
}

.page_item .intro {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5em;
  color: #7c6a55;
  /* Swiss cows brown */
}

.page_item img {
  margin: 0 0 1em 0;
}

/* payment method */
#form_contact .ccm-core-commerce-checkout-form-payment-method-option {
  float: left;
  width: 25%;
  margin: 0 0 1em 0;
  font-size: 0.875em;
}

#form_contact .ccm-core-commerce-checkout-form-payment-method-option input {
  width: 3em;
  float: left;
}

#form_contact .ccm-core-commerce-checkout-form-payment-method-option.pay_paypal label {
  text-indent: -999em !important;
  background: url("../images/paypal.png") no-repeat left top;
  height: 40px;
  margin: 0 0 0 2em;
}

#form_contact .ccm-core-commerce-checkout-form-payment-method-option.pay_cards label {
  text-indent: -999em !important;
  background: url("../images/creditcards.png") no-repeat left top;
  height: 40px;
  margin: 0 0 0 2em;
}

#form_contact .ccm-core-commerce-cart-buttons input[type="submit"] {
  float: right;
}

#form_contact .ccm-core-commerce-cart-buttons input[type="button"] {
  float: left;
  width: 10em;
  line-height: 2em;
  margin: 1em 0 0 0;
  border: none;
  background: none;
  color: #9c0059;
  /* pink */
  font-weight: bold;
  text-align: left;
  font-size: 1em;
}

/* errors */
.ccm-error {
  margin: 1em 0;
  padding: 0 0 0 1.5em;
  color: #cc0000;
}

.ccm-error li {
  font-weight: bold;
}

/* Purple Bar */
.bar {
  background: #9c0059;
  height: 10px;
  margin-bottom: 10px;
}
.bar.bottom {
  margin: 0;
}

/**
 * -------------------------------------------------------------------------------------------------
 * RESOURCE ITEMS
 * .column_text
 * .column_images
 * -------------------------------------------------------------------------------------------------
 */
.column_text,
.column_images {
  width: 16.5625em;
}

.column_text {
  float: right;
}

.column_text h2 {
  font-size: 1.125em;
  padding: 0 0 1em 0;
  line-height: 1.2em;
  color: #9c0059;
  /* pink */
}

.column_text .intro {
  font-weight: bold;
}

.column_images {
  float: left;
}

.column_images img {
  margin: 0 0 2em 0;
}

.column_text .button {
  float: left;
  margin: 0 1em 0 0;
}

/**
 * -------------------------------------------------------------------------------------------------
 * #results
 * -------------------------------------------------------------------------------------------------
 */
#results h4 {
  color: #c677a1;
  /* light pink */
}

#results h4 strong {
  font-weight: bold;
  text-decoration: underline;
  color: #9c0059;
  /* pink */
}

.result {
  clear: both;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #ccc;
  /*overflow: hidden;*/
  display: inline-block;
}

.result div {
  width: 100%;
  float: right;
}

.result img {
  width: 5.4375em;
  float: left;
}

.result img.icon {
  width: auto;
  margin-left: 10px;
  margin-top: 15px;
  float: left;
}

.result h2 {
  font-size: 1.125em;
  padding: 0 0 0.5em 0;
  color: #9c0059;
  /* pink */
}

.result p {
  padding: 0 0 0.5em 0;
}

.result p.gap {
  margin: 1em 0;
}

.result .share p {
  float: left;
  font-size: 0.875em;
  font-weight: bold;
  margin: 0 1em 0 0;
  color: #9c0059;
  /* pink */
}

.result .share p, .result .share div {
  float: left;
  display: inline;
}

.result .share div {
  width: 5em;
  margin: 0 0.5em 0 0;
}

.more_info {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
}

.more_info li a {
  margin: 0.5em 1.5em 0.5em 0;
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  color: #9c0059;
  /* pink */
}
.more_info li a.button {
  width: 110px;
}

/* Tablet 
 =======================================
*/
@media (min-width: 1024px) {
  .more_info li a {
    float: left;
    display: inline-block;
    margin: 0 1.5em 0 0;
    font-size: 0.875em;
    font-weight: bold;
    color: #9c0059;
    /* pink */
  }
}
#map {
  margin: 0 0 1em 0;
}

iframe.reviews {
  border: 0;
}

/* Search */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
#add-more-link {
  cursor: pointer;
}

/* Mobile
 =======================================
*/
/* Search Widget */
.search-form .keywords {
  padding: 5px;
  margin: 0;
  border: 1px solid #9c0059;
  background: #fff;
  float: left;
  line-height: 1.2;
  color: #999;
  font-size: 0.8em;
  display: inline-block;
  width: auto;
}
.search-form .button {
  display: inline-block;
  clear: none;
  width: auto;
  border: 1px solid #9c0059;
  margin: 0;
  background: #9c0059;
  color: #fff;
  line-height: 1.2;
  padding: 5px;
  float: left;
  font-size: 0.8em;
}

/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
/**
 * -------------------------------------------------------------------------------------------------
 * #search_care
 * -------------------------------------------------------------------------------------------------
 */
.schemes {
  color: #111111;
  font-size: 16px;
  padding-top: 20px;
  display: table;
  padding-bottom: 5px;
  position: relative;
  left: 100px;
  top: 40px;
}

#search_care {
  width: 100%;
  position: relative;
  background-size: cover !important;
  background: url(../../imgs/search-bg.png) no-repeat;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px !important;
  margin-top: 50px !important;
}
@media (min-width: 1024px) {
  #search_care {
    margin-top: 0 !important;
  }
}
#search_care .house {
  position: absolute;
  z-index: 100;
  top: -60px;
  right: 0px;
  width: 130px;
  height: 72px;
  margin: 0 auto;
  background: url(../../imgs/house-graphic.png) no-repeat;
}
#search_care label {
  background: #77624f;
  text-align: center;
  color: #fff;
  margin: 0;
  display: block;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size: 0.800em;
  width: 100%;
}
#search_care .title {
  margin: 30px auto 0 auto;
  background: url(../../imgs/side-search-title.png) no-repeat;
  width: 116px;
  height: 40px;
}
#search_care h2 {
  font-size: 1.500em;
  margin-bottom: 20px;
  line-height: 1;
  font-family: 'Humanist_521 W01 Light';
  color: #fff;
  font-weight: normal;
}
#search_care p {
  color: #fff;
}
#search_care input.keywords {
  background: #fff;
  display: block;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 5px;
  color: #333;
}
#search_care input.search {
  background: #009c91;
  display: block;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
}

#home_search_care {
  width: 100%;
  position: relative;
  background: none !important;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px !important;
  margin-top: 50px !important;
}
@media (min-width: 1024px) {
  #home_search_care {
    margin-top: 0 !important;
  }
}
#home_search_care .house {
  width: 130px;
  height: 72px;
  margin: 0 auto;
  background: url(../../imgs/house-graphic.png) no-repeat;
}
#home_search_care label {
  background: #77624f;
  text-align: center;
  color: #fff;
  margin: 0;
  display: block;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size: 0.800em;
  width: 100%;
}
#home_search_care h2 {
  font-size: 1.300em !important;
  margin-bottom: 20px;
  line-height: 1;
  font-family: 'Humanist_521 W01 Light';
  color: #fff;
  font-weight: normal;
}
#home_search_care p {
  color: #fff;
}
#home_search_care input.keywords {
  background: #fff;
  display: block;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 5px;
  color: #333;
}
#home_search_care input.search {
  background: #009c91;
  display: block;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
}

/* Shades */
.shade_light {
  clear: both;
  background: #e4ddd5;
  /* light grey */
  overflow: hidden;
}

.shade_dark {
  clear: both;
  background: #cbc4bc;
  /* dark grey */
  color: #fff;
}

/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
/**
 * -------------------------------------------------------------------------------------------------
 * VARIOUS: slideshow
 * -------------------------------------------------------------------------------------------------
 */
#care_slides .caption {
  width: 100% !important;
}

#page_slides .rslides li {
  height: 200px;
}

.slideshow {
  width: 100%;
  margin: 0 0 1em 0;
  position: relative;
}

.rslides {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
}

.rslides li {
  width: 100%;
  display: none;
  position: absolute;
  height: 300px;
  top: 0;
  left: 0;
}

.rslides li:first-child {
  float: left;
  display: block;
  position: relative;
}

.rslides img {
  width: 100%;
  float: left;
  display: block;
  border: 0;
}

#page_slides .rslides img {
  height: 11.625em;
}

#care_slides .rslides img {
  height: 23.4375em;
}

/* Next / Previous buttons */
.rslides_nav {
  width: 39px;
  height: 40px;
  text-decoration: none;
  text-indent: -9999px;
  position: absolute;
  z-index: 3;
  overflow: hidden;
}

.rslides_nav.prev {
  background: url("../images/slides_arrow_left.png") no-repeat;
  left: 1.5em;
}

.rslides_nav.next {
  background: url("../images/slides_arrow_right.png") no-repeat;
  right: 1.5em;
}

#home_slides .rslides_nav.prev, #home_slides .rslides_nav.next {
  top: 11.25em;
  display: none;
}

#page_slides .rslides_nav.prev, #page_slides .rslides_nav.next {
  top: 4.59375em;
}

#care_slides .rslides_nav.prev, #care_slides .rslides_nav.next {
  top: 10.5em;
}

/* Pagination */
.rslides_tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  z-index: 900;
}

.rslides_tabs li {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}

.rslides_tabs a {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
  padding-top: 0;
  background-image: url("../images/slides_nav.png");
  background-position: 0 0;
  text-indent: -999em;
  float: left;
  overflow: hidden;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background-position: 0 -15px;
}

/* Pagination for the news slides sits below the slides */
#news_slides .rslides_tabs {
  top: auto;
  bottom: 0px;
  left: 0.5em;
}

/*
#page_slides .pagination,
#care_slides .pagination { display: none; }
*/
/* Caption */
.rslides .caption {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.5em;
  font-size: 1.0em;
  background: #fff;
  color: #9c0059;
  /* pink */
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
}

#home_slides .caption {
  bottom: 0;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.8em;
  line-height: 1;
  background: #fff;
  color: #9c0059;
  /* pink */
}

#home_slides .caption h2 {
  padding: 0 0 0.3em 0;
}

#care_slides .caption {
  bottom: 0;
  padding: 0.5em 1em;
  opacity: 0.7;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.75em;
  line-height: 1.5em;
  background: #9c0059;
  /* pink */
  color: #fff;
}

#care_slides .caption p {
  padding: 0;
  float: left;
}

#care_slides .caption p.desc {
  width: 80%;
  float: left;
  margin: 0 2% 0 0;
  padding-left: 1em;
}

#care_slides .caption p.big {
  width: 10%;
  float: right;
}

@media (min-width: 1024px) {
  .slideshow {
    width: 100%;
    margin: 0 0 1em 0;
    position: relative;
  }

  .rslides {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
    position: relative;
  }

  .rslides li {
    width: 100%;
    height: 400px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  .rslides li:first-child {
    float: left;
    display: block;
    position: relative;
  }

  .rslides img {
    width: 100%;
    float: left;
    display: block;
    border: 0;
  }

  #page_slides .rslides img {
    height: 11.625em;
  }

  #care_slides .rslides img {
    height: 23.4375em;
  }

  /* Next / Previous buttons */
  .rslides_nav {
    width: 39px;
    height: 40px;
    text-decoration: none;
    text-indent: -9999px;
    position: absolute;
    z-index: 3;
    overflow: hidden;
  }

  .rslides_nav.prev {
    background: url("../images/slides_arrow_left.png") no-repeat;
    left: 0;
  }

  .rslides_nav.next {
    background: url("../images/slides_arrow_right.png") no-repeat;
    right: 0;
  }

  #home_slides .rslides_nav.prev, #home_slides .rslides_nav.next {
    top: 11.25em;
    display: inline-block;
  }

  #page_slides .rslides_nav.prev, #page_slides .rslides_nav.next {
    top: 4.59375em;
  }

  #care_slides .rslides_nav.prev, #care_slides .rslides_nav.next {
    top: 10.5em;
  }

  /* Pagination */
  .rslides_tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    z-index: 900;
  }

  .rslides_tabs li {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
  }

  .rslides_tabs a {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0;
    padding-top: 0;
    background-image: url("../images/slides_nav.png");
    background-position: 0 0;
    text-indent: -999em;
    float: left;
    overflow: hidden;
  }

  .rslides_tabs li:first-child {
    margin-left: 0;
  }

  .rslides_tabs .rslides_here a {
    background-position: 0 -15px;
  }

  /* Pagination for the news slides sits below the slides */
  #news_slides .rslides_tabs {
    top: -3.2em;
    bottom: auto;
    left: 10.0em;
  }

  /*
  #page_slides .pagination,
  #care_slides .pagination { display: none; }
  */
  /* Caption */
  .rslides .caption {
    display: block;
    width: 540px;
    margin: 0;
    padding: 0.5em 1em 0 1em;
    font-size: 1.3em;
    background: #fff;
    color: #9c0059;
    /* pink */
    position: absolute;
    left: 0;
    bottom: 1em;
    z-index: 2;
  }

  #home_slides .caption {
    bottom: 1em;
    padding: 10px 10px 10px 30px;
    width: 32em;
    font-size: 1.3em;
    line-height: 1.3em;
    background: #fff;
    color: #9c0059;
    /* pink */
  }

  #home_slides .caption h2 {
    font-size: 1.55em;
    padding: 0;
    margin: 0 0 10px 0;
  }

  #home_slides .caption p {
    padding: 0;
    margin: 0;
  }

  #care_slides .caption {
    bottom: 0;
    padding: 0.5em 1em;
    opacity: 0.7;
    width: 563px;
    font-size: 0.75em;
    line-height: 1.5em;
    background: #9c0059;
    /* pink */
    color: #fff;
  }

  #care_slides .caption p {
    padding: 0;
    float: left;
  }

  #care_slides .caption p.desc {
    width: 80%;
    float: left;
    margin: 0 2% 0 0;
    padding-left: 1em;
  }

  #care_slides .caption p.big {
    width: 10%;
    float: right;
  }
}
/* Small Print */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
/* Mobile 
 =======================================
*/
.small-print {
  display: block;
  margin-top: 20px;
}
.small-print p {
  font-size: 0.75em;
  color: #fff;
  margin: 0;
}

/* Tablet 
 =======================================
*/
/* Desktop 
 =======================================
*/
/* Social Widgets */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
/* Mobile 
 =======================================
*/
.social-widgets .col {
  padding: 10px;
  text-align: center;
}

/* Tablet 
 =======================================
*/
@media (min-width: 1024px) {
  .social-widgets .container {
    padding: 20px 0;
  }
  .social-widgets .col {
    padding: 0;
    text-align: left;
  }
  .social-widgets .first {
    width: 31.4285714286%;
    float: left;
    margin-left: 0;
  }
  .social-widgets .second {
    width: 31.4285714286%;
    float: left;
    margin-left: 2.8571428571%;
  }
  .social-widgets .third {
    width: 31.4285714286%;
    float: right;
    margin-left: 2.8571428571%;
  }
}
/* Desktop 
 =======================================
*/
/* Social */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
/* Mobile 
 =======================================
*/
.social .container {
  padding: 20px 0;
}
.social .column_4 {
  text-align: center;
  padding: 10px;
}
.social .column_6 {
  text-align: center;
  padding: 10px;
}

/* Tablet 
 =======================================
*/
@media (min-width: 1024px) {
  .social .container {
    padding: 20px 0;
  }
  .social .column_4 {
    padding: 0;
    width: 40%;
    float: left;
    margin-left: 0;
    text-align: left;
  }
  .social .column_6 {
    padding: 0;
    width: 57.1428571429%;
    float: right;
    margin-left: 2.8571428571%;
    text-align: left;
  }
}
/* Desktop 
 =======================================
*/
/**
 * -------------------------------------------------------------------------------------------------
 * #support_us
 * -------------------------------------------------------------------------------------------------
 */
#support_us {
  margin: 0 0 1em 0;
  padding: 0.5em 1em !important;
  line-height: 1.3em;
  background: #5ea1b5;
  color: #fff;
}
#support_us p {
  padding: 0 !important;
}
#support_us h3 {
  padding: 0 !important;
}
#support_us .padding {
  padding: 1em;
}
#support_us .button a {
  display: block;
  padding: 0.5em;
  height: auto !important;
  margin: 1em 0 !important;
  background-color: #ff6600;
  border: 1px solid #ff6600;
}
#support_us .button a:hover {
  background: #fff;
  color: #190000;
}

/**
 * -------------------------------------------------------------------------------------------------
 * #tabs
 * -------------------------------------------------------------------------------------------------
 */
#tab_boxes {
  width: 100%;
  margin: 1.5em 0;
}

#tab_boxes > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tab_boxes > ul li {
  display: block;
  margin: 0 2px 0 0;
}

@media (min-width: 1024px) {
  #tab_boxes > ul li {
    float: left;
    margin: 0 2px 0 0;
  }
}
#tab_boxes ul li a {
  line-height: 2em;
  padding: 0.5em 1em;
  background: #c677a1;
  /* light pink */
  color: #fff;
  display: block;
  border-bottom: 1px solid #fff;
}

#tab_boxes ul li a.reviews {
  background: #0c9c00;
  /* Green */
}

#tab_boxes ul li.selected a {
  background: #9c0059;
  /* pink */
}

#tabcontents {
  clear: left;
  padding: 2em;
  border: 1px solid #9c0059;
  /* pink */
  overflow: hidden;
}

#tab_boxes article h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #9c0059;
  /* pink */
}

#tab_boxes article .intro {
  font-weight: bold;
}

.tab_text {
  width: 19.75em;
  float: left;
}

.tab_image {
  width: 9.375em;
  float: right;
  padding: 7em 0 0 0;
}

.tab_image img {
  margin: 0 0 1em 0;
}

#tab_boxes #form_contact ul li {
  display: block;
  width: 100%;
}
#tab_boxes input {
  display: block;
  width: 100%;
}

/* Theme */
/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/
/* Mobile 
 =======================================
*/
/* General site theming */
body {
  background: #fcfaf1;
}

.wrap {
  margin-top: 50px;
}

/* Tablet 
 =======================================
*/
@media (min-width: 1024px) {
  .wrap {
    margin-top: 0px;
  }
}
/* Desktop 
 =======================================
*/
/**
 * -------------------------------------------------------------------------------------------------
 * #support_us
 * -------------------------------------------------------------------------------------------------
 */
#ccm-cookiesDisclosure {
  z-index: 9009;
}
#ccm-cookiesDisclosure input {
  display: inline-block;
}

#support_us {
  margin: 0 0 1em 0;
  padding: 1em;
  line-height: 1.3em;
  clear: both;
  background: #e4ddd5;
  /* light grey */
  overflow: hidden;
}
#support_us h3 {
  font-size: 1.125em;
  font-weight: bold;
  padding: 0 0 1em 0;
  color: #9c0059;
}
#support_us p {
  padding: 0 0 1em 0;
  font-size: 0.875em;
  color: #000;
}
#support_us a {
  display: inline-block;
  height: 2em;
  margin: 0.5em 0;
  padding: 0.3em 0.5em;
  font-size: 1em;
  text-align: center;
  background: #9c0059;
  /* pink */
  color: #fff;
  border-bottom: 3px solid #ccc;
  border-left: 3px solid #ccc;
}

/**
 * -------------------------------------------------------------------------------------------------
 * HOME: #home_action
 * -------------------------------------------------------------------------------------------------
 */
#home_action {
  padding: 1em 0;
  overflow: hidden;
}

#home_action section {
  height: 21em;
  padding: 1em;
  background: #fff;
  color: #9c0059;
  /* pink */
}

#home_action h2 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.2em;
  padding: 0 0 0 0;
}

#home_action .button a,
#home_action .button span {
  display: inline-block;
  text-transform: none !important;
  margin: 0.2em 0 !important;
  padding: 0.3em 0.5em !important;
  font-size: 1em;
  text-align: center;
  background: #9c0059;
  /* pink */
  color: #fff;
  border-bottom: 3px solid #ccc;
  border-left: 3px solid #ccc;
}

/* PINK BOX */
#home_action .first,
#home_action .last {
  background: #9c0059;
  /* pink */
  color: #fff;
}

/* stuff inside the boxes */
#home_care_search {
  margin: 0.5em 0 0 0;
}

#home_care_search label,
#home_care_search input,
#home_care_search input[type="submit"] {
  font-size: 1.125em;
}

#home_care_search label {
  display: block;
  margin: 0 0 0.7em 0;
}

#home_care_search input {
  height: 2em;
  margin: 0;
  background: none;
  border: 1px solid #fff;
}

#home_care_search input[type="text"] {
  color: #fff;
  max-width: 130px;
  display: inline-block;
  float: left;
}

#home_care_search input[type="submit"] {
  margin: 0;
  position: relative;
  /* top: -1px; */
  height: 49px;
  width: 100px;
  font-weight: bold;
  background: #fff;
  color: #9c0059;
  display: inline-block;
  float: left;
  clear: none;
}

#home_action p.link {
  padding: 0;
}

#home_action .last .link a {
  font-size: 0.75em;
  color: #fff;
}

#home_action .first .button a,
#home_action .last .button a {
  background: #fff;
  color: #9c0059;
  /* pink */
}

/* Country image */
#home_action .first:after {
  float: right;
  content: "";
  width: 5.0625em;
  height: 9.375em;
  margin: -13em 1em 0 0;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

/* Key ring image */
#home_action .middle:after {
  float: left;
  content: "";
  width: 8.125em;
  height: 8.125em;
  margin: -8em 0 0 9.5em;
  background: url("../images/mha_piechart_12.5p.png");
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

/* Pie chart image */
/*
#home_action .last div:after {
	float: left;
	content: "";
	width: 8.125em;
	height: 8.125em;
	margin: -8em 0 0 9.5em;
	background: url('../images/mha_piechart.png');
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}
*/
/* #news_slides */
#news_slides {
  position: relative;
}

#news_slides li {
  height: auto !important;
}

#news_slides li img {
  margin: 0 auto 1em auto;
  display: block;
}

#news_slides li h3 {
  font-weight: normal;
  color: #fff;
  line-height: 1.5em;
}

#news_slides a {
  text-decoration: none;
  color: #fff;
}

#news_slides .rslides_tabs {
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 125px;
  margin: 1em auto 0 auto;
  display: inline-block;
}

/**
 * -------------------------------------------------------------------------------------------------
 * HOME: #home_links
 * -------------------------------------------------------------------------------------------------
 */
#home_links {
  overflow: hidden;
}

#home_links img {
  padding: 0 0 0.5em 0;
}

#home_links p {
  padding-right: 0.6em;
  line-height: 1.5em;
}

/**
 * -------------------------------------------------------------------------------------------------
 * ALL: #social_section
 * -------------------------------------------------------------------------------------------------
 */
#social_section {
  clear: both;
  margin: 2.5em 0;
  overflow: hidden;
}

#social_section .youtube {
  float: right;
}

/**
 * -------------------------------------------------------------------------------------------------
 * #search_care
 * -------------------------------------------------------------------------------------------------
 */
#search_care {
  margin: 0 0 1em 0;
  padding: 1em;
  line-height: 1.3em;
  background: #9c0059;
  /* pink */
  color: #fff;
}

#search_care p {
  font-weight: bold;
  padding: 0 0 1em 0;
}

#care_search label {
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
}

#care_search input[type="text"] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5em 1em 0.5em 0.5em;
  font-size: 1em;
  background: #9c0059 url("../images/search.png") no-repeat right;
  /* pink */
  border: 1px solid #fff;
  color: #fff;
}

#care_search input[type="submit"] {
  display: none;
}

/**
 * -------------------------------------------------------------------------------------------------
 * .cqc-block
 * -------------------------------------------------------------------------------------------------
 */
.cqc-block {
  width: 100%;
  display: block;
  padding: 20px;
  margin: 10px 0;
}
.cqc-block img {
  margin-bottom: 5px;
}
.cqc-block p {
  margin: 0;
  margin-bottom: 5px;
}
.cqc-block p.link {
  display: inline-block;
}
.cqc-block h3 {
  color: #9c0059;
  font-size: 16px;
  margin: 10px 0;
}
.cqc-block .rating {
  background: #ff992c;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
}
.cqc-block a {
  color: #fff;
  background: url("../../imgs/white-right-arrow.png") #0c9c00 center right 10px no-repeat;
  border: 1px solid #ddd;
  padding: 8px 35px 8px 20px;
  line-height: 1;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
}
.cqc-block a:hover {
  background: url("../../imgs/white-right-arrow.png") #0c9c00 center right 10px no-repeat;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .tab_text img {
    float: none !important;
    display: block;
    padding: 10px 0px;
  }

  .box.box_image_left {
    display: flex;
    flex-direction: column;
  }

  .box.box_image_left div {
    order: 1;
    float: none;
  }

  .box.box_image_left img {
    float: none;
    margin-bottom: 15px;
  }

  .box.box_image_left div,
  .box.box_image_left img {
    width: 100%;
  }
}
#page_slides .rslides img {
  position: absolute;
  width: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: auto !important;
  max-width: none;
}

#care_slides .rslides img {
  position: absolute;
  width: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: auto !important;
  max-width: none;
}

@media (min-width: 1024px) {
  #care_slides .rslides img {
    width: 100%;
  }
}
#page_slides .rslides_nav.prev, #page_slides .rslides_nav.next {
  top: 80px;
}

@media (max-width: 1024px) {
  #care_slides .rslides_nav.prev, #care_slides .rslides_nav.next {
    top: 120px;
  }
}
.main-menu ul.nav li.home a,
.main-menu ul.nav li.home a:hover {
  width: 32px;
  height: 22px;
  background-size: 26px;
}

/* Colours */
/* Layout */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* Mobile
 =======================================
*/
/* Tablet
 =======================================
*/
/* Desktop
 =======================================
*/

/*# sourceMappingURL=main.css.map */
