@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic,300italic";
html {
  box-sizing: border-box; }

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

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

td,
th {
  padding: 0; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

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

td,
th {
  padding: 0; }

button {
  background: none;
  color: #9DAABB;
  border: 1px solid #9DAABB;
  font-weight: 300;
  border-radius: 3px;
  padding: 15px 35px;
  font-size: 14px;
  position: relative;
  cursor: pointer; }
  button:focus {
    outline: none; }
  button.large {
    padding: 20px 45px;
    font-size: 16px; }
  button.small {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 50px; }
  button:hover {
    color: white;
    background: #9DAABB; }
  button.green {
    border-color: #8BC79A;
    color: #8BC79A; }
    button.green:hover {
      background: #8BC79A;
      color: white; }
  button.white {
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
    font-weight: 400; }
    button.white:hover {
      background: rgba(255, 255, 255, 0.2); }
  button.red {
    border-color: #FF8CA1;
    color: #FF8CA1; }
    button.red:hover {
      background: #FF8CA1;
      color: white; }
  button.primary {
    background: #9DAABB;
    color: #fff;
    border: 1px solid #9DAABB; }
    button.primary.large {
      padding: 20px 45px;
      font-size: 16px; }
    button.primary.small {
      padding: 10px 20px;
      font-size: 12px;
      font-weight: 400; }
    button.primary:hover {
      color: white;
      background: #bbc4d0;
      border-color: #bbc4d0;
      top: -2px; }
    button.primary.green {
      border-color: #8BC79A;
      color: white;
      background: #8BC79A; }
      button.primary.green:hover {
        background: #8BC79A;
        color: white;
        background: #add8b8;
        border-color: #add8b8; }
      button.primary.green:disabled {
        opacity: 0.8;
        background: #9DAABB;
        border-color: #bbc4d0; }
        button.primary.green:disabled:hover {
          top: 0px !important; }
    button.primary.red {
      border-color: #FF8CA1;
      color: white;
      background: #FF8CA1; }
      button.primary.red:hover {
        background: #FF8CA1;
        color: white;
        background: #ffbfcb;
        border-color: #ffbfcb; }

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"], input[type="number"], input[type="password"] {
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #bbc4d0;
  width: 420px;
  height: 45px;
  color: #566373;
  padding-left: 15px;
  font-size: 12px;
  font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
  font-weight: 400;
  background-image: #fff;
  border: 1px solid rgba(108, 124, 144, 0.25);
  border-radius: 3px;
  padding: 0 12px;
  font-size: 12px;
  height: 45px;
  line-height: 45px;
  transition: all .15s ease-in-out; }
  input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus {
    outline: none;
    border: 1px solid rgba(108, 124, 144, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08); }
  input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
    font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #7f90a6 !important;
    line-height: 45px !important; }
  input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
    font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #7f90a6 !important;
    line-height: 45px !important; }
  input[type="text"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder {
    font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #7f90a6 !important;
    line-height: 45px !important; }
  input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
    font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #7f90a6 !important;
    line-height: 45px !important; }

input.slim {
  height: 34px;
  font-size: 12px;
  padding-left: 10px;
  line-height: 24px; }
  input.slim::-webkit-input-placeholder {
    font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: rgba(127, 144, 166, 0.8);
    line-height: 24px; }
  input.slim::-moz-placeholder {
    font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: rgba(127, 144, 166, 0.8);
    line-height: 24px; }
  input.slim:-moz-placeholder {
    font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: rgba(127, 144, 166, 0.8);
    line-height: 24px; }
  input.slim:-ms-input-placeholder {
    font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: rgba(127, 144, 166, 0.8);
    line-height: 24px; }

textarea {
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #bbc4d0;
  width: 420px;
  height: 90px;
  padding: 15px 10px;
  color: #6C7C90;
  padding-left: 15px;
  font-size: 12px;
  font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
  font-weight: 400;
  background-image: linear-gradient(-180deg, white 0%, rgba(245, 248, 250, 0.2) 100%);
  border: 1px solid rgba(184, 195, 209, 0.45);
  border-radius: 3px;
  display: block;
  padding-top: 3px;
  /* margin: 15px auto; */
  padding-left: 15px;
  font-size: 12px;
  height: 45px;
  transition: all .15s ease-in-out; }
  textarea:focus {
    outline: none;
    background: #FEFEFF;
    border: 1px solid #bbc4d0;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08); }

input.valid, textarea.valid, select.valid {
  /*border: 1px solid $green;
  outline: none;
  color: $green; */ }

input.invalid, textarea.invalid, .dropdown.invalid, .dropdown.invalid:focus, select.invalid, input.invalid:focus,
textarea.invalid:focus, select.invalid:focus {
  border: 1px solid #FF8CA1;
  outline: none;
  color: #ff5977;
  background-color: rgba(255, 191, 203, 0.15); }
  input.invalid select, textarea.invalid select, .dropdown.invalid select, .dropdown.invalid:focus select, select.invalid select, input.invalid:focus select,
  textarea.invalid:focus select, select.invalid:focus select {
    color: #ff5977; }
  input.invalid::-webkit-input-placeholder, textarea.invalid::-webkit-input-placeholder, .dropdown.invalid::-webkit-input-placeholder, .dropdown.invalid:focus::-webkit-input-placeholder, select.invalid::-webkit-input-placeholder, input.invalid:focus::-webkit-input-placeholder,
  textarea.invalid:focus::-webkit-input-placeholder, select.invalid:focus::-webkit-input-placeholder {
    color: #ff5977 !important; }
  input.invalid::-moz-placeholder, textarea.invalid::-moz-placeholder, .dropdown.invalid::-moz-placeholder, .dropdown.invalid:focus::-moz-placeholder, select.invalid::-moz-placeholder, input.invalid:focus::-moz-placeholder,
  textarea.invalid:focus::-moz-placeholder, select.invalid:focus::-moz-placeholder {
    color: #ff5977 !important; }
  input.invalid:-moz-placeholder, textarea.invalid:-moz-placeholder, .dropdown.invalid:-moz-placeholder, .dropdown.invalid:focus:-moz-placeholder, select.invalid:-moz-placeholder, input.invalid:focus:-moz-placeholder,
  textarea.invalid:focus:-moz-placeholder, select.invalid:focus:-moz-placeholder {
    color: #ff5977 !important; }
  input.invalid:-ms-input-placeholder, textarea.invalid:-ms-input-placeholder, .dropdown.invalid:-ms-input-placeholder, .dropdown.invalid:focus:-ms-input-placeholder, select.invalid:-ms-input-placeholder, input.invalid:focus:-ms-input-placeholder,
  textarea.invalid:focus:-ms-input-placeholder, select.invalid:focus:-ms-input-placeholder {
    color: #ff5977 !important; }

input.valid, textarea.valid, .dropdown.valid, .dropdown.valid:focus, select.valid, input.valid:focus,
textarea.valid:focus, select.valid:focus {
  border: 1px solid #8BC79A;
  outline: none;
  color: #4d9f61; }
  input.valid select, textarea.valid select, .dropdown.valid select, .dropdown.valid:focus select, select.valid select, input.valid:focus select,
  textarea.valid:focus select, select.valid:focus select {
    color: #4d9f61; }
  input.valid::-webkit-input-placeholder, textarea.valid::-webkit-input-placeholder, .dropdown.valid::-webkit-input-placeholder, .dropdown.valid:focus::-webkit-input-placeholder, select.valid::-webkit-input-placeholder, input.valid:focus::-webkit-input-placeholder,
  textarea.valid:focus::-webkit-input-placeholder, select.valid:focus::-webkit-input-placeholder {
    color: #69b67c !important; }
  input.valid::-moz-placeholder, textarea.valid::-moz-placeholder, .dropdown.valid::-moz-placeholder, .dropdown.valid:focus::-moz-placeholder, select.valid::-moz-placeholder, input.valid:focus::-moz-placeholder,
  textarea.valid:focus::-moz-placeholder, select.valid:focus::-moz-placeholder {
    color: #69b67c !important; }
  input.valid:-moz-placeholder, textarea.valid:-moz-placeholder, .dropdown.valid:-moz-placeholder, .dropdown.valid:focus:-moz-placeholder, select.valid:-moz-placeholder, input.valid:focus:-moz-placeholder,
  textarea.valid:focus:-moz-placeholder, select.valid:focus:-moz-placeholder {
    color: #69b67c !important; }
  input.valid:-ms-input-placeholder, textarea.valid:-ms-input-placeholder, .dropdown.valid:-ms-input-placeholder, .dropdown.valid:focus:-ms-input-placeholder, select.valid:-ms-input-placeholder, input.valid:focus:-ms-input-placeholder,
  textarea.valid:focus:-ms-input-placeholder, select.valid:focus:-ms-input-placeholder {
    color: #69b67c !important; }

.input-wrap {
  display: inline-block;
  position: relative; }
  .input-wrap .inline-label {
    font-size: 16px;
    color: rgba(108, 124, 144, 0.6);
    position: absolute;
    top: 14px;
    left: 12px; }
    .input-wrap .inline-label.right {
      top: 14px;
      right: 12px;
      text-align: right; }

.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 45px;
  border: 1px solid #bbc4d0;
  border-radius: 3px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAARCAYAAADHeGwwAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAedJREFUeNqslM1LlFEUxn/n3Pu+M2pTFFhBURsJKiMIgorctGjXJoL+gTZF0CJo4QRmpRAUghCEZIS0inDTuqBWbqI2gUQgSkIJUZQ6M+/HPW1Hcz6sObt7zn2e597zJVfLY1cQTgEpnTNB5Hfkf97w1bQ0XYxXLoD1AqFDAlEa7GaWbql4cZWvmYXrXvQRmHaAXMHeVGrZNAha0BRnvFd4CEQdEFixwEgp9pRih3qJiTRCcFOIf/WfIlEgjJvaN1PD1PBL8+/qLwzt2H+0D9j7D/VQUWbM5S/qnT4vbKs/L1eSMNgV62PAb4bdjGr2I74L8Rq/79m1b40j5NlHUz8mpmWMpN3UiIRxIXxZH/Ddfl0mvBLIn0uuRxDOtTEfKoQPSvrMbf/7Pb6oxY1hBRs1zQ/UqvS1qEdSzbqHAdso6N++Xm0ErADl4wPxU4FiA4JI1E2oc3ONSPzip+Vm3/98eqDnXkJ8GyRbnxozZicfDD4RsYYE/vK15m2fVGsvv+eFfjEurqmHWe6NW2fOns+b4f1CdWfrHnHcj7PVQyCHgRzwiEyaMHvw2MmmUN8V2lqiKerK4vxUliZbwebkl5swoNaik/3S4nx7gwQLiNzp3b1nJMCwdVvS3t7epF0aGj2BMdMu8s8AICmvH+pKn5AAAAAASUVORK5CYII=") transparent no-repeat 96.5% center, linear-gradient(-180deg, white 0%, rgba(245, 248, 250, 0.5) 100%) #fff no-repeat center;
  background-size: 10px 8px, cover;
  background-repeat: no-repeat, repeat-x;
  background-position: right 15px center, center;
  padding: 1px 0px;
  vertical-align: top;
  cursor: pointer;
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAARCAYAAADHeGwwAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAedJREFUeNqslM1LlFEUxn/n3Pu+M2pTFFhBURsJKiMIgorctGjXJoL+gTZF0CJo4QRmpRAUghCEZIS0inDTuqBWbqI2gUQgSkIJUZQ6M+/HPW1Hcz6sObt7zn2e597zJVfLY1cQTgEpnTNB5Hfkf97w1bQ0XYxXLoD1AqFDAlEa7GaWbql4cZWvmYXrXvQRmHaAXMHeVGrZNAha0BRnvFd4CEQdEFixwEgp9pRih3qJiTRCcFOIf/WfIlEgjJvaN1PD1PBL8+/qLwzt2H+0D9j7D/VQUWbM5S/qnT4vbKs/L1eSMNgV62PAb4bdjGr2I74L8Rq/79m1b40j5NlHUz8mpmWMpN3UiIRxIXxZH/Ddfl0mvBLIn0uuRxDOtTEfKoQPSvrMbf/7Pb6oxY1hBRs1zQ/UqvS1qEdSzbqHAdso6N++Xm0ErADl4wPxU4FiA4JI1E2oc3ONSPzip+Vm3/98eqDnXkJ8GyRbnxozZicfDD4RsYYE/vK15m2fVGsvv+eFfjEurqmHWe6NW2fOns+b4f1CdWfrHnHcj7PVQyCHgRzwiEyaMHvw2MmmUN8V2lqiKerK4vxUliZbwebkl5swoNaik/3S4nx7gwQLiNzp3b1nJMCwdVvS3t7epF0aGj2BMdMu8s8AICmvH+pKn5AAAAAASUVORK5CYII=");
  border: 1px solid rgba(184, 195, 209, 0.45);
  border-radius: 3px;
  display: block;
  /* margin: 15px auto; */
  padding-left: 12px;
  font-size: 12px;
  height: 45px;
  transition: all .15s ease-in-out;
  border: 1px solid rgba(108, 124, 144, 0.25); }
  .dropdown:focus, .dropdown:hover {
    border: 1px solid rgba(108, 124, 144, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(204, 204, 204, 0.27); }
  .dropdown:before {
    border-bottom-style: solid;
    border-top: none; }
  .dropdown:after {
    margin-top: 7px;
    border-top-style: solid;
    border-bottom: none; }

.dropdown select {
  position: relative;
  width: 130%;
  margin: 0;
  margin-top: -2px;
  padding-left: 0px;
  height: 45px;
  line-height: 35px;
  font-size: 12px;
  color: #6C7C90;
  /* Fallback for IE 8 */
  background: #FFF;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  display: inline-block;
  cursor: pointer; }
  .dropdown select:focus {
    z-index: 3;
    width: 100%;
    color: #6C7C90;
    outline: none;
    outline-offset: -2px; }
  .dropdown select > option {
    margin: 3px;
    padding: 6px 8px;
    text-shadow: none;
    background: #FFF;
    border-radius: 3px;
    cursor: pointer; }

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1; }
.lt-ie9 .dropdown-select {
  z-index: -1; }
.lt-ie9 .dropdown-select:focus {
  z-index: 3; }

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px; } }
.close {
  margin: 0 auto; }

.toggle-description {
  line-height: 30px;
  vertical-align: middle;
  padding-left: 3px;
  opacity: 0.8; }

.toggle-description-pre {
  line-height: 30px;
  vertical-align: middle;
  padding-right: 3px;
  opacity: 0.8; }

.toggle {
  position: relative;
  vertical-align: middle;
  width: 60px;
  height: 40px;
  border-radius: 100px;
  background-color: #ddd;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
  display: inline-block;
  cursor: pointer; }
  .toggle.thin {
    zoom: 0.5; }
  .toggle.medium {
    zoom: 0.8; }
  .toggle .check {
    position: absolute !important;
    display: block !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    z-index: 60 !important; }
  .toggle .check:checked ~ .track {
    box-shadow: inset 0 0 0 20px #8BC79A; }
  .toggle .check:checked ~ .switch {
    right: 2px;
    left: 22px;
    transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: .05s, 0s; }
  .toggle .switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 22px;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, .05s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .toggle .track {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    border-radius: 40px; }

.active-toggle-description {
  color: #8BC79A; }

input[type=radio], input[type=checkbox] {
  display: none !important; }

input[type=radio] + a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #aaa;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  top: -1px;
  color: #9DAABB;
  background-color: #fff;
  border: 1px solid rgba(157, 170, 187, 0.5);
  box-shadow: inset 0px 0px 0px 3px white; }

input[type=checkbox] + a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #aaa;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px; }

input[type=radio]:checked + a:before {
  content: "";
  /* Bullet */
  color: #69b67c;
  background-color: rgba(105, 182, 124, 0.8);
  border: 1px solid rgba(105, 182, 124, 0.8);
  box-shadow: inset 0px 0px 0px 3px white; }

input[type=checkbox]:checked + a:before {
  content: "\2714";
  /* Tick */
  color: white;
  background-color: #666;
  text-align: center;
  line-height: 15px;
  text-shadow: 0px 0px 3px #eee; }

.ui-datepicker {
  background-color: #fff;
  border: 1px solid rgba(137, 150, 166, 0.25);
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px;
  color: #566373; }

.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
  color: #566373; }

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #566373;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }

.ui-datepicker .ui-datepicker-header {
  margin: 5px auto 10px;
  text-align: center; }

.ui-datepicker .ui-datepicker-title {
  font-weight: 400;
  font-size: 14px; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  font-family: 'Open Sans';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  /* line-height: 1; */
  margin-top: 2px;
  width: 30px;
  font-size: 30px;
  line-height: 10px; }
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    opacity: 0.5; }

.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left; }

.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right; }

.ui-datepicker .ui-datepicker-prev:before {
  content: "‹"; }

.ui-datepicker .ui-datepicker-next:before {
  content: "›"; }

.ui-datepicker .ui-icon {
  display: none; }

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%; }

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
  font-size: 13px; }

.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out; }

.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: rgba(105, 182, 124, 0.25);
  box-shadow: inset 0px 0px 1px 0px #69b67c;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none; }

.ui-datepicker .ui-datepicker-current-day {
  background-color: #69b67c; }

.ui-datepicker .ui-datepicker-current-day a {
  color: #fff; }

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
  background-color: #fff;
  cursor: default;
  opacity: 0.6; }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

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

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
   █ █ █ █ █ █   █ █         █ █   █ █ █ █ █ █ █   █ █ █ █ █ █ █ █     █ █ █ █ █ █     █ █ █         █ █ █
 █ █             █ █         █ █   █ █                   █ █         █ █         █ █   █ █ █ █     █ █ █ █
 █ █             █ █         █ █   █ █ █ █ █ █ █         █ █         █ █         █ █   █ █   █ █ █ █   █ █
 █ █             █ █         █ █             █ █         █ █         █ █         █ █   █ █     █ █     █ █
   █ █ █ █ █ █     █ █ █ █ █ █     █ █ █ █ █ █ █         █ █           █ █ █ █ █ █     █ █             █ █
*/
@-webkit-keyframes bounceInLight {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  25% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  50% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes bounceInLight, @keyframes bounceInLight {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceInLight {
  -webkit-animation-name: bounceInLight;
  animation-name: bounceInLight; }

@-webkit-keyframes pulseIn {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0; }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; } }
@keyframes pulseIn {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0; }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; } }
.pulseIn {
  -webkit-animation-name: pulseIn;
  animation-name: pulseIn; }

@-webkit-keyframes pulseOut {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  to {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0; } }
@keyframes pulseOut {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  to {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0; } }
.pulseOut {
  -webkit-animation-name: pulseOut;
  animation-name: pulseOut; }

* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: always;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  box-sizing: border-box; }

/*
html, body {
    height: 100% !important;
}
*/
body {
  font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
  background-color: #f9fafb;
  background-image: -webkit-linear-gradient(-90deg, #f9fafb 0%, #f5f8fa 50%);
  background-image: linear-gradient(-180deg,#f9fafb 0%, #f5f8fa 50%);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-size: cover;
  display: table-cell;
  width: 100vw;
  height: 100vh;
  padding: 50px;
  vertical-align: middle; }
  @media only screen and (min-width: 320px) and (max-width: 520px) {
    body {
      background: #fff; } }

#return-url {
  overflow: hidden;
  height: 44px;
  box-sizing: border-box;
  background-color: white;
  position: fixed;
  left: 20px;
  top: 20px;
  border-radius: 3px;
  z-index: 1234;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background: url("/images/hologram.bg.png");
  cursor: pointer;
  transition: all .15s ease-in-out;
  text-align: left;
  font-size: 0px;
  -webkit-animation-duration: 0.35s;
  animation-delay: 0s;
  /*
    padding: 0px 25px;
      height: 50px;
      background-color: white;
      background-image: url(/images.beta/hologram.pattern.cover.png);
      background-size: 1000px auto;
      background-position: left top;
      position: fixed;
      left: 20px;
      top: 20px;
      border-radius: 5px;
      z-index: 1234569;
      border: 1px solid #EBE7E8;
      cursor: pointer;
      font-size: 16px;
      line-height: 50px;
      color: #6C7C90;
      text-decoration: none;
      box-shadow: 0px 0px 3px rgba(0,0,0,.15);*/ }
  @media only screen and (max-width: 520px) {
    #return-url {
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
      background: url("/images/hologram.bg.large.png");
      background-size: 100vw auto;
      width: 100vw;
      bottom: auto;
      right: 0;
      border-radius: 0;
      top: 0px;
      height: 50px;
      line-height: 50px;
      left: auto;
      position: absolute; } }
  #return-url i {
    width: 44px;
    line-height: 44px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: white; }
    @media only screen and (max-width: 520px) {
      #return-url i {
        line-height: 50px; } }
  #return-url span {
    color: #898699;
    font-size: 13px;
    line-height: 44px;
    padding: 0px 12px;
    display: inline-block;
    height: 100%;
    position: relative;
    top: -1px;
    background-color: rgba(255, 255, 255, 0.85);
    background-image: -webkit-linear-gradient(-360deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.5));
    background-image: linear-gradient(90deg,rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.5)); }
    @media only screen and (max-width: 520px) {
      #return-url span {
        line-height: 50px;
        width: calc(100vw - 44px);
        background: rgba(255, 255, 255, 0.8); } }

.fr {
  float: right; }

.fl {
  float: left; }

.card {
  border-radius: 3px;
  background: #FFFFFF;
  padding: 25px 0px;
  margin: 0 auto 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative; }
  @media only screen and (min-width: 320px) and (max-width: 520px) {
    .card {
      margin: 0px;
      box-shadow: none; } }

#alert {
  position: fixed;
  z-index: 99999;
  width: 100vw;
  color: white;
  text-align: center;
  font-size: 20px;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
  display: none;
  padding: 70px 0 40px;
  top: -40px;
  left: 0px; }
  #alert span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    opacity: 0.7; }
  #alert.positive {
    background: #69b67c; }
  #alert.negative {
    background: #ff5977; }
  #alert.animated {
    display: block; }

#checkout_not_found {
  text-align: center; }
  #checkout_not_found h2 {
    color: #6C7C90;
    font-weight: 300; }

@-webkit-keyframes productAdded {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  33% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  66% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes productAdded {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  33% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  66% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.productAdded {
  -webkit-animation-name: productAdded;
  animation-name: productAdded; }

#chec-basket {
  overflow: hidden;
  height: 44px;
  box-sizing: border-box;
  background-color: white;
  position: fixed;
  right: 20px;
  top: 20px;
  border-radius: 3px;
  z-index: 1234;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background: url("/images/hologram.bg.png");
  cursor: pointer;
  transition: all .15s ease-in-out;
  text-align: left;
  font-size: 0;
  -webkit-animation-duration: .35s;
  animation-delay: 0s; }
  #chec-basket span {
    vertical-align: top; }
    #chec-basket span.cart-icon {
      display: inline-block;
      width: 50px;
      height: 100%;
      background: rgba(255, 255, 255, 0);
      text-align: center; }
      #chec-basket span.cart-icon img {
        position: relative;
        top: 12px; }
    #chec-basket span.items {
      background: white;
      color: #898699;
      font-size: 13px;
      line-height: 44px;
      padding: 0 12px;
      display: inline-block;
      height: 100%; }
    #chec-basket span.subtotal {
      color: #898699;
      font-size: 13px;
      line-height: 44px;
      padding: 0 12px;
      display: inline-block;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      background-image: -webkit-linear-gradient(-360deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
      background-image: linear-gradient(90deg,rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }
  #chec-basket:hover {
    box-shadow: 0 1px 40px 1px rgba(0, 0, 0, 0.15); }
  #chec-basket .view-cart {
    background: #8BC79A;
    width: 35%;
    height: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    color: white;
    text-decoration: none;
    display: none; }

