@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../../../../../static/builds/web/dist/fontawesome-webfont-32400f4e08932a94d8bfd2422702c446.eot);
  src: url(../../../../../static/builds/web/dist/fontawesome-webfont-32400f4e08932a94d8bfd2422702c446.eot#iefix&v=4.5.0) format("embedded-opentype"), url(../../../../../static/builds/web/dist/fontawesome-webfont-db812d8a70a4e88e888744c1c9a27e89.woff) format("woff2"), url(../../../../../static/builds/web/dist/fontawesome-webfont-a35720c2fed2c7f043bc7e4ffb45e073.woff) format("woff"), url(../../../../../static/builds/web/dist/fontawesome-webfont-a3de2170e4e9df77161ea5d3f31b2668.ttf) format("truetype"), url(../../../../../static/builds/web/dist/fontawesome-webfont-f775f9cca88e21d45bebe185b27c0e5b.svg) format("svg");
  font-weight: normal;
  font-style: normal; }
.fa, .icons-twitter, .icons-facebook, .icons-pinterest, .icons-google, .icons-linkedin, .icons-tumblr, .icons-reddit {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }
.fa-2x {
  font-size: 2em; }
.fa-3x {
  font-size: 3em; }
.fa-4x {
  font-size: 4em; }
.fa-5x {
  font-size: 5em; }
.fa-fw {
  width: 1.28571em;
  text-align: center; }
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
.fa-ul > li {
    position: relative; }
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
.fa-li.fa-lg {
    left: -1.85714em; }
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }
.fa-pull-left {
  float: left; }
.fa-pull-right {
  float: right; }
.fa.fa-pull-left, .fa-pull-left.icons-twitter, .fa-pull-left.icons-facebook, .fa-pull-left.icons-pinterest, .fa-pull-left.icons-google, .fa-pull-left.icons-linkedin, .fa-pull-left.icons-tumblr, .fa-pull-left.icons-reddit {
  margin-right: .3em; }
.fa.fa-pull-right, .fa-pull-right.icons-twitter, .fa-pull-right.icons-facebook, .fa-pull-right.icons-pinterest, .fa-pull-right.icons-google, .fa-pull-right.icons-linkedin, .fa-pull-right.icons-tumblr, .fa-pull-right.icons-reddit {
  margin-left: .3em; }
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }
.pull-left {
  float: left; }
.fa.pull-left, .pull-left.icons-twitter, .pull-left.icons-facebook, .pull-left.icons-pinterest, .pull-left.icons-google, .pull-left.icons-linkedin, .pull-left.icons-tumblr, .pull-left.icons-reddit {
  margin-right: .3em; }
.fa.pull-right, .pull-right.icons-twitter, .pull-right.icons-facebook, .pull-right.icons-pinterest, .pull-right.icons-google, .pull-right.icons-linkedin, .pull-right.icons-tumblr, .pull-right.icons-reddit {
  margin-left: .3em; }
.fa-spin {
  animation: fa-spin 2s infinite linear; }
.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }
@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1); }
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }
.fa-stack-1x {
  line-height: inherit; }
.fa-stack-2x {
  font-size: 2em; }
.fa-inverse {
  color: #fff; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }
.fa-music:before {
  content: "\F001"; }
.fa-search:before {
  content: "\F002"; }
.fa-envelope-o:before {
  content: "\F003"; }
.fa-heart:before {
  content: "\F004"; }
.fa-star:before {
  content: "\F005"; }
.fa-star-o:before {
  content: "\F006"; }
.fa-user:before {
  content: "\F007"; }
.fa-film:before {
  content: "\F008"; }
.fa-th-large:before {
  content: "\F009"; }
.fa-th:before {
  content: "\F00A"; }
.fa-th-list:before {
  content: "\F00B"; }
.fa-check:before {
  content: "\F00C"; }
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }
.fa-search-plus:before {
  content: "\F00E"; }
.fa-search-minus:before {
  content: "\F010"; }
.fa-power-off:before {
  content: "\F011"; }
.fa-signal:before {
  content: "\F012"; }
.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }
.fa-trash-o:before {
  content: "\F014"; }
.fa-home:before {
  content: "\F015"; }
.fa-file-o:before {
  content: "\F016"; }
.fa-clock-o:before {
  content: "\F017"; }
.fa-road:before {
  content: "\F018"; }
.fa-download:before {
  content: "\F019"; }
.fa-arrow-circle-o-down:before {
  content: "\F01A"; }
.fa-arrow-circle-o-up:before {
  content: "\F01B"; }
.fa-inbox:before {
  content: "\F01C"; }
.fa-play-circle-o:before {
  content: "\F01D"; }
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }
.fa-refresh:before {
  content: "\F021"; }
.fa-list-alt:before {
  content: "\F022"; }
.fa-lock:before {
  content: "\F023"; }
.fa-flag:before {
  content: "\F024"; }
.fa-headphones:before {
  content: "\F025"; }
.fa-volume-off:before {
  content: "\F026"; }
.fa-volume-down:before {
  content: "\F027"; }
.fa-volume-up:before {
  content: "\F028"; }
.fa-qrcode:before {
  content: "\F029"; }
.fa-barcode:before {
  content: "\F02A"; }
.fa-tag:before {
  content: "\F02B"; }
.fa-tags:before {
  content: "\F02C"; }
.fa-book:before {
  content: "\F02D"; }
.fa-bookmark:before {
  content: "\F02E"; }
.fa-print:before {
  content: "\F02F"; }
.fa-camera:before {
  content: "\F030"; }
.fa-font:before {
  content: "\F031"; }
.fa-bold:before {
  content: "\F032"; }
.fa-italic:before {
  content: "\F033"; }
.fa-text-height:before {
  content: "\F034"; }
.fa-text-width:before {
  content: "\F035"; }
.fa-align-left:before {
  content: "\F036"; }
.fa-align-center:before {
  content: "\F037"; }
.fa-align-right:before {
  content: "\F038"; }
.fa-align-justify:before {
  content: "\F039"; }
.fa-list:before {
  content: "\F03A"; }
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }
.fa-indent:before {
  content: "\F03C"; }
.fa-video-camera:before {
  content: "\F03D"; }
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }
.fa-pencil:before {
  content: "\F040"; }
.fa-map-marker:before {
  content: "\F041"; }
.fa-adjust:before {
  content: "\F042"; }
.fa-tint:before {
  content: "\F043"; }
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }
.fa-share-square-o:before {
  content: "\F045"; }
.fa-check-square-o:before {
  content: "\F046"; }
.fa-arrows:before {
  content: "\F047"; }
.fa-step-backward:before {
  content: "\F048"; }
.fa-fast-backward:before {
  content: "\F049"; }
.fa-backward:before {
  content: "\F04A"; }
.fa-play:before {
  content: "\F04B"; }
.fa-pause:before {
  content: "\F04C"; }
.fa-stop:before {
  content: "\F04D"; }
.fa-forward:before {
  content: "\F04E"; }
.fa-fast-forward:before {
  content: "\F050"; }
.fa-step-forward:before {
  content: "\F051"; }
.fa-eject:before {
  content: "\F052"; }
.fa-chevron-left:before {
  content: "\F053"; }
.fa-chevron-right:before {
  content: "\F054"; }
.fa-plus-circle:before {
  content: "\F055"; }
.fa-minus-circle:before {
  content: "\F056"; }
.fa-times-circle:before {
  content: "\F057"; }
.fa-check-circle:before {
  content: "\F058"; }
.fa-question-circle:before {
  content: "\F059"; }
.fa-info-circle:before {
  content: "\F05A"; }
.fa-crosshairs:before {
  content: "\F05B"; }
.fa-times-circle-o:before {
  content: "\F05C"; }
.fa-check-circle-o:before {
  content: "\F05D"; }
.fa-ban:before {
  content: "\F05E"; }
.fa-arrow-left:before {
  content: "\F060"; }
.fa-arrow-right:before {
  content: "\F061"; }
.fa-arrow-up:before {
  content: "\F062"; }
.fa-arrow-down:before {
  content: "\F063"; }
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }
.fa-expand:before {
  content: "\F065"; }
.fa-compress:before {
  content: "\F066"; }
.fa-plus:before {
  content: "\F067"; }
.fa-minus:before {
  content: "\F068"; }
.fa-asterisk:before {
  content: "\F069"; }
.fa-exclamation-circle:before {
  content: "\F06A"; }
.fa-gift:before {
  content: "\F06B"; }
.fa-leaf:before {
  content: "\F06C"; }
.fa-fire:before {
  content: "\F06D"; }
.fa-eye:before {
  content: "\F06E"; }
.fa-eye-slash:before {
  content: "\F070"; }
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }
.fa-plane:before {
  content: "\F072"; }
.fa-calendar:before {
  content: "\F073"; }
.fa-random:before {
  content: "\F074"; }
.fa-comment:before {
  content: "\F075"; }
.fa-magnet:before {
  content: "\F076"; }
.fa-chevron-up:before {
  content: "\F077"; }
.fa-chevron-down:before {
  content: "\F078"; }
.fa-retweet:before {
  content: "\F079"; }
.fa-shopping-cart:before {
  content: "\F07A"; }
.fa-folder:before {
  content: "\F07B"; }
.fa-folder-open:before {
  content: "\F07C"; }
.fa-arrows-v:before {
  content: "\F07D"; }
.fa-arrows-h:before {
  content: "\F07E"; }
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }
.fa-twitter-square:before, .icons-twitter:before {
  content: "\F081"; }
.fa-facebook-square:before, .icons-facebook:before {
  content: "\F082"; }
.fa-camera-retro:before {
  content: "\F083"; }
.fa-key:before {
  content: "\F084"; }
.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }
.fa-comments:before {
  content: "\F086"; }
.fa-thumbs-o-up:before {
  content: "\F087"; }
.fa-thumbs-o-down:before {
  content: "\F088"; }
.fa-star-half:before {
  content: "\F089"; }
.fa-heart-o:before {
  content: "\F08A"; }
.fa-sign-out:before {
  content: "\F08B"; }
.fa-linkedin-square:before, .icons-linkedin:before {
  content: "\F08C"; }
.fa-thumb-tack:before {
  content: "\F08D"; }
.fa-external-link:before {
  content: "\F08E"; }
.fa-sign-in:before {
  content: "\F090"; }
.fa-trophy:before {
  content: "\F091"; }
.fa-github-square:before {
  content: "\F092"; }
.fa-upload:before {
  content: "\F093"; }
.fa-lemon-o:before {
  content: "\F094"; }
.fa-phone:before {
  content: "\F095"; }
.fa-square-o:before {
  content: "\F096"; }
.fa-bookmark-o:before {
  content: "\F097"; }
.fa-phone-square:before {
  content: "\F098"; }
.fa-twitter:before {
  content: "\F099"; }
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }
.fa-github:before {
  content: "\F09B"; }
.fa-unlock:before {
  content: "\F09C"; }
.fa-credit-card:before {
  content: "\F09D"; }
.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }
.fa-hdd-o:before {
  content: "\F0A0"; }
.fa-bullhorn:before {
  content: "\F0A1"; }
.fa-bell:before {
  content: "\F0F3"; }
.fa-certificate:before {
  content: "\F0A3"; }
.fa-hand-o-right:before {
  content: "\F0A4"; }
.fa-hand-o-left:before {
  content: "\F0A5"; }
.fa-hand-o-up:before {
  content: "\F0A6"; }
.fa-hand-o-down:before {
  content: "\F0A7"; }
.fa-arrow-circle-left:before {
  content: "\F0A8"; }
.fa-arrow-circle-right:before {
  content: "\F0A9"; }
.fa-arrow-circle-up:before {
  content: "\F0AA"; }
.fa-arrow-circle-down:before {
  content: "\F0AB"; }
.fa-globe:before {
  content: "\F0AC"; }
.fa-wrench:before {
  content: "\F0AD"; }
.fa-tasks:before {
  content: "\F0AE"; }
.fa-filter:before {
  content: "\F0B0"; }
.fa-briefcase:before {
  content: "\F0B1"; }
.fa-arrows-alt:before {
  content: "\F0B2"; }
.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }
.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }
.fa-cloud:before {
  content: "\F0C2"; }
.fa-flask:before {
  content: "\F0C3"; }
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }
.fa-paperclip:before {
  content: "\F0C6"; }
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }
.fa-square:before {
  content: "\F0C8"; }
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }
.fa-list-ul:before {
  content: "\F0CA"; }
.fa-list-ol:before {
  content: "\F0CB"; }
.fa-strikethrough:before {
  content: "\F0CC"; }
.fa-underline:before {
  content: "\F0CD"; }
.fa-table:before {
  content: "\F0CE"; }
.fa-magic:before {
  content: "\F0D0"; }
.fa-truck:before {
  content: "\F0D1"; }
.fa-pinterest:before {
  content: "\F0D2"; }
.fa-pinterest-square:before, .icons-pinterest:before {
  content: "\F0D3"; }
.fa-google-plus-square:before, .icons-google:before {
  content: "\F0D4"; }
.fa-google-plus:before {
  content: "\F0D5"; }
.fa-money:before {
  content: "\F0D6"; }
.fa-caret-down:before {
  content: "\F0D7"; }
.fa-caret-up:before {
  content: "\F0D8"; }
.fa-caret-left:before {
  content: "\F0D9"; }
.fa-caret-right:before {
  content: "\F0DA"; }
.fa-columns:before {
  content: "\F0DB"; }
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }
.fa-envelope:before {
  content: "\F0E0"; }
.fa-linkedin:before {
  content: "\F0E1"; }
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }
.fa-comment-o:before {
  content: "\F0E5"; }
.fa-comments-o:before {
  content: "\F0E6"; }
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }
.fa-sitemap:before {
  content: "\F0E8"; }
.fa-umbrella:before {
  content: "\F0E9"; }
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }
.fa-lightbulb-o:before {
  content: "\F0EB"; }
.fa-exchange:before {
  content: "\F0EC"; }
.fa-cloud-download:before {
  content: "\F0ED"; }
.fa-cloud-upload:before {
  content: "\F0EE"; }
.fa-user-md:before {
  content: "\F0F0"; }
.fa-stethoscope:before {
  content: "\F0F1"; }
.fa-suitcase:before {
  content: "\F0F2"; }
.fa-bell-o:before {
  content: "\F0A2"; }
.fa-coffee:before {
  content: "\F0F4"; }
.fa-cutlery:before {
  content: "\F0F5"; }
.fa-file-text-o:before {
  content: "\F0F6"; }
.fa-building-o:before {
  content: "\F0F7"; }
.fa-hospital-o:before {
  content: "\F0F8"; }
.fa-ambulance:before {
  content: "\F0F9"; }
.fa-medkit:before {
  content: "\F0FA"; }
.fa-fighter-jet:before {
  content: "\F0FB"; }
.fa-beer:before {
  content: "\F0FC"; }
.fa-h-square:before {
  content: "\F0FD"; }
.fa-plus-square:before {
  content: "\F0FE"; }
.fa-angle-double-left:before {
  content: "\F100"; }
.fa-angle-double-right:before {
  content: "\F101"; }
.fa-angle-double-up:before {
  content: "\F102"; }
.fa-angle-double-down:before {
  content: "\F103"; }
.fa-angle-left:before {
  content: "\F104"; }
.fa-angle-right:before {
  content: "\F105"; }
.fa-angle-up:before {
  content: "\F106"; }
.fa-angle-down:before {
  content: "\F107"; }
.fa-desktop:before {
  content: "\F108"; }
.fa-laptop:before {
  content: "\F109"; }
.fa-tablet:before {
  content: "\F10A"; }
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }
.fa-circle-o:before {
  content: "\F10C"; }
.fa-quote-left:before {
  content: "\F10D"; }
.fa-quote-right:before {
  content: "\F10E"; }
.fa-spinner:before {
  content: "\F110"; }
.fa-circle:before {
  content: "\F111"; }
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }
.fa-github-alt:before {
  content: "\F113"; }
.fa-folder-o:before {
  content: "\F114"; }
.fa-folder-open-o:before {
  content: "\F115"; }
.fa-smile-o:before {
  content: "\F118"; }
.fa-frown-o:before {
  content: "\F119"; }
.fa-meh-o:before {
  content: "\F11A"; }
.fa-gamepad:before {
  content: "\F11B"; }
.fa-keyboard-o:before {
  content: "\F11C"; }
.fa-flag-o:before {
  content: "\F11D"; }
.fa-flag-checkered:before {
  content: "\F11E"; }
.fa-terminal:before {
  content: "\F120"; }
.fa-code:before {
  content: "\F121"; }
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }
.fa-location-arrow:before {
  content: "\F124"; }
.fa-crop:before {
  content: "\F125"; }
.fa-code-fork:before {
  content: "\F126"; }
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }
.fa-question:before {
  content: "\F128"; }
.fa-info:before {
  content: "\F129"; }
.fa-exclamation:before {
  content: "\F12A"; }
.fa-superscript:before {
  content: "\F12B"; }
.fa-subscript:before {
  content: "\F12C"; }
.fa-eraser:before {
  content: "\F12D"; }
.fa-puzzle-piece:before {
  content: "\F12E"; }
.fa-microphone:before {
  content: "\F130"; }
.fa-microphone-slash:before {
  content: "\F131"; }
.fa-shield:before {
  content: "\F132"; }
.fa-calendar-o:before {
  content: "\F133"; }
.fa-fire-extinguisher:before {
  content: "\F134"; }
.fa-rocket:before {
  content: "\F135"; }
.fa-maxcdn:before {
  content: "\F136"; }
.fa-chevron-circle-left:before {
  content: "\F137"; }
.fa-chevron-circle-right:before {
  content: "\F138"; }
.fa-chevron-circle-up:before {
  content: "\F139"; }
.fa-chevron-circle-down:before {
  content: "\F13A"; }
.fa-html5:before {
  content: "\F13B"; }
.fa-css3:before {
  content: "\F13C"; }
.fa-anchor:before {
  content: "\F13D"; }
.fa-unlock-alt:before {
  content: "\F13E"; }
.fa-bullseye:before {
  content: "\F140"; }
.fa-ellipsis-h:before {
  content: "\F141"; }
.fa-ellipsis-v:before {
  content: "\F142"; }
.fa-rss-square:before {
  content: "\F143"; }
.fa-play-circle:before {
  content: "\F144"; }
.fa-ticket:before {
  content: "\F145"; }
.fa-minus-square:before {
  content: "\F146"; }
.fa-minus-square-o:before {
  content: "\F147"; }
.fa-level-up:before {
  content: "\F148"; }
.fa-level-down:before {
  content: "\F149"; }
.fa-check-square:before {
  content: "\F14A"; }
.fa-pencil-square:before {
  content: "\F14B"; }
.fa-external-link-square:before {
  content: "\F14C"; }
.fa-share-square:before {
  content: "\F14D"; }
.fa-compass:before {
  content: "\F14E"; }
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }
.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }
.fa-gbp:before {
  content: "\F154"; }
.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }
.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }
.fa-won:before,
.fa-krw:before {
  content: "\F159"; }
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }
.fa-file:before {
  content: "\F15B"; }
.fa-file-text:before {
  content: "\F15C"; }
.fa-sort-alpha-asc:before {
  content: "\F15D"; }
.fa-sort-alpha-desc:before {
  content: "\F15E"; }
.fa-sort-amount-asc:before {
  content: "\F160"; }
.fa-sort-amount-desc:before {
  content: "\F161"; }
.fa-sort-numeric-asc:before {
  content: "\F162"; }
.fa-sort-numeric-desc:before {
  content: "\F163"; }
.fa-thumbs-up:before {
  content: "\F164"; }
.fa-thumbs-down:before {
  content: "\F165"; }
.fa-youtube-square:before {
  content: "\F166"; }
.fa-youtube:before {
  content: "\F167"; }
.fa-xing:before {
  content: "\F168"; }
.fa-xing-square:before {
  content: "\F169"; }
.fa-youtube-play:before {
  content: "\F16A"; }
.fa-dropbox:before {
  content: "\F16B"; }
.fa-stack-overflow:before {
  content: "\F16C"; }
.fa-instagram:before {
  content: "\F16D"; }
.fa-flickr:before {
  content: "\F16E"; }
.fa-adn:before {
  content: "\F170"; }
.fa-bitbucket:before {
  content: "\F171"; }
.fa-bitbucket-square:before {
  content: "\F172"; }
.fa-tumblr:before {
  content: "\F173"; }
.fa-tumblr-square:before, .icons-tumblr:before {
  content: "\F174"; }
.fa-long-arrow-down:before {
  content: "\F175"; }
.fa-long-arrow-up:before {
  content: "\F176"; }
.fa-long-arrow-left:before {
  content: "\F177"; }
.fa-long-arrow-right:before {
  content: "\F178"; }
.fa-apple:before {
  content: "\F179"; }
.fa-windows:before {
  content: "\F17A"; }
.fa-android:before {
  content: "\F17B"; }
.fa-linux:before {
  content: "\F17C"; }
.fa-dribbble:before {
  content: "\F17D"; }
.fa-skype:before {
  content: "\F17E"; }
.fa-foursquare:before {
  content: "\F180"; }
.fa-trello:before {
  content: "\F181"; }
.fa-female:before {
  content: "\F182"; }
.fa-male:before {
  content: "\F183"; }
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }
.fa-sun-o:before {
  content: "\F185"; }
.fa-moon-o:before {
  content: "\F186"; }
.fa-archive:before {
  content: "\F187"; }
.fa-bug:before {
  content: "\F188"; }
.fa-vk:before {
  content: "\F189"; }
.fa-weibo:before {
  content: "\F18A"; }
.fa-renren:before {
  content: "\F18B"; }
.fa-pagelines:before {
  content: "\F18C"; }
.fa-stack-exchange:before {
  content: "\F18D"; }
.fa-arrow-circle-o-right:before {
  content: "\F18E"; }
.fa-arrow-circle-o-left:before {
  content: "\F190"; }
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }
.fa-dot-circle-o:before {
  content: "\F192"; }
.fa-wheelchair:before {
  content: "\F193"; }
.fa-vimeo-square:before {
  content: "\F194"; }
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }
.fa-plus-square-o:before {
  content: "\F196"; }
.fa-space-shuttle:before {
  content: "\F197"; }
.fa-slack:before {
  content: "\F198"; }
.fa-envelope-square:before {
  content: "\F199"; }
.fa-wordpress:before {
  content: "\F19A"; }
.fa-openid:before {
  content: "\F19B"; }
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }
.fa-yahoo:before {
  content: "\F19E"; }
.fa-google:before {
  content: "\F1A0"; }
.fa-reddit:before {
  content: "\F1A1"; }
.fa-reddit-square:before, .icons-reddit:before {
  content: "\F1A2"; }
.fa-stumbleupon-circle:before {
  content: "\F1A3"; }
.fa-stumbleupon:before {
  content: "\F1A4"; }
.fa-delicious:before {
  content: "\F1A5"; }
.fa-digg:before {
  content: "\F1A6"; }
.fa-pied-piper:before {
  content: "\F1A7"; }
.fa-pied-piper-alt:before {
  content: "\F1A8"; }
.fa-drupal:before {
  content: "\F1A9"; }
.fa-joomla:before {
  content: "\F1AA"; }
.fa-language:before {
  content: "\F1AB"; }
.fa-fax:before {
  content: "\F1AC"; }
.fa-building:before {
  content: "\F1AD"; }
.fa-child:before {
  content: "\F1AE"; }
.fa-paw:before {
  content: "\F1B0"; }
.fa-spoon:before {
  content: "\F1B1"; }
.fa-cube:before {
  content: "\F1B2"; }
.fa-cubes:before {
  content: "\F1B3"; }
.fa-behance:before {
  content: "\F1B4"; }
.fa-behance-square:before {
  content: "\F1B5"; }
.fa-steam:before {
  content: "\F1B6"; }
.fa-steam-square:before {
  content: "\F1B7"; }
.fa-recycle:before {
  content: "\F1B8"; }
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }
.fa-tree:before {
  content: "\F1BB"; }
.fa-spotify:before {
  content: "\F1BC"; }
