html {
  box-sizing: border-box; }

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

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

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

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

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

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, button, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: inherit;
  padding: 20px;  }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
button, input[type="button"], input[type="reset"], input[type="submit"],
select {
  border: 0;
  border-radius: 0;
  outline: none; }

/***************************
 *
 * INCLUDE YOUR FONTS HERE USING @include font-face()
 * Fonts are stored in public/assets/fonts
 *
 ***************************/
@font-face {
  font-family: "open-sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/open-sans/regular/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans/regular/opensans-regular-webfont.woff") format("woff"), url("/assets/fonts/open-sans/regular/opensans-regular-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "open-sans-light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/open-sans/light/opensans-light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans/light/opensans-light.woff") format("woff"), url("/assets/fonts/open-sans/light/opensans-light.ttf") format("truetype"); }
@font-face {
  font-family: "open-sans-bold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/open-sans/bold/opensans-bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans/bold/opensans-bold.woff") format("woff"), url("/assets/fonts/open-sans/bold/opensans-bold.ttf") format("truetype"); }
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/montserrat/regular/montserrat-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/montserrat/regular/montserrat-regular.woff") format("woff"), url("/assets/fonts/montserrat/regular/montserrat-regular.ttf") format("truetype"); }
@font-face {
  font-family: "montserrat-bold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/montserrat/bold/montserrat-bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/montserrat/bold/montserrat-bold.woff") format("woff"), url("/assets/fonts/montserrat/bold/montserrat-bold.ttf") format("truetype"); }
/***********************************
 *
 * PUT ANY GLOBAL MIXINS YOU CREATE HERE
 * ! Only create mixins that do not
 * require your local variables and functions
 *
 ***********************************/
/***********************************
 *
 * PUT ANY GLOBAL FUNCTIONS YOU CREATE HERE
 * ! Only create function that do not
 * require your local variables and mixins
 *
 ***********************************/
/***********************************
 *
 * PUT ANY GLOBAL OBJECTS YOU CREATE HERE
 * ! Only create objects that do not
 * require your local variables and mixins/functions
 *
 ***********************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.modal-wrapper .modal {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

/***********************************
 *
 * USE THIS FILE TO CREATE GLOBAL VARIABLES
 * ! Only include variables that can be used by any other
 * project without having an effect on the structure of the website
 *
 ***********************************/
.popup-box, .popup-box .popup-loader, .modal-wrapper .modal, .home-about, .static-container {
  background-color: #fff;
  background-image: -webkit-linear-gradient(#fff, #cccccc);
  background-image: linear-gradient(#fff, #cccccc); }

footer {
  background-color: #111;
  background-image: -webkit-linear-gradient(#111, #090909);
  background-image: linear-gradient(#111, #090909); }

.hint-box, .referral-link {
  background-color: #fe5000;
  background-image: -webkit-linear-gradient(#fe5000, #c13d00);
  background-image: linear-gradient(#fe5000, #c13d00); }

@media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
  .sprite.arrow_down {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) 0px 0px no-repeat; }

  .sprite.close {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -24px 0px no-repeat; }

  .sprite.close_dark {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -48px 0px no-repeat; }

  .sprite.dollar {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -72px 0px no-repeat; }

  .sprite.email {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -96px 0px no-repeat; }

  .sprite.error {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -120px 0px no-repeat; }

  .sprite.facebook {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -144px 0px no-repeat; }

  .sprite.menu_closed {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -168px 0px no-repeat; }

  .sprite.notifications {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -192px 0px no-repeat; }

  .sprite.right {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -216px 0px no-repeat; }

  .sprite.speech {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -240px 0px no-repeat; }

  .sprite.star {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -264px 0px no-repeat; }

  .sprite.star_empty {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -288px 0px no-repeat; }

  .sprite.success {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -312px 0px no-repeat; }

  .sprite.twitter {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -336px 0px no-repeat; }

  .sprite.user {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -360px 0px no-repeat; }

  .sprite.user_female {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -384px 0px no-repeat; } }
@media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
  .sprite.arrow_down {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) 0px 0px no-repeat; }

  .sprite.close {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -24px 0px no-repeat; }

  .sprite.close_dark {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -48px 0px no-repeat; }

  .sprite.dollar {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -72px 0px no-repeat; }

  .sprite.email {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -96px 0px no-repeat; }

  .sprite.error {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -120px 0px no-repeat; }

  .sprite.facebook {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -144px 0px no-repeat; }

  .sprite.menu_closed {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -168px 0px no-repeat; }

  .sprite.notifications {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -192px 0px no-repeat; }

  .sprite.right {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -216px 0px no-repeat; }

  .sprite.speech {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -240px 0px no-repeat; }

  .sprite.star {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -264px 0px no-repeat; }

  .sprite.star_empty {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -288px 0px no-repeat; }

  .sprite.success {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -312px 0px no-repeat; }

  .sprite.twitter {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -336px 0px no-repeat; }

  .sprite.user {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -360px 0px no-repeat; }

  .sprite.user_female {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -384px 0px no-repeat; } }
@media screen and (min-width: 79.9375em) and (max-width: 105em) {
  .sprite.arrow_down {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) 0px 0px no-repeat; }

  .sprite.close {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -24px 0px no-repeat; }

  .sprite.close_dark {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -48px 0px no-repeat; }

  .sprite.dollar {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -72px 0px no-repeat; }

  .sprite.email {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -96px 0px no-repeat; }

  .sprite.error {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -120px 0px no-repeat; }

  .sprite.facebook {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -144px 0px no-repeat; }

  .sprite.menu_closed {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -168px 0px no-repeat; }

  .sprite.notifications {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -192px 0px no-repeat; }

  .sprite.right {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -216px 0px no-repeat; }

  .sprite.speech {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -240px 0px no-repeat; }

  .sprite.star {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -264px 0px no-repeat; }

  .sprite.star_empty {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -288px 0px no-repeat; }

  .sprite.success {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -312px 0px no-repeat; }

  .sprite.twitter {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -336px 0px no-repeat; }

  .sprite.user {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -360px 0px no-repeat; }

  .sprite.user_female {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -384px 0px no-repeat; } }
@media screen and (min-width: 105em) {
  .sprite.arrow_down {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) 0px 0px no-repeat; }

  .sprite.close {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -24px 0px no-repeat; }

  .sprite.close_dark {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -48px 0px no-repeat; }

  .sprite.dollar {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -72px 0px no-repeat; }

  .sprite.email {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -96px 0px no-repeat; }

  .sprite.error {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -120px 0px no-repeat; }

  .sprite.facebook {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -144px 0px no-repeat; }

  .sprite.menu_closed {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -168px 0px no-repeat; }

  .sprite.notifications {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -192px 0px no-repeat; }

  .sprite.right {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -216px 0px no-repeat; }

  .sprite.speech {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -240px 0px no-repeat; }

  .sprite.star {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -264px 0px no-repeat; }

  .sprite.star_empty {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -288px 0px no-repeat; }

  .sprite.success {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -312px 0px no-repeat; }

  .sprite.twitter {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -336px 0px no-repeat; }

  .sprite.user {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -360px 0px no-repeat; }

  .sprite.user_female {
    width: 24px;
    height: 24px;
    background: url(/assets/frontend/sprites/24x24/sprite.png) -384px 0px no-repeat; } }
@media screen and (max-width: 29.25em) {
  .sprite.arrow_down {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) 0px 0px no-repeat; }

  .sprite.close {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -16px 0px no-repeat; }

  .sprite.close_dark {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -32px 0px no-repeat; }

  .sprite.dollar {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -48px 0px no-repeat; }

  .sprite.email {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -64px 0px no-repeat; }

  .sprite.error {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -80px 0px no-repeat; }

  .sprite.facebook {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -96px 0px no-repeat; }

  .sprite.menu_closed {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -112px 0px no-repeat; }

  .sprite.notifications {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -128px 0px no-repeat; }

  .sprite.right {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -144px 0px no-repeat; }

  .sprite.speech {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -160px 0px no-repeat; }

  .sprite.star {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -176px 0px no-repeat; }

  .sprite.star_empty {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -192px 0px no-repeat; }

  .sprite.success {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -208px 0px no-repeat; }

  .sprite.twitter {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -224px 0px no-repeat; }

  .sprite.user {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -240px 0px no-repeat; }

  .sprite.user_female {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -256px 0px no-repeat; } }
@media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
  .sprite.arrow_down {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) 0px 0px no-repeat; }

  .sprite.close {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -16px 0px no-repeat; }

  .sprite.close_dark {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -32px 0px no-repeat; }

  .sprite.dollar {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -48px 0px no-repeat; }

  .sprite.email {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -64px 0px no-repeat; }

  .sprite.error {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -80px 0px no-repeat; }

  .sprite.facebook {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -96px 0px no-repeat; }

  .sprite.menu_closed {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -112px 0px no-repeat; }

  .sprite.notifications {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -128px 0px no-repeat; }

  .sprite.right {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -144px 0px no-repeat; }

  .sprite.speech {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -160px 0px no-repeat; }

  .sprite.star {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -176px 0px no-repeat; }

  .sprite.star_empty {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -192px 0px no-repeat; }

  .sprite.success {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -208px 0px no-repeat; }

  .sprite.twitter {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -224px 0px no-repeat; }

  .sprite.user {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -240px 0px no-repeat; }

  .sprite.user_female {
    width: 16px;
    height: 16px;
    background: url(/assets/frontend/sprites/16x16/sprite.png) -256px 0px no-repeat; } }
@-webkit-keyframes scroller {
  0%, 80% {
    -webkit-transform: rotateZ(0deg);
    opacity: .5; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: rotateZ(360deg);
    opacity: .5; } }
@-moz-keyframes scroller {
  0%, 80% {
    -moz-transform: rotateZ(0deg);
    opacity: .5; }
  90% {
    opacity: 1; }
  100% {
    -moz-transform: rotateZ(360deg);
    opacity: .5; } }
@keyframes scroller {
  0%, 80% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    opacity: .5; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    opacity: .5; } }
@-webkit-keyframes popup {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-moz-keyframes popup {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@keyframes popup {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg); } }
@-moz-keyframes loader {
  0% {
    -moz-transform: rotateZ(0deg); }
  100% {
    -moz-transform: rotateZ(360deg); } }
@keyframes loader {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@-webkit-keyframes loader-back {
  0% {
    -webkit-transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(-360deg); } }
@-moz-keyframes loader-back {
  0% {
    -moz-transform: rotateZ(0deg); }
  100% {
    -moz-transform: rotateZ(-360deg); } }
@keyframes loader-back {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg); } }
@-webkit-keyframes bonus {
  0% {
    border: 2px solid transparent;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent;
    opacity: 1; }
  50% {
    padding: 25%;
    border: 5px solid #fe5000;
    box-shadow: inset 0 0 5px 5px #fff, inset 0 0 3px 10px #fe5000;
    opacity: 0; }
  100% {
    border: 2px solid transparent;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent;
    opacity: 0; } }
@-moz-keyframes bonus {
  0% {
    border: 2px solid transparent;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent;
    opacity: 1; }
  50% {
    padding: 25%;
    border: 5px solid #fe5000;
    box-shadow: inset 0 0 5px 5px #fff, inset 0 0 3px 10px #fe5000;
    opacity: 0; }
  100% {
    border: 2px solid transparent;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent;
    opacity: 0; } }
@keyframes bonus {
  0% {
    border: 2px solid transparent;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent;
    opacity: 1; }
  50% {
    padding: 25%;
    border: 5px solid #fe5000;
    box-shadow: inset 0 0 5px 5px #fff, inset 0 0 3px 10px #fe5000;
    opacity: 0; }
  100% {
    border: 2px solid transparent;
    box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 transparent;
    opacity: 0; } }
@-webkit-keyframes heart-beat {
  0% {
    -webkit-transform: scale(1); }
  8% {
    -webkit-transform: scale(1.02);
    z-index: 2; }
  13% {
    -webkit-transform: scale(1); }
  21% {
    -webkit-transform: scale(1.05);
    z-index: 2; }
  85% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes heart-beat {
  0% {
    -moz-transform: scale(1); }
  8% {
    -moz-transform: scale(1.02);
    z-index: 2; }
  13% {
    -moz-transform: scale(1); }
  21% {
    -moz-transform: scale(1.05);
    z-index: 2; }
  85% {
    -moz-transform: scale(1); }
  100% {
    -moz-transform: scale(1); } }
@keyframes heart-beat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  8% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    z-index: 2; }
  13% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  21% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2; }
  85% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes shiny-button {
  0% {
    display: none; }
  1% {
    display: block;
    left: 0;
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    left: 100%;
    opacity: 0; }
  100% {
    display: none;
    left: 100%;
    opacity: 0; } }
@-moz-keyframes shiny-button {
  0% {
    display: none; }
  1% {
    display: block;
    left: 0;
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    left: 100%;
    opacity: 0; }
  100% {
    display: none;
    left: 100%;
    opacity: 0; } }
@keyframes shiny-button {
  0% {
    display: none; }
  1% {
    display: block;
    left: 0;
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    left: 100%;
    opacity: 0; }
  100% {
    display: none;
    left: 100%;
    opacity: 0; } }