@media only screen and (max-width: 520px) {
  #chec-basket {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
    background: url("/images/hologram.bg.large.png");
    background-size: 100vw auto;
    width: 100vw;
    bottom: 0;
    right: 0;
    border-radius: 0;
    top: auto;
    height: 50px; }
    #chec-basket .view-cart {
      display: inline-block; }
    #chec-basket span {
      line-height: 50px !important; }
    #chec-basket .cart-icon img {
      top: 7px; }
    #chec-basket .items {
      width: 30%; }
    #chec-basket .subtotal {
      width: calc(35% - 50px); } }
#product-display {
  /*height: 100vh;*/
  width: 100%;
  max-width: 640px;
  position: relative;
  margin: 0 auto; }
  #product-display .media {
    width: 100%;
    background: white;
    margin: 0 auto;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    font-size: 0px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); }
    #product-display .media iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      box-sizing: content-box;
      margin: 0 auto;
      overflow: hidden;
      text-align: center; }
    #product-display .media img {
      display: block;
      margin: 0 auto;
      vertical-align: middle;
      overflow: hidden; }
    #product-display .media[data-type="video"] {
      box-sizing: content-box;
      padding-bottom: 56.25%; }
    #product-display .media[data-type="image"] {
      box-sizing: content-box; }
    #product-display .media[data-type="rich"] {
      box-sizing: content-box;
      padding-bottom: 100%; }
  #product-display .about {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    width: 100%;
    background: white;
    color: #6C7C90;
    border-radius: 3px;
    margin: 15px auto; }
    #product-display .about h1.product-title {
      color: #566373;
      font-size: 20px;
      margin: .25em auto;
      font-weight: 400;
      text-align: center;
      padding: 35px 35px 0px; }
      #product-display .about h1.product-title .product-price {
        color: #69b67c; }
    #product-display .about h3.by {
      font-size: 16px;
      color: #8996a6;
      font-weight: 300;
      text-align: center;
      margin: 0 auto;
      padding: 0px 35px 35px; }
    #product-display .about hr.divider {
      border: none;
      border-top: 1px solid #9DAABB; }
    #product-display .about .product-description {
      font-size: 14px;
      line-height: 26px;
      padding: 25px 75px;
      background: rgba(108, 124, 144, 0.025);
      border-top: 1px solid rgba(108, 124, 144, 0.1); }
      #product-display .about .product-description h1 {
        font-size: 28px;
        font-weight: 300;
        line-height: 40px;
        margin: 0.25em auto; }
      #product-display .about .product-description h2 {
        font-size: 22px;
        font-weight: 300;
        margin: 0.25em auto;
        line-height: 34px; }
      #product-display .about .product-description a {
        color: #529EC4; }
      #product-display .about .product-description blockquote {
        background: rgba(108, 124, 144, 0.1);
        border-radius: 5px;
        padding: 0px;
        margin: 0;
        margin: 1.5em 10px;
        padding: 0.5em 10px;
        quotes: "“" "”" "‘" "’"; }
        #product-display .about .product-description blockquote:before {
          color: rgba(108, 124, 144, 0.8);
          content: open-quote;
          font-size: 4em;
          line-height: 0.1em;
          margin-right: 0.15em;
          vertical-align: -0.4em; }
        #product-display .about .product-description blockquote p {
          display: inline; }
      #product-display .about .product-description ul, #product-display .about .product-description ol {
        margin: .5em auto;
        counter-reset: item; }
        #product-display .about .product-description ul li, #product-display .about .product-description ol li {
          margin: 0.25em auto; }
          #product-display .about .product-description ul li:before, #product-display .about .product-description ol li:before {
            padding-right: 8px;
            color: #6C7C90;
            font-weight: 600 !important; }
      #product-display .about .product-description ol > li {
        margin: 0;
        padding: 0 0 0 1em;
        text-indent: -2em;
        list-style-type: none;
        counter-increment: item; }
      #product-display .about .product-description ol li:before {
        padding-right: 10px;
        color: #6C7C90;
        font-weight: 600 !important;
        display: inline-block;
        width: 1em;
        padding-right: 0.5em;
        font-weight: bold;
        text-align: right;
        content: counter(item) "."; }
    #product-display .about .go-to-checkout {
      font-size: 14px;
      line-height: 26px;
      padding: 35px 75px;
      text-align: center;
      border-top: 1px solid rgba(108, 124, 144, 0.1); }
      #product-display .about .go-to-checkout button {
        font-size: 16px; }
      #product-display .about .go-to-checkout .fa-lock {
        margin-right: 10px; }
      #product-display .about .go-to-checkout .secured {
        display: block;
        max-width: 250px;
        margin: 0 auto;
        line-height: 20px;
        padding: 15px 0 0;
        opacity: 0.6;
        font-size: 13px; }