.fa-deviantart:before {
  content: "\F1BD"; }
.fa-soundcloud:before {
  content: "\F1BE"; }
.fa-database:before {
  content: "\F1C0"; }
.fa-file-pdf-o:before {
  content: "\F1C1"; }
.fa-file-word-o:before {
  content: "\F1C2"; }
.fa-file-excel-o:before {
  content: "\F1C3"; }
.fa-file-powerpoint-o:before {
  content: "\F1C4"; }
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }
.fa-file-code-o:before {
  content: "\F1C9"; }
.fa-vine:before {
  content: "\F1CA"; }
.fa-codepen:before {
  content: "\F1CB"; }
.fa-jsfiddle:before {
  content: "\F1CC"; }
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }
.fa-circle-o-notch:before {
  content: "\F1CE"; }
.fa-ra:before,
.fa-rebel:before {
  content: "\F1D0"; }
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }
.fa-git-square:before {
  content: "\F1D2"; }
.fa-git:before {
  content: "\F1D3"; }
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }
.fa-tencent-weibo:before {
  content: "\F1D5"; }
.fa-qq:before {
  content: "\F1D6"; }
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }
.fa-history:before {
  content: "\F1DA"; }
.fa-circle-thin:before {
  content: "\F1DB"; }
.fa-header:before {
  content: "\F1DC"; }
.fa-paragraph:before {
  content: "\F1DD"; }
.fa-sliders:before {
  content: "\F1DE"; }
.fa-share-alt:before {
  content: "\F1E0"; }
.fa-share-alt-square:before {
  content: "\F1E1"; }
.fa-bomb:before {
  content: "\F1E2"; }
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }
.fa-tty:before {
  content: "\F1E4"; }
.fa-binoculars:before {
  content: "\F1E5"; }
.fa-plug:before {
  content: "\F1E6"; }
.fa-slideshare:before {
  content: "\F1E7"; }
.fa-twitch:before {
  content: "\F1E8"; }
.fa-yelp:before {
  content: "\F1E9"; }
.fa-newspaper-o:before {
  content: "\F1EA"; }
.fa-wifi:before {
  content: "\F1EB"; }
.fa-calculator:before {
  content: "\F1EC"; }
.fa-paypal:before {
  content: "\F1ED"; }
.fa-google-wallet:before {
  content: "\F1EE"; }
.fa-cc-visa:before {
  content: "\F1F0"; }
.fa-cc-mastercard:before {
  content: "\F1F1"; }
.fa-cc-discover:before {
  content: "\F1F2"; }
.fa-cc-amex:before {
  content: "\F1F3"; }
.fa-cc-paypal:before {
  content: "\F1F4"; }
.fa-cc-stripe:before {
  content: "\F1F5"; }
.fa-bell-slash:before {
  content: "\F1F6"; }
.fa-bell-slash-o:before {
  content: "\F1F7"; }
.fa-trash:before {
  content: "\F1F8"; }
.fa-copyright:before {
  content: "\F1F9"; }
.fa-at:before {
  content: "\F1FA"; }
.fa-eyedropper:before {
  content: "\F1FB"; }
.fa-paint-brush:before {
  content: "\F1FC"; }
.fa-birthday-cake:before {
  content: "\F1FD"; }
.fa-area-chart:before {
  content: "\F1FE"; }
.fa-pie-chart:before {
  content: "\F200"; }
.fa-line-chart:before {
  content: "\F201"; }
.fa-lastfm:before {
  content: "\F202"; }
.fa-lastfm-square:before {
  content: "\F203"; }
.fa-toggle-off:before {
  content: "\F204"; }
.fa-toggle-on:before {
  content: "\F205"; }
.fa-bicycle:before {
  content: "\F206"; }
.fa-bus:before {
  content: "\F207"; }
.fa-ioxhost:before {
  content: "\F208"; }
.fa-angellist:before {
  content: "\F209"; }
.fa-cc:before {
  content: "\F20A"; }
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }
.fa-meanpath:before {
  content: "\F20C"; }
.fa-buysellads:before {
  content: "\F20D"; }
.fa-connectdevelop:before {
  content: "\F20E"; }
.fa-dashcube:before {
  content: "\F210"; }
.fa-forumbee:before {
  content: "\F211"; }
.fa-leanpub:before {
  content: "\F212"; }
.fa-sellsy:before {
  content: "\F213"; }
.fa-shirtsinbulk:before {
  content: "\F214"; }
.fa-simplybuilt:before {
  content: "\F215"; }
.fa-skyatlas:before {
  content: "\F216"; }
.fa-cart-plus:before {
  content: "\F217"; }
.fa-cart-arrow-down:before {
  content: "\F218"; }
.fa-diamond:before {
  content: "\F219"; }
.fa-ship:before {
  content: "\F21A"; }
.fa-user-secret:before {
  content: "\F21B"; }
.fa-motorcycle:before {
  content: "\F21C"; }
.fa-street-view:before {
  content: "\F21D"; }
.fa-heartbeat:before {
  content: "\F21E"; }
.fa-venus:before {
  content: "\F221"; }
.fa-mars:before {
  content: "\F222"; }
.fa-mercury:before {
  content: "\F223"; }
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }
.fa-transgender-alt:before {
  content: "\F225"; }
.fa-venus-double:before {
  content: "\F226"; }
.fa-mars-double:before {
  content: "\F227"; }
.fa-venus-mars:before {
  content: "\F228"; }
.fa-mars-stroke:before {
  content: "\F229"; }
.fa-mars-stroke-v:before {
  content: "\F22A"; }
.fa-mars-stroke-h:before {
  content: "\F22B"; }
.fa-neuter:before {
  content: "\F22C"; }
.fa-genderless:before {
  content: "\F22D"; }
.fa-facebook-official:before {
  content: "\F230"; }
.fa-pinterest-p:before {
  content: "\F231"; }
.fa-whatsapp:before {
  content: "\F232"; }
.fa-server:before {
  content: "\F233"; }
.fa-user-plus:before {
  content: "\F234"; }
.fa-user-times:before {
  content: "\F235"; }
.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }
.fa-viacoin:before {
  content: "\F237"; }
.fa-train:before {
  content: "\F238"; }
.fa-subway:before {
  content: "\F239"; }
.fa-medium:before {
  content: "\F23A"; }
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }
.fa-optin-monster:before {
  content: "\F23C"; }
.fa-opencart:before {
  content: "\F23D"; }
.fa-expeditedssl:before {
  content: "\F23E"; }
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\F240"; }
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }
.fa-mouse-pointer:before {
  content: "\F245"; }
.fa-i-cursor:before {
  content: "\F246"; }
.fa-object-group:before {
  content: "\F247"; }
.fa-object-ungroup:before {
  content: "\F248"; }
.fa-sticky-note:before {
  content: "\F249"; }
.fa-sticky-note-o:before {
  content: "\F24A"; }
.fa-cc-jcb:before {
  content: "\F24B"; }
.fa-cc-diners-club:before {
  content: "\F24C"; }
.fa-clone:before {
  content: "\F24D"; }
.fa-balance-scale:before {
  content: "\F24E"; }
.fa-hourglass-o:before {
  content: "\F250"; }
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }
.fa-hourglass:before {
  content: "\F254"; }
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }
.fa-hand-scissors-o:before {
  content: "\F257"; }
.fa-hand-lizard-o:before {
  content: "\F258"; }
.fa-hand-spock-o:before {
  content: "\F259"; }
.fa-hand-pointer-o:before {
  content: "\F25A"; }
.fa-hand-peace-o:before {
  content: "\F25B"; }
.fa-trademark:before {
  content: "\F25C"; }
.fa-registered:before {
  content: "\F25D"; }
.fa-creative-commons:before {
  content: "\F25E"; }
.fa-gg:before {
  content: "\F260"; }
.fa-gg-circle:before {
  content: "\F261"; }
.fa-tripadvisor:before {
  content: "\F262"; }
.fa-odnoklassniki:before {
  content: "\F263"; }
.fa-odnoklassniki-square:before {
  content: "\F264"; }
.fa-get-pocket:before {
  content: "\F265"; }
.fa-wikipedia-w:before {
  content: "\F266"; }
.fa-safari:before {
  content: "\F267"; }
.fa-chrome:before {
  content: "\F268"; }
.fa-firefox:before {
  content: "\F269"; }
.fa-opera:before {
  content: "\F26A"; }
.fa-internet-explorer:before {
  content: "\F26B"; }
.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }
.fa-contao:before {
  content: "\F26D"; }
.fa-500px:before {
  content: "\F26E"; }
.fa-amazon:before {
  content: "\F270"; }
.fa-calendar-plus-o:before {
  content: "\F271"; }
.fa-calendar-minus-o:before {
  content: "\F272"; }
.fa-calendar-times-o:before {
  content: "\F273"; }
.fa-calendar-check-o:before {
  content: "\F274"; }
.fa-industry:before {
  content: "\F275"; }
.fa-map-pin:before {
  content: "\F276"; }
.fa-map-signs:before {
  content: "\F277"; }
.fa-map-o:before {
  content: "\F278"; }
.fa-map:before {
  content: "\F279"; }
.fa-commenting:before {
  content: "\F27A"; }
.fa-commenting-o:before {
  content: "\F27B"; }
.fa-houzz:before {
  content: "\F27C"; }
.fa-vimeo:before {
  content: "\F27D"; }
.fa-black-tie:before {
  content: "\F27E"; }
.fa-fonticons:before {
  content: "\F280"; }
.fa-reddit-alien:before {
  content: "\F281"; }
.fa-edge:before {
  content: "\F282"; }
.fa-credit-card-alt:before {
  content: "\F283"; }
.fa-codiepie:before {
  content: "\F284"; }
.fa-modx:before {
  content: "\F285"; }
.fa-fort-awesome:before {
  content: "\F286"; }
.fa-usb:before {
  content: "\F287"; }
.fa-product-hunt:before {
  content: "\F288"; }
.fa-mixcloud:before {
  content: "\F289"; }
.fa-scribd:before {
  content: "\F28A"; }
.fa-pause-circle:before {
  content: "\F28B"; }
.fa-pause-circle-o:before {
  content: "\F28C"; }
.fa-stop-circle:before {
  content: "\F28D"; }
.fa-stop-circle-o:before {
  content: "\F28E"; }
.fa-shopping-bag:before {
  content: "\F290"; }
.fa-shopping-basket:before {
  content: "\F291"; }
.fa-hashtag:before {
  content: "\F292"; }
.fa-bluetooth:before {
  content: "\F293"; }
.fa-bluetooth-b:before {
  content: "\F294"; }
.fa-percent:before {
  content: "\F295"; }
@font-face {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  src: url(../../../../../static/builds/web/dist/custom-icons-6e9b0bdba2dbd620ba7ac25545e81331.eot);
  src: url(../../../../../static/builds/web/dist/custom-icons-6e9b0bdba2dbd620ba7ac25545e81331.eot#iefix) format("embedded-opentype"), url(../../../../../static/builds/web/dist/custom-icons-159f8181e34846fd260b4a61c0672932.woff) format("woff"), url(../../../../../static/builds/web/dist/custom-icons-f3e65ef349381b53b7fb73e59e5a73da.ttf) format("truetype"), url(../../../../../static/builds/web/dist/custom-icons-b4413beccac98bb398c02726c6bbbcef.svg) format("svg"); }
[class^="custom-icons"],
[class*="custom-icons"] {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none; }
[class^="custom-icons"]:before,
[class*="custom-icons"]:before {
  font-family: "custom-icons"; }
.icon-cart:before {
  content: "\E900"; }
.icon-filters:before {
  content: "\E901"; }
.icon-unity-square:before {
  content: "\E902"; }
.icon-low-poly:before {
  content: "\E903"; }
.icon-best-selling:before {
  content: "\E904"; }
.icon-free-download:before {
  content: "\E905"; }
.icon-pbr:before {
  content: "\E906"; }
.icon-mail:before {
  content: "\E907"; }
.icon-cycle-no-repeat:before {
  content: "\E908"; }
.icon-cycle-repeat-all:before {
  content: "\E909"; }
.icon-cycle-repeat-one:before {
  content: "\E90A"; }
.icon-rar:before {
  content: "\E927"; }
.icon-zip:before {
  content: "\E928"; }
.icon-7z:before {
  content: "\E929"; }
.icon-subsurface:before {
  content: "\E926"; }
.icon-search:before {
  content: "\E925"; }
.icon-bell-notification:before {
  content: "\E924"; }
.icon-inspector:before {
  content: "\E923"; }
.icon-AO:before {
  content: "\E90B"; }
.icon-diffuse:before {
  content: "\E90C"; }
.icon-displacement:before {
  content: "\E90D"; }
.icon-emission:before {
  content: "\E90E"; }
.icon-final-render:before {
  content: "\E90F"; }
.icon-geometry:before {
  content: "\E910"; }
.icon-lightmap:before {
  content: "\E911"; }
.icon-metalness:before {
  content: "\E912"; }
.icon-normal-map:before {
  content: "\E913"; }
.icon-roughness:before {
  content: "\E914"; }
.icon-specular:before {
  content: "\E915"; }
.icon-transparency:before {
  content: "\E916"; }
.icon-UV:before {
  content: "\E917"; }
.icon-vertex-normals:before {
  content: "\E918"; }
.icon-private:before {
  content: "\E919"; }
.icon-popular:before {
  content: "\E91A"; }
.icon-collection:before {
  content: "\E91B"; }
.icon-category-animals-pets:before {
  content: "\E91C"; }
.icon-category-architecture:before {
  content: "\E91D"; }
.icon-category-art-abstract:before {
  content: "\E91E"; }
.icon-category-cars-vehicles:before {
  content: "\E91F"; }
.icon-category-characters-creatures:before {
  content: "\E920"; }
.icon-category-cultural-heritage-history:before {
  content: "\E921"; }
.icon-category-electronics-gadgets:before {
  content: "\E922"; }
.icon-category-fashion-style:before {
  content: "\E92A"; }
.icon-category-food-drink:before {
  content: "\E92B"; }
.icon-category-furniture-home:before {
  content: "\E92C"; }
.icon-category-weapons-military:before {
  content: "\E92D"; }
.icon-category-music:before {
  content: "\E92E"; }
.icon-category-nature-plants:before {
  content: "\E92F"; }
.icon-category-news-politics:before {
  content: "\E930"; }
.icon-category-people:before {
  content: "\E931"; }
.icon-category-places-travel:before {
  content: "\E932"; }
.icon-category-science-technology:before {
  content: "\E933"; }
.icon-category-sports-fitness:before {
  content: "\E934"; }
.icon-eye-icon:before {
  content: "\E600"; }
.icon-fullscreen-icon:before {
  content: "\E601"; }
.icon-location-icon:before {
  content: "\E602"; }
.icon-model-icon:before {
  content: "\E603"; }
.icon-triangle-icon:before {
  content: "\E604"; }
.icon-vertex:before {
  content: "\E605"; }
.icon-cube-outline-01:before {
  content: "\E606"; }
.icon-fullscreen-off-icon:before {
  content: "\E607"; }
.icon-staffpicks-icon:before {
  content: "\E608"; }
.icon-tags-icon:before {
  content: "\E609"; }
.icon-categories-01-icon:before {
  content: "\E60A"; }
.icon-features-icon:before {
  content: "\E60B"; }
.icon-more-icon:before {
  content: "\E60C"; }
.icon-less-icon:before {
  content: "\E60D"; }
.icon-followers-icon:before {
  content: "\E60E"; }
.icon-blend-icon:before {
  content: "\E60F"; }
.icon-ion-close-round-icon:before {
  content: "\E610"; }
.icon-android-star-icon:before {
  content: "\E611"; }
.icon-ion-android-share-alt-icon:before {
  content: "\E612"; }
.icon-ion-android-download-icon:before {
  content: "\E613"; }
.icon-vr-icon:before {
  content: "\E614"; }
.icon-sketchfab:before {
  content: "\E615"; }
.icon-theater-icon:before {
  content: "\E616"; }
.icon-theater-off-icon:before {
  content: "\E617"; }
.icon-future-update:before {
  content: "\E935"; }
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../../../../../static/builds/web/dist/OpenSans-Light-5675dbb90cd5d777e2143d6ea8a49069.woff) format("woff2"), url(../../../../../static/builds/web/dist/OpenSans-Light-52dcf2f0ec72240add4e6b9c54856e79.woff) format("woff"), url(../../../../../static/builds/web/dist/OpenSans-Light-d782436ada4e2be8d262a88fc3ef8537.ttf) format("truetype"); }
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(../../../../../static/builds/web/dist/OpenSans-Regular-2163b866003035afab740e5275685363.woff) format("woff2"), url(../../../../../static/builds/web/dist/OpenSans-Regular-040ef4cdb5ba65b6a2fc6c8a8e66184e.woff) format("woff"), url(../../../../../static/builds/web/dist/OpenSans-Regular-ee4feae68c485e34e259626d3e95816c.ttf) format("truetype"); }
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(../../../../../static/builds/web/dist/OpenSans-Semibold-b4f4c09e8ef669bf5119499269be7815.woff) format("woff2"), url(../../../../../static/builds/web/dist/OpenSans-Semibold-08f1ffd1302741ca9787bbdb6b3a1896.woff) format("woff"), url(../../../../../static/builds/web/dist/OpenSans-Semibold-3b93a51bb62eac66efcac5906da676b7.ttf) format("truetype"); }
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(../../../../../static/builds/web/dist/OpenSans-Bold-7ed5fa69981f376445aa607478371840.woff) format("woff2"), url(../../../../../static/builds/web/dist/OpenSans-Bold-7b9e6448ca9e22a7d8e5ecedd6d5ae6a.woff) format("woff"), url(../../../../../static/builds/web/dist/OpenSans-Bold-31761bceb30028e81fc931765889aacb.ttf) format("truetype"); }
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 200;
  src: local("Titillium WebThin"), local("TitilliumWeb-Thin"), url(../../../../../static/builds/web/dist/TitilliumWeb-Thin-c3e86ad2606de0313f17be6d0904c3ac.woff) format("woff2"), url(../../../../../static/builds/web/dist/TitilliumWeb-Thin-b601c23d9b67dda93fbb477c5247ea24.woff) format("woff"), url(../../../../../static/builds/web/dist/TitilliumWeb-Thin-18a3b9ea49fd2ff5b6e20d31fcb66236.ttf) format("truetype"); }
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  src: local("Titillium WebLight"), local("TitilliumWeb-Light"), url(../../../../../static/builds/web/dist/TitilliumWeb-Light-435da8ed72e8dc46294d809aa481da94.woff) format("woff2"), url(../../../../../static/builds/web/dist/TitilliumWeb-Light-a42afa860cb75156fee249f886040ca1.woff) format("woff"), url(../../../../../static/builds/web/dist/TitilliumWeb-Light-29529da79e41fddbc06129c480e93fdf.ttf) format("truetype"); }
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: local("Titillium Web"), local("TitilliumWeb-Regular"), url(../../../../../static/builds/web/dist/TitilliumWeb-Regular-c1a3edb38ae069e459c0a9617711c862.woff) format("woff2"), url(../../../../../static/builds/web/dist/TitilliumWeb-Regular-cefefb27c491b27f9af59a7f870ffb9b.woff) format("woff"), url(../../../../../static/builds/web/dist/TitilliumWeb-Light-29529da79e41fddbc06129c480e93fdf.ttf) format("truetype"); }
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  src: local("Titillium WebSemiBold"), local("TitilliumWeb-SemiBold"), url(../../../../../static/builds/web/dist/TitilliumWeb-Semibold-bd5f4f019a7cbe1bd3d44b4ee99cb37a.woff) format("woff2"), url(../../../../../static/builds/web/dist/TitilliumWeb-Semibold-beeb4cd728bb5bb1aaec8226173bc255.woff) format("woff"), url(../../../../../static/builds/web/dist/TitilliumWeb-Semibold-823bdb639857862f6e74155ccd8fbef9.ttf) format("truetype"); }
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  src: local("Titillium WebBold"), local("TitilliumWeb-Bold"), url(../../../../../static/builds/web/dist/TitilliumWeb-Bold-55fd36be0e079445d03a766e3ea94b39.woff) format("woff2"), url(../../../../../static/builds/web/dist/TitilliumWeb-Bold-0b51a0d505f27869f1fc063efa07c3b2.woff) format("woff"), url(../../../../../static/builds/web/dist/TitilliumWeb-Bold-17f8e6611f377dc2cdac05a2f18948d0.ttf) format("truetype"); }
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 900;
  src: local("Titillium WebBlack"), local("TitilliumWeb-Black"), url(../../../../../static/builds/web/dist/TitilliumWeb-Black-3994478d2fb668fbe645a80cb6046291.woff) format("woff2"), url(../../../../../static/builds/web/dist/TitilliumWeb-Black-4fe8814b97335e65402513d9e65ff949.woff) format("woff"), url(../../../../../static/builds/web/dist/TitilliumWeb-Black-6d0385890480ab6ea71e3e8e429ec216.ttf) format("truetype"); }
*,
*:before,
*:after {
  box-sizing: border-box; }
*:first-child {
  margin-top: 0; }
*:last-child {
  margin-bottom: 0; }
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif; }
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }
ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
ul.\--disc {
    margin-left: 1em;
    list-style-position: outside;
    list-style-type: disc; }
ul.\--disc li {
      margin-bottom: 0.5em;
      line-height: 1.5; }
[data-link] {
  cursor: pointer; }
html:not(.ready) [type="submit"],
html:not(.ready) [type="reset"] {
  pointer-events: none; }
html:not(.ready) * {
  transition: none !important; }
html:not(.ready) .hover-menu {
  display: none !important; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-weight: 300; }
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif; }
h1,
.h1 {
  font-size: 44px; }
h2,
.h2 {
  font-size: 30px; }
h3,
.h3 {
  font-size: 18px;
  font-weight: bold; }
.h4 {
  font-size: 16px;
  font-weight: 600; }
h5 {
  margin-bottom: 15px;
  font-family: "Titillium Web", sans-serif;
  font-size: 13px;
  line-height: 1em;
  color: #999999;
  text-transform: uppercase; }
data:empty {
  display: none; }
.cloaked {
  display: none; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
.ratio-4-3,
.ratio-16-9,
.ratio-16-10,
.ratio-square {
  position: relative;
  display: block;
  width: 100%;
  height: 0; }
.ratio-4-3 .ratio-inner,
  .ratio-16-9 .ratio-inner,
  .ratio-16-10 .ratio-inner,
  .ratio-square .ratio-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
.ratio-4-3 {
  padding-top: 75%; }
.ratio-16-9 {
  padding-top: 56.25%; }
.ratio-16-10 {
  padding-top: 62.5%; }
.ratio-square {
  padding-top: 100%; }
/**
 * Media object, flexbox version
 */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
.media-figure img {
  max-width: 100%; }
.media-body {
  -ms-flex: 1;
      flex: 1; }
/* ----------------------------------------- *
                Text
* ----------------------------------------- */
@keyframes loading-wave {
  0% {
    background-position: 400% 50%; }
  100% {
    background-position: -400% 50%; } }
@keyframes landing {
  0% {
    opacity: 0;
    transform: translateZ(20px); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.4); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes rotateLoading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.loading-light {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url(../../../../../static/builds/web/dist/loading-small-static-white-1fce0337b8151b6920962c89caa1744b.png) no-repeat center center;
  animation-name: rotateLoading;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }
@keyframes moveme {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0); }
  20% {
    opacity: 1;
    transform: translate3d(60px, 0, 0); }
  40% {
    transform: translate3d(0, 0, 0); }
  60% {
    transform: translate3d(60px, 0, 0); }
  80% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(60px, 0, 0); } }
@keyframes infinite-moveme {
  0% {
    transform: translate3d(-30px, 0, 0); }
  50% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(-30px, 0, 0); } }