@-webkit-keyframes more-below {
  0% {
    display: none;
    opacity: 0;
    bottom: 5px; }
  1% {
    display: block;
    opacity: 1;
    bottom: 5px; }
  10% {
    bottom: 15px; }
  20% {
    bottom: 5px; }
  30% {
    bottom: 15px; }
  40% {
    bottom: 5px; }
  50% {
    bottom: 15px; }
  60% {
    bottom: 5px; }
  70% {
    bottom: 15px; }
  80% {
    bottom: 5px; }
  85% {
    opacity: 1; }
  100% {
    display: none;
    opacity: 0; } }
@-moz-keyframes more-below {
  0% {
    display: none;
    opacity: 0;
    bottom: 5px; }
  1% {
    display: block;
    opacity: 1;
    bottom: 5px; }
  10% {
    bottom: 15px; }
  20% {
    bottom: 5px; }
  30% {
    bottom: 15px; }
  40% {
    bottom: 5px; }
  50% {
    bottom: 15px; }
  60% {
    bottom: 5px; }
  70% {
    bottom: 15px; }
  80% {
    bottom: 5px; }
  85% {
    opacity: 1; }
  100% {
    display: none;
    opacity: 0; } }
@keyframes more-below {
  0% {
    display: none;
    opacity: 0;
    bottom: 5px; }
  1% {
    display: block;
    opacity: 1;
    bottom: 5px; }
  10% {
    bottom: 15px; }
  20% {
    bottom: 5px; }
  30% {
    bottom: 15px; }
  40% {
    bottom: 5px; }
  50% {
    bottom: 15px; }
  60% {
    bottom: 5px; }
  70% {
    bottom: 15px; }
  80% {
    bottom: 5px; }
  85% {
    opacity: 1; }
  100% {
    display: none;
    opacity: 0; } }
* {
  text-decoration: none; }

.no-touchevents body,
.no-touchevents .layout {
  min-width: 79.9375em; }