#hosted-checkout #checkout, #spaces-inline-checkout #checkout {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 50px 0px;
  width: 100%;
  max-width: 520px; }
  #hosted-checkout #checkout::after, #spaces-inline-checkout #checkout::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 320px) and (max-width: 520px) {
    #hosted-checkout #checkout, #spaces-inline-checkout #checkout {
      padding: 0px; } }
  #hosted-checkout #checkout #canvas, #spaces-inline-checkout #checkout #canvas {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    #hosted-checkout #checkout #canvas:last-child, #spaces-inline-checkout #checkout #canvas:last-child {
      margin-right: 0; }
  #hosted-checkout #checkout .hologram-bar, #spaces-inline-checkout #checkout .hologram-bar {
    border: none;
    background-image: url(/images/hologram.bg.large.png);
    background-size: 600px auto;
    background-position: left top;
    height: 20px;
    width: 100%;
    opacity: 0.8; }
    #hosted-checkout #checkout .hologram-bar.open, #spaces-inline-checkout #checkout .hologram-bar.open {
      margin: -25px auto 0;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    #hosted-checkout #checkout .hologram-bar.close, #spaces-inline-checkout #checkout .hologram-bar.close {
      margin: -0px auto -25px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  #hosted-checkout #checkout .extrafield-radio, #spaces-inline-checkout #checkout .extrafield-radio {
    display: block;
    line-height: 30px;
    color: #6C7C90;
    font-size: 14px; }
  #hosted-checkout #checkout #cart, #spaces-inline-checkout #checkout #cart {
    text-align: center;
    position: relative;
    background: none;
    overflow: visible;
    padding: 0px; }
    #hosted-checkout #checkout #cart #discount, #spaces-inline-checkout #checkout #cart #discount {
      width: 100%;
      font-size: 12px;
      border-top: 1px solid rgba(187, 196, 208, 0.2);
      text-align: left;
      padding: 15px 5px 20px;
      background: white;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      #hosted-checkout #checkout #cart #discount a, #spaces-inline-checkout #checkout #cart #discount a {
        color: #78b3d1;
        border-bottom: 2px solid rgba(187, 196, 208, 0.2);
        cursor: pointer;
        margin-left: 30px; }
      #hosted-checkout #checkout #cart #discount .discount-wrapper, #spaces-inline-checkout #checkout #cart #discount .discount-wrapper {
        position: relative;
        text-align: center;
        display: none;
        padding: 0px 30px; }
        #hosted-checkout #checkout #cart #discount .discount-wrapper input, #spaces-inline-checkout #checkout #cart #discount .discount-wrapper input {
          margin: 0 auto;
          width: 100%;
          padding-left: 15px; }
        #hosted-checkout #checkout #cart #discount .discount-wrapper span, #spaces-inline-checkout #checkout #cart #discount .discount-wrapper span {
          position: absolute;
          left: 35px;
          top: 16px;
          font-size: 14px;
          color: #9DAABB;
          display: none; }
        #hosted-checkout #checkout #cart #discount .discount-wrapper .apply, #spaces-inline-checkout #checkout #cart #discount .discount-wrapper .apply {
          position: absolute;
          top: 12px;
          right: 40px;
          color: white;
          background: #9DAABB;
          font-size: 10px;
          text-transform: uppercase;
          font-weight: 500;
          padding: 5px 8px; }
          #hosted-checkout #checkout #cart #discount .discount-wrapper .apply:hover, #spaces-inline-checkout #checkout #cart #discount .discount-wrapper .apply:hover {
            background: #8BC79A;
            border-color: #69b67c; }
    #hosted-checkout #checkout #cart .ordering, #spaces-inline-checkout #checkout #cart .ordering {
      position: relative;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      #hosted-checkout #checkout #cart .ordering.paypal-live, #spaces-inline-checkout #checkout #cart .ordering.paypal-live {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; }
        #hosted-checkout #checkout #cart .ordering.paypal-live #discount, #spaces-inline-checkout #checkout #cart .ordering.paypal-live #discount {
          border-bottom-left-radius: 3px !important;
          border-bottom-right-radius: 3px !important; }
      #hosted-checkout #checkout #cart .ordering #discount, #spaces-inline-checkout #checkout #cart .ordering #discount {
        border-bottom-left-radius: 3px !important;
        border-bottom-right-radius: 3px !important; }
      #hosted-checkout #checkout #cart .ordering .padlock, #spaces-inline-checkout #checkout #cart .ordering .padlock {
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
        z-index: 20;
        color: rgba(0, 0, 0, 0.25); }
      #hosted-checkout #checkout #cart .ordering .banner, #spaces-inline-checkout #checkout #cart .ordering .banner {
        position: relative;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
        #hosted-checkout #checkout #cart .ordering .banner img.logo, #spaces-inline-checkout #checkout #cart .ordering .banner img.logo {
          width: 80px;
          margin-top: -45px; }
          #hosted-checkout #checkout #cart .ordering .banner img.logo.circle, #spaces-inline-checkout #checkout #cart .ordering .banner img.logo.circle {
            border-radius: 155px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
          #hosted-checkout #checkout #cart .ordering .banner img.logo.squared, #spaces-inline-checkout #checkout #cart .ordering .banner img.logo.squared {
            border-radius: 3px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
        #hosted-checkout #checkout #cart .ordering .banner.cover, #spaces-inline-checkout #checkout #cart .ordering .banner.cover {
          background-size: cover;
          background-position: center;
          background-color: white !important;
          height: 165px;
          position: relative;
          padding-top: 40px; }
          #hosted-checkout #checkout #cart .ordering .banner.cover.logo img.logo, #spaces-inline-checkout #checkout #cart .ordering .banner.cover.logo img.logo {
            margin-top: -0px; }
          #hosted-checkout #checkout #cart .ordering .banner.cover.logo img.padlock, #spaces-inline-checkout #checkout #cart .ordering .banner.cover.logo img.padlock {
            position: absolute;
            left: auto;
            right: 10px !important;
            top: -10px !important;
            margin: 0 !important; }
      #hosted-checkout #checkout #cart .ordering .line-item, #spaces-inline-checkout #checkout #cart .ordering .line-item {
        text-align: left;
        color: #6C7C90;
        font-size: 14px;
        padding: 15px 0px 0px;
        vertical-align: top;
        background: white !important;
        line-height: 30px; }
        #hosted-checkout #checkout #cart .ordering .line-item .name-quantity-price, #spaces-inline-checkout #checkout #cart .ordering .line-item .name-quantity-price {
          padding: 0px 35px; }
        #hosted-checkout #checkout #cart .ordering .line-item + .line-item, #spaces-inline-checkout #checkout #cart .ordering .line-item + .line-item {
          border-top: 1px solid rgba(137, 150, 166, 0.13); }
        #hosted-checkout #checkout #cart .ordering .line-item:first-of-type, #spaces-inline-checkout #checkout #cart .ordering .line-item:first-of-type {
          border-top-left-radius: 3px;
          border-top-left-radius: 3px; }
        #hosted-checkout #checkout #cart .ordering .line-item:last-of-type, #spaces-inline-checkout #checkout #cart .ordering .line-item:last-of-type {
          border-bottom-left-radius: 3px;
          border-bottom-right-radius: 3px; }
        #hosted-checkout #checkout #cart .ordering .line-item .product-image-wrap, #spaces-inline-checkout #checkout #cart .ordering .line-item .product-image-wrap {
          width: 48px;
          display: block;
          float: left;
          margin-right: 12px;
          position: relative;
          bottom: -6px; }
          #hosted-checkout #checkout #cart .ordering .line-item .product-image-wrap img, #spaces-inline-checkout #checkout #cart .ordering .line-item .product-image-wrap img {
            width: 100%;
            border-radius: 3px;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); }
        #hosted-checkout #checkout #cart .ordering .line-item .name, #spaces-inline-checkout #checkout #cart .ordering .line-item .name {
          display: inline-block;
          width: 73%;
          vertical-align: top;
          font-weight: 400;
          font-size: 14px; }
          #hosted-checkout #checkout #cart .ordering .line-item .name .type, #spaces-inline-checkout #checkout #cart .ordering .line-item .name .type {
            border: 1px solid #8BC79A;
            font-style: normal;
            font-size: 10px;
            padding: 2px 6px;
            color: #69b67c;
            position: relative;
            top: -1px;
            border-radius: 3px; }
        #hosted-checkout #checkout #cart .ordering .line-item .quantity, #spaces-inline-checkout #checkout #cart .ordering .line-item .quantity {
          top: -2px;
          position: relative;
          display: inline-block;
          width: 7%;
          overflow: hidden;
          min-width: 30px; }
          #hosted-checkout #checkout #cart .ordering .line-item .quantity input, #spaces-inline-checkout #checkout #cart .ordering .line-item .quantity input {
            width: 30px;
            height: 25px;
            padding: 0px;
            margin: 0;
            padding: 0 5px;
            text-align: center;
            border-radius: 3px;
            background-image: linear-gradient(-180deg, white 0%, rgba(245, 248, 250, 0.2) 100%);
            border: 1px solid rgba(184, 195, 209, 0.45);
            box-shadow: 0px 1px 2px 0px rgba(204, 204, 204, 0.27);
            border-radius: 3px;
            color: #6d7782;
            font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
            font-weight: 400;
            box-sizing: border-box; }
            #hosted-checkout #checkout #cart .ordering .line-item .quantity input:-webkit-autofill, #spaces-inline-checkout #checkout #cart .ordering .line-item .quantity input:-webkit-autofill {
              background-color: #fff !important; }
            #hosted-checkout #checkout #cart .ordering .line-item .quantity input:focus, #spaces-inline-checkout #checkout #cart .ordering .line-item .quantity input:focus {
              outline: none;
              background: #fefeff;
              box-shadow: none; }
            #hosted-checkout #checkout #cart .ordering .line-item .quantity input::-webkit-input-placeholder, #spaces-inline-checkout #checkout #cart .ordering .line-item .quantity input::-webkit-input-placeholder {
              font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
              font-weight: 400;
              color: #9DAABB;
              line-height: normal; }
            #hosted-checkout #checkout #cart .ordering .line-item .quantity input::-moz-placeholder, #spaces-inline-checkout #checkout #cart .ordering .line-item .quantity input::-moz-placeholder {
              font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
              font-weight: 400;
              color: #9DAABB;
              line-height: normal; }
            #hosted-checkout #checkout #cart .ordering .line-item .quantity input:-moz-placeholder, #spaces-inline-checkout #checkout #cart .ordering .line-item .quantity input:-moz-placeholder {
              font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
              font-weight: 400;
              color: #9DAABB;
              line-height: normal; }
            #hosted-checkout #checkout #cart .ordering .line-item .quantity input:-ms-input-placeholder, #spaces-inline-checkout #checkout #cart .ordering .line-item .quantity input:-ms-input-placeholder {
              font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
              font-weight: 400;
              color: #9DAABB;
              line-height: normal; }
          #hosted-checkout #checkout #cart .ordering .line-item .quantity span, #spaces-inline-checkout #checkout #cart .ordering .line-item .quantity span {
            display: block;
            font-size: 12px;
            color: rgba(108, 124, 144, 0.75);
            line-height: 26px; }
            #hosted-checkout #checkout #cart .ordering .line-item .quantity span b, #spaces-inline-checkout #checkout #cart .ordering .line-item .quantity span b {
              font-weight: 600; }
        #hosted-checkout #checkout #cart .ordering .line-item .price, #spaces-inline-checkout #checkout #cart .ordering .line-item .price {
          display: inline-block;
          color: #69b67c;
          vertical-align: top;
          opacity: 0.75;
          position: relative;
          width: 18%;
          text-align: right;
          font-weight: 600; }
          #hosted-checkout #checkout #cart .ordering .line-item .price .plus, #spaces-inline-checkout #checkout #cart .ordering .line-item .price .plus {
            position: absolute;
            left: 0;
            top: -7px;
            color: #69b67c;
            font-weight: 400;
            -webkit-animation-delay: 0s;
            -moz-animation-delay: 0s;
            animation-delay: 0s; }
        #hosted-checkout #checkout #cart .ordering .line-item .variants, #spaces-inline-checkout #checkout #cart .ordering .line-item .variants {
          background: rgba(187, 196, 208, 0.1);
          padding: 15px 35px;
          border-top: 1px solid rgba(187, 196, 208, 0.15); }
          #hosted-checkout #checkout #cart .ordering .line-item .variants .dropdown, #spaces-inline-checkout #checkout #cart .ordering .line-item .variants .dropdown {
            margin: 0px; }
            #hosted-checkout #checkout #cart .ordering .line-item .variants .dropdown + .dropdown, #spaces-inline-checkout #checkout #cart .ordering .line-item .variants .dropdown + .dropdown {
              margin-top: 10px; }
  #hosted-checkout #checkout .card .collect, #spaces-inline-checkout #checkout .card .collect {
    padding: 0 35px;
    margin-top: 25px; }
    @media only screen and (min-width: 320px) and (max-width: 520px) {
      #hosted-checkout #checkout .card .collect, #spaces-inline-checkout #checkout .card .collect {
        padding: 0 15px; } }
    #hosted-checkout #checkout .card .collect .title, #spaces-inline-checkout #checkout .card .collect .title {
      text-align: left;
      margin: 0 auto;
      color: #6C7C90;
      font-size: 14px;
      line-height: 30px;
      display: block;
      width: 100%;
      margin-bottom: 5px; }
      #hosted-checkout #checkout .card .collect .title span, #spaces-inline-checkout #checkout .card .collect .title span {
        opacity: 0.6; }
    #hosted-checkout #checkout .card .collect[data-collecting="customer-name"], #spaces-inline-checkout #checkout .card .collect[data-collecting="customer-name"] {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      #hosted-checkout #checkout .card .collect[data-collecting="customer-name"]::after, #spaces-inline-checkout #checkout .card .collect[data-collecting="customer-name"]::after {
        clear: both;
        content: "";
        display: block; }
      #hosted-checkout #checkout .card .collect[data-collecting="customer-name"] input, #spaces-inline-checkout #checkout .card .collect[data-collecting="customer-name"] input {
        display: inline-block;
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 48.8211739883%; }
        #hosted-checkout #checkout .card .collect[data-collecting="customer-name"] input:last-child, #spaces-inline-checkout #checkout .card .collect[data-collecting="customer-name"] input:last-child {
          margin-right: 0; }
      @media only screen and (min-width: 320px) and (max-width: 520px) {
        #hosted-checkout #checkout .card .collect[data-collecting="customer-name"] input, #spaces-inline-checkout #checkout .card .collect[data-collecting="customer-name"] input {
          width: 100% !important;
          margin: 0;
          margin-top: 0px !important;
          display: block; }
          #hosted-checkout #checkout .card .collect[data-collecting="customer-name"] input:nth-child(even), #spaces-inline-checkout #checkout .card .collect[data-collecting="customer-name"] input:nth-child(even) {
            margin: 0;
            margin-bottom: 10px;
            display: block; } }
    #hosted-checkout #checkout .card .collect[data-collecting="customer-email"] input, #spaces-inline-checkout #checkout .card .collect[data-collecting="customer-email"] input {
      width: 100%; }
    #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid {
      width: 100%;
      margin: 0 auto; }
      #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid input, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid input, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid input, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid input {
        width: 100%; }
      #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .dropdown, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .dropdown, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .dropdown, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .dropdown {
        width: 100% !important; }
      #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px; }
        #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row::after, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row::after, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row::after, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row::after {
          clear: both;
          content: "";
          display: block; }
        #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.street .address-col, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.street .address-col, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.street .address-col, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.street .address-col {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%; }
          #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.street .address-col:last-child, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.street .address-col:last-child, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.street .address-col:last-child, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.street .address-col:last-child {
            margin-right: 0; }
        #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.town-state-zip .address-col, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.town-state-zip .address-col, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.town-state-zip .address-col, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.town-state-zip .address-col {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 31.7615653177%; }
          #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.town-state-zip .address-col:last-child, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.town-state-zip .address-col:last-child, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.town-state-zip .address-col:last-child, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.town-state-zip .address-col:last-child {
            margin-right: 0; }
        #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.town-state-zip .address-col + .address-col, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.town-state-zip .address-col + .address-col, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.town-state-zip .address-col + .address-col, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.town-state-zip .address-col + .address-col {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 40.291369653%; }
          #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.town-state-zip .address-col + .address-col:last-child, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.town-state-zip .address-col + .address-col:last-child, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.town-state-zip .address-col + .address-col:last-child, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.town-state-zip .address-col + .address-col:last-child {
            margin-right: 0; }
        #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.town-state-zip .address-col + .address-col + .address-col, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.town-state-zip .address-col + .address-col + .address-col, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.town-state-zip .address-col + .address-col + .address-col, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.town-state-zip .address-col + .address-col + .address-col {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 23.2317609825%; }
          #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.town-state-zip .address-col + .address-col + .address-col:last-child, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.town-state-zip .address-col + .address-col + .address-col:last-child, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.town-state-zip .address-col + .address-col + .address-col:last-child, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.town-state-zip .address-col + .address-col + .address-col:last-child {
            margin-right: 0; }
        #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.zip-country .address-col, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.zip-country .address-col, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.zip-country .address-col, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.zip-country .address-col {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 31.7615653177%; }
          #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.zip-country .address-col:last-child, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.zip-country .address-col:last-child, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.zip-country .address-col:last-child, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.zip-country .address-col:last-child {
            margin-right: 0; }
        #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.zip-country .address-col + .address-col, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.zip-country .address-col + .address-col, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.zip-country .address-col + .address-col, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.zip-country .address-col + .address-col {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 65.8807826589%; }
          #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.zip-country .address-col + .address-col:last-child, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.zip-country .address-col + .address-col:last-child, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-row.zip-country .address-col + .address-col:last-child, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-row.zip-country .address-col + .address-col:last-child {
            margin-right: 0; }
      @media only screen and (min-width: 320px) and (max-width: 520px) {
        #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-col, #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-col, #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-col, #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-col {
          width: 100% !important;
          margin-bottom: 0px; }
          #hosted-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-col:nth-child(even), #hosted-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-col:nth-child(even), #spaces-inline-checkout #checkout .card .collect[data-collecting="shipping-address"] .address-grid .address-col:nth-child(even), #spaces-inline-checkout #checkout .card .collect[data-collecting="billing-address"] .address-grid .address-col:nth-child(even) {
            margin-top: 10px; } }
  #hosted-checkout #checkout .payment-method label, #spaces-inline-checkout #checkout .payment-method label {
    vertical-align: middle;
    height: 70px;
    overflow: hidden;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    padding: 3px;
    margin-top: 10px;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    box-shadow: inset 0px 0px 0px 1px rgba(184, 195, 209, 0.45); }
    #hosted-checkout #checkout .payment-method label:hover, #spaces-inline-checkout #checkout .payment-method label:hover {
      box-shadow: inset 0px 0px 0px 1px rgba(184, 195, 209, 0.45), 0px 1px 2px 0px rgba(204, 204, 204, 0.27); }
    #hosted-checkout #checkout .payment-method label.paypal img, #spaces-inline-checkout #checkout .payment-method label.paypal img {
      float: right;
      position: relative;
      top: 18px;
      right: 10px;
      opacity: 0.25; }
    #hosted-checkout #checkout .payment-method label.razorpay img, #spaces-inline-checkout #checkout .payment-method label.razorpay img {
      float: right;
      position: relative;
      top: 18px;
      right: 10px;
      opacity: 0.25; }
    #hosted-checkout #checkout .payment-method label.paystack img, #spaces-inline-checkout #checkout .payment-method label.paystack img {
      float: right;
      position: relative;
      top: 20px;
      right: 10px;
      opacity: 0.25; }
    #hosted-checkout #checkout .payment-method label div, #spaces-inline-checkout #checkout .payment-method label div {
      background: white;
      width: 100%;
      border-radius: 2px;
      height: 100%;
      z-index: 0;
      line-height: calc(70px - 6px);
      box-sizing: border-box;
      padding: 0px 10px; }
    #hosted-checkout #checkout .payment-method label.active, #spaces-inline-checkout #checkout .payment-method label.active {
      background: url("https://cdn.chec.io/chec-assets/card-hologram.png") no-repeat 0px center;
      box-shadow: none;
      box-shadow: 0px 1px 2px 0px rgba(204, 204, 204, 0.27);
      background-size: 1000px auto;
      background: #fff;
      box-shadow: none;
      box-shadow: inset 0px 0px 0px 2px #add8b8; }
    #hosted-checkout #checkout .payment-method label input, #spaces-inline-checkout #checkout .payment-method label input {
      display: inline;
      width: 22px !important; }
    #hosted-checkout #checkout .payment-method label a, #spaces-inline-checkout #checkout .payment-method label a {
      color: #6C7C90;
      font-size: 13px;
      padding-right: 10px; }
    #hosted-checkout #checkout .payment-method label span, #spaces-inline-checkout #checkout .payment-method label span {
      vertical-align: middle;
      position: relative;
      top: -2px; }
    #hosted-checkout #checkout .payment-method label .fa, #spaces-inline-checkout #checkout .payment-method label .fa {
      text-align: right;
      float: right;
      font-size: 26px;
      position: relative;
      color: rgba(108, 124, 144, 0.25);
      top: 20px;
      margin-right: 6px; }
      @media only screen and (min-width: 320px) and (max-width: 520px) {
        #hosted-checkout #checkout .payment-method label .fa, #spaces-inline-checkout #checkout .payment-method label .fa {
          top: 24px;
          font-size: 17px; } }
      @media only screen and (max-width: 320px) {
        #hosted-checkout #checkout .payment-method label .fa, #spaces-inline-checkout #checkout .payment-method label .fa {
          display: none; } }
    #hosted-checkout #checkout .payment-method label .accepted-cards, #spaces-inline-checkout #checkout .payment-method label .accepted-cards {
      float: right;
      position: relative; }
      #hosted-checkout #checkout .payment-method label .accepted-cards .fa, #spaces-inline-checkout #checkout .payment-method label .accepted-cards .fa {
        margin: 0;
        top: 6px;
        float: none !important; }
    #hosted-checkout #checkout .payment-method label .cardjs-mini, #spaces-inline-checkout #checkout .payment-method label .cardjs-mini {
      text-align: right;
      float: right;
      position: relative;
      top: 16px;
      margin-right: 4px; }
  #hosted-checkout #checkout .payment-method .paypal-minicard, #spaces-inline-checkout #checkout .payment-method .paypal-minicard {
    background: -moz-radial-gradient(center, circle cover, #009ce1 0%, #018ecb 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #009ce1), color-stop(100%, #018ecb));
    background: -webkit-radial-gradient(center, circle cover, #009ce1 0%, #018ecb 100%);
    background: -o-radial-gradient(center, circle cover, #009ce1 0%, #018ecb 100%);
    background: -ms-radial-gradient(center, circle cover, #009ce1 0%, #018ecb 100%);
    background: linear-gradient(#009ce1 0%, #018ecb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009CE1', endColorstr='#018ECB',GradientType=0 );
    text-align: right;
    float: right;
    position: relative;
    top: 13px;
    margin-right: 4px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    width: 38px;
    height: 24px;
    border-radius: 2px;
    display: inline-block;
    line-height: 24px; }
    #hosted-checkout #checkout .payment-method .paypal-minicard img, #spaces-inline-checkout #checkout .payment-method .paypal-minicard img {
      width: 36px; }
  #hosted-checkout #checkout .splitter, #spaces-inline-checkout #checkout .splitter {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    width: 85%; }
    #hosted-checkout #checkout .splitter > span, #spaces-inline-checkout #checkout .splitter > span {
      position: relative;
      display: inline-block;
      font-size: 13px;
      color: rgba(137, 150, 166, 0.6); }
      #hosted-checkout #checkout .splitter > span:before, #hosted-checkout #checkout .splitter > span:after, #spaces-inline-checkout #checkout .splitter > span:before, #spaces-inline-checkout #checkout .splitter > span:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 9999px;
        height: 1px;
        background: rgba(137, 150, 166, 0.2); }
      #hosted-checkout #checkout .splitter > span:before, #spaces-inline-checkout #checkout .splitter > span:before {
        right: 100%;
        margin-right: 15px; }
      #hosted-checkout #checkout .splitter > span:after, #spaces-inline-checkout #checkout .splitter > span:after {
        left: 100%;
        margin-left: 15px; }
  #hosted-checkout #checkout #payments, #spaces-inline-checkout #checkout #payments {
    background: url("https://cdn.chec.io/chec-assets/card-hologram.png") no-repeat 0px center;
    background-size: 1000px auto;
    width: 100%;
    border-radius: 0px;
    padding: 25px;
    margin-top: 40px;
    position: relative;
    text-align: center;
    margin-bottom: -35px; }
    @media only screen and (min-width: 320px) and (max-width: 520px) {
      #hosted-checkout #checkout #payments, #spaces-inline-checkout #checkout #payments {
        padding: 10px; } }
    #hosted-checkout #checkout #payments .paypal, #spaces-inline-checkout #checkout #payments .paypal {
      width: 100%;
      height: 80px;
      background: -moz-radial-gradient(center, circle cover, #009ce1 0%, #018ecb 100%);
      background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #009ce1), color-stop(100%, #018ecb));
      background: -webkit-radial-gradient(center, circle cover, #009ce1 0%, #018ecb 100%);
      background: -o-radial-gradient(center, circle cover, #009ce1 0%, #018ecb 100%);
      background: -ms-radial-gradient(center, circle cover, #009ce1 0%, #018ecb 100%);
      background: linear-gradient(#009ce1 0%, #018ecb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009CE1', endColorstr='#018ECB',GradientType=0 );
      margin: 0 auto 15px;
      border-radius: 5px;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
      color: white;
      font-size: 14px;
      text-align: center;
      line-height: 80px; }
      #hosted-checkout #checkout #payments .paypal .fa, #spaces-inline-checkout #checkout #payments .paypal .fa {
        margin-right: 5px; }
    #hosted-checkout #checkout #payments .stripe, #spaces-inline-checkout #checkout #payments .stripe {
      padding: 20px; }
    #hosted-checkout #checkout #payments .square, #spaces-inline-checkout #checkout #payments .square {
      padding: 20px; }
      #hosted-checkout #checkout #payments .square .sq-card-message:not(.sq-visible), #spaces-inline-checkout #checkout #payments .square .sq-card-message:not(.sq-visible) {
        display: none; }
  #hosted-checkout #checkout .green-text, #spaces-inline-checkout #checkout .green-text {
    color: #69b67c; }
  #hosted-checkout #checkout #closing, #hosted-checkout #checkout #closing-paypal, #spaces-inline-checkout #checkout #closing, #spaces-inline-checkout #checkout #closing-paypal {
    box-shadow: none;
    margin-top: 35px;
    border-top: 1px solid rgba(108, 124, 144, 0.1);
    margin-bottom: 0px;
    padding: 0px;
    position: relative;
    text-align: center; }
    #hosted-checkout #checkout #closing .tax, #hosted-checkout #checkout #closing-paypal .tax, #spaces-inline-checkout #checkout #closing .tax, #spaces-inline-checkout #checkout #closing-paypal .tax {
          /*display: block;
font-size: 14px;
color: $grey;
margin-top: 12px;*/ }
    #hosted-checkout #checkout #closing .breakdown, #hosted-checkout #checkout #closing-paypal .breakdown, #spaces-inline-checkout #checkout #closing .breakdown, #spaces-inline-checkout #checkout #closing-paypal .breakdown {
      background: white;
      font-size: 14px;
      width: 100%; }
      #hosted-checkout #checkout #closing .breakdown div, #hosted-checkout #checkout #closing-paypal .breakdown div, #spaces-inline-checkout #checkout #closing .breakdown div, #spaces-inline-checkout #checkout #closing-paypal .breakdown div {
        color: #9DAABB;
        border-bottom: 1px solid rgba(157, 170, 187, 0.2);
        line-height: 50px;
        display: block;
        font-size: 14px;
        color: #9DAABB;
        text-align: left;
        padding: 0px 28px;
        background: rgba(157, 170, 187, 0.05); }
        @media only screen and (min-width: 320px) and (max-width: 520px) {
          #hosted-checkout #checkout #closing .breakdown div, #hosted-checkout #checkout #closing-paypal .breakdown div, #spaces-inline-checkout #checkout #closing .breakdown div, #spaces-inline-checkout #checkout #closing-paypal .breakdown div {
            padding: 0px 15px; } }
        #hosted-checkout #checkout #closing .breakdown div span, #hosted-checkout #checkout #closing-paypal .breakdown div span, #spaces-inline-checkout #checkout #closing .breakdown div span, #spaces-inline-checkout #checkout #closing-paypal .breakdown div span {
          color: #7f90a6;
          display: inline-block; }
        #hosted-checkout #checkout #closing .breakdown div span + span, #hosted-checkout #checkout #closing-paypal .breakdown div span + span, #spaces-inline-checkout #checkout #closing .breakdown div span + span, #spaces-inline-checkout #checkout #closing-paypal .breakdown div span + span {
          float: right;
          text-align: right;
          color: #7f90a6;
          margin-left: 10px;
          display: inline-block; }
      #hosted-checkout #checkout #closing .breakdown .total, #hosted-checkout #checkout #closing-paypal .breakdown .total, #spaces-inline-checkout #checkout #closing .breakdown .total, #spaces-inline-checkout #checkout #closing-paypal .breakdown .total {
        background: white;
        font-size: 14px;
        line-height: 60px;
        overflow: hidden;
        margin-bottom: 25px; }
        #hosted-checkout #checkout #closing .breakdown .total span, #hosted-checkout #checkout #closing .breakdown .total a, #hosted-checkout #checkout #closing-paypal .breakdown .total span, #hosted-checkout #checkout #closing-paypal .breakdown .total a, #spaces-inline-checkout #checkout #closing .breakdown .total span, #spaces-inline-checkout #checkout #closing .breakdown .total a, #spaces-inline-checkout #checkout #closing-paypal .breakdown .total span, #spaces-inline-checkout #checkout #closing-paypal .breakdown .total a {
          color: #6C7C90; }
          #hosted-checkout #checkout #closing .breakdown .total span i, #hosted-checkout #checkout #closing .breakdown .total a i, #hosted-checkout #checkout #closing-paypal .breakdown .total span i, #hosted-checkout #checkout #closing-paypal .breakdown .total a i, #spaces-inline-checkout #checkout #closing .breakdown .total span i, #spaces-inline-checkout #checkout #closing .breakdown .total a i, #spaces-inline-checkout #checkout #closing-paypal .breakdown .total span i, #spaces-inline-checkout #checkout #closing-paypal .breakdown .total a i {
            border: 1px solid rgba(139, 199, 154, 0.5);
            color: #69b67c;
            font-size: 12px;
            padding: 2px 5px;
            font-style: normal;
            border-radius: 3px;
            margin-left: 3px;
            position: relative; }
    #hosted-checkout #checkout #closing span.secured, #hosted-checkout #checkout #closing-paypal span.secured, #spaces-inline-checkout #checkout #closing span.secured, #spaces-inline-checkout #checkout #closing-paypal span.secured {
      display: block;
      max-width: 250px;
      margin: 0 auto;
      line-height: 20px;
      padding: 15px 0 25px;
      opacity: 0.6;
      font-size: 13px;
      color: #6C7C90; }
    #hosted-checkout #checkout #closing b, #hosted-checkout #checkout #closing-paypal b, #spaces-inline-checkout #checkout #closing b, #spaces-inline-checkout #checkout #closing-paypal b {
      font-weight: 400; }
    #hosted-checkout #checkout #closing button, #hosted-checkout #checkout #closing-paypal button, #spaces-inline-checkout #checkout #closing button, #spaces-inline-checkout #checkout #closing-paypal button {
      font-size: 22px;
      padding: 15px 25px; }
    #hosted-checkout #checkout #closing button.paypal, #hosted-checkout #checkout #closing-paypal button.paypal, #spaces-inline-checkout #checkout #closing button.paypal, #spaces-inline-checkout #checkout #closing-paypal button.paypal {
      font-size: 14px; }
  #hosted-checkout #checkout #pay-what-you-want, #spaces-inline-checkout #checkout #pay-what-you-want {
    padding: 25px;
    text-align: center;
    margin-top: -25px; }
    #hosted-checkout #checkout #pay-what-you-want .pre, #spaces-inline-checkout #checkout #pay-what-you-want .pre {
      color: #7f90a6;
      font-size: 18px;
      padding-right: 2px; }
    #hosted-checkout #checkout #pay-what-you-want .note, #spaces-inline-checkout #checkout #pay-what-you-want .note {
      font-size: 14px;
      color: #bbc4d0;
      display: block;
      margin-top: 15px;
      margin-bottom: 15px; }
    #hosted-checkout #checkout #pay-what-you-want .wrap, #spaces-inline-checkout #checkout #pay-what-you-want .wrap {
      padding: 17px 0px 10px;
      position: relative; }
      #hosted-checkout #checkout #pay-what-you-want .wrap .currency, #spaces-inline-checkout #checkout #pay-what-you-want .wrap .currency {
        color: #8BC79A;
        font-size: 28px;
        padding-right: 2px;
        position: absolute;
        left: 10px;
        top: 4px; }
      #hosted-checkout #checkout #pay-what-you-want .wrap input, #spaces-inline-checkout #checkout #pay-what-you-want .wrap input {
        max-width: 150px;
        font-size: 28px;
        padding: 2px 5px;
        color: #8BC79A;
        line-height: 50px;
        transition: width 0.25s; }
        #hosted-checkout #checkout #pay-what-you-want .wrap input::-webkit-input-placeholder, #spaces-inline-checkout #checkout #pay-what-you-want .wrap input::-webkit-input-placeholder {
          font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
          font-weight: 400;
          font-size: 28px !important;
          color: #bbc4d0 !important;
          line-height: normal; }
        #hosted-checkout #checkout #pay-what-you-want .wrap input::-moz-placeholder, #spaces-inline-checkout #checkout #pay-what-you-want .wrap input::-moz-placeholder {
          font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
          font-weight: 400;
          font-size: 28px !important;
          color: #bbc4d0 !important;
          line-height: normal; }
        #hosted-checkout #checkout #pay-what-you-want .wrap input:-moz-placeholder, #spaces-inline-checkout #checkout #pay-what-you-want .wrap input:-moz-placeholder {
          font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
          font-weight: 400;
          font-size: 28px !important;
          color: #bbc4d0 !important;
          line-height: normal; }
        #hosted-checkout #checkout #pay-what-you-want .wrap input:-ms-input-placeholder, #spaces-inline-checkout #checkout #pay-what-you-want .wrap input:-ms-input-placeholder {
          font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Veranda, Arial, sans-serif;
          font-weight: 400;
          font-size: 28px !important;
          color: #bbc4d0 !important;
          line-height: normal; }
        #hosted-checkout #checkout #pay-what-you-want .wrap input:focus, #spaces-inline-checkout #checkout #pay-what-you-want .wrap input:focus {
          box-shadow: none; }
