
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

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

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 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;
}

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

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

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

dfn {
    font-style: italic;
}

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

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

figure {
    margin: 0;
}

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

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

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

button,
select {
    text-transform: none;
}

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

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

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

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

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

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

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}
@charset "UTF-8";

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

Copyright (c) 2013 Daniel Eden
*/

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

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

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

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

@-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: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

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

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

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

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(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: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

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

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

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

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

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

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

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

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

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

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

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

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.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: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.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;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

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

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

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

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

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

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

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

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

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

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

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

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

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

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

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

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

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

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

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

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

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    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% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

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

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) 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 center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

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

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

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

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

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

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

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

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

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

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

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

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

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

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

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

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

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

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

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-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% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -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: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-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: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    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: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

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

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

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

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

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

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

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

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

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

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

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

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

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

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

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

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

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@charset "UTF-8";
.collection-grid:before, .toolbar-wrapper:before, .icon-details:before, #premium-modal .pricing:before, #login-modal .pricing:before, .stanalone-signup .pricing:before, .form-content:before, .form-content li:before, .form-wrapper:before, .collection-grid:after, .toolbar-wrapper:after, .icon-details:after, #premium-modal .pricing:after, #login-modal .pricing:after, .stanalone-signup .pricing:after, .form-content:after, .form-content li:after, .form-wrapper:after {
  content: "";
  display: table; }
.collection-grid:after, .toolbar-wrapper:after, .icon-details:after, #premium-modal .pricing:after, #login-modal .pricing:after, .stanalone-signup .pricing:after, .form-content:after, .form-content li:after, .form-wrapper:after {
  clear: both; }

.icon-grid > li svg, .icon-grid > li img, #compact-search .empty-search h4 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#compact-search .empty-search {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.icon-grid > li svg, .icon-grid > li img, #compact-search .empty-search h4 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%; }

/**
 * Typecsset
 *
 * Typecsset is a small, unopinionated library for creating beautifully set type
 * on the web. Typecsset gives perfect vertical rhythm at any configurable font
 * size, as well as many other typographical niceties.
 */
/*------------------------------------*\
    #SHARED
\*------------------------------------*/
/**
 * A lot of elements in Typecsset need to share some declarations (mainly for
 * vertical rhythm), so we `@extend` some silent classes.
 */
h1, h2, h3, h4, h5, h6, ul, ol, dd, p, address, pre, blockquote, table {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, ul, ol, dd, p, address, pre, blockquote, table {
  margin-bottom: 30px;
  margin-bottom: 2.14286rem; }

/*------------------------------------*\
    #BASE
\*------------------------------------*/
/**
 * 1. Set the base element’s `font-size` to the value of your choosing. Set in
 *    ems, assuming a browser default of 16px.
 * 2. Work out the unitless `line-height` for your project based around your
 *    desired `line-height` (defined previously in pixels), and your project’s
 *    base font size.
 */
html {
  font-size: 0.875em;
  /* [1] */
  line-height: 2.14286;
  /* [2] */ }

body {
  margin: 0; }

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
h1 {
  font-size: 48px;
  font-size: 3.42857rem;
  line-height: 1.25; }

h2 {
  font-size: 36px;
  font-size: 2.57143rem;
  line-height: 1.66667; }

h3 {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 1; }

h4 {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1.25; }

h5 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.5; }

h6 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.66667; }

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
ul, ol, dd {
  margin-left: 60px;
  margin-left: 4.28571rem; }

li > ul,
li > ol {
  margin-bottom: 0; }

/*------------------------------------*\
    #PARAGRAPHS
\*------------------------------------*/
/**
 * Not strictly a paragraph, but probably doesn’t need its own section.
 */
/*------------------------------------*\
    #CODE
\*------------------------------------*/
/**
 * 1. Fix an odd quirk whereby, without this, code blocks are rendered at a
 *    font-size smaller than 1em.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* [1] */ }

/*------------------------------------*\
    #QUOTES
\*------------------------------------*/
/**
 * 1. Hang the opening quote of the blockquote.
 */
blockquote {
  text-indent: -0.41em;
  /* [1] */ }

/**
 * Set up quote marks on quoting elements. This is very English-based, so we are
 * using “, ”, ‘, and ’ quotes.
 */
blockquote {
  quotes: "“" "”";
  margin-left: 60px;
  margin-left: 4.28571rem; }
  blockquote p:before {
    content: "“";
    content: open-quote; }
  blockquote p:after {
    content: "";
    content: no-close-quote; }
  blockquote p:last-of-type:after {
    content: "”";
    content: close-quote; }

q {
  quotes: "‘" "’" "“" "”";
  /**
   * If an element opens with an inline quote, let’s hang that.
   */ }
  q:before {
    content: "‘";
    content: open-quote; }
  q:after {
    content: "’";
    content: close-quote; }
  q q:before {
    content: "“";
    content: open-quote; }
  q q:after {
    content: "”";
    content: close-quote; }
  q:first-child {
    display: inline-block;
    text-indent: -0.22em; }

/*------------------------------------*\
    #TABLES
\*------------------------------------*/
/**
 * Crude table styles; tables are very difficult to keep on the baseline.
 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

th,
td {
  padding: 15px; }

.loader2 {
  position: relative;
  width: 5px;
  height: 5px;
  top: 49%;
  top: calc(50% - 2.5px);
  left: 49%;
  left: calc(50% - 2.5px);
  background-color: #fff;
  border-radius: 50px;
  margin-bottom: 30px; }

.loader2:before {
  content: "";
  position: absolute;
  top: -38px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 0 50px 0px  0;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
  -webkit-animation: loader2 1.5s linear infinite;
  animation: loader2 1.5s linear infinite; }

.loader2:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: 0 0px 0px  50px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
      transform-origin: 100% 0%;
  -webkit-animation: loader2 1.5s linear infinite;
  animation: loader2 1.5s linear infinite; }

@-webkit-keyframes loader2 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes loader2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(102, 143, 90, 0.92);
  z-index: 999; }

/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 10px;
  top: 10px;
  overflow: hidden;
  border: none;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
  background: transparent;
  -webkit-transition: 200ms ease 1;
          transition: 200ms ease 1; }
  .overlay .overlay-close:before, .overlay .overlay-close:after {
    width: 60px;
    height: 3px;
    background: rgba(255, 255, 255, 0.9);
    positon: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block; }
  .overlay .overlay-close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .overlay .overlay-close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -19px; }
  .overlay .overlay-close:hover:after, .overlay .overlay-close:hover:before {
    background: #fff; }

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 36px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative; }

.overlay ul li {
  display: block;
  min-height: 54px; }

.overlay ul li a {
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #e3fcb1; }

/* Effects */
.overlay-mega {
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
          transition: opacity 0.5s, visibility 0s 0.5s; }

.overlay-mega.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s; }

.overlay-mega nav {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.overlay-mega nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
          transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
          transition: transform 0.5s, opacity 0.5s; }

.overlay-mega.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg); }

.overlay-mega.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
          transform: translateY(25%) rotateX(-35deg); }

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px; }

  .overlay ul li {
    min-height: 34px; } }
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.button {
  padding: 7px 22px;
  border: 1px solid #668f5a;
  font-weight: 500;
  min-width: 80px;
  background: #fff;
  text-align: center;
  border-radius: 23px;
  color: #668f5a;
  transition: all 150ms ease;
  -webkit-transition: All 150ms ease;
  -moz-transition: All 150ms ease;
  -o-transition: All 150ms ease;
  -ms-transition: All 150ms ease;
  display: inline-block;
  outline: none; }
  .button:hover {
    border-color: #668f5a;
    background: #eff3ee; }
  .button:active {
    border-color: #668f5a;
    background: #668f5a;
    color: #fff; }
  .button.primary {
    background: #668f5a;
    color: rgba(255, 255, 255, 0.8);
    border-color: #5b7f50;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 35px; }
  .button.primary:hover {
    background: #729e65;
    color: #fff; }
  .button.primary:active {
    background: #5b7f50;
    color: #fff;
    margin-top: 1px; }
  .button.secondary {
    background: #fff;
    color: #668f5a;
    border-color: rgba(102, 143, 90, 0.3); }
  .button.secondary:hover {
    background: rgba(102, 143, 90, 0.1); }
  .button.secondary:active {
    background: rgba(102, 143, 90, 0.2); }

.button-group .button:first-child {
  margin-right: 20px; }

.button-group form {
  display: inline-block; }

body {
  background: #f5f9f2;
  margin: 0;
  color: #7e878a;
  font-family: "proxima-nova-soft", sans-serif;
  font-style: normal;
  height: 100%;
  position: relative;
  -moz-osx-font-smoothing: grayscale; }

video {
  width: 100%    !important;
  height: auto   !important; }

pre, code {
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-family: "proxima-nova-soft", sans-serif; }

header, section, sidebar, footer, article, nav {
  display: block; }

h1, h2, h3, h4, h5 {
  font-family: "proxima-nova-soft", sans-serif;
  color: #668f5a;
  font-weight: normal; }

a {
  text-decoration: none;
  color: #668f5a;
  outline: 0;
  cursor: pointer;
  transition: all 250ms ease;
  -webkit-transition: All 250ms ease;
  -moz-transition: All 250ms ease;
  -o-transition: All 250ms ease;
  -ms-transition: All 250ms ease; }
  a:hover {
    color: #507046; }

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

form input[type="text"], form input[type="password"] {
  -webkit-transition: all 150ms ease;
          transition: all 150ms ease;
  padding: 12px;
  border: 1px solid #d6e3d2;
  color: #7e878a;
  border-radius: 5px; }
form input[type="text"]:focus, form input[type="text"]:active, form input[type="password"]:focus, form input[type="password"]:active {
  background: #e8f4d7;
  border: 1px solid #668f5a;
  outline: none; }

input[type="text"].error, input[type="password"].error {
  background: rgba(195, 65, 20, 0.2);
  color: #c34114;
  border-color: #c34114; }

input[type="text"].error:focus,
input[type="password"].error:focus,
input[type="text"].error:active,
input[type="password"].error:active {
  background: #e8f4d7;
  border: 1px solid #668f5a;
  color: #668f5a; }

code {
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  background: #f5f6eb;
  border: 1px solid #e3e6c8;
  padding: 5px 5px 3px 5px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.92857; }

.clear {
  clear: both; }

#site-header {
  background: #668f5a;
  border-bottom: 1px solid #56794c;
  height: 78px;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0; }
  #site-header::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 1024px) {
    #site-header {
      padding-left: calc(100vw - 100%); } }

.custom-select {
  border: 1px solid #d6e5e1;
  border-radius: 5px;
  overflow: hidden;
  color: #7e878a;
  position: relative; }
  .custom-select:after {
    content: "";
    display: block;
    width: 10px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
    background: url(../images/dropdown.svg) no-repeat; }

.custom-select select {
  padding: 0 10px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  appearance: none;
  font-weight: normal;
  color: #7e878a; }
  .custom-select select option {
    font-family: inherit; }

#main {
  margin: 0 auto;
  padding: 20px 10px 20px 10px;
  max-width: 1400px;
  vertical-align: top; }

.landing #main {
  padding-top: 110px; }

.wrapper {
  padding: 20px 0;
  max-width: 1360px;
  margin: 0 auto; }

#collection .wrapper {
  margin-top: 80px; }

#collection #main {
  padding-top: 0px; }

.inline-loader {
  position: relative;
  width: 40px;
  margin-left: -20px;
  left: 50%; }

.inline-loader > div {
  position: relative;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  color: #fff;
  background: #fff;
  border-color: #fff;
  border-style: solid;
  border-width: 0; }

.inline-loader:after {
  display: table;
  clear: both;
  line-height: 0;
  content: ""; }

.inline-loader.la-dark > div {
  color: #444;
  background: #444;
  border-color: #444; }

.inline-loader {
  width: 32px;
  height: 32px; }

.inline-loader > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s .1s infinite linear;
          animation: pacman-balls 1s .1s infinite linear; }

.inline-loader > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s .35s infinite linear;
          animation: pacman-balls 1s .35s infinite linear; }

.inline-loader > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s .6s infinite linear;
          animation: pacman-balls 1s .6s infinite linear; }

.inline-loader > div:nth-child(6) {
  -webkit-animation: pacman-balls 1s .85s infinite linear;
          animation: pacman-balls 1s .85s infinite linear; }

.inline-loader > div:first-of-type {
  width: 0;
  height: 0;
  background: transparent;
  border-style: solid;
  border-width: 16px;
  border-right-color: transparent;
  border-radius: 100%;
  -webkit-animation: pacman-rotate-half-up .5s 0s infinite;
          animation: pacman-rotate-half-up .5s 0s infinite; }

.inline-loader > div:nth-child(2) {
  width: 0;
  height: 0;
  margin-top: -32px;
  background: transparent;
  border-style: solid;
  border-width: 16px;
  border-right-color: transparent;
  border-radius: 100%;
  -webkit-animation: pacman-rotate-half-down .5s 0s infinite;
          animation: pacman-rotate-half-down .5s 0s infinite; }

.inline-loader > div:nth-child(3),
.inline-loader > div:nth-child(4),
.inline-loader > div:nth-child(5),
.inline-loader > div:nth-child(6) {
  position: absolute;
  top: 50%;
  left: 200%;
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 0; }

.inline-loader {
  width: 16px;
  height: 16px; }

.inline-loader > div:first-of-type {
  border-width: 8px; }

.inline-loader > div:nth-child(2) {
  margin-top: -16px;
  border-width: 8px; }

.inline-loader > div:nth-child(3),
.inline-loader > div:nth-child(4),
.inline-loader > div:nth-child(5),
.inline-loader > div:nth-child(6) {
  width: 4px;
  height: 4px; }

@-webkit-keyframes pacman-rotate-half-up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes pacman-rotate-half-up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }
@-webkit-keyframes pacman-rotate-half-down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }
@keyframes pacman-rotate-half-down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }
@-webkit-keyframes pacman-balls {
  0% {
    left: 200%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  5% {
    opacity: .5; }
  66% {
    opacity: 1; }
  67% {
    opacity: 0; }
  100% {
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
@keyframes pacman-balls {
  0% {
    left: 200%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  5% {
    opacity: .5; }
  66% {
    opacity: 1; }
  67% {
    opacity: 0; }
  100% {
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
#logo {
  width: 54px;
  height: 43px;
  margin: 15px 20px 0 20px;
  padding: 0;
  display: block;
  float: left; }
  #logo a {
    display: block;
    width: 54px;
    height: 43px;
    text-align: center;
    text-indent: -9999px;
    background: url(../images/logo.svg) no-repeat 0 0; }

#site-header {
  background: #668f5a;
  border-bottom: 1px solid #56794c;
  height: 78px;
  width: 100%;
  z-index: 10;
  position: static;
  top: 0; }
  #site-header::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 1024px) {
    #site-header {
      padding-left: calc(100vw - 100%); } }

.landing #site-header {
  position: fixed; }

#site-nav {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -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-transition-property: height, padding-top, padding-left;
          transition-property: height, padding-top, padding-left; }
  #site-nav::after {
    clear: both;
    content: "";
    display: table; }

/* close site-nav */
#site-nav {
  color: #668f5a; }

.site-links {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-right: 20px;
  margin-top: 8px; }

