/**
 * Vendor
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
    -moz-box-sizing: content-box;
    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"],
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 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;
}

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

Copyright (c) 2014 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-fast {
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -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;
}

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

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

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-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(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    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(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    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;
    -ms-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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    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.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    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.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

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

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    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.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    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.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    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.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -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.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -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(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

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

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-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(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    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(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    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-animation-duration: .75s;
    animation-duration: .75s;
    -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-animation-duration: .75s;
    animation-duration: .75s;
}

@-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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

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

/**
 * Czechgeeks
 */
div.container {
    display: block;
    width: 1078px;
    margin: auto;
}

div.container-big {
    display: block;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    min-width: 978px;
}

* {
    -webkit-font-smoothing: antialiased;
}

h2 {
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    padding: 60px 0 40px 0;
    font-size: 32px;
    text-align: center;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: lighter;
    padding: 0;
    margin: 0;
}

div.navigation {
    display: block;
    width: 100%;
    background: #4aae67;
    height: 55px;
}

div.navigation h1 {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
}

div.navigation h1 a {
    display: block;
    background: url("../../images/logo.png") no-repeat bottom;
    background-size: 123px 30px;
    width: 123px;
    height: 30px;
    text-indent: -9999px;
    padding-top: 17px;
}

div.navigation ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

div.navigation ul.menu li {
    display: block;
    float: right;
}

div.navigation ul.menu li a {
    display: block;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    border-left: 1px solid #3b8a52;
    font-weight: bold;
}

div.navigation ul.menu li a.link-add {
    background: url("../../images/icon-add.png") no-repeat 15px center;
    padding-left: 45px;
}

div.navigation ul.menu li a.link-user {
    background: url("../../images/icon-user.png") no-repeat center;
    text-indent: -9999px;
    padding: 0 25px;
}

div.navigation ul.menu li a:hover {
    background-color: #47a763;
}

div.navigation ul.menu li a:active,
div.navigation ul.menu li a.active {
    background-color: #3b8a52;
}

div.navigation ul.menu li.user-logged {
    position: relative;
}

div.navigation ul.menu li.user-logged a {
    text-indent: 0;
    background-position: 15px center;
    padding-left: 45px;
}

div.navigation ul.menu li.user-logged div.dropdown-menu {
    right: auto;
    left: 0;
}

div.navigation ul.menu li.user-logged div.dropdown-menu:after,
div.navigation ul.menu li.user-logged div.dropdown-menu:before {
    left: 25px !important;
}

div.navigation ul.menu li.user-logged div.dropdown-menu a.btn-green {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    width: calc(100% - 80px);
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    margin: 20px;
    background: #4aae67;
}

div.navigation ul.menu li.user-logged div.dropdown-menu a.btn-green:hover {
    background: #429c5c;
    color: #FFFFFF;
}

div.navigation ul.menu li.user-logged div.dropdown-menu a.btn-green:active {
    background: #2c663d;
    color: #FFFFFF;
}

div.navigation ul.menu li:first-child a {
    border-right: 1px solid #3b8a52;
}

div.navigation ul.menu li.dropdown.dropdown-active div.dropdown-menu.dropdown-menu-first,
div.navigation ul.menu li.dropdown.dropdown-active-second div.dropdown-menu.dropdown-menu-first {
    display: block;
}

div.navigation ul.menu li.dropdown.dropdown-active > a,
div.navigation ul.menu li.dropdown.dropdown-active-second > a {
    background-color: #3b8a52;
}

div.navigation ul.menu li.dropdown.dropdown-active > a:hover,
div.navigation ul.menu li.dropdown.dropdown-active-second > a:hover {
    background-color: #3b8a52;
}

div.navigation ul.menu li.dropdown.dropdown-active-second div.dropdown-menu.dropdown-menu-first {
    display: none;
}

div.navigation ul.menu li.dropdown.dropdown-active-second div.dropdown-menu.dropdown-menu-second {
    display: block;
}

div.navigation ul.menu li.dropdown div.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    background: #FFFFFF;
    width: 229px;
    border: 1px solid #e0e0e0;
    z-index: 20;
}

div.navigation ul.menu li.dropdown div.dropdown-menu:after,
div.navigation ul.menu li.dropdown div.dropdown-menu:before {
    bottom: 100%;
    left: 27px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

div.navigation ul.menu li.dropdown div.dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFFFFF;
    border-width: 10px;
    margin-left: -10px;
}