#hosted-checkout #purchasing, #spaces-inline-checkout #purchasing {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 12345;
  display: none;
  background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, white 100%);
  background-image: radial-gradient( circle, rgba(255, 255, 255, 0.8) 0%, white 100%); }
  #hosted-checkout #purchasing .loader, #spaces-inline-checkout #purchasing .loader {
    position: absolute;
    width: 180px;
    height: 180px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    margin-top: -90px;
    margin-left: -90px; }
    #hosted-checkout #purchasing .loader .loader-text, #spaces-inline-checkout #purchasing .loader .loader-text {
      line-height: 180px;
      text-align: center;
      font-size: 14px;
      color: #6C7C90; }
      #hosted-checkout #purchasing .loader .loader-text .fa, #spaces-inline-checkout #purchasing .loader .loader-text .fa {
        margin-right: 5px; }
    #hosted-checkout #purchasing .loader svg.checkmark path, #hosted-checkout #purchasing .loader svg.cross path, #spaces-inline-checkout #purchasing .loader svg.checkmark path, #spaces-inline-checkout #purchasing .loader svg.cross path {
      stroke: #8BC79A;
      stroke-linecap: round;
      stroke-width: 2;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    #hosted-checkout #purchasing .loader svg.checkmark, #hosted-checkout #purchasing .loader svg.cross, #spaces-inline-checkout #purchasing .loader svg.checkmark, #spaces-inline-checkout #purchasing .loader svg.cross {
      zoom: 2.5;
      position: absolute;
      top: 0px;
      left: 0px; }