.site-links > li {
  display: inline-block;
  list-style: none;
  padding: 10px 3px;
  text-align: center;
  position: relative; }
  .site-links > li:hover {
    color: #fff; }
    .site-links > li:hover > a {
      color: #fff; }
  .site-links > li > a {
    color: #d6e3d2;
    display: block;
    padding: 7px 18px;
    text-transform: uppercase;
    border-radius: 23px;
    transition: all 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 2.25;
    font-weight: 600;
    letter-spacing: 1px;
    background-position: 12px 9px;
    background-repeat: no-repeat; }
    .site-links > li > a:hover {
      background-color: #6d9860; }
    .site-links > li > a:active {
      background-color: #74a068; }
  .site-links > li.call-out a {
    background: #668f5a;
    padding: 6px 17px;
    border: 1px solid #f3f7f1; }
  .site-links > li.call-out:hover a {
    color: #fff; }
  .site-links > li .dropdown {
    position: absolute;
    width: 150px;
    padding: 10px 20px 20px 20px;
    border: 1px solid #d6e5e1;
    opacity: 0;
    left: 50%;
    visibility: hidden;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    top: 60px;
    text-align: left;
    background: #fff;
    -webkit-transition: all 150ms ease-in-out;
            transition: all 150ms ease-in-out;
    margin-left: -75px;
    border-radius: 5px;
    z-index: 13;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    list-style: none; }
    .site-links > li .dropdown:after, .site-links > li .dropdown:before {
      -webkit-transition: all 250ms ease-in-out;
              transition: all 250ms ease-in-out;
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .site-links > li .dropdown:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 8px;
      margin-left: -4px; }
  .site-links > li.is-active .dropdown {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible; }
  .site-links > li.selected > a, .site-links > li.is-active > a {
    background-color: #6d9860;
    color: #fff; }

@media (min-width: 768px) and (max-width: 1023px) {
  #site-nav .site-links > li {
    display: none; }

  #site-nav .site-links > li.collections {
    display: inline-block;
    margin-right: 70px; } }
@media (min-width: 320px) and (max-width: 767px) {
  #site-nav .site-links > li {
    display: none; }

  #site-nav .site-links > li.collections {
    display: inline-block;
    margin-right: 70px; } }
.header-narrow .call-out a {
  border: 1px solid #9dbb94; }

/* end site links*/
#mega-search, .compact-search-input {
  float: left;
  position: relative;
  width: 305px;
  display: inline-block; }
  #mega-search input[name="mega-search"], #mega-search input[name="compact-search"], .compact-search-input input[name="mega-search"], .compact-search-input input[name="compact-search"] {
    padding: 18px 50px 18px 20px;
    border-radius: 26px;
    margin-top: 12px;
    font-family: "proxima-nova-soft", sans-serif;
    float: left;
    font-style: normal;
    width: 300px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    vertical-align: middle !important; }
    #mega-search input[name="mega-search"]:active, #mega-search input[name="mega-search"]:focus, #mega-search input[name="compact-search"]:active, #mega-search input[name="compact-search"]:focus, .compact-search-input input[name="mega-search"]:active, .compact-search-input input[name="mega-search"]:focus, .compact-search-input input[name="compact-search"]:active, .compact-search-input input[name="compact-search"]:focus {
      outline: none;
      color: #fff;
      background-color: #729e65 !important;
      border-color: #9dbb94 !important; }
    #mega-search input[name="mega-search"]:before, #mega-search input[name="mega-search"]:after, #mega-search input[name="compact-search"]:before, #mega-search input[name="compact-search"]:after, .compact-search-input input[name="mega-search"]:before, .compact-search-input input[name="mega-search"]:after, .compact-search-input input[name="compact-search"]:before, .compact-search-input input[name="compact-search"]:after {
      position: absolute;
      content: "";
      z-index: 10; }
    #mega-search input[name="mega-search"]:before, #mega-search input[name="compact-search"]:before, .compact-search-input input[name="mega-search"]:before, .compact-search-input input[name="compact-search"]:before {
      width: 16px;
      height: 16px;
      border: 2px solid #5b7f50;
      border-radius: 50%;
      top: 15px;
      left: 26px; }
    #mega-search input[name="mega-search"]:after, #mega-search input[name="compact-search"]:after, .compact-search-input input[name="mega-search"]:after, .compact-search-input input[name="compact-search"]:after {
      width: 11px;
      height: 2px;
      background: #507046;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 33px;
      left: 16px; }
  #mega-search .search-icon, .compact-search-input .search-icon {
    border: 2px solid #9dbb94;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 27px;
    right: 15px;
    border-radius: 50%;
    -webkit-transition: all 200ms ease-in-out 1;
            transition: all 200ms ease-in-out 1; }
    #mega-search .search-icon:after, .compact-search-input .search-icon:after {
      content: "";
      position: absolute;
      display: block;
      top: 9px;
      right: 13px;
      width: 2px;
      height: 10px;
      background: #9dbb94;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  #mega-search .search-icon.loader, .compact-search-input .search-icon.loader {
    position: absolute;
    right: 14px;
    top: 18px;
    width: 38px;
    height: 38px;
    border-top: 2px solid #fff;
    -webkit-animation: loader .7s linear infinite;
            animation: loader .7s linear infinite; }
    #mega-search .search-icon.loader:after, .compact-search-input .search-icon.loader:after {
      opacity: 0; }
  @media (min-width: 320px) and (max-width: 767px) {
    #mega-search, .compact-search-input {
      width: 30%; }
      #mega-search input[name="mega-search"], .compact-search-input input[name="mega-search"] {
        width: 100%; } }

@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
#mega-search.sticky {
  position: fixed;
  z-index: 13;
  margin-left: -80px;
  top: 2px;
  -webkit-transition: width 100ms ease, height 100ms ease;
          transition: width 100ms ease, height 100ms ease; }
  #mega-search.sticky input[type="text"] {
    padding: 12px 50px 10px 22px;
    border-radius: 19px;
    background-color: #fff !important;
    border: 1px solid #9dbb94;
    color: #7e878a; }
    #mega-search.sticky input[type="text"]::-webkit-input-placeholder {
      color: rgba(126, 135, 138, 0.7); }
    #mega-search.sticky input[type="text"]:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(126, 135, 138, 0.7); }
    #mega-search.sticky input[type="text"]::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(126, 135, 138, 0.7); }
    #mega-search.sticky input[type="text"]:-ms-input-placeholder {
      color: rgba(126, 135, 138, 0.7); }
    #mega-search.sticky input[type="text"]:active, #mega-search.sticky input[type="text"]:focus {
      border: 1px solid rgba(255, 255, 255, 0.5); }
  #mega-search.sticky .search-icon {
    top: 22px; }

.has-filter #mega-search.sticky {
  -webkit-transform: translateX(210px);
      -ms-transform: translateX(210px);
          transform: translateX(210px); }

.has-filter.search-result #mega-search.sticky {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.landing #main {
  padding-top: 0; }

.landing .wrapper {
  max-width: 1120px; }

.collection-list {
  position: absolute;
  width: 270px;
  padding: 10px 20px 20px 20px;
  border: 1px solid #d6e5e1;
  opacity: 0;
  left: 50%;
  visibility: hidden;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  top: 60px;
  text-align: left;
  background: #fff;
  -webkit-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out;
  margin-left: -135px;
  border-radius: 5px;
  z-index: 30;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15); }
  .collection-list:after, .collection-list:before {
    -webkit-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .collection-list:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -4px; }
  .collection-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 500px;
    overflow: auto; }
  .collection-list .collection-item {
    padding: 5px 0;
    position: relative;
    display: block; }
  .collection-list .add-to-collection {
    overflow: hidden;
    background: #ebf4d8;
    border: 1px solid rgba(102, 143, 90, 0.5);
    width: 32px;
    height: 32px;
    border-radius: 5px;
    position: absolute;
    outline: none;
    right: 0;
    top: 3px;
    -webkit-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out; }
  .collection-list .collection-item .number {
    display: inline-block;
    float: right;
    min-width: 24px;
    height: 24px;
    margin-top: 3px;
    padding: 0 6px;
    text-align: center;
    border-radius: 12px;
    font-style: normal;
    font-size: 12px;
    background: #fff;
    color: #668f5a;
    border: 1px solid rgba(102, 143, 90, 0.5);
    background: rgba(102, 143, 90, 0.1);
    line-height: 22px;
    margin-left: 5px; }
  .collection-list .collection-name:hover {
    color: #23311f; }
  .collection-list .add-to-collection > span {
    position: relative;
    display: block;
    text-indent: -9999px;
    margin-top: -2px;
    width: 12px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 450ms ease-in-out;
            transition: all 450ms ease-in-out; }
    .collection-list .add-to-collection > span:before, .collection-list .add-to-collection > span:after {
      content: " ";
      position: absolute;
      display: block;
      width: 12px;
      height: 2px;
      background: #668f5a;
      z-index: 7;
      margin-top: 0px;
      top: 50%;
      margin-top: -1px;
      left: 50%;
      margin-left: -6px; }
    .collection-list .add-to-collection > span:after {
      width: 2px;
      height: 12px;
      top: 1px;
      margin-left: -1px;
      left: 50%; }
  .collection-list .collection-item a {
    color: #668f5a;
    padding: 0;
    display: block;
    clear: both; }

.collections.is-active .collection-list {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible; }

.collection-item.added .add-to-collection {
  background: #668f5a;
  border-color: #668f5a; }

.collection-item.added .add-to-collection span {
  -webkit-transform: rotate(-45deg) translateX(1px) translateY(0px);
      -ms-transform: rotate(-45deg) translateX(1px) translateY(0px);
          transform: rotate(-45deg) translateX(1px) translateY(0px); }
  .collection-item.added .add-to-collection span:before, .collection-item.added .add-to-collection span:after {
    background: rgba(255, 255, 255, 0.8); }
  .collection-item.added .add-to-collection span:before {
    left: 0;
    bottom: 0;
    top: auto;
    margin-top: auto;
    margin-bottom: 2px;
    margin-left: 1px; }
  .collection-item.added .add-to-collection span:after {
    left: 0px;
    height: 9px;
    top: auto;
    bottom: 2px; }

.manage-collections {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(102, 143, 90, 0.3);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px; }
  .manage-collections:hover {
    background: rgba(102, 143, 90, 0.1); }

.collections .create {
  margin-top: 10px; }
  .collections .create::after {
    clear: both;
    content: "";
    display: table; }

.collections .create .new-collection {
  width: 150px;
  display: block;
  float: left;
  padding: 10px; }

.collections .create button {
  width: 70px;
  float: right;
  display: block;
  text-align: center;
  color: #fff;
  background: #668f5a;
  border: 1px solid #507046;
  padding: 10px;
  border-radius: 5px; }

.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.6875; }
  .category-list li {
    margin: 5px 0; }
    .category-list li a {
      color: #798880;
      font-weight: normal; }
      .category-list li a:hover {
        color: #45603c; }

#trigger-overlay {
  position: absolute;
  right: 0;
  width: 68px;
  height: 68px;
  float: right;
  cursor: pointer;
  display: none;
  top: 5px; }
  #trigger-overlay span {
    text-indent: -9999px;
    display: block;
    position: absolute;
    height: 3px;
    width: 36px;
    background: rgba(255, 255, 255, 0.6);
    top: 32px; }
  #trigger-overlay:before, #trigger-overlay:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 36px;
    background: rgba(255, 255, 255, 0.6); }
  #trigger-overlay:before {
    top: 20px;
    left: 0; }
  #trigger-overlay:after {
    top: 45px;
    left: 0; }
  @media screen and (max-width: 1024px) {
    #trigger-overlay {
      display: block; } }

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 10px; }
  50% {
    height: 20px;
    width: 10px; } }

@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 10px; }
  50% {
    height: 20px;
    width: 10px; } }
.site-footer {
  padding: 1.5em 0;
  background: #f5f9f2;
  border-top: 1px solid #d6e5e1; }
  .site-footer::after {
    clear: both;
    content: "";
    display: table; }
  .site-footer h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.92857;
    text-transform: uppercase;
    color: #7e878a; }
  .site-footer.wrapper {
    margin-top: 0 !important; }

.landing .site-footer {
  border-top: none;
  background: #fff; }

.site-footer .nav-links, .site-footer .credit {
  width: 100%;
  text-align: center; }

.nav-links {
  margin-bottom: 10px; }

.nav-links ul {
  margin: 0;
  list-style: none;
  text-align: center; }

.nav-links ul li {
  display: inline-block;
  margin: 0 20px; }
  .nav-links ul li.twitter {
    top: 5px;
    position: relative; }

.has-filter .grid-wrapper {
  position: relative;
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .has-filter .grid-wrapper {
      padding-left: 220px; } }

.icon-grid {
  clear: both;
  margin: 0 0 0;
  list-style: none;
  vertical-align: top;
  margin-bottom: 20px;
  width: 100%;
  display: block; }
  .icon-grid::after {
    clear: both;
    content: "";
    display: table; }

.icon-grid > li {
  display: block;
  float: left;
  position: relative;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.92857;
  cursor: pointer;
  width: calc(100%/8 - 20px);
  margin: 10px;
  min-width: 64px;
  border: 1px solid #dbe2d6;
  transition: all 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease; }
  .icon-grid > li:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/ }
  @media (min-width: 1024px) {
    .icon-grid > li:nth-child(8n) {
      margin-right: 0; } }
  .icon-grid > li .icon-link {
    display: block; }
  .icon-grid > li.checked {
    border-color: #668f5a; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .icon-grid > li {
      width: calc(100%/4 - 20px); } }
  @media (min-width: 320px) and (max-width: 767px) {
    .icon-grid > li {
      width: calc(100%/2 - 20px); } }

.icon-grid .overlay-tooltip {
  position: absolute;
  top: -100%;
  width: 100%;
  left: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(102, 143, 90, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
  border-radius: 5px;
  z-index: 14;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out; }
  .icon-grid .overlay-tooltip a {
    font-weight: 700; }
  .icon-grid .overlay-tooltip:after, .icon-grid .overlay-tooltip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .icon-grid .overlay-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px; }
  .icon-grid .overlay-tooltip:before {
    border-color: rgba(102, 143, 90, 0);
    border-top-color: rgba(102, 143, 90, 0.5);
    border-width: 8px;
    margin-left: -8px; }

.icon-grid .set-overlay .overlay-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.select-icon {
  position: absolute;
  display: block;
  right: 2px;
  top: 2px;
  z-index: 1;
  width: 40px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 200ms ease;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
  -ms-transition: All 200ms ease; }
  .select-icon input[type=checkbox] {
    z-index: 20;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 2px;
    right: 2px;
    opacity: 0; }
    .select-icon input[type=checkbox]:hover {
      cursor: pointer; }
  .select-icon label {
    background: #b2c7ac;
    border-radius: 3px;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 2px;
    right: 2px; }
    .select-icon label:hover {
      cursor: pointer;
      background: #c1d2bd; }
  .select-icon label:after, .select-icon label:before {
    content: "";
    position: absolute;
    z-index: 4;
    display: block;
    width: 10px;
    height: 14px;
    top: 13px;
    right: 12px;
    border-top: 3px solid #d1ddcd;
    border-right: 3px solid #d1ddcd;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(-1) rotate(135deg);
        -ms-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
    pointer-events: none; }
  .select-icon label:after {
    opacity: 0;
    visibility: hidden;
    z-index: 3; }
  .select-icon input[type=checkbox]:checked + label {
    background: #668f5a; }
  .select-icon input[type=checkbox]:checked + label:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: check 0.8s;
    animation: check 0.8s;
    border-color: #fff;
    z-index: 10; }

.icon-grid > li.checked label {
  background: #668f5a !important; }
  .icon-grid > li.checked label:after {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation: check 0.8s;
    animation: check 0.8s;
    border-color: #fff !important;
    z-index: 10 !important; }

.icon-grid > li:hover .select-icon, .icon-grid > li.checked .select-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

#home .select-icon {
  width: 100%;
  height: 100%; }

#home .select-icon input[type=checkbox] {
  width: 100%;
  height: 100%; }

.set-grid {
  margin: 0;
  padding: 0;
  list-style: none; }
  .set-grid::after {
    clear: both;
    content: "";
    display: table; }

.icon-grid > li .lock {
  border-radius: 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 24px;
  height: 24px;
  background: rgba(102, 143, 90, 0.2) url(../images/lock.svg) 50% 50% no-repeat;
  pointer-events: none; }

.icon-grid.glyph > li img, .icon-grid.glyph > li svg, .icon-grid > li.glyph img, .icon-grid > li.glyph svg, .icon-grid.super > li img, .icon-grid.super > li svg, .icon-grid > li.super img, .icon-grid > li.super svg {
  width: 16px;
  height: 16px; }

.icon-grid.nimble > li svg, .icon-grid > li.nimble svg {
  width: 24px;
  height: 24px; }

.icon-grid.nimble > li img, .icon-grid > li.nimble img {
  max-width: 24px;
  max-height: 24px; }