@keyframes initial-card-animation {
  0% {
    opacity: 0;
    transform: translateZ(20px); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
.spinner, .spinner-inverted, .spinner-slow, .spinner-small, .spinner-small-slow, .user-summary.loading:after {
  display: block;
  width: 32px;
  height: 32px;
  background: transparent url(../../../../../static/builds/web/dist/loading-blue-2x-78fefc5c7ae7e3fc7893e376842d93bf.png) no-repeat center center;
  background-size: 32px 32px;
  animation-name: rotateLoading;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }
.\--centered.spinner, .\--centered.spinner-inverted, .\--centered.spinner-slow, .\--centered.spinner-small, .\--centered.spinner-small-slow, .\--centered.user-summary.loading:after {
    margin: 0 auto; }
.spinner-inverted {
  background: transparent url(../../../../../static/builds/web/dist/loading-white-2x-46e09b74363d9eb4a55a22c3890ac5f3.png) no-repeat center center;
  background-size: 32px 32px; }
.spinner-slow {
  animation-duration: 10s; }
.spinner-small, .spinner-small-slow {
  width: 16px;
  height: 16px;
  background-size: 16px 16px; }
.spinner-small-slow {
  animation-duration: 10s; }
.c-dropdown {
  position: relative;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  color: #555555;
  white-space: nowrap; }
.c-dropdown.\--open .c-dropdown__label-value:after {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    font-weight: 400;
    color: #bababa;
    text-transform: none;
    vertical-align: middle;
    content: "\25BC";
    transition: transform 0.5s cubic-bezier(0.65, -0.76, 0.09, 1.1);
    transform: rotate(0deg) scaleY(0.55);
    transform: rotate(180deg) scaleY(0.55); }
.c-dropdown.\--open .c-dropdown__label-value:after {
    margin-left: 7px; }
.c-dropdown.\--disabled {
    opacity: .5; }
.c-dropdown.\--disabled .c-dropdown__label {
      cursor: not-allowed; }
.c-dropdown.\--disabled .c-dropdown__label-value {
      color: #888888 !important; }
.c-dropdown__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    cursor: pointer; }
.c-dropdown__label-title {
    color: #999999;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.2; }
.c-dropdown__label-value {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-width: 0; }
.c-dropdown__label-value:after {
      display: inline-block;
      margin-left: 5px;
      font-size: 10px;
      font-weight: 400;
      color: #bababa;
      text-transform: none;
      vertical-align: middle;
      content: "\25BC";
      transition: transform 0.5s cubic-bezier(0.65, -0.76, 0.09, 1.1);
      transform: rotate(0deg) scaleY(0.55); }
.c-dropdown__label-value:after {
      margin-left: 7px;
      line-height: 2.25; }
.c-dropdown__label-value.\--placeholder {
      color: #888888; }
.c-dropdown__label-value__text {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
.c-dropdown__label-value__text.\--absolute {
        position: absolute;
        height: 100%;
        width: 100%; }
.c-dropdown__label-value__hidden {
      opacity: 0;
      pointer-events: none;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
.c-dropdown__label-value__hidden:empty {
        display: none; }
.c-dropdown__menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    min-width: 100%;
    max-height: calc(100vh - 20px);
    overflow: auto;
    font-size: 14px;
    list-style: none;
    visibility: hidden;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 11px 20px 0 rgba(97, 108, 121, 0.17);
    opacity: 0;
    transform: translateY(100%); }
.c-dropdown__menu.\--open {
      display: block;
      visibility: visible;
      opacity: 1; }
.c-dropdown.\--light-theme .c-dropdown__label-value {
    color: #1caad9; }
.c-dropdown.\--dark-theme {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: white;
    -ms-flex-direction: column;
        flex-direction: column; }
.c-dropdown.\--dark-theme .c-dropdown__label {
      padding: 5px 10px;
      line-height: 16px;
      background: #333333;
      border: 2px solid #555555;
      border-radius: 4px; }
.c-dropdown.\--dark-theme .c-dropdown__menu {
      width: 100%;
      min-width: auto;
      max-height: 260px;
      background: #333333; }
.c-dropdown.\--dark-theme .c-dropdown__menu::-webkit-scrollbar {
        width: 10px; }
.c-dropdown.\--dark-theme .c-dropdown__menu::-webkit-scrollbar-track {
        background: transparent; }
.c-dropdown.\--dark-theme .c-dropdown__menu::-webkit-scrollbar-thumb {
        background: #555555;
        background-clip: padding-box;
        border: 2px solid transparent;
        border-radius: 5px; }
@media (max-width: 1280px) {
        .c-dropdown.\--dark-theme .c-dropdown__menu {
          max-height: 190px; } }
@media (max-width: 950px) {
        .c-dropdown.\--dark-theme .c-dropdown__menu {
          max-height: calc(100vh - 40px - 300px); } }
.c-dropdown.\--white-background-theme .c-dropdown__label {
    height: 42px;
    padding: 10px 15px;
    background: white;
    border-radius: 4px; }
.c-dropdown.\--grey-background-theme .c-dropdown__label {
    height: 42px;
    padding: 10px 15px;
    background: #f2f2f2;
    border-radius: 4px; }
.c-dropdown-select {
  padding: 10px 0;
  overflow-x: hidden; }
.c-dropdown-select__option {
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    padding: 0 15px;
    cursor: pointer;
    -ms-flex-align: center;
        align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap; }
.c-dropdown-select__option.\--active, .c-dropdown-select__option:hover {
      color: #1caad9; }
.c-dropdown-select.\--dark-theme .c-dropdown-select__option {
    padding: 5px 10px;
    color: white; }
.c-dropdown-select.\--dark-theme .c-dropdown-select__option.\--active, .c-dropdown-select.\--dark-theme .c-dropdown-select__option:hover {
      font-weight: normal;
      background: #4d4d4d; }
.inline-avatars {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px; }
.inline-avatars > * + * {
    margin-left: 5px; }
.avatar .image-container {
  border-radius: 12%; }
.checklist li::before::before {
  display: inline-block;
  margin-right: 20px;
  font-family: "FontAwesome";
  color: #1caad9;
  content: "\F00C"; }
.image-container {
  background-position: center center;
  background-size: cover; }
.image-container.\--loading {
    background-image: none !important; }
.user-name {
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  -ms-flex-align: start;
      align-items: start; }
.user-name.\--no-badge-link .user-name__flag {
    pointer-events: none; }
.user-name.\--no-badge-link:hover .username-wrapper {
    color: white; }
.user-name.\--no-badge-link:hover .flag.\--pro {
    border-color: white; }
.user-name__link {
    min-width: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1; }
.user-name__link .avatar {
      margin-right: 10px;
      -ms-flex: none;
          flex: none; }
.user-name__link .text {
      display: -ms-flexbox;
      display: flex;
      min-width: 0; }
.user-name__link .text .username-wrapper {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 0;
        max-width: 100%; }
.user-name__flag {
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    -ms-flex: 0;
        flex: 0; }
.model-name__icon {
  margin: 0 3px; }
.model-name__icon.\--private {
    color: #1caad9; }
.model-name__icon.\--protected {
    color: #cc211f; }
.model-top-header {
  height: 120px;
  padding: 0 35px;
  margin-bottom: 30px;
  background-color: #1caad9;
  border-radius: 5px; }
.developer-full-player {
  width: 100%; }
.developer-full-player.area-overlay {
    position: absolute;
    height: 500px; }
.code-sample {
  display: block;
  padding: 8px;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.25;
  background: #f2f2f2;
  border: 1px solid #eeeeee; }
.file-upload-drag > * {
  -webkit-filter: blur(8px);
          filter: blur(8px); }
.file-upload-drag:before {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 50vh 0 0;
  font-size: 24px;
  font-weight: 600;
  color: #eeeeee;
  text-align: center;
  content: "Drop your file here to upload";
  background: rgba(0, 0, 0, 0.6); }
.file-upload-drag:after {
  position: fixed;
  top: calc(50% - 100px);
  left: 0;
  z-index: 5;
  width: 100%;
  font-family: "FontAwesome";
  font-size: 72px;
  color: #ffffff;
  text-align: center;
  content: "\F016"; }
.viewer-movehint {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  pointer-events: none;
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, transparent 66%);
  background-position: center center;
  opacity: 0; }
.viewer-movehint .icon {
    display: inline-block;
    width: 80px;
    height: 70px;
    background: transparent url(../../../../../static/builds/web/dist/move-56ceae1529ce514561fb1e32402e7285.svg) no-repeat center center;
    background-size: 80px 70px; }
.viewer-movehint .label {
    display: block;
    font-size: 12px;
    text-indent: 0.5ex; }
.viewer-movehint.animate {
    animation: moveme 8s; }
.lazyload {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100px;
  margin-bottom: 8px;
  border: 1px solid #eeeeee;
  transition: all 200ms linear; }
.lazyload > img {
    display: block; }
.lazyload:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    content: " ";
    background: transparent url(../../../../../static/builds/web/dist/loading-blue-2x-78fefc5c7ae7e3fc7893e376842d93bf.png) no-repeat center center;
    background-size: 16px 16px;
    opacity: 1;
    transition: opacity 300ms linear;
    animation-name: rotateLoading;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
.lazyload:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    content: " ";
    background: #ffffff;
    border-right: 1px solid #eeeeee;
    opacity: 1;
    transition: opacity 300ms linear; }
.lazyload.loaded:before {
    opacity: 0; }
.lazyload.loaded:after {
    opacity: 0; }
.markdown-rendered-content {
  overflow: hidden; }
.markdown-rendered-content h1 {
    font-size: 18px;
    font-weight: 700; }
.markdown-rendered-content h2 {
    font-size: 16px;
    font-weight: 700; }
.markdown-rendered-content h3 {
    font-size: 14px;
    font-weight: 700; }
.markdown-rendered-content h4,
  .markdown-rendered-content h5,
  .markdown-rendered-content h6 {
    font-size: 14px;
    font-weight: 400; }
.markdown-rendered-content h1,
  .markdown-rendered-content h2,
  .markdown-rendered-content h3,
  .markdown-rendered-content h4,
  .markdown-rendered-content h5,
  .markdown-rendered-content h6 {
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 1;
    text-transform: none; }
.markdown-rendered-content h5,
  .markdown-rendered-content h6 {
    color: #888888; }
.markdown-rendered-content img,
  .markdown-rendered-content iframe,
  .markdown-rendered-content video,
  .markdown-rendered-content audio,
  .markdown-rendered-content canvas {
    max-width: 100% !important; }
.markdown-rendered-content img {
    height: auto;
    border: 1px solid transparent;
    outline: none; }
.markdown-rendered-content ul {
    padding: 0 0 0 20px;
    margin: 10px 10px 0 5px;
    list-style: initial; }
.markdown-rendered-content ol {
    padding: 0 0 0 20px;
    margin: 10px 10px 0 5px; }
.markdown-rendered-content a {
    color: #1caad9 !important;
    word-break: break-all;
    outline: none; }
.markdown-rendered-content a:hover {
      text-decoration: underline; }
.markdown-rendered-content p {
    margin: 0.4em 0; }
.markdown-rendered-content code {
    padding: 0 3px;
    background: #eeeeee; }
.markdown-rendered-content blockquote {
    padding: 0 0 0 10px;
    margin: 10px 10px 0 10px;
    border-left: 2px solid #e7e7e7; }
.markdown-rendered-content pre {
    display: block;
    padding: 5px 15px;
    background: #eeeeee; }
.markdown-rendered-content hr {
    margin: 20px 0;
    border-top: none;
    border-bottom: 1px solid #555555; }
.markdown-rendered-content table {
    border: 1px solid #dddddd; }
.markdown-rendered-content tr {
    border-bottom: 1px solid #dddddd; }
.markdown-rendered-content th {
    background: #f9f9f9; }
.markdown-rendered-content th,
  .markdown-rendered-content td {
    padding: 5px;
    border-right: 1px solid #dddddd; }
.markdown-rendered-content.inversed table {
    border: 1px solid #666666; }
.markdown-rendered-content.inversed tr {
    border-bottom: 1px solid #666666; }
.markdown-rendered-content.inversed th,
  .markdown-rendered-content.inversed td {
    border-right: 1px solid #666666; }
.markdown-rendered-content.inversed code,
  .markdown-rendered-content.inversed pre,
  .markdown-rendered-content.inversed th {
    background: #444444; }
.markdown-rendered-content.inversed code {
    color: #dddddd; }
.markdown-rendered-content.inversed hr {
    border-bottom: 1px solid #aaaaaa; }
.markdown-rendered-content.inversed .lazyload {
    border: 1px solid rgba(255, 255, 255, 0.3); }
.markdown-rendered-content.inversed .lazyload:after {
      background: rgba(255, 255, 255, 0.05);
      border-right: 1px solid transparent; }
.loading {
  position: relative; }
.loader {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: transparent;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
.loader.\--red {
    background-color: #cc211f; }
.loader.\--blue {
    background-color: #1caad9; }
.loader.\--grey {
    background-color: #e7e7e7; }
.custom-scrollbar::-webkit-scrollbar, .viewer .controls .hotspot-controls .list ul::-webkit-scrollbar, .viewer .overlay.help .tabs-container::-webkit-scrollbar, .viewer .overlay.sound-credits-overlay .tracks::-webkit-scrollbar {
  width: 10px; }
.custom-scrollbar::-webkit-scrollbar-track, .viewer .controls .hotspot-controls .list ul::-webkit-scrollbar-track, .viewer .overlay.help .tabs-container::-webkit-scrollbar-track, .viewer .overlay.sound-credits-overlay .tracks::-webkit-scrollbar-track {
  background: #a3a3a3; }
.custom-scrollbar::-webkit-scrollbar-thumb, .viewer .controls .hotspot-controls .list ul::-webkit-scrollbar-thumb, .viewer .overlay.help .tabs-container::-webkit-scrollbar-thumb, .viewer .overlay.sound-credits-overlay .tracks::-webkit-scrollbar-thumb {
  background: #444444;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 5px; }
.button, .form-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 0 13px;
  font-family: "Titillium Web", sans-serif;
  font-size: .9em;
  font-weight: 600;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  transition: background .2s; }
.button.btn-small, .btn-small.form-button {
    height: 25px;
    line-height: 21px;
    font-size: 12px; }
.button.btn-medium, .btn-medium.form-button {
    height: 32px;
    line-height: 28px;
    font-size: ""; }
.button.btn-input, .btn-input.form-button {
    height: 42px;
    line-height: 38px;
    font-size: ""; }
.button.btn-large, .btn-large.form-button {
    height: 45px;
    line-height: 41px;
    font-size: ""; }
.button.btn-huge, .btn-huge.form-button {
    height: 55px;
    line-height: 51px;
    font-size: ""; }
.button.btn-ninja, .btn-ninja.form-button {
    color: inherit !important;
    background-color: transparent; }
.button.btn-ninja .hover-menu a:hover, .btn-ninja.form-button .hover-menu a:hover,
    .button.btn-ninja .hover-menu label:hover, .btn-ninja.form-button .hover-menu label:hover {
      color: inherit;
      background-color: transparent; }
.btn-container:hover .button.btn-ninja, .btn-container:hover .btn-ninja.form-button, .button.btn-ninja:not(.active-popover):hover, .btn-ninja.form-button:not(.active-popover):hover {
      background-color: rgba(0, 0, 0, 0.08); }
.button.btn-ninja:focus, .btn-ninja.form-button:focus {
      border-color: rgba(51, 51, 51, 0); }
.button.btn-ninja.button__subtext, .btn-ninja.button__subtext.form-button {
      color: ""; }
.button.btn-store, .btn-store.form-button {
    color: #ffffff !important;
    background-color: #df1660; }
.button.btn-store .hover-menu a:hover, .btn-store.form-button .hover-menu a:hover,
    .button.btn-store .hover-menu label:hover, .btn-store.form-button .hover-menu label:hover {
      color: #ffffff;
      background-color: #df1660; }
.btn-container:hover .button.btn-store, .btn-container:hover .btn-store.form-button, .button.btn-store:not(.active-popover):hover, .btn-store.form-button:not(.active-popover):hover {
      background-color: #b1114c; }
.button.btn-store:focus, .btn-store.form-button:focus {
      border-color: #f06b9c; }
.button.btn-store.button__subtext, .btn-store.button__subtext.form-button {
      color: ""; }
.button.btn-important, .button.like-button.liked, .like-button.liked.form-button, .btn-important.form-button {
    color: #ffffff !important;
    background-color: #ff9e3a; }
.button.btn-important .hover-menu a:hover, .button.like-button.liked .hover-menu a:hover, .like-button.liked.form-button .hover-menu a:hover, .btn-important.form-button .hover-menu a:hover,
    .button.btn-important .hover-menu label:hover, .button.like-button.liked .hover-menu label:hover, .like-button.liked.form-button .hover-menu label:hover, .btn-important.form-button .hover-menu label:hover {
      color: #ffffff;
      background-color: #ff9e3a; }
.btn-container:hover .button.btn-important, .btn-container:hover .button.like-button.liked, .btn-container:hover .like-button.liked.form-button, .btn-container:hover .btn-important.form-button, .button.btn-important:not(.active-popover):hover, .button.like-button.liked:not(.active-popover):hover, .like-button.liked.form-button:not(.active-popover):hover, .btn-important.form-button:not(.active-popover):hover {
      background-color: #ff8507; }
.button.btn-important:focus, .button.like-button.liked:focus, .like-button.liked.form-button:focus, .btn-important.form-button:focus {
      border-color: #ffd0a0; }
.button.btn-important.button__subtext, .button.button__subtext.like-button.liked, .button__subtext.like-button.liked.form-button, .btn-important.button__subtext.form-button {
      color: ""; }
.button.btn-danger, .btn-danger.form-button {
    color: #ffffff !important;
    background-color: #cc211f; }
.button.btn-danger .hover-menu a:hover, .btn-danger.form-button .hover-menu a:hover,
    .button.btn-danger .hover-menu label:hover, .btn-danger.form-button .hover-menu label:hover {
      color: #ffffff;
      background-color: #cc211f; }
.btn-container:hover .button.btn-danger, .btn-container:hover .btn-danger.form-button, .button.btn-danger:not(.active-popover):hover, .btn-danger.form-button:not(.active-popover):hover {
      background-color: #a01a18; }
.button.btn-danger:focus, .btn-danger.form-button:focus {
      border-color: #e86a69; }
.button.btn-danger.button__subtext, .btn-danger.button__subtext.form-button {
      color: ""; }
.button.btn-primary, .btn-primary.form-button {
    color: #ffffff !important;
    background-color: #1caad9; }
.button.btn-primary .hover-menu a:hover, .btn-primary.form-button .hover-menu a:hover,
    .button.btn-primary .hover-menu label:hover, .btn-primary.form-button .hover-menu label:hover {
      color: #ffffff;
      background-color: #1caad9; }
.btn-container:hover .button.btn-primary, .btn-container:hover .btn-primary.form-button, .button.btn-primary:not(.active-popover):hover, .btn-primary.form-button:not(.active-popover):hover {
      background-color: #1687ac; }
.button.btn-primary:focus, .btn-primary.form-button:focus {
      border-color: #6fcdec; }
.button.btn-primary.button__subtext, .btn-primary.button__subtext.form-button {
      color: ""; }
.button.btn-secondary, .btn-secondary.form-button {
    color: #ffffff !important;
    background-color: #777777; }
.button.btn-secondary .hover-menu a:hover, .btn-secondary.form-button .hover-menu a:hover,
    .button.btn-secondary .hover-menu label:hover, .btn-secondary.form-button .hover-menu label:hover {
      color: #ffffff;
      background-color: #777777; }
.btn-container:hover .button.btn-secondary, .btn-container:hover .btn-secondary.form-button, .button.btn-secondary:not(.active-popover):hover, .btn-secondary.form-button:not(.active-popover):hover {
      background-color: #5e5e5e; }
.button.btn-secondary:focus, .btn-secondary.form-button:focus {
      border-color: #aaaaaa; }
.button.btn-secondary.button__subtext, .btn-secondary.button__subtext.form-button {
      color: ""; }
.button.btn-tertiary, .btn-tertiary.form-button {
    color: #555555 !important;
    background-color: #e7e7e7; }
.button.btn-tertiary .hover-menu a:hover, .btn-tertiary.form-button .hover-menu a:hover,
    .button.btn-tertiary .hover-menu label:hover, .btn-tertiary.form-button .hover-menu label:hover {
      color: #555555;
      background-color: #e7e7e7; }
.btn-container:hover .button.btn-tertiary, .btn-container:hover .btn-tertiary.form-button, .button.btn-tertiary:not(.active-popover):hover, .btn-tertiary.form-button:not(.active-popover):hover {
      background-color: #cecece; }
.button.btn-tertiary:focus, .btn-tertiary.form-button:focus {
      border-color: white; }
.button.btn-tertiary.button__subtext, .btn-tertiary.button__subtext.form-button {
      color: ""; }
.button.btn-primary-inverted, .btn-primary-inverted.form-button {
    color: #1caad9 !important;
    background-color: #ffffff; }
.button.btn-primary-inverted .hover-menu a:hover, .btn-primary-inverted.form-button .hover-menu a:hover,
    .button.btn-primary-inverted .hover-menu label:hover, .btn-primary-inverted.form-button .hover-menu label:hover {
      color: #1caad9;
      background-color: #ffffff; }
.btn-container:hover .button.btn-primary-inverted, .btn-container:hover .btn-primary-inverted.form-button, .button.btn-primary-inverted:not(.active-popover):hover, .btn-primary-inverted.form-button:not(.active-popover):hover {
      background-color: #e6e6e6; }
.button.btn-primary-inverted:focus, .btn-primary-inverted.form-button:focus {
      border-color: white; }
.button.btn-primary-inverted.button__subtext, .btn-primary-inverted.button__subtext.form-button {
      color: ""; }
.button.btn-primary-inverted-border, .btn-primary-inverted-border.form-button {
    color: #1caad9 !important;
    background-color: #ffffff;
    border-color: #1caad9; }
.button.btn-primary-inverted-border .hover-menu a:hover, .btn-primary-inverted-border.form-button .hover-menu a:hover,
    .button.btn-primary-inverted-border .hover-menu label:hover, .btn-primary-inverted-border.form-button .hover-menu label:hover {
      color: #1caad9;
      background-color: #ffffff; }
.btn-container:hover .button.btn-primary-inverted-border, .btn-container:hover .btn-primary-inverted-border.form-button, .button.btn-primary-inverted-border:not(.active-popover):hover, .btn-primary-inverted-border.form-button:not(.active-popover):hover {
      background-color: #e6e6e6; }
.button.btn-primary-inverted-border:focus, .btn-primary-inverted-border.form-button:focus {
      border-color: white; }
.button.btn-primary-inverted-border.button__subtext, .btn-primary-inverted-border.button__subtext.form-button {
      color: ""; }
.button.btn-facebook, .btn-facebook.form-button {
    color: #ffffff !important;
    background-color: #3a589a; }
.button.btn-facebook .hover-menu a:hover, .btn-facebook.form-button .hover-menu a:hover,
    .button.btn-facebook .hover-menu label:hover, .btn-facebook.form-button .hover-menu label:hover {
      color: #ffffff;
      background-color: #3a589a; }
.btn-container:hover .button.btn-facebook, .btn-container:hover .btn-facebook.form-button, .button.btn-facebook:not(.active-popover):hover, .btn-facebook.form-button:not(.active-popover):hover {
      background-color: #2c4375; }
.button.btn-facebook:focus, .btn-facebook.form-button:focus {
      border-color: #718cc9; }
.button.btn-facebook.button__subtext, .btn-facebook.button__subtext.form-button {
      color: ""; }
.button.btn-googleplus, .btn-googleplus.form-button {
    color: #ffffff !important;
    background-color: #de4830; }
.button.btn-googleplus .hover-menu a:hover, .btn-googleplus.form-button .hover-menu a:hover,
    .button.btn-googleplus .hover-menu label:hover, .btn-googleplus.form-button .hover-menu label:hover {
      color: #ffffff;
      background-color: #de4830; }
.btn-container:hover .button.btn-googleplus, .btn-container:hover .btn-googleplus.form-button, .button.btn-googleplus:not(.active-popover):hover, .btn-googleplus.form-button:not(.active-popover):hover {
      background-color: #bd341e; }
.button.btn-googleplus:focus, .btn-googleplus.form-button:focus {
      border-color: #ec9688; }
.button.btn-googleplus.button__subtext, .btn-googleplus.button__subtext.form-button {
      color: ""; }
.button.btn-twitter, .btn-twitter.form-button {
    color: #ffffff !important;
    background-color: #00c4fc; }
.button.btn-twitter .hover-menu a:hover, .btn-twitter.form-button .hover-menu a:hover,
    .button.btn-twitter .hover-menu label:hover, .btn-twitter.form-button .hover-menu label:hover {
      color: #ffffff;
      background-color: #00c4fc; }
.btn-container:hover .button.btn-twitter, .btn-container:hover .btn-twitter.form-button, .button.btn-twitter:not(.active-popover):hover, .btn-twitter.form-button:not(.active-popover):hover {
      background-color: #009cc9; }
.button.btn-twitter:focus, .btn-twitter.form-button:focus {
      border-color: #63dcff; }
.button.btn-twitter.button__subtext, .btn-twitter.button__subtext.form-button {
      color: ""; }
.button:disabled, .form-button:disabled {
    color: #cccccc !important;
    background-color: #e7e7e7; }
.button:disabled .hover-menu a:hover, .form-button:disabled .hover-menu a:hover,
    .button:disabled .hover-menu label:hover, .form-button:disabled .hover-menu label:hover {
      color: #cccccc;
      background-color: #e7e7e7; }
.btn-container:hover .button:disabled, .btn-container:hover .form-button:disabled, .button:disabled:not(.active-popover):hover, .form-button:disabled:not(.active-popover):hover {
      background-color: #e7e7e7; }
.button:disabled:focus, .form-button:disabled:focus {
      border-color: white; }
.button:disabled.button__subtext, .form-button:disabled.button__subtext {
      color: ""; }
.button.btn-disabled, .btn-disabled.form-button {
    color: #cccccc !important;
    background-color: #e7e7e7; }
.button.btn-disabled .hover-menu a:hover, .btn-disabled.form-button .hover-menu a:hover,
    .button.btn-disabled .hover-menu label:hover, .btn-disabled.form-button .hover-menu label:hover {
      color: #cccccc;
      background-color: #e7e7e7; }
.btn-container:hover .button.btn-disabled, .btn-container:hover .btn-disabled.form-button, .button.btn-disabled:not(.active-popover):hover, .btn-disabled.form-button:not(.active-popover):hover {
      background-color: #e7e7e7; }
.button.btn-disabled:focus, .btn-disabled.form-button:focus {
      border-color: white; }
.button.btn-disabled.button__subtext, .btn-disabled.button__subtext.form-button {
      color: ""; }
.button.btn-loading, .btn-loading.form-button {
    color: #555555 !important;
    background-color: #e7e7e7; }
.button.btn-loading .hover-menu a:hover, .btn-loading.form-button .hover-menu a:hover,
    .button.btn-loading .hover-menu label:hover, .btn-loading.form-button .hover-menu label:hover {
      color: #555555;
      background-color: #e7e7e7; }
.btn-container:hover .button.btn-loading, .btn-container:hover .btn-loading.form-button, .button.btn-loading:not(.active-popover):hover, .btn-loading.form-button:not(.active-popover):hover {
      background-color: #e7e7e7; }
.button.btn-loading:focus, .btn-loading.form-button:focus {
      border-color: white; }
.button.btn-loading.button__subtext, .btn-loading.button__subtext.form-button {
      color: #999999; }
.button > .icon, .form-button > .icon {
    margin-right: 12px; }
.button > .icon-fixed-left, .form-button > .icon-fixed-left {
    float: left;
    margin-left: 10px;
    margin-right: 5px; }
.button > .fa, .form-button > .fa, .button > .icons-twitter, .form-button > .icons-twitter, .button > .icons-facebook, .form-button > .icons-facebook, .button > .icons-pinterest, .form-button > .icons-pinterest, .button > .icons-google, .form-button > .icons-google, .button > .icons-linkedin, .form-button > .icons-linkedin, .button > .icons-tumblr, .form-button > .icons-tumblr, .button > .icons-reddit, .form-button > .icons-reddit {
    line-height: inherit; }
.button > .hover-menu, .form-button > .hover-menu {
    margin-top: -2px;
    margin-left: -2px;
    border-top-left-radius: 0; }
.button > .hover-menu.\--up, .form-button > .hover-menu.\--up {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 0; }
.button > .hover-menu.\--left, .form-button > .hover-menu.\--left {
      border-top-left-radius: 4px;
      border-top-right-radius: 0; }
.button .hover-menu, .form-button .hover-menu {
    font-family: "Open Sans", sans-serif;
    font-size: 12px; }
.button.btn-small, .btn-small.form-button {
    border: 1px solid transparent; }
.button.btn-hollow, .btn-hollow.form-button {
    border: 2px solid #cccccc;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.1); }
.button.btn-hollow:hover, .btn-hollow.form-button:hover, .button.btn-hollow:active, .btn-hollow.form-button:active {
      border: 2px solid #ffffff;
      background: rgba(0, 0, 0, 0.3); }
.button.btn-disabled, .btn-disabled.form-button, .button.btn-loading, .btn-loading.form-button {
    cursor: default; }
.button.btn-loading, .btn-loading.form-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
.button.btn-loading .spinner, .btn-loading.form-button .spinner {
      margin-right: 10px;
      margin-left: -5px;
      height: 20px;
      width: 20px;
      background-size: contain; }
.button.btn-hidden, .btn-hidden.form-button {
    display: none; }
.button__text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: left;
        align-items: left;
    line-height: 1.25; }
.button__subtext {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    opacity: 0.7;
    text-align: left; }
/* Makes a button looks like regular text */
.btn-textified {
  display: inline;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  text-align: left;
  background: transparent;
  color: inherit;
  transition: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.star-like-button:not(.liked) .liked-content {
  display: block; }
.star-like-button:not(.liked) .unliked-content {
  display: none !important; }
.star-like-button.liked .liked-content {
  display: none !important; }
.star-like-button.liked .unliked-content {
  display: block; }
.count-subscribe-button:not(.toggled) .subscribed-content {
  display: block; }
.count-subscribe-button:not(.toggled) .unsubscribed-content {
  display: none !important; }
.count-subscribe-button.toggled .subscribed-content {
  display: none !important; }
.count-subscribe-button.toggled .unsubscribed-content {
  display: block; }
.toggle-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 3px; }
.toggle-button .toggle-button__option {
    -ms-flex: 1;
        flex: 1;
    position: relative; }
.toggle-button .toggle-button__option label {
      display: block;
      font-size: 11px;
      text-align: center;
      padding: 5px 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      min-width: 50px; }
.toggle-button .toggle-button__option label > * {
        pointer-events: none; }
.toggle-button .toggle-button__option label:hover {
        background: #1a1a1a; }
.toggle-button .toggle-button__option input {
      position: absolute;
      opacity: 0; }
.toggle-button .toggle-button__option input label:hover {
        background: #1a1a1a; }
.toggle-button .toggle-button__option input:checked + label {
        background: #1caad9; }
.toggle-button .toggle-button__option:first-child label {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
.toggle-button .toggle-button__option:last-child label {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
.toggle-button span,
  .toggle-button a {
    margin: 0;
    width: 100%;
    padding: 0; }
.toggle-button > .button > .icon, .toggle-button > .form-button > .icon {
    margin-right: 8px; }
.toggle-button .toggle {
    display: -ms-inline-flexbox;
    display: inline-flex; }
.toggle-button .untoggle,
  .toggle-button .untoggled {
    display: none; }
.toggle-button.toggled .toggle {
    display: none; }
.toggle-button.toggled .untoggle {
    display: -ms-inline-flexbox;
    display: inline-flex; }
.toggle-button.toggled:hover:not(.just-clicked) .toggled {
    display: none; }
.toggle-button.toggled:hover:not(.just-clicked) .untoggled {
    display: inline; }
.addto-button {
  width: 5em; }
.follow-user-button {
  width: 7em; }
.play-button, .viewer .landing .start-button .play {
  position: relative;
  width: 100px;
  height: 100px;
  border: 0;
  border-radius: 50px;
  text-align: center;
  line-height: 100px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  outline: none;
  transition: all .15s; }
.play-button .fa-play, .viewer .landing .start-button .play .fa-play {
    display: block;
    position: absolute;
    left: 25px;
    top: 0;
    width: 64px;
    height: 100px;
    font-size: 64px;
    line-height: 100px; }
.play-button .label, .viewer .landing .start-button .play .label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 100px;
    color: #1caad9;
    opacity: 0; }
.play-button:hover, .viewer .landing .start-button .play:hover {
    background-color: #1caad9;
    box-shadow: 0 0 10px #333333;
    transform: scale(1.1); }
.play-button:hover .label, .viewer .landing .start-button .play:hover .label {
      opacity: 1; }
.flag {
  display: inline-block;
  padding: 1px 4px;
  margin-right: 6px;
  font-family: "Titillium Web", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid transparent; }
.flag.\--pro {
    position: relative;
    padding: 1px 6px;
    margin-left: 8px;
    text-shadow: 0;
    background-color: #00aad8; }
.flag.\--prem {
    position: relative;
    padding: 1px 6px;
    margin-left: 8px;
    text-shadow: 0;
    background-color: #007395; }
.flag.\--biz {
    position: relative;
    padding: 1px 6px;
    margin-left: 8px;
    text-shadow: 0;
    background-color: #003748; }
.flag.\--ent {
    position: relative;
    padding: 1px 6px;
    margin-left: 8px;
    text-shadow: 0;
    background-color: #222222; }
.flag.\--staff {
    position: relative;
    padding: 1px 6px;
    margin-left: 8px;
    text-shadow: 0;
    background-color: #ff9e3a; }
.flag.\--master {
    position: relative;
    padding: 1px 6px;
    margin-left: 8px;
    text-shadow: 0;
    background-color: #35cba7; }
.flag__text {
    display: block;
    padding: 1px 5px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.flag.\--staff, .flag.\--master {
    padding-left: 15px;
    background-image: url(../../../../../static/builds/web/dist/skfb-dc0a1d9f6fbfb5a5eab0764bccab10fd.svg);
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 0.8em; }
.flag.\--inline-flag {
    margin-left: 2px;
    margin-right: 2px;
    top: -2px; }
.flag.\--draft {
    padding: 1px 6px;
    color: #ffffff;
    background: #888888;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255, 255, 255, 0.2) 3px, rgba(255, 255, 255, 0.2) 6px); }
.flag.\--error {
    padding: 1px 6px;
    color: #ffffff;
    background: #cc211f; }
.flag.\--info {
    background: #ff9f29; }
.flag.\--staffpicked {
    width: 14px;
    height: 14px;
    padding-right: 0;
    margin: 0;
    margin-right: 6px;
    background-image: url(../../../../../static/builds/web/dist/staffpicks-476230db5514416a3d487cf49522ce97.svg);
    background-repeat: no-repeat; }
.flag.\--staffpicked.\--with-text {
      width: auto;
      width: 110px;
      padding-left: 10px;
      background-image: url(../../../../../static/builds/web/dist/just-staffpicked-34567748170f6ee4537b588fb185bf53.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: contain; }
.flag.\--restricted {
    width: 32px;
    height: 13px;
    padding: 0;
    background-image: url(../../../../../static/builds/web/dist/age-restricted-59453e51ec320d7d301d6fd291dfa179.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
.flag.\--new {
    width: 32px;
    height: 13px;
    padding: 0;
    background-image: url(../../../../../static/builds/web/dist/new-c4584be291a0cf3fe428ae534b600bcf.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
.flag.\--beta {
    padding: 1px 2px;
    background-color: #1caad9;
    border-radius: 1px;
    font-size: 9px;
    line-height: 1.2; }
.flag.\--beta:before {
      content: "BETA"; }
.popover-container {
  position: relative; }
.popover-container .popover {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 4;
    min-width: 155px;
    padding: 5px 10px;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #555555;
    text-align: center;
    text-transform: none;
    background: white;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s;
    transform: translate(-50%, 3px); }
.popover-container .popover:after, .popover-container .popover:before {
      position: absolute;
      bottom: 100%;
      left: 50%;
      width: 0;
      height: 0;
      pointer-events: none;
      content: " ";
      border: solid transparent; }
.popover-container .popover:after {
      margin-left: -7px;
      border-color: rgba(255, 255, 255, 0);
      border-width: 7px;
      border-bottom-color: white; }
.popover-container .popover:before {
      margin-left: -8px;
      border-color: rgba(200, 200, 200, 0);
      border-width: 8px;
      border-bottom-color: #c8c8c8; }
.popover-container .popover.hidden {
      pointer-events: none;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.3s, visibility 0.3s; }
.popover-container .popover.down-arrow {
      top: inherit;
      bottom: 100%;
      transform: translate(-50%, -10px); }
.popover-container .popover.down-arrow:after, .popover-container .popover.down-arrow:before {
        top: 100%;
        left: 50%; }
.popover-container .popover.down-arrow:after {
        margin-left: -7px;
        border-color: rgba(255, 255, 255, 0);
        border-width: 7px;
        border-top-color: white; }
.popover-container .popover.down-arrow:before {
        margin-left: -8px;
        border-color: rgba(200, 200, 200, 0);
        border-width: 8px;
        border-top-color: #c8c8c8; }
.popover-container .popover a {
      pointer-events: auto; }
.popover-container .popover .share-popover-icon {
      font-size: 32px; }
.popover-container .popover .share-popover-icon + * {
        margin-left: 4px; }
.popover-container .popover .share-popover-icon.icons-facebook {
        color: #3a589a; }
.popover-container .popover .share-popover-icon.icons-twitter {
        color: #00c4fc; }
.popover-container .popover .share-popover-icon.icons-google {
        color: #de4830; }
.popover-container .popover .share-popover-icon.icons-pinterest {
        color: #ce1d21; }
.popover-container .popover div {
      display: block; }
.share-popover {
  transition: margin-top 0.5s; }
.share-popover p {
    margin: 0 0 5px; }
.infos.collapsed .share-popover {
  margin-top: 90px; }
.help {
  position: relative; }
.help .tooltip {
    position: absolute;
    z-index: 4;
    display: block;
    width: 130px;
    padding: 6px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    opacity: 0;
    transition: opacity 0.2s; }
.help .tooltip:before {
      position: absolute;
      z-index: 4;
      display: block;
      pointer-events: none;
      content: ""; }
.help .tooltip.tooltip-up {
      top: 0;
      left: 50%;
      margin-top: -5px;
      transform: translate(-50%, -100%); }
.help .tooltip.tooltip-up:before {
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border: 5px solid transparent;
        border-top: 5px solid rgba(0, 0, 0, 0.8);
        border-bottom: 0; }
.help .tooltip.tooltip-right {
      top: 50%;
      left: 100%;
      margin-top: 0;
      margin-left: 0;
      transform: translate(10px, -50%); }
.help .tooltip.tooltip-right:before {
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border: 5px solid transparent;
        border-right: 5px solid rgba(0, 0, 0, 0.8);
        border-left: 0; }
.help .tooltip.tooltip-down {
      top: 100%;
      left: 50%;
      margin-top: 5px;
      margin-left: -65px; }
.help .tooltip.tooltip-down:before {
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border: 5px solid transparent;
        border-top: 0;
        border-bottom: 5px solid rgba(0, 0, 0, 0.8); }
.help .tooltip.tooltip-left {
      top: 50%;
      left: 0%;
      margin-top: 0;
      margin-left: -70px;
      transform: translate(-50%, -50%); }
.help .tooltip.tooltip-left:before {
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border: 5px solid transparent;
        border-right: 0;
        border-left: 5px solid rgba(0, 0, 0, 0.8); }
.help:not(.popover-container):hover .tooltip {
    opacity: 1;
    transition: opacity 0.2s; }
.help.popover-container:not(.active-popover):hover .tooltip {
    opacity: 1;
    transition: opacity 0.2s; }
.help.popover-container.active-popover:hover .tooltip {
    opacity: 0;
    transition: opacity 0; }
.tooltip {
  position: relative; }
.tooltip.tooltip-down[data-tooltip]:after {
    top: 25px;
    bottom: auto; }
.tooltip.tooltip-down[data-tooltip]:before {
    top: 20px;
    bottom: auto;
    border-top: 0 solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, 0.75);
    border-left: 5px solid transparent; }
.tooltip.tooltip-right-bound[data-tooltip]:after {
    transform: translateX(-75%); }
.tooltip.tooltip-left-bound[data-tooltip]:before {
    transform: translateX(100%);
    left: 0; }
.tooltip.tooltip-left-bound[data-tooltip]:after {
    transform: translateX(0%);
    left: 0; }
.tooltip[data-tooltip]:before {
    position: absolute;
    bottom: 30px;
    left: 50%;
    pointer-events: none;
    content: "";
    border-top: 5px solid rgba(0, 0, 0, 0.75);
    border-right: 5px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 5px solid transparent;
    opacity: 0;
    transition: opacity 250ms ease-in-out;
    transform: translateX(-50%); }
.tooltip[data-tooltip]:after {
    position: absolute;
    bottom: 35px;
    left: 50%;
    height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    white-space: nowrap;
    pointer-events: none;
    content: attr(data-tooltip);
    background: rgba(0, 0, 0, 0.75);
    border-radius: 6px;
    opacity: 0;
    transition: opacity 250ms ease-in-out;
    transform: translateX(-50%); }
.tooltip:hover:before, .tooltip:hover:after {
    opacity: 1; }
.user-summary {
  position: absolute;
  top: 0;
  z-index: 5;
  display: block;
  width: 400px;
  min-height: 178px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: opacity 150ms ease-in-out, height 150ms ease-in-out; }
.user-summary .user,
  .user-summary .models,
  .user-summary .stats {
    opacity: 1;
    transition: opacity 300ms ease-in-out; }
.user-summary.hidden {
    pointer-events: none;
    opacity: 0; }
.user-summary.loading .user,
  .user-summary.loading .models,
  .user-summary.loading .stats {
    pointer-events: none;
    opacity: 0; }
.user-summary.loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px;
    content: " "; }
.user-summary:before {
    position: absolute;
    z-index: 0;
    display: block;
    width: 15px;
    height: 15px;
    content: " ";
    transform: rotateZ(45deg); }
.user-summary.summary-bottom:before {
    top: -7.5px;
    background: #ffffff;
    box-shadow: -2px -2px 2px -1px rgba(0, 0, 0, 0.15); }
.user-summary.summary-top:before {
    bottom: -7.5px;
    background: #efefef;
    box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.3); }
.user-summary.summary-left:before {
    right: 15px; }
.user-summary.summary-right:before {
    left: 15px; }
.user-summary .stats {
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    background: #efefef;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -ms-flex-pack: center;
        justify-content: center; }
.user-summary .stats p {
      display: inline-block;
      margin: 0;
      font-size: 13px;
      line-height: 44px;
      color: #454545;
      vertical-align: middle; }
.user-summary .stats p:before {
        margin-right: 5px;
        font-family: "custom-icons";
        font-size: 12px;
        color: #9a9a9a; }
.user-summary .stats .like-count:before {
      font-family: "FontAwesome";
      vertical-align: bottom;
      content: "\F005"; }
.user-summary .stats .model-count:before {
      content: "\E603"; }
.user-summary .stats .view-count {
      margin: 0 20px; }
.user-summary .stats .view-count:before {
        content: "\E600"; }
.user-summary .user {
    display: -ms-flexbox;
    display: flex;
    padding: 15px; }
.user-summary .user .image-container {
      margin-right: 15px;
      border-radius: 3px;
      -ms-flex: none;
          flex: none; }
.user-summary .user .info {
      min-width: 0;
      -ms-flex: 1;
          flex: 1; }
.user-summary .user .info p {
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
.user-summary .user .info .name {
        height: 40px;
        font-size: 22px; }
.user-summary .user .info .tagline {
        height: 32px;
        font-size: 14px;
        color: #9a9a9a; }
.user-summary .user .info .follow-count {
        display: inline-block;
        margin-left: 10px;
        font-size: 14px;
        vertical-align: middle; }
.user-summary .user .info .follow-count a {
          color: #1caad9; }
.user-summary .user .follow-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
.user-summary .models {
    display: -ms-flexbox;
    display: flex;
    background: #fafafa;
    -ms-flex-pack: start;
        justify-content: flex-start; }
.user-summary .models a {
      vertical-align: top;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
.user-summary .models a .image-container {
        width: 100%; }
.form-column-layout .form-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.form-column-layout .form-field > * {
    -ms-flex: auto;
        flex: auto; }
.form-row-layout .form-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.form-row-layout .form-field > * {
    -ms-flex: 1;
        flex: 1; }
.form-label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left; }
.form-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
.form-content > * {
    -ms-flex: auto;
        flex: auto; }
.form-content > :first-child {
    margin-top: 0 !important; }
.form-content > :last-child {
    margin-bottom: 0 !important; }
.form-notice {
  margin-top: 5px;
  font-size: 14px;
  color: #999999;
  text-align: justify; }
.form-notice a {
    color: #1caad9; }
.form-input, .dropdown-label,
.form-listbox, .form-prefixed-input {
  display: block;
  height: 25px;
  box-sizing: content-box;
  padding: 10px 15px;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 25px;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 4px;
  outline: none; }
.form-input.grey, .grey.dropdown-label,
  .grey.form-listbox, .grey.form-prefixed-input {
    background-color: #f2f2f2; }
.form-input.\--border, .\--border.dropdown-label,
  .\--border.form-listbox, .\--border.form-prefixed-input {
    border: 1px solid #cccccc; }
.form-input[disabled], [disabled].dropdown-label,
  [disabled].form-listbox, [disabled].form-prefixed-input, .form-input.disabled, .disabled.dropdown-label,
  .disabled.form-listbox, .disabled.form-prefixed-input {
    color: #545454;
    background: #eeeeee; }
.form-input:focus, .dropdown-label:focus,
  .form-listbox:focus, .form-prefixed-input:focus, .form-input.focused, .focused.dropdown-label,
  .focused.form-listbox, .focused.form-prefixed-input {
    border-color: #1caad9 !important; }
.form-input.edited:invalid:not(.empty), .edited.dropdown-label:invalid:not(.empty),
  .edited.form-listbox:invalid:not(.empty), .edited.form-prefixed-input:invalid:not(.empty), .form-input.edited[required]:invalid, .edited[required].dropdown-label:invalid,
  .edited[required].form-listbox:invalid, .edited[required].form-prefixed-input:invalid, .form-input.invalid, .invalid.dropdown-label,
  .invalid.form-listbox, .invalid.form-prefixed-input, .form-input[data-error], [data-error].dropdown-label,
  [data-error].form-listbox, [data-error].form-prefixed-input {
    border-color: #efc1c1 !important; }
.form-input.edited:invalid:not(.empty):focus, .edited.dropdown-label:invalid:not(.empty):focus,
    .edited.form-listbox:invalid:not(.empty):focus, .edited.form-prefixed-input:invalid:not(.empty):focus, .form-input.edited[required]:invalid:focus, .edited[required].dropdown-label:invalid:focus,
    .edited[required].form-listbox:invalid:focus, .edited[required].form-prefixed-input:invalid:focus, .form-input.invalid:focus, .invalid.dropdown-label:focus,
    .invalid.form-listbox:focus, .invalid.form-prefixed-input:focus, .form-input[data-error]:focus, [data-error].dropdown-label:focus,
    [data-error].form-listbox:focus, [data-error].form-prefixed-input:focus {
      border-color: #db6f6f !important; }
.form-input.\--grey, .\--grey.dropdown-label,
  .\--grey.form-listbox, .\--grey.form-prefixed-input {
    background: #f2f2f2; }
.form-input.\--thin, .\--thin.dropdown-label,
  .\--thin.form-listbox, .\--thin.form-prefixed-input {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    height: 32px; }
textarea.form-input, textarea.dropdown-label,
textarea.form-listbox, textarea.form-prefixed-input {
  height: 90px; }
.form-global-error {
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #d15e5e;
  border-bottom: 1px solid #cfc8c8; }
.form-error {
  font-size: 14px;
  color: #d15e5e;
  text-align: left; }
.form-error[data-error], .form-error:not(:empty) {
    margin: 10px 0; }
.form-error[data-error]::after {
    display: block;
    content: attr(data-error); }
.form-separator {
  height: 1px;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #cccccc; }
.form-field {
  margin-top: 20px; }
.form-field:first-child {
    margin-top: 0; }
.form-buttons {
  display: -ms-flexbox;
  display: flex; }
.form-buttons .button, .form-buttons .form-button {
    margin-left: 10px;
    -ms-flex: auto;
        flex: auto; }
.form-buttons .button:first-child, .form-buttons .form-button:first-child {
      margin-left: 0; }
.form-button {
  display: block;
  margin: 0; }
.form-link {
  display: block;
  text-align: left;
  text-decoration: underline; }
.form-list, .dropdown-label,
.form-listbox {
  cursor: text; }
.form-list .item, .dropdown-label .item,
  .form-listbox .item {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
.form-list .item.active, .dropdown-label .item.active,
    .form-listbox .item.active {
      color: #ffffff;
      background: #777777; }
.form-list .item::after, .dropdown-label .item::after,
    .form-listbox .item::after {
      display: block;
      margin-top: 1px;
      margin-left: 6px;
      font-family: "FontAwesome";
      content: "\F00D";
      -ms-flex: none;
          flex: none; }
.form-list .input, .dropdown-label .input,
  .form-listbox .input {
    position: relative;
    z-index: 2;
    min-width: 120px;
    height: 25px;
    padding: 0;
    margin-right: 10px;
    font-family: sans-serif;
    font-size: inherit;
    font-weight: inherit;
    line-height: 25px;
    resize: none;
    background: transparent;
    border: 0;
    outline: none;
    -ms-flex: auto;
        flex: auto; }
.form-list .tags-autocomplete-first-match, .dropdown-label .tags-autocomplete-first-match,
  .form-listbox .tags-autocomplete-first-match {
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: inherit;
    font-weight: inherit;
    line-height: 25px;
    color: #999999; }
.form-list.list-static .item::after, .list-static.dropdown-label .item::after,
  .list-static.form-listbox .item::after {
    display: none; }
.form-list:not(.list-filled) .item:hover, .dropdown-label:not(.list-filled) .item:hover,
  .form-listbox:not(.list-filled) .item:hover {
    color: #ffffff;
    background: #777777; }
.dropdown-label,
.form-listbox {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-right: 15px;
  margin-top: 0;
  margin-right: 0; }
.dropdown-label.list-monoline,
  .form-listbox.list-monoline {
    height: 25px; }
.dropdown-label.list-static,
  .form-listbox.list-static {
    padding-right: 5px; }
.form-prefixed-input {
  display: -ms-flexbox;
  display: flex; }
.form-prefixed-input .prefix {
    font-weight: 700;
    cursor: text;
    -ms-flex: none;
        flex: none; }
.form-prefixed-input .input {
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    border: 0;
    outline: none;
    -ms-flex: auto;
        flex: auto; }
.form-onoff-wrapper {
  display: -ms-flexbox;
  display: flex; }
.form-onoff {
  display: none; }
.form-onoff + .form-onoff-actor {
    position: relative;
    display: block;
    width: 50px;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: #999999;
    border-radius: 4px;
    transition: background 0.2s;
    -ms-flex: none;
        flex: none; }
.form-onoff + .form-onoff-actor::before, .form-onoff + .form-onoff-actor::after {
      position: absolute;
      top: 2px;
      display: block;
      height: 21px;
      font-size: 13px;
      font-weight: 600;
      line-height: 21px; }
.form-onoff + .form-onoff-actor::before {
      right: 100%;
      padding-right: 14px;
      margin-right: -14px;
      content: "ON";
      border-right: 6px solid #eeeeee;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      transition: margin-right 0.3s; }
.form-onoff + .form-onoff-actor::after {
      left: 100%;
      padding-left: 14px;
      margin-left: -48px;
      content: "OFF";
      border-left: 6px solid #eeeeee;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      transition: margin-left 0.3s; }
.form-onoff + .form-onoff-actor.disabled {
      pointer-events: none;
      cursor: default;
      opacity: 0.5; }
.form-onoff:checked + .form-onoff-actor {
    background: #1caad9; }
.form-onoff:checked + .form-onoff-actor::before {
      margin-right: -48px; }
.form-onoff:checked + .form-onoff-actor::after {
      margin-left: -14px; }
.form-onoff ~ .on,
  .form-onoff ~ .off {
    margin-left: 10px;
    line-height: 25px;
    text-align: left;
    -ms-flex: auto;
        flex: auto; }
.form-onoff ~ .on .form-field .form-label,
    .form-onoff ~ .off .form-field .form-label {
      width: auto;
      margin: 0 20px;
      -ms-flex: none;
          flex: none; }
.form-onoff ~ .on .form-field .form-label:first-child,
      .form-onoff ~ .off .form-field .form-label:first-child {
        margin-left: 0; }
.form-onoff ~ .on .form-field .form-input, .form-onoff ~ .on .form-field .dropdown-label, .form-onoff ~ .on .form-field
    .form-listbox, .form-onoff ~ .on .form-field .form-prefixed-input,
    .form-onoff ~ .off .form-field .form-input,
    .form-onoff ~ .off .form-field .dropdown-label,
    .form-onoff ~ .off .form-field
    .form-listbox,
    .form-onoff ~ .off .form-field .form-prefixed-input {
      display: inline-block;
      padding: 2.1px 4.2px;
      font-size: 13.44px; }
.form-onoff ~ .on .form-field .form-select select,
    .form-onoff ~ .off .form-field .form-select select {
      padding: 2.1px 12px 2.1px 5px;
      padding-top: 2.1px; }
.form-onoff ~ .on .form-field .form-select:after,
    .form-onoff ~ .off .form-field .form-select:after {
      width: 12px;
      height: 21px;
      line-height: 21px; }
.form-onoff ~ .on a,
    .form-onoff ~ .off a {
      color: #1caad9; }
.form-onoff ~ .on a.fa, .form-onoff ~ .on a.icons-twitter, .form-onoff ~ .on a.icons-facebook, .form-onoff ~ .on a.icons-pinterest, .form-onoff ~ .on a.icons-google, .form-onoff ~ .on a.icons-linkedin, .form-onoff ~ .on a.icons-tumblr, .form-onoff ~ .on a.icons-reddit,
      .form-onoff ~ .off a.fa,
      .form-onoff ~ .off a.icons-twitter,
      .form-onoff ~ .off a.icons-facebook,
      .form-onoff ~ .off a.icons-pinterest,
      .form-onoff ~ .off a.icons-google,
      .form-onoff ~ .off a.icons-linkedin,
      .form-onoff ~ .off a.icons-tumblr,
      .form-onoff ~ .off a.icons-reddit {
        color: #000000; }
.form-onoff ~ .on .upgrade,
    .form-onoff ~ .off .upgrade {
      margin-left: 8px; }
.form-onoff ~ .on {
    display: none; }
.form-onoff ~ .off {
    display: block; }
.form-onoff:checked ~ .on {
    display: block; }
.form-onoff:checked ~ .off {
    display: none; }
.form-select {
  position: relative;
  display: inline-block; }
.form-select select {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    padding-right: 30px;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 18px;
    background: #ffffff;
    border: 2px solid transparent;
    border-radius: 4px;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
.form-select select::-ms-expand {
      display: none; }
.form-select select:focus:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000000; }
.form-select select[disabled], .form-select select.disabled {
      color: #545454;
      background: #eeeeee; }
.form-select select:focus, .form-select select.focused {
      border-color: #1caad9 !important; }
.form-select:after {
    position: absolute;
    top: 50%;
    right: 2px;
    display: inline-block;
    width: 30px;
    color: #888888;
    text-align: center;
    pointer-events: none;
    content: "\25BE";
    background: #ffffff;
    border-radius: 2px;
    transform: translateY(-50%); }
.form-select.disabled select,
  .form-select.disabled option {
    color: #aaaaaa; }
.form-select.disabled:after {
    background: #eeeeee; }
.form-select.invalid select {
    border-color: #efc1c1 !important; }
.form-select.invalid select:focus {
      border-color: #db6f6f !important; }
.form-select.\--grey-border select {
    border-color: #cccccc; }
.form-select.\--grey select {
    background: #f2f2f2; }
.form-select.\--grey:after {
    background: #f2f2f2; }
.form-select.\--small select {
    padding: 5px 15px;
    padding-right: 30px; }
.form-select.\--small:after {
    line-height: 24px; }
.form-menu, .form-menu-select,
.form-menu-select .sub,
.form-menu-toggle,
.form-menu-toggle .sub, .form-menu-list {
  font-size: 13px;
  line-height: 28px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-left: 0;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }
.form-menu-select,
.form-menu-select .sub,
.form-menu-toggle,
.form-menu-toggle .sub {
  width: 150px;
  padding: 5px 0; }
.form-menu-select .item,
.form-menu-toggle .item {
  position: relative; }
.form-menu-select .item .label,
  .form-menu-toggle .item .label {
    position: relative;
    display: block;
    padding: 0 30px 0 20px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.form-menu-select .item .sub,
  .form-menu-toggle .item .sub {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    margin-left: -2px; }
.form-menu-select .item .checkbox,
  .form-menu-toggle .item .checkbox {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 14px;
    margin-top: -6px;
    pointer-events: all; }
.form-menu-select .item:hover .checkbox:before,
  .form-menu-toggle .item:hover .checkbox:before {
    visibility: visible; }
.form-menu-select .item.parent > .label::after,
  .form-menu-toggle .item.parent > .label::after {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 30px;
    margin-left: -30px;
    font-family: "FontAwesome";
    text-align: center;
    content: "\F0DA"; }
.form-menu-select .item:hover > .label,
  .form-menu-toggle .item:hover > .label {
    color: #ffffff;
    background: #1caad9; }
.form-menu-select .item.open > .sub,
  .form-menu-toggle .item.open > .sub {
    display: block; }
.form-menu-select .item.active > .label,
  .form-menu-toggle .item.active > .label {
    background: #c1e4f0; }
.form-menu-select .item.active.togglable > .label,
  .form-menu-toggle .item.active.togglable > .label {
    background: #ffffff; }
.form-menu-select .item.active:hover > .label,
  .form-menu-toggle .item.active:hover > .label {
    background: #4a90be; }
.form-menu-select .item.active .check,
  .form-menu-toggle .item.active .check {
    transform: scale(1); }
.form-menu-list {
  width: 350px;
  padding: 10px 15px; }
.form-checkbox {
  display: none; }
.form-checkbox:disabled + .form-checkbox-actor, .form-menu-select .item .form-checkbox:disabled + .checkbox,
  .form-menu-toggle .item .form-checkbox:disabled + .checkbox,
  .form-checkbox:checked:disabled + .form-checkbox-actor, .form-menu-select .item
  .form-checkbox:checked:disabled + .checkbox,
  .form-menu-toggle .item
  .form-checkbox:checked:disabled + .checkbox {
    background: #cccccc; }
.form-checkbox-actor, .form-menu-select .item .checkbox,
.form-menu-toggle .item .checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  background: #cccccc;
  border-radius: 4px; }
.form-checkbox-actor::before, .form-menu-select .item .checkbox::before,
  .form-menu-toggle .item .checkbox::before {
    display: inline;
    font-family: "FontAwesome";
    font-size: 9px;
    color: #ffffff;
    visibility: hidden;
    content: "\F00C"; }
.form-checkbox-actor-active, .form-menu-select .item.active .checkbox,
.form-menu-toggle .item.active .checkbox, .form-checkbox:checked + .form-checkbox-actor, .form-menu-select .item .form-checkbox:checked + .checkbox,
.form-menu-toggle .item .form-checkbox:checked + .checkbox, .form-checkbox-actor.active, .form-menu-select .item .active.checkbox,
.form-menu-toggle .item .active.checkbox {
  background: #1caad9; }
.form-checkbox-actor-hover::before, .form-checkbox-actor:hover::before, .form-menu-select .item .checkbox:hover::before,
.form-menu-toggle .item .checkbox:hover::before, .form-checkbox-actor.hover::before, .form-menu-select .item .hover.checkbox::before,
.form-menu-toggle .item .hover.checkbox::before, .form-checkbox-actor-active::before, .form-menu-select .item.active .checkbox::before,
.form-menu-toggle .item.active .checkbox::before, .form-checkbox:checked + .form-checkbox-actor::before, .form-menu-select .item .form-checkbox:checked + .checkbox::before,
.form-menu-toggle .item .form-checkbox:checked + .checkbox::before, .form-checkbox-actor.active::before, .form-menu-select .item .active.checkbox::before,
.form-menu-toggle .item .active.checkbox::before, .form-checkbox-wrapper:hover .form-checkbox-actor::before, .form-checkbox-wrapper:hover .form-menu-select .item .checkbox::before, .form-menu-select .item .form-checkbox-wrapper:hover .checkbox::before, .form-checkbox-wrapper:hover
.form-menu-toggle .item .checkbox::before,
.form-menu-toggle .item .form-checkbox-wrapper:hover .checkbox::before {
  visibility: visible; }
.form-checkbox-wrapper {
  cursor: pointer; }
.form-checkbox-label {
  font-size: 14px;
  color: #555555;
  cursor: inherit; }
.form-checkbox-wrapper {
  cursor: pointer; }
.form-checkbox-label {
  font-size: 14px;
  color: #555555;
  cursor: inherit; }
.progression {
  width: auto;
  height: 32px; }
.progression.small {
    max-width: 200px;
    height: 10px; }
.progression.small .progressbar,
    .progression.small .progressbar-animated {
      min-height: 10px;
      border-radius: 5px; }
.progression.small .progressbar .status,
      .progression.small .progressbar-animated .status {
        border-radius: 5px; }
.progression.small .progressbar .status.status-danger,
        .progression.small .progressbar-animated .status.status-danger {
          background: #ff291c; }
.progression.small .progressbar .status.status-warning,
        .progression.small .progressbar-animated .status.status-warning {
          background: #ff9f29; }
.progression.small .progressbar .status.status-success,
        .progression.small .progressbar-animated .status.status-success {
          background: #00ce71; }
.progression .progressbar,
  .progression .progressbar-animated {
    width: 100%;
    height: 100%;
    min-height: 24px;
    background: #eeeeee;
    border-radius: 4px; }
.progression .progressbar .status,
    .progression .progressbar-animated .status {
      width: 100%;
      height: 100%;
      background: #1caad9;
      border-radius: 4px;
      transition: width 0.3s; }
.progression .progressbar-animated .status::after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../../../../../static/builds/web/dist/progress-bar-cfc0eb836054fbecc2baaba88bf254cf.gif);
    background-size: 154px 32px;
    border-radius: 4px;
    opacity: 0.25; }
.form-dropdown-toggle {
  position: relative; }
.form-dropdown-toggle .menu.column {
    position: absolute;
    z-index: 3;
    display: none;
    width: 100%;
    height: 155px;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }
.form-dropdown-toggle .menu.column .form-menu-toggle {
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      border-radius: 4px;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap; }
.form-dropdown-toggle .menu.column .form-menu-toggle .item {
        width: 50%; }
.form-dropdown-toggle .menu.column .form-menu-toggle .item .label {
          padding-left: 35px; }
.form-dropdown-toggle .menu.column .form-menu-toggle .item .checkbox {
          right: auto;
          left: 10px; }
.form-dropdown-toggle.expanded .menu.column {
    display: -ms-flexbox;
    display: flex; }
.form-dropdown-toggle .dropdown-label {
    padding: 0;
    margin: 0;
    cursor: pointer; }
.form-dropdown-toggle .dropdown-label .items-selected {
      width: 100%;
      padding-top: 7px;
      margin: 4px 0 10px 15px;
      color: #b8b8b8;
      text-align: left;
      cursor: pointer; }
.form-dropdown-toggle .dropdown-label .items-selected:after {
        display: inline-block;
        float: right;
        margin-right: 8px;
        font-family: "FontAwesome";
        font-size: 12px;
        color: #b8b8b8;
        content: "\F0D7"; }
.form-dropdown-toggle .dropdown-label .items-selected:hover {
        color: #222222; }
.form-dropdown-toggle .dropdown-label .items-selected:hover:after {
          color: #222222; }
.form-dropdown-toggle .dropdown-label .items-selected.is-filled {
        color: #222222; }
.form-dropdown-toggle .dropdown-label .items-selected.is-filled:after {
          color: #222222; }
.form-dropdown-toggle.categories.list-filled .item:not(.active):hover .label {
    cursor: not-allowed;
    color: #555555;
    background-color: white; }
.form-dropdown-toggle.categories .menu.column {
    height: 192px;
    overflow: auto; }
.form-dropdown-toggle.categories .form-menu-toggle {
    height: 380px;
    padding: 0; }
.form-dropdown-toggle.categories .item {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 42px;
    border-bottom: 1px solid #dddddd;
    -ms-flex-align: center;
        align-items: center; }
.form-dropdown-toggle.categories .item .label {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      padding: 0 20px;
      font-size: 14px;
      line-height: normal;
      -ms-flex-align: center;
          align-items: center; }
.form-dropdown-toggle.categories .item .label span {
        margin: 0 20px;
        -ms-flex: 1;
            flex: 1; }
.form-dropdown-toggle.categories .item:nth-of-type(-n + 9) {
      border-right: 1px solid #dddddd; }
.form-dropdown-toggle.categories .item.active:not(:hover) .label {
      color: #1caad9; }
.form-dropdown-toggle.categories .item.active:hover .label {
      background: #1caad9; }
.form-dropdown-toggle.categories .item:not(.active) .fa-check {
      display: none; }
.form-checkbox-list {
  position: relative;
  margin-bottom: 15px; }
.form-checkbox-list .form-checkbox-actor, .form-checkbox-list .form-menu-select .item .checkbox, .form-menu-select .item .form-checkbox-list .checkbox, .form-checkbox-list
  .form-menu-toggle .item .checkbox,
  .form-menu-toggle .item .form-checkbox-list .checkbox {
    background: #cccccc; }
.form-checkbox-list .form-checkbox-actor:before, .form-checkbox-list .form-menu-select .item .checkbox:before, .form-menu-select .item .form-checkbox-list .checkbox:before, .form-checkbox-list
    .form-menu-toggle .item .checkbox:before,
    .form-menu-toggle .item .form-checkbox-list .checkbox:before {
      color: #ffffff; }
.form-checkbox-list label {
    cursor: pointer; }
.form-checkbox-list label span {
      position: absolute;
      left: 25px;
      font-size: 15px;
      color: #ffffff; }
.horizontal-button-list {
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #cccccc;
  border-radius: 4px; }
.horizontal-button-list .horizontal-button-block[data-value] {
    display: -ms-flexbox;
    display: flex;
    padding: 8px 25px;
    color: #ffffff;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
.horizontal-button-list .horizontal-button-block[data-value] a {
      color: #ffffff; }
.horizontal-button-list .horizontal-button-block[data-value] a:hover {
        color: #ffffff; }
.horizontal-button-list .horizontal-button-block[data-value].active {
      color: #ffffff;
      background: #1caad9; }
@media (max-width: 800px) {
      .horizontal-button-list .horizontal-button-block[data-value] {
        -ms-flex: 1;
            flex: 1; } }
.icons-twitter {
  color: #00c4fc; }
.icons-facebook {
  color: #3a589a; }
.icons-pinterest {
  color: #ce1d21; }
.icons-google {
  color: #de4830; }
.icons-linkedin {
  color: #1884bc; }
.icons-tumblr {
  color: #36465d; }
.icons-reddit {
  color: #ff5700; }
@keyframes comet {
  0% {
    transform: translate3d(-500px, -500px, 0) rotate(45deg); }
  80% {
    transform: translate3d(0, 0, 0) rotate(45deg); }
  100% {
    opacity: 0;
    transform: translate3d(20px, 20px, 0) rotate(45deg); } }
.error-page {
  width: 100;
  height: 100%;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(to bottom, #05131a 0%, #0a2633 100%); }
.error-page .logo {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 2; }
.error-page .message {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 48px;
    font-family: "Titillium Web", sans-serif;
    text-align: center;
    text-shadow: 0 0 10px #000000; }
.error-page .message a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.error-page .message a:hover {
        color: #ffffff;
        border-bottom: 1px solid #ffffff; }
.error-page .landscape {
    width: 100%;
    height: 100%;
    background-image: url(../../../../../static/builds/web/dist/stars-8339d7312fa597ff383b2f1899eb21ac.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
.error-page .foreground,
  .error-page .background {
    position: absolute;
    bottom: -100px; }
.error-page .comet {
    position: absolute;
    top: 10%;
    left: 66%;
    width: 100px;
    height: 3px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 3px;
    animation-name: comet;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-iteration-count: 1; }
.viewer-mode-help h2 {
  margin: 16px 0;
  font-size: 18px;
  font-weight: bold; }
.viewer-mode-help .help-shortcuts {
  display: -ms-flexbox;
  display: flex; }
.viewer-mode-help .help-shortcuts li {
    padding: 0 16px;
    -ms-flex: 1;
        flex: 1; }
.viewer-mode-help .help-shortcuts .mouse-left,
  .viewer-mode-help .help-shortcuts .mouse-wheel,
  .viewer-mode-help .help-shortcuts .mouse-right,
  .viewer-mode-help .help-shortcuts .kbd-wasd {
    padding-top: 60px; }
.viewer-mode-help .help-shortcuts .mouse-left {
    background: transparent url(../../../../../static/builds/web/dist/mouse-left-c4ba7b94b1d15bbdcec749c15025d352.png) no-repeat center top;
    background-size: 60px; }
.viewer-mode-help .help-shortcuts .mouse-wheel {
    background: transparent url(../../../../../static/builds/web/dist/mouse-scroll-88a539c5215a399e46571dcd709d7ad7.png) no-repeat center top;
    background-size: 60px; }
.viewer-mode-help .help-shortcuts .mouse-right {
    background: transparent url(../../../../../static/builds/web/dist/mouse-right-a6e0017cb33ccd8d5b92560ca71193b8.png) no-repeat center top;
    background-size: 60px; }
.viewer-mode-help .help-shortcuts .kbd-wasd {
    background: transparent url(../../../../../static/builds/web/dist/keyboard-wasd-4280b4e2e6583f9ea2def8c9bdeb5393.png) no-repeat center top;
    background-size: 60px; }
.viewer-mode-help .hint {
  display: block;
  font-size: 10px; }
.osd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #ffffff;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  transition: opacity 0.3s;
  -ms-flex-align: center;
      align-items: center; }
.osd .osd-content {
    padding: 5px 15px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px; }
.osd.osd-top {
    -ms-flex-direction: column;
        flex-direction: column; }
.osd.active {
    opacity: 1; }
.osd.padded .osd-content {
    margin: 40px auto; }
.osd .upgrade-link {
    margin-top: 20px;
    pointer-events: auto; }
.osd .upgrade-link.underlined {
      border-bottom: 1px solid #ffffff; }
.osd .vr-mode-help .button, .osd .vr-mode-help .form-button {
    text-decoration: underline;
    pointer-events: auto; }
.viewer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.viewer .landing {
    position: absolute;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #ffffff;
    transition: opacity 0.4s; }
.viewer .landing .preview {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
.viewer .landing .start {
      position: absolute;
      top: 0;
      left: 0;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; }
.viewer .landing .start::after {
        width: 100px;
        height: 100px; }
.viewer .webgl,
  .viewer .fallback {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%; }
.viewer .secondary-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px; }
.viewer .main-progress-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-pack: center;
        justify-content: center; }
.viewer .main-progress-percentage {
    width: 100%; }
.viewer .main-progress-display {
    width: 100%; }
.viewer .secondary-progress-percentage {
    display: none; }
.viewer .secondary-progress-display {
    width: 0%;
    height: 100%; }
.viewer .watermark {
    width: 30px;
    height: 30px; }
.viewer .controls {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 50px; }
.viewer .canvas {
    display: block;
    width: calc(100% + 1px);
    height: 100%; }
.viewer .annotations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none; }
.viewer .timeline {
    position: absolute;
    right: 15px;
    bottom: 35px;
    left: 15px;
    height: 30px; }
.viewer .timeline .track {
      position: relative; }
.viewer .fallback-viewport {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden; }
.viewer .fallback-viewport .fallback-sprite {
      display: none;
      height: 100%; }
.viewer .fallback-warning {
    position: absolute;
    bottom: 0;
    display: none;
    width: 100%;
    padding: 20px 60px; }
.viewer .fallback-warning .inner {
      position: absolute;
      bottom: 20px;
      left: 50%;
      padding: 8px 10px;
      color: #ffffff;
      background-color: rgba(0, 0, 0, 0.8);
      border-radius: 15px;
      transform: translateX(-50%); }
.viewer .fallback-error {
    position: absolute;
    top: 50%;
    display: none;
    width: 100%;
    transform: translateY(-50%); }
.viewer .fallback-error .inner {
      width: 66%;
      padding: 1em 2em;
      margin: 0 auto; }
.viewer.started .landing {
    display: none\9;
    pointer-events: none;
    opacity: 0; }
.viewer.vr-mode .infoblock,
  .viewer.vr-mode .control-vr {
    display: none; }
.viewer .embed-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
.viewer .panel {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: #555555;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
.viewer .panel p {
      padding: 30px;
      font-size: 16px;
      background-color: rgba(0, 0, 0, 0.6);
      border-radius: 6px; }
.model-inspector .custom-scrollbar::-webkit-scrollbar, .model-inspector .viewer .controls .hotspot-controls .list ul::-webkit-scrollbar, .viewer .controls .hotspot-controls .list .model-inspector ul::-webkit-scrollbar, .model-inspector .viewer .overlay.help .tabs-container::-webkit-scrollbar, .viewer .overlay.help .model-inspector .tabs-container::-webkit-scrollbar, .model-inspector .viewer .overlay.sound-credits-overlay .tracks::-webkit-scrollbar, .viewer .overlay.sound-credits-overlay .model-inspector .tracks::-webkit-scrollbar {
  width: 10px; }
.model-inspector .custom-scrollbar::-webkit-scrollbar-track, .model-inspector .viewer .controls .hotspot-controls .list ul::-webkit-scrollbar-track, .viewer .controls .hotspot-controls .list .model-inspector ul::-webkit-scrollbar-track, .model-inspector .viewer .overlay.help .tabs-container::-webkit-scrollbar-track, .viewer .overlay.help .model-inspector .tabs-container::-webkit-scrollbar-track, .model-inspector .viewer .overlay.sound-credits-overlay .tracks::-webkit-scrollbar-track, .viewer .overlay.sound-credits-overlay .model-inspector .tracks::-webkit-scrollbar-track {
  background: transparent; }
.model-inspector .custom-scrollbar::-webkit-scrollbar-thumb, .model-inspector .viewer .controls .hotspot-controls .list ul::-webkit-scrollbar-thumb, .viewer .controls .hotspot-controls .list .model-inspector ul::-webkit-scrollbar-thumb, .model-inspector .viewer .overlay.help .tabs-container::-webkit-scrollbar-thumb, .viewer .overlay.help .model-inspector .tabs-container::-webkit-scrollbar-thumb, .model-inspector .viewer .overlay.sound-credits-overlay .tracks::-webkit-scrollbar-thumb, .viewer .overlay.sound-credits-overlay .model-inspector .tracks::-webkit-scrollbar-thumb {
  background: #555555;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 5px; }
.model-inspector.\--show .model-inspector__menu {
  opacity: 1;
  transform: translate(0, 0); }
.model-inspector.\--open .model-inspector__content {
  visibility: visible; }
.model-inspector.\--open .model-inspector__minimize .fa-caret-down {
  padding: 0 0 0 7px;
  transform: rotate(180deg); }
.model-inspector .wireframe-title {
  padding: 0;
  margin: 0;
  font-size: 13px; }
.model-inspector .toggle-button {
  margin: 4px 0;
  background: #0d0d0d;
  width: 100%; }
.model-inspector .toggle-button.\--staff .toggle-button__option input:checked + label {
    background-color: #ff9e3a; }
.model-inspector .mode {
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 4px;
  margin: 4px 0;
  font-size: 13px;
  cursor: pointer;
  border-radius: 3px;
  opacity: 0.75;
  -ms-flex-align: center;
      align-items: center; }
.model-inspector .mode:hover {
  color: white;
  background: #333333; }
.model-inspector .mode.selected {
  background: #1caad9;
  opacity: 1; }
.model-inspector .mode a {
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  font-size: 13px;
  font-weight: 300;
  color: white;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-align: center;
      align-items: center;
  -webkit-user-drag: none;
  user-drag: none; }
.model-inspector .mode a:before {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  content: "";
  background: black; }
.viewer .model-inspector .wireframe-colors {
  padding: 5px 0;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
.model-inspector__menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  pointer-events: none;
  -ms-flex-direction: column;
      flex-direction: column;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: transform 0.2s, opacity 0.2s; }
.model-inspector__content {
  display: -ms-flexbox;
  display: flex;
  color: white;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -webkit-user-drag: none;
  user-drag: none;
  height: calc(100% - 38px); }
.\--show .model-inspector__menu > * {
  pointer-events: all; }
.model-inspector__minimize {
  position: relative;
  z-index: 1;
  padding: 10px;
  font-size: 13px;
  color: white;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8); }
.model-inspector__minimize .fa-caret-down {
    padding: 0 7px 0 0; }
.model-inspector__minimize:hover {
    background: #333333; }
.model-inspector__modes {
  padding: 0 10px;
  overflow-y: auto;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
.mode__title,
.model-inspector .wireframe-title {
  display: block;
  margin: 18px 4px 4px;
  font-size: 10px;
  font-weight: 300;
  color: #888888;
  text-transform: uppercase; }
.model-inspector .wireframe-title {
  margin-top: 0; }
.model-inspector .wireframe-title {
  margin-top: 0; }
.mode__title:first-child {
  margin-top: 0; }
.mode__icon::before {
  margin-right: 4px;
  font-size: 2em; }
.properties__postprocessing {
  margin-bottom: 10px; }
.model-inspector__2D-options {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex; }
.model-inspector__2D-options .model-inspector__UV-options {
    margin-right: 10px; }
.model-inspector__empty-2d-view {
  position: absolute;
  top: 50%;
  right: 25%;
  max-width: 50%;
  font-size: 13px;
  color: #cccccc;
  text-align: center;
  pointer-events: none;
  transform: translateX(50%); }
@keyframes start-button-animation {
  from {
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px #cccccc; }
  to {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px #333333; } }
@keyframes flash {
  0% {
    opacity: 0; }
  1% {
    opacity: 1; }
  20% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.viewer-version-loading-overlay {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  transition-delay: 0.4s; }
.embed-menu, .viewer .controls .control .control-menu {
  position: absolute;
  left: 50%;
  padding: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: normal;
  color: #ffffff;
  text-align: initial;
  white-space: nowrap;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.3s, margin-left 0s 0.3s; }
.embed-menu .title, .viewer .controls .control .control-menu .title {
    padding: 5px;
    font-size: 10px;
    color: #aaaaaa;
    text-transform: uppercase;
    cursor: default; }
.embed-menu .separator div, .viewer .controls .control .control-menu .separator div, .viewer .controls .control .control-menu li.hr div {
    width: 100%;
    height: 1px;
    margin: 5px 0;
    background: #4e4e4e; }
.embed-toggle-container, .viewer .controls .control .control-menu li.toggle {
  display: -ms-flexbox;
  display: flex;
  padding: 5px; }
.embed-toggle-button, .viewer .controls .control .control-menu li.toggle a {
  padding: 2px 0;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #333333;
  border-color: #444444;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  -ms-flex: 1;
      flex: 1; }
.embed-toggle-button:hover, .viewer .controls .control .control-menu li.toggle a:hover {
    background: #444444; }
.embed-toggle-button-first, .viewer .controls .control .control-menu li.toggle a:first-child {
  border-left-style: solid;
  border-left-width: 1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }
.embed-toggle-button-last, .viewer .controls .control .control-menu li.toggle a:last-child {
  border-right-style: solid;
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }
.embed-toggle-button-active, .viewer .controls .control .control-menu li.toggle a.active {
  color: #ffffff;
  background: #1caad9;
  border-color: #1caad9; }
.viewer {
  position: relative;
  background: black;
  /* General controls */
  /* Landing */
  /* Animation */
  /* Loading */
  /* header */
  /* hotspots */
  /* Overlays */
  /* Hotspots */ }
@media (max-width: 800px) {
    .viewer.has-animation *:not(.knob) {
      transition: opacity 0s !important; } }
.viewer kbd {
    padding: 0 4px;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    color: #000000;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 5%, #cccccc 6%, #ffffff 100%);
    border-bottom: 1px solid #888888;
    border-radius: 2px; }
.viewer .widget.disabled {
    pointer-events: none;
    opacity: 0; }
.viewer.has-hotspots.has-animation .controls .hotspot-controls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 65px; }
@media (min-width: 950px) and (max-width: 1100px) {
      .viewer.has-hotspots.has-animation .controls .hotspot-controls {
        width: 220px; } }
@media (min-width: 480px) and (max-width: 650px) {
      .viewer.has-hotspots.has-animation .controls .hotspot-controls {
        width: 220px; } }
@media (min-width: 800px) and (max-width: 950px) {
      .viewer.has-hotspots.has-animation .controls .hotspot-controls {
        transform: translateX(-43%); } }
@media (min-width: 1280px) and (max-width: 1400px) {
      .viewer.has-hotspots.has-animation .controls .hotspot-controls {
        width: 210px; }
        .viewer.has-hotspots.has-animation .controls .hotspot-controls .hotspot-name {
          padding: 0; } }
@media (min-width: 1550px) {
      .viewer.has-hotspots.has-animation .controls .hotspot-controls {
        bottom: 10px; } }
.viewer.sound-enabled .controls .general-controls .volume {
    display: block; }
.viewer.sound-enabled .controls .general-controls .volume.\--active {
      background: rgba(0, 0, 0, 0.75); }
.viewer.no-fullscreen .controls .general-controls .fullscreen {
    display: none; }
.viewer.model-loaded.transparent .canvas {
    opacity: 1; }
.viewer.transparent {
    background: transparent !important; }
.viewer.transparent .canvas {
      opacity: 0; }
.viewer.transparent .main-progress-wrapper {
      background: transparent !important; }
.viewer.transparent .loading-thumbnail {
      display: none; }
.viewer.transparent-pattern {
    background-color: #ffffff;
    background-image: linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 75%, #cccccc 75%, #cccccc), linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 75%, #cccccc 75%, #cccccc);
    background-position: 0 0, 4px 4px;
    background-size: 8px 8px; }
.viewer.fallback-mode .fallback .fallback-warning .inner {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 21px;
    color: #efefef;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 5px; }
.viewer.fallback-mode .fallback .fallback-warning a {
    color: #efefef;
    text-decoration: underline; }
.viewer.fallback-mode .fallback .fallback-warning a:hover {
      color: #1caad9; }
.viewer.fallback-mode .fallback .controls {
    pointer-events: all;
    -ms-flex-pack: end;
        justify-content: flex-end; }
.viewer.fallback-mode .fallback .controls .control {
      display: -ms-flexbox;
      display: flex;
      width: 30px;
      height: 30px;
      color: #ffffff;
      text-align: center;
      text-shadow: 0 0 2px #000000;
      cursor: pointer;
      border-radius: 15px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
.viewer .play-button .label, .viewer .landing .start-button .play .label {
    transition: opacity 0.3s, transform 0.3s;
    transform: rotateY(180deg); }
.viewer .play-button:hover .label, .viewer .landing .start-button .play:hover .label {
    opacity: 1;
    transform: rotateY(0); }
.viewer .webgl .canvas {
    cursor: -webkit-grab;
    cursor: grab;
    outline: none; }
.viewer .webgl.camera-moving .canvas {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
.viewer .webgl.camera-moving .annotation .tooltip.visible {
    pointer-events: none; }
.viewer .webgl.camera-moving .annotation .tooltip.visible .more {
      pointer-events: all; }
.viewer .watermark {
    margin-right: 15px;
    transition: margin-left 0.2s;
    -ms-flex: 0 0 30px;
        flex: 0 0 30px; }
.viewer .watermark a {
      display: block;
      width: 100%;
      height: 100%;
      background: transparent url(../../../../../static/builds/web/dist/watermark-2x-eb7e039abde1078112a0b68a39404825.png) no-repeat center top;
      background-size: 30px 60px;
      outline: none; }
.viewer .watermark a:hover {
        background-position: center bottom; }
.viewer .watermark.\--disabled a:hover {
      background-position: center top; }
.viewer .shortcut kbd {
    color: #888888;
    background: transparent;
    border: 0; }
.viewer .wireframe-title .shortcut {
    float: right;
    margin-right: 0;
    clear: both; }
.viewer .wireframe-colors {
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px 0 24px;
    line-height: 14px;
    cursor: default;
    -ms-flex-pack: justify;
        justify-content: space-between; }
.viewer .wireframe-colors a {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-left: 4px;
      font-size: 8px;
      vertical-align: bottom;
      border-radius: 2px; }
.viewer .wireframe-colors a:first-child {
        margin-left: 0; }
.viewer .wireframe-colors a:hover {
        border: 2px solid #ffffff; }
.viewer .wireframe-colors a.active {
        border: 2px solid #ffffff; }
.viewer .wireframe-colors .colors-red {
      background: #ff0000; }
.viewer .wireframe-colors .colors-green {
      background: #00ff00; }
.viewer .wireframe-colors .colors-blue {
      background: #0000ff; }
.viewer .wireframe-colors .colors-yellow {
      background: #ffff00; }
.viewer .wireframe-colors .colors-white {
      background: #cccccc; }
.viewer .wireframe-colors .colors-white:before {
        color: #000000;
        text-shadow: none; }
.viewer .wireframe-colors .colors-black {
      background: #000000;
      box-shadow: 0 0 1px #ffffff; }
.viewer .wireframe-colors .colors-none {
      background-color: #eeeeee;
      background-image: linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 75%, #cccccc 75%, #cccccc), linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 75%, #cccccc 75%, #cccccc);
      background-position: 0 0, 3px 3px;
      background-size: 7px 7px; }
.viewer .wireframe-colors .colors-none.active {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
.viewer .wireframe-colors .colors-none.active:before {
          font-family: "FontAwesome";
          font-size: 12px;
          color: black;
          content: "\F00D"; }
.viewer .wireframe-colors.active {
      cursor: pointer; }
.viewer .wireframe-colors.active a {
        pointer-events: auto;
        opacity: 1; }
.viewer .controls .watermark {
    pointer-events: initial; }
.viewer .controls .watermark.\--disabled {
      pointer-events: none; }
.viewer .landing .watermark {
    position: absolute;
    bottom: 15px;
    left: 15px; }
.viewer .titlebar,
  .viewer .hotspots,
  .viewer .controls > *:not(.watermark):not(.no-fadeout) {
    transition: opacity 250ms ease-in-out; }
.viewer.idle .annotation .tooltip.visible, .viewer.moving .annotation .tooltip.visible {
    pointer-events: none; }
.viewer.idle.has-animation .controls .timeline-wrapper,
  .viewer.idle.has-animation .controls .timeline,
  .viewer.idle.has-animation .controls .animation-controls > *, .viewer.moving.has-animation .controls .timeline-wrapper,
  .viewer.moving.has-animation .controls .timeline,
  .viewer.moving.has-animation .controls .animation-controls > * {
    pointer-events: none; }
.viewer.idle .general-controls, .viewer.moving .general-controls {
    pointer-events: none; }
.viewer.idle .annotation.vr .description p, .viewer.moving .annotation.vr .description p {
    display: block; }
.viewer.idle .annotation.visible.canvas .footer, .viewer.moving .annotation.visible.canvas .footer {
    width: 100%;
    font-size: 36px;
    text-align: center; }
.viewer.idle .titlebar,
  .viewer.idle .gui .hotspot-controls-responsive,
  .viewer.idle .snapshot,
  .viewer.idle.has-animation .controls .animation-controls,
  .viewer.idle .controls > *:not(.watermark):not(.no-fadeout), .viewer.moving .titlebar,
  .viewer.moving .gui .hotspot-controls-responsive,
  .viewer.moving .snapshot,
  .viewer.moving.has-animation .controls .animation-controls,
  .viewer.moving .controls > *:not(.watermark):not(.no-fadeout) {
    pointer-events: none;
    opacity: 0; }
.viewer.idle .titlebar a,
    .viewer.idle .titlebar [data-action="prev-annotation"],
    .viewer.idle .titlebar [data-action="next-annotation"],
    .viewer.idle .gui .hotspot-controls-responsive a,
    .viewer.idle .gui .hotspot-controls-responsive [data-action="prev-annotation"],
    .viewer.idle .gui .hotspot-controls-responsive [data-action="next-annotation"],
    .viewer.idle .snapshot a,
    .viewer.idle .snapshot [data-action="prev-annotation"],
    .viewer.idle .snapshot [data-action="next-annotation"],
    .viewer.idle.has-animation .controls .animation-controls a,
    .viewer.idle.has-animation .controls .animation-controls [data-action="prev-annotation"],
    .viewer.idle.has-animation .controls .animation-controls [data-action="next-annotation"],
    .viewer.idle .controls > *:not(.watermark):not(.no-fadeout) a,
    .viewer.idle .controls > *:not(.watermark):not(.no-fadeout) [data-action="prev-annotation"],
    .viewer.idle .controls > *:not(.watermark):not(.no-fadeout) [data-action="next-annotation"], .viewer.moving .titlebar a,
    .viewer.moving .titlebar [data-action="prev-annotation"],
    .viewer.moving .titlebar [data-action="next-annotation"],
    .viewer.moving .gui .hotspot-controls-responsive a,
    .viewer.moving .gui .hotspot-controls-responsive [data-action="prev-annotation"],
    .viewer.moving .gui .hotspot-controls-responsive [data-action="next-annotation"],
    .viewer.moving .snapshot a,
    .viewer.moving .snapshot [data-action="prev-annotation"],
    .viewer.moving .snapshot [data-action="next-annotation"],
    .viewer.moving.has-animation .controls .animation-controls a,
    .viewer.moving.has-animation .controls .animation-controls [data-action="prev-annotation"],
    .viewer.moving.has-animation .controls .animation-controls [data-action="next-annotation"],
    .viewer.moving .controls > *:not(.watermark):not(.no-fadeout) a,
    .viewer.moving .controls > *:not(.watermark):not(.no-fadeout) [data-action="prev-annotation"],
    .viewer.moving .controls > *:not(.watermark):not(.no-fadeout) [data-action="next-annotation"] {
      pointer-events: none; }
.viewer.fullscreen .gui .controls .general-controls .control.fullscreen i:before {
    content: "\E607"; }
.viewer .gui {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0;
    transition: opacity 250ms ease-in-out; }
.viewer .gui .animation-not-supported {
      position: absolute;
      top: 70%;
      right: 30%;
      left: 30%;
      padding: 0 40px;
      font-size: 11px;
      color: #ffffff;
      text-align: center;
      pointer-events: none;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 6px;
      transition: opacity 300ms ease-in-out; }
.viewer .gui .animation-not-supported.hidden {
        pointer-events: none !important;
        opacity: 0; }
.viewer .gui .animation-not-supported.hidden .close {
          pointer-events: none; }
.viewer .gui .animation-not-supported p {
        margin: 10px 0; }
.viewer .gui .animation-not-supported .close {
        position: absolute;
        top: 3px;
        right: 7px;
        color: rgba(255, 255, 255, 0.8);
        pointer-events: all; }
.viewer .gui .animation-not-supported .close:after {
          font-family: "FontAwesome";
          content: "\F00D"; }
.viewer .gui .hotspot-controls-responsive {
      position: absolute;
      top: 50%;
      right: 20px;
      left: 20px;
      display: none;
      pointer-events: none;
      transition: opacity 250ms ease-in-out; }
.viewer .gui .hotspot-controls-responsive [data-action="next-annotation"],
      .viewer .gui .hotspot-controls-responsive [data-action="prev-annotation"] {
        position: relative;
        display: block;
        float: left;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        color: #ffffff;
        text-align: center;
        pointer-events: all;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 15px; }
.viewer .gui .hotspot-controls-responsive [data-action="next-annotation"]:after,
        .viewer .gui .hotspot-controls-responsive [data-action="prev-annotation"]:after {
          position: absolute;
          top: -10px;
          left: -10px;
          display: block;
          width: 50px;
          height: 50px;
          content: ""; }
.viewer .gui .hotspot-controls-responsive [data-action="next-annotation"] {
        float: right; }
.viewer .gui.enabled {
      opacity: 1; }
.viewer .gui.enabled > *:not(.snapshot-guides):not(.snapshot-flash):not(.controls) {
        pointer-events: all; }
.viewer .gui.enabled > .hotspot-controls-responsive {
        pointer-events: none !important; }
.viewer .gui.hidden {
      display: none; }
.viewer .controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-width: 0;
    padding: 10px;
    pointer-events: none; }
.viewer .controls.shifted {
      padding-left: 205px; }
.viewer .controls p,
    .viewer .controls a {
      padding: 0;
      margin: 0;
      color: #ffffff; }
.viewer .controls .animation-controls {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      min-width: 0;
      pointer-events: none;
      -ms-flex-align: center;
          align-items: center; }
.viewer .controls .animation-controls p {
        text-shadow: 0 0 10px #000000; }
.viewer .controls .control {
      position: relative;
      display: inline-block;
      min-width: 0;
      padding: 5px;
      margin: 0 10px;
      font-size: 16px;
      border-radius: 5px;
      outline: none;
      transition: background 200ms linear; }
.viewer .controls .control:hover, .viewer .controls .control.active {
        background: rgba(0, 0, 0, 0.75); }
.viewer .controls .control:before {
        color: #ffffff;
        text-shadow: 0 0 1px black; }
.viewer .controls .control.theatre i {
        font-size: 13px; }
.viewer .controls .control.inspector {
        padding: 0;
        font-size: 30px; }
.viewer .controls .control .control-menu {
        bottom: 40px;
        width: 145px;
        margin-left: 1000px; }
.viewer .controls .control .control-menu.settings-menu {
          padding: 0 !important;
          overflow: hidden; }
.viewer .controls .control .control-menu.detail .control-menu-wrapper {
          transform: translateX(-50%); }
.viewer .controls .control .control-menu .control-menu-wrapper {
          display: -ms-flexbox;
          display: flex;
          width: calc(200% - 8px);
          transition: all 250ms ease-in-out; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-list,
          .viewer .controls .control .control-menu .control-menu-wrapper .control-menu-pane {
            width: 50%;
            padding: 4px;
            -ms-flex: 1 0;
                flex: 1 0; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-list {
            padding-right: 4px; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-pane {
            padding: 8px 0;
            -ms-flex: 1 1;
                flex: 1 1; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-pane .wireframe-title {
              padding: 10px 10px 0 24px;
              margin: 6px 0 4px;
              border-top: 1px solid #555555; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-pane .setting-list {
              padding-top: 4px; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-pane .setting-list-header-help {
              float: right;
              margin-right: 10px;
              font-size: 11px;
              line-height: 17px;
              color: #888888; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-pane .setting-item {
              position: relative;
              padding-left: 24px;
              line-height: 28px;
              color: #cccccc;
              cursor: pointer;
              border-radius: 2px; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-pane .setting-item:hover {
                background: #333333; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-pane .setting-item.selected {
                padding-left: 0;
                color: #ffffff; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-pane .setting-item.selected:before {
                  margin-right: 8px;
                  margin-left: 4px;
                  font-family: "FontAwesome";
                  font-size: 12px;
                  color: #ffffff;
                  content: "\F00C"; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-pane .setting-item:not(:last-child) {
                border-bottom: 1px solid #333333; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-pane .control-menu-back {
              padding: 4px;
              font-size: 11px;
              color: #cccccc;
              text-transform: uppercase;
              cursor: pointer; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-pane .control-menu-back:before {
                margin-right: 4px;
                font-family: "FontAwesome";
                content: "\F053"; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-pane .control-menu-back:hover {
                color: #ffffff; }
.viewer .controls .control .control-menu .control-menu-wrapper .control-menu-pane .control-menu-back:hover:before {
                  color: #ffffff; }
.viewer .controls .control .control-menu li.link a {
          position: relative;
          display: block;
          padding: 4px 5px;
          overflow: hidden;
          color: #cccccc;
          text-transform: none;
          border-radius: 2px; }
.viewer .controls .control .control-menu li.link a:hover {
          color: #ffffff;
          background: #1caad9; }
.viewer .controls .control .control-menu li.link.active a {
          color: #ffffff; }
.viewer .controls .control .control-menu li.link.active a:after {
          position: absolute;
          top: 7px;
          right: 4px;
          display: block;
          font-family: "FontAwesome";
          content: "\F00C"; }
.viewer .controls .control .control-menu li.toggle a:first-child:last-child:hover {
          cursor: default;
          background: #1caad9; }
.viewer .controls .control.active .control-menu {
        margin-left: -75px;
        pointer-events: auto;
        cursor: auto;
        opacity: 1;
        transition: opacity 0.3s, margin-left 0s; }
.viewer .controls .general-controls {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      font-size: 13px;
      pointer-events: none;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-flow: row nowrap !important;
          flex-flow: row nowrap !important;
      margin-left: auto; }
.viewer .controls .general-controls a:last-child {
        margin-right: 0; }
.viewer .controls .general-controls .control {
        position: relative;
        width: 30px;
        height: 30px;
        margin: 0 5px;
        line-height: 20px;
        text-align: center;
        border-radius: 16px;
        pointer-events: all; }
.viewer .controls .general-controls .control.fullscreen {
          line-height: 22px; }
.viewer .controls .general-controls .control i {
          color: #ffffff;
          text-shadow: 0 0 1px #000000;
          pointer-events: none; }
.viewer .controls .general-controls .control-badge {
        position: absolute;
        top: 0;
        left: 18px;
        padding: 1px 2px;
        font-size: 8px;
        font-weight: 600;
        line-height: 10px;
        color: #ffffff;
        pointer-events: none;
        visibility: hidden;
        background: #1caad9;
        border-radius: 2px; }
.viewer .controls .general-controls .control-badge.active {
          visibility: visible; }
.viewer .controls .general-controls .settings {
        position: relative; }
.viewer .controls .general-controls .settings.active.tooltip:before, .viewer .controls .general-controls .settings.active.tooltip:after {
          opacity: 0; }
.viewer .controls .general-controls .settings.shift-menu-left .control-menu {
          margin-left: -130px; }
.viewer .controls .general-controls .settings .control-menu {
          width: 185px;
          padding: 8px;
          margin-left: -92.5px;
          cursor: default; }
.viewer .controls .general-controls .setting {
        display: -ms-flexbox;
        display: flex;
        font-size: 13px;
        cursor: pointer;
        border-radius: 2px; }
.viewer .controls .general-controls .setting:hover {
          background: #333333; }
.viewer .controls .general-controls .setting:not(:first-child) {
          border-top: 1px solid #333333; }
.viewer .controls .general-controls .setting-label {
        padding: 5px 0 5px 4px;
        color: #bbbbbb;
        -ms-flex: 1;
            flex: 1; }
.viewer .controls .general-controls .setting-value {
        height: 100%;
        padding: 5px 4px;
        color: #ffffff;
        text-align: right;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px; }
.viewer .controls .general-controls .setting-value:after {
          margin-left: 8px;
          font-family: "FontAwesome";
          font-size: 11px;
          line-height: 14px;
          color: #bbbbbb;
          content: "\F054"; }
.viewer .controls .general-controls .volume {
        display: none; }
.viewer .controls .general-controls .volume-menu {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 30px;
        padding: 15px 4px;
        pointer-events: none;
        background: rgba(0, 0, 0, 0.75);
        border-radius: 15px;
        opacity: 0;
        transition: opacity 0.3s; }
.viewer .controls .general-controls .volume-menu .fa, .viewer .controls .general-controls .volume-menu .icons-twitter, .viewer .controls .general-controls .volume-menu .icons-facebook, .viewer .controls .general-controls .volume-menu .icons-pinterest, .viewer .controls .general-controls .volume-menu .icons-google, .viewer .controls .general-controls .volume-menu .icons-linkedin, .viewer .controls .general-controls .volume-menu .icons-tumblr, .viewer .controls .general-controls .volume-menu .icons-reddit {
          display: none; }
.viewer .controls .general-controls .volume.\--active .volume-menu {
        pointer-events: auto;
        opacity: 1; }
.viewer .landing {
    transition: opacity 300ms ease-in-out; }
.viewer .landing .start-button .play {
      position: absolute;
      top: 50%;
      left: 50%;
      display: -ms-flexbox;
      display: flex;
      margin-top: -50px;
      margin-left: -50px; }
.viewer .landing .start-button:hover .play,
    .viewer .landing .start-button .play:focus {
      background-color: #1caad9;
      box-shadow: 0 0 10px #333333;
      transform: scale(1.1);
      animation-name: none; }
.viewer .landing .start-button:hover .play .label,
      .viewer .landing .start-button .play:focus .label {
        opacity: 1; }
.viewer .landing .start-button .play.loading {
      background: transparent;
      border: 3px solid #1caad9;
      border-top-color: transparent;
      box-shadow: none !important;
      animation-name: rotateLoading;
      animation-duration: 1s;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
.viewer .landing .start-button .play.loading > * {
        display: none; }
.viewer .controls .animation-controls,
  .viewer .controls .timeline-wrapper,
  .viewer .controls .timeline {
    pointer-events: none;
    opacity: 0; }
.viewer.has-animation .controls .animation-controls > *:not(.disabled),
  .viewer.has-animation .controls .timeline-wrapper {
    pointer-events: all;
    opacity: 1; }
.viewer.has-animation .controls .animation-controls {
    opacity: 1; }
.viewer .controls .animation-controls .play {
    width: 35px;
    height: 35px;
    padding: 10px 10px 10px 13px;
    margin: 0 15px 0 0;
    border-radius: 20px; }
.viewer .controls .animation-controls .play:before {
      content: "\F04B"; }
.viewer .controls .animation-controls .play.pause:not(.stopped) {
      padding: 10px 10px 10px 11px; }
.viewer .controls .animation-controls .play.pause:before {
      content: "\F04C"; }
.viewer .controls .animation-controls .play.stopped {
      padding: 10px 10px 10px 11px; }
.viewer .controls .animation-controls .play.stopped:before {
      content: "\F04D"; }
.viewer .controls .animation-controls .next {
    display: none;
    padding: 10px;
    margin: 0 5px;
    border-radius: 20px; }
.viewer .controls .animation-controls .next:before {
      content: "\F050"; }
.viewer .controls .animation-controls .animation-timer {
    padding: 2px 4px;
    margin: 0;
    font-size: 13px;
    color: #ffffff;
    cursor: pointer; }
.viewer .controls .animation-controls .animation-timer > p {
      padding: 2px 4px;
      border: 1px solid transparent;
      outline: none; }
.viewer .controls .animation-controls .animation-timer.disabled {
      font-size: 0;
      pointer-events: none;
      opacity: 0.4; }
.viewer .controls .animation-controls .animation-timer.disabled[data-unit="time"] .time:before {
        font-size: 13px;
        content: "00:00"; }
.viewer .controls .animation-controls .animation-timer.disabled[data-unit="frames"] .total-frames:before {
        font-size: 13px;
        content: "000 / 000"; }
.viewer .controls .animation-controls .animation-list {
    position: relative;
    margin-left: 20px; }
.viewer .controls .animation-controls .animation-list .animation-name {
      min-width: 30px;
      max-width: 135px;
      min-height: 15px;
      padding: 0 16px 0 4px;
      overflow: hidden;
      font-size: 13px;
      text-overflow: ellipsis;
      white-space: nowrap;
      pointer-events: none;
      cursor: pointer; }
.viewer .controls .animation-controls .animation-list:after {
      position: absolute;
      top: 50%;
      right: 8px;
      display: inline-block;
      width: 0;
      height: 0;
      margin-top: -2px;
      content: " ";
      border-top: 4px solid #ffffff;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      transition: transform 250ms ease-in-out; }
.viewer .controls .animation-controls .animation-list.active .animation-name:after {
      transform: rotateZ(180deg); }
.viewer .controls .animation-controls .animation-list .list {
      bottom: 30px;
      left: 0;
      z-index: 1;
      width: auto;
      padding: 8px 4px;
      margin: 0; }
.viewer .controls .animation-controls .animation-list .list::-webkit-scrollbar {
        width: 10px; }
.viewer .controls .animation-controls .animation-list .list::-webkit-scrollbar-track {
        background: transparent; }
.viewer .controls .animation-controls .animation-list .list::-webkit-scrollbar-thumb {
        background: #555555;
        background-clip: padding-box;
        border: 2px solid transparent;
        border-radius: 5px; }
.viewer .controls .animation-controls .animation-list .list .static-pose {
        margin-bottom: 5px; }
.viewer .controls .animation-controls .animation-list .list .static-pose,
      .viewer .controls .animation-controls .animation-list .list li {
        position: relative;
        max-width: 100%;
        min-height: 25px;
        padding: 0 4px;
        padding-right: 10px;
        overflow: hidden;
        line-height: 25px;
        color: #cccccc;
        text-overflow: ellipsis;
        cursor: pointer;
        border-radius: 2px; }
.viewer .controls .animation-controls .animation-list .list .static-pose:hover,
        .viewer .controls .animation-controls .animation-list .list li:hover {
          background: rgba(255, 255, 255, 0.2); }
.viewer .controls .animation-controls .animation-list .list .static-pose.selected,
        .viewer .controls .animation-controls .animation-list .list li.selected {
          padding-right: 20px;
          color: #ffffff; }
.viewer .controls .animation-controls .animation-list .list .static-pose.selected:after,
          .viewer .controls .animation-controls .animation-list .list li.selected:after {
            position: absolute;
            top: 2px;
            right: 4px;
            font-family: "FontAwesome";
            content: "\F00C"; }
.viewer .controls .animation-controls .animation-list .list ul {
        max-height: 100px;
        padding-top: 5px;
        overflow: auto;
        border-top: 1px solid #666666; }
.viewer .controls .animation-controls .animation-list .list ul::-webkit-scrollbar {
          width: 10px; }
.viewer .controls .animation-controls .animation-list .list ul::-webkit-scrollbar-track {
          background: rgba(0, 0, 0, 0.5); }
.viewer .controls .animation-controls .animation-list .list ul::-webkit-scrollbar-thumb {
          background: #888888;
          background-clip: padding-box;
          border: 2px solid transparent;
          border-radius: 5px; }
.viewer .controls .animation-controls .animation-list .animation__options {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
.viewer .controls .animation-controls .animation-list .animation__options .toggle-button {
        margin-bottom: 8px;
        background: #333333; }
.viewer .controls .animation-controls .animation-list .animation__options .toggle-button label:hover {
          background: #4d4d4d; }
.viewer .controls .animation-controls .animation-list .animation__options .toggle-button input:checked + label {
          background: #1caad9; }
.viewer .timeline {
    color: #eeeeee;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.viewer .timeline.disabled .timeline-wrapper {
      pointer-events: none;
      opacity: 0; }
.viewer .timeline .timeline-wrapper {
      position: absolute;
      left: 50%;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      background: transparent;
      transition: all 200ms ease-out;
      transform: translate(-50%, 0);
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
.viewer .timeline .timeline-wrapper.hidden {
        pointer-events: none;
        opacity: 0; }
.viewer .timeline .mobile .track {
      top: 4px;
      height: 15px;
      overflow: hidden; }
.viewer .timeline .mobile .track .bar {
        height: 100%; }
.viewer .timeline .track {
      position: absolute;
      top: 0;
      right: -10px;
      left: -10px;
      height: 100%;
      cursor: pointer;
      transition: opacity 200ms ease-in-out;
      transform: translate(0, 0); }
.viewer .timeline .track.disabled {
        pointer-events: none;
        opacity: 0; }
.viewer .timeline .track.disabled .bar {
          background: rgba(255, 255, 255, 0.3); }
.viewer .timeline .track.disabled .knob {
          background: #999999;
          transition: none !important;
          transform: translateX(0) !important; }
.viewer .timeline .track .bar {
        position: absolute;
        right: 10px;
        left: 0;
        left: 10px;
        height: 2px;
        margin-top: 14px;
        background: rgba(238, 238, 238, 0.5);
        transform: none; }
.viewer .timeline .track .knob {
        position: absolute;
        top: 8px;
        left: 5px;
        width: 13px;
        height: 13px;
        pointer-events: none;
        background: #0097d5;
        border: 2px solid #ffffff;
        border-radius: 10px; }
.viewer .timeline .track .knob:before {
          position: absolute;
          top: 0;
          left: 50%;
          display: inline-block;
          padding: 4px 8px;
          font-size: 12px;
          content: attr(data-frame);
          background: rgba(0, 0, 0, 0.5);
          border-radius: 4px;
          opacity: 0;
          transition: opacity 200ms ease-in-out;
          transform: translate(-50%, -35px); }
.viewer .timeline .track .knob:after {
          position: absolute;
          top: 0;
          left: 50%;
          content: " ";
          border-top: 4px solid rgba(0, 0, 0, 0.5);
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          opacity: 0;
          transition: opacity 200ms ease-in-out;
          transform: translate(-50%, -10px); }
.viewer .timeline .track .knob.frame-visible:before, .viewer .timeline .track .knob.frame-visible:after {
          opacity: 0.75; }
.viewer .timeline .progress {
      padding: 0;
      margin: 0 10px 0 5px;
      font-size: 12px;
      line-height: 24px;
      color: #ffffff;
      text-align: right;
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text; }
.viewer .controls .animation-controls .progress .editing-field {
    padding: 2px 4px;
    text-align: right;
    cursor: text;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #aaaaaa;
    border-radius: 3px; }
.viewer .current-frame-field {
    display: inline-block;
    padding: 2px 0 2px 4px;
    border: 1px solid transparent;
    outline: none; }
.viewer .current-frame-field.editing-field {
      margin-right: -4px; }
.viewer .current-frame-field::-moz-selection {
      background-color: rgba(28, 170, 217, 0.75); }
.viewer .current-frame-field::selection {
      background-color: rgba(28, 170, 217, 0.75); }
.viewer .total-frames {
    padding-right: 6px; }
.viewer .loading-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    pointer-events: none;
    perspective: 1000px;
    perspective-origin: center center;
    transform-style: preserve-3d; }
.viewer:not(.transparent) .main-progress {
    background: #222222; }
.viewer .main-progress {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
    transition: all 250ms ease-in-out;
    transform: translate3d(0, 0, 0); }
.viewer .main-progress .loading-thumbnail {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 110%;
      -webkit-filter: blur(20px);
              filter: blur(20px);
      transform: translate(-50%, -50%); }
.viewer .main-progress-wrapper {
    background: rgba(0, 0, 0, 0.6); }
.viewer .main-progress-wrapper p {
      color: #cccccc;
      text-align: center;
      text-shadow: 0 -1px #000000; }
.viewer.model-loaded .main-progress {
    opacity: 0;
    transform: translateZ(200px); }
.viewer .main-progress-percentage {
    display: none;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 100;
    color: #ffffff;
    text-align: center; }
.viewer .main-progress-display {
    width: 200px;
    height: 4px;
    margin: 0 auto;
    background-color: #555555;
    border: none;
    border-radius: 2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
.viewer .main-progress-display__progress {
      height: 4px;
      width: 0;
      background-color: #1caad9;
      border-radius: 2px;
      transition: width .2s ease; }
.viewer .secondary-progress {
    pointer-events: none; }
.viewer .secondary-progress.visible .secondary-progress-display {
      opacity: 1; }
.viewer .secondary-progress-display {
    stroke: #1caad9;
    background: #1caad9;
    opacity: 0;
    transition: width 0.3s, opacity 0.1s; }
.viewer.started .osd {
    padding: 30px 20px 20px; }
.viewer.started .titlebar .actions .close {
    display: block; }
.viewer .titlebar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 6;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    padding: 10px;
    pointer-events: none;
    background: transparent; }
.viewer .titlebar a {
      pointer-events: all; }
.viewer .titlebar .summary {
      display: -ms-flexbox;
      display: flex;
      min-width: auto;
      transition: transform 0.2s;
      -ms-flex: 1;
          flex: 1; }
.viewer .titlebar .shifted {
      padding-left: 200px; }
.viewer .titlebar .avatar {
      min-width: auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
.viewer .titlebar .model-name__label {
      margin-left: 0; }
.viewer .titlebar .model-info {
      min-width: auto;
      padding-left: 15px;
      -ms-flex: 1;
          flex: 1; }
.viewer .titlebar .model-info h1,
      .viewer .titlebar .model-info h2,
      .viewer .titlebar .model-info h1 span,
      .viewer .titlebar .model-info h2 a {
        padding: 0;
        margin: 0;
        font-size: 13px;
        line-height: 16px;
        color: #ffffff;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }
.viewer .titlebar .model-info h1 {
        font-weight: 600; }
.viewer .titlebar .model-info .flag.\--staffpicked {
        display: inline;
        padding-right: 17px;
        margin-left: 2px;
        vertical-align: middle;
        background-size: 100%; }
.viewer .titlebar .actions {
      display: -ms-flexbox;
      display: flex;
      margin-right: 10px;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
.viewer .titlebar .actions .close {
        display: none; }
.viewer .titlebar .actions [data-action], .viewer .titlebar .actions .download {
        height: 16px;
        margin-left: 25px;
        font-size: 16px;
        color: #ffffff;
        opacity: 0.5;
        transition: opacity 200ms linear; }
.viewer .titlebar .actions [data-action]:hover, .viewer .titlebar .actions .download:hover {
          opacity: 1; }
.viewer .titlebar .actions [data-action] i, .viewer .titlebar .actions .download i {
          text-shadow: 0 0 1px black; }
.viewer .titlebar.disabled {
      visibility: hidden; }
.viewer.model-loaded .snapshot {
    display: inline-block; }
.viewer .snapshot {
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
    pointer-events: none !important;
    transition: opacity 250ms ease-in-out; }
.viewer .snapshot .normal {
      display: inline; }
.viewer .snapshot .progress {
      display: none; }
.viewer .snapshot .success {
      display: none; }
.viewer .snapshot.progress .normal {
      display: none; }
.viewer .snapshot.progress .progress {
      display: inline; }
.viewer .snapshot.progress .success {
      display: none; }
.viewer .snapshot.success .normal {
      display: none; }
.viewer .snapshot.success .progress {
      display: none; }
.viewer .snapshot.success .success {
      display: inline; }
.viewer .snapshot .button, .viewer .snapshot .form-button {
      padding: 4px 6px;
      font-family: "Titillium Web", sans-serif;
      font-size: 13px;
      font-weight: 600;
      color: #ffffff;
      text-transform: uppercase;
      pointer-events: all;
      background: rgba(0, 0, 0, 0.75);
      border-radius: 4px; }
.viewer .snapshot .button .icon, .viewer .snapshot .form-button .icon {
        margin-right: 5px; }
.viewer .snapshot .button:hover, .viewer .snapshot .form-button:hover {
        background: rgba(51, 51, 51, 0.9); }
.viewer .snapshot .img-container {
      width: 250px;
      max-height: 500px;
      margin-top: 20px;
      overflow: hidden;
      pointer-events: none;
      border: 5px solid #ffffff;
      transition: max-height 1s; }
.viewer .snapshot .img-container img {
        display: block;
        width: 100%; }
.viewer .snapshot .img-container.invisible {
        max-height: 0 !important;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.4s, visibility 0.4s, max-height 0 0.4s; }
.viewer .snapshot-flash,
  .viewer .snapshot-guides {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.viewer .snapshot-flash {
    z-index: -1;
    background: #ffffff;
    opacity: 0; }
.viewer .snapshot-flash.active {
      z-index: 1;
      animation-name: flash;
      animation-duration: 1.5s;
      animation-fill-mode: both; }
.viewer .snapshot-guides {
    pointer-events: none;
    background: transparent url(../../../../../static/builds/web/dist/guides-f824c35fe8eb3e0ab67197552f69fe80.svg) no-repeat center center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s; }
.viewer .snapshot-guides.active {
      opacity: 0.3; }
.viewer .controls .hotspot-controls {
    position: relative;
    display: none;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 260px;
    height: 30px;
    margin-left: auto;
    pointer-events: all;
    font-size: 13px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px; }
.viewer .controls .hotspot-controls [data-action="next-annotation"],
    .viewer .controls .hotspot-controls [data-action="prev-annotation"] {
      padding: 0 15px;
      line-height: 30px;
      cursor: pointer; }
.viewer .controls .hotspot-controls .list {
      position: absolute;
      width: 75%;
      min-width: 150px;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%);
      display: -ms-flexbox;
      display: flex;
      max-height: 150px;
      padding: 4px;
      color: #ffffff;
      pointer-events: all;
      pointer-events: none;
      background: rgba(0, 0, 0, 0.75);
      border-radius: 8px;
      opacity: 0;
      transition: opacity 250ms ease-in-out;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
.viewer .controls .hotspot-controls .list.visible {
        pointer-events: all;
        opacity: 1; }
.viewer .controls .hotspot-controls .list .annotations-visibility,
      .viewer .controls .hotspot-controls .list .annotations-autopilot {
        display: -ms-flexbox;
        display: flex;
        height: 28px;
        padding: 0 5px;
        overflow: hidden;
        color: white;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 2px;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
.viewer .controls .hotspot-controls .list .annotations-visibility:hover,
        .viewer .controls .hotspot-controls .list .annotations-autopilot:hover {
          background-color: #333333; }
.viewer .controls .hotspot-controls .list .annotations-visibility:before,
        .viewer .controls .hotspot-controls .list .annotations-autopilot:before {
          margin-right: 8px;
          font-family: "FontAwesome"; }
.viewer .controls .hotspot-controls .list .annotations-autopilot:after {
        content: "Stop autopilot"; }
.viewer .controls .hotspot-controls .list .annotations-autopilot:before {
        content: "\F04D"; }
.viewer .controls .hotspot-controls .list .annotations-autopilot.\--stopped {
        color: #cccccc; }
.viewer .controls .hotspot-controls .list .annotations-autopilot.\--stopped:after {
          content: "Start autopilot"; }
.viewer .controls .hotspot-controls .list .annotations-autopilot.\--stopped:before {
          content: "\F04B"; }
.viewer .controls .hotspot-controls .list .annotations-visibility:after {
        content: "Show annotations"; }
.viewer .controls .hotspot-controls .list .annotations-visibility:before {
        content: "\F06E"; }
.viewer .controls .hotspot-controls .list .annotations-visibility.\--hide {
        color: #cccccc; }
.viewer .controls .hotspot-controls .list .annotations-visibility.\--hide:after {
          content: "Hide annotations"; }
.viewer .controls .hotspot-controls .list .annotations-visibility.\--hide:before {
          content: "\F070"; }
.viewer .controls .hotspot-controls .list ul {
        overflow: auto;
        border-top: 1px solid #565656;
        -ms-flex: 1;
            flex: 1; }
.viewer .controls .hotspot-controls .list ul::-webkit-scrollbar-track {
          background: transparent; }
.viewer .controls .hotspot-controls .list li a {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 28px;
        box-sizing: border-box;
        padding: 0 5px;
        overflow: hidden;
        color: #cccccc;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 2px;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.viewer .controls .hotspot-controls .list li a:hover {
          background-color: #333333; }
.viewer .controls .hotspot-controls .list li a.active {
          color: #ffffff; }
.viewer .controls .hotspot-controls .list li .index {
        margin-right: 8px; }
.viewer .controls .hotspot-controls .hotspot-name {
      padding: 0 10px;
      overflow: hidden;
      line-height: 30px;
      text-align: center;
      text-overflow: ellipsis;
      text-shadow: 0 0 10px #000000;
      white-space: nowrap;
      cursor: pointer;
      -ms-flex: 1;
          flex: 1; }
.viewer .controls .hotspot-controls .hotspot-name.default {
        color: rgba(255, 255, 255, 0.5); }
.viewer .controls .hotspot-controls .hotspot-prev-next {
      display: -ms-flexbox;
      display: flex;
      font-size: 18px;
      color: rgba(255, 255, 255, 0.5);
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
.viewer .controls .hotspot-controls .hotspot-prev-next [data-action="prev-annotation"] {
        margin-right: 10px; }
.viewer .controls .hotspot-controls .hotspot-prev-next .icon {
        line-height: 30px; }
.viewer .controls .hotspot-controls .hotspot-prev-next .icon:hover {
        color: #ffffff; }
@media (min-width: 550px) and (max-width: 650px) {
      .viewer .controls .hotspot-controls {
        width: 200px; } }
@media (min-width: 480px) and (max-width: 550px) {
      .viewer .controls .hotspot-controls {
        width: 170px; } }
.viewer.has-hotspots .gui .hotspot-controls {
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 480px) {
      .viewer.has-hotspots .gui .hotspot-controls {
        display: none; } }
@media (max-width: 480px) {
    .viewer.has-hotspots .gui .hotspot-controls-responsive {
      display: block; } }
.viewer .overlays {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 7;
    pointer-events: none;
    perspective: 1000px;
    perspective-origin: center center;
    transform-style: preserve-3d; }
.viewer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: initial;
    display: initial;
    width: 100%;
    height: 100%;
    overflow: initial;
    pointer-events: all;
    background: rgba(0, 0, 0, 0.8);
    transition: all 250ms ease-in-out; }
.viewer .overlay.hidden {
      pointer-events: none;
      opacity: 0;
      transition: all 100ms ease-in-out;
      transform: translateZ(100px); }
.viewer .overlay a {
      outline: none; }
.viewer .overlay .close {
      position: absolute;
      top: 15px;
      right: 25px;
      z-index: 2;
      font-size: 16px;
      color: #ffffff; }
.viewer .overlay .inner {
      position: absolute;
      top: 0;
      left: 0;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      color: #ffffff;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      -ms-flex-pack: center;
          justify-content: center; }
.viewer .overlay .inner > * {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
.viewer .overlay.restricted {
      display: -ms-flexbox;
      display: flex;
      color: #ffffff;
      background: #333333 url(../../../../../static/builds/web/dist/fading-polygons-edd70e4bb29aa1adba01661082ee1c20.png) left top repeat-x;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
.viewer .overlay.restricted svg {
        position: absolute;
        bottom: 30px;
        left: 30px; }
.viewer .overlay.help .tabs,
    .viewer .overlay.help .tabs-container {
      display: block; }
.viewer .overlay.help .tabs {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 0;
      margin: 20px 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-pack: center;
          justify-content: center; }
.viewer .overlay.help .tabs li {
        margin: 0 10px;
        list-style: none;
        -ms-flex: none;
            flex: none; }
.viewer .overlay.help .tabs a {
        font-family: "Titillium Web", sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #aaaaaa;
        text-decoration: none;
        text-transform: uppercase; }
.viewer .overlay.help .tabs .active a {
        color: #ffffff;
        border-bottom: 4px solid #1caad9; }
.viewer .overlay.help .tabs-container {
      display: -ms-flexbox;
      display: flex;
      overflow: auto;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
      -ms-flex-pack: center;
          justify-content: center; }
.viewer .overlay.help .tabs-container::-webkit-scrollbar-track {
        background: transparent; }
.viewer .overlay.help .action {
      display: block;
      margin: 20px 0;
      text-align: center;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
.viewer .overlay.help .action button {
        background: #cccccc; }
.viewer .overlay.help .tab {
      display: none;
      width: 100%; }
.viewer .overlay.help .tab.active {
      display: -ms-flexbox;
      display: flex; }
.viewer .overlay.help [data-tab="basic"] .tip {
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      color: #cccccc;
      text-align: center;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-pack: center;
          justify-content: center; }
.viewer .overlay.help [data-tab="basic"] .tip > div {
        min-height: 0;
        max-height: none; }
.viewer .overlay.help [data-tab="basic"] i {
      margin: 0 0 30px;
      font-size: 28px;
      color: #ffffff; }
.viewer .overlay.help [data-tab="all"] {
      padding: 0 20px;
      font-size: 13px;
      color: #cccccc;
      -ms-flex-pack: center;
          justify-content: center; }
.viewer .overlay.help [data-tab="all"] h2 {
        position: relative;
        padding-bottom: 4px;
        margin: 0 0 4px;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 1px solid #333333; }
.viewer .overlay.help [data-tab="all"] .section {
        margin-bottom: 20px;
        line-height: 1.7; }
.viewer .overlay.help [data-tab="all"] b {
        display: inline-block;
        width: 120px;
        font-weight: normal; }
.viewer .overlay.share .share-social a:hover i {
      color: #1caad9; }
.viewer .overlay.share .share-social i {
      margin: 0 10px;
      font-size: 24px;
      text-shadow: 0 0 1px #000000; }
.viewer .overlay.share .inner > * {
      margin: 20px 0; }
.viewer .overlay.share .text-field {
      display: -ms-flexbox;
      display: flex;
      padding: 6px;
      color: #ffffff;
      background: #000000;
      border: 2px solid #333333;
      border-radius: 4px; }
.viewer .overlay.share .text-field label {
        margin-right: 6px;
        font-size: 18px;
        line-height: 24px;
        color: #555555; }
.viewer .overlay.share .text-field .text {
        padding: 0;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #ffffff;
        background: transparent;
        border: 0; }
.viewer .overlay.share .text-field button {
        padding: 0 8px;
        margin-left: 10px;
        font-family: "Titillium Web", sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #cccccc;
        text-transform: uppercase;
        cursor: pointer;
        background: #333333;
        border: 0;
        border-radius: 2px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
.viewer .overlay.share .text-field button:hover {
          background: #555555; }
.viewer .overlay.share .share-embed a {
      padding: 4px 12px;
      font-family: "Titillium Web", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase;
      cursor: pointer;
      background: #555555;
      border: 0;
      border-radius: 3px; }
.viewer .overlay.share .share-embed a:hover {
        background: #777777; }
.viewer .overlay.share .share-embed a i {
        margin: 0 5px 0 0;
        font-size: 15px; }
.viewer .overlay.hotspots-overlay .inner {
      display: -ms-flexbox;
      display: flex;
      padding: 40px; }
.viewer .overlay.hotspots-overlay .inner > * {
        display: block; }
.viewer .overlay.hotspots-overlay .hotspot-title {
      font-size: 16px;
      font-weight: bold;
      text-align: left; }
.viewer .overlay.hotspots-overlay .hotspot-content {
      overflow: auto;
      font-size: 13px;
      font-weight: normal;
      color: #cccccc;
      text-align: left;
      -ms-flex: 1;
          flex: 1; }
.viewer .overlay.hotspots-overlay .hotspot-content::-webkit-scrollbar {
        width: 10px; }
.viewer .overlay.hotspots-overlay .hotspot-content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.5); }
.viewer .overlay.hotspots-overlay .hotspot-content::-webkit-scrollbar-thumb {
        background: #888888;
        background-clip: padding-box;
        border: 2px solid transparent;
        border-radius: 5px; }
.viewer .overlay.sound-credits-overlay .content {
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      padding: 30px;
      -ms-flex-direction: column;
          flex-direction: column; }
.viewer .overlay.sound-credits-overlay .tracks {
      display: -ms-flexbox;
      display: flex;
      margin-top: 16px;
      overflow-y: scroll;
      color: white;
      -ms-flex-direction: column;
          flex-direction: column; }
.viewer .overlay.sound-credits-overlay .tracks::-webkit-scrollbar-track {
        background: transparent; }
.viewer .overlay.sound-credits-overlay .tracks .track {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
.viewer .overlay.sound-credits-overlay .tracks .track .meta {
          display: -ms-flexbox;
          display: flex;
          overflow: hidden;
          text-overflow: ellipsis;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center; }
.viewer .overlay.sound-credits-overlay .tracks .track img {
          margin-right: 10px; }
.viewer .overlay.sound-credits-overlay .tracks .track span {
          white-space: nowrap; }
.viewer .overlay.sound-credits-overlay .tracks .track a {
          color: white;
          white-space: nowrap; }
.viewer.annotations-peak .annotation,
  .annotations-peak .viewer .annotation {
    display: block; }
.viewer.annotations-peak .annotation.visible,
    .annotations-peak .viewer .annotation.visible {
      pointer-events: auto;
      cursor: pointer;
      opacity: 0.4; }
.viewer.annotations-peak .annotation.occluded,
    .annotations-peak .viewer .annotation.occluded {
      opacity: 0.2; }
.viewer.annotations-enabled .annotation,
  .annotations-enabled .viewer .annotation {
    display: block; }
.viewer.annotations-enabled .annotation.visible,
    .annotations-enabled .viewer .annotation.visible {
      pointer-events: auto;
      cursor: pointer;
      opacity: 1; }
.viewer.annotations-enabled .annotation.occluded,
    .annotations-enabled .viewer .annotation.occluded {
      opacity: 0.2; }
.viewer .hotspots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
.viewer .annotation {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin-top: -5px; }
.viewer .annotation.selected {
      z-index: 4; }
.viewer .annotation .tooltip.visible {
      pointer-events: all;
      opacity: 1; }
.viewer .annotation .tooltip {
      position: absolute;
      top: 0;
      left: 22px;
      z-index: 1;
      display: -ms-flexbox;
      display: flex;
      width: 200px;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      line-height: 1.3em;
      text-align: left;
      pointer-events: none;
      cursor: default;
      -ms-flex-direction: column;
          flex-direction: column;
      opacity: 0; }
.viewer .annotation .tooltip .tooltip-content {
        padding: 10px;
        font-family: "Open Sans", sans-serif;
        color: #ffffff;
        cursor: auto;
        -webkit-user-select: all;
           -moz-user-select: all;
            -ms-user-select: all;
                user-select: all;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 4px; }
.viewer .annotation .tooltip .tooltip-content .tooltip-content-minimal {
          display: none;
          color: #ffffff;
          cursor: pointer; }
.viewer .annotation .tooltip .tooltip-content .tooltip-content-minimal .more {
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none; }
.viewer .annotation .tooltip::before {
        position: absolute;
        top: 8px;
        right: 100%;
        display: block;
        content: "";
        border: 5px solid transparent;
        border-right: 5px solid rgba(0, 0, 0, 0.8);
        border-left: 0; }
.viewer .annotation .tooltip a {
        color: #cccccc; }
.viewer .annotation .tooltip a:hover {
          color: #1caad9; }
.viewer .annotation .tooltip .edition .title,
      .viewer .annotation .tooltip .edition .description {
        font-family: "Open Sans", sans-serif;
        color: #ffffff;
        background: #333333;
        padding: 4px;
        border: 1px solid #595959;
        border-radius: 3px;
        outline: none; }
.viewer .annotation .tooltip .edition .title {
        display: block;
        width: 100%; }
.viewer .annotation .tooltip .edition .description {
        width: 180px;
        height: 160px;
        resize: none; }
.viewer .annotation .tooltip .render {
        display: none; }
.viewer .annotation .tooltip .meta {
        display: -ms-flexbox;
        display: flex;
        padding-top: 10px; }
.viewer .annotation .tooltip .meta__mode {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        text-align: right; }
.viewer .annotation .tooltip .meta__mode i {
          margin-left: 10px;
          font-size: 16px;
          line-height: 25px;
          color: #666666;
          cursor: pointer; }
.viewer .annotation .tooltip .meta__mode i:hover {
            color: #cccccc; }
.viewer .annotation .tooltip .meta__mode .selected {
          color: #ffffff; }
.viewer .annotation .tooltip .title {
        font-weight: bold; }
.viewer .annotation .tooltip .description {
        display: block;
        margin-top: 10px; }
.viewer .annotation .tooltip .description p {
          overflow: hidden;
          text-overflow: ellipsis; }
.viewer .annotation .tooltip.no-description .description {
        display: none; }
.viewer .annotation .tooltip.reverse-x {
        right: 22px;
        left: auto; }
.viewer .annotation .tooltip.reverse-x::before {
          right: auto;
          left: 100%;
          border-right: 0;
          border-left: 5px solid rgba(0, 0, 0, 0.8); }
.viewer .annotation .tooltip.reverse-y {
        top: auto;
        bottom: -10px; }
.viewer .annotation .tooltip.reverse-y::before {
          top: auto;
          bottom: 0; }
.viewer .annotation .tooltip.reverse-y .tooltip-content {
          margin-top: 0;
          margin-bottom: -8px; }
.viewer .helper-vr-overlay {
    z-index: 8;
    padding: 0;
    color: #ffffff;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.viewer .helper-vr-overlay .close {
      cursor: pointer; }
.viewer .helper-vr-overlay .inner {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin: 0 auto;
      text-align: left;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
.viewer .helper-vr-overlay .inner .header-helper,
      .viewer .helper-vr-overlay .inner .footer-helper {
        padding: 30px;
        font-size: 14px;
        text-align: center; }
.viewer .helper-vr-overlay .inner .header-helper {
        font-family: "Titillium Web", sans-serif;
        font-weight: bold;
        text-transform: uppercase; }
.viewer .helper-vr-overlay .inner .header-helper i {
          position: absolute;
          top: 15px;
          right: 25px;
          font-size: 16px;
          color: #ffffff;
          cursor: pointer; }
.viewer .helper-vr-overlay .inner .content-helper {
        display: -ms-flexbox;
        display: flex; }
.viewer .helper-vr-overlay .inner .content-helper .row-helper {
          padding: 15px 15px 25px;
          color: #cccccc;
          background: #333333;
          border-radius: 6px;
          -ms-flex: 1;
              flex: 1; }
.viewer .helper-vr-overlay .inner .content-helper .row-helper:nth-child(1) {
            margin: 0 15px 0 34px; }
.viewer .helper-vr-overlay .inner .content-helper .row-helper:nth-child(2) {
            margin: 0 34px 0 15px; }
.viewer .helper-vr-overlay .inner .content-helper .row-helper .content-row {
            display: -ms-flexbox;
            display: flex;
            margin: 10px 0;
            -ms-flex-pack: distribute;
                justify-content: space-around;
            -ms-flex-align: end;
                align-items: flex-end; }
.viewer .helper-vr-overlay .inner .content-helper .row-helper .content-row .image {
              margin: 0 12px 0 20px;
              color: #ffffff; }
.viewer .helper-vr-overlay .inner .content-helper .row-helper .content-row .image .fa-desktop:before {
                font-size: 32px; }
.viewer .helper-vr-overlay .inner .content-helper .row-helper .content-row .image .fa-mobile:before {
                font-size: 39px; }
.viewer .helper-vr-overlay .inner .content-helper .row-helper .content-row .text {
              font-size: 13px;
              -ms-flex: 1;
                  flex: 1; }
.viewer .helper-vr-overlay .inner .content-helper .row-helper .content-row .text .title {
                font-weight: bold;
                color: #ffffff; }
.viewer .helper-vr-overlay .inner .content-helper .row-helper .info {
            margin-left: 40px;
            font-size: 13px;
            list-style-type: inherit; }
.viewer .helper-vr-overlay .inner .content-helper a {
          color: #1caad9;
          text-decoration: underline; }
.viewer .helper-vr-overlay .viewer-mode-help h2 {
      margin: 16px 0;
      font-size: 18px;
      font-weight: bold; }
.viewer .helper-vr-overlay .viewer-mode-help .help-shortcuts {
      display: -ms-flexbox;
      display: flex; }
.viewer .helper-vr-overlay .viewer-mode-help .help-shortcuts li {
        padding: 0 16px;
        -ms-flex: 1;
            flex: 1; }
.viewer .helper-vr-overlay .viewer-mode-help .help-shortcuts .mouse-left,
      .viewer .helper-vr-overlay .viewer-mode-help .help-shortcuts .mouse-wheel,
      .viewer .helper-vr-overlay .viewer-mode-help .help-shortcuts .mouse-right,
      .viewer .helper-vr-overlay .viewer-mode-help .help-shortcuts .kbd-wasd {
        padding-top: 60px; }
.viewer .helper-vr-overlay .viewer-mode-help .help-shortcuts .mouse-left {
        background: transparent url(../../../../../static/builds/web/dist/mouse-left-c4ba7b94b1d15bbdcec749c15025d352.png) no-repeat center top;
        background-size: 60px; }
.viewer .helper-vr-overlay .viewer-mode-help .help-shortcuts .mouse-wheel {
        background: transparent url(../../../../../static/builds/web/dist/mouse-scroll-88a539c5215a399e46571dcd709d7ad7.png) no-repeat center top;
        background-size: 60px; }
.viewer .helper-vr-overlay .viewer-mode-help .help-shortcuts .mouse-right {
        background: transparent url(../../../../../static/builds/web/dist/mouse-right-a6e0017cb33ccd8d5b92560ca71193b8.png) no-repeat center top;
        background-size: 60px; }
.viewer .helper-vr-overlay .viewer-mode-help .help-shortcuts .kbd-wasd {
        background: transparent url(../../../../../static/builds/web/dist/keyboard-wasd-4280b4e2e6583f9ea2def8c9bdeb5393.png) no-repeat center top;
        background-size: 60px; }
.viewer .helper-vr-overlay .viewer-mode-help .hint {
      display: block;
      font-size: 10px; }
.viewer .viewer-hint {
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 1;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    pointer-events: none !important;
    opacity: 0;
    transition: opacity 0.5s 0.5s;
    transform: translate(-50%, 0); }
.viewer .viewer-hint.fallback-position {
      bottom: 110px; }
.viewer .viewer-hint .viewer-movehint {
      opacity: 1;
      animation: infinite-moveme 5s ease-in-out 0;
      animation-iteration-count: infinite; }
.viewer .viewer-hint.disabled .viewer-movehint {
      opacity: 0;
      animation: none; }
.viewer .viewer-hint.active {
      opacity: 1;
      transition: opacity 0.2s; }
.viewer .viewer-hint.active .viewer-movehint {
        opacity: 1;
        animation: infinite-moveme 5s ease-in-out 0;
        animation-iteration-count: infinite; }
@media (max-width: 1100px) {
  .viewer .controls .general-controls .theatre {
    display: none; } }
@media (max-width: 645px) {
  .viewer .helper-vr-overlay .inner {
    display: block;
    padding: 20px 0;
    overflow: auto; }
    .viewer .helper-vr-overlay .inner .content-helper {
      -ms-flex-direction: column;
          flex-direction: column; }
      .viewer .helper-vr-overlay .inner .content-helper .row-helper {
        width: 80%;
        -ms-flex: none;
            flex: none; }
        .viewer .helper-vr-overlay .inner .content-helper .row-helper:nth-child(1), .viewer .helper-vr-overlay .inner .content-helper .row-helper:nth-child(2) {
          margin: 10px auto; } }
@media (max-width: 480px) {
  .titlebar .model-info {
    display: none; }
  .viewer .gui .animation-not-supported {
    right: 20%;
    left: 20%; }
  .viewer .gui .controls .animation-controls .next {
    display: block; }
  .viewer .gui .controls .animation-controls .play {
    margin: 0; }
  .viewer .gui .controls .animation-controls .progress, .viewer .gui .controls .animation-controls .animation-list {
    display: none; }
  .viewer .annotation .tooltip {
    width: auto;
    min-width: 90px; }
    .viewer .annotation .tooltip .tooltip-content > * {
      display: none; }
    .viewer .annotation .tooltip .tooltip-content .tooltip-content-minimal {
      display: inline-block;
      white-space: nowrap; } }
@media (max-width: 300px) {
  .titlebar {
    display: none; }
  .general-controls .control:not(.fullscreen) {
    display: none; }
  .viewer .gui .controls .animation-controls .timeline {
    display: none; }
  .viewer .landing .start-button .play {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px; }
    .viewer .landing .start-button .play .fa-play {
      left: 12px;
      width: 32px;
      height: 100%;
      font-size: 32px;
      line-height: 50px; }
    .viewer .landing .start-button .play .label {
      width: 50px;
      height: 50px;
      font-size: 8px;
      line-height: 50px; } }
.editor .icon-cycle-repeat-one,
.viewer .icon-cycle-repeat-one {
  font-size: 12px; }
.editor .icon-cycle-repeat-all,
.viewer .icon-cycle-repeat-all {
  font-size: 10px; }
.editor .icon-cycle-no-repeat,
.viewer .icon-cycle-no-repeat {
  font-size: 6px; }
.slider-widget > .widget-wrapper {
  height: 22px;
  line-height: 22px; }
.slider-widget > .widget-wrapper .bar {
    display: inline-block;
    width: 100%;
    height: 8px;
    background: #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid #1caad9;
    border-radius: 4px; }
.slider-widget > .widget-wrapper .slide {
    position: relative;
    height: 100%;
    background: #1caad9; }
.slider-widget > .widget-wrapper .cursor {
    position: absolute;
    top: -2px;
    right: -8px;
    width: 16px;
    height: 12px;
    background: #eeeeee;
    border-radius: 4px; }
.slider-widget.infinite-slider-widget > .widget-wrapper .bar {
  height: 22px;
  border-right: none;
  border-left: none; }
.slider-widget.infinite-slider-widget > .widget-wrapper .slide {
  height: 22px;
  background-color: #777777;
  background-image: url(../../../../../static/builds/web/dist/infinite-slider-2eb1b738bdc47491464b75d90e608e61.png);
  background-repeat: repeat-x;
  background-position-y: 5px;
  background-size: 12px;
  border-radius: 4px; }
.slider-widget.infinite-slider-widget > .widget-wrapper .slide.sliding, .slider-widget.infinite-slider-widget > .widget-wrapper .slide:hover {
    cursor: url(../../../../../static/builds/web/dist/west-east-bb542f12105d1ce17e67db4fd7e8691c.png), ew-resize; }
.slider-widget.infinite-slider-widget > .widget-wrapper .slide:hover {
    background-image: url(../../../../../static/builds/web/dist/infinite-slider-hover-e2de0ea1a46aa2ed1f1d590a4b97e702.png); }
.slider-widget.infinite-slider-widget > .widget-wrapper .slide.stopped {
    background-color: #444444;
    background-image: url(../../../../../static/builds/web/dist/infinite-slider-stopped-5730f4928cfc70db09ced0475ab89a9e.png); }
.slider-widget.infinite-slider-widget > .widget-wrapper .cursor {
  display: none;
  width: 19px;
  height: 7px;
  background: url(../../../../../static/builds/web/dist/west-east-bb542f12105d1ce17e67db4fd7e8691c.png) no-repeat; }
.slider-widget.fast > .widget-wrapper .slide {
  transition: none; }
.slider-widget.\--vertical > .widget-wrapper {
  width: 22px;
  height: 100px;
  line-height: inherit;
  text-align: center; }
.slider-widget.\--vertical > .widget-wrapper .bar {
    position: relative;
    width: 8px;
    height: 100%;
    background: #333333;
    border-top: 8px solid transparent;
    border-right: 0;
    border-bottom: 8px solid #1caad9;
    border-left: 0; }
.slider-widget.\--vertical > .widget-wrapper .slide {
    position: absolute;
    bottom: 0;
    width: 100%; }
.slider-widget.\--vertical > .widget-wrapper .cursor {
    top: -8px;
    left: -2px;
    width: 12px;
    height: 16px; }
html,
body {
  overflow: hidden; }

/*# sourceMappingURL=embed-76a25019a4c630a714474499062d5b2c.css.map*/