#hosted-checkout .spinner, #spaces-inline-checkout .spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px; }
  #hosted-checkout .spinner .checkmark, #spaces-inline-checkout .spinner .checkmark {
    display: none; }
  #hosted-checkout .spinner.done .checkmark, #spaces-inline-checkout .spinner.done .checkmark {
    display: block; }
#hosted-checkout .spinner:after, #spaces-inline-checkout .spinner:after {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-animation: rotate 0.6s linear infinite;
  -moz-animation: rotate 0.6s linear infinite;
  -ms-animation: rotate 0.6s linear infinite;
  -o-animation: rotate 0.6s linear infinite;
  animation: rotate 0.6s linear infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-top: 2px solid #6C7C90;
  border-bottom: 2px solid rgba(108, 124, 144, 0.2);
  border-left: 2px solid #6C7C90;
  border-right: 2px solid rgba(108, 124, 144, 0.2);
  content: '';
  opacity: .75;
  transition: all 100ms ease-in-out; }
#hosted-checkout .spinner.white:after, #spaces-inline-checkout .spinner.white:after {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-animation: rotate 0.6s linear infinite;
  -moz-animation: rotate 0.6s linear infinite;
  -ms-animation: rotate 0.6s linear infinite;
  -o-animation: rotate 0.6s linear infinite;
  animation: rotate 0.6s linear infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  content: '';
  opacity: .75;
  transition: all 100ms ease-in-out; }
#hosted-checkout .spinner.done:after, #spaces-inline-checkout .spinner.done:after {
  border-top: 3px solid #8BC79A;
  border-bottom: 3px solid #8BC79A;
  border-left: 3px solid #8BC79A;
  border-right: 3px solid #8BC79A;
  opacity: 1; }
#hosted-checkout .spinner.large:after, #spaces-inline-checkout .spinner.large:after {
  width: 180px;
  height: 180px; }
#hosted-checkout .spinner.medium:after, #spaces-inline-checkout .spinner.medium:after {
  width: 30px;
  height: 30px; }
#hosted-checkout .spinner.small:after, #spaces-inline-checkout .spinner.small:after {
  width: 10px;
  height: 10px; }
#hosted-checkout .spinner.throbber_green:after, #spaces-inline-checkout .spinner.throbber_green:after {
  opacity: 1;
  border-top: 1px solid #42a26e;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #42a26e;
  border-right: 1px solid #fff; }
@keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg); } }
@-webkit-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg); } }
@-moz-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg); } }
@-o-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg); } }
#hosted-checkout #paypal-overlay, #spaces-inline-checkout #paypal-overlay {
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at center, rgba(0, 156, 225, 0.75) 0%, rgba(0, 48, 135, 0.9) 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 123456789;
  opacity: 0.8;
  display: none;
  text-align: center; }
  #hosted-checkout #paypal-overlay .go-to-paypal, #spaces-inline-checkout #paypal-overlay .go-to-paypal {
    display: none;
    font-weight: 400;
    color: white;
    font-size: 18px;
    padding: 20px 35px;
    background: #fff;
    color: #177bb4;
    width: 350px;
    margin: 50px auto;
    border-color: rgba(255, 255, 255, 0.5);
    position: relative;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    top: 35vh; }
    #hosted-checkout #paypal-overlay .go-to-paypal #paypal-button-container, #spaces-inline-checkout #paypal-overlay .go-to-paypal #paypal-button-container {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      transform-origin: center;
      transform: scale(2);
      overflow: hidden;
      opacity: 0; }
    #hosted-checkout #paypal-overlay .go-to-paypal b, #spaces-inline-checkout #paypal-overlay .go-to-paypal b {
      font-weight: 600; }
    #hosted-checkout #paypal-overlay .go-to-paypal i, #spaces-inline-checkout #paypal-overlay .go-to-paypal i {
      margin-right: 4px; }
  #hosted-checkout #paypal-overlay .stop-paypal, #spaces-inline-checkout #paypal-overlay .stop-paypal {
    color: white;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    padding: 7px 20px;
    position: absolute;
    right: 25px;
    top: 25px; }
    #hosted-checkout #paypal-overlay .stop-paypal i, #spaces-inline-checkout #paypal-overlay .stop-paypal i {
      margin-right: 3px; }
    #hosted-checkout #paypal-overlay .stop-paypal:hover, #spaces-inline-checkout #paypal-overlay .stop-paypal:hover {
      background: white;
      color: rgba(0, 48, 135, 0.9); }
  #hosted-checkout #paypal-overlay span, #spaces-inline-checkout #paypal-overlay span {
    color: white;
    display: block;
    text-align: center;
    position: absolute;
    width: 100vw;
    top: 50%;
    font-size: 14px;
    line-height: 26px; }
    #hosted-checkout #paypal-overlay span a, #spaces-inline-checkout #paypal-overlay span a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding-bottom: 1px;
      cursor: pointer; }
  #hosted-checkout #paypal-overlay .loader, #spaces-inline-checkout #paypal-overlay .loader {
    position: absolute;
    width: 180px;
    height: 180px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    margin-top: -90px;
    margin-left: -90px; }
    #hosted-checkout #paypal-overlay .loader .loader-text, #spaces-inline-checkout #paypal-overlay .loader .loader-text {
      line-height: 24px;
      text-align: center;
      font-size: 14px;
      color: white;
      margin-top: 70px; }
      #hosted-checkout #paypal-overlay .loader .loader-text .fa, #spaces-inline-checkout #paypal-overlay .loader .loader-text .fa {
        margin-right: 2px; }
#hosted-checkout #checkout_not_found, #spaces-inline-checkout #checkout_not_found {
  width: 100%;
  height: 100%;
  text-align: center; }
  #hosted-checkout #checkout_not_found h2, #spaces-inline-checkout #checkout_not_found h2 {
    font-weight: 300;
    color: #6C7C90; }
  #hosted-checkout #checkout_not_found img.cross, #spaces-inline-checkout #checkout_not_found img.cross {
    opacity: 0.5;
    margin-top: 15%; }
  #hosted-checkout #checkout_not_found .powered-by-chec, #spaces-inline-checkout #checkout_not_found .powered-by-chec {
    margin-top: 35px; }
#hosted-checkout .mobile-only, #spaces-inline-checkout .mobile-only {
  display: none; }
#hosted-checkout .powered-by-chec, #spaces-inline-checkout .powered-by-chec {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 25px 0; }
  #hosted-checkout .powered-by-chec a, #spaces-inline-checkout .powered-by-chec a {
    text-decoration: none; }
    #hosted-checkout .powered-by-chec a img, #spaces-inline-checkout .powered-by-chec a img {
      border: none; }
#hosted-checkout .close-button, #spaces-inline-checkout .close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  color: white;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 25px;
  cursor: pointer;
  transition: 0.25s all linear;
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
  -ms-transition: 0.25s all linear;
  -o-transition: 0.25s all linear; }
  #hosted-checkout .close-button:hover, #spaces-inline-checkout .close-button:hover {
    background: white;
    color: #6C7C90; }
#hosted-checkout .go-back-button, #spaces-inline-checkout .go-back-button {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #6C7C90;
  display: none;
  border-radius: 50px;
  border: 1px solid rgba(108, 124, 144, 0.2);
  padding: 10px 25px;
  cursor: pointer;
  transition: 0.25s all linear;
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
  -ms-transition: 0.25s all linear;
  -o-transition: 0.25s all linear; }
  #hosted-checkout .go-back-button .fa, #spaces-inline-checkout .go-back-button .fa {
    margin-right: 3px; }
  #hosted-checkout .go-back-button:hover, #spaces-inline-checkout .go-back-button:hover {
    background: #6C7C90;
    color: white; }

.cardjs.braintree label.title {
  display: block; }
.cardjs.braintree #bt-card-number,
.cardjs.braintree #bt-expiration-date,
.cardjs.braintree #bt-cvv,
.cardjs.braintree #bt-postal-code {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid rgba(108, 124, 155, 0.25);
  box-sizing: border-box; }

.spaces:not(.spaces-inline-checkout) {
  text-align: center;
  padding: 50px;
  background: white; }
  .spaces:not(.spaces-inline-checkout).no-scroll {
    overflow: hidden; }
  @media (max-width: 820px) {
    .spaces:not(.spaces-inline-checkout) {
      padding: 0; } }
  .spaces:not(.spaces-inline-checkout) #categories {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px; }
    .spaces:not(.spaces-inline-checkout) #categories h4 {
      color: #6c7c90;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 11px;
      margin: 5px auto;
      display: inline-block;
      background: rgba(108, 124, 144, 0.8);
      padding: 3px 10px;
      border-radius: 20px;
      color: white; }
    .spaces:not(.spaces-inline-checkout) #categories ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .spaces:not(.spaces-inline-checkout) #categories ul li {
        display: inline-block;
        background: rgba(108, 124, 144, 0.05);
        padding: 7px 15px;
        border-radius: 20px;
        font-size: 14px;
        color: #566373;
        margin: 10px 5px;
        cursor: pointer;
        transition: all ease-in-out 0.2s;
        text-decoration: none; }
        .spaces:not(.spaces-inline-checkout) #categories ul li.active, .spaces:not(.spaces-inline-checkout) #categories ul li:hover {
          background: #6c7c90;
          color: white; }
  .spaces:not(.spaces-inline-checkout) #cover {
    width: 100%;
    max-width: 1280px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    position: relative;
    box-sizing: border-box;
    padding: 50px 0;
    /*
        #cover-overlay {

          @include linear-gradient(-180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top:0;
          z-index: 0;

        }
*/ }
    @media (min-width: 641px) {
      .spaces:not(.spaces-inline-checkout) #cover {
        /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ } }
    @media (min-width: 961px) {
      .spaces:not(.spaces-inline-checkout) #cover {
        /* tablet, landscape iPad, lo-res laptops ands desktops */ } }
    @media (min-width: 1025px) {
      .spaces:not(.spaces-inline-checkout) #cover {
        /* big landscape tablets, laptops, and desktops */ } }
    @media (max-width: 1280px) {
      .spaces:not(.spaces-inline-checkout) #cover {
        max-width: 1000px;
        height: 300px; } }
    @media (max-width: 820px) {
      .spaces:not(.spaces-inline-checkout) #cover {
        padding: 35px 0;
        width: 100%;
        border-radius: 0;
        height: 200px;
        background-size: cover; } }
    .spaces:not(.spaces-inline-checkout) #cover #merchant-name {
      font-weight: 400;
      font-size: 28px;
      color: white;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
      margin: 10px auto;
      position: relative;
      z-index: 1; }
      @media (max-width: 1280px) {
        .spaces:not(.spaces-inline-checkout) #cover #merchant-name {
          font-size: 24px; } }
      @media (max-width: 820px) {
        .spaces:not(.spaces-inline-checkout) #cover #merchant-name {
          font-size: 18px; } }
    .spaces:not(.spaces-inline-checkout) #cover #merchant-bio {
      margin: 0 auto;
      display: block;
      font-weight: 400;
      width: 50%;
      font-size: 16px;
      line-height: 30px;
      color: white;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
      position: relative;
      z-index: 1; }
      @media (max-width: 1280px) {
        .spaces:not(.spaces-inline-checkout) #cover #merchant-bio {
          font-size: 14px;
          line-height: 25px; } }
      @media (max-width: 820px) {
        .spaces:not(.spaces-inline-checkout) #cover #merchant-bio {
          display: none; } }
    .spaces:not(.spaces-inline-checkout) #cover img.logo {
      margin: 0 auto;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
      position: relative;
      z-index: 1; }
      .spaces:not(.spaces-inline-checkout) #cover img.logo.circle {
        border-radius: 300px; }
      .spaces:not(.spaces-inline-checkout) #cover img.logo.squared {
        border-radius: 3px; }
        @media (max-width: 820px) {
          .spaces:not(.spaces-inline-checkout) #cover img.logo.squared {
            border-radius: 2px; } }
      @media (max-width: 1280px) {
        .spaces:not(.spaces-inline-checkout) #cover img.logo {
          width: 80px; } }
      @media (max-width: 820px) {
        .spaces:not(.spaces-inline-checkout) #cover img.logo {
          width: 80px; } }
    .spaces:not(.spaces-inline-checkout) #cover.no-cover {
      box-shadow: none;
      border-radius: 0;
      height: auto; }
      .spaces:not(.spaces-inline-checkout) #cover.no-cover #merchant-name {
        text-shadow: none;
        color: #6c7c90; }
      .spaces:not(.spaces-inline-checkout) #cover.no-cover #merchant-bio {
        text-shadow: none;
        color: #6c7c90; }
  .spaces:not(.spaces-inline-checkout) .notice-empty-space {
    font-size: 32px;
    color: rgba(108, 124, 144, 0.5);
    font-weight: 300;
    padding: 150px 0;
    display: block;
    text-align: center; }
  .spaces:not(.spaces-inline-checkout) #products {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px; }
    .spaces:not(.spaces-inline-checkout) #products .spaces-editable-sort {
      display: none; }
    .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product {
      margin: 10px auto 0;
      padding: 25px 20px;
      width: 420px;
      display: inline-block;
      vertical-align: top;
      overflow: hidden;
      text-align: center;
      box-sizing: border-box; }
      @media (max-width: 1280px) {
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product {
          width: 340px; } }
      .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .product-details-overlay {
        background: rgba(0, 0, 0, 0);
        transition: background ease-in-out 0.25s; }
      .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal {
        overflow: scroll; }
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .no-media {
          display: none; }
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-details-overlay {
          z-index: 123;
          background: rgba(0, 0, 0, 0.25);
          position: fixed;
          left: 0;
          top: 0;
          width: 100vw;
          height: calc(100vh - 50px);
          text-align: center;
          overflow: scroll;
          display: flex;
          padding: 10px; }
          @media (min-width: 520px) {
            .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-details-overlay {
              height: 100vh; } }
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents {
          background: white;
          width: 100%;
          max-width: 640px;
          border-radius: 5px;
          box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
          margin: auto; }
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents .hover-overlay {
            display: none; }
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents .images {
            width: 640px;
            max-height: 500px;
            background-color: #fff; }
            .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents .images img {
              width: auto;
              max-height: 500px; }
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents .product-info {
            padding-top: 0;
            font-size: 0; }
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents a.close, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents a.buy-now {
            left: 0;
            max-width: 245px;
            padding: 15px 0;
            display: inline-block;
            margin: 10px; }
            @media (max-width: 640px) {
              .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents a.close, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents a.buy-now {
                font-size: 14px;
                max-width: calc(50% - 10px);
                width: calc(50% - 10px);
                margin: 0 5px;
                padding: 15px 0; } }
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents .product-name {
            display: block;
            float: none;
            font-size: 20px;
            font-weight: 600;
            color: #566373;
            margin: 10px auto;
            text-align: center; }
            .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents .product-name .inline-price {
              color: #69b67c;
              text-align: left;
              font-weight: 400;
              display: inline-block; }
              .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents .product-name .inline-price:before {
                content: ' - ';
                color: #6c7c90; }
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents .product-description {
            display: block;
            font-size: 16px;
            color: #6c7c90;
            text-align: left;
            font-weight: 400;
            padding: 10px 15px;
            border-radius: 3px;
            background-color: rgba(236, 241, 242, 0.5); }
            @media (max-width: 1280px) {
              .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents .product-description {
                font-size: 14px; } }
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product.details-modal .product-contents .product-price {
            display: none; }
      .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .product-info {
        padding: 15px 10px;
        box-sizing: border-box; }
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .product-info .buy-now,
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .product-info .close,
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .product-info .inline-price,
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .product-info .product-description {
          display: none; }
      .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .product-name {
        display: inline-block;
        font-size: 16px;
        color: #6c7c90;
        text-align: left;
        float: left;
        text-overflow: ellipsis; }
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .product-name i.soldout {
          padding-left: 5px;
          color: #ff5977; }
        @media (max-width: 1280px) {
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .product-name {
            font-size: 14px; } }
      .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .product-price {
        display: inline-block;
        font-size: 16px;
        color: #69b67c;
        text-align: left;
        font-weight: 600;
        float: right; }
        @media (max-width: 1280px) {
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .product-price {
            font-size: 14px; } }
      .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .product-description {
        display: none; }
      .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.learn-more, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.close, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.buy-now {
        margin: 15px auto;
        vertical-align: middle;
        width: 80%;
        border-radius: 3px;
        line-height: 30px;
        font-size: 16px;
        display: block;
        padding: 15px 0;
        text-decoration: none;
        margin-bottom: 10px;
        position: relative;
        left: -500px; }
        @media (max-width: 1280px) {
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.learn-more, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.close, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.buy-now {
            font-size: 14px;
            padding: 10px 0; } }
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.learn-more b, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.close b, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.buy-now b {
          font-weight: 600; }
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.learn-more.learn-more, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.close.learn-more, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.buy-now.learn-more {
          color: #6c7c90;
          text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          border: 1px solid rgba(108, 124, 144, 0.45); }
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.learn-more.close, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.close.close, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.buy-now.close {
          color: #6c7c90;
          text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          border: 1px solid rgba(108, 124, 144, 0.25); }
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.learn-more.buy-now, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.close.buy-now, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.buy-now.buy-now {
          color: #fff;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          border: 1px solid rgba(105, 182, 124, 0.5);
          color: white;
          background: #8bc79a; }
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.learn-more.buy-now .fa, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.close.buy-now .fa, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.buy-now.buy-now .fa {
            padding-right: 7px; }
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.learn-more.buy-now:hover, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.close.buy-now:hover, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.buy-now.buy-now:hover {
            background: #69b67c;
            color: white; }
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.learn-more.buy-now.soldout, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.close.buy-now.soldout, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.buy-now.buy-now.soldout {
            background: #FF8CA1;
            color: white;
            border-color: #FF8CA1; }
            .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.learn-more.buy-now.soldout:hover, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.close.buy-now.soldout:hover, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product a.buy-now.buy-now.soldout:hover {
              background: #FF8CA1; }
      .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .hover-overlay {
        position: absolute;
        background: radial-gradient(ellipse at center, white 25%, rgba(255, 255, 255, 0.85) 100%);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.15s ease-in-out;
        box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding-top: 50px;
        z-index: 1; }
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .hover-overlay.hover, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .hover-overlay:hover {
          opacity: 1; }
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .hover-overlay.hover a, .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .hover-overlay:hover a {
            left: 0; }
        @media (max-width: 1280px) {
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .hover-overlay {
            padding-top: 30px; } }
        @media (max-width: 820px) {
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .hover-overlay {
            padding-top: 45px; } }
      .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .images {
        width: 385px;
        height: 281px;
        vertical-align: middle;
        display: table-cell;
        text-align: center;
        position: relative;
        border-radius: 3px;
        background-color: rgba(236, 241, 242, 0.35);
        padding: 10px;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box; }
        @media (max-width: 1280px) {
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .images {
            width: 300px;
            height: 225px; } }
        @media (max-width: 820px) {
          .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .images {
            min-height: 225px;
            height: 225px; } }
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .images .no-media {
          font-size: 35px;
          opacity: 0.1;
          position: relative;
          z-index: 0; }
          @media (max-width: 820px) {
            .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .images .no-media {
              padding: 85px 0; } }
        .spaces:not(.spaces-inline-checkout) #products[data-display-type="grid"] .product .images img {
          max-width: 100%;
          max-height: 100%;
          margin: 0 auto;
          vertical-align: middle;
          border-radius: 3px;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
  .spaces:not(.spaces-inline-checkout) footer {
    padding: 100px;
    font-size: 14px;
    color: #6c7c90; }
    .spaces:not(.spaces-inline-checkout) footer .powered-by-chec {
      margin: 25px auto;
      text-align: center; }
    .spaces:not(.spaces-inline-checkout) footer .copyright {
      line-height: 25px; }
  .spaces:not(.spaces-inline-checkout) #spaces-inline-checkout #purchasing {
    width: 100% !important;
    position: fixed !important; }
  .spaces:not(.spaces-inline-checkout) #spaces-inline-checkout #checkout {
    margin: 0 auto;
    text-align: left;
    padding: 0; }
    .spaces:not(.spaces-inline-checkout) #spaces-inline-checkout #checkout .card {
      border-radius: 0;
      box-shadow: none; }
      .spaces:not(.spaces-inline-checkout) #spaces-inline-checkout #checkout .card .collect {
        padding: 0 35px; }
    .spaces:not(.spaces-inline-checkout) #spaces-inline-checkout #checkout #cart {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      display: none; }
  .spaces:not(.spaces-inline-checkout) .editor {
    display: none;
    background: #69b67c;
    line-height: 55px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 123456789;
    border-top: 1px solid rgba(108, 124, 144, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15); }
    .spaces:not(.spaces-inline-checkout) .editor h3 {
      display: inline-block;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.9);
      margin-right: 15px; }
    .spaces:not(.spaces-inline-checkout) .editor button {
      display: inline-block;
      font-weight: 400;
      line-height: 20px;
      margin: 0 3px;
      transition: all 0.25s ease-in-out; }
      .spaces:not(.spaces-inline-checkout) .editor button.green {
        background: white;
        border-color: white;
        color: #69b67c; }
      .spaces:not(.spaces-inline-checkout) .editor button.cancel {
        border-color: white;
        color: white; }
        .spaces:not(.spaces-inline-checkout) .editor button.cancel:hover {
          background: white;
          color: #ff5977; }
  .spaces:not(.spaces-inline-checkout).is-editable .editor-options {
    height: 44px;
    box-sizing: border-box;
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 123;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    text-align: left;
    -webkit-animation-duration: 0.35s;
    animation-delay: 0s;
    overflow: hidden;
    line-height: 44px;
    background: white;
    border-radius: 3px;
    border: 1px solid rgba(108, 124, 144, 0.1); }
    .spaces:not(.spaces-inline-checkout).is-editable .editor-options:hover {
      border: 1px solid rgba(108, 124, 144, 0.5); }
    .spaces:not(.spaces-inline-checkout).is-editable .editor-options i {
      display: none;
      padding: 0 15px;
      color: #6c7c90;
      font-weight: 400;
      font-size: 20px; }
    .spaces:not(.spaces-inline-checkout).is-editable .editor-options ul.options {
      display: inline-block;
      padding: 0;
      margin: 0;
      height: 44px;
      list-style: none;
      line-height: 44px;
      background: white;
      position: relative;
      top: -2px; }
      .spaces:not(.spaces-inline-checkout).is-editable .editor-options ul.options li {
        display: inline-block;
        padding: 0;
        margin: 0;
        position: relative;
        font-size: 12px; }
        .spaces:not(.spaces-inline-checkout).is-editable .editor-options ul.options li .editor-options__change {
          color: #6c7c90;
          text-decoration: none;
          display: block;
          width: 100%;
          height: 100%;
          padding: 0 15px;
          border: 0; }
          .spaces:not(.spaces-inline-checkout).is-editable .editor-options ul.options li .editor-options__change:hover {
            color: #fff; }
  .spaces:not(.spaces-inline-checkout).is-editable #products.editorSort .ui-sortable-placeholder {
    background: rgba(108, 124, 144, 0.02);
    border: 2px dashed rgba(108, 124, 144, 0.15);
    visibility: visible !important; }
  .spaces:not(.spaces-inline-checkout).is-editable #products.editorSort .product {
    position: relative;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    transition: box-shadow 0.25s ease-in-out, transform 0.15s ease-in-out;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab; }
    .spaces:not(.spaces-inline-checkout).is-editable #products.editorSort .product.ui-sortable-helper {
      transform: rotate(10deg);
      background: white; }
    .spaces:not(.spaces-inline-checkout).is-editable #products.editorSort .product .spaces-editable-sort {
      width: 100%;
      height: 100%;
      line-height: 100%;
      display: block;
      background: rgba(255, 255, 255, 0.85);
      vertical-align: middle;
      /* position: relative; */
      position: absolute;
      left: 0;
      top: 0;
      z-index: 123;
      opacity: 0;
      transition: opacity 0.25s ease-in-out; }
      .spaces:not(.spaces-inline-checkout).is-editable #products.editorSort .product .spaces-editable-sort:hover {
        opacity: 1; }
      .spaces:not(.spaces-inline-checkout).is-editable #products.editorSort .product .spaces-editable-sort .fa {
        color: #6c7c90;
        z-index: 123;
        display: block;
        font-size: 24px;
        line-height: 35px; }
      .spaces:not(.spaces-inline-checkout).is-editable #products.editorSort .product .spaces-editable-sort .sort-desc {
        margin-top: -30px;
        display: block;
        position: relative;
        top: 50%;
        color: #6c7c90; }
    .spaces:not(.spaces-inline-checkout).is-editable #products.editorSort .product:hover {
      box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
      cursor: -moz-grab;
      cursor: -webkit-grab;
      cursor: grab; }