.set-grid > li {
  display: block;
  float: left;
  position: relative;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  vertical-align: middle;
  padding: 0;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.92857;
  cursor: pointer;
  width: calc(100%/3 - 30px);
  margin: 15px;
  min-width: 64px;
  min-height: 104px;
  transition: all 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease; }
  @media (min-width: 1024px) {
    .set-grid > li:nth-child(3n+1) {
      clear: both; } }
  .set-grid > li .set-thumb img {
    margin: 0;
    padding: 0;
    width: 100%; }
  .set-grid > li .set-thumb {
    display: block;
    position: relative;
    min-height: 64px; }
    .set-grid > li .set-thumb:after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      lef: 0;
      background: rgba(255, 255, 255, 0.6);
      width: 100%;
      height: 100%;
      z-index: 2;
      opacity: 0;
      transition: all 300ms ease;
      -webkit-transition: All 300ms ease;
      -moz-transition: All 300ms ease;
      -o-transition: All 300ms ease;
      -ms-transition: All 300ms ease; }
    .set-grid > li .set-thumb:hover:after {
      opacity: 1; }
  .set-grid > li .set-thumb {
    line-height: 0;
    display: block; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .set-grid > li {
      width: calc(100%/2 - 30px); }
      .set-grid > li:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .set-grid > li {
      width: calc(100%/1);
      clear: both;
      margin: 0; } }
  .set-grid > li .eye {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease; }
  .set-grid > li .eye span {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #668f5a;
    position: relative;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 100%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    overflow: hidden;
    -webkit-animation: eyeClose 2s ease infinite alternate;
            animation: eyeClose 2s ease infinite alternate;
    -webkit-transition: all 450ms cubic-bezier(0.85, 0.09, 0.46, 1.2);
            transition: all 450ms cubic-bezier(0.85, 0.09, 0.46, 1.2); }
    .set-grid > li .eye span:hover {
      border-top-left-radius: 90%;
      border-bottom-right-radius: 90%; }
    .set-grid > li .eye span:before, .set-grid > li .eye span:after {
      content: "";
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      border-radius: 100%;
      -webkit-transition: all 450ms cubic-bezier(0.85, 0.09, 0.46, 1.2);
              transition: all 450ms cubic-bezier(0.85, 0.09, 0.46, 1.2); }
    .set-grid > li .eye span:before {
      height: 40px;
      width: 40px;
      background: #fff;
      margin-top: -20px;
      margin-left: -20px; }
    .set-grid > li .eye span:after {
      height: 20px;
      width: 20px;
      background: #668f5a;
      margin-top: -10px;
      margin-left: -10px; }
    .set-grid > li .eye span.left:before, .set-grid > li .eye span.left:after {
      -webkit-transform: translate(-20px, 20px);
          -ms-transform: translate(-20px, 20px);
              transform: translate(-20px, 20px); }
    .set-grid > li .eye span.right:before, .set-grid > li .eye span.right:after {
      -webkit-transform: translate(20px, -20px);
          -ms-transform: translate(20px, -20px);
              transform: translate(20px, -20px); }
  .set-grid > li .set-thumb:hover .eye {
    opacity: .8; }

@-webkit-keyframes eyeMove {
  0%,17% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px); }
  20%,80% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  87%,100% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px); } }

@keyframes eyeMove {
  0%,17% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px); }
  20%,80% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  87%,100% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px); } }
.set-desc {
  position: relative;
  padding: 15px 15px 18px;
  border: 1px solid #d6e5e1;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .set-desc i {
    position: absolute;
    right: 15px;
    top: 15px;
    font-style: normal;
    color: rgba(126, 135, 138, 0.6); }

.set-link {
  font-weight: 500; }

.collection-grid {
  margin: 0;
  padding: 0;
  list-style: none; }
  .collection-grid > li {
    display: block;
    position: relative;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    margin: 15px;
    width: calc(100% / 4 - 30px);
    float: left;
    padding: 20px;
    border: 1px solid #dbe2d6;
    height: 130px; }
    .collection-grid > li h3 {
      font-family: "gesta", sans-serif;
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 20px; }
    .collection-grid > li a {
      display: block; }
    .collection-grid > li:after {
      right: -20px;
      opacity: 0; }
    .collection-grid > li:hover {
      border-color: #668f5a; }
    .collection-grid > li.selected {
      border: 0px solid #668f5a; }

.new-collection form {
  padding: 0;
  width: 100%;
  margin: 0; }
.new-collection input {
  width: 100%;
  outline: none;
  color: #668f5a;
  border: 1px solid #9dbb94 !important; }
  .new-collection input:active, .new-collection input:focus {
    background: #f3f7f1; }
.new-collection button {
  width: 100%;
  background: #80a874;
  border: 1px solid #668f5a;
  color: #fff;
  margin-top: 10px;
  transition: all 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  border-radius: 5px;
  padding: 11px;
  margin: 10px auto 0 auto;
  display: block;
  outline: none;
  text-transform: uppercase; }
  .new-collection button:hover {
    background: #668f5a; }

/* front pane, placed above back */
.front {
  z-index: 2; }

/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.set-type {
  background: rgba(102, 143, 90, 0.2);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 12px; }

.design-toolbar {
  display: inline-block;
  margin: 0;
  padding: 0 2px;
  list-style: none;
  float: right;
  margin-right: 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d6e5e1; }
  .design-toolbar > li {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #d6e5e1;
    height: 48px;
    padding: 7px 10px;
    position: relative;
    margin-right: -2px; }
    .design-toolbar > li .dp-preview {
      margin-top: -6px; }
    .design-toolbar > li:first-child {
      border-left: none; }
    .design-toolbar > li.fill {
      padding-right: 2px; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .design-toolbar {
      float: none;
      margin: 0;
      margin-top: 20px;
      width: calc(100% - 10px); }
      .design-toolbar.single {
        margin-top: 0;
        float: none;
        text-align: center;
        border-bottom: 1px solid #d6e5e1 !important;
        border-right: none;
        width: 100%;
        margin-bottom: 10px; } }
  .design-toolbar input {
    border: none; }
  .design-toolbar input[type="color"], .design-toolbar .stroke-size, .design-toolbar label {
    display: inline-block; }
  .design-toolbar .color-picker {
    background: #fff;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0; }
  .design-toolbar input[type="text"] {
    border: 1px solid #d6e5e1; }
  .design-toolbar .stroke-size {
    display: inline-block;
    padding-top: 0px;
    position: relative;
    top: 0px; }
    .design-toolbar .stroke-size::after {
      clear: both;
      content: "";
      display: table; }
  .design-toolbar label {
    font-size: 14px;
    text-transform: lowercase;
    line-height: 0;
    position: absolute;
    margin-top: -48px;
    display: inline-block;
    padding: 7px;
    left: 50%;
    margin-left: -50px;
    background: #668f5a;
    color: #fff;
    z-index: 20;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    line-height: 1.5em;
    width: 100px;
    -webkit-transition: all 100ms ease;
            transition: all 100ms ease;
    border-radius: 5px;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
    .design-toolbar label:after, .design-toolbar label:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .design-toolbar label:after {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #668f5a;
      border-width: 5px;
      margin-left: -5px; }
    .design-toolbar label:before {
      border-color: rgba(102, 143, 90, 0);
      border-top-color: transparent;
      border-width: 8px;
      margin-left: -8px; }
  .design-toolbar > li:hover label {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .design-toolbar .preview-background label {
    top: -16px; }
  .design-toolbar .stroke-size button {
    border: 1px solid #d6e5e1;
    background: none;
    display: inline-block;
    color: #668f5a;
    font-size: 20px;
    font-weight: 600;
    line-height: 0;
    height: 24px;
    width: 24px;
    float: left;
    position: relative;
    top: 5px; }
    .design-toolbar .stroke-size button.increase {
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px; }
    .design-toolbar .stroke-size button.decrease {
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px;
      border-left: 0;
      line-height: -10px; }
    .design-toolbar .stroke-size button:active {
      background: rgba(102, 143, 90, 0.2); }
    .design-toolbar .stroke-size button:focus {
      outline: thin dotted; }
    .design-toolbar .stroke-size button:disabled {
      background: #e7edee;
      color: rgba(126, 135, 138, 0.5);
      border-left: 0; }
  .design-toolbar > li.reset {
    padding: 0; }
  .design-toolbar .reset-button {
    display: block;
    border: none;
    width: 50px;
    height: 50px;
    text-indent: 200%;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    background: url(../images/undo.svg) no-repeat 50% 50%;
    -webkit-transition: all 450ms ease;
            transition: all 450ms ease; }
  .design-toolbar li.download {
    border-right: 1px solid #d6e5e1; }
  .design-toolbar .download-button {
    height: 47px;
    border: 0;
    background: #fff;
    padding: 13px 10px 14px 30px;
    position: relative;
    outline: none; }
    .design-toolbar .download-button:hover {
      background: white; }
    .design-toolbar .download-button span {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0px;
      margin-top: 10px;
      margin-left: 5px; }
    .design-toolbar .download-button svg * {
      fill: #668f5a; }

.design-toolbar.single {
  border: none;
  float: left;
  border-right: 1px solid #d6e5e1;
  border-radius: 0;
  padding-right: 0; }
  .design-toolbar.single li label {
    background: #fff;
    color: #668f5a; }
    .design-toolbar.single li label:after {
      border-top-color: #fff; }
    .design-toolbar.single li label:before {
      border-top-color: transparent; }

.toolbar-wrapper {
  border-bottom: 1px solid #d6e5e1; }

.toolbar-wrapper .icon-actions {
  float: right;
  margin-right: 15px;
  position: static;
  margin-bottom: 0;
  padding-top: 5px; }
  .toolbar-wrapper .icon-actions > li {
    margin-left: 15px; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .toolbar-wrapper .icon-actions {
      float: none;
      text-align: center; }
      .toolbar-wrapper .icon-actions > li {
        margin: 0 10px;
        float: none;
        display: inline-block; } }

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px; }

.design-toolbar .thick-stroke .sp-preview-inner:after, .design-toolbar .thin-stroke .sp-preview-inner:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
  background: #fff; }

.design-toolbar .thin-stroke .sp-preview-inner:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 1px;
  left: 1px;
  background: #fff; }

.design-toolbar .custom-select {
  border: none;
  margin-top: 8px; }
  .design-toolbar .custom-select select {
    outline: none;
    display: block; }

.sp-container {
  margin-top: 10px !important; }

.icon-actions {
  margin: 0;
  margin-bottom: 10px;
  position: absolute;
  right: 10px;
  top: -5px; }
  .icon-actions::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 320px) and (max-width: 767px) {
    .icon-actions {
      position: static;
      float: left;
      width: 100%; } }

.icon-actions > li {
  float: left;
  list-style: none;
  margin-left: 20px; }
  .icon-actions > li:first-child {
    margin-left: 0; }
  @media (min-width: 320px) and (max-width: 767px) {
    .icon-actions > li.collection-select {
      margin-left: 0; }
    .icon-actions > li.clear-selection, .icon-actions > li.show-selected {
      display: none; } }
  .icon-actions > li:last-child {
    float: right; }

.icon-actions .remove button {
  border: 1px solid #c34114;
  color: #95320f;
  background: #fff; }
  .icon-actions .remove button:hover {
    background: white; }

.collection-name::after {
  clear: both;
  content: "";
  display: table; }
.collection-name > h3 {
  float: left; }
.collection-name .has-dropdown {
  float: left;
  margin-left: 10px;
  position: relative;
  top: -5px; }

.icon-actions > li > button, .icon-actions > li > a.button, .collection-name .edit > button, .standalone.button {
  background: none;
  color: #668f5a;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 20px;
  border-radius: 20px;
  background: #d6e3d2;
  font-size: 12px;
  transition: all 200ms ease;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
  -ms-transition: All 200ms ease;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
  position: relative;
  letter-spacing: 1px;
  overflow: hidden; }
  .icon-actions > li > button:hover, .icon-actions > li > a.button:hover, .collection-name .edit > button:hover, .standalone.button:hover {
    background: #b9cfb3; }
  .icon-actions > li > button:active, .icon-actions > li > a.button:active, .collection-name .edit > button:active, .standalone.button:active {
    background: #9dbb94; }
  .icon-actions > li > button span, .icon-actions > li > a.button span, .collection-name .edit > button span, .standalone.button span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    padding-left: 6px;
    background: rgba(102, 143, 90, 0.1);
    height: 40px;
    line-height: 45px;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px; }
  .icon-actions > li > button.edit span, .icon-actions > li > button.download span, .icon-actions > li > a.button.edit span, .icon-actions > li > a.button.download span, .collection-name .edit > button.edit span, .collection-name .edit > button.download span, .standalone.button.edit span, .standalone.button.download span {
    padding-top: 2px; }
  .icon-actions > li > button.edit span, .icon-actions > li > a.button.edit span, .collection-name .edit > button.edit span, .standalone.button.edit span {
    padding-top: 0; }
  .icon-actions > li > button.edit, .icon-actions > li > button.download, .icon-actions > li > button.copy, .icon-actions > li > button.reset, .icon-actions > li > button.add, .icon-actions > li > a.button.edit, .icon-actions > li > a.button.download, .icon-actions > li > a.button.copy, .icon-actions > li > a.button.reset, .icon-actions > li > a.button.add, .collection-name .edit > button.edit, .collection-name .edit > button.download, .collection-name .edit > button.copy, .collection-name .edit > button.reset, .collection-name .edit > button.add, .standalone.button.edit, .standalone.button.download, .standalone.button.copy, .standalone.button.reset, .standalone.button.add {
    padding-left: 45px; }
  .icon-actions > li > button.copy span, .icon-actions > li > a.button.copy span, .collection-name .edit > button.copy span, .standalone.button.copy span {
    padding-top: 2px; }
  .icon-actions > li > button.download .loader, .icon-actions > li > a.button.download .loader, .collection-name .edit > button.download .loader, .standalone.button.download .loader {
    position: absolute;
    display: block;
    top: 7px;
    left: 6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #abc5a3;
    border-top: 2px solid #668f5a;
    -webkit-animation: loader .7s linear infinite;
            animation: loader .7s linear infinite; }
  .icon-actions > li > button.download svg, .icon-actions > li > a.button.download svg, .collection-name .edit > button.download svg, .standalone.button.download svg {
    margin-left: -4px; }
  .icon-actions > li > button.add, .icon-actions > li > a.button.add, .collection-name .edit > button.add, .standalone.button.add {
    position: relative; }
  .icon-actions > li > button.add span:before, .icon-actions > li > button.add span:after, .icon-actions > li > a.button.add span:before, .icon-actions > li > a.button.add span:after, .collection-name .edit > button.add span:before, .collection-name .edit > button.add span:after, .standalone.button.add span:before, .standalone.button.add span:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 3px;
    top: 18px;
    left: 12px;
    background: #668f5a; }
  .icon-actions > li > button.add:active span:before, .icon-actions > li > button.add:active span:after, .icon-actions > li > a.button.add:active span:before, .icon-actions > li > a.button.add:active span:after, .collection-name .edit > button.add:active span:before, .collection-name .edit > button.add:active span:after, .standalone.button.add:active span:before, .standalone.button.add:active span:after {
    background: #fff; }
  .icon-actions > li > button.add span:after, .icon-actions > li > a.button.add span:after, .collection-name .edit > button.add span:after, .standalone.button.add span:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.icon-actions > li.show-selected > button, .icon-actions > li.clear-selection > button {
  opacity: 0;
  visibility: hidden; }

.icon-actions > li.show-selected.selected button {
  background: #668f5a;
  color: rgba(255, 255, 255, 0.8); }

.icon-actions.active > li.show-selected > button, .icon-actions.active > li.clear-selection > button {
  opacity: 1;
  visibility: visible; }

.icon-actions .has-dropdown, .collection-name .has-dropdown {
  position: relative; }

.collection-name .has-dropdown {
  opacity: 0;
  visibility: hidden; }

.collection-meta:hover .has-dropdown, .has-dropdown.is-active {
  opacity: 1;
  visibility: visible; }

.actions-dropdown {
  position: absolute;
  z-index: 20;
  top: 50px;
  background: #fff;
  border: 1px solid #b7d1ca;
  margin: 0;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px) scale(0.5);
      -ms-transform: translateY(-30px) scale(0.5);
          transform: translateY(-30px) scale(0.5);
  -webkit-transition: all 250ms ease-in-out;
          transition: all 250ms ease-in-out; }
  .actions-dropdown li {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #d6e5e1;
    width: 100%;
    list-style: none; }
    .actions-dropdown li:last-child {
      border: none; }
    .actions-dropdown li a {
      display: block;
      font-size: 14px; }
    .actions-dropdown li:hover {
      background: rgba(102, 143, 90, 0.07); }

.actions-dropdown:after, .actions-dropdown:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.actions-dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 7px;
  margin-left: -7px; }

.actions-dropdown:before {
  border-color: rgba(183, 209, 202, 0);
  border-bottom-color: #b7d1ca;
  border-width: 8px;
  margin-left: -8px; }

.has-dropdown.is-active > .actions-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1); }

.set-meta, .collection-meta {
  margin-bottom: 0px;
  position: relative;
  padding: 0 10px;
  margin-bottom: 10px; }
  .set-meta::after, .collection-meta::after {
    clear: both;
    content: "";
    display: table; }
  .set-meta h3, .collection-meta h3 {
    margin-bottom: 0;
    font-family: "gesta", sans-serif;
    font-style: normal;
    text-transform: uppercase; }

@-webkit-keyframes bounce-1 {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    opacity: .3; }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 1; } }

@keyframes bounce-1 {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    opacity: .3; }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 1; } }
@-webkit-keyframes bounce-2 {
  0% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: .3; }
  100% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    opacity: 1; } }
@keyframes bounce-2 {
  0% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: .3; }
  100% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    opacity: 1; } }
/* close view animation */
.collection-meta {
  border-bottom: 1px solid #d6e5e1;
  background: #fff;
  min-height: 75px; }

.collection-meta .icon-actions {
  top: 17px;
  right: 10px; }
  @media (min-width: 1399px) {
    .collection-meta .icon-actions {
      right: 0; } }
  .collection-meta .icon-actions svg * {
    fill: #668f5a; }

.collection-meta .wrapper {
  position: relative;
  padding: 20px 0 10px 10px;
  margin: 0 auto !important; }
  @media (min-width: 1399px) {
    .collection-meta .wrapper {
      padding-left: 0; } }

.collection-name h3 {
  display: inline-block;
  float: left;
  position: relative;
  text-transform: none;
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1.125; }

.edit-collection-name {
  display: inline-block;
  position: relative;
  float: left;
  top: -7px; }
  .edit-collection-name button {
    height: 40px;
    padding: 0 20px;
    line-height: 30px;
    margin: 0 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-space: 1px; }
    .edit-collection-name button.save {
      background: #668f5a;
      color: #fff; }
      .edit-collection-name button.save:hover {
        background: #5b7f50; }

.collection-name span {
  width: 100px;
  display: inline-block;
  color: rgba(126, 135, 138, 0.7);
  right: -110px;
  bottom: 2px;
  text-transform: lowercase;
  font-family: "proxima-nova-soft", sans-serif;
  font-size: 18px;
  position: absolute;
  padding-left: 10px;
  border-left: 1px solid #d6e5e1;
  z-index: 3; }

.sub-set {
  margin: 20px 0 10px 10px; }
  .sub-set::after {
    clear: both;
    content: "";
    display: table; }
  .sub-set h4 {
    margin-bottom: 0;
    padding-top: 15px;
    font-family: "gesta", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 18px;
    float: left; }

.collection-actions {
  position: absolute;
  right: 0;
  top: 0; }

.edit-collection .remove {
  padding: 10px;
  text-align: center;
  width: 44px;
  height: 44px;
  border-bottom-left-radius: 5px;
  background: #c34114 url(../images/trashcan.svg) 10px 10px no-repeat;
  position: absolute;
  top: -1px;
  right: -1px;
  text-indent: -99999px;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease; }
  .edit-collection .remove svg * {
    stroke: #fff; }
.edit-collection li:hover .remove {
  opacity: 1; }

#icon-specs-modal .toolbar-wrapper {
  height: 50px; }
  @media (min-width: 320px) and (max-width: 1023px) {
    #icon-specs-modal .toolbar-wrapper {
      height: auto;
      padding-bottom: 10px; }
      #icon-specs-modal .toolbar-wrapper .icon-actions li:last-child {
        float: none; } }
  #icon-specs-modal .toolbar-wrapper .placeholder {
    line-height: 45px;
    padding-left: 20px;
    display: inline-block;
    float: left; }
    @media (min-width: 320px) and (max-width: 1023px) {
      #icon-specs-modal .toolbar-wrapper .placeholder {
        float: none;
        text-align: center;
        padding: 0;
        width: 100%; } }

.button svg * {
  fill: #668f5a; }

.edit svg * {
  fill: #668f5a; }

.dropbox-toggle {
  margin-right: 100px;
  position: relative; }

.dropbox-toggle .overlay-tooltip {
  position: absolute;
  background: #fff;
  z-index: 11;
  border: 1px solid rgba(102, 143, 90, 0.5);
  border-radius: 5px;
  top: 0;
  margin-top: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
  padding: 10px;
  width: 220px; }
  .dropbox-toggle .overlay-tooltip:after, .dropbox-toggle .overlay-tooltip:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .dropbox-toggle .overlay-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 7px;
    margin-left: -7px; }
  .dropbox-toggle .overlay-tooltip:before {
    border-color: rgba(183, 209, 202, 0);
    border-bottom-color: #b7d1ca;
    border-width: 8px;
    margin-left: -8px; }

.dropbox-toggle > span {
  float: left;
  padding-right: 10px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block; }

.dropbox-icon {
  width: 44px;
  height: 44px;
  display: block;
  top: -2px;
  margin-right: 5px;
  position: relative;
  background: url(../images/sync.svg) 0 0 no-repeat; }

@-webkit-keyframes sync {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes sync {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
.can-toggle {
  position: relative; }
  .can-toggle *, .can-toggle *:before, .can-toggle *:after {
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .can-toggle input[type="checkbox"] {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 60px; }
    .can-toggle input[type="checkbox"][disabled] ~ label {
      pointer-events: none; }
      .can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
        opacity: 0.6; }
    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
      content: attr(data-unchecked);
      left: 0; }
    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
      content: attr(data-checked); }
  .can-toggle label {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    cursor: pointer; }
    .can-toggle label .can-toggle__label-text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 32px; }
    .can-toggle label .can-toggle__switch {
      position: relative; }
      .can-toggle label .can-toggle__switch:before {
        content: attr(data-checked);
        position: absolute;
        top: 0;
        text-transform: uppercase;
        text-align: center; }
      .can-toggle label .can-toggle__switch:after {
        content: attr(data-unchecked);
        position: absolute;
        z-index: 5;
        text-transform: uppercase;
        text-align: center;
        background: white;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
  .can-toggle input[type="checkbox"][disabled] ~ label {
    color: rgba(119, 119, 119, 0.5); }
  .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #777; }
    .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
      color: #5e5e5e; }
  .can-toggle input[type="checkbox"]:hover ~ label {
    color: #6a6a6a; }
  .can-toggle input[type="checkbox"]:checked ~ label:hover {
    color: #5f8654; }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #729e65; }
    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
      color: #5b7f50; }
  .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #668f5a; }
    .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
      color: #507046; }
  .can-toggle label {
    cursor: pointer; }
    .can-toggle label .can-toggle__label-text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .can-toggle label .can-toggle__switch {
      -webkit-transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
              transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
      background: #848484; }
      .can-toggle label .can-toggle__switch:before {
        color: rgba(255, 255, 255, 0.5); }
      .can-toggle label .can-toggle__switch:after {
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
        transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
        color: #777; }
  .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(48px, 0, 0);
            transform: translate3d(48px, 0, 0); }
  .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .can-toggle label {
    font-size: 14px; }
    .can-toggle label .can-toggle__switch {
      height: 40px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100px;
         -moz-box-flex: 0;
          -ms-flex: 0 0 100px;
              flex: 0 0 100px;
      border-radius: 20px; }
      .can-toggle label .can-toggle__switch:before {
        left: 50px;
        font-size: 12px;
        line-height: 40px;
        width: 50px;
        padding: 0 12px; }
      .can-toggle label .can-toggle__switch:after {
        top: 2px;
        left: 2px;
        border-radius: 20px;
        width: 48px;
        line-height: 36px;
        font-size: 12px; }
      .can-toggle label .can-toggle__switch:hover:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .can-toggle.dropbox-branding input[type="checkbox"][disabled] ~ label {
    color: rgba(144, 174, 185, 0.5); }
  .can-toggle.dropbox-branding input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.dropbox-branding input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #90aeb9; }
    .can-toggle.dropbox-branding input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.dropbox-branding input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
      color: #7197a5; }
  .can-toggle.dropbox-branding input[type="checkbox"]:hover ~ label {
    color: #80a3af; }
  .can-toggle.dropbox-branding input[type="checkbox"]:checked ~ label:hover {
    color: #1a8ef0; }
  .can-toggle.dropbox-branding input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #40a1f3; }
    .can-toggle.dropbox-branding input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
      color: #1089ef; }
  .can-toggle.dropbox-branding input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.dropbox-branding input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #2895F1; }
    .can-toggle.dropbox-branding input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.dropbox-branding input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
      color: #0e7cd8; }
  .can-toggle.dropbox-branding label {
    cursor: pointer; }
    .can-toggle.dropbox-branding label .can-toggle__label-text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .can-toggle.dropbox-branding label .can-toggle__switch {
      -webkit-transition: background-color 0.3s ease-in-out;
              transition: background-color 0.3s ease-in-out;
      background: #a0b9c3; }
      .can-toggle.dropbox-branding label .can-toggle__switch:before {
        color: rgba(255, 255, 255, 0.7); }
      .can-toggle.dropbox-branding label .can-toggle__switch:after {
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        color: #90aeb9; }
  .can-toggle.default-branding input[type="checkbox"][disabled] ~ label {
    color: rgba(91, 127, 80, 0.5); }
  .can-toggle.default-branding input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.default-branding input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #5b7f50; }
    .can-toggle.default-branding input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.default-branding input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
      color: #45603c; }
  .can-toggle.default-branding input[type="checkbox"]:hover ~ label {
    color: #507046; }
  .can-toggle.default-branding input[type="checkbox"]:checked ~ label:hover {
    color: #6a955e; }
  .can-toggle.default-branding input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #80a874; }
    .can-toggle.default-branding input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
      color: #668f5a; }
  .can-toggle.default-branding input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.default-branding input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #729e65; }
    .can-toggle.default-branding input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.default-branding input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
      color: #5b7f50; }
  .can-toggle.default-branding label {
    cursor: pointer; }
    .can-toggle.default-branding label .can-toggle__label-text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .can-toggle.default-branding label .can-toggle__switch {
      -webkit-transition: background-color 0.3s ease-in-out;
              transition: background-color 0.3s ease-in-out;
      background: #668f5a; }
      .can-toggle.default-branding label .can-toggle__switch:before {
        color: rgba(255, 255, 255, 0.7); }
      .can-toggle.default-branding label .can-toggle__switch:after {
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        color: #5b7f50; }

.empty-state {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/empty.svg) 50% 100% no-repeat; }

.empty-state h4 {
  color: #7e878a; }

#compact-search {
  max-width: 1000px;
  padding-top: 62px;
  background: #fff;
  margin: 0 auto;
  height: 600px;
  border-radius: 5px;
  position: relative; }
  #compact-search .empty-search {
    height: 300px; }
    #compact-search .empty-search h4 {
      margin: 0; }
  #compact-search button.mfp-close {
    right: -60px !important; }
  #compact-search .add.button.standalone {
    position: absolute;
    right: 10px;
    overflow: auto;
    width: 120px; }
    #compact-search .add.button.standalone span {
      border-bottom-left-radius: 26px;
      border-top-left-radius: 26px; }
    #compact-search .add.button.standalone span:before {
      display: none; }
    #compact-search .add.button.standalone span:after {
      background: none;
      width: 18px;
      height: 12px;
      top: 12px;
      border-left: 3px solid #668f5a;
      border-bottom: 3px solid #668f5a;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    #compact-search .add.button.standalone[disabled] {
      opacity: .0; }
  #compact-search .icon-grid {
    height: 525px;
    overflow: auto;
    position: relative;
    padding: 20px;
    top: 2px; }
  #compact-search .icon-grid > li {
    width: calc(100%/6 - 20px); }
    #compact-search .icon-grid > li:nth-child(6n) {
      margin-right: 0; }
    #compact-search .icon-grid > li:nth-child(8n) {
      margin-right: 10px; }

.compact-search-header {
  background: #668f5a;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.compact-search-input {
  width: 500px; }
  .compact-search-input label {
    color: rgba(255, 255, 255, 0.8); }

form.compact-search-input input[type="text"] {
  border-radius: 26px;
  width: 100%;
  background: #5b7f50 !important;
  border: none;
  color: #fff;
  padding-left: 20px;
  padding-right: 40px;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3); }
  form.compact-search-input input[type="text"]:focus, form.compact-search-input input[type="text"]:active {
    border: 1px solid rgba(255, 255, 255, 0.5); }
  form.compact-search-input input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  form.compact-search-input input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.8); }
  form.compact-search-input input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.8); }
  form.compact-search-input input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }

.compact-search-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  float: left;
  height: 43px; }

.checkbox-wrapper {
  float: left;
  width: 250px; }
  .checkbox-wrapper .text-label {
    display: inline-block;
    float: left;
    padding-top: 4px;
    margin-left: 10px; }

.can-toggle.default-branding {
  width: 100px;
  float: left; }

.compact-search-input .search-icon {
  top: 10px;
  border-color: rgba(255, 255, 255, 0.8); }
  .compact-search-input .search-icon:after {
    background: rgba(255, 255, 255, 0.8); }

body.landing {
  background: #fff; }

.landing .intro {
  background: -webkit-linear-gradient(315deg, #649173, #adba87);
  background: linear-gradient(135deg, #649173, #adba87);
  position: fixed;
  z-index: 0;
  border: 0;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  padding-bottom: 30px;
  top: 0; }
  .landing .intro:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    z-index: 1;
    background: url(../images/banner.svg);
    padding-top: 100%;
    width: 100%;
    display: block;
    -webkit-animation: animatedBackground 120s linear infinite;
            animation: animatedBackground 120s linear infinite; }
  .landing .intro .wrapper {
    padding-bottom: 0; }

.landing #site-header.header-narrow {
  background: #668f5a;
  z-index: 30; }

.landing #site-header {
  position: fixed;
  background: transparent;
  border: none; }

.landing #site-nav {
  z-index: 10; }
  .landing #site-nav a {
    color: #fff; }
  .landing #site-nav .selected a {
    background: rgba(255, 255, 255, 0.1); }

@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 100%; } }

@keyframes animatedBackground {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 100%; } }
@-webkit-keyframes animated-gradient {
  0% {
    background-position: 0% 9%; }
  50% {
    background-position: 100% 92%; }
  100% {
    background-position: 0% 9%; } }
@keyframes animated-gradient {
  0% {
    background-position: 0% 9%; }
  50% {
    background-position: 100% 92%; }
  100% {
    background-position: 0% 9%; } }
.intro-text {
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 11; }
  .intro-text h1, .intro-text h2, .intro-text h3 {
    color: #fff; }
  .intro-text h1 {
    margin-bottom: 10px;
    font-size: 64px;
    font-size: 4.57143rem;
    line-height: 1.26563;
    font-family: "gesta", sans-serif;
    font-weight: 800; }
    @media (min-width: 320px) and (max-width: 1023px) {
      .intro-text h1 {
        font-size: 48px;
        font-size: 3.42857rem;
        line-height: 1.125; } }
  .intro-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 1.125; }
    @media (min-width: 320px) and (max-width: 1023px) {
      .intro-text p {
        font-size: 20px;
        font-size: 1.42857rem;
        line-height: 1.35; } }
  .intro-text .button.cta {
    padding: 10px 30px 10px 50px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 33px;
    background: rgba(102, 143, 90, 0.7);
    color: #eff3ee;
    margin-bottom: 10px;
    border: 2px solid #fff;
    position: relative; }
    .intro-text .button.cta:hover {
      background: #668f5a;
      color: #fff; }
    @media (min-width: 320px) and (max-width: 1023px) {
      .intro-text .button.cta {
        font-size: 16px; } }
    .intro-text .button.cta span {
      display: inline-block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 15px;
      left: 20px; }
    .intro-text .button.cta svg * {
      fill: rgba(255, 255, 255, 0.8); }
    @media (min-width: 320px) and (max-width: 767px) {
      .intro-text .button.cta {
        width: 80%;
        margin: 10px auto; } }

.landing #site-header .wrapper {
  padding: 20px; }