div.navigation ul.menu li.dropdown div.dropdown-menu:before {
    border-color: rgba(224, 224, 224, 0);
    border-bottom-color: #e0e0e0;
    border-width: 11px;
    margin-left: -11px;
}

div.navigation ul.menu li.dropdown div.dropdown-menu form {
    display: block;
    padding: 20px 20px 10px 20px;
}

div.navigation ul.menu li.dropdown div.dropdown-menu form input[type=email],
div.navigation ul.menu li.dropdown div.dropdown-menu form input[type=password] {
    display: block;
    width: 155px;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    color: #424142;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 10px;
    outline: none;
}

div.navigation ul.menu li.dropdown div.dropdown-menu form input[type=email]:focus,
div.navigation ul.menu li.dropdown div.dropdown-menu form input[type=password]:focus {
    border: 1px solid #c2c2c2;
}

div.navigation ul.menu li.dropdown div.dropdown-menu form span.message {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

div.navigation ul.menu li.dropdown div.dropdown-menu form span.message.message-error {
    color: #e31c18;
}

div.navigation ul.menu li.dropdown div.dropdown-menu form label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

div.navigation ul.menu li.dropdown div.dropdown-menu form input[type=submit] {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    outline: none;
}

div.navigation ul.menu li.dropdown div.dropdown-menu form input[type=submit].btn-green {
    background: #4aae67;
}

div.navigation ul.menu li.dropdown div.dropdown-menu form input[type=submit].btn-green:active {
    background: #3b8a52;
}

div.navigation ul.menu li.dropdown div.dropdown-menu button {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    width: calc(100% - 40px);
    padding: 10px 0;
    font-weight: bold;
    outline: none;
    margin: 0 20px;
}

div.navigation ul.menu li.dropdown div.dropdown-menu button.btn-black {
    background: #1b1b1b;
}

div.navigation ul.menu li.dropdown div.dropdown-menu button.btn-black:active {
    background: #000000;
}

div.navigation ul.menu li.dropdown div.dropdown-menu a {
    display: inline;
    height: auto;
    color: #424142;
    border: none;
    text-transform: none;
    font-size: 14px;
    font-weight: lighter;
    width: auto;
    padding: 0 20px;
    text-decoration: underline;
}

div.navigation ul.menu li.dropdown div.dropdown-menu a:hover,
div.navigation ul.menu li.dropdown div.dropdown-menu a:active {
    background: transparent;
}

div.navigation ul.menu li.dropdown div.dropdown-menu a:active {
    color: #0f0e0f;
}

div.infographics {
    display: block;
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 60px;
}

div.infographics div.infographics-image {
    width: 978px;
    height: 240px;
    margin-top: 30px;
    background: url("../../images/infographics.png") no-repeat center;
}

div.infographics div.infographics-image ul {
    display: none;
}

div.actions {
    padding-bottom: 60px;
}

div.actions a.btn {
    margin-top: 5px;
    padding-top: 125px;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    width: 160px;
    text-align: center;
}

div.actions a.btn.btn-add {
    margin-left: 200px;
    background: url("../../images/icon-add-big.png") no-repeat center top;
    float: left;
}

div.actions a.btn.btn-map {
    margin-right: 200px;
    background: url("../../images/icon-map-big.png") no-repeat center top;
    float: right;
}

div.last-activities {
    background: #dbefe1;
}

div.last-activities ul.activities {
    padding: 0;
    margin: 0;
    list-style: none;
}

div.last-activities ul.activities li {
    display: block;
    float: left;
    background: #FFFFFF;
    width: 473px;
    margin-bottom: 31px;
}

div.last-activities ul.activities li.even {
    margin-left: 31px;
}

div.last-activities ul.activities li div.activity-image {
    width: 124px;
    float: left;
}

div.last-activities ul.activities li div.activity-image img {
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 84px;
    border: none;
    margin: 16px;
}

div.last-activities ul.activities li div.activity-content {
    display: block;
    float: left;
    width: 214px;
    height: 70px;
}

div.last-activities ul.activities li div.activity-content > small {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #959595;
    font-weight: bold;
    padding-top: 18px;
    line-height: 1.3;
}

div.last-activities ul.activities li div.activity-content h3 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-transform: none;
}

div.last-activities ul.activities li div.activity-content h3 small {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}

div.last-activities ul.activities li div.activity-content span.category {
    font-size: 14px;
    color: #000000;
}

div.last-activities ul.activities li div.activity-content span.category span.green {
    color: #4aae67;
    font-weight: bold;
}