.product .product-images {
  display: none; }
.product.details-modal .product-images {
  max-width: 620px;
  display: block; }
.product .flickity-prev-next-button {
  padding: 0; }
  .product .flickity-prev-next-button:hover {
    color: #333333; }

.hide-cart {
  float: right;
  margin-right: 25px;
  border: 1px solid rgba(108, 124, 144, 0.8);
  border-radius: 50px;
  padding: 5px 15px;
  color: #6C7C90;
  text-decoration: none;
  font-size: 12px;
  opacity: 0.8; }
  .hide-cart:hover {
    opacity: 1; }
  .hide-cart .fa {
    margin-right: 4px; }

#basket {
  display: none;
  padding: 0px 25px;
  height: 50px;
  background-color: white;
  background-image: url("/images/hologram.bg.large.png");
  background-size: 1000px auto;
  background-position: left top;
  position: fixed;
  right: 20px;
  top: 20px;
  border-radius: 5px;
  z-index: 1234569;
  border: 1px solid #EBE7E8;
  cursor: pointer; }
  #basket .fa-shopping-cart {
    line-height: 50px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 6px;
    font-size: 18px;
    opacity: 0.8;
    color: #6C7C90; }
  #basket .items {
    font-size: 16px;
    line-height: 50px;
    color: #6C7C90; }
  #basket.item-added {
    -webkit-animation: pulsate 0.25s ease-out;
    -webkit-animation-iteration-count: 1; }
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.8, 0.8); }
  50% {
    -webkit-transform: scale(1.2, 1.2); }
  100% {
    -webkit-transform: scale(1, 1); } }
#shopping-cart #cart-active-overlay {
  width: 100vw;
  height: 100vh;
  background: white;
  position: fixed;
  z-index: 12345678;
  top: 0px;
  right: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 1s ease-in-out;
  background: rgba(0, 0, 0, 0.25);
  display: none; }
#shopping-cart #cart-overview {
  position: fixed;
  top: 0;
  right: 0;
  width: 520px;
  background: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15), 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  min-height: 100vh;
  height: 100%;
  z-index: 123456789;
  padding: 0px;
  overflow-y: scroll;
  padding-right: 20px;
  margin-right: -20px;
  box-sizing: content-box;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  #shopping-cart #cart-overview.inactive {
    -webkit-transform: translate3d(540px, 0, 0);
    -moz-transform: translate3d(540px, 0, 0);
    -ms-transform: translate3d(540px, 0, 0);
    transform: translate3d(540px, 0, 0); }
  #shopping-cart #cart-overview .shopping-cart-wrap {
    height: auto;
    min-height: calc(100vh - 95px);
    position: relative; }
  #shopping-cart #cart-overview h3.shopping-cart-title {
    display: block;
    padding: 0px 30px;
    font-size: 20px;
    color: #6C7C90;
    font-weight: 400;
    text-align: left; }
    #shopping-cart #cart-overview h3.shopping-cart-title i {
      margin-right: 3px; }
  #shopping-cart #cart-overview hr.hologram-bar {
    margin: 0 auto;
    border: none;
    background-image: url("/images/hologram.bg.large.png");
    background-size: 600px auto;
    background-position: left bottom;
    height: 20px;
    width: 100%;
    opacity: 0.8; }
    #shopping-cart #cart-overview hr.hologram-bar.open {
      top: 0; }
    #shopping-cart #cart-overview hr.hologram-bar.close {
      bottom: 0px;
      position: absolute; }
  #shopping-cart #cart-overview .line-items {
    padding: 0;
    margin: 0;
    font-size: 0px; }
    #shopping-cart #cart-overview .line-items li {
      list-style: none;
      border-top: 1px solid rgba(108, 124, 144, 0.15);
      padding: 20px 30px;
      vertical-align: top; }
      #shopping-cart #cart-overview .line-items li.empty {
        color: rgba(108, 124, 144, 0.8);
        font-size: 14px; }
      #shopping-cart #cart-overview .line-items li .line-item-name {
        font-size: 14px;
        color: #6C7C90;
        width: 68%;
        display: inline-block;
        text-align: left;
        vertical-align: top;
        font-weight: 400; }
      #shopping-cart #cart-overview .line-items li .line-item-price {
        font-size: 14px;
        color: #8BC79A;
        width: 19%;
        display: inline-block;
        text-align: right;
        font-weight: 600;
        vertical-align: top; }
      #shopping-cart #cart-overview .line-items li .line-item-remove {
        color: #ff5977;
        display: inline-block;
        text-align: right;
        font-weight: 600;
        vertical-align: top;
        width: 5%;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        font-weight: 800; }
      #shopping-cart #cart-overview .line-items li .line-item-quantity-alt {
        font-size: 14px;
        color: #6C7C90;
        width: 8%;
        display: inline-block;
        text-align: left;
        vertical-align: top;
        position: relative;
        top: -1px;
        font-weight: 600; }
        #shopping-cart #cart-overview .line-items li .line-item-quantity-alt input {
          /* margin-left: 2px; */
          text-align: center;
          width: 25px;
          font-size: 12px;
          height: 20px;
          padding: 0px;
          line-height: 20px;
          vertical-align: top;
          position: relative;
          /* bottom: 1px; */ }
        #shopping-cart #cart-overview .line-items li .line-item-quantity-alt .fa {
          font-size: 10px;
          position: relative;
          top: -2px;
          opacity: 0.5; }
          #shopping-cart #cart-overview .line-items li .line-item-quantity-alt .fa:hover {
            opacity: 1; }
      #shopping-cart #cart-overview .line-items li .line-item-variants {
        display: block;
        text-align: left;
        font-size: 13px;
        color: rgba(108, 124, 144, 0.8);
        vertical-align: top;
        line-height: 25px; }
      #shopping-cart #cart-overview .line-items li .line-item-quantity {
        display: block;
        text-align: left;
        font-size: 13px;
        color: rgba(108, 124, 144, 0.8);
        vertical-align: top;
        line-height: 30px;
        display: none; }
  #shopping-cart #cart-overview .subtotal {
    padding: 0px 30px;
    color: #6C7C90;
    line-height: 60px;
    background: rgba(157, 170, 187, 0.05);
    border-top: 1px solid rgba(108, 124, 144, 0.15);
    border-bottom: 1px solid rgba(108, 124, 144, 0.15); }
    #shopping-cart #cart-overview .subtotal h4 {
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      text-align: left;
      width: 50%;
      margin: 0;
      padding: 0; }
    #shopping-cart #cart-overview .subtotal span {
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      text-align: right;
      width: 50%; }
      #shopping-cart #cart-overview .subtotal span i {
        border: 1px solid rgba(139, 199, 154, 0.5);
        color: #69b67c;
        font-size: 12px;
        padding: 2px 5px;
        font-style: normal;
        border-radius: 3px;
        margin-left: 5px;
        position: relative;
        top: -1px; }
  #shopping-cart #cart-overview .closing {
    text-align: center;
    margin: 35px auto; }
    #shopping-cart #cart-overview .closing .secure {
      color: #6C7C90;
      display: block;
      width: 60%;
      margin: 25px auto;
      line-height: 20px; }
  #shopping-cart #cart-overview a.go-to-checkout {
    margin: 0px auto;
    vertical-align: middle;
    width: 90%;
    border-radius: 3px;
    line-height: 30px;
    font-size: 16px;
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(105, 182, 124, 0.5);
    color: white;
    background: #8BC79A;
    cursor: pointer;
    width: auto;
    display: inline-block;
    padding: 15px 35px;
    /*
    @media (max-width:1280px) {
        font-size: 14px;
        padding: 10px 0;
    }*/ }
    #shopping-cart #cart-overview a.go-to-checkout b {
      font-weight: 600; }
    #shopping-cart #cart-overview a.go-to-checkout .fa {
      padding-right: 7px; }
    #shopping-cart #cart-overview a.go-to-checkout:hover {
      background: #69b67c;
      color: white; }
  #shopping-cart #cart-overview a.continue-shopping {
    display: block;
    font-size: 16px;
    padding-top: 25px;
    color: #6C7C90; }