.landing-wrapper {
  margin-top: 786px;
  background: #fff;
  position: relative;
  z-index: 11; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .landing-wrapper {
      margin-top: 380px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .landing-wrapper {
      margin-top: 440px; } }

.customization {
  position: relative;
  z-index: 10;
  width: 800px;
  height: 450px;
  margin: 30px auto 0 auto;
  text-align: center; }
  .customization::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .customization {
      display: none; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .customization {
      display: none; } }

.customization .button-group {
  text-align: center; }

.customization .button {
  background: #b9cfb3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-space: 1px; }

.landing.design-toolbar {
  float: none;
  width: 100%;
  border-radius: 0;
  border-top: 0;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .landing.design-toolbar li:first-child {
    border-left: 1px solid #d6e5e1; }
  .landing.design-toolbar li:last-child {
    border-right: 1px solid #d6e5e1; }

.browser {
  width: 800px;
  margin: 0  auto;
  z-index: 12;
  background: #fff;
  border-radius: 5px;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  height: 430px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .browser {
      width: 100%; } }
  .browser .bar {
    height: 25px;
    background: #eeeeee;
    border-bottom: 1px solid #d6e5e1;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .browser .dot {
    width: 7px;
    height: 7px;
    left: 22px;
    display: block;
    background: #b6c3c3;
    position: absolute;
    top: 9px;
    border-radius: 50%; }
    .browser .dot:first-child {
      left: 10px; }
    .browser .dot:last-child {
      left: 35px; }

.developer .browser {
  overflow: hidden; }

.customization-hint {
  margin-bottom: 0; }

.sample-icon-grid {
  margin: 10px 0 0 0;
  -webkit-transition: all 20ms linear;
          transition: all 20ms linear;
  position: absolute;
  width: 100%; }
  .sample-icon-grid::after {
    clear: both;
    content: "";
    display: table; }

.sample-icon-grid li {
  display: block;
  float: left;
  text-align: center;
  width: calc(100% / 5);
  padding: 20px;
  text-align: center;
  verical-align: middle; }
  .sample-icon-grid li:nth-child(5n+1) {
    clear: both; }

.developer .sample-icon-grid {
  margin: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  padding: 0; }

.developer .sample-icon-grid li {
  padding: 10px;
  width: calc(100% /3); }
  .developer .sample-icon-grid li:nth-child(3n+1) {
    clear: both; }
  .developer .sample-icon-grid li:nth-child(5n+1) {
    clear: none; }

.landing .set-grid {
  margin-top: 20px; }

.feature .headline {
  font-family: "gesta", sans-serif;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.35;
  margin-bottom: 20px; }

.feature p {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.6875;
  color: rgba(126, 135, 138, 0.9); }

.feature-wrapper {
  margin-top: 50px; }
  .feature-wrapper::after {
    clear: both;
    content: "";
    display: table; }

.feature-wrapper .feature {
  display: block;
  width: 33.33%;
  padding: 0 30px 0 130px;
  float: left;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 10px 0; }
  .feature-wrapper .feature:nth-child(3n+1) {
    clear: both; }
  .feature-wrapper .feature:nth-child(1) {
    background-image: url(../images/landing/pen-brush.svg); }
  .feature-wrapper .feature:nth-child(2) {
    background-image: url(../images/landing/rocket.svg); }
  .feature-wrapper .feature:nth-child(3) {
    background-image: url(../images/landing/beautiful.svg); }
  .feature-wrapper .feature:nth-child(4) {
    background-image: url(../images/landing/infinity.svg); }
  .feature-wrapper .feature:nth-child(5) {
    background-image: url(../images/landing/organize.svg); }
  .feature-wrapper .feature:nth-child(6) {
    background-image: url(../images/landing/desktop.svg); }
  @media (min-width: 320px) and (max-width: 767px) {
    .feature-wrapper .feature {
      width: 100%;
      float: none;
      padding: 120px 30px 20px 30px;
      background-position: 50% 0; }
      .feature-wrapper .feature h2 {
        text-align: center; } }

.main-cta {
  background: #668f5a;
  padding: 15px 30px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "gesta", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 32px;
  font-weight: 800;
  z-index: 13;
  position: relative; }

.landing .pricing, .payment .pricing {
  text-align: center; }
  .landing .pricing::after, .payment .pricing::after {
    clear: both;
    content: "";
    display: table; }
  .landing .pricing h3, .payment .pricing h3 {
    font-family: "gesta", sans-serif;
    margin-bottom: 0;
    color: #668f5a; }
  .landing .pricing .price-number, .payment .pricing .price-number {
    font-family: "gesta", sans-serif;
    font-size: 64px; }
  .landing .pricing ul, .payment .pricing ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.6875; }
    .landing .pricing ul li:last-child, .payment .pricing ul li:last-child {
      margin: 20px 0 0 0; }
  .landing .pricing .plan, .payment .pricing .plan {
    width: 33.33%;
    padding: 30px;
    float: left;
    position: relative;
    z-index: 0;
    min-height: 430px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .landing .pricing .plan, .payment .pricing .plan {
        width: 100%;
        float: none; } }
    .landing .pricing .plan.free, .payment .pricing .plan.free {
      background: #f6f8f0;
      border-right: 1px solid #b9cfb3;
      border-top: 1px solid #d6e3d2;
      border-bottom: 1px solid #d6e3d2; }
      .landing .pricing .plan.free .price-number, .payment .pricing .plan.free .price-number {
        color: #668f5a; }
      .landing .pricing .plan.free:after, .payment .pricing .plan.free:after {
        background: none !important; }
    .landing .pricing .plan.yearly, .payment .pricing .plan.yearly {
      background: #dbe5c8;
      border-top: 1px solid #b9cfb3;
      border-bottom: 1px solid #b9cfb3; }
      .landing .pricing .plan.yearly .price-number, .payment .pricing .plan.yearly .price-number {
        color: #668f5a; }
    .landing .pricing .plan.lifetime, .payment .pricing .plan.lifetime {
      border: 1px solid #668f5a;
      background: #668f5a; }
      .landing .pricing .plan.lifetime h3, .payment .pricing .plan.lifetime h3 {
        color: rgba(255, 255, 255, 0.8); }
      .landing .pricing .plan.lifetime .price-number, .payment .pricing .plan.lifetime .price-number {
        color: #fff; }
      .landing .pricing .plan.lifetime ul, .payment .pricing .plan.lifetime ul {
        color: rgba(255, 255, 255, 0.7); }
    .landing .pricing .plan h3, .landing .pricing .plan ul, .landing .pricing .plan .price-number, .payment .pricing .plan h3, .payment .pricing .plan ul, .payment .pricing .plan .price-number {
      position: relative;
      z-index: 2; }
    .landing .pricing .plan:after, .payment .pricing .plan:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../images/banner.svg);
      opacity: .15;
      z-index: 1;
      width: 100%;
      height: 100%; }
    .landing .pricing .plan.yearly:after, .payment .pricing .plan.yearly:after {
      opacity: .06; }

.payment #main.wrapper, .static #main.wrapper {
  max-width: 700px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .payment #main.wrapper, .static #main.wrapper {
      max-width: 700px;
      width: 90%; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .payment #main.wrapper, .static #main.wrapper {
      max-width: 90%; } }

.payment .pricing .plan {
  width: 50%;
  position: relative;
  cursor: pointer; }
  @media (min-width: 320px) and (max-width: 767px) {
    .payment .pricing .plan {
      width: 100%; } }
  .payment .pricing .plan ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.6875; }
    .payment .pricing .plan ul li:last-child {
      margin: 0; }
  .payment .pricing .plan.yearly {
    border-left: 1px solid #b9cfb3;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top: 1px solid #b9cfb3;
    border-bottom: 1px solid #b9cfb3; }
    @media (min-width: 320px) and (max-width: 767px) {
      .payment .pricing .plan.yearly {
        border-radius: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; } }
  .payment .pricing .plan.lifetime {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #b9cfb3;
    border-right: 1px solid #b9cfb3; }
    @media (min-width: 320px) and (max-width: 767px) {
      .payment .pricing .plan.lifetime {
        border-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; } }
  .payment .pricing .plan.yearly, .payment .pricing .plan.lifetime {
    background: #dbe5c8;
    border-top: 1px solid #b9cfb3;
    border-bottom: 1px solid #b9cfb3; }
    .payment .pricing .plan.yearly .price-number, .payment .pricing .plan.lifetime .price-number {
      color: #668f5a; }
    .payment .pricing .plan.yearly h3, .payment .pricing .plan.lifetime h3 {
      color: #668f5a; }
    .payment .pricing .plan.yearly ul, .payment .pricing .plan.lifetime ul {
      color: #7e878a; }
    .payment .pricing .plan.yearly.is-active, .payment .pricing .plan.lifetime.is-active {
      background: #668f5a;
      border: 1px solid #668f5a; }
      .payment .pricing .plan.yearly.is-active h3, .payment .pricing .plan.lifetime.is-active h3 {
        color: rgba(255, 255, 255, 0.8); }
      .payment .pricing .plan.yearly.is-active .price-number, .payment .pricing .plan.lifetime.is-active .price-number {
        color: #fff; }
      .payment .pricing .plan.yearly.is-active ul, .payment .pricing .plan.lifetime.is-active ul {
        color: rgba(255, 255, 255, 0.7); }
    .payment .pricing .plan.yearly:after, .payment .pricing .plan.lifetime:after {
      background: none; }

.payment-nav {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6e5e1;
  list-style: none; }
  .payment-nav::after {
    clear: both;
    content: "";
    display: table; }
  .payment-nav li {
    width: 50%; }
    .payment-nav li a {
      color: #7e878a; }
    .payment-nav li a.is-active {
      color: #668f5a;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 1px; }
  .payment-nav li:first-child {
    float: left; }
  .payment-nav li:last-child {
    float: right;
    text-align: right; }

.payment-form .form-fields {
  margin: 0;
  list-style: none; }
  .payment-form .form-fields::after {
    clear: both;
    content: "";
    display: table; }
  .payment-form .form-fields > li {
    margin-bottom: 10px;
    width: 47%;
    float: left; }
    .payment-form .form-fields > li:nth-child(2n) {
      float: right; }
    .payment-form .form-fields > li:nth-child(3n) {
      clear: both; }
    .payment-form .form-fields > li > label, .payment-form .form-fields > li > input[type="text"], .payment-form .form-fields > li > input[type="password"] {
      display: block;
      width: 100%; }

.payment-form .button {
  width: 100%;
  text-align: center;
  margin: 20px auto 20px auto;
  background: #668f5a;
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding: 15px 25px 15px 25px;
  overflow: hidden;
  position: relative;
  border-radius: 5px; }
  .payment-form .button img {
    display: inline-block;
    position: relative;
    top: 3px; }
  .payment-form .button i {
    position: absolute;
    font-style: normal;
    display: block;
    top: 0;
    left: 0;
    padding: 14px 20px;
    font-size: 16px;
    height: 53px;
    background: #729e65;
    border-right: 1px solid #5b7f50; }
  .payment-form .button:hover {
    background: #80a874; }
  .payment-form .button:active {
    background: #507046; }

.successful-message {
  text-align: center; }

.mascot-wrapper {
  position: relative; }

.mascot {
  position: absolute;
  -webkit-perspective: 1000;
          perspective: 1000;
  width: 360px;
  height: 300px;
  left: 140px;
  float: right;
  margin-top: 40px;
  color: rgba(126, 135, 138, 0.8); }

.mascot .elephant {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 300px;
  background: url(../images/premium.svg) 0 0 no-repeat; }

.mascot .eye-movement {
  position: absolute;
  top: 108px;
  left: 154px;
  background: #88c8f3;
  border-bottom: 3px solid #4689b5;
  width: 16px;
  height: 20px;
  border-radius: 25px;
  z-index: 3;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-animation: eye-move 2s cubic-bezier(0.59, 0.05, 0.49, 1) infinite alternate;
          animation: eye-move 2s cubic-bezier(0.59, 0.05, 0.49, 1) infinite alternate; }

.mascot .wing, .mascot .wing2 {
  width: 68px;
  height: 99px;
  position: absolute;
  z-index: 4;
  left: 240px;
  top: 0; }
  .mascot .wing:after, .mascot .wing2:after {
    content: "";
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    display: block;
    width: 68;
    height: 99px;
    -webkit-transform-origin: 40% 100%;
        -ms-transform-origin: 40% 100%;
            transform-origin: 40% 100%;
    background: url(../images/wing2.svg) 0 0 no-repeat;
    -webkit-animation: flap .4s ease-in infinite alternate-reverse;
            animation: flap .4s ease-in infinite alternate-reverse; }

.mascot .wing2 {
  -webkit-transform: rotateY(160deg);
          transform: rotateY(160deg);
  z-index: 2;
  left: 150px;
  top: 10px; }

@-webkit-keyframes flap {
  from {
    -webkit-transform: skewX(0) rotateX(10deg) rotateZ(0);
            transform: skewX(0) rotateX(10deg) rotateZ(0); }
  to {
    -webkit-transform: skewX(-10deg) rotateX(-60deg) rotateZ(20deg);
            transform: skewX(-10deg) rotateX(-60deg) rotateZ(20deg); } }

@keyframes flap {
  from {
    -webkit-transform: skewX(0) rotateX(10deg) rotateZ(0);
            transform: skewX(0) rotateX(10deg) rotateZ(0); }
  to {
    -webkit-transform: skewX(-10deg) rotateX(-60deg) rotateZ(20deg);
            transform: skewX(-10deg) rotateX(-60deg) rotateZ(20deg); } }
@-webkit-keyframes eye-move {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 6px;
    opacity: 0; }
  94% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 6px;
    opacity: 0;
    border: 3px solid transparent; }
  95% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 6px;
    opacity: 1;
    border: 3px solid transparent; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    border-bottom: 3px solid #4689b5; } }
@keyframes eye-move {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 6px;
    opacity: 0; }
  94% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 6px;
    opacity: 0;
    border: 3px solid transparent; }
  95% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 6px;
    opacity: 1;
    border: 3px solid transparent; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    border-bottom: 3px solid #4689b5; } }
.bubble {
  position: relative;
  width: 350px;
  padding: 20px;
  background: #e2f1dd;
  border-radius: 20px;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.6875;
  border: #668f5a solid 1px; }

.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #e2f1dd transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 150px; }

.bubble:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #668f5a transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -16px;
  left: 150px; }

.showcase {
  width: 100%;
  margin: 0 auto; }
  .showcase .item {
    margin: 0;
    padding: 0;
    line-height: 0;
    max-width: 800px; }
    .showcase .item img {
      display: block;
      width: 100%;
      height: auto; }

/*typist*/
.selectedText {
  background: #668f5a;
  color: #fff; }

.type-effect {
  text-align: center;
  padding-top: 25px; }

@-webkit-keyframes blink {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes blink {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
#typist-element:after {
  content: " ";
  display: inline-block;
  height: 40px;
  position: relative;
  top: 10px;
  margin-left: 3px;
  width: 3px;
  background: #668f5a;
  -webkit-animation: blink 1s step-start 0s infinite;
          animation: blink 1s step-start 0s infinite; }

.selectedText {
  display: none; }

.app-section {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d6e5e1;
  background: #f3f3f3; }

.mac-app .app-section {
  border-bottom: 1px solid #d6e5e1; }

.app-section hgroup {
  text-align: center; }
  .app-section hgroup h1 {
    margin-bottom: 20px;
    font-family: "gesta", sans-serif;
    font-size: 4.5em;
    font-weight: bold; }
  .app-section hgroup h5 {
    color: #7e878a; }

.app-info {
  max-width: 800px;
  margin: 0 auto;
  text-align: center; }

.app-wrapper {
  width: 1000px;
  height: 500px;
  position: relative;
  background: url(../images/app-bg.svg) no-repeat top left;
  margin: 20px auto 0 auto; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .app-wrapper {
      width: 420px;
      height: 500px;
      background-position: top right; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .app-wrapper {
      width: 100%;
      height: 500px;
      background-position: 103% 0; } }

.app-download {
  background: #668f5a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding: 15px 30px;
  padding-left: 60px;
  border-radius: 31px; }
  .app-download:hover {
    background: rgba(102, 143, 90, 0.9);
    color: #fff; }
  .app-download span {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 20px;
    top: 12px; }
    .app-download span svg {
      width: 30px;
      height: 30px; }
    .app-download span svg * {
      fill: #f3f7f1; }

.app-icon-grid {
  list-style: none;
  position: absolute;
  top: 143px;
  left: 600px;
  margin: 0;
  padding: 0;
  width: 400px; }
  .app-icon-grid li {
    margin: 15px;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .app-icon-grid li {
        margin: 5px; } }
    .app-icon-grid li.double svg {
      position: absolute;
      top: 0;
      left: 0; }
  .app-icon-grid svg {
    width: 64px;
    height: 64px; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .app-icon-grid {
      top: 143px;
      left: 13px; } }

@media (min-width: 1024px) {
  .drag-1 {
    -webkit-animation: iconDrag1 10s  ease infinite;
            animation: iconDrag1 10s  ease infinite; }

  .drag-2 {
    -webkit-animation: iconDrag2 10s  ease infinite;
            animation: iconDrag2 10s  ease infinite; }

  .drag-3 {
    -webkit-animation: iconDrag3 10s  ease infinite;
            animation: iconDrag3 10s  ease infinite; }

  .drag-4 {
    -webkit-animation: iconDrag4 10s  ease infinite;
            animation: iconDrag4 10s  ease infinite; } }
@-webkit-keyframes iconDrag1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  5% {
    -webkit-transform: translateX(-572px) translateY(-50px);
            transform: translateX(-572px) translateY(-50px); }
  100% {
    -webkit-transform: translateX(-572px) translateY(-50px);
            transform: translateX(-572px) translateY(-50px); } }
@keyframes iconDrag1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  5% {
    -webkit-transform: translateX(-572px) translateY(-50px);
            transform: translateX(-572px) translateY(-50px); }
  100% {
    -webkit-transform: translateX(-572px) translateY(-50px);
            transform: translateX(-572px) translateY(-50px); } }
@-webkit-keyframes iconDrag2 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  8% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  13% {
    -webkit-transform: translateX(-435px) translateY(-50px);
            transform: translateX(-435px) translateY(-50px); }
  100% {
    -webkit-transform: translateX(-435px) translateY(-50px);
            transform: translateX(-435px) translateY(-50px); } }
@keyframes iconDrag2 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  8% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  13% {
    -webkit-transform: translateX(-435px) translateY(-50px);
            transform: translateX(-435px) translateY(-50px); }
  100% {
    -webkit-transform: translateX(-435px) translateY(-50px);
            transform: translateX(-435px) translateY(-50px); } }
@-webkit-keyframes iconDrag3 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  16% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  23% {
    -webkit-transform: translateX(-770px) translateY(130px);
            transform: translateX(-770px) translateY(130px); }
  100% {
    -webkit-transform: translateX(-770px) translateY(130px);
            transform: translateX(-770px) translateY(130px); } }
@keyframes iconDrag3 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  16% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  23% {
    -webkit-transform: translateX(-770px) translateY(130px);
            transform: translateX(-770px) translateY(130px); }
  100% {
    -webkit-transform: translateX(-770px) translateY(130px);
            transform: translateX(-770px) translateY(130px); } }
@-webkit-keyframes iconDrag4 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  26% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  33% {
    -webkit-transform: translateX(-620px) translateY(130px);
            transform: translateX(-620px) translateY(130px); }
  100% {
    -webkit-transform: translateX(-620px) translateY(130px);
            transform: translateX(-620px) translateY(130px); } }
@keyframes iconDrag4 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  26% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  33% {
    -webkit-transform: translateX(-620px) translateY(130px);
            transform: translateX(-620px) translateY(130px); }
  100% {
    -webkit-transform: translateX(-620px) translateY(130px);
            transform: translateX(-620px) translateY(130px); } }
.version {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: rgba(126, 135, 138, 0.8);
  text-align: center; }

.license #main {
  max-width: 800px;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.6875; }

.license-terms {
  margin-left: 1em; }

.blog-post {
  margin-bottom: 60px; }

.blog-post-title {
  text-align: center;
  margin-bottom: 10px; }

.post-meta {
  color: #b3b9bb;
  text-align: center;
  margin-bottom: 30px; }

.full-width {
  width: 100%; }

.blog-pagination {
  margin: 0;
  list-style: none;
  text-align: center; }
  .blog-pagination li {
    display: inline-block;
    margin: 0 5px; }
  .blog-pagination a {
    display: block;
    padding: 5px 15px;
    border-radius: 23px;
    border: 1px solid #d6e5e1;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; }
  .blog-pagination .inactive {
    color: #b9cfb3;
    background: white; }

body.guides {
  background: #fff; }

.faq-section::after {
  clear: both;
  content: "";
  display: table; }

.faq h3 {
  text-align: center; }

.faq #main.wrapper {
  padding-left: 20px;
  padding-right: 20px; }

.faq-section {
  margin-bottom: 2.1em; }

.faq-section dl {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.6875;
  margin: 0;
  padding: 0;
  width: 50%;
  display: block;
  float: left;
  margin-bottom: 2.1em; }
  @media (min-width: 320px) and (max-width: 767px) {
    .faq-section dl {
      float: none;
      width: 100%; } }
  .faq-section dl dd {
    margin: 0;
    padding: 0; }
    .faq-section dl dd p {
      margin: 0; }
  .faq-section dl dt {
    margin-bottom: 1.05em;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 1.35; }
  .faq-section dl:nth-child(2n) {
    padding-right: 20px;
    clear: both; }
    @media (min-width: 320px) and (max-width: 767px) {
      .faq-section dl:nth-child(2n) {
        padding: 0; } }
  .faq-section dl:nth-child(2n+1) {
    padding-left: 20px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .faq-section dl:nth-child(2n+1) {
        padding: 0; } }

.guides #main.wrapper {
  max-width: 900px;
  padding-left: 250px;
  padding-top: 0;
  position: relative;
  padding-top: 20px;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.6875; }
  @media (min-width: 320px) and (max-width: 767px) {
    .guides #main.wrapper {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

.guide-index {
  padding: 10px 20px;
  background: #fff;
  width: 220px;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 110px;
  left: 50%;
  margin-left: -450px;
  border: 1px solid #d6e5e1;
  border-radius: 5px; }
  .guide-index > ul {
    list-style: none;
    margin: 0; }
    .guide-index > ul > ol {
      margin-left: 1.5em;
      margin-bottom: 0; }
  .guide-index a {
    color: #7e878a;
    padding: 5px 0 5px 25px;
    display: block;
    position: relative; }
    .guide-index a:after {
      display: block;
      content: '\2022';
      width: 17px;
      height: 17px;
      line-height: 4px;
      border-radius: 50%;
      border: 2px solid #d6e5e1;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -10px;
      padding-top: 3px;
      padding-left: 4px;
      color: transparent; }
  @media (min-width: 320px) and (max-width: 767px) {
    .guide-index {
      display: none; } }

.guide-index a.active, .guide-index a:hover {
  color: #668f5a; }
  .guide-index a.active:after, .guide-index a:hover:after {
    color: #668f5a;
    border-color: #668f5a; }

.our-zero-four .wrapper {
  width: 700px; }

.illustration-404 {
  background: url(../images/404.svg) no-repeat;
  width: 700px;
  height: 300px;
  margin: 0 auto; }

.message-404 {
  text-align: center; }
  .message-404 h1 {
    font-size: 6em; }

.guide ol {
  margin-left: 1.5em; }
  .guide ol ul {
    margin-left: 1.4em;
    margin-bottom: 2.14286rem; }

.guides article h4 {
  color: #7e878a; }

.px-video-container {
  background: #fff;
  margin: 20px 0;
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(102, 143, 90, 0.5);
  border-radius: 3px; }

@media (min-width: 320px) and (max-width: 767px) {
  .editr {
    height: auto !important; } }
p.editr {
  margin-bottom: 2.2em; }

.tt-hint {
  color: #999; }

.tt-hint {
  background: transparent !important; }

.tt-dropdown-menu {
  width: 300px;
  margin-top: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 9999 !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.tt-suggestion {
  padding: 8px 20px;
  font-size: 14px;
  line-height: 18px; }
  .tt-suggestion p {
    margin-bottom: 0; }

.tt-suggestion + .tt-suggestion {
  font-size: 14px;
  border-top: 1px solid #ccc; }

.tt-suggestions .repo-language {
  float: right;
  font-style: italic; }

.tt-suggestions .repo-name {
  font-size: 20px;
  font-weight: bold; }

.tt-suggestions .repo-description {
  margin: 0; }

.icon-display::after {
  clear: both;
  content: "";
  display: table; }

.filter-panel {
  -webkit-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  width: 220px;
  position: fixed;
  height: 100%;
  overflow: auto;
  top: 160px;
  z-index: 99; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .filter-panel {
      display: none; } }
  .filter-panel h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #7e878a;
    letter-spacing: 1px;
    margin-bottom: 1em; }

.set-dropdown {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #9dbb94;
  background: #fff;
  border-radius: 5px;
  border-radius: 19px; }
  .set-dropdown .selected-set {
    padding: 10px 20px;
    border-radius: 17px;
    display: block;
    background: url(../images/dropdown.svg) 170px 50% no-repeat; }

.set-dropdown .selected-set {
  padding: 5px 20px; }

.set-dropdown .dropdown {
  position: absolute;
  top: 56px;
  display: block;
  width: 200px;
  left: -1px;
  border: 1px solid #b7d1ca;
  margin: 0;
  list-style: none;
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  background: #fff; }
  .set-dropdown .dropdown:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    top: -2px;
    width: 9px;
    height: 9px;
    border-left: 1px solid #b7d1ca;
    border-top: 1px solid #b7d1ca;
    background: #fff;
    z-index: 999; }
  .set-dropdown .dropdown li {
    border-bottom: 1px solid #d6e5e1;
    display: block;
    background: #fff;
    position: relative;
    z-index: 16;
    cursor: pointer; }
    .set-dropdown .dropdown li:first-child {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .set-dropdown .dropdown li:last-child {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .set-dropdown .dropdown li > a {
      padding: 15px 15px 15px 55px;
      display: block; }
    .set-dropdown .dropdown li:hover {
      background: rgba(102, 143, 90, 0.1); }
    .set-dropdown .dropdown li:last-child {
      border: none; }
    .set-dropdown .dropdown li span {
      position: absolute;
      z-index: 15;
      top: 5px;
      left: 5px;
      display: block;
      width: 45px;
      height: 45px; }
      .set-dropdown .dropdown li span svg {
        width: 45px;
        height: 45px; }
    .set-dropdown .dropdown li.any span {
      width: 32px;
      height: 32px;
      top: 12px;
      left: 12px; }
      .set-dropdown .dropdown li.any span svg {
        width: 32px;
        height: 32px; }
    .set-dropdown .dropdown li.nimble span {
      width: 24px;
      height: 24px;
      top: 18px;
      left: 13px; }
    .set-dropdown .dropdown li.nimble svg {
      width: 24px;
      height: 24px; }
    .set-dropdown .dropdown li.glyph span {
      width: 30px;
      height: 30px;
      top: 14px;
      left: 10px; }
    .set-dropdown .dropdown li.glyph svg {
      width: 30px;
      height: 30px; }
    .set-dropdown .dropdown li.super span {
      width: 16px;
      height: 16px;
      top: 18px;
      left: 18px; }
    .set-dropdown .dropdown li.super svg {
      width: 16px;
      height: 16px; }

.set-dropdown.is-active, .sticky .set-dropdown.is-active {
  border-color: #668f5a; }
  .set-dropdown.is-active .selected-set, .sticky .set-dropdown.is-active .selected-set {
    background-color: #668f5a;
    color: #fff; }

.set-dropdown.is-active .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.has-filter .set-dropdown {
  margin-bottom: 40px; }

.search .search-meta {
  border-bottom: 1px solid transparent;
  will-change: all;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 12;
  border-bottom: 1px solid #d6e5e1;
  background: #fff; }

.filter-panel {
  top: 82px; }

.sticky.filter-panel {
  top: 4px; }

.sticky.search-meta {
  top: 0;
  background: #fff;
  border-color: #d6e5e1;
  width: 100%;
  position: fixed;
  z-index: 12;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
  .sticky.search-meta h4, .sticky.search-meta .set-name, .sticky.search-meta .set-info {
    opacity: 0;
    visibility: hidden; }

.search-meta-wrapper {
  max-width: 1360px;
  padding: 20px 0;
  height: 72px;
  margin: 0 auto;
  position: relative; }
  .search-meta-wrapper .set-name, .search-meta-wrapper .set-info {
    display: inline-block; }
  .search-meta-wrapper .set-name {
    color: #668f5a; }
  .search-meta-wrapper .set-info {
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 16px; }

.search-meta .icon-actions {
  top: 15px;
  right: 0; }

body.search #main {
  padding-top: 0; }

body.has-filter .icon-grid {
  top: -10px; }

.icon-actions li.customize > button {
  width: 200px;
  background: #668f5a;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  padding-left: 30px; }
  .icon-actions li.customize > button:hover {
    color: #fff;
    background: #80a874; }
  .icon-actions li.customize > button span {
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 24px;
    height: 24px; }
    .icon-actions li.customize > button span svg * {
      fill: rgba(255, 255, 255, 0.8); }

.selection button {
  cursor: pointer;
  padding-left: 0 !important;
  min-width: 140px; }
  .selection button::after {
    clear: both;
    content: "";
    display: table; }
  .selection button .selection-no {
    display: inline-block;
    position: static;
    float: left;
    width: auto !important;
    padding: 0 15px;
    line-height: 40px !important;
    margin-right: 15px; }
  .selection button.empty {
    padding: 0 20px !important; }
  .selection button.empty span {
    display: none; }
  .selection button i {
    float: left;
    display: inline-block;
    font-style: normal; }
  .selection button.empty i {
    float: none; }

.customize .dropdown, .selection .dropdown {
  left: 0;
  top: 55px;
  z-index: 22;
  border-radius: 5px;
  position: absolute;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #b7d1ca;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease-in;
          transition: all 200ms ease-in; }
  .customize .dropdown p, .selection .dropdown p {
    margin-bottom: 0;
    padding: 10px;
    text-align: center; }
  .customize .dropdown ul, .selection .dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .customize .dropdown li, .selection .dropdown li {
    padding: 7px 15px;
    border-top: 1px solid #d6e5e1;
    cursor: pointer;
    position: relative;
    z-index: 24; }
    .customize .dropdown li:first-child, .selection .dropdown li:first-child {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .customize .dropdown li:last-child, .selection .dropdown li:last-child {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .customize .dropdown li:hover, .selection .dropdown li:hover {
      background: #f3f7f1;
      color: #668f5a; }
  .customize .dropdown:after, .selection .dropdown:after {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 23;
    -webkit-transform: rotate(45deg) translateY(-7px);
        -ms-transform: rotate(45deg) translateY(-7px);
            transform: rotate(45deg) translateY(-7px);
    border-left: 1px solid #b7d1ca;
    border-top: 1px solid #b7d1ca;
    left: 50%;
    margin-left: -5px; }

.category-info::after {
  clear: both;
  content: "";
  display: table; }

.category-show {
  display: inline-block;
  float: right;
  margin-right: 10px;
  border: 1px solid #d6e5e1;
  text-transform: uppercase;
  padding: 2px 15px 0 15px;
  padding-right: 35px;
  position: relative;
  color: rgba(102, 143, 90, 0.8); }
  .category-show:active {
    color: #668f5a;
    background: rgba(102, 143, 90, 0.1); }
  .category-show span {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 5px;
    top: 5px; }
    .category-show span:before, .category-show span:after {
      content: '';
      display: block;
      width: 12px;
      height: 2px;
      position: absolute;
      background: #668f5a;
      right: 10px;
      top: 10px;
      -webkit-transition: all 150ms ease;
              transition: all 150ms ease;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
    .category-show span:before {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .category-show.loading span:before {
    -webkit-animation: showLoader1 1.5s ease-in infinite;
            animation: showLoader1 1.5s ease-in infinite; }
  .category-show.loading span:after {
    -webkit-animation: showLoader2 1.5s ease-in infinite;
            animation: showLoader2 1.5s ease-in infinite; }
  .category-show.is-expanded {
    background: rgba(102, 143, 90, 0.2);
    border-color: rgba(102, 143, 90, 0.4); }
    .category-show.is-expanded span:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .category-show.is-expanded span:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

@-webkit-keyframes showLoader1 {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  to {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

@keyframes showLoader1 {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  to {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }
@-webkit-keyframes showLoader2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes showLoader2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/** close category-show **/
.category-name {
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block;
  float: left; }

.customize.is-active .dropdown, .selection.is-active .dropdown {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible; }

.customize .dropdown {
  width: 200px; }

.selection .dropdown li:first-child {
  border-top: none; }

.customize .dropdown li {
  font-weight: 600;
  color: #668f5a; }

.customize .dropdown .a-collection {
  padding-right: 40px;
  position: relative;
  /* close button*/ }
  .customize .dropdown .a-collection button:not(.create-collection-button) {
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: absolute;
    right: 15px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #668f5a;
    text-indent: -9999px;
    text-transform: uppercase;
    top: 7px;
    background: #e4ede2;
    border: 1px solid rgba(102, 143, 90, 0.6);
    outline: none;
    padding: 0;
    cursor: pointer; }
    .customize .dropdown .a-collection button:not(.create-collection-button) span {
      display: block;
      position: relative;
      -webkit-transition: all 150ms ease-in-out;
              transition: all 150ms ease-in-out; }
      .customize .dropdown .a-collection button:not(.create-collection-button) span:after {
        display: block;
        content: "";
        position: absolute;
        left: 50%;
        top: 1px;
        width: 2px;
        height: 12px;
        background: #668f5a;
        margin-left: -1px; }
      .customize .dropdown .a-collection button:not(.create-collection-button) span:before {
        display: block;
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -6px;
        top: 50%;
        width: 12px;
        height: 2px;
        background: #668f5a;
        margin-top: -1px; }
    .customize .dropdown .a-collection button:not(.create-collection-button):hover {
      background: #b9cfb3; }
  .customize .dropdown .a-collection.added button:not(.create-collection-button) span {
    width: 12px;
    height: 8px;
    border-left: 3px solid #668f5a;
    border-bottom: 3px solid #668f5a;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 8px;
    top: -2px; }
    .customize .dropdown .a-collection.added button:not(.create-collection-button) span:before, .customize .dropdown .a-collection.added button:not(.create-collection-button) span:after {
      opacity: 0;
      visibility: hidden; }

.customize .dropdown .create-collection-button {
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
  background: rbga(#668f5a, 0.2); }

.customize .dropdown .create-collection-input {
  padding: 10px;
  border: 1px solid rgba(102, 143, 90, 0.5);
  margin-bottom: 10px;
  margin-top: 5px;
  border-radius: 5px;
  width: 100%; }
  .customize .dropdown .create-collection-input::-webkit-input-placeholder {
    color: rgba(126, 135, 138, 0.7); }
  .customize .dropdown .create-collection-input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(126, 135, 138, 0.7); }
  .customize .dropdown .create-collection-input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(126, 135, 138, 0.7); }
  .customize .dropdown .create-collection-input:-ms-input-placeholder {
    color: rgba(126, 135, 138, 0.7); }

.search-meta {
  padding: 0 10px;
  position: relative; }
  .search-meta::after {
    clear: both;
    content: "";
    display: table; }

.search-meta h4 {
  margin-bottom: 0;
  color: #7e878a; }

.tour, .premium-notice {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  height: 200px;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  display: block;
  transition: all 0.7s ease;
  -webkit-transition: All 0.7s ease;
  -moz-transition: All 0.7s ease;
  -o-transition: All 0.7s ease;
  -ms-transition: All 0.7s ease; }
  .tour h3, .premium-notice h3 {
    line-height: 150%; }

.tour.hide, .hide.premium-notice {
  opacity: 0;
  height: 0;
  visibility: hidden;
  padding: 0;
  text-align: center; }

.premium-notice {
  width: 100%;
  padding: 20px;
  height: auto;
  border-radius: 5px;
  margin-bottom: 40px;
  background: #d6e3d2; }
  .premium-notice h4 {
    font-size: 18px;
    line-height: 180%; }
  .premium-notice button.button {
    margin-right: 20px; }

.premium-notice.hide {
  overflow: hidden;
  opacity: 0;
  height: 0;
  visibility: hidden;
  margin: 0; }

#upload-set {
  text-align: center; }

#drop {
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid rgba(102, 143, 90, 0.5);
  margin-bottom: 40px;
  background: #fff; }
  #drop.active {
    background: #668f5a;
    color: white; }
  #drop p {
    margin-bottom: 0; }

#mega-search ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7); }
#mega-search :-moz-placeholder {
  color: rgba(255, 255, 255, 0.7); }
#mega-search ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7); }
#mega-search :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7); }
#mega-search input:focus::-webkit-input-placeholder {
  color: transparent !important; }
#mega-search input:focus::-moz-placeholder {
  color: transparent !important; }
#mega-search input:focus:-moz-placeholder {
  color: transparent !important; }

.collection-list ::-webkit-input-placeholder {
  color: rgba(102, 143, 90, 0.7); }
.collection-list :-moz-placeholder {
  color: rgba(102, 143, 90, 0.7); }
.collection-list ::-moz-placeholder {
  color: rgba(102, 143, 90, 0.7); }
.collection-list :-ms-input-placeholder {
  color: rgba(102, 143, 90, 0.7); }
.collection-list input:focus::-webkit-input-placeholder {
  color: transparent !important; }
.collection-list input:focus::-moz-placeholder {
  color: transparent !important; }
.collection-list input:focus:-moz-placeholder {
  color: transparent !important; }

#account-info {
  margin: 0 auto;
  border-radius: 5px;
  max-width: 600px;
  border: 1px solid #668f5a;
  padding: 40px;
  background: #fff; }
  #account-info ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #account-info input[type="text"] {
    display: inline-block; }
  #account-info li {
    padding: 10px 0; }
  #account-info label {
    display: block;
    padding-bottom: 10px; }
  #account-info .text-group input {
    margin-right: 10px; }

/** VIEW ICONS **/
.icon-details {
  padding: 20px;
  margin: 10px 20px 20px 20px;
  background: #fff;
  border-radius: 5px; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .icon-details {
      padding: 0; } }
  .icon-details .icon-preview {
    float: left;
    width: calc(30% - 40px);
    padding: 40px;
    margin-right: 40px;
    border-radius: 5px;
    text-align: center; }
    @media (min-width: 320px) and (max-width: 1023px) {
      .icon-details .icon-preview {
        float: none;
        width: 100%; } }
  .icon-details .icon-code {
    float: right;
    width: 30%;
    padding: 20px; }
    @media (min-width: 320px) and (max-width: 1023px) {
      .icon-details .icon-code {
        float: none;
        width: 100%; } }

#icon-specs-modal .button-group {
  margin-left: 30%;
  padding-top: 20px; }

.icon-classes {
  width: 35%;
  float: left; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .icon-classes::after {
      clear: both;
      content: "";
      display: table; } }
  .icon-classes dl {
    margin-bottom: 20px; }
    @media (min-width: 320px) and (max-width: 1023px) {
      .icon-classes dl {
        width: 40%;
        margin-top: 0;
        float: left; }
        .icon-classes dl:last-child {
          float: right; } }
  .icon-classes dt {
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(126, 135, 138, 0.8);
    text-transform: uppercase; }
  .icon-classes dd {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .icon-classes {
      float: none;
      width: 100%; } }

.icon-usage {
  width: 35%;
  float: left; }
  .icon-usage code {
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    background: #f5f6eb;
    border: 1px solid #e3e6c8;
    padding: 5px 5px 3px 5px;
    border-radius: 3px;
    display: block;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.92857; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .icon-usage {
      clear: both;
      float: none;
      width: 100%; } }

.icon-modal, #download-modal {
  border: 2px solid #668f5a;
  border-radius: 7px;
  position: relative;
  background: #FFF;
  width: auto;
  width: 80%;
  max-width: 1000px;
  min-width: 600px;
  margin: 20px auto; }
  .icon-modal .icon-name, #download-modal .icon-name {
    color: #fff;
    text-align: center;
    padding: 15px;
    text-align: center;
    background: #668f5a; }
  .icon-modal .icon-name h3, #download-modal .icon-name h3 {
    color: #fff;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 1.35;
    padding-bottom: 0;
    margin-bottom: 5px; }

#download-modal {
  width: 400px; }

#download-modal ul {
  list-style: none;
  margin: 0 auto;
  display: inline-block;
  padding: 0; }
  #download-modal ul li {
    list-style: none;
    margin-bottom: 20px; }

#download-modal .button.primary {
  width: 100%;
  margin-top: 20px; }

.download-info {
  padding: 20px; }

#download-modal button {
  letter-spacing: 1px; }

.checkbox {
  background-color: #fff;
  display: inline-block;
  margin: 0 0.25em; }
  .checkbox label {
    display: block;
    padding-left: 50px;
    position: relative;
    width: 500px;
    padding-top: 5px;
    cursor: pointer;
    font-weight: 400; }
    .checkbox label:after {
      /*
      This element has a border on the right, and top. By rotating it looks like a check symbol, but the wrong way. That's why I'm flipping it with scaleX(-1)
      */
      -webkit-transform: scaleX(-1) rotate(135deg);
          -ms-transform: scaleX(-1) rotate(135deg);
              transform: scaleX(-1) rotate(135deg);
      /*
      I want to position the symbol using the left top, because when increasing the width and height of an object, it expands from the top left corner as well. That is what makes it looks like it's being drawn.
      */
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left;
      border-right: 4px solid rgba(102, 143, 90, 0.3);
      border-top: 4px solid rgba(102, 143, 90, 0.3);
      content: '';
      display: block;
      height: 20px;
      left: 10px;
      position: absolute;
      top: 19px;
      width: 10px; }
    .checkbox label:before {
      content: '';
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 5px;
      border: 1px solid rgba(102, 143, 90, 0.5);
      top: 0;
      left: 0; }
    .checkbox label:hover:after {
      border-color: rgba(102, 143, 90, 0.4); }
  .checkbox input {
    display: none; }
  .checkbox input:checked + label:after {
    -webkit-animation: check 0.8s;
    animation: check 0.8s;
    border-color: #668f5a; }
  .checkbox input:checked + label {
    color: #668f5a; }
  .checkbox.checkbox-alt label:hover:after {
    -webkit-animation: check 0.8s ease infinite;
    animation: check 0.8s ease infinite; }
  .checkbox.checkbox-alt input:checked + label:after {
    -webkit-animation: none;
    animation: none; }

#premium-modal, #login-modal, .stanalone-signup {
  border: none;
  background: #fff;
  position: relative;
  /* &:after {
    width:250px;
    height:250px;
    position: absolute;
    top:50%;
    left:0;
    content:"";
    background:url(../images/test.svg) no-repeat;
    
  } */
  /* close premium modal, login-modal */ }
  #premium-modal .button, #login-modal .button, .stanalone-signup .button {
    margin: 0 auto 0 auto;
    background: #668f5a;
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding: 15px 25px 15px 95px;
    position: relative; }
    #premium-modal .button span, #login-modal .button span, .stanalone-signup .button span {
      display: inline-block;
      position: absolute;
      top: 16px;
      left: 25px;
      font-weight: 600; }
    #premium-modal .button img, #login-modal .button img, .stanalone-signup .button img {
      display: inline-block; }
    #premium-modal .button:hover, #login-modal .button:hover, .stanalone-signup .button:hover {
      background: #80a874; }
    #premium-modal .button:active, #login-modal .button:active, .stanalone-signup .button:active {
      background: #507046; }
  #premium-modal .premium-headline, #login-modal .premium-headline, .stanalone-signup .premium-headline {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 1.35;
    text-align: center;
    font-weight: 600; }
  #premium-modal .premium-subhead, #login-modal .premium-subhead, .stanalone-signup .premium-subhead {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 1.125;
    text-align: center;
    color: #76897b; }
  #premium-modal .option, #login-modal .option, .stanalone-signup .option {
    width: 50%;
    display: block;
    float: left;
    position: relative;
    padding: 15px 20px;
    border: 1px solid #d6e5e1;
    -webkit-transition: background 350ms ease-in-out;
            transition: background 350ms ease-in-out;
    cursor: pointer; }
    #premium-modal .option form, #login-modal .option form, .stanalone-signup .option form {
      text-align: center; }
    #premium-modal .option h4, #login-modal .option h4, .stanalone-signup .option h4 {
      margin-bottom: 0; }
    #premium-modal .option .price, #login-modal .option .price, .stanalone-signup .option .price {
      color: #7e878a;
      margin-bottom: .5em;
      font-size: 16px;
      font-size: 1.14286rem;
      line-height: 1.6875;
      text-align: left; }
    #premium-modal .option .pricing-content, #login-modal .option .pricing-content, .stanalone-signup .option .pricing-content {
      width: calc(100% - 50px);
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    #premium-modal .option p, #login-modal .option p, .stanalone-signup .option p {
      margin: 0; }
    #premium-modal .option .checkbox, #login-modal .option .checkbox, .stanalone-signup .option .checkbox {
      opacity: 0;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      visibility: hidden;
      border: none;
      position: absolute;
      background: none;
      border: none;
      left: 10px;
      top: 17px;
      width: 50px;
      height: 50px; }
    #premium-modal .option .checkbox label:before, #login-modal .option .checkbox label:before, .stanalone-signup .option .checkbox label:before {
      border-radius: 50%;
      border-color: rgba(255, 255, 255, 0.5); }
    #premium-modal .option .checkbox label:after, #login-modal .option .checkbox label:after, .stanalone-signup .option .checkbox label:after {
      top: 20px; }
    #premium-modal .option.lifetime, #login-modal .option.lifetime, .stanalone-signup .option.lifetime {
      border-right: none;
      border-top-left-radius: 10px; }
    #premium-modal .option.yearly, #login-modal .option.yearly, .stanalone-signup .option.yearly {
      border-top-right-radius: 10px; }
    #premium-modal .option.is-active, #login-modal .option.is-active, .stanalone-signup .option.is-active {
      background: #668f5a;
      border: 1px solid #507046; }
      #premium-modal .option.is-active .checkbox, #login-modal .option.is-active .checkbox, .stanalone-signup .option.is-active .checkbox {
        opacity: 1;
        visibility: visible; }
      #premium-modal .option.is-active h4 a, #premium-modal .option.is-active h4, #login-modal .option.is-active h4 a, #login-modal .option.is-active h4, .stanalone-signup .option.is-active h4 a, .stanalone-signup .option.is-active h4 {
        color: #fff; }
      #premium-modal .option.is-active .price, #login-modal .option.is-active .price, .stanalone-signup .option.is-active .price {
        color: rgba(255, 255, 255, 0.6); }
      #premium-modal .option.is-active p, #login-modal .option.is-active p, .stanalone-signup .option.is-active p {
        color: rgba(255, 255, 255, 0.8); }
      #premium-modal .option.is-active .pricing-content, #login-modal .option.is-active .pricing-content, .stanalone-signup .option.is-active .pricing-content {
        -webkit-transform: translateX(50px);
            -ms-transform: translateX(50px);
                transform: translateX(50px);
        -webkit-transition: all 350ms ease-in-out;
                transition: all 350ms ease-in-out; }
      #premium-modal .option.is-active .checkbox, #login-modal .option.is-active .checkbox, .stanalone-signup .option.is-active .checkbox {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%; }
      #premium-modal .option.is-active .checkbox label:after, #login-modal .option.is-active .checkbox label:after, .stanalone-signup .option.is-active .checkbox label:after {
        -webkit-animation: check 1s;
        animation: check 1s;
        border-color: #fff; }
      #premium-modal .option.is-active .checkbox label, #login-modal .option.is-active .checkbox label, .stanalone-signup .option.is-active .checkbox label {
        color: #fff; }

.form-content {
  text-align: left;
  padding: 20px;
  width: 100%;
  min-height: 310px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d6e5e1;
  border-top: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  margin-bottom: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.form-content h4 {
  color: #7e878a;
  margin-bottom: .5em;
  font-size: 14px;
  text-transform: uppercase; }

.form-content label {
  display: block;
  width: 40%;
  float: left;
  padding-top: 5px; }

.form-content .inline-message {
  padding-left: 40%;
  clear: both;
  margin-bottom: 0; }
  .form-content .inline-message.error {
    color: #c34114; }

.form-content input {
  width: 60%;
  float: left; }

.form-content ul {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left; }

.form-content li {
  list-style: none;
  margin: 20px 0;
  padding: 0; }

.signup-form .notice {
  text-align: center; }

.pass-masking {
  position: relative; }

.pass-masking .switch {
  position: absolute;
  right: 0;
  top: 1px;
  height: 40px;
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
  border-left: 1px solid #d6e5e1; }

.stanalone-signup {
  background: transparent; }

.stanalone-signup .form-content {
  max-width: 600px;
  margin: 0 auto;
  border-top: 1px solid #d6e5e1;
  border-radius: 10px; }
  .stanalone-signup .form-content h3 {
    text-align: center; }
  .stanalone-signup .form-content ul {
    width: 100%;
    float: none; }
  .stanalone-signup .form-content .button {
    padding-left: 25px; }

#login-modal {
  max-width: 500px;
  padding: 0;
  padding-bottom: 20px; }

#login-modal .modal-content {
  border: none;
  padding: 0; }

#login-modal .button {
  padding-left: 25px; }

#login-modal .form-content .mascot {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  width: 250px;
  height: 250px; }

#login-modal .form-content {
  min-height: initial;
  border: none;
  padding: 10px 30px 0 30px;
  margin-bottom: 0; }
  #login-modal .form-content ul {
    float: none;
    width: 100%; }

#login-modal .tabs {
  margin: 0;
  padding: 0;
  list-style: none; }
  #login-modal .tabs::after {
    clear: both;
    content: "";
    display: table; }

#login-modal .tab {
  float: left;
  width: 50%;
  display: block; }
  #login-modal .tab a {
    display: block;
    padding: 20px;
    border: 1px solid #d6e5e1;
    background: rgba(102, 143, 90, 0.1);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; }
  #login-modal .tab.signup a {
    border-right: none;
    border-top-left-radius: 5px; }
  #login-modal .tab.login a {
    border-right: none;
    border-top-right-radius: 5px; }

