@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;
}
/**
 * simplemde v1.11.2
 * Copyright Next Step Webs, Inc.
 * @link https://github.com/NextStepWebs/simplemde-markdown-editor
 * @license MIT
 */
.CodeMirror{color:#000}
.CodeMirror-lines{padding:4px 0}
.CodeMirror pre{padding:0 4px}
.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}
.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}
.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}
.CodeMirror-guttermarker{color:#000}
.CodeMirror-guttermarker-subtle{color:#999}
.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}
.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}
.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}
.cm-fat-cursor div.CodeMirror-cursors{z-index:1}
.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}
@-moz-keyframes blink{50%{background-color:transparent}}
@-webkit-keyframes blink{50%{background-color:transparent}}
@keyframes blink{50%{background-color:transparent}}
.cm-tab{display:inline-block;text-decoration:inherit}
.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}
.cm-s-default .cm-header{color:#00f}
.cm-s-default .cm-quote{color:#090}
.cm-negative{color:#d44}
.cm-positive{color:#292}
.cm-header,.cm-strong{font-weight:700}
.cm-em{font-style:italic}
.cm-link{text-decoration:underline}
.cm-strikethrough{text-decoration:line-through}
.cm-s-default .cm-keyword{color:#708}
.cm-s-default .cm-atom{color:#219}
.cm-s-default .cm-number{color:#164}
.cm-s-default .cm-def{color:#00f}
.cm-s-default .cm-variable-2{color:#05a}
.cm-s-default .cm-variable-3{color:#085}
.cm-s-default .cm-comment{color:#a50}
.cm-s-default .cm-string{color:#a11}
.cm-s-default .cm-string-2{color:#f50}
.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}
.cm-s-default .cm-builtin{color:#30a}
.cm-s-default .cm-bracket{color:#997}
.cm-s-default .cm-tag{color:#170}
.cm-s-default .cm-attribute{color:#00c}
.cm-s-default .cm-hr{color:#999}
.cm-s-default .cm-link{color:#00c}
.cm-invalidchar,.cm-s-default .cm-error{color:red}
.CodeMirror-composing{border-bottom:2px solid}
div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}
div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}
.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}
.CodeMirror-activeline-background{background:#e8f2ff}
.CodeMirror{position:relative;overflow:hidden;background:#fff}
.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}
.CodeMirror-sizer{position:relative;border-right:30px solid transparent}
.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}
.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}
.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}
.CodeMirror-scrollbar-filler{right:0;bottom:0}
.CodeMirror-gutter-filler{left:0;bottom:0}
.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}
.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}
.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}
.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}
.CodeMirror-lines{cursor:text;min-height:1px}
.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:none;font-variant-ligatures:none}
.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}
.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}
.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}
.CodeMirror-code{outline:0}
.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}
.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}
.CodeMirror-cursor{position:absolute}
.CodeMirror-measure pre{position:static}
div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}
.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}
.CodeMirror-selected{background:#d9d9d9}
.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}
.CodeMirror-crosshair{cursor:crosshair}
.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}
.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}
.cm-force-border{padding-right:.1px}
@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}
.cm-tab-wrap-hack:after{content:''}
span.CodeMirror-selectedtext{background:0 0}
.CodeMirror{height:auto;min-height:300px;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:10px;font:inherit;z-index:1}
.CodeMirror-scroll{min-height:300px}
.CodeMirror-fullscreen{background:#fff;position:fixed!important;top:50px;left:0;right:0;bottom:0;height:auto;z-index:9}
.CodeMirror-sided{width:50%!important}
.editor-toolbar{position:relative;opacity:.6;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:0 10px;border-top:1px solid #bbb;border-left:1px solid #bbb;border-right:1px solid #bbb;border-top-left-radius:4px;border-top-right-radius:4px}
.editor-toolbar:after,.editor-toolbar:before{display:block;content:' ';height:1px}
.editor-toolbar:before{margin-bottom:8px}
.editor-toolbar:after{margin-top:8px}
.editor-toolbar:hover,.editor-wrapper input.title:focus,.editor-wrapper input.title:hover{opacity:.8}
.editor-toolbar.fullscreen{width:100%;height:50px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding-top:10px;padding-bottom:10px;box-sizing:border-box;background:#fff;border:0;position:fixed;top:0;left:0;opacity:1;z-index:9}
.editor-toolbar.fullscreen::before{width:20px;height:50px;background:-moz-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);position:fixed;top:0;left:0;margin:0;padding:0}
.editor-toolbar.fullscreen::after{width:20px;height:50px;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);position:fixed;top:0;right:0;margin:0;padding:0}
.editor-toolbar a{display:inline-block;text-align:center;text-decoration:none!important;color:#2c3e50!important;width:30px;height:30px;margin:0;border:1px solid transparent;border-radius:3px;cursor:pointer}
.editor-toolbar a.active,.editor-toolbar a:hover{background:#fcfcfc;border-color:#95a5a6}
.editor-toolbar a:before{line-height:30px}
.editor-toolbar i.separator{display:inline-block;width:0;border-left:1px solid #d9d9d9;border-right:1px solid #fff;color:transparent;text-indent:-10px;margin:0 6px}
.editor-toolbar a.fa-header-x:after{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:65%;vertical-align:text-bottom;position:relative;top:2px}
.editor-toolbar a.fa-header-1:after{content:"1"}
.editor-toolbar a.fa-header-2:after{content:"2"}
.editor-toolbar a.fa-header-3:after{content:"3"}
.editor-toolbar a.fa-header-bigger:after{content:"\25B2"}
.editor-toolbar a.fa-header-smaller:after{content:"\25BC"}
.editor-toolbar.disabled-for-preview a:not(.no-disable){pointer-events:none;background:#fff;border-color:transparent;text-shadow:inherit}
@media only screen and (max-width:700px){.editor-toolbar a.no-mobile{display:none}}
.editor-statusbar{padding:8px 10px;font-size:12px;color:#959694;text-align:right}
.editor-statusbar span{display:inline-block;min-width:4em;margin-left:1em}
.editor-preview,.editor-preview-side{padding:10px;background:#fafafa;overflow:auto;display:none;box-sizing:border-box}
.editor-statusbar .lines:before{content:'lines: '}
.editor-statusbar .words:before{content:'words: '}
.editor-statusbar .characters:before{content:'characters: '}
.editor-preview{position:absolute;width:100%;height:100%;top:0;left:0;z-index:7}
.editor-preview-side{position:fixed;bottom:0;width:50%;top:50px;right:0;z-index:9;border:1px solid #ddd}
.editor-preview-active,.editor-preview-active-side{display:block}
.editor-preview-side>p,.editor-preview>p{margin-top:0}
.editor-preview pre,.editor-preview-side pre{background:#eee;margin-bottom:10px}
.editor-preview table td,.editor-preview table th,.editor-preview-side table td,.editor-preview-side table th{border:1px solid #ddd;padding:5px}
.CodeMirror .CodeMirror-code .cm-tag{color:#63a35c}
.CodeMirror .CodeMirror-code .cm-attribute{color:#795da3}
.CodeMirror .CodeMirror-code .cm-string{color:#183691}
.CodeMirror .CodeMirror-selected{background:#d9d9d9}
.CodeMirror .CodeMirror-code .cm-header-1{font-size:200%;line-height:200%}
.CodeMirror .CodeMirror-code .cm-header-2{font-size:160%;line-height:160%}
.CodeMirror .CodeMirror-code .cm-header-3{font-size:125%;line-height:125%}
.CodeMirror .CodeMirror-code .cm-header-4{font-size:110%;line-height:110%}
.CodeMirror .CodeMirror-code .cm-comment{background:rgba(0,0,0,.05);border-radius:2px}
.CodeMirror .CodeMirror-code .cm-link{color:#7f8c8d}
.CodeMirror .CodeMirror-code .cm-url{color:#aab2b3}
.CodeMirror .CodeMirror-code .cm-strikethrough{text-decoration:line-through}
.CodeMirror .CodeMirror-placeholder{opacity:.5}
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){background:rgba(255,0,0,.15)}
@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.woff2) 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.woff2) 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.woff2) 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.woff2) 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.woff2) 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.woff2) 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.woff2) 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.woff2) 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.woff2) 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.woff2) format("woff2"), url(/static/builds/web/dist/TitilliumWeb-Black-4fe8814b97335e65402513d9e65ff949.woff) format("woff"), url(/static/builds/web/dist/TitilliumWeb-Black-6d0385890480ab6ea71e3e8e429ec216.ttf) format("truetype"); }
/*!
 *  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.woff2) 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#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }
.fa, .icons-twitter, .icons-facebook, .icons-pinterest, .icons-google, .icons-linkedin, .icons-tumblr, .icons-reddit, .popup-signup-finalize .icon-twitter, .popup-signup-finalize .icon-google, .popup-signup-finalize .icon-facebook, .feed-upload-like-button {
  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, .popup-signup-finalize .fa-pull-left.icon-twitter, .popup-signup-finalize .fa-pull-left.icon-google, .popup-signup-finalize .fa-pull-left.icon-facebook, .fa-pull-left.feed-upload-like-button {
  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, .popup-signup-finalize .fa-pull-right.icon-twitter, .popup-signup-finalize .fa-pull-right.icon-google, .popup-signup-finalize .fa-pull-right.icon-facebook, .fa-pull-right.feed-upload-like-button {
  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, .popup-signup-finalize .pull-left.icon-twitter, .popup-signup-finalize .pull-left.icon-google, .popup-signup-finalize .pull-left.icon-facebook, .pull-left.feed-upload-like-button {
  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, .popup-signup-finalize .pull-right.icon-twitter, .popup-signup-finalize .pull-right.icon-google, .popup-signup-finalize .pull-right.icon-facebook, .pull-right.feed-upload-like-button {
  margin-left: .3em; }
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  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, .feed-upload-like-button.liked:before {
  content: "\F005"; }
.fa-star-o:before, .feed-upload-like-button: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, .flashmessage-container .flashmessage-upload section .tick:before {
  content: "\F00C"; }
.fa-remove:before,
.fa-close:before,
.fa-times:before,
.flashmessage-container .flashmessage .inner .flashmessage-close:before,
.flashmessage-container .flashmessage-upload .flashmessage-close: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, .flashmessage-container .flashmessage-upload section.error .tick: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, .popup-signup-finalize .icon-twitter:before {
  content: "\F081"; }
.fa-facebook-square:before, .icons-facebook:before, .popup-signup-finalize .icon-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, .popup-signup-finalize .icon-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';
  src: url(/static/builds/web/dist/custom-icons-f6ae2e91f91d1eed46dc5d3d27041445.eot);
  src: url(/static/builds/web/dist/custom-icons-f6ae2e91f91d1eed46dc5d3d27041445.eot#iefix) format("embedded-opentype"), url(/static/builds/web/dist/custom-icons-890691d7795750660eac499aa1cd78e5.woff) format("woff"), url(/static/builds/web/dist/custom-icons-a6901b8128cc739fff25b5b88bd23920.ttf) format("truetype"), url(/static/builds/web/dist/custom-icons-686dd8b7c5db5993914a855360f7cdb6.svg#custom-icons) format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="custom-icons"],
[class*="custom-icons"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
[class^="custom-icons"]:before, [class*="custom-icons"]:before {
  font-family: 'custom-icons'; }
.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-theater-icon:before {
  content: "\E616"; }
.icon-theater-off-icon:before {
  content: "\E617"; }
*,
*: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; }
[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, .staticImageCard, .press-card-primary,
.ratio-16-9,
.model-card-1million .thumbnail,
.static-vr-category-places,
.static-vr-category-animals,
.static-vr-category-heritage,
.static-vr-category-gaming,
.static-vr-category-vehicles,
.static-vr-category-science,
.ratio-16-10,
.features-viewer-embed,
.gltf-card-viewer,
.ratio-square {
  position: relative;
  display: block;
  width: 100%;
  height: 0; }
.ratio-4-3 .ratio-inner, .staticImageCard .ratio-inner, .press-card-primary .ratio-inner, .ratio-4-3 .staticImageCard-inner, .staticImageCard .staticImageCard-inner, .press-card-primary .staticImageCard-inner, .ratio-4-3 .model-card-1million .thumbnail-inner, .model-card-1million .ratio-4-3 .thumbnail-inner, .staticImageCard .model-card-1million .thumbnail-inner, .model-card-1million .staticImageCard .thumbnail-inner, .press-card-primary .model-card-1million .thumbnail-inner, .model-card-1million .press-card-primary .thumbnail-inner, .ratio-4-3 .features-editor-steps, .staticImageCard .features-editor-steps, .press-card-primary .features-editor-steps, .ratio-4-3 .press-card-inner, .staticImageCard .press-card-inner, .press-card-primary .press-card-inner,
  .ratio-16-9 .ratio-inner, .model-card-1million .thumbnail .ratio-inner, .static-vr-category-places .ratio-inner,
  .static-vr-category-animals .ratio-inner,
  .static-vr-category-heritage .ratio-inner,
  .static-vr-category-gaming .ratio-inner,
  .static-vr-category-vehicles .ratio-inner,
  .static-vr-category-science .ratio-inner,
  .ratio-16-9 .staticImageCard-inner, .model-card-1million .thumbnail .staticImageCard-inner, .static-vr-category-places .staticImageCard-inner,
  .static-vr-category-animals .staticImageCard-inner,
  .static-vr-category-heritage .staticImageCard-inner,
  .static-vr-category-gaming .staticImageCard-inner,
  .static-vr-category-vehicles .staticImageCard-inner,
  .static-vr-category-science .staticImageCard-inner,
  .ratio-16-9 .model-card-1million .thumbnail-inner, .model-card-1million
  .ratio-16-9 .thumbnail-inner, .model-card-1million .thumbnail .thumbnail-inner, .static-vr-category-places .model-card-1million .thumbnail-inner, .model-card-1million .static-vr-category-places .thumbnail-inner,
  .static-vr-category-animals .model-card-1million .thumbnail-inner, .model-card-1million
  .static-vr-category-animals .thumbnail-inner,
  .static-vr-category-heritage .model-card-1million .thumbnail-inner, .model-card-1million
  .static-vr-category-heritage .thumbnail-inner,
  .static-vr-category-gaming .model-card-1million .thumbnail-inner, .model-card-1million
  .static-vr-category-gaming .thumbnail-inner,
  .static-vr-category-vehicles .model-card-1million .thumbnail-inner, .model-card-1million
  .static-vr-category-vehicles .thumbnail-inner,
  .static-vr-category-science .model-card-1million .thumbnail-inner, .model-card-1million
  .static-vr-category-science .thumbnail-inner,
  .ratio-16-9 .features-editor-steps, .model-card-1million .thumbnail .features-editor-steps, .static-vr-category-places .features-editor-steps,
  .static-vr-category-animals .features-editor-steps,
  .static-vr-category-heritage .features-editor-steps,
  .static-vr-category-gaming .features-editor-steps,
  .static-vr-category-vehicles .features-editor-steps,
  .static-vr-category-science .features-editor-steps,
  .ratio-16-9 .press-card-inner, .model-card-1million .thumbnail .press-card-inner, .static-vr-category-places .press-card-inner,
  .static-vr-category-animals .press-card-inner,
  .static-vr-category-heritage .press-card-inner,
  .static-vr-category-gaming .press-card-inner,
  .static-vr-category-vehicles .press-card-inner,
  .static-vr-category-science .press-card-inner,
  .ratio-16-10 .ratio-inner, .features-viewer-embed .ratio-inner, .gltf-card-viewer .ratio-inner,
  .ratio-16-10 .staticImageCard-inner, .features-viewer-embed .staticImageCard-inner, .gltf-card-viewer .staticImageCard-inner,
  .ratio-16-10 .model-card-1million .thumbnail-inner, .model-card-1million
  .ratio-16-10 .thumbnail-inner, .features-viewer-embed .model-card-1million .thumbnail-inner, .model-card-1million .features-viewer-embed .thumbnail-inner, .gltf-card-viewer .model-card-1million .thumbnail-inner, .model-card-1million .gltf-card-viewer .thumbnail-inner,
  .ratio-16-10 .features-editor-steps, .features-viewer-embed .features-editor-steps, .gltf-card-viewer .features-editor-steps,
  .ratio-16-10 .press-card-inner, .features-viewer-embed .press-card-inner, .gltf-card-viewer .press-card-inner,
  .ratio-square .ratio-inner,
  .ratio-square .staticImageCard-inner,
  .ratio-square .model-card-1million .thumbnail-inner, .model-card-1million
  .ratio-square .thumbnail-inner,
  .ratio-square .features-editor-steps,
  .ratio-square .press-card-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
.ratio-4-3, .staticImageCard, .press-card-primary {
  padding-top: 75%; }
.ratio-16-9, .model-card-1million .thumbnail, .static-vr-category-places,
.static-vr-category-animals,
.static-vr-category-heritage,
.static-vr-category-gaming,
.static-vr-category-vehicles,
.static-vr-category-science {
  padding-top: 56.25%; }
.ratio-16-10, .features-viewer-embed, .gltf-card-viewer {
  padding-top: 62.5%; }
.ratio-square {
  padding-top: 100%; }
/**
 * Media object, flexbox version
 */
.media, .gltf-card-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.media-figure img {
  max-width: 100%; }
.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
@-webkit-keyframes landing {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(20px);
            transform: translateZ(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); } }
@keyframes landing {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(20px);
            transform: translateZ(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); } }
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes rotateLoading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotateLoading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.loading-light {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url(/static/builds/web/dist/loading-small-static-white-60dbfcd97d32dce851b67645ffb2e3e0.png) no-repeat center center;
  -webkit-animation-name: rotateLoading;
          animation-name: rotateLoading;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }
@-webkit-keyframes moveme {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(60px, 0, 0);
            transform: translate3d(60px, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  60% {
    -webkit-transform: translate3d(60px, 0, 0);
            transform: translate3d(60px, 0, 0); }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(60px, 0, 0);
            transform: translate3d(60px, 0, 0); } }
@keyframes moveme {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(60px, 0, 0);
            transform: translate3d(60px, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  60% {
    -webkit-transform: translate3d(60px, 0, 0);
            transform: translate3d(60px, 0, 0); }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(60px, 0, 0);
            transform: translate3d(60px, 0, 0); } }
@-webkit-keyframes infinite-moveme {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0); }
  50% {
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0); }
  100% {
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0); } }
@keyframes infinite-moveme {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0); }
  50% {
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0); }
  100% {
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0); } }
@-webkit-keyframes initial-card-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(20px);
            transform: translateZ(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); } }
@keyframes initial-card-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(20px);
            transform: translateZ(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); } }
.spinner, .spinner-inverted, .spinner-slow, .spinner-small, .spinner-small-slow, .grid .spinner, .infinite-grid.loading-previous > .load-previous:before,
.infinite-grid.loading-next > .load-next:before, .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;
  -webkit-animation-name: rotateLoading;
          animation-name: rotateLoading;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }
.spinner-inverted {
  background: transparent url(/static/builds/web/dist/loading-white@2x-46e09b74363d9eb4a55a22c3890ac5f3.png) no-repeat center center;
  background-size: 32px 32px; }
.spinner-slow {
  -webkit-animation-duration: 10s;
          animation-duration: 10s; }
.spinner-small, .spinner-small-slow {
  width: 16px;
  height: 16px;
  background-size: 16px 16px; }
.spinner-small-slow {
  -webkit-animation-duration: 10s;
          animation-duration: 10s; }
.checklist li::before {
  display: inline-block;
  margin-right: 20px;
  font-family: "FontAwesome";
  color: #1caad9;
  content: "\F00C"; }
.image-container {
  background-position: center center;
  background-size: cover; }
.user-name {
  display: inline-block;
  max-width: 100%; }
.user-name .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    /*
        * This has no effect on browsers other than old IE and its old implementation of flex
        * which causes the "pro" badge contained in .wrapper to strech up vertically so it uses all its space.
        * This is because align-item's default value is "stretch" and because it's an older
        * interpretation of the flex spec.
        */
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
.user-name .wrapper .avatar {
      margin-right: 10px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
.user-name .wrapper .text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; }
.user-name .wrapper .flag {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: auto;
      margin-bottom: auto;
      margin-left: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
.model-name .private,
.model-name .protected {
  margin-right: 5px;
  line-height: 20px; }
.model-name .private {
  color: #1caad9; }
.model-name .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;
  z-index: 5;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 75vh 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: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  font-family: "FontAwesome";
  font-size: 72px;
  color: #ffffff;
  text-align: center;
  content: "\F016"; }
.custom-scrollbar::-webkit-scrollbar {
  width: 10px; }
.custom-scrollbar::-webkit-scrollbar-track {
  background: #a3a3a3; }
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #444444;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 5px; }
.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-d6a389abb7af8cb8c37f0d1c2ba2744e.svg) no-repeat center center;
    background-size: 80px 70px; }
.viewer-movehint .label {
    display: block;
    font-size: 12px;
    text-indent: 0.5ex; }
.viewer-movehint.animate {
    -webkit-animation: moveme 8s;
            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;
    -webkit-animation-name: rotateLoading;
            animation-name: rotateLoading;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            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: 22px;
    font-weight: bold; }
.markdown-rendered-content h1,
  .markdown-rendered-content h2,
  .markdown-rendered-content h3,
  .markdown-rendered-content h4,
  .markdown-rendered-content h5 {
    margin-bottom: 20px;
    line-height: 1; }
.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: 0 0 0 15px;
    list-style: initial; }
.markdown-rendered-content a {
    text-decoration: underline;
    word-break: break-all;
    outline: none; }
.markdown-rendered-content a:hover {
      text-decoration: none; }
.markdown-rendered-content p {
    margin: 0.4em 0; }
.markdown-rendered-content code {
    padding: 0 3px;
    background: #eeeeee; }
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: transparent; }
.loader.\--red {
    background-color: #cc211f; }
.loader.\--blue {
    background-color: #1caad9; }
.loader.\--gray {
    background-color: #e7e7e7; }
.button, .form-button {
  display: inline-block;
  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 > .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, .popup-signup-finalize .button > .icon-twitter, .popup-signup-finalize .form-button > .icon-twitter, .popup-signup-finalize .button > .icon-google, .popup-signup-finalize .form-button > .icon-google, .popup-signup-finalize .button > .icon-facebook, .popup-signup-finalize .form-button > .icon-facebook, .button > .feed-upload-like-button, .form-button > .feed-upload-like-button {
    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-medium, .btn-medium.form-button {
    height: 32px;
    line-height: 28px; }
.button.btn-input, .btn-input.form-button {
    height: 42px;
    line-height: 38px; }
.button.btn-large, .btn-large.form-button {
    height: 45px;
    line-height: 41px; }
.button.btn-huge, .btn-huge.form-button {
    height: 55px;
    line-height: 51px; }
.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-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-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-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-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-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-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: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.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-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; }
/* 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: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.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: inline-block; }
.toggle-button .untoggle,
  .toggle-button .untoggled {
    display: none; }
.toggle-button.toggled .toggle {
    display: none; }
.toggle-button.toggled .untoggle {
    display: inline-block; }
.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-button {
  width: 7em; }
.play-button {
  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 {
    display: block;
    position: absolute;
    left: 25px;
    top: 0;
    width: 64px;
    height: 100px;
    font-size: 64px;
    line-height: 100px; }
.play-button .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 {
    background-color: #1caad9;
    box-shadow: 0 0 10px #333333;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
.play-button:hover .label {
      opacity: 1; }
.info-block, .model-card-1million, .user-card-1million, .download-landing-category, .students-offer-eligibility, .trends-card {
  font-size: 13px;
  line-height: 22px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15); }
.info-block h5:first-child, .model-card-1million h5:first-child, .user-card-1million h5:first-child, .download-landing-category h5:first-child, .students-offer-eligibility h5:first-child, .trends-card h5:first-child {
    margin-top: 0; }
.dark-block, .landing-500k-stats, .staticVerticalIntro {
  color: #eeeeee;
  background: #333333 url(/static/builds/web/dist/fading-polygons-edd70e4bb29aa1adba01661082ee1c20.png) left top repeat-x; }
.dark-block a, .landing-500k-stats a, .staticVerticalIntro a {
    color: white; }
.dark-block a:hover, .landing-500k-stats a:hover, .staticVerticalIntro a:hover {
      color: #f2f2f2; }
.light-block, .landing-500k-action {
  background: #ffffff; }
.light-block a, .landing-500k-action a {
    color: #1caad9; }
.brand-block, .landing-500k-intro, .landing-500k-extra-stats, .animation-info, .features-join, .static-vr-download {
  color: #eeeeee;
  background: #1caad9 url(/static/builds/web/dist/triangles-6bab0013b79712f2628cc1034d608ac5.png) left bottom repeat-x; }
.brand-block a, .landing-500k-intro a, .landing-500k-extra-stats a, .animation-info a, .features-join a, .static-vr-download a {
    color: white; }
.brand-block a:hover, .landing-500k-intro a:hover, .landing-500k-extra-stats a:hover, .animation-info a:hover, .features-join a:hover, .static-vr-download a:hover {
      color: #f2f2f2; }
.brand-block .btn-primary, .landing-500k-intro .btn-primary, .landing-500k-extra-stats .btn-primary, .animation-info .btn-primary, .features-join .btn-primary, .static-vr-download .btn-primary {
    background-color: #1687ac; }
.brand-block .btn-primary:hover, .landing-500k-intro .btn-primary:hover, .landing-500k-extra-stats .btn-primary:hover, .animation-info .btn-primary:hover, .features-join .btn-primary:hover, .static-vr-download .btn-primary:hover, .brand-block .btn-primary:focus, .landing-500k-intro .btn-primary:focus, .landing-500k-extra-stats .btn-primary:focus, .animation-info .btn-primary:focus, .features-join .btn-primary:focus, .static-vr-download .btn-primary:focus {
      background-color: #137595; }
.flag-pro,
.flag-biz,
.flag-new,
.flag-draft,
.flag-error,
.flag-info,
.flag-staff,
.flag-master,
.flag-restricted {
  display: inline-block;
  padding: 1px 4px;
  font-family: "Titillium Web", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  background: #1caad9;
  border-radius: 4px; }
.flag-pro,
.flag-new {
  position: relative;
  padding: 1px 6px;
  margin-left: 8px;
  text-shadow: 0; }
.flag-biz {
  position: relative;
  padding: 0 5px;
  margin-left: 8px;
  text-shadow: 0;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.2); }
.flag-staff,
.flag-master {
  padding-left: 15px;
  background-image: url(/static/builds/web/dist/skfb-7c4d5b0231e78ae50bc4ea96ac2b7677.svg);
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 0.8em; }
.flag-staff {
  background-color: #fd9c4a; }
.flag-master {
  background-color: #35cba7; }
.flag-staffpicked {
  display: inline-block;
  width: 21px;
  height: 21px;
  padding-right: 20px;
  margin-left: 8px;
  background-image: url(/static/builds/web/dist/staffpicks-63b07943be48fb043a9a98f8e9b36356.svg);
  background-repeat: no-repeat; }
.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-restricted {
  color: #cc211f;
  background: transparent; }
.grid {
  position: relative;
  transition: opacity ease-in-out 200ms; }
.grid:not(.infinite-grid) .load-next,
  .grid:not(.infinite-grid) .load-previous {
    display: none; }
.grid .spinner-inverted, .grid .spinner-slow, .grid .spinner-small, .grid .spinner-small-slow, .grid .spinner, .grid .infinite-grid.loading-previous > .load-previous:before, .grid
  .infinite-grid.loading-next > .load-next:before, .grid .user-summary.loading:after {
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 4;
    display: none;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.grid .items {
    transition: opacity 150ms ease-in-out; }
.grid .no-result {
    display: none;
    padding: 128px 0;
    color: #cccccc;
    text-align: center; }
.grid.external-populate ~ .load-previous,
  .grid.external-populate ~ .load-next,
  .grid.external-populate .empty-state-wrapper {
    display: none; }
.grid.loading .loadmore, .grid.external-populate .loadmore {
    display: none; }
.grid.loading .spinner-inverted, .grid.loading .spinner-slow, .grid.loading .spinner-small, .grid.loading .spinner-small-slow, .grid.loading .spinner, .grid.loading .infinite-grid.loading-previous > .load-previous:before, .grid.loading
  .infinite-grid.loading-next > .load-next:before, .grid.loading .user-summary.loading:after, .grid.external-populate .spinner-inverted, .grid.external-populate .spinner-slow, .grid.external-populate .spinner-small, .grid.external-populate .spinner-small-slow, .grid.external-populate .spinner, .grid.external-populate .infinite-grid.loading-previous > .load-previous:before, .grid.external-populate
  .infinite-grid.loading-next > .load-next:before, .grid.external-populate .user-summary.loading:after {
    display: block; }
.grid.empty .loadmore {
    display: none; }
.grid.empty .no-result {
    display: block; }
.grid.invalidated .items {
    pointer-events: none;
    opacity: 0.5; }
.grid .filtered-state.hidden {
    display: none; }
.grid .empty-state-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px dashed #c8c8c8;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.grid .empty-state-wrapper.hidden {
      display: none; }
.grid .empty-state-wrapper.default {
      border: none; }
.grid .empty-state-wrapper .empty-state {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      padding: 128px 0;
      -webkit-box-flex: 1;
          -ms-flex: auto auto;
              flex: auto auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.grid .empty-state-wrapper .empty-state p {
        margin: 9px 0;
        color: #999999;
        text-align: center; }
.grid .empty-state-wrapper .empty-state .empty-image {
        margin: 0; }
.grid .empty-state-wrapper .empty-state .empty-icon {
        font-size: 60px; }
.grid .empty-state-wrapper .empty-state .empty-title {
        font-size: 24px; }
.grid .empty-state-wrapper .empty-state .empty-subtitle {
        margin-top: 0;
        font-size: 16px; }
.grid .empty-state-wrapper .empty-state .empty-footer {
        font-size: 13px;
        color: #666666; }
.grid .empty-state-wrapper .empty-state .empty-actions a {
        text-decoration: none; }
.grid .empty-state-wrapper .empty-state a {
        text-decoration: underline; }
.grid .empty-state-wrapper .empty-state a:hover {
        text-decoration: none; }
.grid .help.subscribe-button .subscribed-content.tooltip.tooltip-up,
  .grid .help.subscribe-button .unsubscribed-content.tooltip.tooltip-up,
  .grid .help.like-button .liked-content.tooltip.tooltip-up,
  .grid .help.like-button .unliked-content.tooltip.tooltip-up,
  .grid .follower-count .tooltip.tooltip-up,
  .grid .model-count .tooltip.tooltip-up {
    margin-left: 0;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%); }
.grid .help .tooltip {
    width: auto; }
.infinite-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.infinite-grid .load-previous {
    width: 100%;
    min-width: 280px;
    color: #d3d3d3;
    background: transparent;
    border: 2px dotted #d3d3d3;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
.infinite-grid .load-previous:hover {
      color: #9a9a9a;
      border-color: #9a9a9a; }
.infinite-grid .items-container {
    z-index: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
.infinite-grid .load-next {
    z-index: 0;
    width: 280px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
.infinite-grid .load-previous,
  .infinite-grid .load-next {
    display: block;
    margin: 40px auto; }
.infinite-grid .load-previous .can-scroll,
    .infinite-grid .load-next .can-scroll {
      margin-right: -18px;
      margin-left: 5px;
      opacity: 0.2;
      transition: opacity 0.3s; }
.infinite-grid .load-previous .can-scroll.active,
      .infinite-grid .load-next .can-scroll.active {
        opacity: 1; }
.infinite-grid.loading-previous > .load-previous,
  .infinite-grid.loading-next > .load-next {
    color: transparent !important;
    cursor: default;
    background: transparent;
    border: 0;
    transition: none; }
.infinite-grid.loading-previous > .load-previous:before,
    .infinite-grid.loading-next > .load-next:before {
      position: absolute;
      top: calc(50% - 16px);
      left: calc(50% - 16px);
      content: ""; }
.infinite-grid.loading-previous > .load-previous:hover,
    .infinite-grid.loading-next > .load-next:hover {
      background: transparent; }
.infinite-grid.invalidated > .load-previous,
  .infinite-grid.invalidated > .load-next,
  .infinite-grid.no-more-before > .load-previous,
  .infinite-grid.no-more-after > .load-next {
    display: none; }
.staticModelGrid, .pbr-landing-grid {
  overflow: hidden; }
.staticModelGrid li, .pbr-landing-grid li {
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 1px; }
.staticModelGrid-card, .pbr-card {
  position: relative;
  display: block; }
.staticModelGrid-card .overlay, .pbr-card .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, transparent 30%);
    opacity: 0;
    transition: 0.4s opacity; }
.staticModelGrid-card .overlay .info, .pbr-card .overlay .info {
      position: absolute;
      bottom: 15px;
      left: 0;
      width: 100%;
      box-sizing: border-box;
      padding: 0 15px;
      transition: 0.2s -webkit-transform;
      transition: 0.2s transform;
      transition: 0.2s transform, 0.2s -webkit-transform;
      -webkit-transform: translate(0, 10px);
              transform: translate(0, 10px); }
.staticModelGrid-card .overlay .image-container, .pbr-card .overlay .image-container {
      float: left;
      margin-right: 8px; }
.staticModelGrid-card .overlay .title, .pbr-card .overlay .title,
    .staticModelGrid-card .overlay .author, .pbr-card .overlay .author {
      display: block;
      overflow: hidden;
      font-size: 13px;
      font-weight: 300;
      text-overflow: ellipsis;
      white-space: nowrap; }
.staticModelGrid-card .overlay .author, .pbr-card .overlay .author {
      font-size: 11px; }
.staticModelGrid-card:hover .overlay, .pbr-card:hover .overlay {
    opacity: 1; }
.staticModelGrid-card:hover .info, .pbr-card:hover .info {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
@media (max-width: 800px) {
  .staticModelGrid li, .pbr-landing-grid li {
    width: 50%; } }
.carousel {
  transition: height 150ms linear; }
.carousel .carousel-item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 300ms ease-in-out !important; }
.carousel .carousel-item.initial-item {
      position: relative;
      top: auto; }
.carousel .carousel-item.current-item {
      position: relative;
      top: auto;
      pointer-events: all;
      opacity: 1; }
.carousel .carousel-item.notransition {
      transition: none !important; }
.carousel .carousel-item.notransition * {
        transition: none !important; }
.carousel .carousel-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.carousel .carousel-bullets li {
      width: 10px;
      height: 10px;
      margin: 0 2px;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.3);
      border-radius: 5px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 10px;
              flex: 0 0 10px; }
.carousel .carousel-bullets li.current {
        background: #ffffff; }
.carousel .carousel-bullets li.disabled {
        pointer-events: none; }
.tabbed-container nav a {
  outline: none; }
.tabbed-container .tabs {
  position: relative; }
.tabbed-container .tabs .tab {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 300ms ease-in-out !important; }
.tabbed-container .tabs .tab.initial-item {
      position: relative;
      top: auto;
      transition: none !important; }
.tabbed-container .tabs .tab.current-item {
      position: relative;
      top: auto;
      pointer-events: all;
      opacity: 1; }
.tabbed-container .tabs .tab.notransition {
      transition: none !important; }
.tabbed-container .tabs .tab.notransition * {
        transition: none !important; }
.list {
  transition: opacity ease-in-out 200ms; }
.list.invalidated {
    pointer-events: none;
    opacity: 0.35; }
.item-list, .form-list, .dropdown-label,
.form-listbox, .form-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0;
  margin-top: -10px;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.item-list > *, .form-list > *, .dropdown-label > *,
  .form-listbox > *, .form-menu-list > * {
    margin-top: 10px; }
.item-list a .item, .form-list a .item, .dropdown-label a .item,
  .form-listbox a .item, .form-menu-list a .item {
    cursor: pointer; }
.item-list .item, .form-list .item, .dropdown-label .item,
  .form-listbox .item, .form-menu-list .item {
    display: block;
    max-width: calc(100% - 10px);
    padding: 2px 10px;
    margin-right: 10px;
    overflow: hidden;
    font-family: "Titillium Web", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #777777;
    cursor: default;
    background: #eeeeee;
    border-radius: 4px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
.item-list .item.skill-item, .form-list .item.skill-item, .dropdown-label .item.skill-item,
    .form-listbox .item.skill-item, .form-menu-list .item.skill-item, .item-list .item.tag-item, .form-list .item.tag-item, .dropdown-label .item.tag-item,
    .form-listbox .item.tag-item, .form-menu-list .item.tag-item, .item-list .item.category-item, .form-list .item.category-item, .dropdown-label .item.category-item,
    .form-listbox .item.category-item, .form-menu-list .item.category-item {
      display: block;
      line-height: 30px;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
.item-list .item.category-item, .form-list .item.category-item, .dropdown-label .item.category-item,
    .form-listbox .item.category-item, .form-menu-list .item.category-item {
      max-width: calc(100% + 4px);
      margin-top: -4px;
      margin-right: 4px;
      line-height: 22px !important;
      background: #ffffff;
      border: 2px solid #cccccc;
      border-radius: 6px; }
.item-list .item:not(.category-item):hover, .form-list .item:not(.category-item):hover, .dropdown-label .item:not(.category-item):hover,
    .form-listbox .item:not(.category-item):hover, .form-menu-list .item:not(.category-item):hover {
      color: #ffffff !important;
      background: #777777; }
.item-list.category-list li:only-child .category-item, .category-list.form-list li:only-child .category-item, .category-list.dropdown-label li:only-child .category-item,
  .category-list.form-listbox li:only-child .category-item, .category-list.form-menu-list li:only-child .category-item {
    margin-right: 10px; }
.item-list.list-monoline, .list-monoline.form-list, .list-monoline.dropdown-label,
  .list-monoline.form-listbox, .list-monoline.form-menu-list {
    height: 39px;
    overflow: hidden; }
.item-list.list-static li, .list-static.form-list li, .list-static.dropdown-label li,
  .list-static.form-listbox li, .list-static.form-menu-list li {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
.item-list.list-static .item, .list-static.form-list .item, .list-static.dropdown-label .item,
  .list-static.form-listbox .item, .list-static.form-menu-list .item {
    line-height: 25px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap; }
.suggested-follow li {
  transition: opacity 1s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.suggested-follow li:not(.cloaked) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1; }
.suggested-follow li.cloaked {
    opacity: 0; }
.suggested-follow li.appearing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0; }
.suggested-follow li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
.suggested-follow li:not(:first-child) {
    margin-top: 15px; }
.suggested-follow li .user-thumbnail {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
.suggested-follow li .user-name {
    width: calc(100% - 7em);
    padding-right: 4px;
    font-size: 0.9375rem;
    line-height: 30px; }
.suggested-follow li .user-name .wrapper .flag {
      margin-left: 4px;
      opacity: 0;
      transition: opacity 0.2s; }
.suggested-follow li .user-name:hover .flag {
      opacity: 1; }
.badge-list {
  display: block;
  width: 100%;
  margin: 10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
.badge-list li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px; }
.badge-list li:last-child {
      margin-right: 0; }
.badge-list.badges-small img {
    width: 50px; }
.sidebar .item {
  margin-top: 10px; }
.sidebar .item:first-child {
    margin-top: 0; }
.sidebar .item.active .link {
    color: #ffffff !important;
    background: #1caad9; }
.sidebar .item .link:after {
    display: none;
    float: right;
    margin-right: -2px;
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 18px;
    content: "\F054"; }
.sidebar .item:hover .link:after {
    display: block;
    color: #999999; }
.sidebar .item.active .link:after,
  .sidebar .item.active:hover .link:after {
    display: block;
    color: #ffffff; }
.sidebar .link {
  display: block;
  padding: 8px 19px 8px 16px;
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #555555 !important;
  text-transform: uppercase;
  border-radius: 16px; }
.sidebar .link:hover {
    background: #dbdbdb; }
.sidebar.horizontal {
  width: 100%; }
.sidebar.horizontal .item {
    position: relative;
    display: inline-block;
    margin-top: 0; }
.sidebar.horizontal .item .count {
      padding-right: 4px;
      font-weight: 600; }
.sidebar.horizontal .item.link:after,
    .sidebar.horizontal .item:hover .link:after,
    .sidebar.horizontal .item.active .link:after,
    .sidebar.horizontal .item.active:hover .link:after {
      display: none; }
.sidebar.horizontal .item:last-child {
      margin-right: 0; }
.hover-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  min-width: 140px;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  text-transform: none;
  visibility: hidden;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.3s 0.2s, visibility 0s 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
.hover-menu.large-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: 330px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
.hover-menu.large-menu li.separator {
      border: none; }
.hover-menu.large-menu li.title {
      margin-left: 15px;
      font-size: 12px;
      font-weight: lighter;
      color: #aaaaaa; }
.hover-menu.large-menu li.title.right {
        width: 150px; }
.hover-menu.large-menu li.left-column, .hover-menu.large-menu li.right-column {
      height: 28px;
      padding: 0 15px;
      line-height: 28px; }
.hover-menu.large-menu li.left-column:hover:not(.disabled), .hover-menu.large-menu li.right-column:hover:not(.disabled) {
        color: #ffffff;
        background: #1caad9; }
.hover-menu.large-menu li i {
      width: 30px;
      color: #aaaaaa;
      text-align: center; }
.hover-menu.large-menu li:hover i {
      color: #ffffff; }
.hover-menu.large-menu li a {
      height: 28px;
      padding: 0;
      line-height: 28px; }
.hover-menu.large-menu li a:hover:not(.disabled) {
        color: #ffffff;
        background: #1caad9; }
.hover-menu.large-menu .separator-vertical {
      width: 1px;
      height: 312px;
      margin: 0;
      border-left: 1px solid #eeeeee;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
.hover-menu .separator {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #cccccc; }
.hover-menu > li {
    position: relative;
    line-height: 28px; }
.hover-menu > li > a,
    .hover-menu > li > label,
    .hover-menu > li .btn-textified {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 28px;
      padding: 0 15px;
      line-height: 28px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.hover-menu > li > a:hover:not(.disabled),
      .hover-menu > li > label:hover:not(.disabled),
      .hover-menu > li .btn-textified:hover:not(.disabled) {
        color: #ffffff;
        background: #1caad9; }
.hover-menu > li > a.disabled, .hover-menu > li > a.disabled.disabled:hover,
      .hover-menu > li > label.disabled,
      .hover-menu > li > label.disabled.disabled:hover,
      .hover-menu > li .btn-textified.disabled,
      .hover-menu > li .btn-textified.disabled.disabled:hover {
        color: #555555;
        cursor: default;
        opacity: 0.2; }
.hover-menu > li > a > input[type="checkbox"],
      .hover-menu > li > label > input[type="checkbox"],
      .hover-menu > li .btn-textified > input[type="checkbox"] {
        margin-right: 5px;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; }
.hover-menu > li .btn-textified {
      display: block;
      width: 100%; }
.hover-menu > li input[type="text"],
    .hover-menu > li input[type="password"] {
      width: 100%;
      padding: 4px 4px 4px 10px;
      font-family: "Open Sans", sans-serif;
      line-height: 15px;
      background: #eeeeee;
      border: 2px solid transparent;
      transition: border-color 0.3s; }
.hover-menu > li input[type="text"]:focus,
      .hover-menu > li input[type="password"]:focus {
        border-color: #1caad9; }
.hover-menu > li input[type="text"].error-feedback,
      .hover-menu > li input[type="password"].error-feedback {
        border-color: #ee090e;
        transition: none; }
.hover-menu > li.pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
.hover-menu > li.pager > * {
        font-weight: bold; }
.hover-menu > li.pager > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        font-weight: bold;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
.hover-menu > li.pager > a i {
          line-height: 28px; }
.hover-menu > li.pager .disabled {
        color: #cfcfcf; }
.hover-menu > li > .hover-menu {
      top: 0;
      left: 100%;
      margin-top: -5px;
      margin-left: -25px; }
:hover > .hover-menu,
  .hover-menu.active > .hover-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s; }
.hover-menu-inverted, .top-inverted:not(.searching) .hover-menu {
  color: #ffffff;
  background: #333333;
  border: 1px solid #222222; }
.hover-menu-inverted .separator-horizontal, .top-inverted:not(.searching) .hover-menu .separator-horizontal,
  .hover-menu-inverted .separator-vertical, .top-inverted:not(.searching) .hover-menu .separator-vertical {
    border-left: 1px solid #222222; }
.hover-menu-up {
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }
.hover-menu-left {
  right: 0;
  left: auto; }
.hover-menu-left > li > .hover-menu {
    right: 100%;
    left: auto; }
.arrow-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.arrow-navigation.no-left-element {
    display: inline-block;
    width: 100%;
    text-align: right; }
.arrow-navigation .nav-left::before {
    display: inline-block;
    margin-right: 15px;
    font-family: "FontAwesome";
    content: "\F104"; }
.arrow-navigation .nav-right::after {
    display: inline-block;
    margin-left: 15px;
    font-family: "FontAwesome";
    content: "\F105"; }
.flashmessage-container {
  transition: opacity 0.5s ease-in-out; }
.flashmessage-container.notification {
    position: fixed;
    top: 70px;
    left: 50%;
    z-index: 3;
    min-width: 350px;
    max-height: 220px;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.flashmessage-container.hidden {
    pointer-events: none;
    opacity: 0; }
.flashmessage-container .flashmessage {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    background: #1caad9;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15); }
.flashmessage-container .flashmessage.info {
      background: #1caad9; }
.flashmessage-container .flashmessage.success {
      background: #1fcc74; }
.flashmessage-container .flashmessage.error {
      background: #cc211f; }
.flashmessage-container .flashmessage.warning {
      background: #ff8507; }
.flashmessage-container .flashmessage a {
      color: #ffffff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.flashmessage-container .flashmessage a:hover {
        color: #ffffff;
        border-bottom: 1px solid #ffffff; }
.flashmessage-container .flashmessage .inner {
      position: relative;
      min-width: 360px;
      padding: 10px 30px 10px 15px; }
.flashmessage-container .flashmessage .inner .flashmessage-close {
        position: absolute;
        top: 8px;
        right: 5px;
        font-family: "FontAwesome";
        color: #ffffff;
        background: transparent;
        border: 0; }
.flashmessage-container .flashmessage-upload {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  color: #ffffff;
  background: #1caad9;
  border-radius: 3px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.3); }
.flashmessage-container .flashmessage-upload .spinner-inverted {
    margin: 7px 10px 0;
    background-size: 16px 16px; }
.flashmessage-container .flashmessage-upload section {
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    opacity: 0;
    transition: opacity 250ms ease-in-out; }
.flashmessage-container .flashmessage-upload section.visible {
      pointer-events: all;
      opacity: 1; }
.flashmessage-container .flashmessage-upload section .message {
      margin: 0;
      font-size: 14px;
      line-height: 45px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
.flashmessage-container .flashmessage-upload section .value,
    .flashmessage-container .flashmessage-upload section .tick {
      margin: 0 10px;
      line-height: 45px; }
.flashmessage-container .flashmessage-upload section .value,
    .flashmessage-container .flashmessage-upload section .tick,
    .flashmessage-container .flashmessage-upload section .spinner-inverted {
      width: 24px;
      text-align: center; }
.flashmessage-container .flashmessage-upload section .value {
      font-size: 11px; }
.flashmessage-container .flashmessage-upload .flashmessage-close {
    position: absolute;
    right: 0;
    width: 40px;
    padding: 14px;
    font-family: "FontAwesome";
    color: #ffffff;
    pointer-events: none;
    background: transparent;
    border: none;
    opacity: 0;
    transition: opacity 250ms ease-in-out; }
.flashmessage-container .flashmessage-upload .flashmessage-close.visible {
      pointer-events: all;
      opacity: 1; }
.news-notification {
  display: block;
  padding: 25px 30px;
  color: #ffffff;
  background: #1caad9;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  transition: opacity 0.5s; }
.news-notification a {
    color: #ffffff; }
.news-notification.hidden {
    opacity: 0; }
.news-notification a.media-figure {
    max-width: 160px;
    max-height: 160px;
    margin-right: 20px;
    border: 0; }
.news-notification a.media-figure img {
      margin-top: 4px; }
.news-notification-close {
  float: right;
  width: 22px;
  height: 22px;
  padding: 0;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0.75;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.news-notification-close:hover {
    opacity: 1;
    transition: opacity 0.3s; }
.news-notification-title {
  margin: 0 0 15px;
  font-size: 21px; }
.news-notification-content {
  font-size: 15px;
  line-height: 1.5; }
.news-notification-actions {
  margin-top: 10px;
  font-size: 13px;
  color: #ffffff;
  text-align: right; }
.news-notification-actions a {
    color: #ffffff; }
.news-notification-actions a .icon {
      margin-right: 8px; }
.news-notification-actions a .text {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.news-notification-actions a:hover .text {
      border-bottom: 1px solid #ffffff; }
.news-notification.news-notification .news-notification-content a {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.news-notification.news-notification .news-notification-content a:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff; }
.news-notification.news-notification .news-notification-content a.media-figure {
    border: 0; }
.news-notification.news-notification .news-notification-actions a {
  color: #ffffff; }
.news-notification.news-notification .news-notification-actions a:hover {
    color: #ffffff; }
@media (max-width: 800px) {
  .news-notification .media, .news-notification .gltf-card-author {
    display: block; }
    .news-notification .media a.media-figure, .news-notification .gltf-card-author a.media-figure {
      display: block;
      max-width: 100%;
      max-height: none;
      margin: 0 0 20px; } }
.actionmessage, .actionmessage-warning {
  margin: 30px 0; }
.actionmessage-inner {
  padding: 30px;
  font-weight: 300;
  color: #ffffff;
  background: #1caad9;
  border-radius: 3px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
.actionmessage-warning .actionmessage-inner {
  background: #ff9e3a; }
.actionmessage-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600; }
@-webkit-keyframes actionmessage_expand {
  from {
    max-height: 0; }
  to {
    max-height: 1000px; } }
@keyframes actionmessage_expand {
  from {
    max-height: 0; }
  to {
    max-height: 1000px; } }
.actionmessage-animated {
  max-height: 0;
  -webkit-animation: actionmessage_expand 0.3s ease 0.5s forwards;
          animation: actionmessage_expand 0.3s ease 0.5s forwards;
  -webkit-perspective: 200px;
          perspective: 200px; }
.actionmessage-animated .actionmessage-inner {
    opacity: 0;
    -webkit-animation: landing 0.5s ease 1s forwards;
            animation: landing 0.5s ease 1s forwards; }
.popover-container {
  position: relative; }
.popover-container .popover {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 4;
    width: 130px;
    padding: 5px 10px;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    transition: opacity 0.3s; }
.popover-container .popover:before {
      position: absolute;
      top: -5px;
      z-index: 4;
      display: block;
      width: 0;
      height: 0;
      content: "";
      border: 5px solid transparent;
      border-top: 0;
      border-bottom: 5px solid rgba(0, 0, 0, 0.8); }
.popover-container .popover.hidden {
      pointer-events: none;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.3s, visibility 0.3s; }
.popover-container .popover.middle-arrow {
      margin-left: -60px; }
.popover-container .popover.middle-arrow:before {
        left: calc(50% - 3px); }
.popover-container .popover.left-arrow {
      margin-left: -30px; }
.popover-container .popover.left-arrow:before {
        left: calc(25% - 3px); }
.popover-container .popover.right-arrow {
      margin-left: -90px; }
.popover-container .popover.right-arrow:before {
        left: calc(75% - 3px); }
.popover-container .popover.down-arrow {
      top: -90px; }
.popover-container .popover.down-arrow:before {
        top: 74px;
        border-top: 5px solid rgba(0, 0, 0, 0.8);
        border-bottom: 0; }
.popover-container .popover a {
      pointer-events: auto; }
.popover-container .popover .icon {
      margin: 4px;
      font-size: 16px;
      color: #ffffff; }
.popover-container .popover div {
      display: block; }
.share-popover {
  transition: margin-top 0.5s; }
.share-popover p {
    margin: 0; }
.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;
      margin-left: -65px;
      -webkit-transform: translate(0, -100%);
              transform: translate(0, -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: -60px;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -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;
      -webkit-transform: translate(-50%, -50%);
              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; }
.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 300ms ease-in-out, height 300ms 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: " ";
    -webkit-transform: rotateZ(45deg);
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    background: #efefef;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-pack: center;
        -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px; }
.user-summary .user .image-container {
      margin-right: 15px;
      border-radius: 3px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
.user-summary .user .info {
      min-width: 0;
      -webkit-box-flex: 1;
          -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 .models {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fafafa;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.user-summary .models a {
      display: inline-block;
      width: 33.332%;
      vertical-align: top; }
.user-summary .models a .image-container {
        width: 100%; }
body.searching {
  overflow: hidden; }
.search-overlay {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding-bottom: 40px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  background: #f2f2f2;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
.search-overlay.standalone {
    position: absolute; }
.search-overlay.visible {
    transition: opacity 0.3s; }
.search-overlay.standalone, .search-overlay.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: all;
    opacity: 1; }
.search-overlay > .container {
    position: relative;
    padding: 20px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.search-overlay > .container .search-footer {
      padding-top: 10px;
      margin-top: 36px;
      border-top: 1px solid #dddddd;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
.search-overlay > .container .search-footer .logo {
        display: inline-block;
        width: 24px;
        height: 24px;
        font-size: 25px;
        color: transparent;
        background: transparent url(/static/builds/web/dist/sketchfab-icon-black-4a919a2700ff55a5fe022444e9e15dac.png) no-repeat center center;
        background-size: contain;
        opacity: 0.15; }
.search-overlay > .container .search-footer [data-action="back-to-top"] {
        float: right;
        font-family: "Titillium Web", sans-serif;
        font-size: 11px;
        line-height: 35px;
        color: #999999;
        text-transform: uppercase;
        vertical-align: bottom;
        outline: none; }
.search-overlay > .container .search-footer [data-action="back-to-top"]:before {
          display: inline-block;
          margin-top: -1px;
          margin-right: 3px;
          font-family: "FontAwesome";
          font-size: 10px;
          vertical-align: top;
          content: "\F077"; }
.search-overlay > .container[data-type="everything"] .search-footer {
      margin-top: 30px; }
.search-overlay > .container .search-empty-state {
      position: absolute;
      top: 4px;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 100px;
      color: #999999;
      text-align: center;
      pointer-events: none;
      background: #f2f2f2;
      opacity: 0;
      transition: opacity 120ms ease-in-out;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
.search-overlay > .container .search-empty-state.visible {
        pointer-events: all;
        opacity: 1; }
.search-overlay > .container .search-empty-state h5 {
        margin-bottom: 7px;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: normal;
        text-transform: none; }
.search-overlay > .container .search-empty-state p {
        margin: 0;
        font-size: 12px; }
.search-overlay > .container .search-empty-state a {
        color: #1caad9; }
.search-overlay.visible .search-tools-container .search-contentTypes,
  .search-overlay.standalone .search-tools-container .search-contentTypes {
    max-height: 48px;
    pointer-events: all;
    opacity: 1;
    transition: opacity 0.3s 0.3s, max-height 0.3s 0.25s; }
.search-overlay.standalone .search-tools-container .search-contentTypes {
    transition: none; }
.search-overlay.initial-delay .search-tools-container .search-contentTypes {
    max-height: 0;
    opacity: 0;
    transition: opacity 0.3s 0.3s, max-height 0.3s 0.25s; }
.search-overlay .search-tools-container .search-contentTypes {
    max-height: 0;
    overflow: hidden;
    color: #555555;
    pointer-events: none;
    background: #ffffff;
    box-shadow: 0 3px 5px -2px rgba(85, 85, 85, 0.15);
    opacity: 0;
    transition: opacity 0s 0s, max-height 0s 0s; }
.search-overlay .search-tools-container .search-contentTypes [data-action="toggle-filters"] {
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-weight: 200;
      line-height: 48px;
      color: #aaaaaa;
      background: transparent;
      border: 0;
      outline: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
.search-overlay .search-tools-container .search-contentTypes [data-action="toggle-filters"] i {
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s; }
.search-overlay .search-tools-container .search-contentTypes [data-action="toggle-filters"].visible i {
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
.search-overlay .search-tools-container .search-contentTypes .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.search-overlay .search-tools-container .search-contentTypes .container > div:first-child {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
.search-overlay .search-tools-container .search-contentTypes ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 48px; }
.search-overlay .search-tools-container .search-contentTypes a {
      outline: none; }
.search-overlay .search-tools-container .search-contentTypes li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      box-sizing: border-box;
      padding: 0 4px;
      margin-right: 32px;
      font-family: "Titillium Web", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #555555;
      text-transform: uppercase;
      cursor: pointer;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
.search-overlay .search-tools-container .search-contentTypes li.active {
        color: #1caad9; }
.search-overlay .search-tools-container .search-contentTypes li.active svg path {
          fill: #1caad9; }
.search-overlay .search-tools-container .search-contentTypes li.active:after {
          background-color: #1caad9; }
.search-overlay .search-tools-container .search-contentTypes li:hover svg path {
        fill: #1caad9; }
.search-overlay .search-tools-container .search-contentTypes li:after {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 4px;
        content: "";
        background-color: transparent;
        border-radius: 2px;
        transition: background-color 0.2s, -webkit-transform 0.2s;
        transition: background-color 0.2s, transform 0.2s;
        transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s; }
.search-overlay .search-tools-container .search-contentTypes svg {
      width: 14px;
      height: 14px;
      margin-right: 4px;
      margin-bottom: -2px; }
.search-overlay .search-tools-container .search-contentTypes svg path {
        fill: #999999; }
.search-overlay .initial-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px; }
.search-overlay .filters-container {
    z-index: 5;
    height: 50px;
    border-bottom: 1px solid #dddddd;
    transition: all 200ms ease-in-out; }
.search-overlay .filters-container.hidden {
      height: 0;
      pointer-events: none;
      opacity: 0; }
.search-overlay > .container[data-type="everything"] .search-results-header {
    display: none; }
.search-overlay .search-results-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.search-overlay .search-results-header h2 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
.search-overlay .search-results-header .breadcrumb {
      padding-left: 20px;
      font-size: 20px;
      line-height: 32px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
.search-overlay .query-parameters {
    display: block;
    width: 80%;
    max-width: 2000px;
    height: auto;
    margin: 0 auto;
    line-height: 48px;
    color: #999999;
    opacity: 1;
    transition: opacity 0.1s;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
.search-overlay .query-parameters button {
      background: transparent;
      border: 0;
      outline: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
.search-overlay .query-parameters .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 48px; }
.search-overlay .query-parameters.hidden {
      height: 0;
      pointer-events: none;
      opacity: 0; }
.search-overlay .query-parameters .query-label {
      font-family: "Open Sans", sans-serif;
      font-weight: normal; }
.search-overlay .query-parameters .options {
      background: transparent;
      box-shadow: none; }
.search-overlay .query-parameters .option {
      color: #999999;
      background: transparent; }
.search-overlay .query-parameters .option:hover {
        color: #555555;
        background: transparent; }
.search-overlay .query-parameters .option .icon {
        font-size: 16px; }
.search-overlay .query-parameters .option.active {
        color: #1caad9;
        background: transparent; }
.search-overlay .query-parameters .filter {
      position: relative; }
.search-overlay .query-parameters .filter:hover > .name {
        color: #555555; }
.search-overlay .query-parameters .filter > .name {
        padding: 0 10px 0 0;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #999999;
        text-transform: capitalize;
        background: transparent;
        box-shadow: none; }
.search-overlay .query-parameters .filter > .name:after {
          margin-left: 2px;
          font-size: 10px;
          font-weight: normal;
          vertical-align: middle;
          content: "\F078"; }
.search-overlay .query-parameters .filter > .name .icon {
          display: none; }
.search-overlay .query-parameters .filter > .menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 2;
        margin-top: -2px;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s; }
.search-overlay .query-parameters .filter > .menu .form-menu-select,
        .search-overlay .query-parameters .filter > .menu .form-menu-list {
          border-top-left-radius: 0; }
.search-overlay .query-parameters .filter > .menu .form-menu-list {
          padding-top: 10px;
          padding-bottom: 10px;
          margin-top: 0; }
.search-overlay .query-parameters .filter > .menu .form-menu-list .form-list, .search-overlay .query-parameters .filter > .menu .form-menu-list .dropdown-label, .search-overlay .query-parameters .filter > .menu .form-menu-list
          .form-listbox {
            margin-top: 0;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
.search-overlay .query-parameters .filter > .menu .form-menu-list .form-list .input, .search-overlay .query-parameters .filter > .menu .form-menu-list .dropdown-label .input, .search-overlay .query-parameters .filter > .menu .form-menu-list
            .form-listbox .input {
              margin: 0; }
.search-overlay .query-parameters .filter > .menu .form-menu-list .form-list .item, .search-overlay .query-parameters .filter > .menu .form-menu-list .dropdown-label .item, .search-overlay .query-parameters .filter > .menu .form-menu-list
            .form-listbox .item {
              margin-top: 4px;
              margin-bottom: 4px; }
.search-overlay .query-parameters .filter.categories .form-menu-select {
        width: 200px; }
.search-overlay .query-parameters .filter.filters {
        display: none; }
.search-overlay .query-parameters .filter.features .form-menu-select {
        width: 175px; }
.search-overlay .query-parameters .filter.expanded .name::before {
        opacity: 1; }
.search-overlay .query-parameters .filter.expanded .menu {
        pointer-events: auto;
        opacity: 1; }
.search-overlay .search-filters-filters {
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.search-overlay .search-filters-filters li {
      margin-right: 20px;
      color: #999999; }
.search-overlay .search-filters-filters i {
      font-size: 10px;
      color: #aaaaaa;
      vertical-align: middle; }
.search-overlay .search-filters-filters li:hover,
    .search-overlay .search-filters-filters li:hover a,
    .search-overlay .search-filters-filters li:hover i {
      color: #555555; }
.search-overlay .search-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.search-overlay .search-sort .active i {
      color: #1caad9; }
.search-overlay .search-sort span {
      margin-right: 8px;
      font-size: 13px;
      text-transform: uppercase; }
.search-overlay .search-sort i {
      color: #999999;
      vertical-align: middle; }
.search-overlay .search-sort li:not(.active):hover i {
      color: #555555; }
.search-overlay .results-title {
    max-width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1caad9;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap; }
.search-overlay .grid .items-container .items > .item {
    opacity: 1;
    transition: none;
    transition-delay: none; }
.search-overlay .grid .items-container .items > .item.item-hidden {
      opacity: 1;
      -webkit-transform: none;
              transform: none; }
.search-overlay .multi-results-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px; }
.search-overlay .multi-results-container .models {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
.search-overlay .multi-results-container .models .grid > .items-container > .items > .item {
        width: calc((100% - 20px * (1)) / 2 - 1px);
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; }
.search-overlay .multi-results-container .models .grid > .items-container > .items > .item:nth-of-type(n) {
          margin-top: 30px;
          margin-left: 20px; }
.search-overlay .multi-results-container .models .grid > .items-container > .items > .item:nth-of-type(n) .hover-menu {
            right: 0;
            left: auto; }
.search-overlay .multi-results-container .models .grid > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
              right: 100%;
              margin-right: -5px;
              margin-left: 0; }
.search-overlay .multi-results-container .models .grid > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
              border-top-left-radius: 4px;
              border-top-right-radius: 0; }
.search-overlay .multi-results-container .models .grid > .items-container > .items > .item:nth-of-type(-n+2) {
          margin-top: 0; }
.search-overlay .multi-results-container .models .grid > .items-container > .items > .item:nth-of-type(2n+1) {
          margin-left: 0; }
.search-overlay .multi-results-container .models .empty-state-wrapper {
        padding-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap; }
.search-overlay .multi-results-container .models .empty-state-wrapper h5,
        .search-overlay .multi-results-container .models .empty-state-wrapper p {
          width: 100%;
          margin: 0;
          color: #999999;
          text-align: center;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
.search-overlay .multi-results-container .models .empty-state-wrapper h5 {
          margin-bottom: 6px;
          font-family: "Open Sans", sans-serif;
          font-size: 16px; }
.search-overlay .multi-results-container .models .empty-state-wrapper p {
          font-size: 12px; }
.search-overlay .multi-results-container .models .empty-state-wrapper a {
          color: #1caad9; }
.search-overlay .multi-results-container .right {
      width: 340px;
      margin-left: 50px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
.search-overlay .multi-results-container .right .empty-state-wrapper p {
        font-size: 13px;
        color: #999999; }
.search-overlay .multi-results-container .results:not(.models) {
      padding: 20px;
      background: #ffffff; }
.search-overlay .multi-results-container .results:not(.models) .list > div:not(:last-child) {
        margin-bottom: 20px; }
.search-overlay .multi-results-container .results h4 {
      display: inline-block;
      font-family: "Titillium Web", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #9a9a9a;
      text-transform: uppercase; }
.search-overlay .multi-results-container .users.results {
      margin-bottom: 20px; }
.search-overlay .multi-results-container .models.results h4 {
      font-family: "Titillium Web", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #1caad9; }
.search-overlay .multi-results-container .all-models {
      float: right;
      font-size: 13px;
      color: #666666; }
.search-overlay .multi-results-container .all-models:after {
        margin-left: 3px;
        font-family: "FontAwesome";
        color: #9a9a9a;
        content: "\F054"; }
@media (max-width: 1400px) {
  .search-overlay .query-parameters {
    width: 84%; } }
@media (max-width: 1280px) {
  .search-overlay .query-parameters {
    width: 88%; } }
@media (min-width: 800px) and (max-width: 1000px) {
  .search-overlay .filters-container .query-parameters .query-filters {
    float: left; }
    .search-overlay .filters-container .query-parameters .query-filters .filter {
      display: inline-block;
      margin-bottom: 0;
      margin-left: 10px; }
      .search-overlay .filters-container .query-parameters .query-filters .filter .name:after {
        float: none; }
    .search-overlay .filters-container .query-parameters .query-filters .query-flags {
      display: inline-block; }
  .search-overlay .filters-container .query-parameters .query-label {
    display: inline; }
  .search-overlay .filters-container .query-parameters .query-sorts {
    float: right; }
    .search-overlay .filters-container .query-parameters .query-sorts .options {
      display: inline-block;
      width: auto;
      margin-left: 10px; } }
@media (max-width: 800px) {
  .search-overlay .filters-container {
    height: auto;
    max-height: 400px;
    box-sizing: content-box;
    padding: 25px 0 7px;
    overflow: visible;
    background: #f8f8f8;
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 0 0;
            transform-origin: 50% 0 0; }
    .search-overlay .filters-container.hidden {
      padding: 0;
      pointer-events: none;
      -webkit-transform: scaleY(0);
              transform: scaleY(0); }
  .search-overlay .query-parameters .query-filters .filter .name:before {
    background: transparent; }
  .search-overlay .query-filters {
    position: relative;
    padding: 15px 10px 0; }
    .search-overlay .query-filters .filter {
      color: #000000; }
    .search-overlay .query-filters:before {
      position: absolute;
      top: -12px;
      left: 0;
      z-index: 2;
      padding-right: 10px;
      font-size: 13px;
      line-height: 20px;
      text-transform: uppercase;
      content: "Filters";
      background: #f8f8f8; }
    .search-overlay .query-filters:after {
      position: absolute;
      top: -1px;
      left: 0;
      z-index: 1;
      display: block;
      width: 100%;
      content: " ";
      border-top: 1px solid #dddddd; }
  .search-overlay .query-sorts {
    position: relative;
    padding-top: 10px;
    margin-top: 25px;
    border-top: 1px solid #dddddd; }
  .search-overlay .query-label {
    position: absolute;
    top: -10px;
    display: inline-block;
    padding-right: 10px;
    line-height: 20px;
    background: #f8f8f8; }
  .search-overlay .multi-results-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .search-overlay .multi-results-container .models.results {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .search-overlay .multi-results-container .users.results {
      margin: 0 20px 0 0; }
    .search-overlay .multi-results-container .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin: 0 0 20px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; }
    .search-overlay .multi-results-container .results:not(.models) {
      min-width: 0;
      min-height: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
@media (max-width: 650px) {
  .search-overlay .search-tools-container .search-contentTypes ul {
    overflow: hidden; }
  .search-overlay .search-tools-container .search-contentTypes li {
    font-size: 0; }
    .search-overlay .search-tools-container .search-contentTypes li a {
      margin: 0 5px 0 15px; }
  .search-overlay .multi-results-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .search-overlay .multi-results-container .right {
      padding-top: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; }
      .search-overlay .multi-results-container .right .results {
        min-height: 0; }
      .search-overlay .multi-results-container .right .users.results {
        margin: 0 0 20px; }
    .search-overlay .multi-results-container .results:not(.models) {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }
@media (max-width: 550px) {
  .search-overlay .search-tools-container .search-contentTypes li {
    margin-right: 9px; }
  .search-overlay .multi-results-container .models .grid > .items-container > .items > .item {
    width: calc((100% - 20px * (0)) / 1 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .search-overlay .multi-results-container .models .grid > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .search-overlay .multi-results-container .models .grid > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .search-overlay .multi-results-container .models .grid > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .search-overlay .multi-results-container .models .grid > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .search-overlay .multi-results-container .models .grid > .items-container > .items > .item:nth-of-type(-n+1) {
      margin-top: 0; }
    .search-overlay .multi-results-container .models .grid > .items-container > .items > .item:nth-of-type(1n+1) {
      margin-left: 0; } }
.editor-toolbar {
  height: 40px;
  padding: 0 5px; }
.editor-toolbar:before {
    margin-bottom: 4px; }
.editor-toolbar .no-disable,
  .editor-toolbar .fa-question-circle,
  .editor-toolbar .separator {
    display: none !important; }
.CodeMirror {
  height: calc(100% - 40px);
  min-height: 0;
  max-height: calc(100% - 40px);
  padding: 0 5px 0 10px;
  overflow: hidden; }
.CodeMirror-vscrollbar {
  display: none !important; }
.CodeMirror-scroll {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  cursor: text; }
.CodeMirror-code * {
  font-size: 14px !important;
  font-weight: normal !important;
  text-decoration: none !important; }
.CodeMirror-wrap pre {
  word-break: break-word; }
.form-column-layout .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.form-column-layout .form-field > * {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
.form-row-layout .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.form-row-layout .form-field > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.form-label {
  display: block;
  margin-bottom: 10px;
  text-align: left; }
.form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.form-content > * {
    -webkit-box-flex: 1;
        -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[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: #eec1c1 !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; }
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 {
  color: #d15e5e;
  text-align: left; }
.form-error[data-error] {
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.form-buttons .button, .form-buttons .form-button {
    margin-left: 10px;
    -webkit-box-flex: 1;
        -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: -webkit-box;
    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";
      -webkit-box-flex: 0;
          -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;
    -webkit-box-flex: 1;
        -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: -webkit-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.form-prefixed-input .prefix {
    font-weight: 700;
    cursor: text;
    -webkit-box-flex: 0;
        -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;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
.form-onoff-wrapper {
  display: -webkit-box;
  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;
    -webkit-box-flex: 0;
        -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;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
.form-onoff ~ .on .form-field .form-label,
    .form-onoff ~ .off .form-field .form-label {
      width: auto;
      margin: 0 20px;
      -webkit-box-flex: 0;
          -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 ~ .on .popup-signup-finalize a.icon-twitter, .popup-signup-finalize .form-onoff ~ .on a.icon-twitter, .form-onoff ~ .on .popup-signup-finalize a.icon-google, .popup-signup-finalize .form-onoff ~ .on a.icon-google, .form-onoff ~ .on .popup-signup-finalize a.icon-facebook, .popup-signup-finalize .form-onoff ~ .on a.icon-facebook, .form-onoff ~ .on a.feed-upload-like-button,
      .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,
      .form-onoff ~ .off .popup-signup-finalize a.icon-twitter, .popup-signup-finalize
      .form-onoff ~ .off a.icon-twitter,
      .form-onoff ~ .off .popup-signup-finalize a.icon-google, .popup-signup-finalize
      .form-onoff ~ .off a.icon-google,
      .form-onoff ~ .off .popup-signup-finalize a.icon-facebook, .popup-signup-finalize
      .form-onoff ~ .off a.icon-facebook,
      .form-onoff ~ .off a.feed-upload-like-button {
        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.form-select-grey select {
    border-color: #cccccc; }
.form-select select {
    box-sizing: content-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: 2px;
    right: 2px;
    display: inline-block;
    width: 30px;
    height: calc(100% - 4px);
    line-height: 34px;
    color: #888888;
    text-align: center;
    pointer-events: none;
    content: "\25BE";
    background: #ffffff;
    border-radius: 2px; }
.form-select.disabled select,
  .form-select.disabled option {
    color: #aaaaaa; }
.form-select.disabled:after {
    background: #eeeeee; }
.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 {
    -webkit-transform: scale(1);
            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";
    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 {
  visibility: visible; }
.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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      border-radius: 4px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -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: -webkit-box;
    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-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #cccccc;
  border-radius: 4px; }
.horizontal-button-list .horizontal-button-block[data-value] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 25px;
    color: #ffffff;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: 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: #01a9db; }
.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; }
@-webkit-keyframes comet {
  0% {
    -webkit-transform: translate3d(-500px, -500px, 0) rotate(45deg);
            transform: translate3d(-500px, -500px, 0) rotate(45deg); }
  80% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0) rotate(45deg);
            transform: translate3d(20px, 20px, 0) rotate(45deg); } }
@keyframes comet {
  0% {
    -webkit-transform: translate3d(-500px, -500px, 0) rotate(45deg);
            transform: translate3d(-500px, -500px, 0) rotate(45deg); }
  80% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0) rotate(45deg);
            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-787394f5368d59fd12eafc112786fb58.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;
    -webkit-animation-name: comet;
            animation-name: comet;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
.popup-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%; }
.popup-container.instant {
    transition: none; }
.popup-container.hidden {
    z-index: 0;
    pointer-events: none;
    opacity: 0; }
.popup-container.hidden .popup {
      -webkit-transform: translateZ(-150px);
              transform: translateZ(-150px); }
.popup-container.popup-loading .popup .popup-content-overlay {
    visibility: visible;
    opacity: 0.85; }
.popup-container.popup-add-to-collection.popup-loading .content-wrapper {
    max-height: 200px !important; }
.popup-container.popup-add-to-collection.popup-loading .infinite-grid {
    visibility: hidden;
    opacity: 0; }
.popup-container .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
.popup-container .popup {
    position: absolute;
    width: 400px;
    margin: 0;
    overflow: hidden;
    background: #e7e7e7;
    border-radius: 6px;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
.popup-container .popup .popup-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 70px;
      padding: 0 25px;
      overflow: hidden;
      font-size: 21px;
      font-weight: 300;
      background: #ffffff;
      transition: height 0.5s;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.popup-container .popup .popup-header .popup-title {
        height: 70px;
        line-height: 70px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
.popup-container .popup .popup-header .popup-actions {
        height: 70px;
        font-size: 25px;
        line-height: 70px;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; }
.popup-container .popup .popup-header .popup-actions a {
          color: #cfcbcb; }
.popup-container .popup .popup-header .popup-actions a:hover {
            color: #1caad9; }
.popup-container .popup .popup-content {
      position: relative;
      padding: 20px;
      font-size: 15px;
      color: #555555;
      text-align: center; }
.popup-container .popup .popup-content-overlay {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      text-align: initial;
      visibility: hidden;
      background: url(/static/builds/web/dist/loading-blue-transparent-da4da470645c8f457697a38c7e9758c5.gif) center center no-repeat #eeeeee;
      opacity: 0;
      transition: opacity 0.2s, visibility 0.2s; }
.popup-container .popup .popup-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 25px;
      font-size: 15px;
      font-weight: 300;
      background: #ffffff; }
.popup-container .popup .popup-footer > * {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; }
.popup-container .popup .popup-footer .btn-tertiary:focus {
        border-color: #dddddd; }
.popup-container .popup .popup-footer .tip {
        font-size: 13px;
        font-weight: 500;
        color: #555555;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; }
.popup-container .popup .popup-footer .tip .type {
          font-weight: 600; }
.popup-container .popup .popup-footer .tip a {
          color: #1caad9; }
.popup-container .popup .popup-footer .actions {
        text-align: right;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 185px;
                flex: 1 0 185px; }
.popup-container .popup .popup-footer .actions > * {
          margin-left: 10px; }
.popup-container .popup .popup-footer .actions > *:first-child {
            margin-left: 0; }
@media (max-width: 800px) {
  .popup-container {
    position: absolute;
    margin: initial !important; }
    .popup-container .popup {
      position: absolute;
      width: 100% !important;
      border-radius: 0; } }
@media (max-width: 500px) {
  .embed-share .popup .popup-content .form-column-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .embed-share .popup .popup-content .form-column-layout .embedviewer {
      width: 100%;
      margin-top: 20px;
      margin-left: 0; } }
.popup-email-verification .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.popup-email-verification .popup-content .icon-wrapper {
    position: relative;
    min-width: 55px;
    height: 55px;
    margin-right: 20px;
    background-color: #ff8507;
    border-radius: 100%; }
.popup-email-verification .popup-content .icon-wrapper i {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 2em;
      color: white;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
.popup-email-verification .popup-content .text {
    text-align: left; }
.popup-restricted {
  z-index: 6; }
.popup-restricted .popup .popup-content {
    text-align: left; }
.popup-embed .popup .popup-footer {
  display: none; }
.popup-embed .popup .popup-content .embedviewer .form-label,
.popup-embed .popup .popup-content .embedcollection .form-label {
  font-size: 13px;
  font-weight: bold;
  color: #000000; }
.popup-embed .popup .popup-content .embedviewer .form-label .embedviewer-help,
  .popup-embed .popup .popup-content .embedcollection .form-label .embedviewer-help {
    float: right;
    font-weight: normal;
    color: #1caad9;
    text-decoration: underline; }
.popup-embed .popup .popup-content .embedviewer .form-label .show-extra,
  .popup-embed .popup .popup-content .embedcollection .form-label .show-extra {
    margin-left: 5px;
    font-weight: normal;
    color: #aaaaaa; }
.popup-embed .popup .popup-content .embedviewer .form-label .show-extra .show-hide-toggle,
    .popup-embed .popup .popup-content .embedcollection .form-label .show-extra .show-hide-toggle {
      display: none; }
.popup-embed .popup .popup-content .embedviewer .form-label .show-extra .show-hide-toggle.active,
      .popup-embed .popup .popup-content .embedcollection .form-label .show-extra .show-hide-toggle.active {
        display: inline; }
.popup-embed .popup .popup-content .embedviewer .form-label .upgrade-link,
  .popup-embed .popup .popup-content .embedcollection .form-label .upgrade-link {
    display: none;
    margin-left: 5px;
    font-weight: normal;
    color: #1caad9; }
.popup-embed .popup .popup-content .embedviewer .form-label .upgrade-link:hover,
    .popup-embed .popup .popup-content .embedcollection .form-label .upgrade-link:hover {
      color: #1c88bb; }
.popup-embed .popup .popup-content .embedviewer .form-label .upgrade-link.visible,
    .popup-embed .popup .popup-content .embedcollection .form-label .upgrade-link.visible {
      display: inline; }
.popup-embed .popup .popup-content .embedviewer .options,
.popup-embed .popup .popup-content .embedcollection .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
.popup-embed .popup .popup-content .embedviewer .options > *,
  .popup-embed .popup .popup-content .embedcollection .options > * {
    margin-top: 8px; }
.popup-embed .popup .popup-content .embedviewer .options > *:first-child,
    .popup-embed .popup .popup-content .embedcollection .options > *:first-child {
      margin-top: 0; }
.popup-embed .popup .popup-content .embedviewer .options .code-wrapper,
  .popup-embed .popup .popup-content .embedcollection .options .code-wrapper {
    position: relative;
    min-height: 140px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.popup-embed .popup .popup-content .embedviewer .options .code-wrapper .methods,
    .popup-embed .popup .popup-content .embedcollection .options .code-wrapper .methods {
      position: absolute;
      right: 2px;
      bottom: 2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 5px 10px;
      background-color: #ffffff;
      border-radius: 4px 0; }
.popup-embed .popup .popup-content .embedviewer .options .code-wrapper .methods .method,
      .popup-embed .popup .popup-content .embedcollection .options .code-wrapper .methods .method {
        display: inline-block;
        height: 16px;
        padding: 0 6px;
        font-size: 10px;
        line-height: 16px;
        color: #888888;
        text-transform: uppercase;
        background-color: #e7e7e7; }
.popup-embed .popup .popup-content .embedviewer .options .code-wrapper .methods .method.active,
        .popup-embed .popup .popup-content .embedcollection .options .code-wrapper .methods .method.active {
          color: #ffffff;
          background-color: #1caad9; }
.popup-embed .popup .popup-content .embedviewer .options .code-wrapper .methods li:first-child .method,
      .popup-embed .popup .popup-content .embedcollection .options .code-wrapper .methods li:first-child .method {
        border-radius: 3px 0 0 3px; }
.popup-embed .popup .popup-content .embedviewer .options .code-wrapper .methods li:last-child .method,
      .popup-embed .popup .popup-content .embedcollection .options .code-wrapper .methods li:last-child .method {
        border-radius: 0 3px 3px 0; }
.popup-embed .popup .popup-content .embedviewer .options .code-wrapper .code,
    .popup-embed .popup .popup-content .embedcollection .options .code-wrapper .code {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      font-size: 13px;
      line-height: 1em;
      resize: none; }
.popup-embed .popup .popup-content .embedviewer .options .size,
  .popup-embed .popup .popup-content .embedcollection .options .size {
    margin-top: 10px;
    margin-bottom: 10px; }
.popup-embed .popup .popup-content .embedviewer .options .size .x,
    .popup-embed .popup .popup-content .embedviewer .options .size .y,
    .popup-embed .popup .popup-content .embedcollection .options .size .x,
    .popup-embed .popup .popup-content .embedcollection .options .size .y {
      display: inline-block;
      width: 65px;
      padding: 4px 10px;
      text-align: center;
      border: 1px solid #777777; }
.popup-embed .popup .popup-content .embedviewer .options .size .x,
    .popup-embed .popup .popup-content .embedcollection .options .size .x {
      margin-left: 15px; }
.popup-embed .popup .popup-content .embedviewer .options .size .per,
    .popup-embed .popup .popup-content .embedcollection .options .size .per {
      display: inline-block;
      margin: 0 5px; }
.popup-embed .popup .popup-content .embedviewer .options .size.hidden,
    .popup-embed .popup .popup-content .embedcollection .options .size.hidden {
      color: #777777; }
.popup-embed .popup .popup-content .embedviewer .options .size.hidden .x,
      .popup-embed .popup .popup-content .embedviewer .options .size.hidden .y,
      .popup-embed .popup .popup-content .embedcollection .options .size.hidden .x,
      .popup-embed .popup .popup-content .embedcollection .options .size.hidden .y {
        color: #777777; }
.popup-embed .popup .popup-content .embedviewer .options .flags,
  .popup-embed .popup .popup-content .embedcollection .options .flags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.popup-embed .popup .popup-content .embedviewer .options .flags li,
    .popup-embed .popup .popup-content .embedcollection .options .flags li {
      width: 50%;
      margin-bottom: 5px; }
.popup-embed .popup .popup-content .embedviewer .options .flags .preselect-annotation-index,
    .popup-embed .popup .popup-content .embedcollection .options .flags .preselect-annotation-index {
      width: 35%;
      margin-bottom: 10px;
      margin-left: 14px; }
.popup-embed .popup .popup-content .embedviewer .options .flags:last-of-type li,
    .popup-embed .popup .popup-content .embedcollection .options .flags:last-of-type li {
      margin-bottom: 10px; }
.popup-embed .popup .popup-content .embedviewer .options .flags.hidden-options li,
    .popup-embed .popup .popup-content .embedcollection .options .flags.hidden-options li {
      color: #777777; }
.popup-embed .popup .popup-content .embedviewer .options .extra,
  .popup-embed .popup .popup-content .embedcollection .options .extra {
    display: none;
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.popup-embed .popup .popup-content .embedcollection {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }
.popup-embed .popup .popup-content .embedcollection .options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.popup-embed .popup .popup-content .embedcollection .options .extra {
      padding-left: 0; }
.popup-embed .popup .popup-content .embedcollection .code-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.popup-embed .popup .popup-content .embedcollection .code-wrapper .code {
      height: 200px;
      font-size: 13px;
      line-height: 1em;
      resize: none;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; }
.popup-login .bridge,
.popup-signup .bridge {
  text-align: center; }
.popup-login .bridge a,
  .popup-signup .bridge a {
    color: #555555; }
.popup-login .bridge a:hover,
    .popup-signup .bridge a:hover {
      color: #1caad9; }
.popup-login .terms,
.popup-signup .terms {
  text-align: center; }
.popup-login .terms a,
  .popup-signup .terms a {
    text-decoration: underline; }
.popup-login .login-field,
.popup-login .signup-field,
.popup-signup .login-field,
.popup-signup .signup-field {
  margin-top: 20px; }
.popup-login .fields .login-field .form-content .btn-disabled,
.popup-login .fields .login-field .form-content .btn-disabled:hover,
.popup-signup .fields .login-field .form-content .btn-disabled,
.popup-signup .fields .login-field .form-content .btn-disabled:hover {
  background: #999999; }
.popup-login .password-field .form-label,
.popup-signup .password-field .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.popup-login .password-field .form-label .name,
  .popup-signup .password-field .form-label .name {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
.popup-login .password-field .form-label .reset,
  .popup-signup .password-field .form-label .reset {
    color: #b5b5b5;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
.popup-login .password-field .form-label .reset:hover,
    .popup-signup .password-field .form-label .reset:hover {
      color: #1caad9; }
.popup-login .hint,
.popup-signup .hint {
  font-size: 12px;
  color: #999999; }
.popup-login .btn-primary .state-normal,
.popup-signup .btn-primary .state-normal {
  display: inline; }
.popup-login .btn-primary .state-progress,
.popup-signup .btn-primary .state-progress {
  display: none; }
.popup-login .btn-primary .loading,
.popup-signup .btn-primary .loading {
  vertical-align: sub; }
.popup-login .form-buttons .fa, .popup-login .form-buttons .icons-twitter, .popup-login .form-buttons .icons-facebook, .popup-login .form-buttons .icons-pinterest, .popup-login .form-buttons .icons-google, .popup-login .form-buttons .icons-linkedin, .popup-login .form-buttons .icons-tumblr, .popup-login .form-buttons .icons-reddit, .popup-login .form-buttons .popup-signup-finalize .icon-twitter, .popup-signup-finalize .popup-login .form-buttons .icon-twitter, .popup-login .form-buttons .popup-signup-finalize .icon-google, .popup-signup-finalize .popup-login .form-buttons .icon-google, .popup-login .form-buttons .popup-signup-finalize .icon-facebook, .popup-signup-finalize .popup-login .form-buttons .icon-facebook, .popup-login .form-buttons .feed-upload-like-button,
.popup-signup .form-buttons .fa,
.popup-signup .form-buttons .icons-twitter,
.popup-signup .form-buttons .icons-facebook,
.popup-signup .form-buttons .icons-pinterest,
.popup-signup .form-buttons .icons-google,
.popup-signup .form-buttons .icons-linkedin,
.popup-signup .form-buttons .icons-tumblr,
.popup-signup .form-buttons .icons-reddit,
.popup-signup .form-buttons .popup-signup-finalize .icon-twitter, .popup-signup-finalize
.popup-signup .form-buttons .icon-twitter,
.popup-signup .form-buttons .popup-signup-finalize .icon-google, .popup-signup-finalize
.popup-signup .form-buttons .icon-google,
.popup-signup .form-buttons .popup-signup-finalize .icon-facebook, .popup-signup-finalize
.popup-signup .form-buttons .icon-facebook,
.popup-signup .form-buttons .feed-upload-like-button {
  margin-right: 4px; }
.popup-login.processing .btn-primary .state-normal,
.popup-signup.processing .btn-primary .state-normal {
  display: none; }
.popup-login.processing .btn-primary .state-progress,
.popup-signup.processing .btn-primary .state-progress {
  display: inline; }
.popup-signup #correction-suggestion {
  display: none;
  margin-top: 10px;
  color: #ff8507; }
.popup-signup #correction-suggestion a {
    color: inherit;
    text-decoration: underline; }
.popup-signup-finalize .provider {
  text-align: start; }
.popup-signup-finalize .icon-twitter {
  font-size: 18px;
  color: #00c4fc; }
.popup-signup-finalize .icon-google {
  font-size: 18px;
  color: #de4830; }
.popup-signup-finalize .icon-facebook {
  font-size: 18px;
  color: #3a589a; }
.popup-signup-referral .popup .popup-header {
  display: none; }
.signup-referral {
  margin-bottom: 20px;
  text-align: center; }
.signup-referral .image-container {
    margin: 10px auto;
    border-radius: 4px; }
.signup-referral-username {
  display: block; }
.signup-promo {
  padding: 10px;
  margin-bottom: 16px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #cccccc;
  border-radius: 3px; }
.signup-promo-info,
.signup-promo-benefit {
  margin: 0; }
.signup-promo-info {
  margin-bottom: 4px;
  color: #1caad9; }
.signup-promo-benefit {
  font-size: 12px;
  color: #888888; }
.popup-message .popup {
  width: 580px; }
.popup-message .popup .popup-content {
    line-height: 1.6em;
    text-align: justify; }
.popup-message br {
  display: block;
  height: 1em;
  content: ""; }
.popup-message a {
  color: #1caad9; }
.popup-message.popup-delete .popup .popup-content .form-select, .popup-message.popup-report .popup .popup-content .form-select {
  width: 100%;
  margin-bottom: 10px; }
.popup-message.popup-delete .popup .popup-content .form-input, .popup-message.popup-delete .popup .popup-content .dropdown-label, .popup-message.popup-delete .popup .popup-content
.form-listbox, .popup-message.popup-delete .popup .popup-content .form-prefixed-input, .popup-message.popup-report .popup .popup-content .form-input, .popup-message.popup-report .popup .popup-content .dropdown-label, .popup-message.popup-report .popup .popup-content
.form-listbox, .popup-message.popup-report .popup .popup-content .form-prefixed-input {
  width: 100%;
  height: auto;
  box-sizing: border-box; }
.popup-message.popup-delete .popup .popup-content > p:first-of-type, .popup-message.popup-report .popup .popup-content > p:first-of-type {
  margin-top: 0; }
.popup-message.popup-validation-report li {
  margin-left: 35px;
  list-style-type: disc; }
.popup-message.popup-validation-report .popup-content > h3:first-of-type {
  margin-top: 0; }
.popup-share .popup .popup-footer {
  display: none; }
.popup-share .popup .popup-content {
  padding: 30px; }
.popup-share .popup .popup-content .form-label {
    font-size: 13px;
    font-weight: 600;
    color: #000000; }
.popup-share .popup .popup-content .directlink {
    font-weight: 800;
    color: #555555; }
.popup-share .popup .popup-content .socialmedia {
    font-family: "FontAwesome";
    font-size: 36px;
    text-align: left; }
.popup-share .popup .popup-content .socialmedia li {
      display: inline-block;
      cursor: pointer; }
.popup-share .popup .popup-content .socialmedia button {
      padding: 0;
      background: transparent;
      border: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
.popup-share .popup .popup-content .open-embed {
    display: block;
    background-color: #5e5e5e; }
.popup-share .popup .popup-content .open-embed:hover {
      background-color: #555555; }
.embed-share .popup {
  width: 540px; }
.embed-share .popup .popup-content .form-label {
    font-weight: bold; }
.embed-share .popup .popup-content .form-column-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.embed-share .popup .popup-content .link-share {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
.embed-share .popup .popup-content .link-share .form-label {
      margin-bottom: 10px; }
.embed-share .popup .popup-content .embedviewer {
    width: 50%;
    margin-top: 0;
    margin-left: 30px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
.embed-share .popup .popup-content .embedviewer .options .code {
      height: 106px;
      margin-top: 0;
      line-height: 1em; }
.embed-share .popup .popup-content .embedviewer .options .extra {
      margin-bottom: 8px; }
.popup-share-by-email .popup .popup-content {
  text-align: left; }
.popup-share-by-email .popup .popup-content .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
.popup-share-by-email .popup .popup-content .form-input, .popup-share-by-email .popup .popup-content .dropdown-label, .popup-share-by-email .popup .popup-content
  .form-listbox, .popup-share-by-email .popup .popup-content .form-prefixed-input {
    width: 100%; }
.popup-share-by-email .popup .popup-content .form-error {
    font-size: 12px; }
.popup-share-by-email .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 270px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
.popup-share-by-email .wrapper.anonymous {
    min-height: 370px; }
.popup-share-by-email .wrapper.switched {
    height: 60px;
    min-height: 0;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%); }
.popup-share-by-email .wrapper .form {
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
.popup-share-by-email .wrapper .completed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
.popup-share-by-email .wrapper .completed .popup-email-icon {
      padding-top: 10px;
      margin-right: 20px; }
.popup-share-by-email .wrapper .completed .popup-email-message {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.popup-share-by-email .secondary-actions {
  display: none; }
.popup-share-by-email .secondary-actions button {
    float: right; }
.popup-share-preview .popup {
  width: 500px; }
.popup-share-preview .popup .popup-footer {
    display: none; }
.popup-share-preview .copy-result {
  font-weight: bold; }
.popup-share-preview .popup-share-preview-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.popup-share-preview .popup-share-preview-link .directlink {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
.popup-share-preview .popup-share-preview-link .button, .popup-share-preview .popup-share-preview-link .form-button {
    margin-left: 10px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
.popup-upload-browse {
  /**
     * That input needs to be visible for some browsers
     * to accept being tricked into believing we have
     * activated it manually.
     */ }
.popup-upload-browse .popup {
    width: 600px; }
.popup-upload-browse .popup .popup-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.popup-upload-browse .popup .popup-footer > * {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
.popup-upload-browse .popup .popup-content {
      padding-top: 40px;
      padding-bottom: 40px; }
.popup-upload-browse .popup.file-upload-drag:before, .popup-upload-browse .popup.file-upload-drag:after {
      position: absolute; }
.popup-upload-browse .popup.file-upload-drag:before {
      padding: 40% 0 0; }
.popup-upload-browse .popup.file-upload-drag:after {
      top: 35%; }
.popup-upload-browse .popup.accepting:before, .popup-upload-browse .popup.accepting:after {
      color: #1caad9; }
.popup-upload-browse .input {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    opacity: 0; }
.popup-upload-browse .hints {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
.popup-upload-browse .hints .single,
    .popup-upload-browse .hints .archive {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
.popup-upload-browse .hints .or {
      margin: 0 10px;
      font-weight: 300;
      text-transform: uppercase;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
.popup-upload-browse .hints .title,
    .popup-upload-browse .hints .infos {
      text-align: center; }
.popup-upload-browse .hints .title {
      font-size: 21px;
      font-weight: 300; }
.popup-upload-browse .selectors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.popup-upload-browse .selectors > * {
      margin: auto; }
.popup-upload-browse .selectors .choose-file {
      display: block;
      width: 220px; }
.popup-upload-browse .selectors .warnings {
      display: none;
      width: 100%;
      padding: 40px 20px 0; }
.popup-upload-browse .selectors .warnings p {
        width: 100%;
        overflow: hidden;
        font-size: 12px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap; }
.popup-upload-browse .selectors .warnings p span {
          font-weight: bold; }
.popup-upload-browse .selectors .warnings p:before {
          margin-right: 5px;
          font-family: "FontAwesome";
          content: "\F06A"; }
.popup-upload-browse .selectors .warnings .show-warnings {
        color: #1caad9; }
.popup-upload-browse .selectors .analyzing {
      display: none;
      width: 90%;
      margin-top: 40px; }
.popup-upload-browse .selectors .analyzing p {
        margin-left: -26px;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        vertical-align: middle; }
.popup-upload-browse .selectors .analyzing .spinner, .popup-upload-browse .selectors .analyzing .spinner-inverted, .popup-upload-browse .selectors .analyzing .spinner-slow, .popup-upload-browse .selectors .analyzing .spinner-small, .popup-upload-browse .selectors .analyzing .spinner-small-slow, .popup-upload-browse .selectors .analyzing .infinite-grid.loading-previous > .load-previous:before, .popup-upload-browse .selectors .analyzing
      .infinite-grid.loading-next > .load-next:before, .popup-upload-browse .selectors .analyzing .user-summary.loading:after {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        margin-bottom: -3px;
        background-size: 100%; }
.popup-upload-browse .selectors .selection {
      display: none;
      min-height: 45px;
      padding: 0 20px;
      overflow: auto;
      line-height: 45px;
      background: #ffffff;
      border-radius: 10px; }
.popup-upload-browse .selectors .selection .filename {
        overflow: hidden;
        font-size: 16px;
        font-weight: 800;
        color: #000000;
        text-overflow: ellipsis;
        white-space: nowrap; }
.popup-upload-browse .selectors .selection .filelist {
        position: relative;
        z-index: 2;
        display: none;
        width: 250px;
        height: 140px;
        margin-top: 10px;
        overflow: auto; }
.popup-upload-browse .selectors .selection .filelist li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: #666666;
          text-align: left;
          white-space: nowrap; }
.popup-upload-browse .selectors .selection .filelist li span {
            overflow: hidden;
            text-overflow: ellipsis; }
.popup-upload-browse .selectors .selection .filelist li.unreadable {
            position: relative;
            padding-top: 70px;
            padding-right: 0;
            overflow: initial;
            font-size: 12px;
            text-align: center;
            text-overflow: initial;
            white-space: normal; }
.popup-upload-browse .selectors .selection .filelist li.unreadable:before {
              position: absolute;
              top: 40px;
              left: 50%;
              margin-right: 10px;
              margin-left: -18px;
              font-family: "FontAwesome";
              font-size: 36px;
              color: #cccccc;
              content: "\F05E"; }
.popup-upload-browse .selectors .selection .filelist li:after {
            position: absolute;
            right: 0;
            font-family: "FontAwesome"; }
.popup-upload-browse .selectors .selection .filelist li.valid {
            color: #1caad9; }
.popup-upload-browse .selectors .selection .filelist li.valid:after {
              content: "\F00C"; }
.popup-upload-browse .selectors .selection .filelist li.invalid {
            color: #b96c6c; }
.popup-upload-browse .selectors .selection .filelist li.invalid:after {
              content: "\F00D"; }
.popup-upload-browse .selectors .selection .filelist li:not(:last-child) {
            border-bottom: 1px solid #dddddd; }
.popup-upload-browse .selectors .selection.multiple {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
.popup-upload-browse .selectors .selection.multiple .filename {
          display: none; }
.popup-upload-browse .selectors .selection.multiple .filelist {
          display: block; }
.popup-upload-browse .selectors .selection .change {
        height: 20px;
        margin: 13px;
        margin-left: 10px;
        font-size: 13px;
        font-weight: 600;
        color: #1caad9;
        text-decoration: underline;
        cursor: pointer;
        background: 0;
        border: 0;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; }
.popup-upload-browse .selectors .selection .change:hover {
          color: #1c88bb; }
.popup-upload-browse.ready .selectors .choose-file {
    display: none; }
.popup-upload-browse.ready .selectors .selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.popup-upload-settings textarea,
.popup-model-settings textarea,
.popup-collection-settings textarea {
  resize: none; }
.popup-upload-settings.popup-loading .form-field,
.popup-model-settings.popup-loading .form-field,
.popup-collection-settings.popup-loading .form-field {
  z-index: 0; }
.popup-upload-settings .popup,
.popup-model-settings .popup,
.popup-collection-settings .popup {
  width: 90%;
  max-width: 1024px; }
.popup-upload-settings .popup .popup-content .form-row-layout,
  .popup-model-settings .popup .popup-content .form-row-layout,
  .popup-collection-settings .popup .popup-content .form-row-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(1),
    .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(1),
    .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(1) {
      width: 100%;
      min-width: calc(100% - 380px); }
.popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(1) .form-label,
      .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(1) .form-label,
      .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(1) .form-label {
        margin-top: 10px; }
.popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2),
    .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2),
    .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) {
      width: 380px;
      padding-left: 20px;
      margin-left: 20px;
      border-left: 1px solid #aeaeae; }
.popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field,
      .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field,
      .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
.popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability,
        .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability,
        .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability {
          position: absolute;
          bottom: 30px; }
.popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability .form-label,
          .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability .form-label,
          .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability .form-label {
            margin-bottom: 10px; }
.popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability .thumbs-up,
          .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability .thumbs-up,
          .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability .thumbs-up {
            margin-left: 7px; }
.popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability a,
          .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability a,
          .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability a {
            color: #1caad9; }
.popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability .description,
          .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability .description,
          .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field.discoverability .description {
            width: 235px;
            margin-top: 10px;
            font-size: 13px;
            color: #888888;
            text-align: left; }
.popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-label,
        .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-label,
        .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-label {
          padding-top: 2px; }
.popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff:checked ~ .on .form-input, .popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff:checked ~ .on .dropdown-label, .popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff:checked ~ .on
        .form-listbox, .popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff:checked ~ .on .form-prefixed-input,
        .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff:checked ~ .on .form-input,
        .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff:checked ~ .on .dropdown-label,
        .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff:checked ~ .on
        .form-listbox,
        .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff:checked ~ .on .form-prefixed-input,
        .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff:checked ~ .on .form-input,
        .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff:checked ~ .on .dropdown-label,
        .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff:checked ~ .on
        .form-listbox,
        .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff:checked ~ .on .form-prefixed-input {
          width: 100%;
          height: 40px;
          box-sizing: border-box;
          -ms-flex-preferred-size: 30px;
              flex-basis: 30px; }
.popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff ~ .on,
        .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff ~ .on,
        .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field .form-onoff ~ .on {
          margin-top: 12px;
          margin-left: 0; }
.popup-upload-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field:nth-child(1),
        .popup-model-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field:nth-child(1),
        .popup-collection-settings .popup .popup-content .form-row-layout .form-col-layout:nth-child(2) .form-field:nth-child(1) {
          display: block; }
.popup-upload-settings .form-field,
.popup-model-settings .form-field,
.popup-collection-settings .form-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.popup-upload-settings .form-field .form-label,
  .popup-model-settings .form-field .form-label,
  .popup-collection-settings .form-field .form-label {
    width: 140px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
.popup-upload-settings .form-field .form-label .tip,
    .popup-model-settings .form-field .form-label .tip,
    .popup-collection-settings .form-field .form-label .tip {
      font-size: 10px;
      white-space: nowrap; }
.popup-upload-settings .form-field .form-label .help,
    .popup-model-settings .form-field .form-label .help,
    .popup-collection-settings .form-field .form-label .help {
      position: relative;
      bottom: 1px;
      font-size: 12px; }
.popup-upload-settings .form-field.age-restricted .form-label,
  .popup-model-settings .form-field.age-restricted .form-label,
  .popup-collection-settings .form-field.age-restricted .form-label {
    width: 180px; }
.popup-upload-settings .form-field .form-content,
  .popup-model-settings .form-field .form-content,
  .popup-collection-settings .form-field .form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.popup-upload-settings .form-field .form-content .form-onoff-actor,
    .popup-model-settings .form-field .form-content .form-onoff-actor,
    .popup-collection-settings .form-field .form-content .form-onoff-actor {
      position: absolute;
      top: 0;
      right: 0; }
.popup-upload-settings .markdown-editor,
.popup-model-settings .markdown-editor,
.popup-collection-settings .markdown-editor {
  position: relative;
  display: block;
  height: 200px;
  overflow: hidden;
  text-align: left; }
.popup-upload-settings .markdown-editor .textarea-wrapper,
  .popup-model-settings .markdown-editor .textarea-wrapper,
  .popup-collection-settings .markdown-editor .textarea-wrapper {
    height: 100%; }
.popup-upload-settings .markdown-editor.wysiwyg textarea,
  .popup-model-settings .markdown-editor.wysiwyg textarea,
  .popup-collection-settings .markdown-editor.wysiwyg textarea {
    height: 165px;
    padding-top: auto;
    border-radius: 0 0 4px 4px; }
.popup-upload-settings .markdown-editor textarea,
  .popup-model-settings .markdown-editor textarea,
  .popup-collection-settings .markdown-editor textarea {
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 45px;
    border-radius: 4px; }
.popup-upload-settings .markdown-editor .loading-editor,
  .popup-model-settings .markdown-editor .loading-editor,
  .popup-collection-settings .markdown-editor .loading-editor {
    color: #666666;
    pointer-events: none;
    background: #dddddd;
    border: 1px solid #bbbbbb; }
.popup-upload-settings .markdown-editor.wysiwyg .mode-wrapper,
  .popup-model-settings .markdown-editor.wysiwyg .mode-wrapper,
  .popup-collection-settings .markdown-editor.wysiwyg .mode-wrapper {
    top: 4px;
    left: auto;
    background: transparent;
    border-radius: 4px 4px 0 0; }
.popup-upload-settings .markdown-editor .mode-wrapper,
  .popup-model-settings .markdown-editor .mode-wrapper,
  .popup-collection-settings .markdown-editor .mode-wrapper {
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 7px 7px 10px;
    font-size: 10px;
    background: #f5f5f5;
    border-radius: 4px; }
.popup-upload-settings .markdown-editor .mode-wrapper .mode-info,
    .popup-model-settings .markdown-editor .mode-wrapper .mode-info,
    .popup-collection-settings .markdown-editor .mode-wrapper .mode-info {
      margin-top: 3px;
      margin-right: 9px;
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; }
.popup-upload-settings .markdown-editor .mode-wrapper .mode-info .info,
      .popup-model-settings .markdown-editor .mode-wrapper .mode-info .info,
      .popup-collection-settings .markdown-editor .mode-wrapper .mode-info .info {
        display: inline-block;
        float: right;
        min-width: 110px;
        margin-top: 0;
        margin-right: 10px;
        margin-left: 5px;
        font-size: 11px;
        color: #888888; }
.popup-upload-settings .markdown-editor .mode-wrapper .mode,
    .popup-model-settings .markdown-editor .mode-wrapper .mode,
    .popup-collection-settings .markdown-editor .mode-wrapper .mode {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top-left-radius: 4px;
      border-bottom-right-radius: 4px; }
.popup-upload-settings .markdown-editor .mode-wrapper .mode a,
      .popup-model-settings .markdown-editor .mode-wrapper .mode a,
      .popup-collection-settings .markdown-editor .mode-wrapper .mode a {
        display: inline-block;
        width: 60px;
        height: 20px;
        padding: 0 6px;
        font-size: 10px;
        line-height: 20px;
        color: #888888;
        text-align: center;
        text-transform: uppercase;
        background-color: #ffffff; }
.popup-upload-settings .markdown-editor .mode-wrapper .mode a.active,
        .popup-model-settings .markdown-editor .mode-wrapper .mode a.active,
        .popup-collection-settings .markdown-editor .mode-wrapper .mode a.active {
          color: #ffffff;
          background-color: #1caad9; }
.popup-upload-settings .markdown-editor .mode-wrapper .mode li:first-child a,
      .popup-model-settings .markdown-editor .mode-wrapper .mode li:first-child a,
      .popup-collection-settings .markdown-editor .mode-wrapper .mode li:first-child a {
        border-radius: 3px 0 0 3px; }
.popup-upload-settings .markdown-editor .mode-wrapper .mode li:last-child a,
      .popup-model-settings .markdown-editor .mode-wrapper .mode li:last-child a,
      .popup-collection-settings .markdown-editor .mode-wrapper .mode li:last-child a {
        border-radius: 0 3px 3px 0; }
.popup-upload-settings .markdown-editor.wysiwyg .markdown-wrapper,
  .popup-model-settings .markdown-editor.wysiwyg .markdown-wrapper,
  .popup-collection-settings .markdown-editor.wysiwyg .markdown-wrapper {
    top: 41px;
    right: 1px;
    left: 1px;
    padding-top: 0; }
.popup-upload-settings .markdown-editor .markdown-wrapper,
  .popup-model-settings .markdown-editor .markdown-wrapper,
  .popup-collection-settings .markdown-editor .markdown-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: none;
    padding: 38px 15px 5px;
    overflow: auto;
    background: #ffffff;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    border-radius: 4px; }
.popup-upload-settings .markdown-editor.enabled textarea,
  .popup-model-settings .markdown-editor.enabled textarea,
  .popup-collection-settings .markdown-editor.enabled textarea {
    display: none; }
.popup-upload-settings .markdown-editor.enabled .editor-toolbar > *,
  .popup-model-settings .markdown-editor.enabled .editor-toolbar > *,
  .popup-collection-settings .markdown-editor.enabled .editor-toolbar > * {
    display: none; }
.popup-upload-settings .markdown-editor.enabled .markdown-wrapper,
  .popup-model-settings .markdown-editor.enabled .markdown-wrapper,
  .popup-collection-settings .markdown-editor.enabled .markdown-wrapper {
    display: block; }
.popup-upload-settings .markdown-editor.enabled .markdown-wrapper .markdown-rendered-content,
    .popup-model-settings .markdown-editor.enabled .markdown-wrapper .markdown-rendered-content,
    .popup-collection-settings .markdown-editor.enabled .markdown-wrapper .markdown-rendered-content {
      word-break: break-all;
      visibility: visible; }
.popup-upload-settings .downloadable-settings-price,
.popup-model-settings .downloadable-settings-price,
.popup-collection-settings .downloadable-settings-price {
  display: block; }
.popup-upload-settings .tooltip.restricted,
.popup-model-settings .tooltip.restricted,
.popup-collection-settings .tooltip.restricted {
  left: inherit;
  width: 170px;
  margin-left: 80px; }
.popup-upload-settings .complete,
.popup-model-settings .complete,
.popup-collection-settings .complete {
  display: none; }
.popup-upload-settings .popup-header,
.popup-model-settings .popup-header,
.popup-collection-settings .popup-header {
  position: relative; }
.popup-upload-settings .popup-header .popup-title .filename,
  .popup-model-settings .popup-header .popup-title .filename,
  .popup-collection-settings .popup-header .popup-title .filename {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.popup-upload-settings .popup-header .progression,
  .popup-model-settings .popup-header .progression,
  .popup-collection-settings .popup-header .progression {
    position: absolute;
    top: 70px;
    right: 20px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    line-height: 30px; }
.popup-upload-settings .popup-header .progression .percentage,
    .popup-model-settings .popup-header .progression .percentage,
    .popup-collection-settings .popup-header .progression .percentage {
      width: 70px;
      font-size: 18px;
      text-align: right;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
.popup-upload-settings.state-uploading .popup .popup-header,
.popup-model-settings.state-uploading .popup .popup-header,
.popup-collection-settings.state-uploading .popup .popup-header {
  height: 120px; }
.popup-upload-settings.state-ready .popup .popup-header .popup-title .filename,
.popup-model-settings.state-ready .popup .popup-header .popup-title .filename,
.popup-collection-settings.state-ready .popup .popup-header .popup-title .filename {
  display: none; }
.popup-upload-settings.state-ready .popup .popup-header .popup-title .complete,
.popup-model-settings.state-ready .popup .popup-header .popup-title .complete,
.popup-collection-settings.state-ready .popup .popup-header .popup-title .complete {
  display: block; }
.popup-upload-settings .categories-selected,
.popup-model-settings .categories-selected,
.popup-collection-settings .categories-selected {
  text-align: initial;
  text-transform: capitalize; }
.popup-upload-settings .suggested-tags,
.popup-model-settings .suggested-tags,
.popup-collection-settings .suggested-tags {
  font-size: 12px;
  text-align: left; }
.popup-upload-settings .suggested-tags .fa-question-circle,
  .popup-model-settings .suggested-tags .fa-question-circle,
  .popup-collection-settings .suggested-tags .fa-question-circle {
    color: #555555; }
.popup-model-settings .tags .item span {
  overflow: hidden;
  text-overflow: ellipsis; }
.popup-collection-settings .popup {
  width: 400px; }
.popup-collection-settings .popup .form-row-layout .form-field {
    display: block; }
.popup-upload-processing .popup {
  width: 600px; }
.popup-upload-processing .popup-content {
  padding-bottom: 32px; }
.popup-upload-processing .skip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  transition: 0.5s; }
.popup-upload-processing .spinner, .popup-upload-processing .spinner-inverted, .popup-upload-processing .spinner-slow, .popup-upload-processing .spinner-small, .popup-upload-processing .spinner-small-slow, .popup-upload-processing .infinite-grid.loading-previous > .load-previous:before, .popup-upload-processing
.infinite-grid.loading-next > .load-next:before, .popup-upload-processing .user-summary.loading:after {
  display: inline-block; }
.popup-upload-processing.slow-processing .skip {
  opacity: 1; }
.popup-upload-wait .popup {
  width: 600px; }
.popup-upload-wait .spinner, .popup-upload-wait .spinner-inverted, .popup-upload-wait .spinner-slow, .popup-upload-wait .spinner-small, .popup-upload-wait .spinner-small-slow, .popup-upload-wait .infinite-grid.loading-previous > .load-previous:before, .popup-upload-wait
.infinite-grid.loading-next > .load-next:before, .popup-upload-wait .user-summary.loading:after {
  display: inline-block;
  text-align: center; }
.popup-upload-wait p {
  margin-top: 10px; }
.popup-archive .popup {
  width: 600px; }
.popup-archive .progression {
  height: auto; }
.popup-archive .progressbar {
  height: 32px;
  clear: both; }
.popup-archive .percentage {
  float: right;
  font-size: 12px; }
.popup-archive .filename {
  float: left;
  margin: 0 0 5px;
  font-size: 12px;
  text-align: left; }
.popup-warnings .popup {
  width: 500px; }
.popup-warnings .popup-content {
  max-height: 200px;
  overflow: auto; }
.popup-warnings li {
  padding-bottom: 20px;
  margin: 0 0 20px;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
.popup-warnings li span {
    font-weight: bold; }
.popup-warnings li:last-child {
  border-bottom: none; }
.popup-warnings li:before {
  margin-right: 5px;
  font-family: "FontAwesome";
  content: "\F06A"; }
.popup-licenses .popup {
  width: 500px; }
.popup-licenses .popup .popup-content {
    text-align: initial; }
.popup-licenses .popup a {
    color: #1caad9; }
.popup-licenses .popup a:hover {
      color: #1c88bb; }
.popup-licenses .license-info-cc-options > .option {
  margin: 16px 0; }
.popup-licenses .license-info-cc-options > .option > .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.popup-licenses .license-info-cc-options > .option > .title .form-checkbox-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
.popup-licenses .license-info-cc-options > .option > .title h2 {
      margin-top: 0;
      margin-left: 5px;
      font-size: inherit;
      font-weight: bold;
      line-height: 24px; }
.popup-licenses .license-info-cc-options > .option > .title h2 label {
        cursor: pointer; }
.popup-licenses .license-info-cc-options > .option > .description {
    margin-top: 0;
    margin-left: 18px; }
body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #f2f2f2; }
body.overflow-hidden {
    overflow-y: hidden; }
.container {
  width: 80%;
  max-width: 2000px;
  margin: 0 auto; }
.container.responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.container.responsive .page-title {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
#main-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 60px;
  line-height: 56px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
.top.box-shadow-none {
    box-shadow: none; }
.top.searching {
    background: #ffffff;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0); }
.top.searching.with-shadow {
      box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15); }
.top.standalone {
    box-shadow: none; }
.top .logo {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
.top .logo .link {
      display: block;
      height: 60px;
      background: transparent url(/static/builds/web/dist/sketchfab-logo-hover-c3cee4af0e6b44836b194dcea18cbe8f.png) no-repeat -100% -100%;
      background-size: contain; }
.top .logo .link .visual {
        position: relative;
        top: 15px;
        display: block;
        transition: opacity 0; }
.top .logo .link:hover {
        background-position: center center; }
.top .logo .link:hover .visual {
          opacity: 0;
          transition: opacity 0.1s; }
.top.searching .navigation {
    max-width: 0;
    margin-right: 0;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: max-width 0.4s, opacity 0.2s; }
.top .navigation {
    max-width: 400px;
    margin: 0 30px 0 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
.top .navigation .section {
      position: relative;
      display: inline-block;
      margin: 0; }
.top .navigation .section .link {
        display: inline-block;
        height: 100%;
        padding: 4px 20px 0 0;
        font-family: "Titillium Web", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #222222;
        text-transform: uppercase; }
.top .navigation .section .link:after {
          display: inline-block;
          margin-left: 11px;
          font-family: "FontAwesome";
          font-size: 12px;
          font-weight: 400;
          color: #bababa;
          text-transform: none;
          vertical-align: middle;
          content: "\F078"; }
.top .navigation .section .link:hover {
          color: #1caad9; }
.top .navigation .section .link:hover:after {
            color: #1caad9; }
.top .navigation .section .hover-menu {
        left: -20px; }
.top.searching .search .box {
    max-width: 100%;
    transition: max-width 0.4s; }
.top.searching .search .header-search-cancel {
    max-width: 200px;
    pointer-events: all;
    opacity: 1; }
.top .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.top .search .header-search-cancel {
      max-width: 0;
      margin-left: 16px;
      font-family: "Titillium Web", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #555555;
      text-transform: uppercase;
      pointer-events: none;
      background: transparent;
      border: 0;
      outline: 0;
      opacity: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
.top .search .box {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 200px;
      height: 32px;
      padding-left: 5px;
      margin-top: 14px;
      overflow: hidden;
      vertical-align: middle;
      background: #f2f2f2;
      border: 1px solid transparent;
      border-radius: 4px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
.top .search .box .search-icon {
        display: block;
        padding: 2px 6px 2px 2px;
        font-family: "FontAwesome";
        font-size: 16px;
        line-height: 28px;
        color: #999999;
        cursor: pointer;
        content: "\F002";
        background: 0;
        border: 0;
        outline: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
.top .search .box .search-icon:hover {
          color: #1caad9; }
.top .search .box .clear {
        position: relative;
        top: 0;
        right: 4px;
        padding: 8px;
        font-size: 11px;
        line-height: 14px;
        color: #434343;
        vertical-align: middle;
        outline: none;
        transition: opacity 200ms ease-in-out; }
.top .search .box .clear:after {
          font-family: "FontAwesome";
          content: "\F00D"; }
.top .search .box .clear:hover {
          color: #1caad9; }
.top .search .box .clear.hidden {
          pointer-events: none;
          opacity: 0; }
.top .search .value {
      display: block;
      height: 100%;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      color: black;
      background-color: transparent;
      border: 0;
      outline: none;
      transition: width 0.4s;
      transition-delay: 0.4s;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
.top .search .value::-webkit-input-placeholder {
        color: #999999; }
.top .search .value:focus {
        width: 220px;
        transition-delay: 0; }
.top .search .value:disabled {
        color: #888888; }
.top.searching .box {
    border: 1px solid #cccccc; }
.top.searching .actions {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-width 0.4s, opacity 0.2s; }
.top .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 290px;
    font-size: 15px;
    color: #999999;
    opacity: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
.top .actions .login {
      padding: 0;
      margin-top: 2px;
      margin-right: 7px;
      color: #222222;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
.top .actions .login:hover {
        color: #1caad9; }
.top .actions .signup {
      margin-top: 2px;
      margin-right: 10px;
      margin-left: 9px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
.top .actions .download {
      margin-right: 20px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
.top .actions .user {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 59px;
      cursor: pointer; }
.top .actions .user .infos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
.top .actions .user .avatar {
        margin-right: 10px;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; }
.top .actions .user .avatar .image-container {
          border-radius: 2px; }
.top .actions .user .name {
        margin-right: 11px;
        overflow: hidden;
        color: #222222;
        text-overflow: ellipsis;
        white-space: nowrap; }
.top .actions .user .hover-menu {
        right: 0;
        left: auto;
        max-width: 180px; }
.top .actions .user .hover-menu .username-wrapper {
          overflow: hidden;
          text-overflow: ellipsis; }
.top .actions .user::after {
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 11px;
        font-weight: normal;
        color: #bababa;
        text-transform: none;
        vertical-align: middle;
        content: "\F078"; }
.top .actions .user:hover .name, .top .actions .user:hover::after {
        color: #1caad9; }
.top .hover-menu {
    min-width: 170px;
    margin-top: -12px; }
.top-inverted.searching {
  transition: background 200ms linear; }
.top-inverted.searching .logo .link {
    background: transparent url(/static/builds/web/dist/sketchfab-logo-8bc6696c7ed7369e1acaee4ec5168169.png) no-repeat center center;
    background-size: 100%; }
.top-inverted.searching .logo .link:hover {
      background-image: url(/static/builds/web/dist/sketchfab-logo-hover-c3cee4af0e6b44836b194dcea18cbe8f.png); }
.top-inverted.searching .logo .link img {
      visibility: hidden; }
.top-inverted:not(.searching) {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
.top-inverted:not(.searching) .logo .link {
    background-image: url(/static/builds/web/dist/sketchfab-logo-white-hover-0bf25ec46d22b8013f2b6b6f14d367aa.png); }
.top-inverted:not(.searching) .navigation .section .link {
    color: #ffffff; }
.top-inverted:not(.searching) .search .value {
    color: #cccccc; }
.top-inverted:not(.searching) .actions .login {
    color: #999999; }
.top-inverted:not(.searching) .actions .user .name {
    color: #ffffff; }
.responsive-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.95);
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.responsive-top.hidden {
    visibility: hidden; }
.responsive-top .togglenavigation,
  .responsive-top .opensearch,
  .responsive-top .closesearch {
    padding: 0 20px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.responsive-top .togglenavigation.closesearch, .responsive-top .togglenavigation:active,
    .responsive-top .opensearch.closesearch,
    .responsive-top .opensearch:active,
    .responsive-top .closesearch.closesearch,
    .responsive-top .closesearch:active {
      color: #ffffff;
      background: #1caad9; }
.responsive-top .clear {
    padding: 8px 15px;
    font-size: 11px;
    line-height: 40px;
    color: #434343;
    vertical-align: middle;
    outline: none;
    transition: opacity 200ms ease-in-out; }
.responsive-top .clear:after {
      font-family: "FontAwesome";
      content: "\F00D"; }
.responsive-top .clear:hover {
      color: #1caad9; }
.responsive-top .clear.hidden {
      pointer-events: none;
      opacity: 0; }
.responsive-top .logo {
    width: 100%; }
.responsive-top .logo span {
      display: inline-block;
      width: 100%;
      height: 100%; }
.responsive-top .logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100px;
      height: 40px;
      margin: 0 auto; }
.responsive-top .logo svg {
      margin: auto;
      pointer-events: none; }
.responsive-top .search {
    display: none;
    width: 100%;
    height: 100%;
    font-size: 16px; }
.responsive-top .search .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
.responsive-top .search .search-field {
      height: 100%;
      padding: 0 0 0 15px;
      font-family: "Open Sans", sans-serif;
      border: 0;
      outline: none;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; }
.responsive-top .search .search-field:disabled {
        color: #888888;
        background: #cccccc; }
.responsive-top .search .closesearch {
      height: 100%;
      padding: 0 15px;
      font-family: "Titillium Web", sans-serif;
      border: 0;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none; }
.responsive-top .search.search-focused {
      position: absolute;
      top: 0;
      right: 100%; }
.responsive-top.searchmode {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dddddd;
    box-shadow: none; }
.responsive-top.searchmode .togglenavigation,
    .responsive-top.searchmode .opensearch,
    .responsive-top.searchmode .logo {
      display: none; }
.responsive-top.searchmode .search {
      display: block; }
.responsive-navigation {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 250px;
  height: 100%;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transform: translate3d(-250px, 0, 0);
          transform: translate3d(-250px, 0, 0); }
.responsive-navigation .inner {
    position: absolute;
    z-index: 3;
    width: inherit;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #ffffff;
    background: #555555; }
.responsive-navigation .navigation {
    margin-bottom: 20px; }
.responsive-navigation .navigation .section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
.responsive-navigation .navigation .link,
    .responsive-navigation .navigation .user-name,
    .responsive-navigation .navigation .btn-textified {
      display: block;
      padding: 0 20px;
      line-height: 40px; }
.responsive-navigation .navigation .btn-textified {
      display: block;
      width: 100%; }
.responsive-navigation .navigation .title,
    .responsive-navigation .navigation .user-name {
      font-weight: 600;
      text-transform: uppercase;
      background: #444444; }
.responsive-navigation .navigation .title .avatar,
      .responsive-navigation .navigation .user-name .avatar {
        margin-top: 10px; }
.responsive-navigation .login {
    display: block;
    margin: 0 20px;
    margin-bottom: 10px; }
.responsive-navigation .signup {
    display: block;
    text-align: center; }
.responsive-navigation-auth {
  padding: 16px 0; }
.responsive-navigation-bind-out {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: none;
  width: calc(100% - 250px);
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
.header-content {
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15); }
.header-content .header-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px; }
.header-content .header-menu .title i {
      display: none; }
.header-content .header-menu .elements {
      height: 48px;
      overflow: hidden;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
.header-content .header-menu .elements .item {
        position: relative;
        display: inline-block;
        padding: 8px 15px 15px;
        font-family: "Titillium Web", sans-serif;
        font-size: 14px;
        color: #555555;
        text-transform: uppercase;
        background: #ffffff; }
.header-content .header-menu .elements .item.out {
          visibility: hidden; }
.header-content .header-menu .elements .item.active {
          color: #01a9da; }
.header-content .header-menu .elements .item.active:after {
            display: block; }
.header-content .header-menu .elements .item:after {
          position: absolute;
          top: 44px;
          left: 0;
          z-index: 1;
          display: none;
          width: 100%;
          height: 4px;
          content: "";
          background: #01a9da;
          border-radius: 2px; }
.header-content .header-menu .more {
      display: none;
      padding: 8px 0 15px 15px;
      font-family: "Titillium Web", sans-serif;
      font-size: 14px;
      color: #555555;
      text-align: right;
      text-transform: uppercase;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 10%);
      background: #ffffff; }
.header-content .header-menu .more .menu {
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 2;
        display: none;
        text-align: left; }
.header-content .header-menu .more .menu .form-menu-select {
          min-width: 18em; }
.header-content .header-menu .more .menu .item {
          text-transform: uppercase; }
.header-content .header-menu .more .menu.toggle {
          display: block; }
.overlay .categories .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0 42px;
  font-weight: bold;
  color: #01a9da;
  text-align: left; }
.overlay .categories .title i {
    display: block; }
.overlay .categories .title .icon-cube-outline-01 {
    margin: 3px 17px 3px 3px; }
.overlay .categories .item {
  display: block;
  padding: 15px;
  margin-left: 28px;
  text-align: left;
  cursor: pointer;
  background: transparent; }
.overlay .categories .item.active:after {
    display: none; }
.overlay .categories .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff; }
.overlay .categories .item a i {
      width: 25px;
      margin: 4px 15px 4px 4px;
      margin-right: 15px;
      text-align: center; }
.overlay .categories .item a .animals-creatures:before {
      content: "\F188"; }
.overlay .categories .item a .architecture:before {
      content: "\F0F7"; }
.overlay .categories .item a .cars-vehicles:before {
      content: "\F1B9"; }
.overlay .categories .item a .gaming:before {
      content: "\F11B"; }
.overlay .categories .item a .places-scenes:before {
      content: "\F185"; }
.overlay .categories .item a .products-technology:before {
      content: "\F025"; }
.overlay .categories .item a .science-nature-education:before {
      content: "\F14E"; }
.overlay .categories .item a .weapons:before {
      content: "\F1E2"; }
.overlay .categories .item a .cultural-heritage:before {
      content: "\F19C"; }
.overlay .categories .item a .characters:before {
      content: "\F182"; }
.overlay .categories .item.active {
    border: none; }
.overlay .categories .item.active a {
      color: #01a9da; }
.overlay .responsive-filters section {
  width: 90%;
  margin-right: auto;
  margin-left: auto; }
.overlay .responsive-filters section .title {
    margin: 30px 0 10px;
    color: #ffffff; }
.overlay .responsive-filters button {
  width: 100%;
  height: 40px;
  margin: 30px 0;
  text-transform: uppercase; }
.responsive-header-menu {
  display: none; }
.responsive-header-menu .element {
    width: 100%;
    padding: 15px;
    font-size: 13px;
    color: #8f8f8f;
    background: #ffffff;
    box-shadow: inset 0 0 5px 0 rgba(85, 85, 85, 0.15); }
.responsive-header-menu .element i {
      float: right;
      margin-top: 3px;
      color: #bababa; }
.responsive-header-menu .element.all span {
      display: inline-block;
      max-width: calc(100% - 20px);
      overflow: hidden;
      text-overflow: ellipsis;
      text-transform: uppercase;
      white-space: nowrap; }
.responsive-header-menu .element.model-filters {
      width: 190px; }
.responsive-header-menu .element.profile {
      margin-bottom: 25px; }
.responsive-header-menu .menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); }
.responsive-header-menu .menu .element a {
      color: #ffffff; }
.content {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-top: 60px;
  padding-bottom: 130px;
  overflow: hidden;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
.content .page-title {
    display: inline-block;
    padding-top: 24px;
    margin-bottom: 10px; }
.content .page-description {
    margin: 12px 0 26px;
    font-weight: 400;
    color: #555555; }
.content.restricted {
    overflow-y: scroll; }
.content .restricted-overlay {
    position: absolute;
    z-index: 7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 100px;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #f2f2f2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.content .restricted-overlay .flag-restricted {
      -webkit-transform: scale(1.4);
              transform: scale(1.4); }
.content .restricted-overlay p {
      text-align: center; }
.content .restricted-overlay a {
      color: #1caad9 !important; }
.content .restricted-overlay button {
      margin: 10px; }
.content .restricted-overlay.hidden {
      display: none; }
.content > section:nth-of-type(odd) {
    color: #555555; }
.content > section:nth-of-type(odd) a {
      color: #1caad9; }
.content > section:nth-of-type(odd) a:hover {
        color: #1c88bb; }
.content > section:nth-of-type(even) {
    color: #eeeeee;
    background: #1caad9 url(/static/builds/web/dist/triangles-6bab0013b79712f2628cc1034d608ac5.png) left bottom repeat-x; }
.content > section:nth-of-type(even) a {
      color: white; }
.content > section:nth-of-type(even) a:hover {
        color: #f2f2f2; }
.content > section:nth-of-type(even) .btn-primary {
      background-color: #1687ac; }
.content > section:nth-of-type(even) .btn-primary:hover, .content > section:nth-of-type(even) .btn-primary:focus {
        background-color: #137595; }
.content > section:nth-of-type(even):nth-last-of-type(-n+2) {
    background: #1caad9 url(/static/builds/web/dist/triangles-mirrored-8bd7d1a114879a0f8591a9da14123ba3.png) left top repeat-x; }
.content > section {
    padding: 40px 0; }
.content > section.categories-container, .content > section.profile-container, .content > section.explore-container, .content > section.model-container, .content > section.tags-container, .content > section.newsfeed-container {
      padding-top: 0; }
.content > section.categories-container a, .content > section.profile-container a, .content > section.explore-container a, .content > section.model-container a, .content > section.tags-container a, .content > section.newsfeed-container a {
        color: #555555; }
.content > section.categories-container a:hover, .content > section.profile-container a:hover, .content > section.explore-container a:hover, .content > section.model-container a:hover, .content > section.tags-container a:hover, .content > section.newsfeed-container a:hover {
          color: #1caad9; }
.content > section.settings-container {
      padding-top: 15px; }
.content.inline-popup {
    display: block; }
.content.inline-popup .popup-container {
      position: initial;
      z-index: initial;
      padding: 60px 0;
      margin: auto;
      background: initial;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
.content.inline-popup .popup-container .popup-overlay {
        display: none; }
.content.inline-popup .popup-container .popup {
        position: relative;
        width: 400px;
        margin: 5px auto;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
.content.inline-popup .popup-container .popup .footer {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none; }
.content.inline-popup .popup-container .popup-content {
        text-align: left; }
.restricted .two-columns .header,
.restricted .two-columns .columns-wrapper {
  display: none; }
.two-columns .columns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.two-columns.sidebar-left .left {
  width: 260px;
  margin-right: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px; }
.two-columns.sidebar-left .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.two-columns.sidebar-right .left {
  min-width: 0;
  /* -> https://bugzilla.mozilla.org/show_bug.cgi?id=1136818 */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.two-columns.sidebar-right .right {
  width: 33%;
  padding-left: 50px;
  word-wrap: break-word;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
.two-columns.sidebar-right .right .sidebar-box {
    padding: 20px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 5px 0 rgba(85, 85, 85, 0.15); }
.two-columns.sidebar-right .right .sidebar-box .sidebar-title {
      display: block;
      margin-top: 0;
      margin-bottom: 10px;
      font-family: "Titillium Web", sans-serif;
      font-size: 0.8rem;
      font-weight: 400;
      line-height: 1;
      color: #999999;
      text-transform: uppercase; }
.two-columns.sidebar-right .right .sidebar-box:first-child {
      margin-top: 0; }
.two-columns.sidebar-right .right .sidebar-box .show-more {
      display: block;
      margin-top: 1em;
      font-family: "Titillium Web", sans-serif;
      font-size: 0.8rem;
      color: #999999;
      text-transform: uppercase; }
.two-columns.sidebar-right .right .sidebar-box .show-more:hover {
        color: #1caad9; }
.two-columns.sidebar-right .right .sidebar-box .show-more i {
        margin-right: 4px; }
.two-columns.sidebar-right .right .sidebar-box:hover .edit-link {
      opacity: 1; }
.two-columns.sidebar-right .right .sidebar-box .edit-link {
      float: right;
      margin-top: -5px;
      line-height: 1.3em;
      color: #1caad9;
      opacity: 0;
      transition: 0.15s opacity ease; }
.two-columns.sidebar-right .right .sidebar-box .edit-link:hover {
        border-bottom: 1px solid #1caad9; }
.two-columns.sidebar-right .right .sidebar-box .edit-profile-link {
      color: #1caad9; }
.two-columns.model-container {
  position: relative; }
.two-columns.model-container.sidebar-right .right {
    padding-left: 30px; }
.two-columns .viewer-api-container.sidebar-right .left iframe {
  width: 100%; }
.two-columns .viewer-api-container.sidebar-right .left .two-columns.two-embed-container .left {
  width: 50%;
  margin-right: 0; }
.two-columns .viewer-api-container.sidebar-right .left .two-columns.two-embed-container .right {
  width: 50%; }
.two-columns .viewer-api-container.sidebar-right .right {
  width: 20%;
  padding-left: 0; }
.two-columns .viewer-api-container.sidebar-right .right .button, .two-columns .viewer-api-container.sidebar-right .right .form-button {
    width: 100%; }
.two-columns .viewer-api-container.sidebar-right .right .icon {
    font-family: "FontAwesome";
    font-size: 30px;
    -webkit-font-smoothing: antialiased; }
.topic-header {
  padding: 30px 0 35px !important; }
@media (max-width: 800px) {
  .top .search-tools-container .search-contentTypes [data-content="everything"] {
    display: none; }
  .top .search-tools-container .search-contentTypes [data-action="toggle-filters"] {
    height: 100%;
    padding: 0 11px;
    margin: 0;
    font-family: "Titillium Web";
    font-weight: bold;
    color: #1caad9;
    vertical-align: top;
    border-left: 1px solid #dddddd; }
    .top .search-tools-container .search-contentTypes [data-action="toggle-filters"] i {
      margin-left: 5px; }
  .top .search-tools-container .search-contentTypes > .container {
    width: 100%; }
  .top .search-tools-container .search-contentTypes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .top .search-tools-container .search-contentTypes ul li {
      margin: 0 5px;
      overflow: hidden;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .top .search-tools-container .search-contentTypes a {
    color: transparent; }
    .top .search-tools-container .search-contentTypes a.active {
      color: transparent; }
  .top .search-tools-container .search-contentTypes svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px; } }
.vr-link-container .button, .vr-link-container .form-button {
  position: fixed;
  right: 15px;
  bottom: 15px;
  -webkit-animation: 0.2s linear 2s both fadeInUp;
          animation: 0.2s linear 2s both fadeInUp; }
.grid > .items-container .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-perspective: 1000px;
          perspective: 1000px; }
.grid > .items-container .items > .item {
    opacity: 1;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s; }
.grid > .items-container .items > .item.item-hidden {
      opacity: 0;
      -webkit-transform: translateZ(20px);
              transform: translateZ(20px); }
.grid.grid-users > .items-container > .items > .item {
  width: calc((100% - 20px * (2)) / 3 - 1px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
.grid.grid-users > .items-container > .items > .item:nth-of-type(n) {
    margin-top: 30px;
    margin-left: 20px; }
.grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu {
      right: 0;
      left: auto; }
.grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
        right: 100%;
        margin-right: -5px;
        margin-left: 0; }
.grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
        border-top-left-radius: 4px;
        border-top-right-radius: 0; }
.grid.grid-users > .items-container > .items > .item:nth-of-type(-n+3) {
    margin-top: 0; }
.grid.grid-users > .items-container > .items > .item:nth-of-type(3n+1) {
    margin-left: 0; }
.grid.grid-models > .items-container > .items > .item {
  width: calc((100% - 20px * (3)) / 4 - 1px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
.grid.grid-models > .items-container > .items > .item:nth-of-type(n) {
    margin-top: 30px;
    margin-left: 20px; }
.grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu {
      right: 0;
      left: auto; }
.grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
        right: 100%;
        margin-right: -5px;
        margin-left: 0; }
.grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
        border-top-left-radius: 4px;
        border-top-right-radius: 0; }
.grid.grid-models > .items-container > .items > .item:nth-of-type(-n+4) {
    margin-top: 0; }
.grid.grid-models > .items-container > .items > .item:nth-of-type(4n+1) {
    margin-left: 0; }
.grid.grid-collections > .items-container > .items > .item {
  width: calc((100% - 20px * (3)) / 4 - 1px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
.grid.grid-collections > .items-container > .items > .item:nth-of-type(n) {
    margin-top: 30px;
    margin-left: 20px; }
.grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu {
      right: 0;
      left: auto; }
.grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
        right: 100%;
        margin-right: -5px;
        margin-left: 0; }
.grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
        border-top-left-radius: 4px;
        border-top-right-radius: 0; }
.grid.grid-collections > .items-container > .items > .item:nth-of-type(-n+4) {
    margin-top: 0; }
.grid.grid-collections > .items-container > .items > .item:nth-of-type(4n+1) {
    margin-left: 0; }
.grid.grid-collections-addcard > .items-container > .items > .item {
  width: calc((100% - 20px * (0)) / 1 - 1px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
.grid.grid-collections-addcard > .items-container > .items > .item:nth-of-type(n) {
    margin-top: 30px;
    margin-left: 20px; }
.grid.grid-collections-addcard > .items-container > .items > .item:nth-of-type(n) .hover-menu {
      right: 0;
      left: auto; }
.grid.grid-collections-addcard > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
        right: 100%;
        margin-right: -5px;
        margin-left: 0; }
.grid.grid-collections-addcard > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
        border-top-left-radius: 4px;
        border-top-right-radius: 0; }
.grid.grid-collections-addcard > .items-container > .items > .item:nth-of-type(-n+1) {
    margin-top: 0; }
.grid.grid-collections-addcard > .items-container > .items > .item:nth-of-type(1n+1) {
    margin-left: 0; }
.placeholder {
  /* This is heavy (~3.5kb), but allows for instant-display model cards */
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/wgALCAEYAcABAREA/8QAGQABAQEBAQEAAAAAAAAAAAAAAgEAAwQG/9oACAEBAAAAAPrNtddbbarUqrbbdppJIZCYZJJNNNtttdbrVaqkqqrbttpJCYTDDIZpppttrrrbVVUklVVddtNDISTCYTJJppttrrbbVUkkklVrdtNDCSSTCYZJNNNtddbVUkkkkkqrrppDCSQSSTIZpNNtdbbVUkmmkklbdtJDCCSCSSTJJpNrrrVVU0mmmklVtZjISCCCCSTJJJprrbakkmm02k6sttIYQQQCASTDJNNLrbUkk02200krdtMIQQAQACSZDNNtcrUq0222206lrpJCQRzPMAgEkySTbW2qpNNt9G221atpjATzI5gAAEQmSTa62pJNN9H0fRtpLGarEkADmBzABBMMk21tVdbbb6Po+jTQmumrJAHMcxzAAJJhmmuVqSafR9H0fRtvnrVoZuhA5jmOY5gAgwySa22pNNvo+nTo+jZlfXphxJzAHPmOfMDmQRDJJrbak2ujfTp0fR9FzXTuttOHI9CBz5jnz5gAEkySa21JJtvp0fTp0fTB97em5m+c2jnzHPmOfMAEkySa21JJtvp0fTp0fSF+jphnh5jaBz58+fMDmCCTJJrbUkm2+nR9OnR9IV6OlmuHmOQ5jnz58xzABJMkmttrSTfTo+nR9OjoXoakUPlKvMc+fMc+YABJMkmttqTTb6Pp06Po3yXXspLuXA9QOYHPnzAABJMkmuqqSbXRvp0fR9Fgn1UnIFIDmOY58wAASZJJrrVU022+j6Po0yVlpDWQAOY5jmACSZDptbakk2230b6NNQbbZ0kADmBzABBMM0m1tqqaab6NtttVSbIwggDmAAASSZJNtcrUkk222201bbtDCQDzAB5kEkySTbXW1JJNNttNqq2zYwkEAAEAkmQzTS622pJJptNp1K3bSQkggAggkmSSaa662pKtJpppJW2zaGEgggkEkyGTabXW21VJNJpOpW3bSQwkggkkkySTabXXWq1JJJJJ1W66TQwkkEkmGQ6TTba6221VJJJJVW7baQwkkmCGGSTTTba7W2q1KpJVVZbbTSGEmEkyGSaabbbXW61WqpKpW27baSQwmEwyHSTTbbbXa25Wqqqq223bSaGQmGGSSTTTbf/EAB4QAQEBAQEAAwEBAQAAAAAAAAEAAhEQAyAwEkAT/9oACAEBAAECAPofjwuAAAABc5wOcTiJxk4+MjMzP+EjwiIiIA5zgBwA5znOcRERERERkT/GRERAQAAcAADnOc5xOcRE4iIiI+sj4/ieEfQgICAAAADgBznOcRERE4iIiMyT4z+xEeEBEAAAAABznOc5xOIiIiIyMiI+c/U8IiAgAAAAAAAOc4icTiIiIiIiIzPj6/kREREBAAAAAABwA5znOIiIiIiIiIzMzP0fxPCIgIgAMgABkADnOc4icRERERGRmZmZ9Z+5EREQEBAAAAAAAAc/kOI54iIiIiJoZmZmZ+j9iIiIiACAgAAAOBwOc5xERERETQiMyMzPj+R4RERAAEWTJkDIAAAc4nE4iIiIiIjamZmZmfxPCIiIizBkyZMgAGQAX/p/f9/2a4iIiIiaNSamZmZ8fo/Q8IiIiLMAZgzZCAAtbDnOc5nUiaG0Jo1aNWrUzMzMz6/YiIiIsxZiyZgLIBa15zOdZucG0aNDJo1atTamZmZn8CIizEWYizZs2bNmzBk+RIs5z8fLXx6wzYWTRo0atGrVqZmZmZn7kRERZs2bMRFmzZiPCL4wD6c+QZB0atTatWrU2rUzMzM+v1IiIiLNmIsxFmLN8kRfHn+M/J5r5HLlm+OZtWrVq1am1MzMzMz9jwiIiIs2bNmzZs2bN8kRfF4msZyZt+N8dqZtWrVq1MzMzMz6+kR4RERFmzZs2bMWbMXyRF8V23fG+bmb47SzamZtWrUzMzMz9iIiIiIizZs2YsxEW4S+K7bfi8X5Jm+ObVq1atWrUramZmfHx+pERERFmzZiLNmzCR4Px/INu+Pxvk2z5qVtWpm1MzMzMzP3IiIiIiIiISEsxbyI51n5N3xW/k1tW+M1K2ltOltWrUzMzM/kRERFmLNmIcpCIjvPe9Nf11lzllbTp0qultOpmZnx9fqREREREREWUcoiIjrCd73pGFVVVV06dOlmZmZnx/A9IiEsw5RyiIiI9ND/AD/Dgz3qqqqq6WVdTMzMz537HhEeZiIiIcoiQiIiPe96rpVVVVVVdLMrMzMz+JHgkJCIiIjlEREe973vVVVVV0sqrpZmZmZmZmI8PCIiIhIRERERERHve96vVVVVVVVXSzPjMz4/ie9ESEREREREe973qulVVVVVVVVZmZXx/Q8ERISERERHo973vV6qqqqqszKqsrM/kR4eCeiRF0RHo9HvR73veqqqqqqqqssz6/c/AS6QiIiIiPRHve9XvV6qqqqqsszPj+pF0iIeiIj2HvR73ve96q9VVVVZVXq/4DwiEREuiIiIj3ve973qqveqqqzPrM/V/wABEI9Hve9Ee973q973qr1WVmZu/l//xAAvEAABAgMHAwQBBAMAAAAAAAABACECEBEgMDFAUFFhIkFxEoGRoUIDIzJgUrHx/9oACAEBAAM/ANTbPcSa5a930l758u1ltG8WGydMpxoG8uLGypNrX/dJ4tNdPorre32scapQZRtC4yL2N9AKeW6+LAstYfIbZnshDiVsD7qLhRcLcIHv86c86CpRLBh9m2YWLhAgETbRXtd8KIxHjtJpGLB0YcQ1gwmoVQ0sdB7WnsP6R7zJwCAxdfUgcGKMOInQ07HSXnQV2VZQ/k3+kzUpMzg/HHjCTL1Qg0dPpVIfMxF+mK0KiheA14QrSIUKrtIBg5+lFF/I0GyEMMVB2m0Q99LaGfQPeQiFCKowPCWCi/UcmgQhw+e6+1SGKu0+o+L5s6wM+gS3K6YscF+2JcroPibnxoFbIscyrB4efQJOuiLwv2x7z6IvE6Qk7prTXLZwgkHtIAUNQmYy6IvC6PmTFChAdeEcFQAXe2ZwlvJrFRUYhVkYcCgcWP0uiLwugIDkoxYltp/kfZNKul0NYcNrBoR2KNPTVrHqoTho/NyC4Yow4iyTgKlf5PwucLG2nQnt8IblDcqHavm7ebTfPNcUuPMm0Dm5e55k2P8ASWy7tYaTprdLG+We83yTWecvTLtlW0XnPY66/wDVHyn/2Q==); }
.model-card,
.collection-card {
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15); }
.collection-card-thumbnail,
.model-card-thumbnail {
  position: relative;
  display: block;
  width: 100%; }
.collection-card-thumbnail .initial-loading-wrapper,
  .model-card-thumbnail .initial-loading-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
.collection-card-thumbnail:hover .model-card-preview,
  .collection-card-thumbnail:hover .collection-card-preview,
  .collection-card-thumbnail:hover .model-card-settings,
  .collection-card-thumbnail:hover .collection-card-settings,
  .collection-card-thumbnail:hover .model-card-filter,
  .collection-card-thumbnail:hover .collection-card-filter,
  .collection-card-thumbnail:hover .model-card-information,
  .collection-card-thumbnail:hover .collection-card-information,
  .model-card-thumbnail:hover .model-card-preview,
  .model-card-thumbnail:hover .collection-card-preview,
  .model-card-thumbnail:hover .model-card-settings,
  .model-card-thumbnail:hover .collection-card-settings,
  .model-card-thumbnail:hover .model-card-filter,
  .model-card-thumbnail:hover .collection-card-filter,
  .model-card-thumbnail:hover .model-card-information,
  .model-card-thumbnail:hover .collection-card-information {
    opacity: 1; }
.collection-card-thumbnail:hover .model-card-filter,
  .collection-card-thumbnail:hover .colletion-card-filter,
  .model-card-thumbnail:hover .model-card-filter,
  .model-card-thumbnail:hover .colletion-card-filter {
    background: rgba(255, 255, 255, 0.15); }
.image-container .initial-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  margin-left: -1px;
  opacity: 0;
  transition: opacity 300ms ease-in-out !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.initial-animation {
  opacity: 0 !important;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
  -webkit-animation-name: initial-card-animation;
          animation-name: initial-card-animation;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }
.model-card-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  /* This is heavy (~3.5kb), but allows for instant-display model cards */
  background-size: contain;
  transition: opacity 300ms ease-in-out; }
.model-card-placeholder.initial {
    z-index: 0; }
.model-card-placeholder.hidden {
    opacity: 0; }
.collection-card-overlay,
.model-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, transparent 30%);
  opacity: 0.7;
  transition: opacity 0.3s; }
.model-card-filter {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s; }
.model-card-preview {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff !important;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s; }
.model-card-preview:hover {
    background: #1caad9; }
.collection-card-settings,
.model-card-settings {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff !important;
  text-align: center;
  background: #ff9e3a;
  opacity: 0;
  transition: opacity 0.3s; }
.collection-card-settings:hover,
  .model-card-settings:hover {
    z-index: 2;
    color: #ffffff;
    background: #ff8507; }
.collection-card-settings > .hover-menu,
  .model-card-settings > .hover-menu {
    z-index: 2;
    border-top-right-radius: 0; }
.collection-card-settings .hover-menu > li > a:hover:not(.disabled),
  .collection-card-settings .hover-menu > li > label:hover,
  .model-card-settings .hover-menu > li > a:hover:not(.disabled),
  .model-card-settings .hover-menu > li > label:hover {
    color: #ffffff;
    background: #ff9e3a; }
.collection-card-information,
.model-card-information {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 15px;
  margin-top: -34px;
  color: #ffffff;
  text-shadow: 0 0 1px #000000;
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.3s, color 0.2s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.collection-card-stats,
.model-card-stats {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 200; }
.collection-card-stats.download-start,
  .model-card-stats.download-start {
    margin-left: 10px; }
.collection-card-stats > span:before,
  .collection-card-stats a:before,
  .model-card-stats > span:before,
  .model-card-stats a:before {
    vertical-align: baseline; }
.collection-card-stats > .model-card-downloads:before,
  .model-card-stats > .model-card-downloads:before {
    vertical-align: middle; }
.collection-card-stats > .model-card-animations,
  .model-card-stats > .model-card-animations {
    pointer-events: initial; }
.collection-card-meta,
.model-card-meta {
  padding: 15px 15px 11px;
  line-height: 20px; }
.model-card-name,
.collection-card-name,
.model-card-user,
.collection-card-user,
.model-card-date {
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap; }
.model-card-name a,
  .collection-card-name a,
  .model-card-user a,
  .collection-card-user a,
  .model-card-date a {
    color: #555555; }
.model-card-name a .flag-pro,
    .model-card-name a .flag-biz,
    .collection-card-name a .flag-pro,
    .collection-card-name a .flag-biz,
    .model-card-user a .flag-pro,
    .model-card-user a .flag-biz,
    .collection-card-user a .flag-pro,
    .collection-card-user a .flag-biz,
    .model-card-date a .flag-pro,
    .model-card-date a .flag-biz {
      opacity: 0;
      transition: opacity 0.3s; }
.model-card-name a:hover .flag-pro,
    .model-card-name a:hover .flag-biz,
    .collection-card-name a:hover .flag-pro,
    .collection-card-name a:hover .flag-biz,
    .model-card-user a:hover .flag-pro,
    .model-card-user a:hover .flag-biz,
    .collection-card-user a:hover .flag-pro,
    .collection-card-user a:hover .flag-biz,
    .model-card-date a:hover .flag-pro,
    .model-card-date a:hover .flag-biz {
      opacity: 1; }
.model-card-name a .username-wrapper:hover,
    .collection-card-name a .username-wrapper:hover,
    .model-card-user a .username-wrapper:hover,
    .collection-card-user a .username-wrapper:hover,
    .model-card-date a .username-wrapper:hover {
      color: #1caad9; }
.collection-card-name,
.model-card-name {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #555555; }
.model-card-name .model-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.model-card-name .model-name .label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.model-card-name .model-name .flag-restricted {
    margin-left: 4px; }
.collection-card-with-user .collection-card-name,
.model-card-with-user .model-card-name {
  margin-left: 45px; }
.collection-card-extra,
.model-card-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.collection-card-extra > *,
  .model-card-extra > * {
    margin-left: 10px; }
.collection-card-extra > *:first-child,
    .model-card-extra > *:first-child {
      margin-left: 0; }
.model-card-user,
.collection-card-user,
.model-card-date {
  display: block;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.collection-card-user,
.model-card-user {
  color: #555555; }
.collection-card-user .avatar,
  .model-card-user .avatar {
    position: absolute;
    margin-top: -18px; }
.collection-card-user .text,
  .model-card-user .text {
    margin-left: 45px;
    font-size: 13px;
    font-weight: 200;
    color: #aaaaaa; }
.collection-card-user .text .username-wrapper,
    .model-card-user .text .username-wrapper {
      display: inline;
      color: #666666; }
.collection-card-user .text .username-wrapper:hover,
      .model-card-user .text .username-wrapper:hover {
        color: #1caad9; }
.model-card-date {
  font-size: 13px;
  font-weight: 200;
  color: #999999; }
.model-card-downloads::before {
  -webkit-font-smoothing: antialiased; }
.model-card-views {
  margin-right: 10px; }
.model-card-views::before {
    margin-right: 5px;
    -webkit-font-smoothing: antialiased; }
.model-card-views::before {
  font-family: custom-icons;
  font-size: 12px;
  content: "\E600"; }
.model-card-downloads::before {
  font-family: "FontAwesome";
  font-size: 14px;
  content: "\F019" " "; }
.model-card-animations::before {
  font-family: "FontAwesome";
  font-size: 12px;
  content: "\F008" " "; }
.collection-card-subscribe-button,
.model-card-like-button {
  font-size: 12px;
  color: #ffffff;
  pointer-events: initial;
  cursor: pointer; }
.collection-card-subscribe-button::before,
  .model-card-like-button::before {
    display: inline;
    font-family: "FontAwesome";
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    color: #ffffff; }
.collection-card-subscribe-button.btn-loading,
  .model-card-like-button.btn-loading {
    cursor: default; }
.collection-card-subscribe-button.btn-loading .tooltip,
    .model-card-like-button.btn-loading .tooltip {
      display: none; }
.collection-card-subscribe-button:hover,
  .model-card-like-button:hover {
    color: #ff9e3a; }
.collection-card-subscribe-button:hover:before,
    .model-card-like-button:hover:before {
      color: #ff9e3a; }
.model-card-like-button.liked {
  color: #ff9e3a; }
.model-card-like-button.liked:before {
    color: #ff9e3a; }
.model-card-like-button::before {
  content: "\F006" " "; }
.model-card-like-button.liked:before {
  content: "\F005" " "; }
.collection-card-subscribe-button.toggled {
  color: #ff9e3a; }
.collection-card-subscribe-button.toggled:before {
    color: #ff9e3a; }
.collection-card-subscribe-button::before {
  content: "\F09E" " "; }
div.collection-card-stats a.model-card-comments,
div.model-card-stats a.model-card-comments,
.model-smallcard a.model-card-comments {
  color: #ffffff;
  pointer-events: initial; }
div.collection-card-stats a.model-card-comments::before,
  div.model-card-stats a.model-card-comments::before,
  .model-smallcard a.model-card-comments::before {
    display: inline;
    margin-right: 2px;
    font-family: "FontAwesome";
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    content: "\F086" " "; }
div.collection-card-stats a.model-card-comments:hover,
  div.model-card-stats a.model-card-comments:hover,
  .model-smallcard a.model-card-comments:hover {
    color: #1caad9; }
div.collection-card-stats a.model-card-comments:hover::before,
    div.model-card-stats a.model-card-comments:hover::before,
    .model-smallcard a.model-card-comments:hover::before {
      color: #1caad9; }
.card-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.card-user-avatar {
  position: relative;
  max-width: 90px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
.card-user-avatar .image-container {
    border-radius: 2px; }
.card-user-avatar .model-card-placeholder {
    background-position-x: -30px;
    background-size: cover; }
.card-user-meta {
  min-width: 112px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.card-user-name {
  height: 22px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #555555;
  white-space: nowrap; }
.card-user-name .username-wrapper {
    overflow: hidden;
    text-overflow: ellipsis; }
.card-user-location {
  height: 24px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 24px;
  color: #888888; }
.card-user-stats .help {
  display: inline-block;
  font-size: 13px;
  color: #888888; }
.card-user-stats .help:before {
    font-family: "custom-icons";
    font-size: 14px;
    line-height: 15px;
    color: #aaaaaa;
    vertical-align: bottom; }
.card-user-stats .follow-button {
  margin-right: 10px; }
.card-user-metrics-container {
  display: inline-block;
  width: 100px;
  padding-left: 4px;
  margin-top: 8px;
  margin-bottom: -5px;
  text-overflow: ellipsis;
  white-space: nowrap; }
.card-user-metrics-container .help .tooltip.tooltip-up {
  margin-left: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); }
.card-user-model-count:before {
  margin-left: 8px;
  font-size: 12px;
  content: "\E603"; }
.card-user-follower-count:before {
  content: "\E60E"; }
.card-user-examples {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
.card-user-examples .btn-container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transition: opacity 0.2s;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.card-user-examples .btn-container:hover {
      opacity: 1; }
.card-user-examples .image-container {
    background-image: image("../assets/images/placeholders/models/placeholder.png"); }
.card-user-models {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.card-user-models li {
    position: relative;
    margin-left: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.card-user-models li:first-child {
      margin-left: 0; }
.card-user-skills {
  width: 100%;
  margin: 10px 0;
  clear: both; }
.collection-card {
  position: relative; }
.collection-card .card-stats {
    white-space: nowrap; }
.collection-card:before, .collection-card:after {
    position: absolute;
    height: 100%;
    content: " ";
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15); }
.collection-card:before {
    top: 4px;
    left: 1%;
    z-index: -1;
    width: 98%; }
.collection-card:after {
    top: 8px;
    left: 2%;
    z-index: -2;
    width: 96%; }
.user-smallcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.user-smallcard .card-user-avatar {
    width: 70px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
.user-smallcard .card-user-meta {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.user-smallcard .card-user-stats div {
    display: inline-block;
    font-size: 12px;
    color: #9a9a9a; }
.collection-smallcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.collection-smallcard .thumbnail {
    position: relative;
    width: 125px;
    height: 80px;
    margin-right: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.collection-smallcard .thumbnail .image-container {
      position: absolute;
      top: 0;
      width: 100%;
      transition: opacity 0.5s; }
.collection-smallcard .thumbnail .image-container.hidden {
        opacity: 0; }
.collection-smallcard .meta {
    overflow: hidden; }
.collection-smallcard .name {
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap; }
.collection-smallcard .stats {
    color: #999999; }
.model-smallcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.model-smallcard .smallcard-thumbnail,
  .model-smallcard .thumbnail {
    display: block;
    margin-right: 15px;
    background: #ffffff; }
.model-smallcard .meta {
    min-width: 0; }
.model-smallcard .name {
    font-size: 14px;
    font-weight: 600; }
.model-smallcard .name .model-name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.model-smallcard .name .model-name .label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
.model-smallcard .name .model-name .flag-restricted {
        margin-left: 4px; }
.model-smallcard .username-wrapper {
    display: inline; }
.model-smallcard .stats {
    margin-top: 5px;
    font-size: 12px;
    color: #999999;
    white-space: nowrap; }
.model-smallcard .stats .views {
      display: inline-block;
      margin-left: 6px; }
.model-smallcard .stats .views:first-child {
        margin-left: 0; }
.model-smallcard .stats .views::before {
        display: inline-block;
        margin-right: 3px;
        font-family: "FontAwesome";
        color: #cccccc;
        content: ""; }
.model-smallcard .stats .model-card-comments,
    .model-smallcard .stats .like-button {
      color: #999999; }
.model-smallcard .stats .model-card-comments:before,
      .model-smallcard .stats .like-button:before {
        color: #cccccc; }
.model-smallcard .stats .like-button {
      display: inline-block;
      margin-left: 6px; }
.model-smallcard .stats .like-button.liked, .model-smallcard .stats .like-button.liked::before {
        color: #ff9e3a; }
.model-smallcard .stats .like-button::before {
        color: #cccccc; }
.model-smallcard .stats .views::before {
      position: relative;
      bottom: -1px;
      margin-right: 4px;
      font-family: custom-icons;
      content: "\E600"; }
.model-smallcard .stats .comments:before {
      content: "\F086"; }
.category-card {
  position: relative;
  padding: 40px 20px;
  margin-top: 30px;
  text-align: center;
  background: #333333 no-repeat center center;
  background-size: cover;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15); }
.category-card:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: " ";
    background: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    transition: background 0.2s; }
.category-card h2 {
    position: relative;
    z-index: 1;
    min-height: 3em;
    margin: 80px 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: center; }
.category-card .action {
    transition: -webkit-transform 0.05;
    transition: transform 0.05;
    transition: transform 0.05, -webkit-transform 0.05; }
.category-card:hover:before {
    background: rgba(0, 0, 0, 0.2); }
.category-card:hover .action {
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  overflow-x: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.footer .navigation {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
.footer .navigation .primary,
    .footer .navigation .secondary {
      display: block; }
.footer .navigation .primary:before, .footer .navigation .primary:after,
      .footer .navigation .secondary:before,
      .footer .navigation .secondary:after {
        display: table;
        content: ""; }
.footer .navigation .primary:after,
      .footer .navigation .secondary:after {
        clear: both; }
.footer .navigation .primary li,
      .footer .navigation .secondary li {
        display: block;
        float: left;
        margin-left: 10px; }
.footer .navigation .primary li:first-child,
        .footer .navigation .secondary li:first-child {
          margin-left: 0; }
.footer .navigation .primary {
      margin-bottom: 10px; }
.footer .navigation .primary a {
        font-size: 14px;
        font-weight: 700;
        color: #555555; }
.footer .navigation .primary a:hover {
          text-decoration: underline; }
.footer .navigation .secondary a {
      font-size: 12px;
      color: #999999; }
.footer .navigation .secondary a:hover {
        color: #555555; }
.footer .social .links {
    font-size: 30px;
    color: #999999; }
.footer .social .links:before, .footer .social .links:after {
      display: table;
      content: ""; }
.footer .social .links:after {
      clear: both; }
.footer .social .links li {
      float: left;
      margin-left: 10px; }
.footer .social .links li:first-child {
        margin-left: 0; }
.footer .social .facebook:hover {
    color: #3a589a; }
.footer .social .twitter:hover {
    color: #00c4fc; }
.footer .social .gplus:hover {
    color: #de4830; }
.footer .social .pinterest:hover {
    color: #ce1d21; }
.footer .social .linkedin:hover {
    color: #1884bc; }
.footer .social .instagram:hover {
    color: #125688; }
@media (max-width: 950px) {
  .restricted .footer {
    position: absolute; }
  .footer {
    position: relative;
    display: block;
    height: auto;
    margin-top: 16px;
    text-align: center; }
    .footer .container {
      display: block; }
    .footer .navigation .primary li {
      width: 50%;
      margin: 8px 0; }
      .footer .navigation .primary li a {
        display: block; }
    .footer .navigation .secondary li {
      display: inline-block;
      float: none; }
      .footer .navigation .secondary li:first-child {
        display: block; }
    .footer .social {
      padding: 16px 0; }
      .footer .social .links li {
        display: inline-block;
        float: none; }
      .footer .social .facebook {
        color: #3a589a; }
      .footer .social .twitter {
        color: #00c4fc; }
      .footer .social .gplus {
        color: #de4830; }
      .footer .social .pinterest {
        color: #ce1d21; }
      .footer .social .linkedin {
        color: #1884bc; }
      .footer .social .instagram {
        color: #125688; } }
.query-parameters {
  margin-top: -1px;
  margin-bottom: 22px; }
.query-parameters:before, .query-parameters:after {
    display: table;
    content: ""; }
.query-parameters:after {
    clear: both; }
.query-parameters .query-filters {
    float: left; }
.query-parameters .query-sorts {
    float: right; }
.query-parameters .query-label {
    font-family: "Titillium Web", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #999999;
    text-transform: uppercase; }
.query-parameters.explore {
    display: inline-block;
    margin-top: 28px;
    margin-bottom: 0; }
.query-parameters.explore .query-filters {
      position: relative;
      margin-right: 20px;
      border-right: 1px solid #cccccc; }
.query-parameters.explore .query-filters .explore-filters-container {
        position: absolute;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 158px;
        font-size: 13px;
        line-height: 28px;
        visibility: hidden;
        background: #ffffff;
        border: 1px solid #dddddd;
        border-left: 0;
        border-radius: 4px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
        opacity: 0;
        transition: opacity 0.2s, visibility 0.2s; }
.query-parameters.explore .query-filters .explore-filters-container.model-filters {
          top: 40px;
          left: -288px; }
.query-parameters.explore .query-filters .explore-filters-container.collection-filters {
          left: -138px; }
.query-parameters.explore .query-filters .explore-filters-container.expanded {
          visibility: visible;
          opacity: 1; }
.query-parameters.explore .query-filters .explore-filters-container .filter {
          min-width: 180px;
          margin: 0;
          border-left: 1px solid #dddddd; }
.query-parameters.explore .query-filters .explore-filters-container .filter .name {
            padding: 0;
            margin-left: 20px; }
.query-parameters.explore .query-filters .explore-filters-container .filter .menu {
            top: 32px;
            width: 100%;
            pointer-events: auto;
            opacity: 1; }
.query-parameters.explore .query-filters .explore-filters-container .filter .menu ul {
              width: 100%;
              border: 0;
              box-shadow: none; }
.query-parameters.search .query-filters .explore-filters-container {
    display: inline; }
.query-parameters.search .query-filters .filter.security .form-menu-toggle {
    width: 180px; }
.search .query-filters .filter .name label,
.explore .query-filters .filters .name label {
  cursor: pointer; }
.search .query-filters .filter .name::before,
.explore .query-filters .filters .name::before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 6px;
  margin-top: -3px;
  pointer-events: none;
  content: "";
  opacity: 0;
  transition: opacity 0.2s; }
.search .query-filters .filter .name::after,
.explore .query-filters .filters .name::after {
  display: inline-block;
  margin-left: 8px;
  font-family: "FontAwesome";
  font-size: 12px;
  color: #b8b8b8;
  content: "\F0D7"; }
.search .query-filters .filter .name:hover,
.explore .query-filters .filters .name:hover {
  color: #222222; }
.search .query-filters .filter .name:hover::after,
  .explore .query-filters .filters .name:hover::after {
    color: #222222; }
.search .query-filters .filter .name:hover .icon,
  .explore .query-filters .filters .name:hover .icon {
    color: #777777; }
.query-filters .filter {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  line-height: 34px; }
.query-filters .filter .icon {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 4px;
    color: #999999;
    vertical-align: middle; }
.query-filters .filter .fa, .query-filters .filter .icons-twitter, .query-filters .filter .icons-facebook, .query-filters .filter .icons-pinterest, .query-filters .filter .icons-google, .query-filters .filter .icons-linkedin, .query-filters .filter .icons-tumblr, .query-filters .filter .icons-reddit, .query-filters .filter .popup-signup-finalize .icon-twitter, .popup-signup-finalize .query-filters .filter .icon-twitter, .query-filters .filter .popup-signup-finalize .icon-google, .popup-signup-finalize .query-filters .filter .icon-google, .query-filters .filter .popup-signup-finalize .icon-facebook, .popup-signup-finalize .query-filters .filter .icon-facebook, .query-filters .filter .feed-upload-like-button {
    font-size: 15px; }
.query-filters .filter .name:first-child {
    padding-left: 0; }
.query-filters .filter .name {
    display: inline-block;
    height: 34px;
    padding: 0 10px;
    font-family: "Titillium Web", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #777777;
    text-transform: uppercase;
    border-radius: 2px; }
.query-filters .filter > .menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    margin-top: -2px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s; }
.query-filters .filter > .menu .form-menu-select,
    .query-filters .filter > .menu .form-menu-list {
      border-top-left-radius: 0; }
.query-filters .filter > .menu .form-menu-list {
      padding-bottom: 7px; }
.query-filters .filter > .menu .form-menu-list .form-list .item, .query-filters .filter > .menu .form-menu-list .dropdown-label .item, .query-filters .filter > .menu .form-menu-list
      .form-listbox .item {
        margin-top: 7px; }
.query-filters .filter.features .form-menu-select {
    width: 175px; }
.query-filters .filter.expanded .name::before {
    opacity: 1; }
.query-filters .filter.expanded .menu {
    pointer-events: auto;
    opacity: 1; }
.query-filters .filter:first-of-type {
    margin-left: 0; }
.query-sorts .options,
.query-flags .options {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 10px;
  line-height: 37px;
  border-radius: 2px; }
.query-sorts .option,
.query-flags .option {
  display: inline-block;
  width: 34px;
  color: #cccccc;
  text-align: center; }
.query-sorts .option:first-child,
  .query-flags .option:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
.query-sorts .option:last-child,
  .query-flags .option:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
.query-sorts .option:hover, .query-sorts .option.active,
  .query-flags .option:hover,
  .query-flags .option.active {
    color: #1caad9; }
.query-sorts .option .icon,
  .query-flags .option .icon {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 18px;
    vertical-align: middle; }
.query-flags {
  display: inline-block; }
.suggested-tags {
  margin-top: 6px;
  color: #999999; }
.suggested-tags a {
    color: #1caad9; }
.static-header {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  font-size: 30px;
  font-weight: 300;
  color: #ffffff !important; }
.static-simple {
  width: 800px;
  margin: 0 auto; }
.static-simple h1,
  .static-simple h2,
  .static-simple h3,
  .static-simple h4,
  .static-simple h5,
  .static-simple h6,
  .static-simple p {
    width: auto;
    margin: 0 auto; }
.static-multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.static-multiple .inner {
    padding: 60px;
    line-height: 30px;
    background: #ffffff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.static-simple h1,
.static-simple h2,
.static-simple h3,
.static-simple h4,
.static-simple h5,
.static-simple h6,
.static-simple p,
.static-multiple h1,
.static-multiple h2,
.static-multiple h3,
.static-multiple h4,
.static-multiple h5,
.static-multiple h6,
.static-multiple p {
  text-align: justify; }
.static-simple h1,
.static-simple h2,
.static-simple h3,
.static-simple h4,
.static-simple h5,
.static-simple h6,
.static-simple p,
.static-simple img,
.static-multiple h1,
.static-multiple h2,
.static-multiple h3,
.static-multiple h4,
.static-multiple h5,
.static-multiple h6,
.static-multiple p,
.static-multiple img {
  margin: 30px auto; }
.static-simple h1:first-child,
  .static-simple h2:first-child,
  .static-simple h3:first-child,
  .static-simple h4:first-child,
  .static-simple h5:first-child,
  .static-simple h6:first-child,
  .static-simple p:first-child,
  .static-simple img:first-child,
  .static-multiple h1:first-child,
  .static-multiple h2:first-child,
  .static-multiple h3:first-child,
  .static-multiple h4:first-child,
  .static-multiple h5:first-child,
  .static-multiple h6:first-child,
  .static-multiple p:first-child,
  .static-multiple img:first-child {
    margin-top: 0; }
.static-simple h1:last-child,
  .static-simple h2:last-child,
  .static-simple h3:last-child,
  .static-simple h4:last-child,
  .static-simple h5:last-child,
  .static-simple h6:last-child,
  .static-simple p:last-child,
  .static-simple img:last-child,
  .static-multiple h1:last-child,
  .static-multiple h2:last-child,
  .static-multiple h3:last-child,
  .static-multiple h4:last-child,
  .static-multiple h5:last-child,
  .static-multiple h6:last-child,
  .static-multiple p:last-child,
  .static-multiple img:last-child {
    margin-bottom: 0; }
.static-simple img,
.static-multiple img {
  width: 100%; }
.static-simple article,
.static-multiple article {
  margin: 32px 0; }
.static-section-white {
  padding: 30px 0;
  color: #555555;
  text-align: center;
  background: #ffffff; }
.static-section-white h2 {
    margin-bottom: 30px; }
.content-gist {
  width: 620px; }
.staticGridRow, .landing-500k-category, .static-vr-reviews .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.staticGridRow .col-1, .landing-500k-category .col-1, .static-vr-reviews .reviews .col-1 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%; }
.staticGridRow .col-2, .landing-500k-category .col-2, .static-vr-reviews .reviews .col-2 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
.staticGridRow .col-3, .landing-500k-category .col-3, .static-vr-reviews .reviews .col-3, .staticGridRow .features-intro-summary li, .features-intro-summary .staticGridRow li, .landing-500k-category .features-intro-summary li, .features-intro-summary .landing-500k-category li, .static-vr-reviews .reviews .features-intro-summary li, .features-intro-summary .static-vr-reviews .reviews li, .staticGridRow .features-publish-item, .landing-500k-category .features-publish-item, .static-vr-reviews .reviews .features-publish-item {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
.staticGridRow .col-4, .landing-500k-category .col-4, .static-vr-reviews .reviews .col-4, .staticGridRow .landing-500k-extra-stats .stat, .landing-500k-extra-stats .staticGridRow .stat, .landing-500k-category .landing-500k-extra-stats .stat, .landing-500k-extra-stats .landing-500k-category .stat, .static-vr-reviews .reviews .landing-500k-extra-stats .stat, .landing-500k-extra-stats .static-vr-reviews .reviews .stat, .staticGridRow .landing-500k-showcase .category, .landing-500k-showcase .staticGridRow .category, .landing-500k-category .landing-500k-showcase .category, .landing-500k-showcase .landing-500k-category .category, .static-vr-reviews .reviews .landing-500k-showcase .category, .landing-500k-showcase .static-vr-reviews .reviews .category, .staticGridRow .features-edit-title, .landing-500k-category .features-edit-title, .static-vr-reviews .reviews .features-edit-title, .staticGridRow .staticVerticalFeature, .landing-500k-category .staticVerticalFeature, .static-vr-reviews .reviews .staticVerticalFeature, .staticGridRow .static-vr-reviews .review, .static-vr-reviews .staticGridRow .review, .landing-500k-category .static-vr-reviews .review, .static-vr-reviews .landing-500k-category .review, .static-vr-reviews .reviews .review {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
.staticGridRow .col-5, .landing-500k-category .col-5, .static-vr-reviews .reviews .col-5 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%; }
.staticGridRow .col-6, .landing-500k-category .col-6, .static-vr-reviews .reviews .col-6 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
.staticGridRow .col-7, .landing-500k-category .col-7, .static-vr-reviews .reviews .col-7 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%; }
.staticGridRow .col-8, .landing-500k-category .col-8, .static-vr-reviews .reviews .col-8, .staticGridRow .features-edit-copy, .landing-500k-category .features-edit-copy, .static-vr-reviews .reviews .features-edit-copy {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
.staticGridRow .col-9, .landing-500k-category .col-9, .static-vr-reviews .reviews .col-9 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
.staticGridRow .col-10, .landing-500k-category .col-10, .static-vr-reviews .reviews .col-10 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
.staticGridRow .col-11, .landing-500k-category .col-11, .static-vr-reviews .reviews .col-11 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%; }
.staticGridRow .col-12, .landing-500k-category .col-12, .static-vr-reviews .reviews .col-12 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.staticGridRow .push-1, .landing-500k-category .push-1, .static-vr-reviews .reviews .push-1 {
    margin-left: 8.33333%; }
.staticGridRow .push-2, .landing-500k-category .push-2, .static-vr-reviews .reviews .push-2 {
    margin-left: 16.66667%; }
.staticGridRow .push-3, .landing-500k-category .push-3, .static-vr-reviews .reviews .push-3 {
    margin-left: 25%; }
.staticGridRow .push-4, .landing-500k-category .push-4, .static-vr-reviews .reviews .push-4 {
    margin-left: 33.33333%; }
.staticGridRow .push-5, .landing-500k-category .push-5, .static-vr-reviews .reviews .push-5 {
    margin-left: 41.66667%; }
.staticGridRow .push-6, .landing-500k-category .push-6, .static-vr-reviews .reviews .push-6 {
    margin-left: 50%; }
.staticGridRow .push-7, .landing-500k-category .push-7, .static-vr-reviews .reviews .push-7 {
    margin-left: 58.33333%; }
.staticGridRow .push-8, .landing-500k-category .push-8, .static-vr-reviews .reviews .push-8 {
    margin-left: 66.66667%; }
.staticGridRow .push-9, .landing-500k-category .push-9, .static-vr-reviews .reviews .push-9 {
    margin-left: 75%; }
.staticGridRow .push-10, .landing-500k-category .push-10, .static-vr-reviews .reviews .push-10 {
    margin-left: 83.33333%; }
.staticGridRow .push-11, .landing-500k-category .push-11, .static-vr-reviews .reviews .push-11 {
    margin-left: 91.66667%; }
@media (max-width: 800px) {
  .staticGridRow, .landing-500k-category, .static-vr-reviews .reviews {
    display: block; } }
.staticImageCard {
  margin-bottom: 8px; }
.staticImageCard-inner {
  text-align: center;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  transition: box-shadow 0.2s; }
.staticImageCard a:hover .staticImageCard-inner {
    box-shadow: 0 1px 8px rgba(85, 85, 85, 0.3); }
.staticImageCard-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    height: auto;
    max-height: 60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.staticImageCard-caption {
  display: block;
  min-height: 3em;
  font-size: 13px;
  text-align: center; }
.staticModelCredits {
  position: absolute;
  right: 20px;
  bottom: 20px;
  min-height: 30px;
  padding-right: 40px;
  font-size: 11px;
  line-height: 16px;
  color: #aaaaaa;
  text-align: right; }
.staticModelCredits a {
    color: #cccccc; }
.staticModelCredits a:hover {
      color: #1caad9; }
.staticModelCredits .image-container {
    position: absolute;
    right: 0;
    display: inline-block;
    border-radius: 50%; }
.staticModelCredits .model-name {
    display: block;
    white-space: nowrap; }
.staticSection, .landing-1million-collections, .landing-1million-personalized, .gltf-samples {
  padding: 48px 0; }
.staticSection .staticSection-title, .landing-1million-collections .staticSection-title, .landing-1million-personalized .staticSection-title, .gltf-samples .staticSection-title, .staticSection .landing-1million-collections h2, .landing-1million-collections .staticSection h2, .landing-1million-collections h2, .staticSection .landing-1million-personalized h2, .landing-1million-personalized .staticSection h2, .landing-1million-personalized h2, .staticSection .gltf-samples h2, .gltf-samples .staticSection h2, .gltf-samples h2 {
    font-family: "Titillium Web", sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center; }
@-webkit-keyframes opacityPulse {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 0.2; } }
@keyframes opacityPulse {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 0.2; } }
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  15% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  35% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  15% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  35% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.landing-1million-intro .button.facebook, .landing-1million-intro .facebook.form-button,
.landing-1million-action .button.facebook,
.landing-1million-action .facebook.form-button {
  width: 160px;
  max-width: 100%;
  color: #3a589a !important; }
.landing-1million-intro .button.twitter, .landing-1million-intro .twitter.form-button,
.landing-1million-action .button.twitter,
.landing-1million-action .twitter.form-button {
  width: 160px;
  max-width: 100%;
  color: #00c4fc !important; }
.landing-1million-intro {
  position: relative;
  height: 600px;
  color: #ffffff;
  background: #1caad9; }
.landing-1million-intro h1 {
    padding-top: 208px;
    margin: 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s; }
.landing-1million-intro h1 b {
      display: block;
      font-size: 96px;
      font-weight: bold; }
.landing-1million-intro .copy {
    margin: 36px 0 0;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s 1s; }
.landing-1million-intro .copy a {
      color: #ffffff;
      border-bottom: 1px solid #ffffff; }
.landing-1million-intro .copy a:hover {
        border-bottom: 2px solid #ffffff; }
.landing-1million-intro .action {
    padding: 24px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s 2s; }
.landing-1million-intro.loaded h1 {
    opacity: 1; }
.landing-1million-intro.loaded .copy {
    opacity: 1; }
.landing-1million-intro.loaded .action {
    opacity: 1; }
@media (max-width: 800px) {
  .landing-1million-intro {
    height: auto; }
    .landing-1million-intro h1 b {
      font-size: 60px; }
    .landing-1million-intro .action .button, .landing-1million-intro .action .form-button {
      display: block;
      margin: 10px auto; } }
.landing-1million-illustration {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none; }
.landing-1million-illustration .logo {
    position: absolute;
    top: 92px;
    left: 50%;
    margin-left: -64px; }
.landing-1million-ripples {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.landing-1million-ripples .ripple-1 {
    width: 208px;
    height: 208px; }
.landing-1million-ripples .ripple-2 {
    width: 256px;
    height: 256px; }
.landing-1million-ripples .ripple-3 {
    width: 336px;
    height: 336px; }
.landing-1million-ripples .ripple-4 {
    width: 448px;
    height: 448px; }
.landing-1million-ripples .ripple-5 {
    width: 592px;
    height: 592px; }
.landing-1million-ripples .ripple-6 {
    width: 768px;
    height: 768px; }
.landing-1million-ripples .ripple-7 {
    width: 976px;
    height: 976px; }
.landing-1million-ripples .ripple-8 {
    width: 1216px;
    height: 1216px; }
.landing-1million-ripples .ripple-9 {
    width: 1488px;
    height: 1488px; }
.landing-1million-ripples .ripple-10 {
    width: 1792px;
    height: 1792px; }
.landing-1million-ripples li {
    position: absolute;
    top: 156px;
    left: 50%;
    border: 3px solid #ffffff;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.landing-1million-ripples .ripple-1 {
    -webkit-transform: translate(-50%, -41%);
            transform: translate(-50%, -41%); }
.landing-1million-ripples .ripple-2 {
    -webkit-transform: translate(-55%, -40%);
            transform: translate(-55%, -40%); }
.landing-1million-ripples .ripple-3 {
    -webkit-transform: translate(-58%, -41%);
            transform: translate(-58%, -41%); }
.landing-1million-ripples .ripple-4 {
    -webkit-transform: translate(-59%, -50%);
            transform: translate(-59%, -50%); }
.landing-1million-ripples .ripple-5 {
    -webkit-transform: translate(-52%, -54%);
            transform: translate(-52%, -54%); }
.landing-1million-ripples .ripple-6 {
    -webkit-transform: translate(-49%, -57%);
            transform: translate(-49%, -57%); }
.landing-1million-ripples .ripple-7 {
    -webkit-transform: translate(-47%, -56%);
            transform: translate(-47%, -56%); }
.landing-1million-ripples .ripple-8 {
    -webkit-transform: translate(-45%, -48%);
            transform: translate(-45%, -48%); }
.landing-1million-ripples .ripple-9 {
    -webkit-transform: translate(-45%, -47%);
            transform: translate(-45%, -47%); }
.landing-1million-ripples .ripple-10 {
    -webkit-transform: translate(-45%, -46%);
            transform: translate(-45%, -46%); }
.landing-1million-intro.is-animating .ripple-1 {
  -webkit-animation: 0.5s opacityPulse;
          animation: 0.5s opacityPulse;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s; }
.landing-1million-intro.is-animating .ripple-2 {
  -webkit-animation: 0.5s opacityPulse;
          animation: 0.5s opacityPulse;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.landing-1million-intro.is-animating .ripple-3 {
  -webkit-animation: 0.5s opacityPulse;
          animation: 0.5s opacityPulse;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s; }
.landing-1million-intro.is-animating .ripple-4 {
  -webkit-animation: 0.5s opacityPulse;
          animation: 0.5s opacityPulse;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.landing-1million-intro.is-animating .ripple-5 {
  -webkit-animation: 0.5s opacityPulse;
          animation: 0.5s opacityPulse;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s; }
.landing-1million-intro.is-animating .ripple-6 {
  -webkit-animation: 0.5s opacityPulse;
          animation: 0.5s opacityPulse;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.landing-1million-intro.is-animating .ripple-7 {
  -webkit-animation: 0.5s opacityPulse;
          animation: 0.5s opacityPulse;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s; }
.landing-1million-intro.is-animating .ripple-8 {
  -webkit-animation: 0.5s opacityPulse;
          animation: 0.5s opacityPulse;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.landing-1million-intro.is-animating .ripple-9 {
  -webkit-animation: 0.5s opacityPulse;
          animation: 0.5s opacityPulse;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }
.landing-1million-intro.is-animating .ripple-10 {
  -webkit-animation: 0.5s opacityPulse;
          animation: 0.5s opacityPulse;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }
.landing-1million-intro.is-animating .logo {
  -webkit-animation: 1s heartBeat;
          animation: 1s heartBeat; }
.landing-1million-stats {
  padding: 36px 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase; }
.landing-1million-stat {
  margin-top: 32px;
  text-align: center;
  opacity: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%; }
.landing-1million-stat:first-child {
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
.landing-1million-stat:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
.landing-1million-stat:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
.landing-1million-stat:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
.landing-1million-stat:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
.landing-1million-stat .icon {
    display: block;
    margin: 0 auto; }
.landing-1million-stat .figure {
    display: block;
    font-size: 24px; }
.landing-1million-stats.loaded .landing-1million-stat {
  -webkit-animation: 1s fadeInUp;
          animation: 1s fadeInUp;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.landing-1million-stats.loaded .landing-1million-stat:first-child {
    -webkit-animation-delay: 0;
            animation-delay: 0; }
.landing-1million-stats.loaded .landing-1million-stat:nth-child(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
.landing-1million-stats.loaded .landing-1million-stat:nth-child(3) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
.landing-1million-stats.loaded .landing-1million-stat:nth-child(4) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
.landing-1million-stats.loaded .landing-1million-stat:nth-child(5) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
@media (max-width: 800px) {
  .landing-1million-stat {
    font-size: 14px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    .landing-1million-stat.landing-1million-stat {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
    .landing-1million-stat:first-child {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .landing-1million-stats.loaded .landing-1million-stat:first-child {
    -webkit-animation-delay: 0;
            animation-delay: 0; }
  .landing-1million-stats.loaded .landing-1million-stat:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .landing-1million-stats.loaded .landing-1million-stat:nth-child(3) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .landing-1million-stats.loaded .landing-1million-stat:nth-child(4) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .landing-1million-stats.loaded .landing-1million-stat:nth-child(5) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; } }
.landing-1million-collections h2 {
  color: #1caad9; }
.landing-1million-collections .copy {
  max-width: 62%;
  margin: 24px auto 48px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.75;
  color: #555555;
  text-align: center; }
.landing-1million-collections .collection-card-1million {
  margin-bottom: 30px;
  background-position: center center;
  background-size: cover;
  border-radius: 3px; }
.landing-1million-collections .collection-card-1million h3 {
    width: 100%; }
.landing-1million-collections .collection-card-1million-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  color: #ffffff;
  transition: 0.3s background-color;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.landing-1million-collections .collection-card-1million-inner:hover {
    background-color: rgba(255, 255, 255, 0) !important; }
.landing-1million-personalized h2 {
  margin-bottom: 24px;
  color: #ff9e3a; }
.landing-1million-personalized .user .image-container {
  margin: 0 auto;
  border-radius: 50%; }
.landing-1million-personalized .copy {
  margin: 24px auto;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.75;
  color: #555555;
  text-align: center; }
.landing-1million-personalized-models,
.landing-1million-personalized-users {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.model-card-1million {
  margin: 30px 0;
  background: #ffffff;
  border-radius: 3px; }
.model-card-1million .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 36px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.model-card-1million h3 {
    position: relative;
    padding: 8px 36px 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    color: #000000;
    text-align: center;
    text-transform: uppercase; }
.model-card-1million h3:before, .model-card-1million h3:after {
      position: absolute;
      top: 0;
      width: 30px;
      height: 60px;
      content: "";
      background-position: center center;
      background-size: contain; }
.model-card-1million h3:before {
      left: 0;
      background-image: url(/static/builds/web/dist/1million-award-left-a3dc66caaff2f5317849c85ffddb0a34.png); }
.model-card-1million h3:after {
      right: 0;
      background-image: url(/static/builds/web/dist/1million-award-right-8064c8278ecef4890649cf3cdf337be8.png); }
.model-card-1million h3 b {
      display: block;
      font-size: 24px;
      color: #ff9e3a; }
.model-card-1million .thumbnail {
    background: #000000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
.model-card-1million .image-container {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
.user-card-1million {
  padding: 48px;
  text-align: center; }
.user-card-1million .avatar {
    margin-bottom: 24px; }
.user-card-1million .image-container {
    margin: 0 auto;
    border-radius: 50%; }
.user-card-1million h3 {
    margin: 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase; }
.user-card-1million p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #555555; }
.landing-1million-action {
  padding: 48px 0;
  color: #ffffff; }
.landing-1million-action .social-buttons {
    text-align: right; }
.landing-1million-action .social-buttons .button, .landing-1million-action .social-buttons .form-button {
      margin: 5px 0 5px 10px; }
@media (max-width: 800px) {
  .landing-1million-action .staticGridRow, .landing-1million-action .landing-500k-category, .landing-1million-action .static-vr-reviews .reviews, .static-vr-reviews .landing-1million-action .reviews {
    display: block;
    text-align: center; }
  .landing-1million-action .social-buttons {
    margin-top: 16px;
    text-align: center; }
    .landing-1million-action .social-buttons .button, .landing-1million-action .social-buttons .form-button {
      display: block;
      margin: 10px auto; } }
@-webkit-keyframes avatar-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
            transform: translateX(500px); }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px); } }
@keyframes avatar-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
            transform: translateX(500px); }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px); } }
.landing-500k-intro {
  padding: 128px 0 64px;
  text-align: center; }
.landing-500k-intro h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    text-align: center; }
.landing-500k-intro h1 b {
      display: block;
      margin: 0 auto;
      overflow: hidden;
      font-family: "Titillium Web", sans-serif;
      font-size: 170px;
      line-height: 1; }
.landing-500k-intro h1 b .figure {
        display: block;
        opacity: 0.5;
        transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.54, 1.18);
        transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.54, 1.18), opacity 0.3s;
        transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.54, 1.18), opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.54, 1.18);
        -webkit-transform: translateY(100%);
                transform: translateY(100%); }
.landing-500k-intro h1 .text {
      opacity: 0;
      transition: opacity 0.7s 0.5s; }
.landing-500k-intro .action {
    margin: 96px 0 24px;
    font-weight: 200;
    opacity: 0;
    transition: opacity 0.7s 1s; }
.landing-500k-intro .social-share {
    opacity: 0;
    transition: opacity 0.7s 2s; }
.landing-500k-intro .social-share li {
      display: inline-block; }
.landing-500k-intro .social-share li.twitter {
        margin-right: 24px; }
.landing-500k-intro.loaded .figure {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
.landing-500k-intro.loaded .text {
    opacity: 1; }
.landing-500k-intro.loaded .action {
    opacity: 1; }
.landing-500k-intro.loaded .social-share {
    opacity: 1; }
@media (max-width: 800px) {
  .landing-500k-intro h1 b {
    font-size: 120px; } }
@media (max-width: 480px) {
  .landing-500k-intro h1 {
    font-size: 24px; }
    .landing-500k-intro h1 b {
      font-size: 72px; } }
.landing-500k-stats .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 96px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.landing-500k-stats .copy {
  font-weight: 200;
  color: #ffffff;
  text-align: center; }
.landing-500k-stats .text {
  position: relative;
  padding-bottom: 24px;
  font-size: 24px; }
.landing-500k-stats .text:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 40px;
  content: "";
  border-bottom: 1px solid #ffffff;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
.landing-500k-stats .figure {
  display: block;
  margin-top: 36px;
  font-size: 120px;
  line-height: 1;
  color: #ff9e3a; }
.landing-500k-extra-stats .container {
  padding: 96px 0; }
.landing-500k-extra-stats .stat {
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px); }
.landing-500k-extra-stats .stat b {
    display: block;
    font-family: "Titillium Web", sans-serif;
    font-size: 48px; }
.landing-500k-extra-stats.loaded .stat {
  opacity: 1;
  transition-delay: 0.2s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
.landing-500k-extra-stats.loaded .stat + .stat {
  transition-delay: 0.4s; }
.landing-500k-extra-stats.loaded .stat + .stat + .stat {
  transition-delay: 0.6s; }
.landing-500k-community {
  position: relative;
  overflow: hidden;
  background: #444444; }
.landing-500k-community .illustration polygon {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
.landing-500k-community .avatars {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
.landing-500k-community .avatars .avatar {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-animation: 20s linear avatar-slide;
              animation: 20s linear avatar-slide;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
.landing-500k-community .avatars .image-container {
      border-radius: 50%; }
.landing-500k-community .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 60px;
    font-weight: 200;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    transition: opacity 1s 3s;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.landing-500k-community.loaded .illustration polygon:nth-child(1n) {
    transition: -webkit-transform 0.3s 2.45s;
    transition: transform 0.3s 2.45s;
    transition: transform 0.3s 2.45s, -webkit-transform 0.3s 2.45s;
    -webkit-transform: scale(1);
            transform: scale(1); }
.landing-500k-community.loaded .illustration polygon:nth-child(2n) {
    transition: -webkit-transform 0.3s 2.4s;
    transition: transform 0.3s 2.4s;
    transition: transform 0.3s 2.4s, -webkit-transform 0.3s 2.4s;
    -webkit-transform: scale(1);
            transform: scale(1); }
.landing-500k-community.loaded .illustration polygon:nth-child(3n) {
    transition: -webkit-transform 0.3s 2.35s;
    transition: transform 0.3s 2.35s;
    transition: transform 0.3s 2.35s, -webkit-transform 0.3s 2.35s;
    -webkit-transform: scale(1);
            transform: scale(1); }
.landing-500k-community.loaded .illustration polygon:nth-child(5n) {
    transition: -webkit-transform 0.3s 2.25s;
    transition: transform 0.3s 2.25s;
    transition: transform 0.3s 2.25s, -webkit-transform 0.3s 2.25s;
    -webkit-transform: scale(1);
            transform: scale(1); }
.landing-500k-community.loaded .illustration polygon:nth-child(7n) {
    transition: -webkit-transform 0.3s 2.15s;
    transition: transform 0.3s 2.15s;
    transition: transform 0.3s 2.15s, -webkit-transform 0.3s 2.15s;
    -webkit-transform: scale(1);
            transform: scale(1); }
.landing-500k-community.loaded .illustration polygon:nth-child(11n) {
    transition: -webkit-transform 0.3s 1.95s;
    transition: transform 0.3s 1.95s;
    transition: transform 0.3s 1.95s, -webkit-transform 0.3s 1.95s;
    -webkit-transform: scale(1);
            transform: scale(1); }
.landing-500k-community.loaded .illustration polygon:nth-child(13n) {
    transition: -webkit-transform 0.3s 1.85s;
    transition: transform 0.3s 1.85s;
    transition: transform 0.3s 1.85s, -webkit-transform 0.3s 1.85s;
    -webkit-transform: scale(1);
            transform: scale(1); }
.landing-500k-community.loaded .illustration polygon:nth-child(17n) {
    transition: -webkit-transform 0.3s 1.65s;
    transition: transform 0.3s 1.65s;
    transition: transform 0.3s 1.65s, -webkit-transform 0.3s 1.65s;
    -webkit-transform: scale(1);
            transform: scale(1); }
.landing-500k-community.loaded .illustration polygon:nth-child(19n) {
    transition: -webkit-transform 0.3s 1.55s;
    transition: transform 0.3s 1.55s;
    transition: transform 0.3s 1.55s, -webkit-transform 0.3s 1.55s;
    -webkit-transform: scale(1);
            transform: scale(1); }
.landing-500k-community.loaded .illustration polygon:nth-child(23n) {
    transition: -webkit-transform 0.3s 1.35s;
    transition: transform 0.3s 1.35s;
    transition: transform 0.3s 1.35s, -webkit-transform 0.3s 1.35s;
    -webkit-transform: scale(1);
            transform: scale(1); }
.landing-500k-community.loaded .illustration polygon:nth-child(29n) {
    transition: -webkit-transform 0.3s 1.05s;
    transition: transform 0.3s 1.05s;
    transition: transform 0.3s 1.05s, -webkit-transform 0.3s 1.05s;
    -webkit-transform: scale(1);
            transform: scale(1); }
.landing-500k-community.loaded .illustration polygon:nth-child(31n) {
    transition: -webkit-transform 0.3s 0.95s;
    transition: transform 0.3s 0.95s;
    transition: transform 0.3s 0.95s, -webkit-transform 0.3s 0.95s;
    -webkit-transform: scale(1);
            transform: scale(1); }
.landing-500k-community.loaded .illustration polygon:nth-child(37n) {
    transition: -webkit-transform 0.3s 0.65s;
    transition: transform 0.3s 0.65s;
    transition: transform 0.3s 0.65s, -webkit-transform 0.3s 0.65s;
    -webkit-transform: scale(1);
            transform: scale(1); }
.landing-500k-community.loaded .illustration polygon:nth-child(41n) {
    transition: -webkit-transform 0.3s 0.45s;
    transition: transform 0.3s 0.45s;
    transition: transform 0.3s 0.45s, -webkit-transform 0.3s 0.45s;
    -webkit-transform: scale(1);
            transform: scale(1); }
.landing-500k-community.loaded .text {
    opacity: 1; }
@media (max-width: 800px) {
  .landing-500k-community .text {
    font-size: 40px; } }
@media (max-width: 480px) {
  .landing-500k-community {
    overflow: hidden; }
    .landing-500k-community .illustration {
      min-height: 400px;
      -webkit-transform: scale(2.5);
              transform: scale(2.5);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; } }
.landing-500k-category {
  padding: 96px 0; }
.landing-500k-category .ratio-16-9, .landing-500k-category .model-card-1million .thumbnail, .model-card-1million .landing-500k-category .thumbnail, .landing-500k-category .static-vr-category-places, .landing-500k-category
  .static-vr-category-animals, .landing-500k-category
  .static-vr-category-heritage, .landing-500k-category
  .static-vr-category-gaming, .landing-500k-category
  .static-vr-category-vehicles, .landing-500k-category
  .static-vr-category-science {
    background: transparent;
    transition: box-shadow 0.5s; }
.landing-500k-category .ratio-16-9:hover, .landing-500k-category .model-card-1million .thumbnail:hover, .model-card-1million .landing-500k-category .thumbnail:hover, .landing-500k-category .static-vr-category-places:hover, .landing-500k-category
    .static-vr-category-animals:hover, .landing-500k-category
    .static-vr-category-heritage:hover, .landing-500k-category
    .static-vr-category-gaming:hover, .landing-500k-category
    .static-vr-category-vehicles:hover, .landing-500k-category
    .static-vr-category-science:hover {
      box-shadow: 0 15px 80px #555555; }
.landing-500k-showcase {
  text-align: center; }
.landing-500k-showcase h2 {
    margin: 64px 0;
    font-size: 36px;
    font-weight: 200;
    color: #555555;
    text-align: center; }
.landing-500k-showcase h3 {
    font-family: "Titillium Web", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #1caad9;
    text-transform: uppercase; }
.landing-500k-showcase .category {
    margin-bottom: 48px;
    font-weight: 300; }
.landing-500k-showcase .category iframe {
      background: #ffffff; }
.landing-500k-showcase .category .copy {
      min-height: 8em;
      box-sizing: border-box;
      padding: 24px 16px;
      color: #555555;
      background: #ffffff; }
.landing-500k-showcase .category .action {
      padding: 16px 0 24px;
      background: #ffffff; }
@media (max-width: 800px) {
  .landing-500k-showcase .staticGridRow, .landing-500k-showcase .landing-500k-category, .landing-500k-showcase .static-vr-reviews .reviews, .static-vr-reviews .landing-500k-showcase .reviews {
    display: block; } }
@media (max-width: 480px) {
  .landing-500k-showcase h2 {
    font-size: 24px; } }
.landing-500k-action {
  padding: 48px 0;
  text-align: center; }
.landing-500k-action .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.landing-500k-action .copy {
    padding-right: 30px;
    font-size: 24px;
    font-weight: 200;
    color: #555555;
    text-align: left; }
.landing-500k-action .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.landing-500k-action .action .button + .button, .landing-500k-action .action .form-button + .button, .landing-500k-action .action .button + .form-button, .landing-500k-action .action .form-button + .form-button {
      margin-left: 10px; }
@media (max-width: 480px) {
  .landing-500k-action .container {
    display: block; }
  .landing-500k-action .copy {
    display: block;
    padding: 0 0 30px;
    text-align: center; }
  .landing-500k-action .action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
.about-section {
  margin-bottom: 45px; }
.about-section h3:first-child {
    padding-top: 90px;
    margin-top: -60px; }
.animation .section-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center; }
.animation-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.animation-row .col-1 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%; }
.animation-row .col-2 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
.animation-row .col-3, .animation-row .features-intro-summary li, .features-intro-summary .animation-row li, .animation-row .features-publish-item {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
.animation-row .col-4, .animation-row .landing-500k-extra-stats .stat, .landing-500k-extra-stats .animation-row .stat, .animation-row .landing-500k-showcase .category, .landing-500k-showcase .animation-row .category, .animation-row .features-edit-title, .animation-row .staticVerticalFeature, .animation-row .static-vr-reviews .review, .static-vr-reviews .animation-row .review {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
.animation-row .col-5 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%; }
.animation-row .col-6 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
.animation-row .col-7 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%; }
.animation-row .col-8, .animation-row .features-edit-copy {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
.animation-row .col-9 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
.animation-row .col-10 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
.animation-row .col-11 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%; }
.animation-row .col-12 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.animation-row .push-1 {
    margin-left: 8.33333%; }
.animation-row .push-2 {
    margin-left: 16.66667%; }
.animation-row .push-3 {
    margin-left: 25%; }
.animation-row .push-4 {
    margin-left: 33.33333%; }
.animation-row .push-5 {
    margin-left: 41.66667%; }
.animation-row .push-6 {
    margin-left: 50%; }
.animation-row .push-7 {
    margin-left: 58.33333%; }
.animation-row .push-8 {
    margin-left: 66.66667%; }
.animation-row .push-9 {
    margin-left: 75%; }
.animation-row .push-10 {
    margin-left: 83.33333%; }
.animation-row .push-11 {
    margin-left: 91.66667%; }
@media (max-width: 800px) {
  .animation-row {
    display: block; } }
@-webkit-keyframes callout {
  0% {
    border-width: 5px;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8); }
  70% {
    border-width: 10px; }
  100% {
    border-width: 0;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); } }
@keyframes callout {
  0% {
    border-width: 5px;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8); }
  70% {
    border-width: 10px; }
  100% {
    border-width: 0;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); } }
@-webkit-keyframes backdrop {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(100);
            transform: translate(-50%, -50%) scale(100); }
  99% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
            transform: translate(-50%, -50%) scale(0.1); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
            transform: translate(-50%, -50%) scale(0.1); } }
@keyframes backdrop {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(100);
            transform: translate(-50%, -50%) scale(100); }
  99% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
            transform: translate(-50%, -50%) scale(0.1); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
            transform: translate(-50%, -50%) scale(0.1); } }
@-webkit-keyframes animTitle {
  0% {
    max-height: 0;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  40% {
    max-height: 200px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.25, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 600%);
            transform: translate(-50%, 600%); } }
@keyframes animTitle {
  0% {
    max-height: 0;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  40% {
    max-height: 200px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.25, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 600%);
            transform: translate(-50%, 600%); } }
.animation-intro {
  position: relative;
  min-height: 480px; }
.animation-intro h1 {
    font-family: "Titillium Web", sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase; }
.animation-intro .container {
    position: relative; }
.animation-intro .embed iframe,
  .animation-intro .intro-content {
    position: absolute;
    width: 100%;
    height: 100%; }
.animation-intro .intro-content {
    padding-top: 48px;
    overflow: hidden;
    pointer-events: none; }
.animation-intro .intro-share {
    -webkit-animation: fadein 1s ease-in 6s both;
            animation: fadein 1s ease-in 6s both; }
.animation-intro .intro-share .social-share li {
      display: inline-block;
      pointer-events: auto; }
.animation-intro .intro-share .twitter {
      margin-right: 24px; }
.animation-intro .staticModelCredits {
    position: absolute;
    bottom: 10px;
    pointer-events: none; }
@media (max-width: 800px) {
  .animation-intro {
    min-height: 320px;
    padding-top: 160px; }
    .animation-intro .intro-content {
      top: 0;
      padding-top: 24px;
      text-align: center; }
    .animation-intro .embed {
      position: relative;
      height: 320px; }
    .animation-intro h1 {
      font-size: 48px; }
    .animation-intro .staticModelCredits {
      top: 170px; } }
.animation-intro h1 {
  opacity: 0; }
.animation-callout {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 200px;
  height: 200px;
  pointer-events: none;
  border: 3px solid #ffffff;
  border-radius: 50%;
  opacity: 0; }
.animation-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  overflow: hidden;
  font-family: "Titillium Web", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0; }
.animation-title:before {
    content: "Animation"; }
.animation-backdrop {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  pointer-events: none;
  background-color: #1caad9;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(100);
          transform: translate(-50%, -50%) scale(100); }
.animation-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 32px;
  height: 32px;
  pointer-events: none;
  transition: opacity 0.2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.animation-intro-ready .animation-loader {
  opacity: 0; }
.animation-intro-ready .animation-callout {
  -webkit-animation: callout 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s both;
          animation: callout 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s both; }
.animation-intro-ready .animation-title {
  -webkit-animation: animTitle 3s cubic-bezier(0.43, 0.075, 0.735, 0.065) 0.6s both;
          animation: animTitle 3s cubic-bezier(0.43, 0.075, 0.735, 0.065) 0.6s both; }
.animation-intro-ready .animation-backdrop {
  -webkit-animation: backdrop 1.5s linear 2.5s both;
          animation: backdrop 1.5s linear 2.5s both; }
.animation-intro-ready h1 {
  opacity: 1;
  -webkit-animation: fadeInDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4s both;
          animation: fadeInDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4s both; }
.animation-intro-ready .intro-back {
  font-size: 13px;
  pointer-events: auto;
  opacity: 0.5; }
.animation-intro-ready .intro-back:hover {
    opacity: 1; }
.animation-info {
  padding: 48px 0; }
.animation-info .section-title {
    margin-bottom: 48px; }
.animation-info a {
    text-decoration: underline; }
.animation-info a.button, .animation-info a.form-button {
      text-decoration: none; }
.animation-info h3 {
    margin-bottom: 24px;
    font-size: 24px; }
.animation-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold; }
.animation-info p {
    margin: 0 0 24px;
    font-weight: 300; }
.animation-info ul {
    margin-bottom: 24px;
    font-weight: 300;
    list-style: disc inside; }
.animation-info .media-block {
    margin-bottom: 24px;
    overflow: hidden; }
.animation-info .media-block .media, .animation-info .media-block .gltf-card-author {
      float: left;
      margin-right: 10px; }
.animation-info .media-block .copy {
      overflow: hidden; }
.animation-info .media-block .copy p {
        margin: 0; }
.animation-info .animation-info-action {
    margin-top: 24px;
    text-align: center; }
@media (max-width: 800px) {
  .animation-row .col {
    margin-bottom: 15px; } }
.animation-examples {
  padding: 48px 0; }
.animation-examples .section-title {
    margin-bottom: 48px;
    color: #1caad9; }
.animation-examples .animation-examples-action {
    margin: 24px 0;
    text-align: center; }
.careers .careers-content.\--cube-pattern, .careers .careers-square.\--cube-pattern {
  background: #1caad9;
  background: linear-gradient(45deg, #1caad9 0%, #7de7ff 100%);
  background: url(/static/builds/web/dist/cubes-bec5216f67cb214402b520d22dbd33fe.png), linear-gradient(45deg, #1caad9 0%, #7de7ff 100%); }
.careers {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #555555; }
@media (max-width: 480px) {
    .careers {
      font-size: 14px; } }
.careers .container {
    max-width: 1140px; }
.careers .title,
  .careers .subtitle {
    line-height: 1.3;
    color: #1caad9; }
.careers .title.\--white,
    .careers .subtitle.\--white {
      color: white; }
.careers .title {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 300; }
.careers .title.\--white {
      color: white; }
@media (max-width: 480px) {
      .careers .title {
        font-size: 26px; } }
.careers .subtitle {
    font-size: 18px; }
.careers .careers-intro {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 43vw;
    padding: 0 20px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #1caad9;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.54) 100%); }
.careers .careers-intro::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      content: "";
      background: url(/static/builds/web/dist/team-211b44c3afd95fb78e5e1a5dc2954025.jpg);
      background-position: center center;
      background-size: cover;
      opacity: 0.09; }
@media (max-width: 1400px) {
      .careers .careers-intro {
        height: 600px; } }
.careers .careers-intro__title {
    font-size: 40px;
    color: white; }
.careers .careers-intro__subtitle {
    margin: 0 0 30px 0;
    color: white;
    opacity: 0.8; }
.careers .careers-content {
    padding: 70px 0 90px 0; }
.careers .careers-content.\--white {
      background: white; }
@media (max-width: 800px) {
      .careers .careers-content {
        padding: 50px 0 70px 0; } }
.careers .description {
    width: 66.6%;
    margin: auto;
    margin-bottom: 50px;
    text-align: center; }
@media (max-width: 800px) {
      .careers .description {
        width: 100%; } }
@media (max-width: 480px) {
      .careers .description {
        font-size: 14px; } }
.careers .careers-life__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    overflow: auto;
    background: white;
    border-radius: 3px;
    box-shadow: 0 11px 20px 0 rgba(97, 108, 121, 0.17); }
@media (max-width: 950px) {
      .careers .careers-life__grid {
        font-size: 14px; }
        .careers .careers-life__grid .title {
          font-size: 22px; } }
.careers .careers-square {
    -webkit-box-flex: .3333;
        -ms-flex: .3333 0 33.33%;
            flex: .3333 0 33.33%;
    min-height: 360px; }
.careers .careers-square p {
      margin: 0; }
.careers .careers-square p + p {
      margin-top: 10px; }
.careers .careers-square:nth-child(1) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
.careers .careers-square:nth-child(2) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
.careers .careers-square:nth-child(3) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
.careers .careers-square:nth-child(4) {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
.careers .careers-square:nth-child(5) {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
.careers .careers-square:nth-child(6) {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6; }
.careers .careers-square:nth-child(7) {
      -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
              order: 7; }
.careers .careers-square:nth-child(8) {
      -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
              order: 8; }
.careers .careers-square.\--double {
      -webkit-box-flex: .6666;
          -ms-flex: .6666 0 66.66%;
              flex: .6666 0 66.66%; }
.careers .careers-square.\--double .careers-square__title {
        margin-bottom: 20px; }
.careers .careers-square.\--cube-pattern {
      color: white; }
.careers .careers-square.\--cube-pattern .title {
        color: white; }
.careers .careers-square.\--image {
      background-position: center;
      background-size: cover; }
.careers .careers-square.\--text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: initial;
      padding: 42px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
@media (max-width: 950px) {
        .careers .careers-square.\--text {
          padding: 30px; } }
@media (max-width: 950px) {
      .careers .careers-square {
        min-height: 360px;
        -webkit-box-flex: .5;
            -ms-flex: .5 0 50%;
                flex: .5 0 50%; }
        .careers .careers-square:nth-child(1) {
          font-size: 16px; }
        .careers .careers-square:nth-child(2) {
          display: none; }
        .careers .careers-square:nth-child(5) {
          -webkit-box-ordinal-group: 7;
              -ms-flex-order: 6;
                  order: 6; }
        .careers .careers-square:nth-child(6) {
          -webkit-box-ordinal-group: 6;
              -ms-flex-order: 5;
                  order: 5; }
        .careers .careers-square.\--double {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 100%;
                  flex: 1 0 100%; } }
@media (max-width: 480px) {
      .careers .careers-square {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; }
        .careers .careers-square:nth-child(1) {
          font-size: 14px; }
        .careers .careers-square:nth-child(1) {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; }
        .careers .careers-square:nth-child(2) {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; }
        .careers .careers-square:nth-child(3) {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; }
        .careers .careers-square:nth-child(4) {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; }
        .careers .careers-square:nth-child(5) {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; }
        .careers .careers-square:nth-child(6) {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; }
        .careers .careers-square:nth-child(7) {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; }
        .careers .careers-square:nth-child(8) {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; } }
.careers .careers-square__title {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700; }
.careers .locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 12px;
    color: #dddddd;
    text-transform: uppercase; }
.careers .locations strong {
      font-weight: 600;
      color: #888888; }
@media (max-width: 950px) {
      .careers .locations {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
@media (max-width: 480px) {
      .careers .locations {
        display: block; }
        .careers .locations strong {
          display: block; }
        .careers .locations .location-list-item {
          display: inline-block; } }
.careers .location-list-item {
    margin: 0 4px;
    color: #999999; }
.careers .location-list-item:last-child {
      margin-right: 0; }
.careers .location-list-item.active {
    font-weight: 600;
    color: #1caad9; }
.careers .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.careers .team .team__title {
      -webkit-box-flex: 0.25;
          -ms-flex: 0.25;
              flex: 0.25;
      font-size: 22px;
      font-weight: 400; }
.careers .team .team__jobs {
      -webkit-box-flex: 0.75;
          -ms-flex: 0.75;
              flex: 0.75; }
@media (max-width: 950px) {
      .careers .team {
        display: block; } }
.careers .team + .team {
    border-top: 1px solid #e8e8e8; }
.careers .models {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.careers .models .model {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
.careers .models .model + .model {
      margin-left: 20px; }
@media (max-width: 480px) {
      .careers .models {
        display: block; }
        .careers .models .model + .model {
          margin-top: 20px;
          margin-left: 0; } }
.careers .job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 30px;
    vertical-align: top;
    background: white;
    border-radius: 4px;
    box-shadow: 0 11px 20px 0 rgba(97, 108, 121, 0.17); }
@media (max-width: 950px) {
      .careers .job {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
.careers .job + .job {
    margin-top: 10px; }
.careers .job-title {
    margin: 0 0 7px 0;
    font-size: 22px;
    font-weight: 400;
    color: #1caad9; }
.careers .job-subtitle {
    margin-bottom: 5px; }
@media (max-width: 950px) {
    .careers .job-details {
      margin-bottom: 7px; } }
.careers .job-description {
    padding-right: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #888888; }
.careers .button, .careers .form-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
.careers .careers-quotes {
    padding-bottom: 90px; }
.careers .quotes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 950px) {
      .careers .quotes {
        display: block; } }
.careers .quote {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.careers .quote .quote__image {
      position: absolute;
      left: 50%;
      width: 185px;
      height: 185px;
      border: 10px solid white;
      border-radius: 50%;
      box-shadow: 0 11px 20px 0 rgba(97, 108, 121, 0.17);
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
.careers .quote .quote__description {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 137.3px 30px 46px 30px;
      margin-top: 77.7px;
      font-size: 14px;
      color: #888888;
      text-align: center;
      background: white;
      border-radius: 3px;
      box-shadow: 0 11px 20px 0 rgba(97, 108, 121, 0.17); }
.careers .quote .quote__description .title {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 600;
        color: #555555; }
.careers .quote .quote__description .subtitle {
        font-size: 12px;
        color: #999999;
        text-transform: uppercase; }
.careers .quote .quote__description q {
        font-style: italic; }
.careers .quote + .quote {
      margin-left: 50px; }
@media (max-width: 950px) {
      .careers .quote {
        display: block; }
        .careers .quote .quote__image {
          position: absolute;
          top: 50%;
          left: 0%;
          width: 122px;
          height: 122px;
          border-width: 7px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .careers .quote .quote__description {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          padding: 25px 30px 25px 70.76px;
          margin-top: 30px;
          margin-left: 77.7px;
          text-align: left; }
        .careers .quote + .quote {
          margin-left: 0; } }
.static-viewer-api h1 {
  font-size: 1.8em; }
.static-viewer-api h2 {
  font-size: 1.1em;
  font-weight: bold; }
.static-viewer-api h2,
.static-viewer-api h3,
.static-viewer-api h4 {
  padding-top: 90px;
  margin: -60px 0 5px 0; }
.static-viewer-api p {
  margin-top: 0;
  margin-bottom: 15px; }
.static-viewer-api ul {
  padding-left: 20px;
  list-style-type: disc; }
.static-viewer-api iframe {
  border: 0; }
.static-viewer-api img {
  width: auto;
  max-width: 100%; }
.static-viewer-api .arrow-navigation:last-child {
  margin-top: 1.5em; }
.static-viewer-api .static-viewer-api-functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.static-viewer-api .static-viewer-api-functions-category {
  width: 33%;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
.static-viewer-api .static-viewer-api-functions-category p {
    margin: 0;
    font-weight: bold; }
.static-viewer-api .static-viewer-api-functions-category ul {
    padding: 0;
    margin: 0; }
.static-viewer-api .static-viewer-api-functions-category li {
    list-style: none; }
.static-viewer-api .static-viewer-api-api {
  font-family: monospace;
  color: #000000; }
.developersProducts {
  margin-top: 40px; }
.developersProducts-product {
  display: block;
  margin-bottom: 50px;
  color: #555555;
  text-align: center; }
.developersProducts-product .name,
  .developersProducts-product .description {
    display: block;
    line-height: 1.3;
    text-align: center; }
.developersProducts-product .name {
    margin: 10px 0; }
.developersProducts-product .description {
    font-size: 14px; }
.developersProducts-product .icon {
    font-size: 32px;
    color: #aaaaaa; }
.developersProducts-product:hover .icon {
    color: #1caad9; }
.developersProducts-product:hover .name {
    color: #1caad9; }
.developersProducts-product:hover .description {
    color: #000000; }
.content > section:nth-of-type(odd) a.developersProducts-product {
  color: #555555; }
.compare .columns-wrapper {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
.compare > .columns-wrapper > .left {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }
.compare > .columns-wrapper > .left .left,
  .compare > .columns-wrapper > .left .right {
    width: 50% !important;
    min-width: auto !important;
    margin: 0 !important; }
.compare > .columns-wrapper > .right {
  min-width: 130px !important;
  margin: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
@media (max-width: 520px) {
  .compare > .columns-wrapper > .left .left,
  .compare > .columns-wrapper > .left .right {
    min-width: 100% !important; } }
@media (min-width: 895px) {
  .compare > .columns-wrapper > .right {
    margin-left: 20px !important; } }
.download-landing-intro {
  padding: 40px 0;
  margin-bottom: 60px;
  font-weight: 300;
  line-height: 2; }
.download-landing-intro a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.download-landing-intro a:hover {
      color: #ffffff;
      border-bottom: 1px solid #ffffff; }
.download-landing-categories .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -15px; }
.download-landing-category {
  width: 33%;
  margin: 15px;
  text-align: center; }
.download-landing-category img {
    display: block; }
.download-landing-category .download-landing-category-header {
    margin-top: -40px;
    margin-bottom: 20px; }
.download-landing-category .download-landing-category-header img {
      margin: auto; }
.download-landing-category .download-landing-category-header h2 {
      font-family: "Titillium Web", sans-serif;
      font-size: 16px;
      font-weight: bold;
      color: #555555;
      text-transform: uppercase; }
.download-landing-category:hover .download-landing-models-overlay {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.2s; }
.download-landing-models {
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
.download-landing-models img {
    width: 100%;
    height: auto; }
.download-landing-models-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.download-landing-model {
  float: left;
  width: 50%;
  background: #cccccc; }
.download-landing-category-useful .download-landing-model {
    width: 100%; }
.download-landing-action {
  text-align: center; }
.students-offer-eligibility {
  padding: 30px;
  margin: 0 3%;
  text-align: center; }
.students-offer-eligibility h3 {
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #1caad9; }
.students-offer-eligibility fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
.students-offer-eligibility .form-input, .students-offer-eligibility .dropdown-label, .students-offer-eligibility
  .form-listbox, .students-offer-eligibility .form-prefixed-input {
    display: inline-block;
    width: 40%;
    border: 2px solid #999999; }
.students-offer-eligibility .btn-primary {
    display: inline-block;
    height: 49px;
    vertical-align: bottom; }
.students-offer-eligibility .btn-primary .state-normal {
      display: inline; }
.students-offer-eligibility .btn-primary .state-progress {
      display: none; }
.students-offer-eligibility .btn-primary .loading {
      vertical-align: sub; }
.students-offer-eligibility.processing .btn-primary .state-normal {
    display: none; }
.students-offer-eligibility.processing .btn-primary .state-progress {
    display: inline; }
.exporter-category {
  padding-top: 90px;
  margin: -60px 0 30px 0;
  color: #555555; }
.exporter-grid {
  margin: 0 -7px;
  overflow: hidden; }
.exporter-grid li {
  display: block;
  float: left;
  width: 16.66%;
  box-sizing: border-box;
  padding: 0 7px;
  margin-bottom: 20px; }
@media (max-width: 1100px) {
  .exporter-grid li {
    width: 25%; } }
@media (max-width: 800px) {
  .exporter-grid li {
    width: 50%; } }
.exporter-grid a,
.content > section:nth-of-type(odd) .exporter-grid a {
  color: #555555;
  box-shadow: none; }
.exporter-grid a:hover,
  .content > section:nth-of-type(odd) .exporter-grid a:hover {
    color: #1caad9; }
.exporters-contact {
  padding: 30px 0;
  margin-top: 30px;
  text-align: center; }
.exporters-contact h2 {
    font-size: 24px;
    color: #555555; }
.exporter-downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
.exporter-downloads > a {
    margin: 0 5px 5px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
.exporter-media {
  float: left;
  width: 70%; }
.exporter-media iframe {
    width: 100%;
    height: 330px; }
.exporter-media img {
    width: 100%;
    height: auto; }
.exporter-meta {
  float: left;
  width: 30%;
  padding-left: 30px; }
.exporter-meta dl {
    font-size: 12px;
    line-height: 24px; }
.exporter-meta dt {
    font-weight: 300;
    color: #888888;
    text-transform: uppercase; }
.exporter-meta dd {
    margin: 0;
    margin-bottom: 8px;
    overflow: hidden; }
.exporter-description {
  padding-top: 16px;
  clear: both; }
.exporter-description ul {
    padding-left: 20px;
    list-style-type: disc; }
.exporter-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }
/* keys case must NOT be changed as they refer the ones from skfb_pages/settings */
/* png files hence need to have the same case style name as the key */
.exporter-icon-3dsmax {
  background-image: url(/static/builds/web/dist/3dsmax-0bbb9424939feb39fbd88b26c1e1800b.svg); }
.exporter-icon-blender {
  background-image: url(/static/builds/web/dist/blender-5eaf00245d0b65c52abc69481c7059ea.svg); }
.exporter-icon-cinema4d {
  background-image: url(/static/builds/web/dist/cinema4d-0d28cbd57782e45309b938966949433c.svg); }
.exporter-icon-kerbalspaceprogram {
  background-image: url(/static/builds/web/dist/kerbalspaceprogram-9b1ad37d795e3ae6853ada314826ae2b.svg); }
.exporter-icon-maya {
  background-image: url(/static/builds/web/dist/maya-4080bd945e3972a658ec6d60184aa857.svg); }
.exporter-icon-sketchup {
  background-image: url(/static/builds/web/dist/sketchup-be85b583b220be842b536ab66c45b474.svg); }
.exporter-icon-substance {
  background-image: url(/static/builds/web/dist/substance-3256a13a507982402d5de42493246821.svg); }
.exporter-icon-zbrush {
  background-image: url(/static/builds/web/dist/zbrush-d83e7d1db223dcd0f637385ff31edb0a.svg); }
/* stylelint-disable */
/* stylelint-enable */
.exporter-icon-3dcoat {
  background-image: url(/static/builds/web/dist/3dcoat-bf5b767673072199f513135224f59f08.png); }
.exporter-icon-3dfzephyr {
  background-image: url(/static/builds/web/dist/3dfzephyr-89a46f17751aec664be775ad189fbbfe.png); }
.exporter-icon-3digify {
  background-image: url(/static/builds/web/dist/3digify-974afd5953e743858ed556c15955b09b.png); }
.exporter-icon-3dslash {
  background-image: url(/static/builds/web/dist/3dslash-b9823cdf9890f62fbb1804bff5882d5a.png); }
.exporter-icon-AgisoftPhotoscan {
  background-image: url(/static/builds/web/dist/AgisoftPhotoscan-de7b4012030da5272191584fffac296d.png); }
.exporter-icon-bricklink-studio {
  background-image: url(/static/builds/web/dist/bricklink-studio-0281564b060dc2b837d18783a27e1f6b.png); }
.exporter-icon-cadscan {
  background-image: url(/static/builds/web/dist/cadscan-0fe98d0e35665c84f33b0ecd00b8f6a3.png); }
.exporter-icon-cappasity {
  background-image: url(/static/builds/web/dist/cappasity-39a6ec58e9c63e66ca5de88d6b61cbce.png); }
.exporter-icon-character-creator {
  background-image: url(/static/builds/web/dist/character-creator-a4d1a13ac6b7da1fe9ba5fe0a408ba03.png); }
.exporter-icon-craftmaster {
  background-image: url(/static/builds/web/dist/craftmaster-999807dfc78fe4e7e842942b2bf22d07.png); }
.exporter-icon-cubik-studio {
  background-image: url(/static/builds/web/dist/cubik-studio-51fe9c02b9e90c86fe7954bed166aa00.png); }
.exporter-icon-doodle3d-transform {
  background-image: url(/static/builds/web/dist/doodle3d-transform-8a1710d957c2a5c747e9f7c2fbba923d.png); }
.exporter-icon-earth-volumetric-studio {
  background-image: url(/static/builds/web/dist/earth-volumetric-studio-e0a37be770031a4f6d280ba47f2d4bb4.png); }
.exporter-icon-easycube {
  background-image: url(/static/builds/web/dist/easycube-bf41cd2212b3c79e1c769a247e001dae.png); }
.exporter-icon-evrywayscanner {
  background-image: url(/static/builds/web/dist/evrywayscanner-02286b7b011fe954b02742b9e66ce8dd.png); }
.exporter-icon-formz {
  background-image: url(/static/builds/web/dist/formz-abe76e00b236f41f995de1df5f7280de.png); }
.exporter-icon-fuel3d {
  background-image: url(/static/builds/web/dist/fuel3d-a60bfac3c03c5fd08482db4242663d86.png); }
.exporter-icon-grasshopper {
  background-image: url(/static/builds/web/dist/grasshopper-08ff76393ef929853512520e622a2a04.png); }
.exporter-icon-gravity-sketch {
  background-image: url(/static/builds/web/dist/gravity-sketch-0364fd48c569b2c0ad8b3e20ec73a4c5.png); }
.exporter-icon-holostudio {
  background-image: url(/static/builds/web/dist/holostudio-33bff14e1945ab845b830b168001c353.png); }
.exporter-icon-instamuseum {
  background-image: url(/static/builds/web/dist/instamuseum-1700fd28434309285968659520ebfa18.png); }
.exporter-icon-inventor {
  background-image: url(/static/builds/web/dist/inventor-96c1e2614e1fa2e2f66cd9e283279065.png); }
.exporter-icon-ironcad {
  background-image: url(/static/builds/web/dist/ironcad-ab94e951f09bbc9e8859220c24a2d638.png); }
.exporter-icon-itseez3d {
  background-image: url(/static/builds/web/dist/itseez3d-6d5b5b727b6eaa833a970f803a459a30.png); }
.exporter-icon-lightwave {
  background-image: url(/static/builds/web/dist/lightwave-504d43a214f1f297991882ffb6a28c05.png); }
.exporter-icon-meshlab {
  background-image: url(/static/builds/web/dist/meshlab-e30779fdb9f8fbcf64ec866c86835be9.png); }
.exporter-icon-mimesys {
  background-image: url(/static/builds/web/dist/mimesys-18f9d3cfb381b521ede6941e8e5c0fc9.png); }
.exporter-icon-minecraft {
  background-image: url(/static/builds/web/dist/minecraft-d8cb1295d39f0da0596beea2b843e163.png); }
.exporter-icon-mineways {
  background-image: url(/static/builds/web/dist/mineways-96b23866331ed065680142f346bff785.png); }
.exporter-icon-modo {
  background-image: url(/static/builds/web/dist/modo-651984f47d323c4d6367bcf6c6fa095a.png); }
.exporter-icon-open-constructor {
  background-image: url(/static/builds/web/dist/open-constructor-27122fb804c1ab6605d8a2af956832bb.png); }
.exporter-icon-photoshop {
  background-image: url(/static/builds/web/dist/photoshop-96bca1edb7e4a03df630372098693ae4.png); }
.exporter-icon-polybrush {
  background-image: url(/static/builds/web/dist/polybrush-c82ab7cb2e5dbc3eb9700df12d27726c.png); }
.exporter-icon-qubicle {
  background-image: url(/static/builds/web/dist/qubicle-2b156f4e7f4c0ab0689eafe2fb43aa3a.png); }
.exporter-icon-reality-capture {
  background-image: url(/static/builds/web/dist/reality-capture-e84d9aa68cef92bacbbf6f5ce169aa1e.png); }
.exporter-icon-recFusion {
  background-image: url(/static/builds/web/dist/recFusion-cb5be30ac9c1478896fa9b46c320383b.png); }
.exporter-icon-rtabmap {
  background-image: url(/static/builds/web/dist/rtabmap-e52f53cbb3c2412cc7ca509262fe6b77.png); }
.exporter-icon-sculptdroid {
  background-image: url(/static/builds/web/dist/sculptdroid-7fc566cfbdde173b76f3d2bf168b0db4.png); }
.exporter-icon-sculptfab {
  background-image: url(/static/builds/web/dist/sculptfab-413a6beee792768279073cdf08999b91.png); }
.exporter-icon-sense-for-real-sense {
  background-image: url(/static/builds/web/dist/sense-for-real-sense-d6f31698a0edc18edd8cd3599180cc16.png); }
.exporter-icon-simlab {
  background-image: url(/static/builds/web/dist/simlab-bd77191ed8fd45df80fa606e4665e737.png); }
.exporter-icon-skanect {
  background-image: url(/static/builds/web/dist/skanect-a6a67c905f4bb387bed340035981d4b0.png); }
.exporter-icon-Smart3DCapture {
  background-image: url(/static/builds/web/dist/Smart3DCapture-57559659da44c04ed644e43836f7f10b.png); }
.exporter-icon-SmartMobileVision-Scann3D {
  background-image: url(/static/builds/web/dist/SmartMobileVision-Scann3D-dd3df7ebce473256bb20080b8eaf576a.png); }
.exporter-icon-smoothie-3d {
  background-image: url(/static/builds/web/dist/smoothie-3d-3332ab3a66152fcdbf99f37c6b2c7d8f.png); }
.exporter-icon-solidworks {
  background-image: url(/static/builds/web/dist/solidworks-a90ad03c6d126d4c7808b82823321546.png); }
.exporter-icon-strata {
  background-image: url(/static/builds/web/dist/strata-86ed125f74249fd3003280f2f42bb70d.png); }
.exporter-icon-tiltbrush {
  background-image: url(/static/builds/web/dist/tiltbrush-dacf09a3f75732cc2e2b19e45d4b65c9.png); }
.exporter-icon-trnio {
  background-image: url(/static/builds/web/dist/trnio-174aab9d2ae0aaf989b416ae31c5118d.png); }
.exporter-icon-unity {
  background-image: url(/static/builds/web/dist/unity-991704348607c35db5b5f95a8c7773bf.png); }
.exporter-icon-Visualsfm {
  background-image: url(/static/builds/web/dist/Visualsfm-077b1caecf6bdbc389b774df2472ff58.png); }
.exporter-icon-voxeldraw {
  background-image: url(/static/builds/web/dist/voxeldraw-6054ce061e4ac98f821a0959452aacbf.png); }
.features {
  line-height: 24px; }
.features h2,
  .features h3 {
    font-family: "Titillium Web", sans-serif; }
.features-large-title, .features-viewer-title, .features-community-title, .features-publish-title, .features-edit-title, .features-more-title {
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff; }
.features-row, .features-intro-summary, .features-publish-list, .features-editor-intro, .features-specs-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.features-row .col-1, .features-intro-summary .col-1, .features-publish-list .col-1, .features-editor-intro .col-1, .features-specs-section .col-1 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%; }
.features-row .col-2, .features-intro-summary .col-2, .features-publish-list .col-2, .features-editor-intro .col-2, .features-specs-section .col-2 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
.features-row .col-3, .features-intro-summary .col-3, .features-publish-list .col-3, .features-editor-intro .col-3, .features-specs-section .col-3, .features-row .features-intro-summary li, .features-intro-summary .features-row li, .features-intro-summary li, .features-row .features-publish-item, .features-intro-summary .features-publish-item, .features-publish-list .features-publish-item, .features-editor-intro .features-publish-item, .features-specs-section .features-publish-item {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
.features-row .col-4, .features-intro-summary .col-4, .features-publish-list .col-4, .features-editor-intro .col-4, .features-specs-section .col-4, .features-row .landing-500k-extra-stats .stat, .landing-500k-extra-stats .features-row .stat, .features-intro-summary .landing-500k-extra-stats .stat, .landing-500k-extra-stats .features-intro-summary .stat, .features-publish-list .landing-500k-extra-stats .stat, .landing-500k-extra-stats .features-publish-list .stat, .features-editor-intro .landing-500k-extra-stats .stat, .landing-500k-extra-stats .features-editor-intro .stat, .features-specs-section .landing-500k-extra-stats .stat, .landing-500k-extra-stats .features-specs-section .stat, .features-row .landing-500k-showcase .category, .landing-500k-showcase .features-row .category, .features-intro-summary .landing-500k-showcase .category, .landing-500k-showcase .features-intro-summary .category, .features-publish-list .landing-500k-showcase .category, .landing-500k-showcase .features-publish-list .category, .features-editor-intro .landing-500k-showcase .category, .landing-500k-showcase .features-editor-intro .category, .features-specs-section .landing-500k-showcase .category, .landing-500k-showcase .features-specs-section .category, .features-row .features-edit-title, .features-intro-summary .features-edit-title, .features-publish-list .features-edit-title, .features-editor-intro .features-edit-title, .features-specs-section .features-edit-title, .features-row .staticVerticalFeature, .features-intro-summary .staticVerticalFeature, .features-publish-list .staticVerticalFeature, .features-editor-intro .staticVerticalFeature, .features-specs-section .staticVerticalFeature, .features-row .static-vr-reviews .review, .static-vr-reviews .features-row .review, .features-intro-summary .static-vr-reviews .review, .static-vr-reviews .features-intro-summary .review, .features-publish-list .static-vr-reviews .review, .static-vr-reviews .features-publish-list .review, .features-editor-intro .static-vr-reviews .review, .static-vr-reviews .features-editor-intro .review, .features-specs-section .static-vr-reviews .review, .static-vr-reviews .features-specs-section .review {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
.features-row .col-5, .features-intro-summary .col-5, .features-publish-list .col-5, .features-editor-intro .col-5, .features-specs-section .col-5 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%; }
.features-row .col-6, .features-intro-summary .col-6, .features-publish-list .col-6, .features-editor-intro .col-6, .features-specs-section .col-6 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
.features-row .col-7, .features-intro-summary .col-7, .features-publish-list .col-7, .features-editor-intro .col-7, .features-specs-section .col-7 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%; }
.features-row .col-8, .features-intro-summary .col-8, .features-publish-list .col-8, .features-editor-intro .col-8, .features-specs-section .col-8, .features-row .features-edit-copy, .features-intro-summary .features-edit-copy, .features-publish-list .features-edit-copy, .features-editor-intro .features-edit-copy, .features-specs-section .features-edit-copy {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
.features-row .col-9, .features-intro-summary .col-9, .features-publish-list .col-9, .features-editor-intro .col-9, .features-specs-section .col-9 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
.features-row .col-10, .features-intro-summary .col-10, .features-publish-list .col-10, .features-editor-intro .col-10, .features-specs-section .col-10 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
.features-row .col-11, .features-intro-summary .col-11, .features-publish-list .col-11, .features-editor-intro .col-11, .features-specs-section .col-11 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%; }
.features-row .col-12, .features-intro-summary .col-12, .features-publish-list .col-12, .features-editor-intro .col-12, .features-specs-section .col-12 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.features-row .push-1, .features-intro-summary .push-1, .features-publish-list .push-1, .features-editor-intro .push-1, .features-specs-section .push-1 {
    margin-left: 8.33333%; }
.features-row .push-2, .features-intro-summary .push-2, .features-publish-list .push-2, .features-editor-intro .push-2, .features-specs-section .push-2 {
    margin-left: 16.66667%; }
.features-row .push-3, .features-intro-summary .push-3, .features-publish-list .push-3, .features-editor-intro .push-3, .features-specs-section .push-3 {
    margin-left: 25%; }
.features-row .push-4, .features-intro-summary .push-4, .features-publish-list .push-4, .features-editor-intro .push-4, .features-specs-section .push-4 {
    margin-left: 33.33333%; }
.features-row .push-5, .features-intro-summary .push-5, .features-publish-list .push-5, .features-editor-intro .push-5, .features-specs-section .push-5 {
    margin-left: 41.66667%; }
.features-row .push-6, .features-intro-summary .push-6, .features-publish-list .push-6, .features-editor-intro .push-6, .features-specs-section .push-6 {
    margin-left: 50%; }
.features-row .push-7, .features-intro-summary .push-7, .features-publish-list .push-7, .features-editor-intro .push-7, .features-specs-section .push-7 {
    margin-left: 58.33333%; }
.features-row .push-8, .features-intro-summary .push-8, .features-publish-list .push-8, .features-editor-intro .push-8, .features-specs-section .push-8 {
    margin-left: 66.66667%; }
.features-row .push-9, .features-intro-summary .push-9, .features-publish-list .push-9, .features-editor-intro .push-9, .features-specs-section .push-9 {
    margin-left: 75%; }
.features-row .push-10, .features-intro-summary .push-10, .features-publish-list .push-10, .features-editor-intro .push-10, .features-specs-section .push-10 {
    margin-left: 83.33333%; }
.features-row .push-11, .features-intro-summary .push-11, .features-publish-list .push-11, .features-editor-intro .push-11, .features-specs-section .push-11 {
    margin-left: 91.66667%; }
@media (max-width: 800px) {
  .features-row, .features-intro-summary, .features-publish-list, .features-editor-intro, .features-specs-section {
    display: block; } }
.features-intro,
.features-viewer,
.features-community,
.features-specs {
  padding: 72px 0; }
.features-intro-action,
.features-publish-action {
  text-align: center; }
.features-intro {
  position: relative;
  color: #ffffff;
  text-align: center; }
.feature-intro-subtitle,
.features-intro-summary,
.features-intro-action {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }
.features-intro-summary {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s; }
.features-intro-action {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }
.feature-intro-subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 48px; }
.features-intro-summary {
  width: 80%;
  margin: 0 auto; }
.features-intro-summary {
  font-weight: 300;
  -webkit-perspective: 200px;
          perspective: 200px;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%; }
.features-intro-summary img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
.features-intro-action {
  padding-top: 48px; }
.features-intro-action .btn-huge {
    padding-right: 24px;
    padding-left: 24px; }
.feature-intro-teaser {
  position: absolute;
  bottom: 24px;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  outline: none;
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg); }
.ready .feature-intro-teaser {
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 2s; }
.feature-intro-teaser:focus {
    outline: 0; }
@media (max-width: 800px) {
  .features-intro-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; } }
@media (max-width: 480px) {
  .features-intro {
    padding: 24px 0 72px; }
  .feature-intro-subtitle {
    font-size: 18px;
    line-height: 24px; }
  .features-intro-summary {
    display: block;
    width: 100%; }
    .features-intro-summary li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .features-intro-summary img {
      width: 80px;
      height: auto;
      margin: 0;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
  .features-intro-action {
    padding-top: 24px; } }
.features-viewer-intro {
  margin-bottom: 48px;
  font-weight: 300;
  color: #555555;
  text-align: center; }
.features-viewer-title {
  color: #1caad9; }
.features-viewer-item {
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 300;
  color: #555555; }
.features-viewer-item h3 {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase; }
.features-viewer-item p {
    margin: 0; }
.features-viewer-embed iframe {
  position: absolute;
  width: 100%;
  height: 100%; }
@media (max-width: 800px) {
  .features-viewer {
    padding: 24px 0; }
    .features-viewer .features-row, .features-viewer .features-intro-summary, .features-viewer .features-publish-list, .features-viewer .features-editor-intro, .features-viewer .features-specs-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .features-viewer .features-row .col-6, .features-viewer .features-intro-summary .col-6, .features-viewer .features-publish-list .col-6, .features-viewer .features-editor-intro .col-6, .features-viewer .features-specs-section .col-6 {
        margin-bottom: 24px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
      .features-viewer .features-row .col-3, .features-viewer .features-intro-summary .col-3, .features-viewer .features-publish-list .col-3, .features-viewer .features-editor-intro .col-3, .features-viewer .features-specs-section .col-3, .features-viewer .features-row .features-intro-summary li, .features-intro-summary .features-viewer .features-row li, .features-viewer .features-intro-summary li, .features-viewer .features-publish-list .features-intro-summary li, .features-intro-summary .features-viewer .features-publish-list li, .features-viewer .features-editor-intro .features-intro-summary li, .features-intro-summary .features-viewer .features-editor-intro li, .features-viewer .features-specs-section .features-intro-summary li, .features-intro-summary .features-viewer .features-specs-section li, .features-viewer .features-row .features-publish-item, .features-viewer .features-intro-summary .features-publish-item, .features-viewer .features-publish-list .features-publish-item, .features-viewer .features-editor-intro .features-publish-item, .features-viewer .features-specs-section .features-publish-item {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  .features-viewer-intro {
    margin-bottom: 24px; }
  .features-viewer-title {
    font-size: 24px; } }
.features-community {
  position: relative;
  overflow: hidden;
  background-image: url(/static/builds/web/dist/community-bg-c5d44b2eae8a571cee69b365567c87ee.jpg);
  background-position: center bottom; }
.features-community-title {
  margin-bottom: 24px; }
.features-community-copy {
  margin-bottom: 36px;
  font-weight: 300;
  line-height: 30px; }
.feature-community-example-container {
  position: relative; }
.feature-community-example-container .staticModelCredits {
    top: 100%;
    bottom: auto;
    margin-top: 10px; }
.feature-community-example {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s; }
.feature-community-example iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s; }
.feature-community-example iframe.loaded {
      opacity: 1; }
.feature-community-example .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.feature-community-example.loaded {
    opacity: 1; }
@media (max-width: 800px) {
  .features-community {
    padding: 24px 0; }
    .features-community .features-row, .features-community .features-intro-summary, .features-community .features-publish-list, .features-community .features-editor-intro, .features-community .features-specs-section {
      display: block; }
  .features-community-title {
    margin-top: 24px;
    font-size: 24px;
    text-align: center; }
  .features-community-copy {
    line-height: 1.5; }
  .features-community-action {
    text-align: center; }
  .feature-community-example-container {
    padding-top: 24px;
    padding-bottom: 32px; } }
.features-publish {
  padding: 72px 0 0; }
.features-publish-title {
  margin-bottom: 24px;
  text-align: center; }
.features-publish-illustration {
  position: relative;
  height: 400px; }
.features-publish-illustration .bubble {
    position: absolute;
    z-index: 1;
    width: 96px;
    height: 96px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0; }
.features-publish-illustration .bubble-label {
    position: absolute;
    font-size: 13px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    opacity: 0; }
.features-publish-illustration .bubble-left .bubble-label {
    top: 50%;
    left: 0;
    padding-right: 10px;
    text-align: right;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%); }
.features-publish-illustration .bubble-right .bubble-label {
    top: 50%;
    left: 100%;
    padding-left: 10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.features-publish-illustration .illustration-sketchfab {
    position: absolute;
    top: calc(50% - 61px);
    left: calc(50% - 61px);
    z-index: 2;
    width: 122px;
    height: 122px;
    opacity: 0; }
.features-publish-item {
  font-weight: 300; }
.features-publish-item h3 {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600; }
.features-publish-item p {
    margin: 0; }
.features-publish-item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.features-publish-item a:hover {
      border-bottom-color: white; }
.features-publish-item small {
    color: rgba(255, 255, 255, 0.7); }
.features-publish-action {
  padding: 48px 0; }
@media (max-width: 800px) {
  .features-publish {
    padding: 24px 0; }
  .features-publish-title {
    font-size: 24px; }
  .features-publish-item {
    margin-bottom: 24px; }
  .features-publish-action {
    padding: 24px 0; }
  .features-publish-illustration {
    width: 200%;
    height: 200%;
    margin-top: -50%;
    margin-bottom: -50%;
    margin-left: -50%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); } }
@media (min-width: 1910px) {
  .features-publish-illustration {
    height: 600px; } }
.features-editor {
  padding-top: 72px; }
.features-editor-intro {
  margin-bottom: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.features-edit-copy {
  margin: 0; }
.features-editor-steps {
  background: #000000; }
.features-editor-navigation {
  position: absolute;
  bottom: 12px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  list-style: none; }
.features-editor-navigation li {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.features-editor-navigation a {
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 12px; }
.features-editor-navigation a.active {
      color: #ffffff;
      background: #1caad9; }
.features-editor-navigation a:active, .features-editor-navigation a:focus {
      outline: 0; }
.features-editor-untextured,
.features-editor-materials,
.features-editor-lights,
.features-editor-postprocessing {
  position: absolute;
  width: 12.5%;
  height: 100%;
  overflow: hidden; }
.features-editor-untextured .features-editor-preview,
  .features-editor-materials .features-editor-preview,
  .features-editor-lights .features-editor-preview,
  .features-editor-postprocessing .features-editor-preview {
    position: absolute;
    z-index: 0;
    width: 400%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transition: background 0.3s; }
.features-editor-untextured {
  top: 0;
  left: 0; }
.loaded .features-editor-untextured .features-editor-preview,
.editor-untextured .features-editor-step .features-editor-preview {
  background-image: url(/static/builds/web/dist/untextured@2x-14b805bb28b1467e4725872329c87db8.jpg); }
.features-editor-materials {
  top: 0;
  left: 12.5%; }
.features-editor-materials .features-editor-preview {
    left: -100%; }
.loaded .features-editor-materials .features-editor-preview,
.editor-materials .features-editor-step .features-editor-preview {
  background-image: url(/static/builds/web/dist/materials@2x-34d5743163a4642e96208fc59d8b6f16.jpg); }
.features-editor-lights {
  top: 0;
  left: 25%; }
.features-editor-lights .features-editor-preview {
    left: -200%; }
.loaded .features-editor-lights .features-editor-preview,
.editor-lights .features-editor-step .features-editor-preview {
  background-image: url(/static/builds/web/dist/lights@2x-1493131dc8adad42b3b21279bac185b2.jpg); }
.features-editor-postprocessing {
  top: 0;
  left: 37.5%; }
.features-editor-postprocessing .features-editor-preview {
    left: -300%; }
.loaded .features-editor-postprocessing .features-editor-preview,
.editor-postprocessing .features-editor-step .features-editor-preview {
  background-image: url(/static/builds/web/dist/postprocessing@2x-8c92fbd104c70824ab2855a936a8e8b6.jpg); }
.features-editor-final {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #666666; }
@media (max-width: 800px) {
  .features-editor {
    padding-top: 36px; }
  .features-edit-title {
    margin-bottom: 24px;
    font-size: 24px; }
  .features-editor-intro {
    margin-bottom: 24px; }
  .features-editor-navigation a span {
    display: none; } }
.features-more {
  padding-top: 72px;
  color: #888888;
  text-align: center; }
.features-more h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1caad9; }
.features-more-title {
  margin-bottom: 72px;
  color: #1caad9; }
.features-more-copy {
  font-weight: 300; }
@media (max-width: 800px) {
  .features-more {
    padding-top: 24px;
    text-align: left; }
    .features-more .features-row li, .features-more .features-intro-summary li, .features-more .features-publish-list li, .features-more .features-editor-intro li, .features-more .features-specs-section li,
    .features-more .features-row h3,
    .features-more .features-intro-summary h3,
    .features-more .features-publish-list h3,
    .features-more .features-editor-intro h3,
    .features-more .features-specs-section h3,
    .features-more .features-row .features-more-copy,
    .features-more .features-intro-summary .features-more-copy,
    .features-more .features-publish-list .features-more-copy,
    .features-more .features-editor-intro .features-more-copy,
    .features-more .features-specs-section .features-more-copy {
      overflow: hidden; }
    .features-more .features-row li, .features-more .features-intro-summary li, .features-more .features-publish-list li, .features-more .features-editor-intro li, .features-more .features-specs-section li {
      margin-bottom: 12px; }
    .features-more .features-row h3, .features-more .features-intro-summary h3, .features-more .features-publish-list h3, .features-more .features-editor-intro h3, .features-more .features-specs-section h3 {
      margin-bottom: 0; }
    .features-more .features-row p, .features-more .features-intro-summary p, .features-more .features-publish-list p, .features-more .features-editor-intro p, .features-more .features-specs-section p {
      margin-top: 0; }
    .features-more .features-row img, .features-more .features-intro-summary img, .features-more .features-publish-list img, .features-more .features-editor-intro img, .features-more .features-specs-section img {
      float: left;
      width: 80px;
      height: auto; }
  .features-more-title {
    margin-bottom: 24px;
    font-size: 24px;
    text-align: center; } }
.features-specs-section {
  padding: 24px 0;
  font-size: 14px;
  font-weight: 300;
  color: #555555;
  border-top: 1px solid #e6e6e6; }
.features-specs-section h3 {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase; }
.features-specs-section h4 {
    margin: 0;
    font-weight: 600; }
.features-specs-section p {
    margin: 0 0 24px; }
.features-specs-section ul {
    margin-bottom: 24px;
    list-style: disc;
    list-style-position: inside; }
.features-specs-section a {
    color: #1caad9; }
.features-specs-section a:hover {
      color: #1687ac; }
.features-specs-title {
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: bold;
  line-height: 72px;
  color: #555555; }
.features-specs-vr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px; }
.features-specs-vr img {
    display: block; }
.features-specs-vr > div {
    padding-left: 10px; }
@media (max-width: 800px) {
  .features-specs {
    padding: 24px 0 0; }
  .features-specs-title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 24px;
    text-align: center; }
  .features-specs-vr {
    display: block;
    margin-bottom: 10px; }
    .features-specs-vr img {
      width: 100%;
      height: auto; }
    .features-specs-vr > div {
      padding: 5px 0; }
  .features-specs-section h3 {
    margin-bottom: 12px;
    font-size: 16px; } }
.features-join {
  padding: 48px 0; }
.features-join .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.features-join-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.features-join-copy p {
    margin: 0;
    font-size: 24px; }
.features-join-copy small {
    font-size: 12px; }
.features-join-copy small a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.features-join-copy small a:hover {
        color: white;
        border-bottom-color: white; }
@media (max-width: 800px) {
  .features-join {
    padding: 24px 0; }
    .features-join .container {
      display: block; }
  .features-join-copy {
    display: block;
    margin: 0;
    text-align: center; }
    .features-join-copy p {
      font-size: 18px; }
  .features-join-action {
    margin-top: 24px;
    text-align: center; } }
.gltf-landing-intro .container {
  padding: 60px 0; }
.gltf-landing-intro h1 {
  margin-left: -10px; }
.gltf-landing-intro ul {
  padding-left: 1.1em;
  list-style: disc outside; }
.gltf-samples h2 {
  margin-bottom: 48px;
  color: #1caad9; }
.gltf-samples .col-6 {
  margin-bottom: 30px; }
.gltf-card {
  height: 100%;
  border-radius: 4px; }
.gltf-card iframe {
    display: block; }
.gltf-card-viewer .ratio-inner, .gltf-card-viewer .staticImageCard-inner, .gltf-card-viewer .model-card-1million .thumbnail-inner, .model-card-1million .gltf-card-viewer .thumbnail-inner, .gltf-card-viewer .features-editor-steps, .gltf-card-viewer .press-card-inner {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
.gltf-card-viewer iframe {
  display: block;
  width: 100%;
  height: 100%; }
.gltf-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
.gltf-card-info .media-body {
    padding-top: 8px;
    line-height: 1; }
.gltf-card-author {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.gltf-card-author .image-container {
    margin-right: 10px;
    border-radius: 3px; }
.gltf-card-author .displayname {
    display: block;
    padding-top: 3px; }
.gltf-card-cta {
  padding: 27px; }
.gltf-card-meta {
  padding: 10px 15px;
  font-size: 13px;
  color: #555555; }
.pbr-landing-intro .container {
  padding: 60px 0; }
.pbr-landing-intro h1 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600; }
.pbr-landing-intro h1 acronym {
    position: relative;
    top: -6px;
    display: inline-block;
    padding: 0 10px;
    margin-right: 8px;
    font-size: 24px;
    border: 3px solid #ffffff;
    border-radius: 8px; }
.pbr-landing-intro .copy {
  max-width: 60%;
  font-size: 14px;
  font-weight: 200;
  line-height: 24px; }
.pbr-landing-social {
  margin: 2em 0; }
.pbr-landing-social li {
    display: inline-block; }
.pbr-landing-actions {
  padding: 30px 0;
  background: #ffffff; }
.pbr-landing-actions .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.pbr-landing-action {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
@media (max-width: 800px) {
  .pbr-landing-intro h1 span {
    display: block; }
  .pbr-landing-intro .copy {
    max-width: 100%; }
  .pbr-landing-actions .container {
    display: block; }
  .pbr-landing-action {
    margin: 1em 0; } }
.plans-intro {
  padding: 30px 0;
  color: #ffffff;
  text-align: center;
  background: #1caad9 url(/static/builds/web/dist/triangles-6bab0013b79712f2628cc1034d608ac5.png) left bottom repeat-x; }
.plans-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 20px;
  background: transparent; }
.plans-compare .flag-pro,
  .plans-compare .flag-biz {
    top: -1px;
    margin-left: 0; }
.plans-compare .info-block, .plans-compare .model-card-1million, .plans-compare .user-card-1million, .plans-compare .download-landing-category, .plans-compare .students-offer-eligibility, .plans-compare .trends-card {
    position: relative;
    width: 33%;
    padding: 30px 20px 220px;
    margin: 0 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.plans-compare .info-block:first-child, .plans-compare .model-card-1million:first-child, .plans-compare .user-card-1million:first-child, .plans-compare .download-landing-category:first-child, .plans-compare .students-offer-eligibility:first-child, .plans-compare .trends-card:first-child, .plans-compare .info-block:last-child, .plans-compare .model-card-1million:last-child, .plans-compare .user-card-1million:last-child, .plans-compare .download-landing-category:last-child, .plans-compare .students-offer-eligibility:last-child, .plans-compare .trends-card:last-child {
      margin: 0; }
.plans-compare .info-block .fa-question-circle, .plans-compare .model-card-1million .fa-question-circle, .plans-compare .user-card-1million .fa-question-circle, .plans-compare .download-landing-category .fa-question-circle, .plans-compare .students-offer-eligibility .fa-question-circle, .plans-compare .trends-card .fa-question-circle {
      color: #cccccc; }
.plans-compare .info-block .fa-question-circle:hover, .plans-compare .model-card-1million .fa-question-circle:hover, .plans-compare .user-card-1million .fa-question-circle:hover, .plans-compare .download-landing-category .fa-question-circle:hover, .plans-compare .students-offer-eligibility .fa-question-circle:hover, .plans-compare .trends-card .fa-question-circle:hover {
        color: #1caad9; }
.plans-compare h2 {
    margin-bottom: 30px;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    color: #1caad9;
    text-align: center;
    text-transform: uppercase; }
.plans-compare .features {
    line-height: 2;
    border-top: 1px solid #f3f3f3; }
.plans-compare .features li {
      padding: 6px;
      border-bottom: 1px solid #f3f3f3; }
.plans-compare .basic {
    color: #555555; }
.plans-compare .basic h2 {
      font-weight: 400; }
.plans-compare .price {
    position: absolute;
    bottom: 130px;
    width: calc(100% - 40px);
    height: 60px;
    font-size: 16px;
    text-align: center; }
.plans-compare .price .btn-textified {
      padding-right: 2px;
      margin-top: 3px;
      font-style: italic;
      text-decoration: underline; }
.plans-compare .price .btn-textified:hover {
        color: #1caad9; }
.plans-compare .price-pro {
    font-weight: bold;
    color: #1caad9; }
.plans-compare .price-pro small {
      display: block;
      margin-top: 10px;
      font-size: 10px;
      font-weight: normal;
      line-height: 1.25;
      color: #888888; }
.plans-compare .actions {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 40px);
    height: 100px;
    font-size: 16px;
    text-align: center; }
.plans-compare .actions .button, .plans-compare .actions .form-button {
      display: block;
      width: 50%;
      margin: 14px auto; }
.plans-compare .actions .more {
      font-size: 12px;
      color: #888888;
      text-decoration: underline; }
.plans-enterprise {
  padding: 30px 0;
  line-height: 45px;
  color: #ffffff;
  background: #000000 url(/static/builds/web/dist/polygons-gradients-f8c2f6e837438e4f72a517f2331a3702.png); }
.plans-enterprise .button, .plans-enterprise .form-button {
    float: right; }
.plans-pro {
  padding: 60px 0 30px;
  background: transparent; }
.plans-pro h2 {
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    color: #1caad9; }
.plans-pro .intro {
    font-size: 20px;
    font-weight: 300;
    color: #555555; }
.plans-pro .badge {
    position: relative;
    top: -6px;
    padding: 4px 8px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    background: #1caad9;
    border-radius: 6px; }
.plans-pro .feature {
    padding: 30px;
    overflow: hidden; }
.plans-pro .odd img {
    float: left; }
.plans-pro .odd .infos {
    float: right;
    width: 33%;
    margin-top: 30px; }
.plans-pro .even img {
    float: right; }
.plans-pro .even .infos {
    float: left;
    width: 33%;
    margin-top: 30px; }
.plans-referral .actionmessage-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.plans-referral .actionmessage-inner > div {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
.plans-referral .actionmessage-inner .button, .plans-referral .actionmessage-inner .form-button {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
.plans-testimonials {
  padding: 30px 0;
  background: #ffffff; }
.plans-testimonials h2 {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 30px;
    text-align: center; }
.plans-testimonials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.plans-testimonials li {
    width: 33%; }
.plans-testimonials .testimony {
    text-align: center; }
.plans-testimonials .source img {
    border-radius: 64px; }
.plans-testimonials .infos {
    margin: 20px 0; }
.plans-testimonials .text {
    font-size: 14px;
    line-height: 27px;
    color: #555555;
    background: #ffffff; }
.plans-faq {
  padding: 30px 0; }
.plans-faq .faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.plans-faq .faq > div {
      width: 45%;
      margin: 2.5%; }
.plans-faq h2 {
    padding-top: 80px;
    margin-top: -80px;
    color: #555555;
    text-align: center; }
.plans-faq a {
    text-decoration: underline; }
.plans-faq ul {
    padding: 0 0 0 20px; }
.plans-faq li {
    list-style-type: disc; }
.plans-faq .question {
    margin-top: 30px; }
.plans-faq .answer {
    font-size: 14px; }
.plans-faq .actions {
    padding: 30px 0;
    text-align: center; }
@media (max-width: 1100px) {
  .plans-compare .info-block, .plans-compare .model-card-1million, .plans-compare .user-card-1million, .plans-compare .download-landing-category, .plans-compare .students-offer-eligibility, .plans-compare .trends-card {
    float: none;
    width: auto;
    margin: 0 20px; }
  .plans-compare .basic {
    display: none; }
  .plans-pro .feature img,
  .plans-pro .feature .infos {
    float: none;
    width: auto; }
  .plans-pro .feature img {
    max-width: 100%;
    height: auto; }
  .plans-testimonials ul {
    display: block; }
  .plans-testimonials li {
    width: auto;
    margin-bottom: 24px; }
  .plans-faq .faq {
    display: block; }
    .plans-faq .faq > div {
      width: auto; } }
@media (max-width: 800px) {
  .plans-compare {
    display: block; }
    .plans-compare .info-block, .plans-compare .model-card-1million, .plans-compare .user-card-1million, .plans-compare .download-landing-category, .plans-compare .students-offer-eligibility, .plans-compare .trends-card {
      float: none;
      width: auto;
      margin: 20px 0; }
    .plans-compare .button, .plans-compare .form-button {
      width: auto; } }
.press-category {
  padding-top: 90px;
  margin: -60px 0 30px 0;
  color: #555555; }
.static-press {
  line-height: 30px;
  color: #555555; }
.static-press a {
    color: #1caad9; }
.static-press a:hover {
      color: #1c88bb; }
.static-press ul {
    padding-left: 20px;
    list-style-type: disc; }
.static-press ul.press-grid {
      padding: 0;
      margin: 0 -7px;
      overflow: hidden; }
.static-press ul.press-grid li {
        display: block;
        float: left;
        width: 16.66%;
        box-sizing: border-box;
        padding: 0 7px;
        margin-bottom: 20px; }
@media (max-width: 1100px) {
          .static-press ul.press-grid li {
            width: 25%; } }
@media (max-width: 800px) {
          .static-press ul.press-grid li {
            width: 50%; } }
.static-press ul.press-grid li a {
          color: #555555;
          box-shadow: none; }
.static-press ul.press-grid li a:hover {
            color: #1caad9; }
.static-press .code-sample {
    width: 800px;
    max-width: 100%;
    background: #ffffff;
    border: 0; }
.press-media-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 30px 0; }
.press-card-primary {
  margin-bottom: 8px; }
.press-card-secondary {
  margin-bottom: 8px; }
.press-card-inner {
  text-align: center;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  transition: box-shadow 0.2s; }
.press-grid a:hover .press-card-inner {
    box-shadow: 0 1px 8px rgba(85, 85, 85, 0.3); }
.press-card-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.press-card-inner img.logo {
    max-width: 80%;
    height: auto;
    max-height: 60%; }
.press-card-inner img.screenshot {
    width: 100%;
    height: 100%; }
.press-card-text {
  min-height: 3em;
  line-height: 3em; }
.press-card-description {
  margin-top: 15px;
  text-align: center; }
.press-card-name {
  display: block;
  font-weight: bold; }
.press-card-title {
  display: block;
  min-height: 7em;
  font-size: 0.8em;
  line-height: 1.5em; }
.static-simple .terms {
  line-height: 30px; }
.static-simple .terms article {
    padding-top: 90px;
    margin-top: -90px; }
.static-simple .terms ol {
    padding-left: 0;
    list-style-position: inside; }
.static-simple .terms ol.terms-list-lower-alpha, .static-simple .terms ol.terms-list-lower-roman {
      margin: 0 50px; }
.static-simple .terms ol.terms-list-lower-alpha li, .static-simple .terms ol.terms-list-lower-roman li {
        margin-bottom: 15px; }
.static-simple .terms ol.terms-list-lower-alpha {
      list-style-type: lower-alpha; }
.static-simple .terms ol.terms-list-lower-roman {
      list-style-type: lower-roman; }
.landing-trends-intro {
  position: relative;
  height: 600px;
  color: #ffffff;
  background: #1caad9 url(/static/builds/web/dist/trends-background-c21dbc783cfe322228e8a4a8b57910cc.svg);
  background-position: center 625px;
  background-size: 1600px; }
.landing-trends-intro h1 {
    padding-top: 250px;
    margin: 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 32px;
    font-weight: 100;
    text-align: center; }
.landing-trends-intro h1 b {
      display: block;
      font-size: 96px;
      font-weight: bold; }
.landing-trends-intro .action {
    padding: 24px;
    text-align: center; }
.landing-trends-intro .subscribe-block {
    padding: 40px 0 40px 10px; }
.landing-trends-illustration {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none; }
.landing-trends-illustration .logo {
    position: absolute;
    top: 42px;
    left: 50%;
    margin-left: -110px; }
@media (min-width: 1600px) {
  .landing-trends-intro {
    background-position: center -400px;
    background-size: cover; } }
@media (max-width: 800px) {
  .landing-trends-intro {
    height: auto; }
    .landing-trends-intro h1 {
      font-size: 25px; }
      .landing-trends-intro h1 b {
        font-size: 60px;
        line-height: 55px; }
    .landing-trends-intro .action .button, .landing-trends-intro .action .form-button {
      display: block;
      margin: 10px auto; }
  .landing-trends-report .copy {
    max-width: 100% !important;
    font-size: 14px !important; } }
.trends-card {
  padding: 48px;
  margin-top: 60px; }
.trends-card p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #555555; }
.trends-card h3 {
    margin: 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase; }
.trends-card .share-card {
    display: block;
    text-align: right; }
.trends-card .share-card .btn-secondary .icon {
      margin-right: 18px; }
.landing-trends-report {
  padding: 48px 0; }
.landing-trends-report .copy {
    max-width: 62%;
    margin: 0 auto 20px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.75;
    color: #555555;
    text-align: center; }
.landing-trends-report .archive-navigation {
    padding: 35px 48px;
    color: #555555; }
.landing-trends-report .archive-navigation ul {
      margin-top: 5px;
      margin-bottom: 24px;
      list-style: disc;
      list-style-position: inside; }
.landing-trends-report .archive-navigation ul a {
        color: #1caad9; }
.landing-trends-report .footnote {
    padding-top: 80px;
    margin-top: -60px;
    color: #999999;
    text-align: center; }
.landing-trends-action {
  padding: 48px 0;
  color: #ffffff; }
.trend-card-header {
  padding-bottom: 20px; }
.trend-card-header h2 {
    max-width: calc(100% - 230px);
    font-size: 35px;
    font-weight: 700;
    color: #1caad9; }
.trend-card-insights {
  padding-top: 20px; }
.trend-card-insights h3 {
    line-height: 35px; }
.trend-card-insights p {
    line-height: 26px; }
.pie-chart-wrapper {
  clear: both; }
.pie-chart,
.legend {
  display: inline-block;
  vertical-align: middle; }
.pie-chart {
  position: initial;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  margin: 0 30px 30px 70px;
  text-align: left; }
.pie-chart path {
    cursor: pointer; }
.pie-chart:before {
    position: absolute;
    z-index: 1;
    display: block;
    width: 200px;
    height: 200px;
    margin-top: 150px;
    margin-left: 150px;
    content: "";
    background: #ffffff;
    border-radius: 50%; }
.pie-chart.loaded:after {
    display: block;
    width: 250px;
    height: 2px;
    margin: auto;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1); }
.pie-tip {
  position: absolute;
  z-index: 1;
  float: left;
  width: 130px;
  padding: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.06em;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  -webkit-transform: all 0.2s;
          transform: all 0.2s; }
.pie-tip:after {
    position: absolute;
    bottom: -6px;
    left: 50%;
    height: 0;
    margin: 0 0 0 -6px;
    line-height: 0;
    content: "";
    border-top: 6px solid rgba(0, 0, 0, 0.8);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
.legend {
  padding: 0;
  padding: 15px;
  margin: 0;
  font-size: 13px;
  list-style-type: none;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
.legend em {
    font-style: normal; }
.legend li {
    padding-left: 1em;
    margin-bottom: 0.7em;
    text-align: left; }
.legend li:last-child {
      margin-bottom: 0; }
.legend span {
    float: right;
    padding-left: 20px; }
.legend .legend-1 {
    border-left: 1.25em solid #1caad9; }
.legend .legend-2 {
    border-left: 1.25em solid #6b8e23; }
.legend .legend-3 {
    border-left: 1.25em solid #ff9e3a; }
.legend .legend-4 {
    border-left: 1.25em solid #ff6347; }
.legend .legend-5 {
    border-left: 1.25em solid #dc143c; }
.legend .legend-6 {
    border-left: 1.25em solid #800080; }
.legend .legend-7 {
    border-left: 1.25em solid #40e0d0; }
.bar-chart {
  padding: 40px 0;
  clear: both; }
.bar-chart-row {
  display: block;
  width: 100%;
  margin-bottom: 10px; }
.bar-chart-row:before, .bar-chart-row:after {
    display: table;
    content: ""; }
.bar-chart-row:after {
    clear: both; }
.bar-chart-row .first {
    font-weight: bold; }
.bar-chart-label {
  float: left;
  width: 180px;
  padding-right: 10px;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap; }
.bar-chart-value {
  float: right;
  width: auto;
  padding-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 26px; }
.bar-chart-bar {
  display: block;
  height: 24px;
  overflow: hidden;
  background: #ffffff; }
.bar-chart-bar-fill {
  display: block;
  width: 0;
  height: 100%;
  background: #ff9e3a; }
.bar-chart-bar-fill:hover {
    opacity: 0.8; }
.landing-trends-action h2,
.landing-trends-report h2 {
  float: left;
  padding: 0;
  line-height: 35px; }
.subscribe-block {
  width: 500px;
  margin: 0 auto; }
.subscribe-block input {
    float: left;
    width: 230px;
    margin: 0 5px 5px 0; }
.subscribe-block input:focus {
      border-color: #ffffff; }
.subscribe-block fieldset {
    padding: 12px 0 0;
    border: 0; }
.subscribe-block .subscribe-input {
    width: 230px;
    height: 25px;
    box-sizing: content-box;
    padding: 8px 15px;
    margin: 0 5px 5px 0;
    font-size: 15px;
    line-height: 25px;
    background: #ffffff;
    border: 2px solid transparent;
    border-radius: 4px;
    outline: none; }
@media screen and (max-width: 800px) {
  .pie-chart {
    display: none; }
  .bar-chart {
    padding: 10px 0; }
  .bar-chart-label {
    width: 80px; }
  .share-card {
    text-align: center; }
  .landing-trends-report h2 {
    max-width: 100%;
    padding-bottom: 20px;
    font-size: 23px;
    line-height: 30px;
    text-align: center; } }
@media screen and (max-width: 1100px) {
  .legend {
    width: 100% !important; } }
@media screen and (max-width: 1280px) {
  .legend {
    width: 240px; }
    .legend em {
      display: inline-block;
      max-width: calc(100% - 57px); } }
.landing-trends-action {
  padding: 48px 0;
  color: #ffffff; }
.landing-trends-action .social-buttons {
    text-align: right; }
.landing-trends-action .social-buttons .button, .landing-trends-action .social-buttons .form-button {
      margin: 5px 0 5px 10px; }
.landing-trends-action .social-buttons .button.twitter, .landing-trends-action .social-buttons .twitter.form-button {
        width: 160px;
        max-width: 100%;
        color: #00c4fc !important; }
.landing-trends-action .social-buttons .button.facebook, .landing-trends-action .social-buttons .facebook.form-button {
        width: 160px;
        max-width: 100%;
        color: #3a589a !important; }
.landing-trends-action .subscribe-block {
    width: auto;
    margin: 8px 0 0; }
.landing-trends-action .subscribe-block .block-header {
      width: 100%; }
@media (max-width: 1280px) {
  .social-buttons {
    margin-top: 20px; } }
@media (max-width: 800px) {
  .landing-trends-action .staticGridRow, .landing-trends-action .landing-500k-category, .landing-trends-action .static-vr-reviews .reviews, .static-vr-reviews .landing-trends-action .reviews {
    display: block;
    text-align: center; }
  .landing-trends-action .social-buttons {
    margin-top: 16px;
    text-align: center; }
    .landing-trends-action .social-buttons .button, .landing-trends-action .social-buttons .form-button {
      display: block;
      margin: 10px auto; }
  .landing-trends-action h2 {
    padding: 0;
    margin: 14px 10px 10px; }
  .subscribe-block {
    width: auto;
    padding: 0;
    margin: 0;
    text-align: center; }
    .subscribe-block input {
      float: none;
      margin: 10px auto;
      text-align: center; }
    .subscribe-block button {
      margin: 0; }
    .subscribe-block .block-header {
      margin: 0; } }
.staticVerticalUseCases,
.staticVerticalFeatures,
.staticVerticalAction,
.staticVerticalContact {
  padding: 48px 0;
  text-align: center; }
.staticVerticalUseCases-title,
.staticVerticalFeatures-title,
.staticVerticalContact-title {
  margin: 0 0 48px;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  text-align: center; }
/**
 * Intro
 ******************************************************************************/
.staticVerticalIntro {
  position: relative; }
.staticVerticalIntro-embed {
  height: 580px; }
.staticVerticalIntro-embed iframe {
    display: block;
    width: 100%;
    height: 100%; }
.staticVerticalIntro-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 72px;
  pointer-events: none; }
.staticVerticalIntro-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.staticVerticalIntro-title img {
    margin-right: 10px; }
.staticVerticalIntro-copy {
  font-weight: 200; }
.staticVerticalIntro-social {
  max-width: 240px;
  line-height: 36px;
  pointer-events: auto; }
.staticVerticalIntro-features {
  margin-top: 48px; }
.staticVerticalIntro-features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.staticVerticalIntro-features li img {
      width: 42px;
      height: 42px;
      margin-right: 10px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
/**
 * Use cases
 ******************************************************************************/
.staticVerticalUseCases-title {
  color: #1caad9; }
.staticVerticalUseCases-video {
  max-width: 800px;
  margin: 0 auto 50px; }
.staticVerticalCase {
  text-align: center; }
.staticVerticalCase .ratio-inner, .staticVerticalCase .staticImageCard-inner, .staticVerticalCase .model-card-1million .thumbnail-inner, .model-card-1million .staticVerticalCase .thumbnail-inner, .staticVerticalCase .features-editor-steps, .staticVerticalCase .press-card-inner {
    background-position: left top;
    background-size: cover;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15); }
.staticVerticalCase-logo {
  margin-bottom: 24px; }
.staticVerticalCase-title,
.staticVerticalCase-copy {
  margin: 0;
  font-size: 16px;
  color: #555555;
  text-align: center; }
.staticVerticalCase-title .inline,
  .staticVerticalCase-copy .inline {
    display: inline-block; }
.staticVerticalCase-title {
  margin-top: 36px;
  font-weight: bold;
  text-transform: uppercase; }
.staticVerticalUseCases-more {
  margin-top: 72px; }
.staticVerticalUseCases-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.staticVerticalUseCases-logos li {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
.staticVerticalUseCases-logos img {
    width: 150px;
    height: 60px;
    margin: 0 10px; }
/**
 * Features
 ******************************************************************************/
.staticVerticalFeatures-intro,
.staticVerticalFeatures-more {
  margin: 48px 0;
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  text-align: center; }
.staticVerticalFeatures-intro img,
  .staticVerticalFeatures-more img {
    max-width: 100%;
    height: auto; }
.staticVerticalFeatures-title {
  color: #ffffff; }
.staticVerticalFeature {
  text-align: center; }
.staticVerticalFeature iframe {
    display: block;
    width: 100%;
    height: 100%; }
.staticVerticalFeature-icon {
  margin: 24px 0 0; }
.staticVerticalFeature-copy {
  margin: 16px 0 24px;
  text-align: center; }
.staticVerticalFeatures-more {
  margin: 24px 0 0; }
.staticVerticalFeatures-more a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.staticVerticalFeatures-more a:hover {
    border-bottom: 1px solid #ffffff; }
/**
 * Call to action
 ******************************************************************************/
.staticVerticalAction {
  text-align: center; }
.staticVerticalAction-copy {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #1caad9; }
/**
 * Contact
 ******************************************************************************/
.staticVerticalContact-title {
  color: #888888; }
.staticVerticalContact-copy,
.staticVerticalContact-widget {
  max-width: 50%;
  margin: 1em auto;
  text-align: left; }
.staticVerticalContact-copy a {
  text-decoration: underline; }
.staticVerticalContact-widget {
  overflow: hidden; }
.staticVerticalContact-widget > iframe {
    position: relative;
    top: -4.5em;
    display: block; }
@media (max-width: 800px) {
  .staticVerticalIntro {
    height: 720px; }
  .staticVerticalIntro-embed {
    height: 200px; }
  .staticVerticalIntro-content {
    padding-top: 224px; }
  .staticVerticalIntro-title {
    display: block; }
    .staticVerticalIntro-title img {
      display: block; }
  .staticVerticalCase,
  .staticVerticalFeature {
    margin: 48px 0; }
  .staticVerticalUseCases-logos {
    display: block;
    margin: 24px 0;
    text-align: center; }
  .staticVerticalContact-copy,
  .staticVerticalContact-widget {
    max-width: 90%; } }
@-webkit-keyframes vr-hero-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes vr-hero-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/**
 * Hero
 ******************************************************************************/
.static-vr-hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  color: #ffffff;
  background: #4f8f9e url(/static/builds/web/dist/hero-background@2x-666c7b619fc0205628693f701037e836.jpg) no-repeat center center;
  background-size: cover; }
.static-vr-hero .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, transparent 60%); }
.static-vr-hero img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-42%);
            transform: translateX(-42%); }
.static-vr-hero .container {
    position: relative;
    padding-top: 157px; }
.static-vr-hero h1 {
    font-family: "Titillium Web", sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    text-shadow: 0 0 30px #000000; }
.static-vr-hero h1 b {
      display: block;
      text-transform: uppercase; }
.static-vr-hero p {
    font-size: 20px;
    font-weight: 200; }
.static-vr-hero .static-vr-hero-video {
    position: absolute;
    display: block;
    width: 160px;
    height: 90px;
    margin-top: 66px;
    font-size: 14px;
    font-weight: bold;
    line-height: 90px;
    text-align: center;
    text-shadow: 0 0 15px #000000;
    text-transform: uppercase;
    background: transparent url(/static/builds/web/dist/video-thumb@2x-c62bdb08c7ab2dcce578b007a6ffe39f.jpg) no-repeat center center;
    background-size: 160px 90px;
    border-radius: 3px;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
.static-vr-hero .static-vr-hero-video:hover {
      color: #ffffff;
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
.static-vr-hero .social-share li {
    display: inline-block; }
@media (max-width: 800px) {
  .static-vr-hero {
    height: 560px; }
    .static-vr-hero .background .short {
      display: block; }
    .static-vr-hero .background .long {
      display: none; }
    .static-vr-hero img {
      bottom: 0;
      width: auto;
      height: 400px; }
    .static-vr-hero .container {
      padding-top: 48px; }
    .static-vr-hero h1 {
      font-size: 32px;
      text-align: center; }
    .static-vr-hero p {
      position: relative;
      top: auto;
      width: 100%;
      text-align: center; }
    .static-vr-hero .static-vr-hero-video {
      display: none; }
    .static-vr-hero .social-share {
      padding-top: 30px;
      text-align: center; }
    .static-vr-hero .staticModelCredits {
      display: none; } }
/**
 * Platforms
 ******************************************************************************/
.static-vr-availability {
  padding: 48px 0;
  color: #ffffff;
  background: #222222; }
.static-vr-availability h2 {
    margin: 0 0 48px;
    font-family: "Titillium Web", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
.static-vr-availability p {
    max-width: 700px;
    margin: 48px auto 0;
    font-weight: 200;
    text-align: center; }
.static-vr-availability-headsets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.static-vr-availability-headsets li {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
.static-vr-availability-headsets img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 24px; }
.static-vr-availability-action {
  margin-top: 48px;
  text-align: center; }
@media (max-width: 1100px) {
  .static-vr-availability {
    padding: 48px 15px; }
  .static-vr-availability-headsets {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .static-vr-availability-headsets li {
      margin-bottom: 24px;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%; }
    .static-vr-availability-headsets img {
      margin: 0 auto 12px; } }
@media (max-width: 480px) {
  .static-vr-availability-headsets li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
/**
 * Features
 ******************************************************************************/
.static-vr-features h2 {
  margin: 48px 0 24px;
  font-family: "Titillium Web", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #1caad9;
  text-align: center;
  text-transform: uppercase; }
.static-vr-feature-description {
  max-width: 60%;
  margin: 24px auto;
  font-weight: 200;
  line-height: 24px;
  color: #555555;
  text-align: center; }
.static-vr-feature-description a {
    color: #1caad9; }
.static-vr-feature-description a:hover {
      color: #1687ac; }
@media (max-width: 800px) {
  .static-vr-features h2 {
    font-size: 24px; }
  .static-vr-feature-description {
    max-width: 100%;
    margin: 24px 15px; } }
/**
 * Video
 ******************************************************************************/
.static-vr-video {
  display: block;
  width: 100%;
  height: 100%; }
/**
 * Categories
 ******************************************************************************/
.static-vr-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.static-vr-categories li {
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
.static-vr-category-places,
.static-vr-category-animals,
.static-vr-category-heritage,
.static-vr-category-gaming,
.static-vr-category-vehicles,
.static-vr-category-science {
  color: transparent;
  background-size: cover; }
.static-vr-category-places {
  background-image: url(/static/builds/web/dist/category-places@2x-e1b1987141bdcffdf128942829d377a7.jpg); }
.static-vr-category-animals {
  background-image: url(/static/builds/web/dist/category-animals@2x-cbb424d5ebaebc51d30d63fa86456239.jpg); }
.static-vr-category-heritage {
  background-image: url(/static/builds/web/dist/category-heritage@2x-d3cd346ef791a5a6463064b9c7dc5138.jpg); }
.static-vr-category-gaming {
  background-image: url(/static/builds/web/dist/category-gaming@2x-cf4fc4325bf86fdb57bb98a6b714de88.jpg); }
.static-vr-category-vehicles {
  background-image: url(/static/builds/web/dist/category-vehicles@2x-b2dff2ece460c5e927f4fe872e695c03.jpg); }
.static-vr-category-science {
  background-image: url(/static/builds/web/dist/category-science@2x-3ce57776314c0480bcea0fb73f9c8b18.jpg); }
@media (max-width: 800px) {
  .static-vr-categories li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
/**
 * Web VR
 ******************************************************************************/
.static-vr-features-web {
  position: relative;
  width: 100%;
  padding: 48px 0;
  overflow: hidden;
  font-weight: 200;
  color: #ffffff;
  background: #333333 url(/static/builds/web/dist/community-bg-c5d44b2eae8a571cee69b365567c87ee.jpg) repeat-x center bottom; }
.static-vr-features-web a {
    color: #ffffff;
    text-decoration: underline; }
.static-vr-features-web ul {
    padding-left: 1.2em;
    margin: 1em 0;
    list-style: disc; }
@media (max-width: 800px) {
  .static-vr-features-web .staticGridRow, .static-vr-features-web .landing-500k-category, .static-vr-features-web .static-vr-reviews .reviews, .static-vr-reviews .static-vr-features-web .reviews {
    display: block; }
  .static-vr-features-web .col-3, .static-vr-features-web .features-intro-summary li, .features-intro-summary .static-vr-features-web li, .static-vr-features-web .features-publish-item {
    margin: 1em 0; } }
/**
 * Downloads
 ******************************************************************************/
.static-vr-download {
  padding: 48px 0; }
.static-vr-download h2 {
    margin: 0 0 48px;
    font-family: "Titillium Web", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
.static-vr-download-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.static-vr-download-section {
  box-sizing: border-box;
  padding: 0 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.static-vr-download-section img {
    margin-right: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px; }
.static-vr-download-description {
  min-height: 8em;
  margin-top: 16px; }
.static-vr-download-description h3 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff; }
.static-vr-download-description p {
    margin: 0;
    font-size: 14px;
    font-weight: 200; }
.static-vr-download-description a {
    text-decoration: underline; }
@media (max-width: 1100px) {
  .static-vr-download-sections {
    display: block; }
  .static-vr-download-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .static-vr-download-description {
    min-height: auto;
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  .static-vr-download-action {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; } }
@media (max-width: 800px) {
  .static-vr-download-section {
    display: block; }
  .static-vr-download-action {
    margin-top: 12px; } }
.static-vr-help {
  padding: 48px 0;
  text-align: center; }
.static-vr-reviews {
  padding: 48px 0; }
.static-vr-reviews h2 {
    margin: 0 0 48px;
    font-family: "Titillium Web", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
.static-vr-reviews .review {
    margin: 0;
    text-align: center; }
.static-vr-reviews cite {
    display: block;
    height: 50px;
    line-height: 50px; }
.static-vr-reviews cite img {
      vertical-align: middle; }
/**
 * Explore
 ******************************************************************************/
.static-vr-explore {
  min-height: 100%;
  background: #1caad9 url(/static/builds/web/dist/triangles-mirrored-8bd7d1a114879a0f8591a9da14123ba3.png) repeat-x center top; }
.static-vr-explore h2 {
    font-size: 24px;
    text-align: center; }
.static-vr-explore a {
    display: block; }
.static-vr-explore.brand-block a:hover, .static-vr-explore.landing-500k-intro a:hover, .static-vr-explore.landing-500k-extra-stats a:hover, .static-vr-explore.animation-info a:hover, .static-vr-explore.features-join a:hover, .static-vr-explore.static-vr-download a:hover {
    background: rgba(0, 0, 0, 0.1); }
.static-vr-explore .platform {
    padding: 30px;
    margin: 48px 0 24px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 6px; }
.static-vr-explore .platform h3 {
      margin: 12px 0 36px;
      font-size: 24px; }
.static-vr-explore .platform .link {
      text-decoration: underline; }
.static-vr-explore .platform ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 48px 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
.static-vr-explore .platform ul li {
        text-align: center;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%; }
.static-vr-explore .platform ul b {
        display: block;
        font-size: 13px;
        font-weight: normal;
        font-weight: 200; }
.static-vr-explor-help {
  margin: 24px auto;
  text-align: center; }
.static-vr-explor-help a {
    display: inline-block;
    text-decoration: underline; }
.static-vr-explor-help a:hover {
      background: transparent; }
@media (max-width: 800px) {
  .static-vr-explore .platform {
    padding: 24px 10px;
    margin: 24px 0 0; }
  .static-vr-explore .staticGridRow, .static-vr-explore .landing-500k-category, .static-vr-explore .static-vr-reviews .reviews, .static-vr-reviews .static-vr-explore .reviews {
    display: block; } }
@media (min-width: 1910px) {
  .grid.grid-models > .items-container > .items > .item {
    width: calc((100% - 20px * (5)) / 6 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .grid.grid-models > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .grid.grid-models > .items-container > .items > .item:nth-of-type(-n+6) {
      margin-top: 0; }
    .grid.grid-models > .items-container > .items > .item:nth-of-type(6n+1) {
      margin-left: 0; }
  .grid.grid-users > .items-container > .items > .item {
    width: calc((100% - 20px * (3)) / 4 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .grid.grid-users > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .grid.grid-users > .items-container > .items > .item:nth-of-type(-n+4) {
      margin-top: 0; }
    .grid.grid-users > .items-container > .items > .item:nth-of-type(4n+1) {
      margin-left: 0; }
  .grid.grid-collections > .items-container > .items > .item {
    width: calc((100% - 20px * (5)) / 6 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .grid.grid-collections > .items-container > .items > .item:nth-of-type(-n+6) {
      margin-top: 0; }
    .grid.grid-collections > .items-container > .items > .item:nth-of-type(6n+1) {
      margin-left: 0; }
  .tags-container .grid.grid-models > .items-container > .items > .item,
  .categories-container .grid.grid-models > .items-container > .items > .item,
  .profile-summary .grid.grid-models > .items-container > .items > .item {
    width: calc((100% - 20px * (3)) / 4 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n),
    .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n),
    .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu,
      .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu,
      .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu,
        .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu,
        .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner,
        .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner,
        .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(-n+4),
    .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(-n+4),
    .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(-n+4) {
      margin-top: 0; }
    .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(4n+1),
    .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(4n+1),
    .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(4n+1) {
      margin-left: 0; }
  .responsive-ratio {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%; }
    .responsive-ratio .ratio-inner, .responsive-ratio .staticImageCard-inner, .responsive-ratio .model-card-1million .thumbnail-inner, .model-card-1million .responsive-ratio .thumbnail-inner, .responsive-ratio .features-editor-steps, .responsive-ratio .press-card-inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
  .two-columns.sidebar-right .right {
    width: 25%; } }
@media (max-width: 1400px) {
  .container {
    width: 84%; }
  .grid.grid-models > .items-container > .items > .item {
    width: calc((100% - 20px * (2)) / 3 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .grid.grid-models > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .grid.grid-models > .items-container > .items > .item:nth-of-type(-n+3) {
      margin-top: 0; }
    .grid.grid-models > .items-container > .items > .item:nth-of-type(3n+1) {
      margin-left: 0; }
  .grid.grid-users > .items-container > .items > .item {
    width: calc((100% - 20px * (1)) / 2 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .grid.grid-users > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .grid.grid-users > .items-container > .items > .item:nth-of-type(-n+2) {
      margin-top: 0; }
    .grid.grid-users > .items-container > .items > .item:nth-of-type(2n+1) {
      margin-left: 0; }
  .grid.grid-collections > .items-container > .items > .item {
    width: calc((100% - 20px * (2)) / 3 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .grid.grid-collections > .items-container > .items > .item:nth-of-type(-n+3) {
      margin-top: 0; }
    .grid.grid-collections > .items-container > .items > .item:nth-of-type(3n+1) {
      margin-left: 0; }
  .tags-container .grid.grid-models > .items-container > .items > .item,
  .categories-container .grid.grid-models > .items-container > .items > .item,
  .profile-summary .grid.grid-models > .items-container > .items > .item {
    width: calc((100% - 20px * (1)) / 2 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n),
    .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n),
    .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu,
      .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu,
      .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu,
        .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu,
        .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner,
        .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner,
        .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(-n+2),
    .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(-n+2),
    .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(-n+2) {
      margin-top: 0; }
    .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(2n+1),
    .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(2n+1),
    .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(2n+1) {
      margin-left: 0; } }
@media (max-width: 1370px) {
  .view.model-container .owner-actions-buttons .follow-button {
    margin-right: 5px; } }
@media (max-width: 1340px) {
  .view .owner-actions-buttons .view-profile {
    display: none; } }
@media (max-width: 1280px) {
  .container {
    width: 88%; }
  .two-columns.sidebar-right .right {
    min-width: 370px; } }
@media (max-width: 1300px) {
  .top .search .value {
    width: 100px; }
    .top .search .value:focus {
      width: 100px; }
  .top .actions .signup-upload .icon {
    display: none; } }
@media (min-width: 1280px) {
  .content-gist {
    width: 745px; } }
@media (min-width: 1910px) {
  .content-gist {
    width: initial; } }
@media (max-width: 1100px) {
  .top .navigation {
    margin: 0 10px 0 20px; }
    .top .navigation .section .link {
      padding-right: 10px; }
  .top .actions .download .icon {
    display: none; }
  .top .actions .user {
    height: 60px; }
    .top .actions .user .name {
      display: none; }
  .static-multiple {
    display: block; }
    .static-multiple .inner {
      padding: 25px 30px; }
      .static-multiple .inner .content-gist {
        width: initial; }
  .settings {
    display: block; }
  .static-simple {
    width: auto; }
    .static-simple h1,
    .static-simple h2,
    .static-simple h3,
    .static-simple h4,
    .static-simple h5,
    .static-simple h6,
    .static-simple p {
      width: auto; }
  .static-students .students-intro {
    width: auto; }
  .static-students .students-info {
    display: block; }
    .static-students .students-info .student-teacher .info-block .features, .static-students .students-info .student-teacher .model-card-1million .features, .static-students .students-info .student-teacher .user-card-1million .features, .static-students .students-info .student-teacher .download-landing-category .features, .static-students .students-info .student-teacher .students-offer-eligibility .features, .static-students .students-info .student-teacher .trends-card .features {
      height: 340px; }
  .two-columns.sidebar-left .columns-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .two-columns.sidebar-left .columns-wrapper .left {
      width: initial;
      margin: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
      .two-columns.sidebar-left .columns-wrapper .left .sidebar {
        width: initial;
        margin-right: 0; }
        .two-columns.sidebar-left .columns-wrapper .left .sidebar .item {
          float: left;
          width: 50%;
          margin: 0; }
          .two-columns.sidebar-left .columns-wrapper .left .sidebar .item.active .link:after,
          .two-columns.sidebar-left .columns-wrapper .left .sidebar .item.active:hover .link:after,
          .two-columns.sidebar-left .columns-wrapper .left .sidebar .item:hover .link:after {
            display: none; }
    .two-columns.sidebar-left .columns-wrapper .right {
      width: initial;
      margin-top: 30px; }
  .form-row-layout .form-field {
    display: block; }
  .settings .inner .submit .button, .settings .inner .submit .form-button,
  .settings .inner .submit .form-button {
    width: 100%; }
  .popup-upload-settings .form-onoff-wrapper .form-label {
    display: inline-block; }
  .popup-upload-settings .form-onoff-wrapper .license {
    display: inline-block; }
  .popup-model-settings .form-field .form-label {
    position: relative;
    width: 200px; }
    .popup-model-settings .form-field .form-label .tip {
      position: absolute;
      top: 0;
      right: 0;
      line-height: 22px; } }
@media (max-width: 800px) {
  html.noscroll {
    height: 100%;
    overflow: hidden; }
    html.noscroll body {
      overflow: auto;
      overflow-x: hidden; }
  .top {
    display: none; }
    .top.searching {
      display: block; }
  .flashmessage-container.limited-user .flashmessage.warning {
    display: none; }
  .responsive-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-menu.container {
    display: none; }
  .responsive-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .responsive-header-menu span {
      text-transform: uppercase; }
  .content {
    padding-bottom: 0; }
    .content .responsive {
      padding-top: 30px; }
      .content .responsive .page-title {
        display: none; }
      .content .responsive .query-parameters {
        display: none; }
    .content.inline-popup {
      display: block; }
  .two-columns.sidebar-right .right {
    min-width: initial; }
  .two-columns.sidebar-right .left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  h1.model-name > .model-name > span {
    overflow: hidden;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .home-hero-infos {
    width: 88%;
    margin-top: 230px; }
  .home-hero-title {
    font-size: 24px; }
  .home-hero-viewer {
    width: 100%;
    height: 50%; }
  .home-hero-actions {
    margin-top: 24px; }
    .home-hero-actions .button, .home-hero-actions .form-button {
      display: block; }
  .home-hero-hint {
    top: 10%;
    right: 40%; }
  .home-why-title {
    font-size: 24px; }
  .home-why-benefits {
    display: block;
    text-align: initial; }
  .home-why-benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    padding: 0;
    margin: 24px auto;
    overflow: auto;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
    .home-why-benefit .home-why-benefit-icon {
      float: left;
      margin-right: 16px; }
    .home-why-benefit .home-why-benefit-copy {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .home-why-benefit .home-why-benefit-copy h3 {
        margin-top: 0;
        font-size: 16px; }
      .home-why-benefit .home-why-benefit-copy p {
        font-size: 14px; }
  .home-browse .sidebar .item {
    float: left; }
  .download-landing-categories .row {
    display: block; }
  .download-landing-category {
    width: auto;
    margin: 60px 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .download-landing-category-header {
    position: relative;
    top: -40px;
    margin-bottom: -40px; }
  .download-landing-category img {
    margin: 0 auto; }
  .view .left .comment-pagination {
    height: auto;
    line-height: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .view .left .comment-pagination .total {
      margin-bottom: 15px; }
    .view .left .comment-pagination .paginator {
      height: 40px;
      line-height: 40px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .view .left .comment-pagination .paginator .hidden {
        display: none; }
  .content {
    padding-top: 40px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .content.slided {
    -webkit-transform: translate3d(250px, 0, 0);
            transform: translate3d(250px, 0, 0); }
  .responsive-top.slided {
    -webkit-transform: translate3d(250px, 0, 0);
            transform: translate3d(250px, 0, 0); }
  .responsive-navigation {
    display: block; }
    .responsive-navigation.slided {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
  .responsive-navigation-bind-out.slided {
    display: block; }
  .exporter-media,
  .exporter-meta {
    float: none;
    width: auto;
    padding: 0; }
  .tags-container .grid.grid-models > .items-container > .items > .item,
  .categories-container .grid.grid-models > .items-container > .items > .item,
  .profile-summary .grid.grid-models > .items-container > .items > .item {
    width: calc((100% - 20px * (0)) / 1 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n),
    .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n),
    .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu,
      .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu,
      .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu,
        .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu,
        .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner,
        .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner,
        .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(-n+1),
    .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(-n+1),
    .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(-n+1) {
      margin-top: 0; }
    .tags-container .grid.grid-models > .items-container > .items > .item:nth-of-type(1n+1),
    .categories-container .grid.grid-models > .items-container > .items > .item:nth-of-type(1n+1),
    .profile-summary .grid.grid-models > .items-container > .items > .item:nth-of-type(1n+1) {
      margin-left: 0; }
  .topic-header-custom .container {
    background-position: center top; }
  .topic-header-custom .infos {
    margin-top: 85px; }
  .topic-header-custom .name {
    max-width: 100%; }
  .topic-header-custom .tagline {
    max-width: 100%; }
  .sidebar.horizontal .item {
    width: 49%;
    margin-right: 0; }
  .form-column-layout .username-field {
    display: block; }
  .popup-login .form-buttons .fa, .popup-login .form-buttons .icons-twitter, .popup-login .form-buttons .icons-facebook, .popup-login .form-buttons .icons-pinterest, .popup-login .form-buttons .icons-google, .popup-login .form-buttons .icons-linkedin, .popup-login .form-buttons .icons-tumblr, .popup-login .form-buttons .icons-reddit, .popup-login .form-buttons .popup-signup-finalize .icon-twitter, .popup-signup-finalize .popup-login .form-buttons .icon-twitter, .popup-login .form-buttons .popup-signup-finalize .icon-google, .popup-signup-finalize .popup-login .form-buttons .icon-google, .popup-login .form-buttons .popup-signup-finalize .icon-facebook, .popup-signup-finalize .popup-login .form-buttons .icon-facebook, .popup-login .form-buttons .feed-upload-like-button,
  .popup-signup .form-buttons .fa,
  .popup-signup .form-buttons .icons-twitter,
  .popup-signup .form-buttons .icons-facebook,
  .popup-signup .form-buttons .icons-pinterest,
  .popup-signup .form-buttons .icons-google,
  .popup-signup .form-buttons .icons-linkedin,
  .popup-signup .form-buttons .icons-tumblr,
  .popup-signup .form-buttons .icons-reddit,
  .popup-signup .form-buttons .popup-signup-finalize .icon-twitter, .popup-signup-finalize
  .popup-signup .form-buttons .icon-twitter,
  .popup-signup .form-buttons .popup-signup-finalize .icon-google, .popup-signup-finalize
  .popup-signup .form-buttons .icon-google,
  .popup-signup .form-buttons .popup-signup-finalize .icon-facebook, .popup-signup-finalize
  .popup-signup .form-buttons .icon-facebook,
  .popup-signup .form-buttons .feed-upload-like-button {
    display: none; }
  .content.inline-popup .popup-container {
    position: relative;
    display: block;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .content.inline-popup .popup-container .popup {
      margin: 0; }
    .content.inline-popup .popup-container .popup-content {
      text-align: left; }
  .static-students .students-info .student-teacher .info-block, .static-students .students-info .student-teacher .model-card-1million, .static-students .students-info .student-teacher .user-card-1million, .static-students .students-info .student-teacher .download-landing-category, .static-students .students-info .student-teacher .students-offer-eligibility, .static-students .students-info .student-teacher .trends-card {
    float: none;
    width: auto;
    padding: 20px; }
    .static-students .students-info .student-teacher .info-block .features, .static-students .students-info .student-teacher .model-card-1million .features, .static-students .students-info .student-teacher .user-card-1million .features, .static-students .students-info .student-teacher .download-landing-category .features, .static-students .students-info .student-teacher .students-offer-eligibility .features, .static-students .students-info .student-teacher .trends-card .features {
      height: 240px; }
  .static-students .students-info .student-teacher .students {
    margin-bottom: 30px; }
  .static-students .students-info .students-offer-eligibility .eligibility .form-field .form-input, .static-students .students-info .students-offer-eligibility .eligibility .form-field .dropdown-label, .static-students .students-info .students-offer-eligibility .eligibility .form-field
  .form-listbox, .static-students .students-info .students-offer-eligibility .eligibility .form-field .form-prefixed-input {
    display: block;
    width: 70%;
    margin: 0 auto; }
  .static-students .students-info .students-offer-eligibility .eligibility .form-field .form-button {
    margin-top: 10px; }
  .query-parameters {
    display: none; }
    .query-parameters.visible {
      display: block; }
    .query-parameters .query-sorts {
      display: none;
      float: none; }
      .query-parameters .query-sorts .query-label {
        display: block; }
      .query-parameters .query-sorts .options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-left: 0; }
      .query-parameters .query-sorts .option {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
    .query-parameters .query-filters {
      float: none; }
      .query-parameters .query-filters .filter {
        display: block;
        margin-bottom: 4px;
        margin-left: 0; }
        .query-parameters .query-filters .filter .name {
          display: block; }
          .query-parameters .query-filters .filter .name:after {
            float: right; }
        .query-parameters .query-filters .filter .menu,
        .query-parameters .query-filters .filter .form-menu-list {
          width: 100%; }
      .query-parameters .query-filters .query-flags {
        display: none; }
    .query-parameters .form-menu-select .item.parent > .label:after {
      display: none; }
    .query-parameters .form-menu-select .item.parent:hover .sub {
      display: none; } }
@media (min-width: 1111px) and (max-width: 1200px) {
  .suggested-follow li .user-name {
    width: calc(100% - 5.5em); }
  .suggested-follow li .follow-button {
    width: 5.5em; }
    .suggested-follow li .follow-button .follow i {
      display: none;
      margin: 0; } }
@media (max-width: 1110px) {
  .top .navigation .section .link {
    font-size: 13px; }
    .top .navigation .section .link ::after {
      margin-left: 5px;
      font-size: 10px; }
  .home-testimonies .testimonies .testimony .text {
    height: 225px; }
  .two-columns.categories-container .columns-wrapper,
  .two-columns.tags-container .columns-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .two-columns.categories-container .columns-wrapper .left,
    .two-columns.tags-container .columns-wrapper .left {
      width: initial;
      margin-bottom: 20px; }
    .two-columns.categories-container .columns-wrapper .right,
    .two-columns.tags-container .columns-wrapper .right {
      width: initial;
      padding-left: 0; } }
@media (max-width: 950px) {
  .top .search .value {
    width: 70px; }
  .top .actions .signup {
    margin-right: 0; }
  .top .actions .signup-upload {
    display: none; }
  .grid.grid-models > .items-container > .items > .item {
    width: calc((100% - 20px * (1)) / 2 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .grid.grid-models > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .grid.grid-models > .items-container > .items > .item:nth-of-type(-n+2) {
      margin-top: 0; }
    .grid.grid-models > .items-container > .items > .item:nth-of-type(2n+1) {
      margin-left: 0; }
  .grid.grid-users > .items-container > .items > .item {
    width: calc((100% - 20px * (1)) / 2 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .grid.grid-users > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .grid.grid-users > .items-container > .items > .item:nth-of-type(-n+2) {
      margin-top: 0; }
    .grid.grid-users > .items-container > .items > .item:nth-of-type(2n+1) {
      margin-left: 0; }
  .grid.grid-collections > .items-container > .items > .item {
    width: calc((100% - 20px * (1)) / 2 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .grid.grid-collections > .items-container > .items > .item:nth-of-type(-n+2) {
      margin-top: 0; }
    .grid.grid-collections > .items-container > .items > .item:nth-of-type(2n+1) {
      margin-left: 0; }
  .model-card .thumbnail .overlay,
  .model-card .thumbnail .preview,
  .model-card .thumbnail .settings {
    display: none; }
  .two-columns.sidebar-right .columns-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .two-columns.sidebar-right .columns-wrapper .left {
      width: initial; }
    .two-columns.sidebar-right .columns-wrapper .right {
      width: initial;
      padding-left: 0; }
  .view.model-container {
    width: 100%; }
    .view.model-container .header {
      display: none; }
    .view.model-container .left .viewer {
      height: calc(100vh - 40px - 160px);
      min-height: 280px;
      padding-top: inherit; }
    .view.model-container .left .responsive-model-name,
    .view.model-container .left .additional,
    .view.model-container .left .comments {
      display: block;
      width: 88%;
      margin-right: auto;
      margin-left: auto; }
    .view.model-container .right {
      width: 88% !important;
      margin: 30px auto 0; }
    .view.model-container .owner-actions-buttons .view-profile {
      display: block; }
    .view.model-container .owner-actions-buttons .follow-button {
      margin-right: 10px; }
  .profile-summary .right {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .profile-summary .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }
@media (max-width: 950px) and (orientation: landscape) {
  .view .left .viewer-container {
    padding-top: 40.7%; }
  .view.model-container .left .viewer {
    width: 88%;
    height: calc(100vh - 40px - 80px);
    padding-top: inherit;
    margin-right: auto;
    margin-left: auto; } }
@media (min-width: 680px) and (max-width: 890px) {
  .grid.grid-users .card-user-avatar {
    width: 120px;
    max-width: 120px; }
    .grid.grid-users .card-user-avatar .model-card-placeholder {
      background-position-x: -35px; }
    .grid.grid-users .card-user-avatar .image-container {
      min-width: 120px; } }
@media (min-width: 1400px) and (max-width: 1460px) {
  .grid.grid-users .card-user-avatar {
    width: 120px;
    max-width: 120px; }
    .grid.grid-users .card-user-avatar .model-card-placeholder {
      background-position-x: -35px; }
    .grid.grid-users .card-user-avatar .image-container {
      min-width: 120px; } }
@media (min-width: 1910px) and (max-width: 1950px) {
  .grid.grid-users .card-user-avatar {
    width: 120px;
    max-width: 120px; }
    .grid.grid-users .card-user-avatar .model-card-placeholder {
      background-position-x: -35px; }
    .grid.grid-users .card-user-avatar .image-container {
      min-width: 120px; } }
@media (max-width: 680px) {
  .grid.grid-users > .items-container > .items > .item {
    width: calc((100% - 20px * (0)) / 1 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .grid.grid-users > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .grid.grid-users > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .grid.grid-users > .items-container > .items > .item:nth-of-type(-n+1) {
      margin-top: 0; }
    .grid.grid-users > .items-container > .items > .item:nth-of-type(1n+1) {
      margin-left: 0; } }
@media (max-width: 550px) {
  .grid.grid-models > .items-container > .items > .item {
    width: calc((100% - 20px * (0)) / 1 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .grid.grid-models > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .grid.grid-models > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .grid.grid-models > .items-container > .items > .item:nth-of-type(-n+1) {
      margin-top: 0; }
    .grid.grid-models > .items-container > .items > .item:nth-of-type(1n+1) {
      margin-left: 0; }
  .grid.grid-models .card-preview {
    display: none; }
  .grid.grid-collections > .items-container > .items > .item {
    width: calc((100% - 20px * (0)) / 1 - 1px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) {
      margin-top: 30px;
      margin-left: 20px; }
      .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu {
        right: 0;
        left: auto; }
        .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu .hover-menu {
          right: 100%;
          margin-right: -5px;
          margin-left: 0; }
        .grid.grid-collections > .items-container > .items > .item:nth-of-type(n) .hover-menu.corner {
          border-top-left-radius: 4px;
          border-top-right-radius: 0; }
    .grid.grid-collections > .items-container > .items > .item:nth-of-type(-n+1) {
      margin-top: 0; }
    .grid.grid-collections > .items-container > .items > .item:nth-of-type(1n+1) {
      margin-left: 0; }
  .view .left .responsive-model-name .flag-staffpicked {
    width: inherit;
    padding: 17px; }
    .view .left .responsive-model-name .flag-staffpicked:after {
      display: none; }
  .view .left .comments .comment-list .pagination {
    display: block; }
  .settings .change-avatar {
    display: block; }
    .settings .change-avatar .avatar {
      width: 50%;
      margin: 15px auto; }
    .settings .change-avatar .selector .notice {
      text-align: center; }
    .settings .change-avatar .selector .actions > *:first-child {
      margin: 0 auto; }
  .settings .notifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .settings .notifications .label {
      width: auto; }
    .settings .notifications .options {
      margin-top: 20px; } }
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .error-page .foreground,
  .error-page .background {
    bottom: 0; }
  .error-page .logo {
    left: 50%;
    margin-left: -75px; } }
@media (max-width: 480px) {
  .two-columns.sidebar-left .columns-wrapper .left .sidebar .item {
    float: none;
    width: 100%; }
  .view .owner-actions-buttons .view-profile {
    display: none; }
  .responsive-filters .horizontal-button-block {
    padding: 8px 10px;
    font-size: 13px; } }
@media screen and (max-width: 480px) {
  .popup-preview .btn-download {
    display: none; } }
@media (max-width: 480px) {
  .content.restricted .restricted-overlay {
    margin: 7vh 3px 0;
    font-size: 1em; } }
@media (max-width: 950px) and (min-height: 600px) {
  .view .left .viewer-container {
    padding-top: 68%; } }
body.onboarding-overlay {
  overflow: hidden; }
.newsfeed-container .news-notification {
  margin-bottom: 30px; }
.newsfeed-container .grid {
  position: relative; }
.newsfeed-container .grid .empty-state-wrapper {
    margin-bottom: 20px; }
.newsfeed-container .grid .empty-state {
    padding: 128px 200px; }
.newsfeed-container .grid .empty-state .empty-actions a {
      min-width: 210px; }
.newsfeed-container .item {
  width: 100%; }
@media (max-width: 1280px) {
  .two-columns.sidebar-right .right {
    width: 400px; } }
@media (max-width: 1100px) {
  .two-columns.sidebar-right .right {
    width: 370px; } }
@media (max-width: 800px) {
  .two-columns.newsfeed-container .columns-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .two-columns.newsfeed-container .columns-wrapper .left {
      width: initial;
      margin-bottom: 30px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .two-columns.newsfeed-container .columns-wrapper .right {
      width: initial;
      padding-left: 0;
      margin-bottom: 20px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .newsfeed-container .popular-right-now,
  .newsfeed-container .suggested-follow {
    display: none; } }
.feed-action {
  padding: 20px 0;
  text-align: center; }
.feed-action .button, .feed-action .form-button {
    min-width: 280px; }
.newsfeed-header {
  padding: 30px 0; }
.newsfeed-header .hello-title {
    font-size: 30px;
    color: #000000; }
@media (max-width: 800px) {
  .newsfeed-header {
    padding: 20px 0; } }
.popup-follow-suggestions .tabs .tab {
  transition: none !important; }
.newsfeed-profile {
  display: block;
  overflow: auto; }
.newsfeed-profile .user-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.newsfeed-profile .user-thumbnail {
    width: 104px;
    height: 104px;
    margin-right: 30px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
.newsfeed-profile .user-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
.newsfeed-profile .user-stats .stat {
      width: 50%;
      font-size: 0.8125rem;
      line-height: 1;
      color: #222222; }
.newsfeed-profile .user-stats .stat:nth-child(1), .newsfeed-profile .user-stats .stat:nth-child(2) {
        margin-bottom: 20px; }
.newsfeed-profile .user-stats .stat .value {
        display: block;
        padding-bottom: 10px;
        font-family: "Titillium Web", sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 18px;
        color: #999999; }
.newsfeed-profile .user-stats .stat a {
        color: #222222; }
.newsfeed-profile .user-stats .stat a:hover {
          color: #222222; }
.newsfeed-profile .user-stats .stat a:hover .value {
            color: #1caad9; }
@media (max-width: 800px) {
  .two-columns.sidebar-right .right .newsfeed-profile .sidebar-title {
    display: none; }
  .newsfeed-profile .user-thumbnail {
    width: 80px;
    height: 80px; }
  .newsfeed-profile .user-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .newsfeed-profile .user-stats .stat {
      width: 50%; }
      .newsfeed-profile .user-stats .stat:nth-child(1), .newsfeed-profile .user-stats .stat:nth-child(2) {
        margin-bottom: 10px; }
      .newsfeed-profile .user-stats .stat .value {
        padding-bottom: 5px; }
  .newsfeed-more {
    display: none; } }
.newsfeed-more {
  float: right;
  font-size: 13px;
  line-height: 1;
  color: #b8b8b8; }
.newsfeed-more .text {
    font-family: "Titillium Web", sans-serif;
    color: #1caad9;
    text-transform: uppercase;
    opacity: 0;
    transition: 0.15s opacity ease; }
.newsfeed-more .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -5px;
    margin-left: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #b8b8b8;
    text-align: center;
    text-indent: 2px;
    border: 2px solid #b8b8b8;
    border-radius: 20px; }
.newsfeed-more:hover {
    color: #1caad9; }
.newsfeed-more:hover .text {
      opacity: 1; }
.newsfeed-more:hover .icon {
      color: #1caad9;
      border-color: #1caad9; }
.content > section.newsfeed-container .newsfeed-getting-started a {
  color: #1caad9; }
.content > section.newsfeed-container .newsfeed-getting-started .done a {
  color: #cccccc; }
.newsfeed-getting-started > p {
  margin-bottom: 0; }
.newsfeed-getting-started li {
  position: relative;
  border-bottom: 1px solid #efefef; }
.newsfeed-getting-started li:last-child {
    border-bottom: none; }
.newsfeed-getting-started li:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    content: " ";
    background: #efefef;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
.newsfeed-getting-started li.done:before {
    background: #1ac95d;
    border: 1px solid #1ac95d; }
.newsfeed-getting-started li.done:after {
    position: absolute;
    top: 4px;
    left: 2px;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 11px;
    color: #ffffff;
    content: "\F00C"; }
.newsfeed-getting-started li.done a {
    text-decoration: line-through;
    pointer-events: none; }
.newsfeed-getting-started li a {
    line-height: 30px;
    text-decoration: none;
    vertical-align: middle;
    outline: none; }
.newsfeed-onboarding-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 500ms ease-in-out; }
.newsfeed-onboarding-overlay.hidden {
    opacity: 0; }
.newsfeed-onboarding-overlay .confirm {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 4;
    padding: 50px 30px 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.newsfeed-onboarding-overlay .confirm p {
      font-family: "Titillium Web", sans-serif;
      font-size: 2em;
      font-weight: bold;
      color: #ffffff; }
.newsfeed-onboarding-overlay .sign {
    position: absolute;
    top: 80px;
    z-index: 2;
    display: table;
    width: 140px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.newsfeed-onboarding-overlay .sign p {
      display: table-cell;
      font-size: 14px;
      font-weight: bold;
      color: #ffffff;
      text-align: center;
      vertical-align: middle; }
.newsfeed-onboarding-overlay .sign:after {
      position: absolute;
      top: -30px;
      left: 50%;
      width: 24px;
      height: 24px;
      margin-left: -12px;
      font-size: 11px;
      line-height: 24px;
      color: #ffffff;
      text-align: center;
      content: attr(data-index);
      background: rgba(0, 0, 0, 0.7);
      border-radius: 12px; }
.newsfeed-onboarding-overlay .sign.explore {
      margin-left: -30px; }
.newsfeed-onboarding-overlay .sign.community {
      margin-left: 30px; }
.newsfeed-onboarding-overlay .sign.upload {
      margin-left: -10px; }
.newsfeed-onboarding-overlay .sign.discover {
      top: 250px; }
.newsfeed-onboarding-overlay .sign.exploreMobile {
      top: 60px;
      display: none; }
.newsfeed-onboarding-overlay .sign-left-down {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
.newsfeed-onboarding-overlay .sign-left-down:after {
      top: -30px;
      left: 0; }
@media (max-width: 950px) {
  .newsfeed-onboarding-overlay .sign.discover {
    display: none; } }
@media (max-width: 800px) {
  .newsfeed-onboarding-overlay .sign.explore, .newsfeed-onboarding-overlay .sign.community, .newsfeed-onboarding-overlay .sign.upload, .newsfeed-onboarding-overlay .sign.discover {
    display: none; }
  .newsfeed-onboarding-overlay .sign.exploreMobile {
    display: block; }
  .newsfeed-onboarding-overlay .confirm {
    padding: 30px; }
    .newsfeed-onboarding-overlay .confirm p {
      font-size: 1.5em;
      white-space: pre; } }
.newsfeed-news .newsfeed-news-piece {
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee; }
.newsfeed-news .newsfeed-news-piece:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
.newsfeed-news .newsfeed-news-piece .news-title {
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px; }
.newsfeed-news .newsfeed-news-piece .news-body {
    line-height: 22px; }
.newsfeed-news .newsfeed-news-piece .news-body img {
      float: right;
      max-width: 120px;
      max-height: 120px;
      margin-left: 10px; }
.newsfeed-news .newsfeed-news-piece .news-date {
    font-size: 11px;
    line-height: 22px;
    color: #cccccc; }
.newsfeed-news .newsfeed-news-piece a {
    color: #1caad9 !important; }
.newsfeed-news .newsfeed-news-piece a:hover {
      text-decoration: underline; }
.popular-models li {
  margin: 10px 0; }
.feed-warning {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background: #ffd100;
  opacity: 0.9; }
.feed-warning a {
    font-weight: bold; }
.feed-content {
  list-style-type: none; }
.feed-card {
  position: relative;
  padding: 0 0 40px;
  opacity: 1;
  transition: 350ms opacity ease, 350ms -webkit-transform ease-out;
  transition: 350ms transform ease-out, 350ms opacity ease;
  transition: 350ms transform ease-out, 350ms opacity ease, 350ms -webkit-transform ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
.feed-card.will-appear {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
.feed-card .image-container {
    display: inline-block; }
.feed-card .story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.feed-card .story.comment .box:after {
      position: absolute;
      top: 14px;
      right: 100%;
      width: 0;
      height: 0;
      pointer-events: none;
      content: " ";
      border: solid transparent;
      border-color: rgba(255, 255, 255, 0);
      border-width: 10px;
      border-right-color: #ffffff; }
.feed-card .story.upload:hover .card-preview {
      opacity: 1; }
.feed-card .story.collect .description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.feed-card .left-content {
    width: 180px;
    margin-right: 20px;
    text-align: right;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
.feed-card .right-content {
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.feed-card .box {
    padding: 20px;
    background: #ffffff;
    border-radius: 2px; }
.feed-card .box.info {
      position: relative;
      width: 100%;
      border-radius: 2px;
      box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15); }
.feed-card .notification-title {
    margin-bottom: 10px;
    line-height: 1.125rem; }
.feed-card .notification-title .model-name {
      display: inline; }
.feed-card .notification-title a {
      font-weight: 600;
      color: #555555; }
.feed-card .notification-title a:hover {
        color: #1caad9; }
.feed-card .date {
    float: right;
    margin-top: 0;
    margin-left: 5px;
    font-size: 0.8125rem;
    color: #999999;
    text-align: right; }
.feed-card .date .tooltip {
      margin-left: -75px; }
.feed-card .thumbnail {
    width: 180px;
    height: auto;
    overflow: hidden; }
.feed-card .thumbnail .image-container {
      max-width: 100%;
      height: auto; }
.feed-card .thumbnail:hover .model-card-preview {
      opacity: 1; }
.feed-card .user-thumbnail {
    display: inline-block;
    width: 60px;
    height: 60px; }
.feed-card .user-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%; }
.feed-card .author-info {
    display: block;
    height: 20px;
    margin-top: 8px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 20px;
    color: #555555; }
.feed-card .author-info .user-icon {
      float: left;
      margin-right: 5px; }
.feed-card .description {
    position: relative;
    max-width: 800px;
    max-height: 4000px;
    margin: 15px 0 0;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #555555;
    word-wrap: break-word;
    transition: max-height 200ms linear; }
.feed-card .description:after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 3;
      display: block;
      height: 100px;
      content: " ";
      background: linear-gradient(to top, white 0%, white 40%, rgba(255, 255, 255, 0) 100%);
      opacity: 0;
      transition: opacity 300ms linear; }
.feed-card .description:before {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 4;
      display: block;
      height: 30px;
      font-size: 11px;
      line-height: 40px;
      color: #999999;
      text-align: center;
      text-transform: uppercase;
      content: "Show full description";
      box-shadow: 0 -3px 3px rgba(85, 85, 85, 0.05);
      opacity: 0;
      transition: opacity 300ms ease-in-out; }
.feed-card .description:not(.collapsed):after, .feed-card .description:not(.collapsed):before {
      pointer-events: none; }
.feed-card .description.collapsed {
      max-height: 150px !important;
      overflow: hidden;
      cursor: pointer; }
.feed-card .description.collapsed:after {
        opacity: 1; }
.feed-card .description.collapsed:before {
        opacity: 1; }
.feed-card .description.collapsed:hover:before {
        color: #1caad9;
        box-shadow: 0 -3px 3px rgba(85, 85, 85, 0.1); }
.feed-card .others {
    font-weight: bold; }
.feed-card .liked-by {
    margin: 10px 0 0;
    font-size: 0.8125rem;
    color: #999999; }
.feed-card .liked-by .liked-by-others {
      margin-right: 5px;
      color: #ff9e3a; }
.feed-card .liked-by .userliked {
      color: #555555; }
.feed-card .liked-by .userliked:hover {
        color: #1caad9; }
.feed-card .liked-by .like-button {
      margin-right: 5px; }
.feed-card .badge-icon {
    float: right;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%; }
.feed-card .badge-icon.badge-staffpicked {
      background-image: url(/static/builds/web/dist/staffpicks-63b07943be48fb043a9a98f8e9b36356.svg); }
.feed-card .user-details {
    margin-top: 10px; }
.feed-card .user-details .user-tagline,
    .feed-card .user-details .location {
      font-size: 0.9375rem;
      color: #555555; }
.feed-card .user-details .location {
      margin-left: 15px; }
.feed-card .user-data {
    margin-top: 15px;
    line-height: 1;
    color: #999999; }
.feed-card .user-data .stat {
      margin-right: 20px;
      font-size: 0.875rem; }
.feed-upload-actions {
  margin-top: 10px;
  font-size: 13px;
  color: #999999; }
.feed-upload-actions .like-button .tooltip {
    width: 60px;
    margin-left: -30px; }
.feed-upload-comments {
  margin-left: 10px; }
.collapsed:hover + .feed-upload-actions .collapse i {
  color: #1caad9; }
.collapse {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  font-size: 18px;
  pointer-events: auto;
  opacity: 1;
  transition: all 400ms ease-out; }
.collapse i {
    color: #cccccc; }
.collapse:focus {
    outline: none; }
.collapse:hover i {
    color: #1caad9; }
.collapse.away {
    pointer-events: none;
    opacity: 0; }
.content > section.newsfeed-container a.feed-upload-comments {
  color: #999999; }
.content > section.newsfeed-container a.feed-upload-comments:hover {
    color: #1caad9; }
.feed-upload-like-button {
  cursor: pointer; }
.feed-upload-like-button .count {
    font-family: "Open Sans", sans-serif; }
.feed-upload-like-button.liked {
    color: #ff9e3a; }
.feed-upload-like-button:hover {
    color: #1caad9; }
@media (max-width: 480px) {
  .feed-card .story .left-content {
    width: inherit; }
  .feed-card .story .right-content .info.box {
    padding: 15px 15px 40px; }
    .feed-card .story .right-content .info.box .date {
      position: absolute;
      bottom: 15px;
      left: 15px;
      float: none;
      margin-left: 0;
      text-align: left; }
  .feed-card .story.upload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .feed-card .story.upload .thumbnail {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .feed-card .story.upload .thumbnail img {
        width: 100%; }
    .feed-card .story.upload .left-content {
      width: 100%;
      margin-right: 0; }
      .feed-card .story.upload .left-content .thumbnail .image-container {
        display: block;
        width: 100% !important; }
      .feed-card .story.upload .left-content img.user-thumbnail {
        width: 40px;
        height: 40px; }
  .feed-card .story.follow .follow-button {
    display: block;
    margin: 15px 0 10px; }
  .newsfeed-profile .user-thumbnail {
    margin-right: 15px; } }
a:hover {
  color: #1caad9; }

/*# sourceMappingURL=static-381518b6149a7822c0634df54b4b577f.css.map*/