body,
a {
  color: #111; }
  @media screen and (max-width: 29.25em) {
    body,
    a {
      font: 400 12px/22px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    body,
    a {
      font: 400 13px/24px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    body,
    a {
      font: 400 15px/28px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    body,
    a {
      font: 400 16px/30px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    body,
    a {
      font: 400 18px/33px open-sans-light, "Arial", "sans serif"; } }

@media screen and (max-width: 79.9375em) {
  body {
    background: #111 url("/assets/frontend/patterns/dark_edges_mobile.png") repeat; } }
@media screen and (min-width: 79.9375em) {
  body {
    background: #111 url("/assets/frontend/patterns/dark_edges.png") fixed repeat; } }

.layout {
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 79.9375em) {
    .layout {
      height: 100%;
      width: 100%; } }
  @media screen and (max-width: 79.9375em) {
    .layout {
      height: 100%;
      width: 100vw; } }

header {
  background-color: #111;
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 500; }

@media screen and (max-width: 29.25em) {
  header,
  .mobile-nav a {
    height: 45px; } }
@media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
  header,
  .mobile-nav a {
    height: 40px; } }
@media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
  header,
  .mobile-nav a {
    height: 55px; } }
@media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
  header,
  .mobile-nav a {
    height: 45px; } }
@media screen and (min-width: 79.9375em) and (max-width: 105em) {
  header,
  .mobile-nav a {
    height: 60px; } }
@media screen and (min-width: 105em) {
  header,
  .mobile-nav a {
    height: 60px; } }

.header {
  height: 100%;
  position: relative; }
  @media screen and (max-width: 79.9375em) {
    .header {
      max-width: 120em;
      margin-left: auto;
      margin-right: auto; }
      .header::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 79.9375em) {
    .header {
      max-width: 80em;
      margin-left: auto;
      margin-right: auto; }
      .header::after {
        clear: both;
        content: "";
        display: table; } }
  .header nav,
  .header .logo {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%; }
    @media screen and (max-width: 79.9375em) {
      .header nav,
      .header .logo {
        float: left;
        display: block;
        margin-right: 11.18613%;
        width: 44.40694%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .header nav:last-child,
        .header .logo:last-child {
          margin-right: 0; } }
    .header nav a,
    .header nav section a,
    .header .logo a,
    .header .logo section a {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }

.logo {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media screen and (min-width: 79.9375em) {
    .logo {
      float: left;
      display: block;
      margin-right: 1.70538%;
      width: 15.24551%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .logo:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 79.9375em) {
    .logo {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; } }
  .logo a {
    padding: 0 20px;
    height: 100%; }
    @media screen and (min-width: 79.9375em) {
      .logo a {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    @media screen and (max-width: 79.9375em) {
      .logo a {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start; } }
    @media screen and (max-width: 29.25em) {
      .logo a .desktop {
        display: none; }
      .logo a .mobile {
        display: block; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .logo a .mobile {
        display: none; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .logo a .mobile {
        display: none; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .logo a .mobile {
        display: none; } }
    @media screen and (min-width: 79.9375em) {
      .logo a .mobile {
        display: none; } }
    @media screen and (max-width: 79.9375em) {
      .logo a img {
        width: 70%; } }

nav {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end; }
  @media screen and (max-width: 79.9375em) {
    nav a {
      margin: 0 20px 0 0; }
    nav .mobile-nav > a {
      margin: 0 5px 0 15px; }
    nav .mobile-nav > a:not(.icon) {
      border-bottom: 1px solid #fe5000; }
    nav .mobile-nav > .icon {
      float: left; } }
  @media screen and (min-width: 79.9375em) {
    nav {
      float: left;
      display: block;
      margin-right: 1.70538%;
      width: 83.0491%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      nav:last-child {
        margin-right: 0; }
      nav a:not(.icon) span:before,
      nav a:not(.icon) span:after,
      nav section a:not(.icon) span:before,
      nav section a:not(.icon) span:after {
        content: '';
        height: 3px;
        position: absolute;
        width: 100%; }
      nav a:not(.icon) span:before,
      nav section a:not(.icon) span:before {
        display: block;
        background-color: #fff;
        margin-top: -50px;
        opacity: 0; }
      nav a:not(.icon) span:after,
      nav section a:not(.icon) span:after {
        display: block;
        background-color: #fff;
        margin-top: 4px;
        opacity: .1; }
      nav a:not(.icon):hover span:before,
      nav section a:not(.icon):hover span:before {
        margin-top: -8px;
        opacity: .9; }
      nav a:not(.icon):hover span:after,
      nav section a:not(.icon):hover span:after {
        background-color: #fff;
        opacity: .9; }
      nav a:not(.icon):hover span:before, nav a:not(.icon):hover span:after,
      nav a:not(.icon) span:before,
      nav a:not(.icon) span:after,
      nav section a:not(.icon):hover span:before,
      nav section a:not(.icon):hover span:after,
      nav section a:not(.icon) span:before,
      nav section a:not(.icon) span:after {
        -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      nav a:not(.icon).special span:before, nav a:not(.icon).special:hover span:after,
      nav section a:not(.icon).special span:before,
      nav section a:not(.icon).special:hover span:after {
        background-color: #fe5000; } }
  nav a,
  nav .mobile-nav a {
    position: relative; }
    @media screen and (min-width: 79.9375em) {
      nav a,
      nav .mobile-nav a {
        margin: 0 30px 0 0;
        height: 100%; }
        nav a.mobile:not(.special),
        nav .mobile-nav a.mobile:not(.special) {
          display: none; }
        nav a:not(.special):hover span,
        nav .mobile-nav a:not(.special):hover span {
          color: #fff; }
        nav a .icon,
        nav .mobile-nav a .icon {
          margin: 0 30px 0 0; } }
    nav a span,
    nav .mobile-nav a span {
      text-transform: uppercase; }
      @media screen and (max-width: 29.25em) {
        nav a span,
        nav .mobile-nav a span {
          font: 400 11px/11px montserrat, "Arial", "sans serif"; } }
      @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
        nav a span,
        nav .mobile-nav a span {
          font: 400 11px/11px montserrat, "Arial", "sans serif"; } }
      @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
        nav a span,
        nav .mobile-nav a span {
          font: 400 13px/13px montserrat, "Arial", "sans serif"; } }
      @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
        nav a span,
        nav .mobile-nav a span {
          font: 400 15px/15px montserrat, "Arial", "sans serif"; } }
      @media screen and (min-width: 79.9375em) {
        nav a span,
        nav .mobile-nav a span {
          font: 400 16px/16px montserrat, "Arial", "sans serif"; } }
    nav a i,
    nav .mobile-nav a i {
      height: 0.375em;
      width: 0.375em;
      bottom: 0.3125em; }
    nav a b,
    nav .mobile-nav a b {
      display: block;
      height: 0.375em;
      width: 0.375em;
      bottom: -3px; }
    nav a i,
    nav a b,
    nav .mobile-nav a i,
    nav .mobile-nav a b {
      position: relative;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      display: none;
      background-color: #fe5000;
      border-radius: 99px;
      opacity: 0;
      position: absolute; }
    @media screen and (max-width: 29.25em) {
      nav a.special span,
      nav .mobile-nav a.special span {
        font: 400 11px/11px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      nav a.special span,
      nav .mobile-nav a.special span {
        font: 400 11px/11px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      nav a.special span,
      nav .mobile-nav a.special span {
        font: 400 13px/13px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      nav a.special span,
      nav .mobile-nav a.special span {
        font: 400 15px/15px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      nav a.special span,
      nav .mobile-nav a.special span {
        font: 400 16px/16px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (max-width: 79.9375em) {
      nav a:not(.special) span,
      nav .mobile-nav a:not(.special) span {
        color: #fff; } }
    @media screen and (min-width: 79.9375em) {
      nav a:not(.special) span,
      nav .mobile-nav a:not(.special) span {
        color: #d9d9d9; } }

.mobile-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1); }
  @media screen and (min-width: 79.9375em) {
    .mobile-nav {
      height: 100%; } }
  @media screen and (max-width: 79.9375em) {
    .mobile-nav {
      display: block;
      height: 100vh;
      width: 25em;
      background-color: #111;
      position: fixed;
      right: -100vw;
      top: 0; } }
  @media screen and (max-width: 79.9375em) and (max-width: 29.25em) {
    .mobile-nav {
      height: 100vh;
      width: 100vw; } }
  @media screen and (max-width: 79.9375em) {
      .mobile-nav.opened {
        right: 0; } }

.content {
  -webkit-transition: opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  height: 100%;
  width: 100%; }
  .content.full-content {
    min-height: 100vh; }

input.input,
select.select {
  padding: 0 0.625em;
  background-color: #fff;
  border: 1px solid #d7d7d7; }
  input.input.fill,
  select.select.fill {
    width: 100%; }

input.input {
  color: #111;
  border-radius: 0.3125em; }
  @media screen and (max-width: 29.25em) {
    input.input {
      font: 400 11px/27px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    input.input {
      font: 400 11px/29px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    input.input {
      font: 400 13px/33px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    input.input {
      font: 400 15px/36px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    input.input {
      font: 400 16px/40px open-sans, "Arial", "sans serif"; } }
  input.input.ie-input {
    height: 40px; }

.select {
  color: #111; }
  @media screen and (max-width: 29.25em) {
    .select {
      font: 400 11px/28px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .select {
      font: 400 11px/30px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .select {
      font: 400 13px/35px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .select {
      font: 400 15px/38px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .select {
      font: 400 16px/42px open-sans, "Arial", "sans serif"; } }
  .select.ie-input {
    height: 42px; }

@media screen and (max-width: 79.9375em) {
  select {
    height: 30px; } }
@media screen and (min-width: 79.9375em) {
  select {
    height: 40px; } }

.button,
.button span {
  display: inline-block; }

.button {
  margin: auto;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 79.9375em) {
    .button span {
      padding: 0 20px;
      -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      -moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    .button:not(.ie-button) span:not(.disabled):before {
      width: 100%;
      -webkit-transform: rotateX(-90deg);
      -moz-transform: rotateX(-90deg);
      -ms-transform: rotateX(-90deg);
      -o-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      background-color: #fff;
      color: #fe5000;
      content: attr(hover);
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 100%; }
    .button:not(.ie-button):not(.disabled):hover span {
      -webkit-transform-origin: 50% 0%;
      -moz-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
      -o-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
      -webkit-transform: rotateX(90deg) translateY(-100%);
      -moz-transform: rotateX(90deg) translateY(-100%);
      -ms-transform: rotateX(90deg) translateY(-100%);
      -o-transform: rotateX(90deg) translateY(-100%);
      transform: rotateX(90deg) translateY(-100%);
      background-color: #696969; } }
  @media screen and (max-width: 79.9375em) {
    .button span {
      padding: 0 10px; } }
  .button span {
    color: #fff;
    background-color: #fe5000;
    text-transform: uppercase; }
    @media screen and (max-width: 29.25em) {
      .button span {
        font: 400 11px/27px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .button span {
        font: 400 11px/29px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .button span {
        font: 400 13px/33px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .button span {
        font: 400 15px/36px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .button span {
        font: 400 16px/40px montserrat-bold, "Arial", "sans serif"; } }
    .button span:first-of-type {
      display: none; }
    .button span:last-of-type {
      display: inline-block; }
  .button.disabled {
    pointer-events: none; }
    .button.disabled span {
      background-color: #696969; }
    .button.disabled span:first-of-type {
      display: inline-block; }
    .button.disabled span:last-of-type {
      display: none; }
  .button.fill, .button.fill span {
    width: 100%; }
  .button.mid {
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%; }

.title {
  color: #111;
  text-align: center; }
  @media screen and (max-width: 29.25em) {
    .title {
      font: 400 20px/53px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .title {
      font: 400 21px/57px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .title {
      font: 400 25px/67px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .title {
      font: 400 27px/73px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .title {
      font: 400 30px/80px open-sans-light, "Arial", "sans serif"; } }

.theatre {
  background-image: url("/assets/frontend/image_typing.png");
  background-image: url("/assets/frontend/image_typing.png");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 79.9375em) and (max-width: 105em) {
    .theatre {
      min-height: 800px; } }
  @media screen and (min-width: 105em) {
    .theatre {
      min-height: 1010px; } }
  @media screen and (max-width: 79.9375em) {
    .theatre {
      padding: 20px; } }
  .theatre.flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 100vh; }
  @media screen and (max-width: 29.25em) {
    .theatre.no-flex {
      min-height: 100vh; } }
  @media screen and (max-width: 29.25em) and (max-width: 29.25em) {
    .theatre.no-flex {
      padding-top: 45px; } }
  @media screen and (max-width: 29.25em) and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .theatre.no-flex {
      padding-top: 40px; } }
  @media screen and (max-width: 29.25em) and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .theatre.no-flex {
      padding-top: 55px; } }
  @media screen and (max-width: 29.25em) and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .theatre.no-flex {
      padding-top: 45px; } }
  @media screen and (max-width: 29.25em) and (min-width: 79.9375em) and (max-width: 105em) {
    .theatre.no-flex {
      padding-top: 60px; } }
  @media screen and (max-width: 29.25em) and (min-width: 105em) {
    .theatre.no-flex {
      padding-top: 60px; } }

  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .theatre.no-flex {
      min-height: 100vh; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) and (max-width: 29.25em) {
    .theatre.no-flex {
      padding-top: 45px; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .theatre.no-flex {
      padding-top: 40px; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .theatre.no-flex {
      padding-top: 55px; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .theatre.no-flex {
      padding-top: 45px; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) and (min-width: 79.9375em) and (max-width: 105em) {
    .theatre.no-flex {
      padding-top: 60px; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) and (min-width: 105em) {
    .theatre.no-flex {
      padding-top: 60px; } }

  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .theatre.no-flex {
      min-height: 100vh; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) and (max-width: 29.25em) {
    .theatre.no-flex {
      padding-top: 45px; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .theatre.no-flex {
      padding-top: 40px; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .theatre.no-flex {
      padding-top: 55px; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .theatre.no-flex {
      padding-top: 45px; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) and (min-width: 79.9375em) and (max-width: 105em) {
    .theatre.no-flex {
      padding-top: 60px; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) and (min-width: 105em) {
    .theatre.no-flex {
      padding-top: 60px; } }

  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .theatre.no-flex {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      height: 100vh; } }
  @media screen and (min-width: 79.9375em) {
    .theatre.no-flex {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      height: 100vh; } }
  .theatre .theatre-curtain {
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: -webkit-radial-gradient(transparent, #111);
    background-image: radial-gradient(  transparent, #111);
    left: 0;
    position: absolute;
    top: 0; }

.theatre-block h1,
.theatre-block h2,
.theatre-block p {
  text-align: center;
  text-shadow: 0 0 2px #111; }
@media screen and (max-width: 79.9375em) {
  .theatre-block h2,
  .theatre-block p {
    padding: 12px 0 0 0; } }
@media screen and (min-width: 79.9375em) {
  .theatre-block h2,
  .theatre-block p {
    padding: 30px 0 0 0; } }
.theatre-block h1,
.theatre-block h2 {
  text-transform: uppercase; }
.theatre-block h1 {
  color: #fff; }
  @media screen and (max-width: 29.25em) {
    .theatre-block h1 {
      font: 400 40px/40px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .theatre-block h1 {
      font: 400 43px/43px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .theatre-block h1 {
      font: 400 50px/50px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .theatre-block h1 {
      font: 400 55px/55px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .theatre-block h1 {
      font: 400 60px/60px montserrat-bold, "Arial", "sans serif"; } }
.theatre-block h2 {
  color: #fff; }
  @media screen and (max-width: 29.25em) {
    .theatre-block h2 {
      font: 400 35px/35px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .theatre-block h2 {
      font: 400 38px/38px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .theatre-block h2 {
      font: 400 44px/44px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .theatre-block h2 {
      font: 400 48px/48px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .theatre-block h2 {
      font: 400 53px/53px montserrat-bold, "Arial", "sans serif"; } }
.theatre-block p {
  color: #fff; }
  @media screen and (max-width: 29.25em) {
    .theatre-block p {
      font: 400 15px/23px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .theatre-block p {
      font: 400 16px/25px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .theatre-block p {
      font: 400 19px/29px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .theatre-block p {
      font: 400 21px/32px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .theatre-block p {
      font: 400 23px/35px open-sans-light, "Arial", "sans serif"; } }

.row {
  overflow: hidden; }
  @media screen and (max-width: 29.25em) {
    .row {
      padding: 0.625em 0; }
      .row .column {
        float: left;
        display: block;
        margin-right: 11.18613%;
        width: 100%;
        padding: 1.0625em 0 1.0625em 0;
        float: none; }
        .row .column:last-child {
          margin-right: 0; }
      .row:not(.persist) .column {
        margin-right: 0 !important; }
      .row.tiny {
        padding: 0.3125em 0; }
        .row.tiny .column {
          padding: 1.25em 0 0.625em 0; }
      .row.slim {
        padding: 0.1875em 0; }
        .row.slim .column {
          padding: 0.625em 0 0.3125em 0; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .row {
      padding: 0.625em 0; }
      .row .column {
        float: left;
        display: block;
        margin-right: 5.29681%;
        width: 100%;
        padding: 1.0625em 0 1.0625em 0;
        float: none; }
        .row .column:last-child {
          margin-right: 0; }
      .row:not(.persist) .column {
        margin-right: 0 !important; }
      .row.tiny {
        padding: 0.3125em 0; }
        .row.tiny .column {
          padding: 1.25em 0 0.625em 0; }
      .row.slim {
        padding: 0.1875em 0; }
        .row.slim .column {
          padding: 0.625em 0 0.3125em 0; } }
  @media screen and (max-width: 29.25em) {
    .row {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .row::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .row {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .row::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .row {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .row::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .row:not(.full) {
      max-width: 70%;
      margin-left: auto;
      margin-right: auto; }
      .row:not(.full)::after {
        clear: both;
        content: "";
        display: table; }
    .row .row {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .row .row::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .row {
      padding: 1.25em 0; }
      .row:not(.force):not(.no-flex) {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
      .row.tiny {
        padding: 0.625em 0; }
        .row.tiny .column {
          padding: 1.25em 0 0.625em 0; }
      .row.slim {
        padding: 0.3125em 0; }
        .row.slim .column {
          padding: 0.625em 0 0.3125em 0; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .row {
      padding: 1.25em 0; }
      .row:not(.force):not(.no-flex) {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
      .row.tiny {
        padding: 0.625em 0; }
        .row.tiny .column {
          padding: 1.25em 0 0.625em 0; }
      .row.slim {
        padding: 0.3125em 0; }
        .row.slim .column {
          padding: 0.625em 0 0.3125em 0; } }
  @media screen and (min-width: 79.9375em) {
    .row {
      padding: 3.125em 0; }
      .row:not(.no-flex) {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        max-width: 62.5em;
        margin-left: auto;
        margin-right: auto; }
        .row:not(.no-flex)::after {
          clear: both;
          content: "";
          display: table; }
      .row.full {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .row.full::after {
          clear: both;
          content: "";
          display: table; }
      .row.slim {
        padding: 0.5625em 0 0.5625em 0; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .row.tiny {
      padding: 2.1875em 0 0 0; }
    .row .column.half {
      float: left;
      display: block;
      margin-right: 2.58007%;
      width: 48.70996%; }
      .row .column.half:last-child {
        margin-right: 0; }
    .row .column.third {
      float: left;
      display: block;
      margin-right: 2.58007%;
      width: 31.61328%; }
      .row .column.third:last-child {
        margin-right: 0; }
    .row .column.quarter {
      float: left;
      display: block;
      margin-right: 2.58007%;
      width: 23.06494%; }
      .row .column.quarter:last-child {
        margin-right: 0; }
    .row .column.two-thirds {
      float: left;
      display: block;
      margin-right: 2.58007%;
      width: 65.80664%; }
      .row .column.two-thirds:last-child {
        margin-right: 0; }
    .row .column.three-quarters {
      float: left;
      display: block;
      margin-right: 2.58007%;
      width: 74.35498%; }
      .row .column.three-quarters:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .row.tiny {
      padding: 2.1875em 0 0 0; }
    .row .column.half {
      float: left;
      display: block;
      margin-right: 3.46994%;
      width: 48.26503%; }
      .row .column.half:last-child {
        margin-right: 0; }
    .row .column.third {
      float: left;
      display: block;
      margin-right: 3.46994%;
      width: 31.02004%; }
      .row .column.third:last-child {
        margin-right: 0; }
    .row .column.quarter {
      float: left;
      display: block;
      margin-right: 3.46994%;
      width: 22.39754%; }
      .row .column.quarter:last-child {
        margin-right: 0; }
    .row .column.two-thirds {
      float: left;
      display: block;
      margin-right: 3.46994%;
      width: 65.51002%; }
      .row .column.two-thirds:last-child {
        margin-right: 0; }
    .row .column.three-quarters {
      float: left;
      display: block;
      margin-right: 3.46994%;
      width: 74.13251%; }
      .row .column.three-quarters:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 79.9375em) {
    .row.tiny {
      padding: 2.1875em 0 0 0; }
    .row .column.half {
      float: left;
      display: block;
      margin-right: 1.70538%;
      width: 49.14731%; }
      .row .column.half:last-child {
        margin-right: 0; }
    .row .column.third {
      float: left;
      display: block;
      margin-right: 1.70538%;
      width: 32.19641%; }
      .row .column.third:last-child {
        margin-right: 0; }
    .row .column.quarter {
      float: left;
      display: block;
      margin-right: 1.70538%;
      width: 23.72096%; }
      .row .column.quarter:last-child {
        margin-right: 0; }
    .row .column.two-thirds {
      float: left;
      display: block;
      margin-right: 1.70538%;
      width: 66.09821%; }
      .row .column.two-thirds:last-child {
        margin-right: 0; }
    .row .column.three-quarters {
      float: left;
      display: block;
      margin-right: 1.70538%;
      width: 74.57365%; }
      .row .column.three-quarters:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 29.25em) {
    .row.persist:not(.no-flex) {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .row.persist .column.half {
      float: left;
      display: block;
      margin-right: 11.18613%;
      width: 44.40694%;
      width: 50%; }
      .row.persist .column.half:last-child {
        margin-right: 0; }
    .row.persist .column.third {
      float: left;
      display: block;
      margin-right: 11.18613%;
      width: 25.87592%; }
      .row.persist .column.third:last-child {
        margin-right: 0; }
    .row.persist .column.quarter {
      float: left;
      display: block;
      margin-right: 11.18613%;
      width: 16.61041%; }
      .row.persist .column.quarter:last-child {
        margin-right: 0; }
    .row.persist .column.two-thirds {
      float: left;
      display: block;
      margin-right: 11.18613%;
      width: 62.93796%; }
      .row.persist .column.two-thirds:last-child {
        margin-right: 0; }
    .row.persist .column.three-quarters {
      float: left;
      display: block;
      margin-right: 11.18613%;
      width: 72.20347%; }
      .row.persist .column.three-quarters:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .row.persist:not(.no-flex) {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .row.persist .column.half {
      float: left;
      display: block;
      margin-right: 5.29681%;
      width: 47.3516%;
      width: 50%; }
      .row.persist .column.half:last-child {
        margin-right: 0; }
    .row.persist .column.third {
      float: left;
      display: block;
      margin-right: 5.29681%;
      width: 29.80213%; }
      .row.persist .column.third:last-child {
        margin-right: 0; }
    .row.persist .column.quarter {
      float: left;
      display: block;
      margin-right: 5.29681%;
      width: 21.02739%; }
      .row.persist .column.quarter:last-child {
        margin-right: 0; }
    .row.persist .column.two-thirds {
      float: left;
      display: block;
      margin-right: 5.29681%;
      width: 64.90106%; }
      .row.persist .column.two-thirds:last-child {
        margin-right: 0; }
    .row.persist .column.three-quarters {
      float: left;
      display: block;
      margin-right: 5.29681%;
      width: 73.6758%; }
      .row.persist .column.three-quarters:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .row.force .column {
      float: left;
      display: block;
      margin-right: 3.46994%;
      width: 100%;
      margin-right: 0 !important;
      float: none; }
      .row.force .column:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .row.force .column {
      float: left;
      display: block;
      margin-right: 2.58007%;
      width: 100%;
      margin-right: 0 !important;
      float: none; }
      .row.force .column:last-child {
        margin-right: 0; } }
  .row.no-pad {
    padding: 0 !important; }
  .row .column.full {
    float: left;
    display: block;
    margin-right: 1.70538%;
    width: 100%;
    margin-right: 0 !important;
    float: none; }
    .row .column.full:last-child {
      margin-right: 0; }
  .row .column.flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap; }

.column {
  height: 100%;
  text-align: center; }
  .column .vector {
    width: 60%; }
  .column .special {
    text-transform: uppercase; }
    @media screen and (max-width: 29.25em) {
      .column .special {
        font: 400 11px/33px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .column .special {
        font: 400 11px/36px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .column .special {
        font: 400 13px/42px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .column .special {
        font: 400 15px/45px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .column .special {
        font: 400 16px/50px montserrat, "Arial", "sans serif"; } }
  .column.no-pad {
    padding: 0 !important; }
  .column.omg {
    margin-right: 0 !important; }

.peek-a-boo {
  opacity: 0; }
  .peek-a-boo.hide-left {
    margin-left: -100%; }
  .peek-a-boo.hide-right {
    margin-right: -100%; }
  .peek-a-boo.shrink {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2); }
  .peek-a-boo.grow {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8); }

.hide-left,
.hide-right,
.shrink,
.grow {
  position: relative;
  -webkit-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

footer {
  background-color: #111; }
  @media screen and (max-width: 79.9375em) {
    footer {
      padding: 15px; } }
  @media screen and (min-width: 79.9375em) {
    footer {
      padding: 40px; } }
  footer p {
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 29.25em) {
      footer p {
        font: 400 11px/25px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      footer p {
        font: 400 11px/27px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      footer p {
        font: 400 13px/32px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      footer p {
        font: 400 15px/35px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      footer p {
        font: 400 16px/38px open-sans-light, "Arial", "sans serif"; } }
    footer p.copyright {
      color: #707070; }
      @media screen and (max-width: 29.25em) {
        footer p.copyright {
          font: 400 9px/20px open-sans, "Arial", "sans serif"; } }
      @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
        footer p.copyright {
          font: 400 9px/21px open-sans, "Arial", "sans serif"; } }
      @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
        footer p.copyright {
          font: 400 11px/25px open-sans, "Arial", "sans serif"; } }
      @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
        footer p.copyright {
          font: 400 12px/27px open-sans, "Arial", "sans serif"; } }
      @media screen and (min-width: 79.9375em) {
        footer p.copyright {
          font: 400 13px/30px open-sans, "Arial", "sans serif"; } }
  footer .social,
  footer .links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    footer .social a,
    footer .links a {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      color: #fff; }
    footer .social .arrow:hover:before,
    footer .social .arrow:hover:after,
    footer .links .arrow:hover:before,
    footer .links .arrow:hover:after {
      margin-left: 0.625em; }
  @media screen and (max-width: 79.9375em) {
    footer .links-row {
      display: none !important; } }
  footer .links a:not(:last-of-type) {
    border-right: 1px solid #2b2b2b; }
  @media screen and (max-width: 79.9375em) {
    footer .social {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      footer .social::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 79.9375em) {
    footer .social {
      max-width: 60%;
      margin-left: auto;
      margin-right: auto; }
      footer .social::after {
        clear: both;
        content: "";
        display: table; } }
  footer .social img {
    vertical-align: middle; }
    @media screen and (max-width: 79.9375em) {
      footer .social img {
        width: 40px; } }
    @media screen and (min-width: 79.9375em) {
      footer .social img {
        width: 64px; } }
  footer .column {
    text-align: center; }
    @media screen and (min-width: 79.9375em) {
      footer .column a:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); } }

.popup-box {
  position: absolute;
  z-index: 900; }
  @media screen and (min-width: 79.9375em) {
    .popup-box {
      display: none;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top: 4px solid #fe5000;
      box-shadow: 0 1px 2px 0 #7c7c7c;
      min-height: 50px;
      width: 400px; } }
  @media screen and (min-width: 79.9375em) and (max-width: 29.25em) {
    .popup-box {
      top: 45px; } }
  @media screen and (min-width: 79.9375em) and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .popup-box {
      top: 40px; } }
  @media screen and (min-width: 79.9375em) and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .popup-box {
      top: 55px; } }
  @media screen and (min-width: 79.9375em) and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .popup-box {
      top: 45px; } }
  @media screen and (min-width: 79.9375em) and (min-width: 79.9375em) and (max-width: 105em) {
    .popup-box {
      top: 60px; } }
  @media screen and (min-width: 79.9375em) and (min-width: 105em) {
    .popup-box {
      top: 60px; } }
  @media screen and (min-width: 79.9375em) {
      .popup-box:before {
        display: block;
        height: 0;
        width: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fe5000;
        content: '';
        margin-top: -14px;
        position: absolute;
        right: 0.625em; }
      .popup-box.opened {
        -webkit-animation: popup 0.4s;
        -moz-animation: popup 0.4s;
        animation: popup 0.4s;
        display: block;
        opacity: 1; }
      .popup-box .popup-close {
        display: none; } }
  @media screen and (max-width: 79.9375em) {
    .popup-box {
      height: 100vh;
      width: 25em;
      -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      -moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      border-left: 4px solid #fe5000;
      right: -100vw;
      top: 0; }
      .popup-box.opened {
        right: 0; }
      .popup-box .popup-close {
        display: block;
        position: absolute; } }
    @media screen and (max-width: 79.9375em) and (max-width: 29.25em) {
      .popup-box .popup-close {
        height: 45px; } }
    @media screen and (max-width: 79.9375em) and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .popup-box .popup-close {
        height: 40px; } }
    @media screen and (max-width: 79.9375em) and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .popup-box .popup-close {
        height: 55px; } }
    @media screen and (max-width: 79.9375em) and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .popup-box .popup-close {
        height: 45px; } }
    @media screen and (max-width: 79.9375em) and (min-width: 79.9375em) and (max-width: 105em) {
      .popup-box .popup-close {
        height: 60px; } }
    @media screen and (max-width: 79.9375em) and (min-width: 105em) {
      .popup-box .popup-close {
        height: 60px; } }
    @media screen and (max-width: 79.9375em) and (max-width: 29.25em) {
      .popup-box .popup-close {
        line-height: 45px; } }
    @media screen and (max-width: 79.9375em) and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .popup-box .popup-close {
        line-height: 40px; } }
    @media screen and (max-width: 79.9375em) and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .popup-box .popup-close {
        line-height: 55px; } }
    @media screen and (max-width: 79.9375em) and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .popup-box .popup-close {
        line-height: 45px; } }
    @media screen and (max-width: 79.9375em) and (min-width: 79.9375em) and (max-width: 105em) {
      .popup-box .popup-close {
        line-height: 60px; } }
    @media screen and (max-width: 79.9375em) and (min-width: 105em) {
      .popup-box .popup-close {
        line-height: 60px; } }
  @media screen and (max-width: 79.9375em) {
      .popup-box .icon {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        padding: 0.625em;
        height: 100%; }
      .popup-box .close_dark {
        display: inline-block;
        vertical-align: middle; } }
  .popup-box h4 {
    color: #111;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 29.25em) {
      .popup-box h4 {
        font: 400 11px/11px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .popup-box h4 {
        font: 400 11px/11px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .popup-box h4 {
        font: 400 13px/13px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .popup-box h4 {
        font: 400 15px/15px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .popup-box h4 {
        font: 400 16px/16px montserrat, "Arial", "sans serif"; } }
    @media screen and (max-width: 29.25em) {
      .popup-box h4 {
        line-height: 45px; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .popup-box h4 {
        line-height: 40px; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .popup-box h4 {
        line-height: 55px; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .popup-box h4 {
        line-height: 45px; } }
    @media screen and (min-width: 79.9375em) and (max-width: 105em) {
      .popup-box h4 {
        line-height: 60px; } }
    @media screen and (min-width: 105em) {
      .popup-box h4 {
        line-height: 60px; } }
  .popup-box a {
    color: #fe5000; }
  .popup-box .box {
    display: none; }
  .popup-box .box-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .popup-box .box-content::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 79.9375em) {
      .popup-box .box-content {
        max-height: 240px;
        min-height: 10px; } }
    @media screen and (max-width: 79.9375em) {
      .popup-box .box-content {
        height: 100%; } }
  .popup-box .box-link {
    width: 100%;
    padding: 0 0.625em;
    border-top: 1px solid #afafaf;
    overflow: hidden; }
    .popup-box .box-link a {
      float: right;
      text-transform: uppercase;
      vertical-align: middle; }
      @media screen and (max-width: 29.25em) {
        .popup-box .box-link a {
          font: 400 8px/20px open-sans, "Arial", "sans serif";
          height: 20px; } }
      @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
        .popup-box .box-link a {
          font: 400 9px/21px open-sans, "Arial", "sans serif";
          height: 21px; } }
      @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
        .popup-box .box-link a {
          font: 400 10px/25px open-sans, "Arial", "sans serif";
          height: 25px; } }
      @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
        .popup-box .box-link a {
          font: 400 11px/27px open-sans, "Arial", "sans serif";
          height: 27px; } }
      @media screen and (min-width: 79.9375em) {
        .popup-box .box-link a {
          font: 400 12px/30px open-sans, "Arial", "sans serif";
          height: 30px; } }
      .popup-box .box-link a.withdraw-link {
        float: left; }
  .popup-box .popup-loader {
    display: none;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999; }

.loader:before,
.loader:after {
  border: 5px solid transparent;
  border-radius: 50%; }

.loader {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%; }
  @media screen and (min-width: 79.9375em) {
    .loader {
      height: 60px;
      width: 60px; } }
  @media screen and (max-width: 79.9375em) {
    .loader {
      height: 40px;
      width: 40px; } }
  .loader:before, .loader:after {
    content: '';
    display: block;
    position: absolute; }
  .loader:before {
    -webkit-animation: loader-back 0.5s linear infinite;
    -moz-animation: loader-back 0.5s linear infinite;
    animation: loader-back 0.5s linear infinite;
    border-left-color: #afafaf;
    border-top-color: #afafaf;
    bottom: 5px;
    left: 5px;
    right: 5px;
    top: 5px; }
  .loader:after {
    -webkit-animation: loader 0.7s linear infinite;
    -moz-animation: loader 0.7s linear infinite;
    animation: loader 0.7s linear infinite;
    border-left-color: #fe5000;
    border-top-color: #fe5000;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px; }

@media screen and (max-width: 29.25em) {
  .notification h5,
  .balance-bucket h5,
  .review-list h5 {
    font: 400 11px/20px montserrat, "Arial", "sans serif"; } }
@media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
  .notification h5,
  .balance-bucket h5,
  .review-list h5 {
    font: 400 11px/21px montserrat, "Arial", "sans serif"; } }
@media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
  .notification h5,
  .balance-bucket h5,
  .review-list h5 {
    font: 400 13px/25px montserrat, "Arial", "sans serif"; } }
@media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
  .notification h5,
  .balance-bucket h5,
  .review-list h5 {
    font: 400 15px/27px montserrat, "Arial", "sans serif"; } }
@media screen and (min-width: 79.9375em) {
  .notification h5,
  .balance-bucket h5,
  .review-list h5 {
    font: 400 16px/30px montserrat, "Arial", "sans serif"; } }
@media screen and (max-width: 29.25em) {
  .notification p,
  .balance-bucket p,
  .review-list p {
    font: 400 9px/17px open-sans, "Arial", "sans serif"; } }
@media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
  .notification p,
  .balance-bucket p,
  .review-list p {
    font: 400 10px/18px open-sans, "Arial", "sans serif"; } }
@media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
  .notification p,
  .balance-bucket p,
  .review-list p {
    font: 400 12px/21px open-sans, "Arial", "sans serif"; } }
@media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
  .notification p,
  .balance-bucket p,
  .review-list p {
    font: 400 13px/23px open-sans, "Arial", "sans serif"; } }
@media screen and (min-width: 79.9375em) {
  .notification p,
  .balance-bucket p,
  .review-list p {
    font: 400 14px/25px open-sans, "Arial", "sans serif"; } }

.notification {
  width: 100%;
  padding: 8px;
  border-bottom: 1px solid #d7d7d7;
  min-height: 10px; }
  .notification span {
    color: #afafaf; }
    @media screen and (max-width: 29.25em) {
      .notification span {
        font: 400 9px/9px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .notification span {
        font: 400 9px/9px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .notification span {
        font: 400 11px/11px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .notification span {
        font: 400 12px/12px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .notification span {
        font: 400 13px/13px open-sans-light, "Arial", "sans serif"; } }

.balance-bucket {
  padding: 0.4375em 0;
  min-height: 20px; }
  .balance-bucket .row {
    padding: 0.625em 1.875em 0 1.875em; }

.pagination {
  margin: 10px; }
  .pagination li {
    background-color: #fe5000;
    display: inline-block;
    margin: 0 0.3125em; }
    .pagination li.disabled {
      background-color: #afafaf; }
    .pagination li.active {
      background-color: #d7d7d7; }
  .pagination span,
  .pagination a {
    padding: 0.3125em 0.625em;
    color: #fff;
    display: block; }
    @media screen and (max-width: 29.25em) {
      .pagination span,
      .pagination a {
        font: 400 12px/13px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .pagination span,
      .pagination a {
        font: 400 13px/14px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .pagination span,
      .pagination a {
        font: 400 15px/17px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .pagination span,
      .pagination a {
        font: 400 16px/18px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .pagination span,
      .pagination a {
        font: 400 18px/20px montserrat-bold, "Arial", "sans serif"; } }

.modal-wrapper {
  background-color: rgba(17, 17, 17, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }
  .modal-wrapper:not(.opened) {
    display: none; }
  .modal-wrapper.opened {
    -webkit-animation: popup 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-animation: popup 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    animation: popup 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .modal-wrapper .modal {
      height: 300px;
      width: 400px; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .modal-wrapper .modal {
      height: 300px;
      width: 400px; } }
  @media screen and (min-width: 79.9375em) {
    .modal-wrapper .modal {
      height: 300px;
      width: 400px; } }
  @media screen and (max-width: 29.25em) {
    .modal-wrapper .modal {
      height: 200px;
      width: 80%; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .modal-wrapper .modal {
      height: 200px;
      width: 60%; } }
  .modal-wrapper .modal .modal-header {
    height: 20%;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    border-top: 3px solid #fe5000; }
  .modal-wrapper .modal .modal-body {
    height: 80%;
    width: 100%;
    padding: 1.25em; }

.hint-box {
  padding: 0 0.625em; }
  .hint-box p,
  .hint-box a {
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 29.25em) {
      .hint-box p,
      .hint-box a {
        font: 400 11px/30px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .hint-box p,
      .hint-box a {
        font: 400 11px/32px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .hint-box p,
      .hint-box a {
        font: 400 13px/38px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .hint-box p,
      .hint-box a {
        font: 400 15px/41px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .hint-box p,
      .hint-box a {
        font: 400 16px/45px open-sans-light, "Arial", "sans serif"; } }
  .hint-box a {
    text-decoration: underline; }

.cookies {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0; }

.shiny {
  display: block;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  .shiny:not(:hover):after {
    height: 100%;
    width: 20%;
    display: none;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -webkit-animation: shiny-button 2.5s infinite;
    -moz-animation: shiny-button 2.5s infinite;
    animation: shiny-button 2.5s infinite;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
    content: '';
    display: block;
    left: 3%;
    max-width: 30px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 2; }

.theatre video {
  height: auto;
  width: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 0; }
  @media screen and (max-width: 29.25em) {
    .theatre video {
      display: none; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .theatre video {
      display: none; } }
.theatre .scroller {
  background-color: rgba(17, 17, 17, 0.7); }

.scroller {
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  bottom: 0;
  position: absolute; }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .scroller {
      height: 30px;
      width: 30px; } }
  @media screen and (max-width: 29.25em) {
    .scroller {
      height: 30px;
      width: 30px; } }
  @media screen and (min-width: 79.9375em) {
    .scroller {
      height: 40px;
      width: 40px; }
      .scroller span,
      .scroller span:hover {
        -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1); }
      .scroller span {
        -webkit-animation: scroller 3s infinite;
        -moz-animation: scroller 3s infinite;
        animation: scroller 3s infinite;
        cursor: pointer;
        opacity: .5; }
        .scroller span:hover {
          opacity: 1; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .scroller {
      height: 40px;
      width: 40px; }
      .scroller span,
      .scroller span:hover {
        -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1); }
      .scroller span {
        -webkit-animation: scroller 3s infinite;
        -moz-animation: scroller 3s infinite;
        animation: scroller 3s infinite;
        cursor: pointer;
        opacity: .5; }
        .scroller span:hover {
          opacity: 1; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .scroller {
      height: 40px;
      width: 40px; }
      .scroller span,
      .scroller span:hover {
        -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1); }
      .scroller span {
        -webkit-animation: scroller 3s infinite;
        -moz-animation: scroller 3s infinite;
        animation: scroller 3s infinite;
        cursor: pointer;
        opacity: .5; }
        .scroller span:hover {
          opacity: 1; } }

.intro-message {
  position: relative;
  z-index: auto; }
  .intro-message h1,
  .intro-message h2,
  .intro-message p {
    text-align: center;
    text-shadow: 0 0 2px #111; }
    @media screen and (max-width: 79.9375em) {
      .intro-message h1,
      .intro-message h2,
      .intro-message p {
        padding: 6px; } }
    @media screen and (min-width: 79.9375em) {
      .intro-message h1,
      .intro-message h2,
      .intro-message p {
        padding: 15px; } }
  .intro-message .intro-link {
    margin-top: 3.5%; }

.home-block {
  height: 100%;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 79.9375em) {
    .home-block {
      padding: 15px; } }
  @media screen and (min-width: 79.9375em) {
    .home-block {
      padding: 40px; } }

.home-about .row.intro-block {
  border-bottom: 1px solid #d7d7d7; }
.home-about .scroller {
  background-color: #fe5000; }

.home-verticals {
  background-color: rgba(0, 0, 0, 0.3); }
  .home-verticals p {
    color: white;
    text-align: center; }
  .home-verticals span {
    display: inline-block;
    padding: 15px 0; }

.counter {
  margin-top: 0.375em; }

.login-block {
  position: relative;
  text-align: center;
  z-index: auto;
  /* Change the white to any color ;) */ }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .login-block {
      max-width: 70%;
      margin-left: auto;
      margin-right: auto; }
      .login-block::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (max-width: 29.25em) {
    .login-block {
      padding: 0 20px; } }
  @media screen and (max-width: 29.25em) {
    .login-block h1 {
      margin: 30px 0 0; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .login-block h1 {
      margin: 30px 0 0; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .login-block h1 {
      margin: 30px 0 0; } }
  .login-block input:not(:-webkit-autofill),
  .login-block input:focus:not(:-webkit-autofill),
  .login-block select:not(:-webkit-autofill),
  .login-block select:focus:not(:-webkit-autofill) {
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .login-block input,
  .login-block select,
  .login-block .info {
    background-color: rgba(0, 0, 0, 0.5); }
  .login-block input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #111 inset;
    -webkit-text-fill-color: #fff !important; }
  .login-block input,
  .login-block select {
    width: 100%;
    padding: 0.9375em;
    color: #fff;
    -webkit-appearance: none;
    cursor: pointer;
    height: 3.125em; }
    @media screen and (max-width: 29.25em) {
      .login-block input,
      .login-block select {
        font: 400 11px/15px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .login-block input,
      .login-block select {
        font: 400 11px/16px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .login-block input,
      .login-block select {
        font: 400 13px/18px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .login-block input,
      .login-block select {
        font: 400 15px/20px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .login-block input,
      .login-block select {
        font: 400 16px/22px open-sans-light, "Arial", "sans serif"; } }
    .login-block input:focus,
    .login-block select:focus {
      background-color: black; }
  .login-block .info,
  .login-block .info a {
    color: #fff; }
    @media screen and (max-width: 29.25em) {
      .login-block .info,
      .login-block .info a {
        font: 400 9px/12px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .login-block .info,
      .login-block .info a {
        font: 400 9px/13px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .login-block .info,
      .login-block .info a {
        font: 400 11px/15px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .login-block .info,
      .login-block .info a {
        font: 400 12px/16px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .login-block .info,
      .login-block .info a {
        font: 400 13px/18px open-sans-light, "Arial", "sans serif"; } }
  .login-block .info {
    padding: 0.625em; }
    .login-block .info a {
      text-decoration: underline; }

@media screen and (max-width: 29.25em) {
  .static:not(.app-static-content) {
    padding-top: 45px; } }
@media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
  .static:not(.app-static-content) {
    padding-top: 40px; } }
@media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
  .static:not(.app-static-content) {
    padding-top: 55px; } }
@media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
  .static:not(.app-static-content) {
    padding-top: 45px; } }
@media screen and (min-width: 79.9375em) and (max-width: 105em) {
  .static:not(.app-static-content) {
    padding-top: 60px; } }
@media screen and (min-width: 105em) {
  .static:not(.app-static-content) {
    padding-top: 60px; } }

.static-header {
  padding: 0.9375em;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
  width: 100%; }
  .static-header h1,
  .static-header p {
    padding: 0.3125em; }
  .static-header h1 {
    color: #fff; }
    @media screen and (max-width: 29.25em) {
      .static-header h1 {
        font: 400 20px/27px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .static-header h1 {
        font: 400 21px/29px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .static-header h1 {
        font: 400 25px/33px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .static-header h1 {
        font: 400 27px/36px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .static-header h1 {
        font: 400 30px/40px montserrat-bold, "Arial", "sans serif"; } }
  .static-header p {
    display: block;
    color: #fff; }
    @media screen and (max-width: 29.25em) {
      .static-header p {
        font: 400 13px/33px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .static-header p {
        font: 400 14px/36px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .static-header p {
        font: 400 17px/42px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .static-header p {
        font: 400 18px/45px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .static-header p {
        font: 400 20px/50px open-sans-light, "Arial", "sans serif"; } }

.static-content a{
  color: #fe5000;
  border-bottom: 1px solid #fe5000;
}

.static-container .static-content {
  padding: 1.25em 0;
  height: 100%; }
  @media screen and (max-width: 29.25em) {
    .static-container .static-content {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .static-container .static-content::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .static-container .static-content {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .static-container .static-content::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .static-container .static-content {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .static-container .static-content::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .static-container .static-content {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .static-container .static-content::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 79.9375em) {
    .static-container .static-content {
      max-width: 62.5em;
      margin-left: auto;
      margin-right: auto; }
      .static-container .static-content::after {
        clear: both;
        content: "";
        display: table; }
      .static-container .static-content.full {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; }
        .static-container .static-content.full::after {
          clear: both;
          content: "";
          display: table; } }

.static-db-content h4 {
  display: inline-block;
  color: #111;
  border-bottom: 3px solid #fe5000;
  text-align: left;
  text-transform: uppercase; }
  @media screen and (max-width: 29.25em) {
    .static-db-content h4 {
      font: 400 11px/20px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .static-db-content h4 {
      font: 400 11px/21px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .static-db-content h4 {
      font: 400 13px/25px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .static-db-content h4 {
      font: 400 15px/27px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .static-db-content h4 {
      font: 400 16px/30px montserrat-bold, "Arial", "sans serif"; } }
.static-db-content p {
  padding: 0.4375em 0;
  text-align: left; }

.referral-link {
  padding: 0.5em 1.125em;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px -1px #fff;
  cursor: pointer;
  position: relative;
  text-shadow: 0 -1px 0 #a23300; }
  @media screen and (max-width: 29.25em) {
    .referral-link {
      font: 400 13px/20px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .referral-link {
      font: 400 14px/21px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .referral-link {
      font: 400 17px/25px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .referral-link {
      font: 400 18px/27px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .referral-link {
      font: 400 20px/30px open-sans-light, "Arial", "sans serif"; } }

.link-share:not(:last-of-type) {
  margin-right: 0.625em; }
.link-share img {
  border-radius: 99px;
  box-shadow: -1px -2px 6px -1px #d7d7d7;
  width: 2.1875em; }
.link-share img,
.link-share img:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
.link-share img:hover {
  -webkit-transform: rotateZ(-15deg);
  -moz-transform: rotateZ(-15deg);
  -ms-transform: rotateZ(-15deg);
  -o-transform: rotateZ(-15deg);
  transform: rotateZ(-15deg); }

.referral-block:not(:last-child) {
  border-bottom: 1px solid #d7d7d7; }

.account-links,
.account-content {
  height: 100%; }

@media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
  .account-content {
    padding: 0 1.875em; } }
@media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
  .account-content {
    padding: 0 1.875em; } }
@media screen and (min-width: 79.9375em) {
  .account-content {
    padding: 0 1.875em; } }

@media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
  .account-links a {
    text-align: right; } }
@media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
  .account-links a {
    text-align: right; } }
@media screen and (min-width: 79.9375em) {
  .account-links a {
    text-align: right; } }
.account-links a {
  color: #afafaf;
  display: block;
  text-transform: uppercase; }
  @media screen and (max-width: 29.25em) {
    .account-links a {
      font: 400 11px/20px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .account-links a {
      font: 400 11px/21px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .account-links a {
      font: 400 13px/25px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .account-links a {
      font: 400 15px/27px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .account-links a {
      font: 400 16px/30px montserrat-bold, "Arial", "sans serif"; } }
  .account-links a.active {
    color: #fe5000; }

.account .account-links {
  padding: 0.625em; }
  .account .account-links a {
    text-align: left; }

@media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
  .account-block {
    border-left: 3px solid #d7d7d7;
    min-height: 300px; } }
@media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
  .account-block {
    border-left: 3px solid #d7d7d7;
    min-height: 300px; } }
@media screen and (min-width: 79.9375em) {
  .account-block {
    border-left: 3px solid #d7d7d7;
    min-height: 300px; } }
.transaction-history {
  margin-top: 0.9375em;
  width: 100%; }
  .transaction-history tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1); }
  .transaction-history th {
    padding: 0.625em 0;
    text-transform: uppercase;
    width: 25%; }
    @media screen and (max-width: 29.25em) {
      .transaction-history th {
        font: 400 11px/11px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .transaction-history th {
        font: 400 11px/11px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .transaction-history th {
        font: 400 13px/13px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .transaction-history th {
        font: 400 15px/15px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .transaction-history th {
        font: 400 16px/16px montserrat-bold, "Arial", "sans serif"; } }
  .transaction-history td {
    padding: 0.5em 0 0.5em 0.25em;
    vertical-align: middle; }
    .transaction-history td.str {
      text-align: left; }

.review-list,
.notification {
  border-bottom: 2px solid #d7d7d7;
  text-align: left; }
  .review-list h5,
  .review-list p,
  .review-list span,
  .notification h5,
  .notification p,
  .notification span {
    text-align: left; }
  .review-list span,
  .notification span {
    color: #afafaf; }
    @media screen and (max-width: 29.25em) {
      .review-list span,
      .notification span {
        font: 400 9px/9px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .review-list span,
      .notification span {
        font: 400 9px/9px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .review-list span,
      .notification span {
        font: 400 11px/11px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .review-list span,
      .notification span {
        font: 400 12px/12px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .review-list span,
      .notification span {
        font: 400 13px/13px open-sans-light, "Arial", "sans serif"; } }

.separator {
  padding: 0 1.25em; }
  .separator:after {
    display: block;
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, transparent, transparent, #fe5000, transparent, transparent);
    background-image: linear-gradient(to right,transparent, transparent, #fe5000, transparent, transparent);
    content: '';
    height: 3px;
    margin-top: 0.5em;
    width: 100%; }

.no-data {
  color: #afafaf; }
  @media screen and (max-width: 29.25em) {
    .no-data {
      font: 400 11px/33px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .no-data {
      font: 400 12px/36px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .no-data {
      font: 400 14px/42px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .no-data {
      font: 400 15px/45px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .no-data {
      font: 400 17px/50px open-sans, "Arial", "sans serif"; } }

.review-container {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%; }

.column.kingdom {
  padding: 1.5625em;
  height: 400px;
  position: relative; }
  @media screen and (min-width: 79.9375em) and (max-width: 105em) {
    .column.kingdom {
      height: 340px; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .column.kingdom {
      position: relative;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      box-shadow: 0 0 4px 1px #afafaf;
      height: 70vh;
      margin-bottom: 0.9375em;
      min-height: 350px;
      width: 96%; } }
  @media screen and (max-width: 29.25em) {
    .column.kingdom {
      position: relative;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      box-shadow: 0 0 4px 1px #afafaf;
      height: 70vh;
      margin-bottom: 0.9375em;
      min-height: 350px;
      width: 96%; } }
  @media screen and (min-width: 79.9375em) {
    .column.kingdom:not(:last-child) {
      margin-right: 0 !important; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .column.kingdom {
      border-bottom: 2px solid #d7d7d7; }
      .column.kingdom.quarter {
        float: left;
        display: block;
        margin-right: 3.46994%;
        width: 48.26503%;
        margin-right: 0 !important; }
        .column.kingdom.quarter:last-child {
          margin-right: 0; }
        .column.kingdom.quarter:not(:nth-child(even)) {
          border-right: 2px solid #d7d7d7; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .column.kingdom {
      border-bottom: 2px solid #d7d7d7; }
      .column.kingdom.quarter {
        float: left;
        display: block;
        margin-right: 2.58007%;
        width: 48.70996%;
        margin-right: 0 !important; }
        .column.kingdom.quarter:last-child {
          margin-right: 0; }
        .column.kingdom.quarter:not(:nth-child(even)) {
          border-right: 2px solid #d7d7d7; } }
  .column.kingdom.disabled {
    opacity: .4; }
  @media screen and (min-width: 79.9375em) {
    .column.kingdom.bonus:not(:hover) .circle {
      -webkit-animation: bonus 2.5s infinite;
      -moz-animation: bonus 2.5s infinite;
      animation: bonus 2.5s infinite; } }
  @media screen and (max-width: 79.9375em) {
    .column.kingdom.bonus .circle {
      -webkit-animation: bonus 2.5s infinite;
      -moz-animation: bonus 2.5s infinite;
      animation: bonus 2.5s infinite; } }
  .column.kingdom.bonus:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused; }
  .column.kingdom.bonus .circle {
    border: 2px solid #fe5000; }
  .column.kingdom.bonus .earnings {
    background-color: #fe5000; }
  .column.kingdom .circle {
    border: 2px solid #111; }
  .column.kingdom a,
  .column.kingdom .icon,
  .column.kingdom .earnings {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: auto; }
  .column.kingdom a,
  .column.kingdom .icon {
    top: 0; }
  .column.kingdom .icon .circle,
  .column.kingdom .icon img {
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%; }
  .column.kingdom .icon .circle {
    height: 6.25em;
    width: 6.25em;
    border-radius: 100%; }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .column.kingdom .icon .circle {
        height: 9.375em;
        width: 9.375em; } }
    @media screen and (max-width: 29.25em) {
      .column.kingdom .icon .circle {
        height: 9.375em;
        width: 9.375em; } }
  .column.kingdom .icon img {
    width: 30%; }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .column.kingdom .icon img {
        width: 20%; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .column.kingdom .icon img {
        width: 20%; } }
  .column.kingdom h4 {
    text-transform: uppercase; }
    @media screen and (max-width: 29.25em) {
      .column.kingdom h4 {
        font: 400 16px/27px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .column.kingdom h4 {
        font: 400 17px/29px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .column.kingdom h4 {
        font: 400 20px/33px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .column.kingdom h4 {
        font: 400 22px/36px montserrat-bold, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .column.kingdom h4 {
        font: 400 24px/40px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .column.kingdom .description {
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50%;
      opacity: 0; } }
  .column.kingdom .earnings {
    background-color: #afafaf; }
    .column.kingdom .earnings p {
      color: #fff;
      text-transform: uppercase; }
      @media screen and (max-width: 29.25em) {
        .column.kingdom .earnings p {
          font: 400 10px/20px montserrat-bold, "Arial", "sans serif"; } }
      @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
        .column.kingdom .earnings p {
          font: 400 11px/21px montserrat-bold, "Arial", "sans serif"; } }
      @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
        .column.kingdom .earnings p {
          font: 400 13px/25px montserrat-bold, "Arial", "sans serif"; } }
      @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
        .column.kingdom .earnings p {
          font: 400 14px/27px montserrat-bold, "Arial", "sans serif"; } }
      @media screen and (min-width: 79.9375em) {
        .column.kingdom .earnings p {
          font: 400 15px/30px montserrat-bold, "Arial", "sans serif"; } }

@media screen and (min-width: 79.9375em) {
  .kingdom:not(.disabled):hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #fff;
    box-shadow: 0 0 8px 1px #afafaf;
    z-index: 2; }
    .kingdom:not(.disabled):hover .circle {
      height: 10.625em;
      width: 10.625em;
      opacity: 0; }
    .kingdom:not(.disabled):hover .icon img {
      margin-top: -70px;
      width: 20%; }
    .kingdom:not(.disabled):hover .description {
      opacity: 1; } }
@media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
  .kingdom:not(.disabled).bonus:not(:hover) {
    -webkit-animation: heart-beat 2.5s infinite;
    -moz-animation: heart-beat 2.5s infinite;
    animation: heart-beat 2.5s infinite; } }
@media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
  .kingdom:not(.disabled).bonus:not(:hover) {
    -webkit-animation: heart-beat 2.5s infinite;
    -moz-animation: heart-beat 2.5s infinite;
    animation: heart-beat 2.5s infinite; } }
@media screen and (min-width: 79.9375em) {
  .kingdom:not(.disabled).bonus:not(:hover) {
    -webkit-animation: heart-beat 2.5s infinite;
    -moz-animation: heart-beat 2.5s infinite;
    animation: heart-beat 2.5s infinite; } }

.kingdom,
.kingdom:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.icon .circle,
.icon img,
.description {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.question,
.review {
  overflow: hidden; }

.row.review-block {
  display: none;
  max-width: 1400px; }

.row.review-loading .column {
  height: 90px;
  position: relative; }

.slider {
  box-shadow: -1px -2px 6px -1px #d7d7d7;
  position: relative; }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .slider {
      margin-top: 15px; } }
  @media screen and (max-width: 29.25em) {
    .slider {
      margin-top: 15px; } }

.review .slider-data {
  min-height: 80px; }

.slider-wrapper {
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background-color: #fff;
  font-size: 0;
  white-space: nowrap; }

.slider-counter {
  color: #afafaf;
  background-color: #fff;
  border-top: 1px solid #d7d7d7; }
  @media screen and (max-width: 29.25em) {
    .slider-counter {
      font: 400 10px/23px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .slider-counter {
      font: 400 11px/25px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .slider-counter {
      font: 400 13px/29px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .slider-counter {
      font: 400 14px/32px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .slider-counter {
      font: 400 15px/35px montserrat-bold, "Arial", "sans serif"; } }

.question-content,
.media-content {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top; }
  .question-content h1,
  .media-content h1 {
    padding: 0.625em 0.9375em;
    border-bottom: 1px solid #e9e9e9;
    white-space: initial;
    width: 100%; }
    @media screen and (max-width: 29.25em) {
      .question-content h1,
      .media-content h1 {
        font: 400 13px/17px open-sans, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .question-content h1,
      .media-content h1 {
        font: 400 14px/18px open-sans, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .question-content h1,
      .media-content h1 {
        font: 400 17px/21px open-sans, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .question-content h1,
      .media-content h1 {
        font: 400 18px/23px open-sans, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .question-content h1,
      .media-content h1 {
        font: 400 20px/25px open-sans, "Arial", "sans serif"; } }
    .question-content h1 p,
    .media-content h1 p {
      padding: 0.9375em 0.9375em 0 0.9375em; }
      @media screen and (max-width: 29.25em) {
        .question-content h1 p,
        .media-content h1 p {
          font: 400 11px/13px open-sans-light, "Arial", "sans serif"; } }
      @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
        .question-content h1 p,
        .media-content h1 p {
          font: 400 11px/14px open-sans-light, "Arial", "sans serif"; } }
      @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
        .question-content h1 p,
        .media-content h1 p {
          font: 400 13px/17px open-sans-light, "Arial", "sans serif"; } }
      @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
        .question-content h1 p,
        .media-content h1 p {
          font: 400 15px/18px open-sans-light, "Arial", "sans serif"; } }
      @media screen and (min-width: 79.9375em) {
        .question-content h1 p,
        .media-content h1 p {
          font: 400 16px/20px open-sans-light, "Arial", "sans serif"; } }
  .question-content .question-data,
  .media-content .question-data {
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 79.9375em) {
      .question-content .question-data,
      .media-content .question-data {
        padding: 10px 0; } }
    @media screen and (min-width: 79.9375em) {
      .question-content .question-data,
      .media-content .question-data {
        padding: 20px 0; } }

.media-content {
  height: 100%; }
  .media-content .media-data {
    height: 100%; }

.slider-data {
  line-height: 1; }
  @media screen and (max-width: 29.25em) {
    .slider-data {
      font: 400 12px/12px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .slider-data {
      font: 400 13px/13px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .slider-data {
      font: 400 15px/15px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .slider-data {
      font: 400 16px/16px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .slider-data {
      font: 400 18px/18px open-sans-light, "Arial", "sans serif"; } }
  .slider-data.full {
    width: 100%; }
  @media screen and (min-width: 79.9375em) {
    .slider-data:not(.full) {
      width: 80%; } }
  @media screen and (max-width: 79.9375em) {
    .slider-data:not(.full) {
      width: 90%; } }
  .slider-data input:not([type="checkbox"]):not([type="radio"]),
  .slider-data select {
    border: 1px solid #d7d7d7; }
    @media screen and (min-width: 79.9375em) {
      .slider-data input:not([type="checkbox"]):not([type="radio"]),
      .slider-data select {
        min-width: 230px; } }
    @media screen and (max-width: 79.9375em) {
      .slider-data input:not([type="checkbox"]):not([type="radio"]),
      .slider-data select {
        min-width: 150px; } }
  .slider-data input.error,
  .slider-data select.error,
  .slider-data label.error,
  .slider-data textarea.error {
    border-color: red !important; }
  .slider-data:not(.no-abs) {
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%; }
  .slider-data.no-abs {
    overflow: hidden;
    position: relative; }
  .slider-data.media-slider {
    height: 100%; }
    .slider-data.media-slider .preview-image {
      height: 100%;
      width: 100%; }
  .slider-data .music-time {
    color: #afafaf; }
    @media screen and (max-width: 29.25em) {
      .slider-data .music-time {
        font: 400 11px/27px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .slider-data .music-time {
        font: 400 11px/29px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .slider-data .music-time {
        font: 400 13px/33px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .slider-data .music-time {
        font: 400 15px/36px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .slider-data .music-time {
        font: 400 16px/40px montserrat, "Arial", "sans serif"; } }

.slider-data p:not(.question-subtitle),
.metadata-title {
  text-transform: uppercase; }
  @media screen and (max-width: 29.25em) {
    .slider-data p:not(.question-subtitle),
    .metadata-title {
      font: 400 11px/27px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .slider-data p:not(.question-subtitle),
    .metadata-title {
      font: 400 11px/29px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .slider-data p:not(.question-subtitle),
    .metadata-title {
      font: 400 13px/33px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .slider-data p:not(.question-subtitle),
    .metadata-title {
      font: 400 15px/36px montserrat-bold, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .slider-data p:not(.question-subtitle),
    .metadata-title {
      font: 400 16px/40px montserrat-bold, "Arial", "sans serif"; } }

.slider-data p.question-subtitle {
  margin-bottom: 0.625em; }
  @media screen and (max-width: 29.25em) {
    .slider-data p.question-subtitle {
      font: 400 10px/10px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .slider-data p.question-subtitle {
      font: 400 11px/11px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .slider-data p.question-subtitle {
      font: 400 13px/13px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .slider-data p.question-subtitle {
      font: 400 14px/14px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .slider-data p.question-subtitle {
      font: 400 15px/15px open-sans-light, "Arial", "sans serif"; } }

.row.question-body.slim {
  padding: 1.25em; }

.column.half.multiple-slider:nth-of-type(2n) {
  margin-right: 0 !important; }

.multiple-select,
.rating {
  white-space: normal; }
  .multiple-select .multi-select-wrapper,
  .multiple-select .rating-wrapper,
  .rating .multi-select-wrapper,
  .rating .rating-wrapper {
    display: inline-block; }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .multiple-select .multi-select-wrapper,
      .multiple-select .rating-wrapper,
      .rating .multi-select-wrapper,
      .rating .rating-wrapper {
        height: 35px; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) and (max-width: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 10px/23px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 11px/25px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 13px/29px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 14px/32px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) and (min-width: 79.9375em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 15px/35px open-sans, "Arial", "sans serif"; } }

    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .multiple-select .multi-select-wrapper,
      .multiple-select .rating-wrapper,
      .rating .multi-select-wrapper,
      .rating .rating-wrapper {
        height: 35px; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) and (max-width: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 10px/23px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 11px/25px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 13px/29px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 14px/32px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) and (min-width: 79.9375em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 15px/35px open-sans, "Arial", "sans serif"; } }

    @media screen and (min-width: 79.9375em) {
      .multiple-select .multi-select-wrapper,
      .multiple-select .rating-wrapper,
      .rating .multi-select-wrapper,
      .rating .rating-wrapper {
        height: 35px; } }
  @media screen and (min-width: 79.9375em) and (max-width: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 10px/23px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 11px/25px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 13px/29px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 14px/32px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) and (min-width: 79.9375em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 15px/35px open-sans, "Arial", "sans serif"; } }

    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .multiple-select .multi-select-wrapper,
      .multiple-select .rating-wrapper,
      .rating .multi-select-wrapper,
      .rating .rating-wrapper {
        height: 35px; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) and (max-width: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 10px/23px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 11px/25px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 13px/29px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 14px/32px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) and (min-width: 79.9375em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 15px/35px open-sans, "Arial", "sans serif"; } }

    @media screen and (max-width: 29.25em) {
      .multiple-select .multi-select-wrapper,
      .multiple-select .rating-wrapper,
      .rating .multi-select-wrapper,
      .rating .rating-wrapper {
        height: 25px; } }
  @media screen and (max-width: 29.25em) and (max-width: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 10px/23px open-sans, "Arial", "sans serif"; } }
  @media screen and (max-width: 29.25em) and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 11px/25px open-sans, "Arial", "sans serif"; } }
  @media screen and (max-width: 29.25em) and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 13px/29px open-sans, "Arial", "sans serif"; } }
  @media screen and (max-width: 29.25em) and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 14px/32px open-sans, "Arial", "sans serif"; } }
  @media screen and (max-width: 29.25em) and (min-width: 79.9375em) {
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      font: 400 15px/35px open-sans, "Arial", "sans serif"; } }

    .multiple-select .multi-select-wrapper input,
    .multiple-select .rating-wrapper input,
    .rating .multi-select-wrapper input,
    .rating .rating-wrapper input {
      left: -10000px;
      position: absolute; }
      @media screen and (max-width: 29.25em) {
        .multiple-select .multi-select-wrapper input,
        .multiple-select .rating-wrapper input,
        .rating .multi-select-wrapper input,
        .rating .rating-wrapper input {
          font: 400 10px/11px open-sans, "Arial", "sans serif"; } }
      @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
        .multiple-select .multi-select-wrapper input,
        .multiple-select .rating-wrapper input,
        .rating .multi-select-wrapper input,
        .rating .rating-wrapper input {
          font: 400 11px/11px open-sans, "Arial", "sans serif"; } }
      @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
        .multiple-select .multi-select-wrapper input,
        .multiple-select .rating-wrapper input,
        .rating .multi-select-wrapper input,
        .rating .rating-wrapper input {
          font: 400 13px/13px open-sans, "Arial", "sans serif"; } }
      @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
        .multiple-select .multi-select-wrapper input,
        .multiple-select .rating-wrapper input,
        .rating .multi-select-wrapper input,
        .rating .rating-wrapper input {
          font: 400 14px/15px open-sans, "Arial", "sans serif"; } }
      @media screen and (min-width: 79.9375em) {
        .multiple-select .multi-select-wrapper input,
        .multiple-select .rating-wrapper input,
        .rating .multi-select-wrapper input,
        .rating .rating-wrapper input {
          font: 400 15px/16px open-sans, "Arial", "sans serif"; } }
    .multiple-select .multi-select-wrapper label,
    .multiple-select .rating-wrapper label,
    .rating .multi-select-wrapper label,
    .rating .rating-wrapper label {
      padding: 0 0.625em;
      display: inline-block;
      border: 1px solid #d7d7d7;
      cursor: pointer; }
      .multiple-select .multi-select-wrapper label.selected,
      .multiple-select .rating-wrapper label.selected,
      .rating .multi-select-wrapper label.selected,
      .rating .rating-wrapper label.selected {
        background: #fe5000;
        border: 1px solid #fe5000;
        color: #fff; }
  .multiple-select .multi-select-wrapper,
  .rating .multi-select-wrapper {
    margin: 0.3125em 0; }
  .multiple-select .rating-wrapper,
  .rating .rating-wrapper {
    margin: 0.1875em 0; }

.question-submit {
  display: none; }

.preview-image {
  display: none;
  cursor: zoom-in; }

.review-image {
  display: none; }
  .review-image.zoomed {
    cursor: zoom-out; }

textarea,
.word-count {
  display: none;
  margin: 0 auto;
  width: 90%; }

textarea {
  padding: 0.9375em;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  height: 150px;
  resize: none; }
  @media screen and (max-width: 29.25em) {
    textarea {
      font: 400 11px/13px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    textarea {
      font: 400 11px/14px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    textarea {
      font: 400 13px/17px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    textarea {
      font: 400 15px/18px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    textarea {
      font: 400 16px/20px open-sans, "Arial", "sans serif"; } }

.word-count {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #707070;
  height: 0.625em; }
  .word-count .word-count-fill {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    background-color: #fe5000;
    height: 100%;
    width: 0; }

#pause,
.audio-waves {
  display: none; }

.audio-waves {
  font-size: 0; }
  @media screen and (max-width: 79.9375em) {
    .audio-waves {
      margin: auto;
      width: 90%; } }
  @media screen and (min-width: 79.9375em) {
    .audio-waves {
      width: 60%; } }

.wave:nth-child(1) {
  height: 95px; }

.wave:nth-child(2) {
  height: 101px; }

.wave:nth-child(3) {
  height: 108px; }

.wave:nth-child(4) {
  height: 91px; }

.wave:nth-child(5) {
  height: 72px; }

.wave:nth-child(6) {
  height: 65px; }

.wave:nth-child(7) {
  height: 65px; }

.wave:nth-child(8) {
  height: 98px; }

.wave:nth-child(9) {
  height: 52px; }

.wave:nth-child(10) {
  height: 146px; }

.wave:nth-child(11) {
  height: 173px; }

.wave:nth-child(12) {
  height: 175px; }

.wave:nth-child(13) {
  height: 179px; }

.wave:nth-child(14) {
  height: 154px; }

.wave:nth-child(15) {
  height: 139px; }

.wave:nth-child(16) {
  height: 169px; }

.wave:nth-child(17) {
  height: 148px; }

.wave:nth-child(18) {
  height: 158px; }

.wave:nth-child(19) {
  height: 181px; }

.wave:nth-child(20) {
  height: 52px; }

.wave:nth-child(21) {
  height: 111px; }

.wave:nth-child(22) {
  height: 83px; }

.wave:nth-child(23) {
  height: 83px; }

.wave:nth-child(24) {
  height: 109px; }

.wave:nth-child(25) {
  height: 86px; }

.wave:nth-child(26) {
  height: 78px; }

.wave:nth-child(27) {
  height: 93px; }

.wave:nth-child(28) {
  height: 80px; }

.wave:nth-child(29) {
  height: 52px; }

.wave:nth-child(30) {
  height: 85px; }

[role='multiple-slider'] {
  margin: 0 0 0.9375em; }

.wave,
.wave div {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.wave {
  -webkit-transition: height 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: height 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: height 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
  background-color: #d7d7d7;
  display: inline-block;
  margin: 0 .36%;
  overflow: hidden;
  position: relative;
  width: 2.6%; }
  .wave div {
    -webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    background-color: #fe5000;
    display: block;
    height: 100%;
    position: absolute;
    width: 0; }
    .wave div.finished {
      -webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      -moz-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      background-color: #d7d7d7; }

.media-controls,
.thumbnails {
  background-color: #fff; }

.thumbnails .thumbnail {
  -webkit-transition: opacity 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  height: 40px;
  width: 40px;
  cursor: pointer; }
  .thumbnails .thumbnail:not(:first-of-type) {
    opacity: .5; }

@media screen and (max-width: 29.25em) {
  .column.range-wrapper {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important; } }
@media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
  .column.range-wrapper {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important; } }
.range-slider {
  border: 1px solid #afafaf !important;
  margin-bottom: 0.75em; }
  .range-slider .ui-slider-range {
    background-color: #d7d7d7; }
  .range-slider .ui-state-default,
  .range-slider .ui-widget-content .ui-state-default {
    background-color: #fff !important;
    border: 2px solid #fe5000 !important;
    border-radius: 100%;
    cursor: pointer !important; }
  .range-slider .ui-state-hover,
  .range-slider .ui-state-focus,
  .range-slider .ui-state-active {
    outline: none !important; }
  .range-slider .ui-state-active {
    background-color: #fe5000 !important;
    border-color: #fe5000 !important; }
  .range-slider .ui-slider-handle:before {
    color: #111;
    bottom: -100%;
    content: attr(value);
    left: 0;
    position: absolute;
    width: 100%; }
    @media screen and (max-width: 29.25em) {
      .range-slider .ui-slider-handle:before {
        font: 400 9px/9px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .range-slider .ui-slider-handle:before {
        font: 400 10px/10px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .range-slider .ui-slider-handle:before {
        font: 400 12px/12px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .range-slider .ui-slider-handle:before {
        font: 400 13px/13px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .range-slider .ui-slider-handle:before {
        font: 400 14px/14px montserrat, "Arial", "sans serif"; } }

.image-metadata {
  background-color: #fff; }
  .image-metadata:first-of-type {
    border-top: 1px solid #d7d7d7; }

@media screen and (max-width: 29.25em) {
  .more-below {
    padding: 0.1875em;
    height: 32px;
    width: 32px;
    position: fixed;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    display: none;
    background-color: #707070;
    border-radius: 100%;
    bottom: 5px;
    text-align: center; }
    .more-below.opened {
      display: block;
      -webkit-animation: more-below 2s;
      -moz-animation: more-below 2s;
      animation: more-below 2s;
      opacity: 0; } }
@media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
  .more-below {
    padding: 0.1875em;
    height: 32px;
    width: 32px;
    position: fixed;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    display: none;
    background-color: #707070;
    border-radius: 100%;
    bottom: 5px;
    text-align: center; }
    .more-below.opened {
      display: block;
      -webkit-animation: more-below 2s;
      -moz-animation: more-below 2s;
      animation: more-below 2s;
      opacity: 0; } }
.arrow:after,
.arrow:before {
  content: '';
  display: inline-block;
  margin: auto 0.4375em; }

.arrow:after,
.arrow:before,
.arrow:hover:before,
.arrow:hover:after {
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.arrow.left-before:before, .arrow.left-after:after {
  height: 0;
  width: 0;
  border-top: 0.3125em solid transparent;
  border-right: 0.3125em solid #fe5000;
  border-bottom: 0.3125em solid transparent; }
.arrow.right-before:before, .arrow.right-after:after {
  height: 0;
  width: 0;
  border-top: 0.3125em solid transparent;
  border-bottom: 0.3125em solid transparent;
  border-left: 0.3125em solid #fe5000; }
.arrow.top-before:before, .arrow.top-after:after {
  height: 0;
  width: 0;
  border-left: 0.3125em solid transparent;
  border-right: 0.3125em solid transparent;
  border-bottom: 0.3125em solid #fe5000; }
.arrow.bottom-before:before, .arrow.bottom-after:after {
  height: 0;
  width: 0;
  border-top: 0.3125em solid #fe5000;
  border-right: 0.3125em solid transparent;
  border-left: 0.3125em solid transparent; }
.arrow.top-left-before:before, .arrow.top-left-after:after {
  height: 0;
  width: 0;
  border-top: 0.4375em solid #fe5000;
  border-right: 0.4375em solid transparent; }
.arrow.top-right-before:before, .arrow.top-right-after:after {
  height: 0;
  width: 0;
  border-top: 0.4375em solid #fe5000;
  border-left: 0.4375em solid transparent; }
.arrow.bottom-left-before:before, .arrow.bottom-left-after:after {
  height: 0;
  width: 0;
  border-bottom: 0.4375em solid #fe5000;
  border-right: 0.4375em solid transparent; }
.arrow.bottom-right-before:before, .arrow.bottom-right-after:after {
  height: 0;
  width: 0;
  border-bottom: 0.4375em solid #fe5000;
  border-left: 0.4375em solid transparent; }

.error-block,
.message-block,
.warning-block {
  padding: 0.625em;
  margin-bottom: 0.625em;
  position: relative; }
  @media screen and (max-width: 79.9375em) {
    .error-block,
    .message-block,
    .warning-block {
      max-width: 95%;
      margin-left: auto;
      margin-right: auto; }
      .error-block::after,
      .message-block::after,
      .warning-block::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 79.9375em) {
    .error-block,
    .message-block,
    .warning-block {
      max-width: 62.5em;
      margin-left: auto;
      margin-right: auto; }
      .error-block::after,
      .message-block::after,
      .warning-block::after {
        clear: both;
        content: "";
        display: table; } }
  .error-block span,
  .message-block span,
  .warning-block span {
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    display: inline-block;
    left: 0.625em;
    position: absolute; }
  .error-block p,
  .message-block p,
  .warning-block p {
    padding: 0;
    color: #fff;
    text-align: center;
    text-shadow: none; }
    @media screen and (max-width: 29.25em) {
      .error-block p,
      .message-block p,
      .warning-block p {
        font: 400 11px/13px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      .error-block p,
      .message-block p,
      .warning-block p {
        font: 400 11px/14px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      .error-block p,
      .message-block p,
      .warning-block p {
        font: 400 13px/17px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      .error-block p,
      .message-block p,
      .warning-block p {
        font: 400 15px/18px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      .error-block p,
      .message-block p,
      .warning-block p {
        font: 400 16px/20px open-sans-light, "Arial", "sans serif"; } }
    @media screen and (max-width: 79.9375em) {
      .error-block p,
      .message-block p,
      .warning-block p {
        padding: 0 1.625em; } }
    @media screen and (min-width: 79.9375em) {
      .error-block p,
      .message-block p,
      .warning-block p {
        padding: 0 2.125em; } }

.sprite {
  display: inline-block;
  vertical-align: middle; }

.error-block {
  background-color: rgba(255, 0, 0, 0.7); }

.warning-block {
  background-color: rgba(255, 165, 0, 0.7); }
  .warning-block p {
    color: #111; }

.message-block {
  background-color: rgba(0, 128, 0, 0.7); }

.clear {
  clear: both; }

.fade {
  -webkit-transition: opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: .4; }

.ovh {
  overflow: hidden;
  position: relative; }

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  text-align: center; }
  a.important,
  h1.important,
  h2.important,
  h3.important,
  h4.important,
  h5.important,
  h6.important,
  p.important,
  span.important {
    letter-spacing: 1px; }
    @media screen and (max-width: 29.25em) {
      a.important,
      h1.important,
      h2.important,
      h3.important,
      h4.important,
      h5.important,
      h6.important,
      p.important,
      span.important {
        font: 400 30px/30px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
      a.important,
      h1.important,
      h2.important,
      h3.important,
      h4.important,
      h5.important,
      h6.important,
      p.important,
      span.important {
        font: 400 32px/32px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
      a.important,
      h1.important,
      h2.important,
      h3.important,
      h4.important,
      h5.important,
      h6.important,
      p.important,
      span.important {
        font: 400 38px/38px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
      a.important,
      h1.important,
      h2.important,
      h3.important,
      h4.important,
      h5.important,
      h6.important,
      p.important,
      span.important {
        font: 400 41px/41px montserrat, "Arial", "sans serif"; } }
    @media screen and (min-width: 79.9375em) {
      a.important,
      h1.important,
      h2.important,
      h3.important,
      h4.important,
      h5.important,
      h6.important,
      p.important,
      span.important {
        font: 400 45px/45px montserrat, "Arial", "sans serif"; } }
  a.light,
  h1.light,
  h2.light,
  h3.light,
  h4.light,
  h5.light,
  h6.light,
  p.light,
  span.light {
    color: #fff; }
  a.special,
  h1.special,
  h2.special,
  h3.special,
  h4.special,
  h5.special,
  h6.special,
  p.special,
  span.special {
    color: #fe5000; }
  @media screen and (max-width: 29.25em) {
    a.small-subtitle,
    h1.small-subtitle,
    h2.small-subtitle,
    h3.small-subtitle,
    h4.small-subtitle,
    h5.small-subtitle,
    h6.small-subtitle,
    p.small-subtitle,
    span.small-subtitle {
      font: 400 10px/20px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    a.small-subtitle,
    h1.small-subtitle,
    h2.small-subtitle,
    h3.small-subtitle,
    h4.small-subtitle,
    h5.small-subtitle,
    h6.small-subtitle,
    p.small-subtitle,
    span.small-subtitle {
      font: 400 11px/21px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    a.small-subtitle,
    h1.small-subtitle,
    h2.small-subtitle,
    h3.small-subtitle,
    h4.small-subtitle,
    h5.small-subtitle,
    h6.small-subtitle,
    p.small-subtitle,
    span.small-subtitle {
      font: 400 13px/25px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    a.small-subtitle,
    h1.small-subtitle,
    h2.small-subtitle,
    h3.small-subtitle,
    h4.small-subtitle,
    h5.small-subtitle,
    h6.small-subtitle,
    p.small-subtitle,
    span.small-subtitle {
      font: 400 14px/27px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    a.small-subtitle,
    h1.small-subtitle,
    h2.small-subtitle,
    h3.small-subtitle,
    h4.small-subtitle,
    h5.small-subtitle,
    h6.small-subtitle,
    p.small-subtitle,
    span.small-subtitle {
      font: 400 15px/30px open-sans, "Arial", "sans serif"; } }
  @media screen and (max-width: 29.25em) {
    a.subtitle,
    h1.subtitle,
    h2.subtitle,
    h3.subtitle,
    h4.subtitle,
    h5.subtitle,
    h6.subtitle,
    p.subtitle,
    span.subtitle {
      font: 400 16px/33px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    a.subtitle,
    h1.subtitle,
    h2.subtitle,
    h3.subtitle,
    h4.subtitle,
    h5.subtitle,
    h6.subtitle,
    p.subtitle,
    span.subtitle {
      font: 400 17px/36px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    a.subtitle,
    h1.subtitle,
    h2.subtitle,
    h3.subtitle,
    h4.subtitle,
    h5.subtitle,
    h6.subtitle,
    p.subtitle,
    span.subtitle {
      font: 400 20px/42px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    a.subtitle,
    h1.subtitle,
    h2.subtitle,
    h3.subtitle,
    h4.subtitle,
    h5.subtitle,
    h6.subtitle,
    p.subtitle,
    span.subtitle {
      font: 400 22px/45px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    a.subtitle,
    h1.subtitle,
    h2.subtitle,
    h3.subtitle,
    h4.subtitle,
    h5.subtitle,
    h6.subtitle,
    p.subtitle,
    span.subtitle {
      font: 400 24px/50px open-sans, "Arial", "sans serif"; } }
  a.heading,
  h1.heading,
  h2.heading,
  h3.heading,
  h4.heading,
  h5.heading,
  h6.heading,
  p.heading,
  span.heading {
    display: inline-block;
    text-transform: uppercase; }
    @media screen and (max-width: 79.9375em) {
      a.heading,
      h1.heading,
      h2.heading,
      h3.heading,
      h4.heading,
      h5.heading,
      h6.heading,
      p.heading,
      span.heading {
        border-bottom: 3px solid #fe5000; } }
    @media screen and (min-width: 79.9375em) {
      a.heading,
      h1.heading,
      h2.heading,
      h3.heading,
      h4.heading,
      h5.heading,
      h6.heading,
      p.heading,
      span.heading {
        border-bottom: 4px solid #fe5000; } }
  a.disabled,
  h1.disabled,
  h2.disabled,
  h3.disabled,
  h4.disabled,
  h5.disabled,
  h6.disabled,
  p.disabled,
  span.disabled {
    color: #afafaf; }

[type="checkbox"],
[type="radio"] {
  margin: 0 0.5625em; }

.demographic {
  color: #fff;
  background-color: #fe5000; }
  @media screen and (max-width: 29.25em) {
    .demographic {
      font: 400 9px/17px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .demographic {
      font: 400 10px/18px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .demographic {
      font: 400 12px/21px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .demographic {
      font: 400 13px/23px open-sans-light, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .demographic {
      font: 400 14px/25px open-sans-light, "Arial", "sans serif"; } }

.center {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%; }

.vertical-center {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%; }

.horizontal-center {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%; }

.ui-tooltip.ui-widget-content.tooltip {
  color: #d7d7d7;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #707070;
  box-shadow: none; }
  @media screen and (max-width: 29.25em) {
    .ui-tooltip.ui-widget-content.tooltip {
      font: 400 9px/9px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 48em) and (max-height: 29.25em) {
    .ui-tooltip.ui-widget-content.tooltip {
      font: 400 9px/9px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 29.25em) and (max-width: 50em) and (min-height: 29.25em) {
    .ui-tooltip.ui-widget-content.tooltip {
      font: 400 11px/11px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 48em) and (max-width: 79.875em) and (max-height: 50em) {
    .ui-tooltip.ui-widget-content.tooltip {
      font: 400 12px/12px open-sans, "Arial", "sans serif"; } }
  @media screen and (min-width: 79.9375em) {
    .ui-tooltip.ui-widget-content.tooltip {
      font: 400 13px/13px open-sans, "Arial", "sans serif"; } }

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

#zenbox_tab {
    font-family: Arial, Helvetica, sans-serif;
    border: solid 2px #fff;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    top: 23%;
    height: 25px;
    min-width: 110px;
    z-index: 10000;
    white-space: nowrap;
    padding: 0 10px 35px 10px;
}

#zenbox_tab #feedback_tab_text {
    font-size: 1.3em;
    font-weight: bold;
    margin: 25px auto;
    text-align: center;
    color: #fff;
}

#zenbox_tab.ZenboxTabLeft {
    left: 0px;
    background-position: right 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#zenbox_tab.ZenboxTabRight {
    right: 0px;
    background-position: left 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#zenbox_tab:hover {
    background-color: #444;
}

#zenbox_overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90000;
}

#zenbox_overlay * {
    color:#333;
    font-family: Arial, Helvetica, sans-serif;
    font-style:normal;
    font-variant:normal;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#zenbox_container {
    height: 620px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 638px;
    z-index:2;
}

#zenbox_container .zenbox_header {
    position: relative;
    text-align: right;
    width: auto;
    z-index: 100;
}

#zenbox_close {
    cursor: pointer;
    height: 46px;
    position: relative;
    top: 10px;
    width: 46px;
}

#zenbox_body {
    height: 900px;
    margin-top: -18px;
    position: relative;
    width: 615px;
}

#zenbox_scrim {
    background-color: #000;
    filter:alpha(opacity=42);
    -moz-opacity: 0.42;
    opacity: 0.42;
    left:0;
    position: absolute;
    top:0;
    width: 100%;
    z-index:1;
}

/* perfect-scrollbar v0.6.7 */
.ps-container{-ms-touch-action:none;overflow:hidden !important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color 0.2s linear,opacity 0.2s linear;-moz-transition:background-color 0.2s linear,opacity 0.2s linear;-o-transition:background-color 0.2s linear,opacity 0.2s linear;transition:background-color 0.2s linear,opacity 0.2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color 0.2s linear;-moz-transition:background-color 0.2s linear;-o-transition:background-color 0.2s linear;transition:background-color 0.2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color 0.2s linear,opacity 0.2s linear;-moz-transition:background-color 0.2s linear,opacity 0.2s linear;-o-transition:background-color 0.2s linear,opacity 0.2s linear;transition:background-color 0.2s linear,opacity 0.2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color 0.2s linear;-moz-transition:background-color 0.2s linear;-o-transition:background-color 0.2s linear;transition:background-color 0.2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}

/*! jQuery UI - v1.11.4 - 2016-01-21
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#2b2b2b;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-default .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:0 0 0 0;padding:5px;background:#666;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}