#receipt {
  margin-top: 50px;
  width: 100%;
  max-width: 520px;
  text-align: center;
  padding: 0px; }
  @media only screen and (min-width: 320px) and (max-width: 520px) {
    #receipt {
      padding: 0px;
      margin: 0px; } }
  #receipt .a {
    -webkit-animation-delay: .5s;
    /* Chrome, Safari, Opera */
    animation-delay: .5s; }
  #receipt .b {
    -webkit-animation-delay: .75s;
    /* Chrome, Safari, Opera */
    animation-delay: .75s; }
  #receipt .c {
    -webkit-animation-delay: 1s;
    /* Chrome, Safari, Opera */
    animation-delay: 1s; }
  #receipt .banner {
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    #receipt .banner img.logo {
      width: 80px;
      margin-top: -45px; }
      #receipt .banner img.logo.circle {
        border-radius: 155px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
      #receipt .banner img.logo.squared {
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    #receipt .banner.cover {
      background-size: cover;
      background-position: center;
      background-color: white !important;
      height: 165px;
      position: relative;
      padding-top: 40px; }
      #receipt .banner.cover.logo img.logo {
        margin-top: -0px; }
      #receipt .banner.cover.logo img.padlock {
        position: absolute;
        left: auto;
        right: 10px !important;
        top: -10px !important;
        margin: 0 !important; }
  #receipt .hologram-bar {
    border: none;
    background-image: url("https://cdn.chec.io/chec-assets/card-hologram.png");
    background-size: 200% auto;
    background-position: left top;
    height: 15px;
    width: 100%; }
  #receipt b {
    font-weight: 600; }
  #receipt h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: #8996a6;
    text-align: left;
    display: none;
    width: 100%;
    max-width: 480px;
    margin: 0 auto; }
  #receipt section {
    margin: 5px auto 15px;
    padding: 0px;
    width: 100%;
    max-width: 460px;
    font-size: 13px;
    line-height: 1.6em;
    color: #6C7C90;
    box-sizing: border-box; }
    #receipt section a {
      color: #529EC4;
      border-bottom: 1px solid rgba(82, 158, 196, 0.2);
      text-decoration: none; }
    #receipt section.opening {
      margin: 35px auto 25px; }
      #receipt section.opening h1 {
        font-weight: 400;
        font-size: 24px;
        color: #69b67c; }
      #receipt section.opening h2 {
        font-weight: 300;
        font-size: 18px;
        color: #69b67c; }
      #receipt section.opening p {
        font-weight: 300; }
    #receipt section.closing {
      margin: 25px auto 35px; }
      #receipt section.closing h1 {
        font-weight: 300;
        font-size: 24px;
        color: #69b67c; }
      #receipt section.closing p {
        font-weight: 400;
        opacity: 0.8;
        font-size: 13px; }
    #receipt section.fulfillment-native-downloads {
      font-size: 13px;
      text-align: left;
      position: relative;
      overflow: hidden;
      border-radius: 5px;
      border: 1px solid rgba(108, 124, 144, 0.2); }
      #receipt section.fulfillment-native-downloads ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%; }
        #receipt section.fulfillment-native-downloads ul li {
          padding: 15px 20px;
          margin: 0;
          font-size: 12px;
          border-top: 1px solid rgba(157, 170, 187, 0.1); }
          #receipt section.fulfillment-native-downloads ul li a {
            color: #529EC4;
            border-bottom: 1px solid rgba(82, 158, 196, 0.2); }
          #receipt section.fulfillment-native-downloads ul li small {
            float: right;
            font-size: 12px;
            opacity: 0.8; }
          #receipt section.fulfillment-native-downloads ul li a.btn-download {
            color: #69b67c;
            border: 1px solid #8BC79A;
            font-size: 11px;
            font-weight: 600;
            padding: 4px 10px;
            float: right;
            border-radius: 3px; }
            #receipt section.fulfillment-native-downloads ul li a.btn-download:hover {
              color: white;
              background: #8BC79A; }
    #receipt section.order-summary {
      font-size: 13px;
      text-align: left;
      position: relative;
      overflow: hidden;
      border-radius: 5px;
      border: 1px solid rgba(108, 124, 144, 0.2); }
      #receipt section.order-summary table {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0;
        text-align: 13px; }
        #receipt section.order-summary table tr {
          border-top: 1px solid rgba(157, 170, 187, 0.1); }
          #receipt section.order-summary table tr:first-of-type {
            border-top: none; }
          #receipt section.order-summary table tr td:first-of-type {
            width: 75%; }
          #receipt section.order-summary table tr td:last-of-type {
            text-align: right; }
          #receipt section.order-summary table tr.line-item td {
            padding: 10px 0px 10px 20px;
            position: relative; }
          #receipt section.order-summary table tr.line-item td:last-of-type {
            color: #69b67c;
            padding: 10px 20px 10px 0px; }
          #receipt section.order-summary table tr.line-item small.variants {
            display: block;
            font-size: 12px;
            opacity: 0.8;
            padding-top: 3px; }
          #receipt section.order-summary table tr.line-item span.quantity {
            color: #69b67c;
            display: inline; }
          #receipt section.order-summary table tr.line-total {
            background: rgba(157, 170, 187, 0.05);
            border-top: 1px solid rgba(157, 170, 187, 0.1);
            color: rgba(108, 124, 144, 0.8); }
            #receipt section.order-summary table tr.line-total td {
              padding: 10px 00px 10px 20px;
              font-size: 12px; }
            #receipt section.order-summary table tr.line-total td:last-of-type {
              padding: 10px 20px 10px 0px; }
            #receipt section.order-summary table tr.line-total._total {
              background: rgba(157, 170, 187, 0.025); }
              #receipt section.order-summary table tr.line-total._total td {
                padding: 15px 00px 15px 20px; }
              #receipt section.order-summary table tr.line-total._total td:last-of-type {
                padding: 15px 20px 15px 0px; }
              #receipt section.order-summary table tr.line-total._total td {
                font-size: 13px;
                color: #6C7C90; }
                #receipt section.order-summary table tr.line-total._total td i {
                  border: 1px solid rgba(139, 199, 154, 0.5);
                  color: #69b67c;
                  font-size: 10px;
                  padding: 2px 4px;
                  font-style: normal;
                  border-radius: 3px;
                  margin-left: 3px;
                  position: relative;
                  top: -1px; }
    #receipt section.customer-details {
      font-size: 13px;
      text-align: left;
      position: relative;
      overflow: hidden;
      border-radius: 5px;
      border: 1px solid rgba(108, 124, 144, 0.2);
      padding: 10px 20px; }
      #receipt section.customer-details p {
        position: relative;
        z-index: 1;
        color: rgba(108, 124, 144, 0.8); }
        #receipt section.customer-details p b {
          color: #6c7c90; }
      #receipt section.customer-details .map {
        width: 40%;
        position: absolute;
        overflow: hidden;
        height: 100%;
        top: 0;
        right: -2px;
        z-index: 0;
        overflow: hidden;
        opacity: 1; }
        #receipt section.customer-details .map .fade {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          z-index: 1;
          background-color: transparent; }
        #receipt section.customer-details .map iframe {
          position: absolute;
          top: -105px;
          left: -10px;
          width: 110%; }
      #receipt section.customer-details .map-alt {
        width: 100%;
        position: absolute;
        overflow: hidden;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        overflow: hidden;
        opacity: 0.3; }
        #receipt section.customer-details .map-alt .fade {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          z-index: 1;
          background-color: white;
          background-image: -webkit-linear-gradient(-360deg, white 45%, rgba(255, 255, 255, 0) 100%);
          background-image: linear-gradient(90deg,white 45%, rgba(255, 255, 255, 0) 100%);
          background-color: transparent; }
        #receipt section.customer-details .map-alt iframe {
          position: absolute;
          top: -125px;
          left: 50px;
          width: 125%; }

@media only screen and (max-width: 520px) {
  #product-display {
    width: 100vw !important; }

  #hosted-checkout #checkout #cart .ordering .banner {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }

  #checkout .name-quantity-price {
    padding: 0 15px !important; }

  .select-box {
    margin-bottom: 12px  !important; }

  #checkout .go-back-button {
    top: 5px;
    left: 5px;
    font-size: 12px;
    padding: 5px 12px;
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.05);
    color: white; }

  #product-display .media, #product-display .about {
    box-shadow: none !important;
    border-radius: 0; }

  #product-display .about h1.product-title {
    padding: 10px 20px 0;
    font-size: 18px; }

  #product-display .about .product-description ul,
  #product-display .about .product-description ol {
    margin: 0;
    padding: 15px; }

  #product-display .about .go-to-checkout button {
    width: 100vw;
    border-radius: 0; }

  #product-display .about .go-to-checkout {
    padding: 0; }

  #product-display .about h3.by {
    padding: 0 10px 20px;
    font-size: 14px; }

  #product-display .about .product-description {
    padding: 10px 20px;
    font-size: 12px; }

  #product-display .about .product-description h1 {
    font-size: 24px;
    text-align: center; }

  #product-display .about .product-description h2 {
    font-size: 20px;
    text-align: center; }

  body {
    padding: 0; }

  #checkout #cart .ordering .line-item {
    padding: 15px 15px 5px; }

  #checkout #cart .ordering .banner {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 120px !important; }

  #checkout #cart .ordering .banner img.logo {
    width: 60px !important;
    margin-top: -10px !important; }

  #checkout #cart #discount .discount-wrapper {
    padding: 0 10px; }

  #checkout #cart #discount a {
    margin-left: 15px; }

  button#submit-checkout.green.primary {
    width: 100vw;
    margin-top: -30px;
    position: relative;
    tab-size: 0;
    top: -5px;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    padding: 25px; }

  hr.hologram-bar.close {
    margin-top: -5px !important; }

  #checkout #closing span.secured, #checkout #closing-paypal span.secured,
  #checkout .powered-by-chec {
    display: none; }

  #checkout #cart #discount .discount-wrapper .apply {
    right: 20px; }

  #purchasing .loader {
    transform: scale(0.8, 0.8); }

  #receipt .hologram-bar {
    margin: 0; }
  #receipt section {
    width: 95% !important; }
  #receipt section.order-summary table tr td:first-of-type {
    width: 60% !important; }
  #receipt section.fulfillment-native-downloads ul li small {
    display: none; }
  #receipt section.opening img.animated.fadeIn.a {
    width: 80px; }
  #receipt section.customer-details {
    font-size: 12px; }

  #paypal-overlay span {
    font-size: 13px; }

  .mobile-only {
    display: inline-block; }

  .spaces #search {
    width: 80%; }
  .spaces #cart-overview {
    width: 100vw !important; }

  #shopping-cart #cart-overview .line-items li {
    padding: 20px 15px !important; }

  #shopping-cart #cart-overview .subtotal, #shopping-cart #cart-overview h3.shopping-cart-title {
    padding: 0px 15px !important; }

  #shopping-cart #cart-overview .line-items li .line-item-name {
    width: 66% !important; }

  #shopping-cart #cart-overview .line-items li .line-item-price {
    width: 19% !important; }

  #shopping-cart #cart-overview .line-items li .line-item-quantity-alt {
    width: 10% !important; } }

/*# sourceMappingURL=checkout.css.map */