#login-modal .tab.is-active a {
  background: #fff;
  border-bottom: 1px solid transparent; }

.modal-footer {
  height: 250px;
  background: url(../images/premium.svg) center top no-repeat; }

.modal-content {
  padding: 30px;
  padding-bottom: 10px; }

.forgot-password {
  text-align: center; }
  .forgot-password .forgot-pass {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px; }
  .forgot-password input[type=text] {
    display: inline-block;
    width: 220px; }
  .forgot-password button.forgot-button {
    margin-left: 10px;
    display: inline-block !important;
    padding: 13px 15px !important;
    border-radius: 5px;
    margin-left: 10px !important; }

/*
====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/* 

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
            perspective: 2000px; }
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
            transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s;
            transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transorm: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
            transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

#login-modal button.mfp-close {
  display: none; }

.more-results {
  padding-top: 0; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .more-results {
      padding-left: 20px; } }

.collection-select {
  position: relative; }
  .collection-select::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 320px) and (max-width: 767px) {
    .collection-select {
      float: left !important; } }
  .collection-select .custom-select {
    background: #fff;
    border-radius: 0;
    border-bottom-left-radius: 21px;
    border-top-left-radius: 21px;
    float: left;
    display: inline-block;
    border-color: #668f5a;
    padding-left: 10px; }
    .collection-select .custom-select:after {
      right: 10px; }
    .collection-select .custom-select select {
      padding: 0 10px;
      outline: none;
      display: inline-block;
      height: 38px;
      min-width: 150px;
      background: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .collection-select .button {
    float: left;
    display: inline-block;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 2px 20px;
    height: 40px;
    line-height: 1em;
    border: 1px solid #507046;
    border-left: 0;
    width: 70px; }
    .collection-select .button.added {
      text-indent: -9999px; }
    .collection-select .button span {
      display: block;
      width: 18px;
      height: 12px;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      -webkit-transform: rotate(0deg) scale(2);
          -ms-transform: rotate(0deg) scale(2);
              transform: rotate(0deg) scale(2);
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: all 500ms ease;
              transition: all 500ms ease;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -11px;
      margin-left: -9px;
      opacity: 0; }
    .collection-select .button.added span {
      opacity: 1;
      background: transparent;
      border-radius: 0;
      -webkit-transform: rotate(-45deg) scale(1);
          -ms-transform: rotate(-45deg) scale(1);
              transform: rotate(-45deg) scale(1); }
  .collection-select .overlay-guide {
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 50px;
    background: #fff;
    border: 1px solid rgba(102, 143, 90, 0.5);
    border-radius: 5px;
    padding: 10px 20px;
    z-index: 2;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }
    .collection-select .overlay-guide p {
      margin-bottom: 0;
      line-height: 1.5em; }
    .collection-select .overlay-guide .close-overlay {
      display: inline-block;
      padding: 5px 0; }
    .collection-select .overlay-guide:after, .collection-select .overlay-guide:before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .collection-select .overlay-guide:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #FFF;
      border-width: 7px;
      margin-left: -7px; }
    .collection-select .overlay-guide:before {
      border-color: rgba(183, 209, 202, 0);
      border-bottom-color: #b7d1ca;
      border-width: 8px;
      margin-left: -8px; }

/*# sourceMappingURL=styles.css.map */
#login-modal .tab-content {
    display: none;
}