div.last-activities ul.activities li div.activity-state {
    display: block;
    float: left;
    width: 135px;
    height: 70px;
}

div.last-activities ul.activities li div.activity-state span {
    display: block;
    float: right;
    color: #4aae67;
    font-size: 12px;
    padding-right: 32px;
    font-weight: bold;
    text-transform: uppercase;
    background: url("../../images/icon-pin-small.png") no-repeat right;
    line-height: 32px;
    margin: 15px 10px 0 0;
}

div.last-activities ul.activities li div.activity-state span.state-black {
    color: #000000;
    background: url("../../images/pins-small/black.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-azure {
    color: #98d7e4;
    background: url("../../images/pins-small/azure.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-light-grey {
    color: #e7e7e7;
    background: url("../../images/pins-small/light-grey.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-sky {
    color: #b6cff5;
    background: url("../../images/pins-small/sky.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-purple-light {
    color: #e3d7ff;
    background: url("../../images/pins-small/purple-light.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-pink-light {
    color: #fbd3e0;
    background: url("../../images/pins-small/pink-light.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-salomon {
    color: #f2b2a8;
    background: url("../../images/pins-small/salomon.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-blue {
    color: #4986e7;
    background: url("../../images/pins-small/blue.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-blue-light {
    border-color: #2da2bb;
    background: url("../../images/pins-small/blue-light.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-purple {
    border-color: #b99aff;
    background: url("../../images/pins-small/purple.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-red {
    color: #fb4c2f;
    background: url("../../images/pins-small/red.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-yellow {
    color: #fbe983;
    background: url("../../images/pins-small/yellow.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-orange {
    color: #ff7537;
    background: url("../../images/pins-small/orange.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-lighter-grey {
    color: #ebdbde;
    background: url("../../images/pins-small/lighter-grey.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-green {
    color: #42d692;
    background: url("../../images/pins-small/green.png") no-repeat right;
}

div.last-activities ul.activities li div.activity-state span.state-green-dark {
    color: #16a765;
    background: url("../../images/pins-small/green-dark.png") no-repeat right;
}

div.last-activities ul.activities li p {
    font-size: 14px;
    line-height: 32px;
    color: #000000;
}

div.stats {
    padding-bottom: 80px;
}

div.stats ul {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 30px auto 0 auto;
}

div.stats ul li {
    display: inline-block;
    width: 155px;
    height: 155px;
    border: 1px solid #000000;
    border-radius: 155px;
    margin-right: 0px;
}

div.stats ul li span {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    padding-top: 43px;
    font-weight: bold;
}

div.stats ul li strong {
    text-align: center;
    display: block;
    font-size: 55px;
    font-weight: lighter;
    margin: 0;
    padding: 10px 0 0 0;
}

div.stats ul li.last {
    margin-right: 0;
}

div.stats ul li.stat-black {
    border-color: #000000;
}

div.stats ul li.stat-black span,
div.stats ul li.stat-black strong {
    color: #000000;
}

div.stats ul li.stat-azure {
    border-color: #98d7e4;
}

div.stats ul li.stat-azure span,
div.stats ul li.stat-azure strong {
    color: #98d7e4;
}

div.stats ul li.stat-light-grey {
    border-color: #e7e7e7;
}

div.stats ul li.stat-light-grey span,
div.stats ul li.stat-light-grey strong {
    color: #e7e7e7;
}

div.stats ul li.stat-sky {
    border-color: #b6cff5;
}

div.stats ul li.stat-sky span,
div.stats ul li.stat-sky strong {
    color: #b6cff5;
}

div.stats ul li.stat-purple-light {
    border-color: #e3d7ff;
}

div.stats ul li.stat-purple-light span,
div.stats ul li.stat-purple-light strong {
    color: #e3d7ff;
}

div.stats ul li.stat-pink-light {
    border-color: #fbd3e0;
}

div.stats ul li.stat-pink-light span,
div.stats ul li.stat-pink-light strong {
    color: #fbd3e0;
}

div.stats ul li.stat-salomon {
    border-color: #f2b2a8;
}

div.stats ul li.stat-salomon span,
div.stats ul li.stat-salomon strong {
    color: #f2b2a8;
}

div.stats ul li.stat-blue {
    border-color: #4986e7;
}

div.stats ul li.stat-blue span,
div.stats ul li.stat-blue strong {
    color: #4986e7;
}

div.stats ul li.stat-blue-light {
    border-color: #2da2bb;
}

div.stats ul li.stat-blue-light span,
div.stats ul li.stat-blue-light strong {
    color: #2da2bb;
}

div.stats ul li.stat-purple {
    border-color: #b99aff;
}

div.stats ul li.stat-purple span,
div.stats ul li.stat-purple strong {
    color: #b99aff;
}

div.stats ul li.stat-red {
    border-color: #fb4c2f;
}

div.stats ul li.stat-red span,
div.stats ul li.stat-red strong {
    color: #fb4c2f;
}

div.stats ul li.stat-yellow {
    border-color: #fbe983;
}

div.stats ul li.stat-yellow span,
div.stats ul li.stat-yellow strong {
    color: #fbe983;
}

div.stats ul li.stat-orange {
    border-color: #ff7537;
}

div.stats ul li.stat-orange span,
div.stats ul li.stat-orange strong {
    color: #ff7537;
}

div.stats ul li.stat-lighter-grey {
    border-color: #ebdbde;
}

div.stats ul li.stat-lighter-grey span,
div.stats ul li.stat-lighter-grey strong {
    color: #ebdbde;
}

div.stats ul li.stat-green {
    border-color: #42d692;
}

div.stats ul li.stat-green span,
div.stats ul li.stat-green strong {
    color: #42d692;
}

div.stats ul li.stat-green-dark {
    border-color: #16a765;
}

div.stats ul li.stat-green-dark span,
div.stats ul li.stat-green-dark strong {
    color: #16a765;
}

div.mobile-apps {
    display: block;
    background: #000000;
    padding-bottom: 70px;
}

div.mobile-apps h2 {
    color: #FFFFFF;
}

div.mobile-apps ul {
    padding: 20px 0 0 0;
    list-style: none;
    margin: auto;
    text-align: center;
}

div.mobile-apps ul li {
    display: inline-block;
}

div.mobile-apps ul li a {
    display: block;
    width: 260px;
    height: 50px;
    text-indent: -9999px;
}

div.mobile-apps ul li a.btn-googleplay {
    background: url("../../images/logo-googleplay.png") no-repeat center;
}

div.mobile-apps ul li a.btn-appstore {
    background: url("../../images/logo-appstore.png") no-repeat center;
}

div.mobile-apps ul li a.btn-windowsphone {
    background: url("../../images/logo-windowsphone.png") no-repeat center;
}

div.footer {
    background: #1b1b1b;
}

div.footer span {
    color: #959595;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
}

div.footer span a {
    color: #959595;
    text-decoration: none;
}

div.footer span a:active {
    color: #626262;
}

div.footer span.left {
    float: left;
}

div.footer span.right {
    float: right;
}

div.footer.footer-sticked {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
}

div.heading {
    display: block;
    width: 100%;
    background: #f5f5f5;
}

div.heading.heading-center h2 {
    float: none;
    position: absolute;
    width: 978px;
    text-align: center;
    z-index: 1;
}

div.heading h2 {
    text-align: left;
    float: left;
    height: 37px;
    line-height: 37px;
    padding: 40px 0 40px 0;
}

div.heading button.btn-back {
    display: block;
    float: left;
    background: url("../../images/icon-back.png") no-repeat;
    background-position: left center;
    height: 35px;
    border: none;
    outline: none;
    font-size: 18px;
    color: #1a171b;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 10px 10px 10px 40px;
    line-height: 18px;
    font-weight: bold;
    margin: 41px 0;
    z-index: 2;
    position: relative;
}

div.heading button.btn-back:active {
    opacity: .7;
}

div.heading div.filter {
    float: right;
    line-height: 37px;
    height: 37px;
}

div.heading div.filter div.control {
    display: inline-block;
    padding: 40px 0 40px 0;
    margin-left: 10px;
}

div.heading div.filter div.control label {
    text-transform: uppercase;
    color: #1a171b;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
}

div.heading div.filter div.control select {
    color: #424142;
    font-size: 14px;
    text-transform: uppercase;
    background: #ffffff url("../../images/select-arrow.png") center right no-repeat;
    background-size: 40px 35px;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 0 40px 0 15px;
    font-weight: normal;
    outline: none;
    max-width: 200px;
}

div.heading div.filter div.control select:focus,
div.heading div.filter div.control select:active {
    border-color: #c2c2c2;
}

div.controller {
    display: block;
    width: 454px;
    float: left;
    background: #ffffff;
    overflow-y: auto;
    position: fixed;
    top: 172px;
    left: -454px;
    height: calc(100% - 209px);
    z-index: 10;
    border-top: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    -webkit-overflow-scrolling: touch;
}

div.controller::-webkit-scrollbar {
    width: 5px;
    background: #f5f5f5;
}

div.controller::-webkit-scrollbar-thumb {
    width: 5px;
    background: #dcdcdc;
    border-radius: 10px;
}

div.activities ul.list {
    display: block;
    padding: 0;
    margin: 0;
}

div.activities ul.list li {
    width: 100%;
    display: block;
    float: left;
    background: #FFFFFF;
    cursor: pointer;
}

div.activities ul.list li:nth-child(2n) {
    background: #f5f5f5;
}

div.activities ul.list li:active {
    background: #e8e8e8;
}

div.activities ul.list li.activity-active {
    background: #c2c2c2;
}

div.activities ul.list li div.activity-image {
    width: 124px;
    float: left;
}

div.activities ul.list li div.activity-image img {
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 84px;
    border: none;
    margin: 16px;
}

div.activities ul.list li div.activity-content {
    display: block;
    float: left;
    width: 190px;
    height: 70px;
}

div.activities ul.list li div.activity-content > small {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #959595;
    font-weight: bold;
    padding-top: 18px;
    line-height: 1.3;
}

div.activities ul.list li div.activity-content h3 {
    text-transform: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

div.activities ul.list li div.activity-content h3 small {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}

div.activities ul.list li div.activity-content span.category {
    font-size: 14px;
    color: #000000;
}

div.activities ul.list li div.activity-content span.category span.green {
    color: #4aae67;
    font-weight: bold;
}

div.activities ul.list li div.activity-state {
    display: block;
    float: left;
    width: 135px;
    height: 70px;
}

div.activities ul.list li div.activity-state span {
    display: block;
    float: right;
    color: #4aae67;
    font-size: 12px;
    padding-right: 32px;
    font-weight: bold;
    text-transform: uppercase;
    background: url("../../images/icon-pin-small.png") no-repeat right;
    line-height: 32px;
    margin: 15px 0px 0 0;
}

div.activities ul.list li div.activity-state span.state-black {
    color: #000000;
    background: url("../../images/pins-small/black.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-azure {
    color: #98d7e4;
    background: url("../../images/pins-small/azure.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-light-grey {
    color: #e7e7e7;
    background: url("../../images/pins-small/light-grey.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-sky {
    color: #b6cff5;
    background: url("../../images/pins-small/sky.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-purple-light {
    color: #e3d7ff;
    background: url("../../images/pins-small/purple-light.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-pink-light {
    color: #fbd3e0;
    background: url("../../images/pins-small/pink-light.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-salomon {
    color: #f2b2a8;
    background: url("../../images/pins-small/salomon.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-blue {
    color: #4986e7;
    background: url("../../images/pins-small/blue.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-blue-light {
    border-color: #2da2bb;
    background: url("../../images/pins-small/blue-light.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-purple {
    border-color: #b99aff;
    background: url("../../images/pins-small/purple.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-red {
    color: #fb4c2f;
    background: url("../../images/pins-small/red.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-yellow {
    color: #fbe983;
    background: url("../../images/pins-small/yellow.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-orange {
    color: #ff7537;
    background: url("../../images/pins-small/orange.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-lighter-grey {
    color: #ebdbde;
    background: url("../../images/pins-small/lighter-grey.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-green {
    color: #42d692;
    background: url("../../images/pins-small/green.png") no-repeat right;
}

div.activities ul.list li div.activity-state span.state-green-dark {
    color: #16a765;
    background: url("../../images/pins-small/green-dark.png") no-repeat right;
}

div.activities ul.list li p {
    font-size: 14px;
    line-height: 32px;
    color: #000000;
}

div.activities ul.list li.add span.add-text {
    line-height: 116px;
    text-transform: uppercase;
    font-size: 18px;
    color: #c9c9c9;
    font-weight: bold;
}

div.activities ul.list li span.highlight_search {
    background-color: #ffff00;
}

div.activities div.activity-search {
    text-align: left;
    padding: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #c2c2c2;
}

div.activities div.activity-search input.search_text {
    height: 22px;
    padding: 4px;
}

div.activities div.activity-search button.btn-green {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    background: #4aae67;
}

div.activities div.activity-search button.btn-green:hover {
    background: #429c5c;
    color: #FFFFFF;
}

div.activities div.activity-search button.btn-green:active {
    background: #2c663d;
    color: #FFFFFF;
}

div.activities div.activity-search button.btn-black {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    background: #000000;
}

div.activities div.activity-search button.btn-black:hover {
    background: #0d0d0d;
    color: #FFFFFF;
}

div.activities div.activity-search button.btn-black:active {
    background: #333333;
    color: #FFFFFF;
}

div.map {
    display: block;
    position: fixed !important;
    top: 172px;
    left: 454px !important;
    right: 0;
    bottom: 0;
    
    float: right;
    background: #e6e6e6;
    height: calc(100% - 208px);
    border-top: 1px solid #c2c2c2;
}

div.add-activity {
    width: 480px;
    left: -480px;
}

div.add-activity form ul {
    padding: 30px;
    margin: 0;
    list-style: none;
}

div.add-activity form ul li {
    margin-bottom: 18px;
}

div.add-activity form ul li label {
    display: block;
    color: #1a171b;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 10px 0;
}

div.add-activity form ul li input[type=text],
div.add-activity form ul li input[type=email],
div.add-activity form ul li textarea {
    display: block;
    width: calc(100% - 30px);
    padding: 10px 15px;
    background: #FFFFFF;
    border: 1px solid #dbdbdb;
    outline: none;
    font-size: 14px;
    color: #1a171b;
}

div.add-activity form ul li input[type=text]:focus,
div.add-activity form ul li input[type=email]:focus,
div.add-activity form ul li textarea:focus {
    border: 1px solid #c2c2c2;
}

div.add-activity form ul li select {
    color: #424142;
    font-size: 14px;
    text-transform: uppercase;
    background: #ffffff url("../../images/select-arrow.png") center right no-repeat;
    background-size: 40px 35px;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 10px 40px 10px 15px;
    font-weight: normal;
    outline: none;
}

div.add-activity form ul li select:focus,
div.add-activity form ul li select:active {
    border-color: #c2c2c2;
}

div.add-activity form ul li div.files {
    display: block;
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

div.add-activity form ul li div.covers {
    padding: 5px 0 10px 0;
    position: relative;
}

div.add-activity form ul li div.covers img {
    width: 84px;
    height: 84px;
    display: inline-block;
    border: none;
    outline: none;
    margin-right: 17px;
    border-radius: 84px;
    cursor: pointer;
}

div.add-activity form ul li div.covers img:active {
    opacity: .7;
}

div.add-activity form ul li div.covers img.last {
    margin-right: 0;
}

div.add-activity form ul li div.covers button.cross {
    display: none;
    position: absolute;
    left: 78px;
    top: 0;
    background: none;
    border: none;
    outline: none;
    color: #1a171b;
    opacity: .7;
}

div.add-activity form ul li div.covers button.cross:active {
    opacity: 1;
}

div.add-activity form ul li div.covers button.cross.second {
    left: 182px;
}

div.add-activity form ul li div.covers button.cross.third {
    left: 288px;
}

div.add-activity form ul li div.covers button.cross.last {
    left: 394px;
}

div.add-activity form ul li div.photo_warning span.text-warning {
    font-size: 12px;
    font-weight: bold;
    color: #f68a4c;
}

div.add-activity form ul li div.photo_danger span.text-warning {
    font-size: 12px;
    font-weight: bold;
    color: #e31c18;
}

div.add-activity form ul li div.photo_danger_total span.text-danger {
    font-size: 13px;
    font-weight: bold;
    color: #e31c18;
}

div.add-activity form ul li div.captcha {
    padding: 15px 0;
}

div.add-activity form ul li div.captcha img,
div.add-activity form ul li div.captcha a {
    line-height: 58px;
    height: 58px;
    vertical-align: middle;
}

div.add-activity form ul li div.captcha a {
    font-size: 14px;
    color: #1a171b;
    margin-left: 20px;
}

div.add-activity form ul li.buttons {
    text-align: center;
}

div.add-activity form ul li.buttons input[type=submit] {
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    outline: none;
    background: url("../../images/icon-add.png") no-repeat #4aae67;
    background-size: 21px 21px;
    background-position: 15px center;
    padding: 15px 20px 15px 45px;
    text-transform: uppercase;
    margin: 30px 0;
}

div.add-activity form ul li.buttons input[type=submit]:hover {
    background-color: #47a763;
}

div.add-activity form ul li.buttons input[type=submit]:active {
    background-color: #3b8a52;
}

div.detail-activity {
    width: 480px;
    left: -480px;
}

div.detail-activity h2 {
    padding: 30px 30px 0 30px;
    text-align: left;
}

div.detail-activity div.info {
    padding: 30px;
}

div.detail-activity div.info dl {
    margin: 0;
    padding: 0;
    float: left;
}

div.detail-activity div.info dl dt {
    float: left;
    line-height: 17px;
    width: 17px;
    text-indent: -9999px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #1a171b;
    font-weight: bold;
}

div.detail-activity div.info dl dt.icon-time {
    background: url("../../images/icon-time-mini.png") no-repeat;
    background-size: 17px 17px;
}

div.detail-activity div.info dl dt.icon-map {
    background: url("../../images/icon-map-mini.png") no-repeat;
    background-size: 17px 17px;
}

div.detail-activity div.info dl dt.icon-category {
    background: url("../../images/icon-category-mini.png") no-repeat;
    background-size: 17px 17px;
}

div.detail-activity div.info dl dd {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 17px;
    color: #1a171b;
    font-weight: lighter;
    max-width: 265px;
}

div.detail-activity div.info dl dd span.state-black {
    color: #000000;
}

div.detail-activity div.info dl dd span.state-azure {
    color: #98d7e4;
}

div.detail-activity div.info dl dd span.state-light-grey {
    color: #e7e7e7;
}

div.detail-activity div.info dl dd span.state-sky {
    color: #b6cff5;
}

div.detail-activity div.info dl dd span.state-purple-light {
    color: #e3d7ff;
}

div.detail-activity div.info dl dd span.state-pink-light {
    color: #fbd3e0;
}

div.detail-activity div.info dl dd span.state-salomon {
    color: #f2b2a8;
}

div.detail-activity div.info dl dd span.state-blue {
    color: #4986e7;
}

div.detail-activity div.info dl dd span.state-blue-light {
    border-color: #2da2bb;
}

div.detail-activity div.info dl dd span.state-purple {
    border-color: #b99aff;
}

div.detail-activity div.info dl dd span.state-red {
    color: #fb4c2f;
}

div.detail-activity div.info dl dd span.state-yellow {
    color: #fbe983;
}

div.detail-activity div.info dl dd span.state-orange {
    color: #ff7537;
}

div.detail-activity div.info dl dd span.state-lighter-grey {
    color: #ebdbde;
}

div.detail-activity div.info dl dd span.state-green {
    color: #42d692;
}

div.detail-activity div.info dl dd span.state-green-dark {
    color: #16a765;
}

div.detail-activity div.info div.state {
    float: right;
}

div.detail-activity div.info div.state span {
    display: block;
    float: right;
    color: #4aae67;
    font-size: 12px;
    padding-right: 32px;
    font-weight: bold;
    text-transform: uppercase;
    background: url("../../images/icon-pin-small.png") no-repeat right;
    line-height: 32px;
    margin: -10px 0 0 0;
}

div.detail-activity div.info div.state span.state-black {
    color: #000000;
    background: url("../../images/pins-small/black.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-azure {
    color: #98d7e4;
    background: url("../../images/pins-small/azure.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-light-grey {
    color: #e7e7e7;
    background: url("../../images/pins-small/light-grey.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-sky {
    color: #b6cff5;
    background: url("../../images/pins-small/sky.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-purple-light {
    color: #e3d7ff;
    background: url("../../images/pins-small/purple-light.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-pink-light {
    color: #fbd3e0;
    background: url("../../images/pins-small/pink-light.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-salomon {
    color: #f2b2a8;
    background: url("../../images/pins-small/salomon.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-blue {
    color: #4986e7;
    background: url("../../images/pins-small/blue.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-blue-light {
    border-color: #2da2bb;
    background: url("../../images/pins-small/blue-light.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-purple {
    border-color: #b99aff;
    background: url("../../images/pins-small/purple.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-red {
    color: #fb4c2f;
    background: url("../../images/pins-small/red.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-yellow {
    color: #fbe983;
    background: url("../../images/pins-small/yellow.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-orange {
    color: #ff7537;
    background: url("../../images/pins-small/orange.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-lighter-grey {
    color: #ebdbde;
    background: url("../../images/pins-small/lighter-grey.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-green {
    color: #42d692;
    background: url("../../images/pins-small/green.png") no-repeat right;
}

div.detail-activity div.info div.state span.state-green-dark {
    color: #16a765;
    background: url("../../images/pins-small/green-dark.png") no-repeat right;
}

div.detail-activity div.description {
    padding: 0 30px 30px 30px;
}

div.detail-activity div.description p {
    color: #1a171b;
    font-size: 16px;
    line-height: 24px;
    font-weight: lighter;
}

div.detail-activity div.solution {
    padding: 0 30px 30px 30px;
}

div.detail-activity div.solution p {
    color: #1a171b;
    font-size: 16px;
    line-height: 24px;
    font-weight: lighter;
}

div.detail-activity div.solution p ul {
    padding-left: 32px;
}

div.detail-activity div.solution p li {
    color: #1a171b;
    font-size: 14px;
}

div.detail-activity div.solution p li a {
    text-decoration: none;
    color: #1a171b;
}

div.detail-activity div.solution p li a:hover {
    text-decoration: underline;
}

div.detail-activity div.gallery {
    padding: 0 30px 30px 30px;
}

div.detail-activity div.gallery ul {
    padding: 16px 0;
    margin: 0;
    list-style: none;
}

div.detail-activity div.gallery ul li {
    display: block;
    float: left;
    margin-right: 10px;
    width: calc(30%);
    margin-bottom: 10px;
}

div.detail-activity div.gallery ul li a {
    display: block;
    padding: 0;
    margin: 0;
}

div.detail-activity div.gallery ul li a img {
    width: 100%;
}

div.preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
}

div.preview div.preview-box {
    padding-top: 13%;
    width: 100%;
    text-align: center;
}

div.preview div.preview-box img {
    display: inline;
    border: 1px solid #c2c2c2;
    max-width: 978px;
    max-height: 600px;
}

div.preview div.preview-box span {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-size: 11px;
    color: #666;
}

div.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
}

div.dialog div.dialog-box {
    display: block;
    width: 220px;
    margin: 13% auto 0 auto;
    background: #FFFFFF;
    padding: 40px;
    position: relative;
}

div.dialog div.dialog-box h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}

div.dialog div.dialog-box button.btn-cross {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
    opacity: .7;
    line-height: 1;
}

div.dialog div.dialog-box button.btn-cross:active {
    opacity: 1;
}

div.dialog div.dialog-box form ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

div.dialog div.dialog-box form ul li {
    display: block;
    width: 100%;
}

div.dialog div.dialog-box form ul li input[type=text],
div.dialog div.dialog-box form ul li input[type=email],
div.dialog div.dialog-box form ul li input[type=password] {
    display: block;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    color: #424142;
    font-size: 14px;
    width: calc(100% - 30px);
    padding: 10px 15px;
    margin-bottom: 10px;
    outline: none;
}

div.dialog div.dialog-box form ul li:focus {
    border: 1px solid #c2c2c2;
}

div.dialog div.dialog-box form ul li input[type=submit] {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    outline: none;
}

div.dialog div.dialog-box form ul li input[type=submit].btn-green {
    background: #4aae67;
    border: 1px solid #4aae67;
}

div.dialog div.dialog-box form ul li input[type=submit].btn-green:active {
    background: #3b8a52;
    border: 1px solid #3b8a52;
}

@-moz-document url-prefix() {
    div.heading div.filter div.control select {
        padding: 10px 40px 10px 15px;
        background-image: none;
    }
    div.controller {
        width: 468px;
    }
    div.activities ul.list li div.activity-content {
        width: 192px;
    }
    div.add-activity {
        width: 480px;
    }
    div.add-activity form ul li select {
        background-image: none;
    }
}

html[data-useragent*='MSIE 10.0'] div.heading div.filter div.control select,
html[data-useragent*='Trident'] div.heading div.filter div.control select {
    padding: 10px 15px 10px 15px;
    background-image: none;
}

html[data-useragent*='MSIE 10.0'] div.controller,
html[data-useragent*='Trident'] div.controller {
    width: 466px;
    left: -466px;
}

html[data-useragent*='MSIE 10.0'] div.add-activity,
html[data-useragent*='Trident'] div.add-activity {
    width: 482px;
    left: -482px;
}

html[data-useragent*='MSIE 10.0'] div.add-activity form ul li select,
html[data-useragent*='Trident'] div.add-activity form ul li select {
    background-image: none;
    padding: 10px 15px 10px 15px;
}

/*
 * Colors
 */
/*
 * Sizes
 */
/*
 * Main
 */
.clear {
    clear: both;
}

.vspace {
    display: block;
    height: 20px;
}

.hidden {
    display: none !important;
}


div.stats ul li strong {
    font-size: 45px;
}