#login-modal .tab-content.is-active {
    display: block;
}

#mega-search.idle .loader {
    display: none;
}

#remove-selected {
    display: none;
}

#remove-selected.is-active {
    display: inherit;
}

.inline-input {
    display: none;
}

.input-mode .inline-input {
    display: inherit;
}

.input-mode .masking {
    display: none;
}

.input-mode button.edit {
    display: none!important;
}

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

.zoom-gone {
    animation: zoomGone 1s 0s 1  alternate forwards;
}

#search-result-section {
    display: none;
}

#search-result-section.is-active {
    display: block;
}

.icon-grid.in-search li {
    display: none;
}

.icon-grid.in-search li.is-active {
    display: inherit;
}

.icon-grid.in-selected li {
    display: none;
}

.icon-grid.in-selected li.checked {
    display: inherit;
}


.more-result {
    display: none;
}

.more-result.is-active {
    display: block;
}

.icon-grid li {
    transition: all .5s
}

.icon-grid > li img, .icon-grid > li svg {
    max-width: 64px;
    max-height: 64px;
}

.icon-preview svg {
    max-width: 128px;
}

.element-class {
    cursor: pointer;
}

.element-class.active {
    font-weight: bold;
}

#sample-icons svg {
    width: 64px;
    height: 64px;
}

#trigger-download .downloading-state-icon {
    display: none;
}

#trigger-download.downloading .downloading-state-icon {
    display: inherit;
}

#trigger-download.downloading .normal-state-icon {
    display: none;
}


#login-modal .g-recaptcha {
    float: left;
    width: 60%;
}


.typeahead,
.tt-query,
.tt-hint {
    border: none;
}

.tt-suggestion.tt-cursor {
    background-color: #dff6c1;
}

.banana {
    width: 16px;
    height: 16px;
}

.owl {
    width: 48px;
    float: left;
    margin-right: 10px;
}

.msg-with-img {
    display: block;
    margin-left: 58px;
}

.error {
    color: #C34114;
}

.message.error {
    border-left: 3px solid #C34114;
    padding-left: 5px;
}

.message.success {
    border-left: 3px solid #668F5A;
    color: #668F5A;
    padding-left: 5px;
}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

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

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #dff6c1;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

button .butt-label {
  margin-left: -5px;
  margin-top: -10px;
  position: static!important;
  background-color: transparent!important;
}

button.working .butt-label {
  display: none!important;
}

button.working .inline-loader {
  display: block;
}

button .inline-loader {
  display: none;
}

.showcase .item .name {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 3.6em;
    color: #FFF;
    line-height: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 30%;
    padding-bottom: 50%;
    width: 100%;
}

.showcase .item .name span {
    margin-top: 1.8em;
}

.showcase .item:hover .name {
    display: block;
}

.sword {
    width: 64px;
    height: 64px;
}

.loader-text {
    text-align: center;
    font-size: 1.6em;
    margin-top: 80px;
}
.loader-text span {
    line-height: 48px;
    display: block;
}

.on-topbar {
    color: #FFF;
    line-height: 24px;
}

.icon-grid.free-only .locked {
    display: none;
}

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

.set-dropdown span img {
    width: 45px;
    height: 45px;
}

.set-dropdown .dropdown li span {
}


/* Magnific Popup CSS */

.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  top:0;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}




.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
   -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  margin: 0;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  width: 60px;
  height: 60px;
  margin-left:50px;
  
  border:2px solid #fff !important; border-radius: 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:hover {
    background: rgba(102,143,90,.3);
    margin-left:47px;
    }
  



.mfp-arrow:after {
     content:""; display: block; position: absolute;
     width: 19px; height: 19px; border-top:3px solid #fff; border-left:3px solid #fff;
     -ms-transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
     top:19px; left:17px;

  
  }
.mfp-arrow:before {content:""; display: block; position: absolute; width: 25px; height: 3px; background: #fff;top:50%; margin-top:-1px; left:17px;}  

.mfp-arrow.mfp-arrow-right {left:100%; margin-left:-110px; transform: rotate(180deg);}
.mfp-arrow.mfp-arrow-right:hover {margin-left:-107px;}

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

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

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

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

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

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

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

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

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

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

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-close,.mfp-close:active {text-indent: -9999px;position: absolute; top:28px; right:8px; transition: all 250ms ease;}
.mfp-close:after,.mfp-close:before {content:""; background: #fff; display:block; height: 3px; width: 35px; position: absolute;}
.mfp-close:after {transform:rotate(-45deg);top:0;}
.mfp-close:before {transform:rotate(45deg);top:0;}
#premium-modal button.mfp-close {opacity: 1;}
#premium-modal .mfp-close:after, #premium-modal .mfp-close:before, #login-modal  .mfp-close:after, #login-modal  .mfp-close:before {
  background:#668f5a;
}

/***
Spectrum Colorpicker v1.6.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: solid 1px rgba(0,0,0,.3);
    background: white;
    border-radius:3px;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px rgba(0,0,0,.3);
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
   
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #fff;
    border: solid 1px #d6e5e1;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding: 0;
    border-radius:5px;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px solid #d6e5e1;
   padding: 7px 10px;
   margin: 0;
   width: 100%;
   border-radius:5px;
   background:transparent;
   border-radius: 3px;
   color: #6d7f7f;
   margin-bottom:5px;
}
.sp-input:focus,.sp-input:active  {
    border: 1px solid #668f5a;
    outline:none;
    appearance:none;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
   width:100%;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    cursor:pointer;
    display:inline-block;
    *zoom: 1;
    *display: inline;
}
.sp-replacer:hover, .sp-replacer.sp-active {
   
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
    display:none;
}
.sp-preview {
    position:relative;
    width:24px;
    height: 24px;
    margin-right: 7px;
    float:left;
    z-index: 0;
    top:5px;


}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
    margin-top:20px !important ;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background:#668f5a;
  font-size: 12px;
  text-indent:-9999px;
  position:relative;  
  width:40px;
  height:32px;
  border-radius: 16px;
  border:none;
  float:right;
  
}
.sp-container button:active, .sp-container button:focus {outline:thin dotted;}
.sp-container button:active {background:#558347;}
.sp-container button:hover {background:#558347;}
.sp-container button:after {width:14px; height:10px;
 content:"";
 display:block;
 position:absolute;
 top:8px;
 left:13px;
 -ms-transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 border-left:2px solid #fff;
 border-bottom:2px solid #fff;
}


.sp-cancel {
    font-size: 12px;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;
    float:left;
    text-transform:capitalize;
    width:34px;
    height:26px;
    position:relative;
    border:1px solid #668f5a;
    border-radius:16px;
    text-indent:-9999px;
    line-height:0;
    background:url(../images/close.svg) no-repeat 50% 50%;


}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}




.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

@keyframes vex-fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes vex-fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes vex-fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes vex-fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes vex-fadeout {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

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

  100% {
    opacity: 0; } }

@-moz-keyframes vex-fadeout {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-ms-keyframes vex-fadeout {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes vex-fadeout {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }

  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-webkit-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }

  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-moz-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }

  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-ms-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }

  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-o-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }

  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

.vex, .vex *, .vex *:before, .vex *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.vex-overlay {
  background: #000;
  filter: alpha(opacity=40);
  /* IE 5–7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */ }

.vex-overlay {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .vex.vex-closing .vex-overlay {
    animation: vex-fadeout 0.5s;
    -webkit-animation: vex-fadeout 0.5s;
    -moz-animation: vex-fadeout 0.5s;
    -ms-animation: vex-fadeout 0.5s;
    -o-animation: vex-fadeout 0.5s;
    -webkit-backface-visibility: hidden; }

.vex-content {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: #fff; }
  .vex.vex-closing .vex-content {
    animation: vex-fadeout 0.5s;
    -webkit-animation: vex-fadeout 0.5s;
    -moz-animation: vex-fadeout 0.5s;
    -ms-animation: vex-fadeout 0.5s;
    -o-animation: vex-fadeout 0.5s;
    -webkit-backface-visibility: hidden; }

.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7"; }

.vex-dialog-form {
  margin: 0; }

.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-animation: vex-rotation 0.7s linear infinite;
  -moz-animation: vex-rotation 0.7s linear infinite;
  -ms-animation: vex-rotation 0.7s linear infinite;
  -o-animation: vex-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff; }

body.vex-open {
  overflow: hidden; }

@keyframes vex-pulse {
  /* line 136, ../sass/_keyframes.sass */
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }

  /* line 138, ../sass/_keyframes.sass */
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }

  /* line 140, ../sass/_keyframes.sass */
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-webkit-keyframes vex-pulse {
  /* line 136, ../sass/_keyframes.sass */
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }

  /* line 138, ../sass/_keyframes.sass */
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }

  /* line 140, ../sass/_keyframes.sass */
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-moz-keyframes vex-pulse {
  /* line 136, ../sass/_keyframes.sass */
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }

  /* line 138, ../sass/_keyframes.sass */
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }

  /* line 140, ../sass/_keyframes.sass */
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-ms-keyframes vex-pulse {
  /* line 136, ../sass/_keyframes.sass */
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }

  /* line 138, ../sass/_keyframes.sass */
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }

  /* line 140, ../sass/_keyframes.sass */
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-o-keyframes vex-pulse {
  /* line 136, ../sass/_keyframes.sass */
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }

  /* line 138, ../sass/_keyframes.sass */
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }

  /* line 140, ../sass/_keyframes.sass */
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
/* line 11, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain {
  padding-top: 160px;
  padding-bottom: 160px;
}
/* line 15, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-content {

  background: white;
  color: #6d7f7f;
  padding: 20px;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 450px;
  font-size: 1.1em;
  line-height: 1.5em;
  border-radius:5px;
}
/* line 27, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-content h1, .vex.vex-theme-plain .vex-content h2, .vex.vex-theme-plain .vex-content h3, .vex.vex-theme-plain .vex-content h4, .vex.vex-theme-plain .vex-content h5, .vex.vex-theme-plain .vex-content h6, .vex.vex-theme-plain .vex-content p, .vex.vex-theme-plain .vex-content ul, .vex.vex-theme-plain .vex-content li {
  color: inherit;
}
/* line 30, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
/* line 36, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-close:before {
  position: absolute;
  content: "\00D7";
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbbbbb;
  background: transparent;
}
/* line 50, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-close:hover:before, .vex.vex-theme-plain .vex-close:active:before {
  color: #777777;
  background: #e0e0e0;
}
/* line 56, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
  margin-bottom: 0.5em;
}
/* line 59, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
  margin-bottom: 1em;
}
/* line 62, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"] {
  background: #fff;
  width: 100%;
  padding: 0.25em 0.67em;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 0.25em;
  border:1px solid #d6e5e1;
  color:#6d7f7f;
}
/* line 73, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
 border:1px solid #668f5a;
  outline: none;
}
/* line 77, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons {
  *zoom: 1;
}
/* line 38, ../../../.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.0.alpha.20/stylesheets/compass/utilities/general/_clearfix.scss */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}
/* line 80, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  float: right;
  margin: 0 0 0 0.5em;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.75em 2em;
}
/* line 92, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button.vex-last {
  margin-left: 0;
}
/* line 95, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button:focus {
  animation: vex-pulse 1.1s infinite;
  -webkit-animation: vex-pulse 1.1s infinite;
  -moz-animation: vex-pulse 1.1s infinite;
  -ms-animation: vex-pulse 1.1s infinite;
  -o-animation: vex-pulse 1.1s infinite;
  -webkit-backface-visibility: hidden;
  outline: none;
}
@media (max-width: 568px) {
  /* line 95, ../sass/vex-theme-plain.sass */
  .vex.vex-theme-plain .vex-dialog-button:focus {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    -webkit-backface-visibility: hidden;
  }
}
/* line 104, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
  background: #668f5a;
  color: white;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
/* line 108, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
  background: #e0e0e0;
  color: #777777;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

/* line 112, ../sass/vex-theme-plain.sass */
.vex-loading-spinner.vex-theme-plain {
  height: 2.5em;
  width: 2.5em;
}
