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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.ixbg {
  background: #FFF; }

.ixbg_dark {
  background: #E8F0F4; }

.ix_fg {
  background: #475F72; }

.ix_fg_light {
  background: #6686a0; }

.ix_fg_dark {
  background: #2a3843; }

.ix_chrome {
  background: #D0D7DD; }

.ix_chrome_light {
  background: #eef0f2; }

.ix_chrome_dark {
  background: #b2bec8; }

.ix_invert_bg {
  background: #22303A; }

.ix_invert_bg_light {
  background: #354b5a; }

.ix_invert_bg_dark {
  background: #0f151a; }

.ix_invert_fg {
  background: #FAFAFA; }

.ix_invert_fg_dark {
  background: #D0D7DD; }

/* Used for borders, dividers, etc. */
.ix_invert_chrome {
  background: #637787; }

.ix_invert_chrome_light {
  background: #7d90a0; }

.ix_invert_chrome_dark {
  background: #4d5d6a; }

/*--- Accent Colors ---*/
/* Primary accent color (orange) */
.ix_orange {
  background: #F8510F; }

.ix_orange_light {
  background: #f97541; }

.ix_orange_dark {
  background: #ce3f06; }

.ix_orange_lighter {
  background: #fb9972; }

.ix_orange_darker {
  background: #9c3005; }

/* Secondary accent color (blue) */
.ix_blue {
  background: #00C0FA; }

.ix_blue_light {
  background: #2ecfff; }

.ix_blue_dark {
  background: #0099c7; }

.ix_blue_lighter {
  background: #61daff; }

.ix_blue_darker {
  background: #007294; }

/* Tertiary accent colors */
.ix_green {
  background: #28E398; }

.ix_green_light {
  background: #82efc3; }

.ix_green_dark {
  background: #19bf7c; }

.ix_yellow {
  background: #FED800; }

.ix_yellow_light {
  background: #FCED96; }

.ix_yellow_dark {
  background: #EFA50D; }

.json,
.css {
  font-size: 70%; }
  .json pre::selection,
  .css pre::selection {
    background-color: rgba(33, 43, 50, 0.3); }
  .json pre::-moz-selection,
  .css pre::-moz-selection {
    background-color: rgba(33, 43, 50, 0.3); }
  .json pre,
  .css pre {
    word-break: break-all;
    background-color: #212b32;
    max-width: 960px;
    margin: 0 auto;
    font-size: 140%;
    border-radius: 4px;
    padding: 1em 1em 2em 1em;
    color: #007294;
    border: solid 1px #354651; }
  .json .hljs-attribute,
  .css .hljs-attribute {
    color: #00C0FA; }
  .json .hljs-value,
  .css .hljs-value {
    color: #007294; }
  .json .hljs-string,
  .css .hljs-string {
    color: #28E398; }
  .json .hljs-number,
  .css .hljs-number {
    color: #F8510F; }

.css pre {
  white-space: pre-line; }

.css-colortable {
  height: auto;
  max-width: 1024px;
  padding: 20px 0 0 0;
  text-align: center; }
  .css-colortable .swatch {
    width: 4.5%;
    margin: 0.2%;
    background-color: #354651;
    padding-bottom: 4.5%;
    display: inline-block; }
    @media (max-width: 640px) {
      .css-colortable .swatch {
        width: 10%;
        padding-bottom: 10%;
        margin: 0.5%; } }

.ixbg {
  background: #FFF; }

.ixbg_dark {
  background: #E8F0F4; }

.ix_fg {
  background: #475F72; }

.ix_fg_light {
  background: #6686a0; }

.ix_fg_dark {
  background: #2a3843; }

.ix_chrome {
  background: #D0D7DD; }

.ix_chrome_light {
  background: #eef0f2; }

.ix_chrome_dark {
  background: #b2bec8; }

.ix_invert_bg {
  background: #22303A; }

.ix_invert_bg_light {
  background: #354b5a; }

.ix_invert_bg_dark {
  background: #0f151a; }

.ix_invert_fg {
  background: #FAFAFA; }

.ix_invert_fg_dark {
  background: #D0D7DD; }

/* Used for borders, dividers, etc. */
.ix_invert_chrome {
  background: #637787; }

.ix_invert_chrome_light {
  background: #7d90a0; }

.ix_invert_chrome_dark {
  background: #4d5d6a; }

/*--- Accent Colors ---*/
/* Primary accent color (orange) */
.ix_orange {
  background: #F8510F; }

.ix_orange_light {
  background: #f97541; }

.ix_orange_dark {
  background: #ce3f06; }

.ix_orange_lighter {
  background: #fb9972; }

.ix_orange_darker {
  background: #9c3005; }

/* Secondary accent color (blue) */
.ix_blue {
  background: #00C0FA; }

.ix_blue_light {
  background: #2ecfff; }

.ix_blue_dark {
  background: #0099c7; }

.ix_blue_lighter {
  background: #61daff; }

.ix_blue_darker {
  background: #007294; }

/* Tertiary accent colors */
.ix_green {
  background: #28E398; }

.ix_green_light {
  background: #82efc3; }

.ix_green_dark {
  background: #19bf7c; }

.ix_yellow {
  background: #FED800; }

.ix_yellow_light {
  background: #FCED96; }

.ix_yellow_dark {
  background: #EFA50D; }

.small-file-uploader {
  display: inline-block;
  width: 25%;
  float: left;
  padding: .5% .5% 0 .5%;
  cursor: pointer; }
  .small-file-uploader .drop-zone {
    background-repeat: no-repeat;
    background-image: url("/photo.svg");
    background-position: center 1.5em;
    background-color: #f2f6f9;
    border: 1px solid #cfdee9;
    border-radius: 4px;
    position: relative;
    -webkit-transition: background 150ms ease-out, border-color 150ms ease-out;
    -moz-transition: background 150ms ease-out, border-color 150ms ease-out;
    transition: background 150ms ease-out, border-color 150ms ease-out; }
    .small-file-uploader .drop-zone:hover {
      border: 1px solid #00C0FA; }
    .small-file-uploader .drop-zone.dragging {
      border: 1px solid #00C0FA;
      background-color: rgba(46, 207, 255, 0.1); }
    .small-file-uploader .drop-zone p {
      position: absolute;
      bottom: 0;
      text-align: center;
      width: 100%;
      display: block;
      padding-bottom: 0;
      margin-bottom: 1em; }
      .small-file-uploader .drop-zone p span {
        font-weight: 700;
        color: #00C0FA; }
    .small-file-uploader .drop-zone input[type="file"] {
      opacity: 0.001;
      display: block;
      width: 100%;
      height: 167px;
      cursor: pointer;
      padding: 0;
      margin: 0; }

@media (max-width: 760px) {
  .small-file-uploader {
    width: 100%;
    padding-bottom: 30%; }
    .small-file-uploader .drop-zone {
      background-size: 50% 50%; }
      .small-file-uploader .drop-zone p {
        margin-bottom: 1.5em; } }

.imgix-create .image-uploader .upload-pane:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

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

a {
  outline: none; }

body {
  color: #333;
  width: 100%;
  height: 100%;
  background: #fafafa;
  text-rendering: optimizeLegibility;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans;
  font-size: 100%;
  margin: 0;
  border: none;
  padding: 0; }

h3 {
  color: #536d7f;
  font-weight: 600; }

hr {
  border: none;
  border-top: solid 1px #e1eaf1;
  margin: 40px 0; }

video {
  max-width: 100%; }

section {
  width: 100%; }
  section h1 {
    color: #536d7f;
    font-weight: 600;
    text-align: center;
    font-size: 150%; }
  section h2 {
    color: #536d7f;
    font-size: 120%;
    font-weight: 600;
    text-align: center; }
  section p {
    color: #6695b9;
    padding-left: .5em;
    padding-right: .5em;
    max-width: 34em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    font-size: 100%; }
  section p a:hover {
    border-bottom: solid 1px #2ecfff; }

a {
  text-decoration: none;
  color: #00C0FA; }

section.imgix {
  text-align: left; }

section.imgix-create-header {
  text-align: center;
  background-color: #212b32;
  padding: 40px; }
  section.imgix-create-header .logo {
    margin: 0;
    display: inline-block;
    padding: 0;
    vertical-align: middle; }
  section.imgix-create-header a {
    text-decoration: none; }
  section.imgix-create-header a span.logo-text {
    display: inline-block;
    margin-top: 0em;
    margin-left: .25em;
    font-size: 195%;
    font-weight: 800;
    vertical-align: middle; }

.progress {
  background: #D0D7DD;
  height: 10px;
  bottom: -10px;
  left: 0px; }
  .progress .bar {
    background: #00C0FA;
    height: 100%;
    width: 2%;
    transition: width 240ms ease-out; }

.imgix-create .image-uploader {
  padding-top: 30px;
  content: '';
  display: block;
  clear: both;
  text-align: center; }
  .imgix-create .image-uploader input[type="checkbox"] {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 4px;
    cursor: pointer;
    background-image: url("/checkboxes.svg");
    background-size: cover;
    background-position: top center;
    outline: 0; }
    .imgix-create .image-uploader input[type="checkbox"]:checked {
      background-position: bottom center; }
  .imgix-create .image-uploader .or {
    text-transform: uppercase;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #496070;
    width: 42px;
    margin: 0 auto 18px; }
    .imgix-create .image-uploader .or:before, .imgix-create .image-uploader .or:after {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      background: #e1eaf1;
      height: 1px;
      width: 36px; }
    .imgix-create .image-uploader .or:before {
      right: -100%; }
    .imgix-create .image-uploader .or:after {
      left: -100%; }
  .imgix-create .image-uploader .upload-cta {
    float: none;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
    width: auto; }
  .imgix-create .image-uploader .upload-pane {
    position: relative; }
    .imgix-create .image-uploader .upload-pane h3 {
      margin-bottom: 12px; }
    .imgix-create .image-uploader .upload-pane .upload-note {
      text-align: center;
      margin-top: 3em;
      font-size: 0.8em; }
    .imgix-create .image-uploader .upload-pane .drop-zone {
      margin: 2em auto 0 auto;
      content: '';
      display: block;
      clear: both;
      width: 385px;
      height: 256px;
      background-image: url("/photo.svg");
      background-size: 50%;
      background-color: white;
      background-repeat: no-repeat;
      background-position: 50% 2em;
      position: relative;
      border: 1px solid #e1eaf1;
      font-family: "Open Sans", "Helvetica Neue", Arial, sans; }
      .imgix-create .image-uploader .upload-pane .drop-zone.has-image {
        background-size: cover;
        background-position: 50% top;
        background-clip: content-box;
        padding: 10px; }
      .imgix-create .image-uploader .upload-pane .drop-zone.dragging:not(.has-image) {
        background-image: none; }
      .imgix-create .image-uploader .upload-pane .drop-zone.dragging:after {
        content: "";
        background-image: url("/upload-photo.svg");
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center 2em;
        width: 385px;
        height: 256px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
        background-color: rgba(225, 234, 241, 0.8); }
      .imgix-create .image-uploader .upload-pane .drop-zone p {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #536d7f;
        font-size: 18px;
        margin: 0;
        padding: 12px 9px 1.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center; }
        .imgix-create .image-uploader .upload-pane .drop-zone p a {
          cursor: pointer; }
      .imgix-create .image-uploader .upload-pane .drop-zone input[type="file"] {
        opacity: 0.001;
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer; }
    .imgix-create .image-uploader .upload-pane .progress {
      width: 385px;
      max-width: 100%;
      position: absolute; }
    .imgix-create .image-uploader .upload-pane .upload-disclaimer {
      display: block;
      margin-top: 1em;
      color: #536d7f; }
    .imgix-create .image-uploader .upload-pane .upload-trigger-wrapper {
      margin-top: 1em;
      width: 100%; }
      .imgix-create .image-uploader .upload-pane .upload-trigger-wrapper button {
        width: 385px;
        max-width: 100%;
        float: none;
        margin: 0 auto; }
    @media (max-width: 899px) {
      .imgix-create .image-uploader .upload-pane .drop-zone, .imgix-create .image-uploader .upload-pane .upload-options {
        float: none;
        width: 100%; }
      .imgix-create .image-uploader .upload-pane .drop-zone {
        background-size: 200px; }
        .imgix-create .image-uploader .upload-pane .drop-zone p {
          max-width: none; } }
    @media (max-width: 516px) {
      .imgix-create .image-uploader .upload-pane .upload-options {
        height: auto; }
        .imgix-create .image-uploader .upload-pane .upload-options:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden; }
        .imgix-create .image-uploader .upload-pane .upload-options li {
          float: none; }
          .imgix-create .image-uploader .upload-pane .upload-options li:nth-child(even) {
            padding-left: 0; }
        .imgix-create .image-uploader .upload-pane .upload-options .upload-disclaimer {
          display: block;
          margin-top: 12px; }
        .imgix-create .image-uploader .upload-pane .upload-options .upload-trigger-wrapper {
          width: 50%;
          margin: 0 auto; }
          .imgix-create .image-uploader .upload-pane .upload-options .upload-trigger-wrapper .upload-disclaimer {
            width: 100%; }
          .imgix-create .image-uploader .upload-pane .upload-options .upload-trigger-wrapper button {
            margin-left: auto;
            margin-right: auto; } }

section.imgix-create {
  padding: 40px 20px 0 20px;
  text-align: center; }
  section.imgix-create .create {
    text-align: center;
    padding: 1em 0; }
    section.imgix-create .create input[type="text"], section.imgix-create .create input[type="number"] {
      display: block;
      float: left;
      font-size: 120%;
      width: 79%;
      padding-right: 1em;
      vertical-align: middle;
      margin: 0 0 0 0; }
    section.imgix-create .create button {
      display: block;
      float: left;
      margin-bottom: 0;
      margin-left: 1%;
      font-size: 100%;
      width: 20%;
      padding-top: 1em;
      padding-bottom: 1em;
      background-color: #00C0FA;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer; }
      section.imgix-create .create button[disabled] {
        opacity: 0.6;
        cursor: not-allowed; }
    section.imgix-create .create button:hover {
      background-color: #2ecfff; }
    section.imgix-create .create input {
      -webkit-appearance: none;
      border-radius: 0 !important; }
    section.imgix-create .create input[type="text"],
    section.imgix-create .create input[type="number"] {
      max-width: 780px;
      -webkit-transition: background-color 120ms ease-out, border-color 120ms ease-out;
      -moz-transition: background-color 120ms ease-out, border-color 120ms ease-out;
      transition: background-color 120ms ease-out, border-color 120ms ease-out; }
    section.imgix-create .create input[type="text"]:focus,
    section.imgix-create .create input[type="number"]:focus {
      color: #6695b9;
      font-weight: 400; }
    section.imgix-create .create ::-webkit-input-placeholder {
      color: #e1eaf1;
      font-weight: 400; }
    section.imgix-create .create :-moz-placeholder {
      /* Firefox 18- */
      color: #e1eaf1; }
    section.imgix-create .create ::-moz-placeholder {
      /* Firefox 19+ */
      color: #e1eaf1; }
    section.imgix-create .create :-ms-input-placeholder {
      color: #e1eaf1; }
  section.imgix-create .create:after {
    content: '';
    display: block;
    clear: both; }

::-webkit-input-placeholder {
  color: #acc6d9; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #acc6d9; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #acc6d9; }

:-ms-input-placeholder {
  color: #acc6d9; }

section.imgix-footer {
  padding-top: 0px;
  padding-bottom: 20px; }
  section.imgix-footer .imgix-row {
    text-align: center; }
  section.imgix-footer img {
    vertical-align: top; }
  section.imgix-footer p.copyright {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-top: .3em;
    margin-left: 1em;
    line-height: 1.5;
    font-size: 90%;
    color: #536d7f; }

section.imgix-info {
  background-color: #212b32;
  margin-bottom: 0;
  color: #f2f6f9;
  padding: 20px;
  text-align: left; }

section.imgix-image {
  background-color: #171e23;
  padding: 2em;
  position: relative; }

section.imgix-examples .imgix-row,
section.imgix .imgix-row {
  content: '';
  display: block;
  clear: both;
  position: relative;
  width: 100%;
  max-width: 960px;
  padding-left: 1em;
  padding-right: 1em; }

section.imgix-examples h2,
section.imgix h2 {
  color: #536d7f;
  font-weight: 400;
  text-indent: .5%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 150%; }

section.imgix-examples .wrapper,
section.imgix .wrapper {
  float: left;
  width: 25%;
  padding: .5% .5% 0 .5%; }

section.imgix-examples a.example,
section.imgix a.example {
  -webkit-transition: opacity 120ms ease-out;
  -moz-transition: opacity 120ms ease-out;
  transition: opacity 120ms ease-out;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  color: #536d7f; }
  section.imgix-examples a.example img,
  section.imgix a.example img {
    width: 100%;
    max-width: 100%;
    border-radius: 4px; }
  section.imgix-examples a.example p,
  section.imgix a.example p {
    color: #6695b9;
    text-align: center;
    margin-top: .5em;
    font-size: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em; }

section.imgix-examples a.example:hover,
section.imgix a.example:hover {
  -webkit-transition: opacity 120ms ease-out;
  -moz-transition: opacity 120ms ease-out;
  transition: opacity 120ms ease-out;
  opacity: .75; }

@media (max-width: 760px) {
  section.imgix-examples .wrapper,
  section.imgix .wrapper {
    width: 50%; }
  section.imgix-examples .imgix-row > div:nth-child(2n+1) a.example,
  section.imgix .imgix-row > div:nth-child(2n+1) a.example {
    content: '';
    display: block;
    clear: both; } }

section.imgix h2 {
  padding-bottom: 0; }

section.imgix .imgix-ctas {
  display: flex;
  justify-content: center;
  margin: 40px auto 30px; }
  section.imgix .imgix-ctas .button {
    margin: 0;
    min-width: 150px;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em; }
    @media (max-width: 768px) {
      section.imgix .imgix-ctas .button {
        padding-top: 0.6em;
        padding-bottom: 0.6em; } }
  section.imgix .imgix-ctas .button + .button {
    margin-left: 20px; }
  @media (max-width: 480px) {
    section.imgix .imgix-ctas {
      flex-wrap: wrap; }
      section.imgix .imgix-ctas .button {
        flex: 0 0 auto;
        width: 100%;
        max-width: 34em; }
      section.imgix .imgix-ctas .button + .button {
        margin-left: 0;
        margin-top: 10px; } }

input {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans; }

input[type="text"]::-moz-selection,
input[type="number"]::-moz-selection,
textarea::-moz-selection {
  background-color: rgba(83, 109, 127, 0.2); }

input[type="text"]::selection,
input[type="number"]::selection,
textarea::selection {
  background-color: rgba(207, 222, 233, 0.8);
  color: #536d7f; }

input[type="text"],
input[type="number"],
.select2-container {
  color: #78a1c1;
  border: solid 1px #e1eaf1; }

input[type="text"]:focus,
input[type="number"]:focus, input[type="text"].invalid:focus,
input[type="number"].invalid:focus,
.select2-container.invalid:focus, input[type="text"].deprecated:focus,
input[type="number"].deprecated:focus,
.select2-container.deprecated:focus {
  border: solid 1px #89aec9; }

input[type="text"]:focus,
input[type="number"]:focus {
  color: #536d7f; }

header {
  background-color: #212b32;
  padding: .5em; }

img {
  max-width: 100%; }

pre {
  background-color: #3f3f3f; }

.imgix-row.buttons {
  text-align: center;
  padding: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a.button,
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: .5em;
  border-radius: 2px;
  line-height: 1;
  padding: .6em .8em;
  color: #fff;
  font-size: 100%;
  text-decoration: none;
  background-color: #cfdee9;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: background-color 120ms ease-out, border-color 120ms ease-out;
  -moz-transition: background-color 120ms ease-out, border-color 120ms ease-out;
  transition: background-color 120ms ease-out, border-color 120ms ease-out; }

a.signup,
a.highlighted {
  background-color: #F8510F;
  margin: 0 auto;
  display: inline-block;
  font-size: 100%;
  border: solid 1px transparent; }
  a.signup:active,
  a.highlighted:active {
    background-color: #ce3f06;
    border: solid 1px #ce3f06; }
  a.signup:focus,
  a.highlighted:focus {
    background-color: #ce3f06;
    border: solid 1px #F8510F; }
  a.signup:hover,
  a.highlighted:hover {
    background-color: #f97541;
    border: solid 1px #f97541; }

a.request, a.normal {
  background-color: #00C0FA;
  margin: 0 auto;
  display: inline-block;
  font-size: 100%;
  border: solid 1px transparent; }
  a.request:active, a.normal:active {
    background-color: #007294;
    border: solid 1px #007294; }
  a.request:focus, a.normal:focus {
    background-color: #2ecfff;
    border: solid 1px #00C0FA; }
  a.request:hover, a.normal:hover {
    background-color: #2ecfff;
    border: solid 1px #2ecfff; }

.button.new,
.button.api {
  border: none;
  display: block;
  padding: 1em;
  width: 40%;
  background-color: #00C0FA;
  border: solid 1px #00C0FA;
  text-align: center;
  font-size: 100%;
  margin: 1.5em auto; }

.button.api {
  margin-right: 2%; }

.button.new:active {
  background-color: #007294;
  border: solid 1px #007294; }

.button.new:focus {
  background-color: #2ecfff;
  border: solid 1px #00C0FA; }

.button.new:hover {
  background-color: #00C0FA;
  border: solid 1px #00C0FA; }

.button.api {
  background-color: #89aec9;
  border: solid 1px #89aec9; }

.button.api:active {
  background-color: #6695b9;
  border: solid 1px #6695b9; }

.button.api:hover {
  background-color: #acc6d9;
  border: solid 1px #acc6d9; }

.button.remove {
  background-color: #e1eaf1;
  border: solid 1px #e1eaf1;
  position: absolute;
  top: 0;
  font-size: 140%;
  margin-top: 9px;
  right: 10px;
  padding: 14px 7px;
  line-height: 0; }

.button.remove:hover,
.button.remove:active {
  background-color: #F8510F;
  border: solid 1px #F8510F; }

.button.remove:focus {
  background-color: #f97541;
  border: solid 1px #F8510F; }

.button.build {
  background-color: #00C0FA;
  border: solid 1px #00C0FA;
  position: absolute;
  font-size: 140%;
  margin-top: 9px;
  right: 42px;
  padding: 14px 7px;
  line-height: 0; }

.button.build:hover,
.button.build:active {
  background-color: #2ecfff;
  border: solid 1px #2ecfff; }

.button.build:focus {
  background-color: #2ecfff;
  border: solid 1px #00C0FA; }

@media (max-width: 768px) {
  section.imgix-create {
    padding: 20px;
    margin-bottom: 20px; }
    section.imgix-create .imgix-row .create input[type="text"], section.imgix-create .imgix-row .create input[type="number"], section.imgix-create .imgix-row .create .select2-container {
      font-size: 100%; }
    section.imgix-create .imgix-row .create button {
      font-size: 80%; }
  button {
    font-size: 100%; } }

@media (max-width: 480px) {
  section.imgix-create {
    padding: 20px 20px 0 20px; } }

section.imgix-constrain {
  font-size: 80%;
  background-color: #354651;
  color: #f2f6f9;
  text-align: center;
  padding: 1em;
  line-height: 1.4;
  -webkit-font-smoothing: subpixel-antialiased; }
  section.imgix-constrain a {
    color: #00C0FA;
    text-decoration: none;
    -webkit-font-smoothing: subpixel-antialiased; }

section.imgix-create p {
  text-align: left; }

section.imgix-embedded,
section.imgix-popup {
  font-size: 100%;
  background-color: #212b32;
  color: #f2f6f9;
  text-align: left;
  padding: 1em;
  line-height: 2.4;
  -webkit-font-smoothing: subpixel-antialiased; }
  section.imgix-embedded .imgix-row,
  section.imgix-popup .imgix-row {
    width: 100%; }
  section.imgix-embedded a,
  section.imgix-popup a {
    color: #f2f6f9;
    text-decoration: none;
    -webkit-font-smoothing: subpixel-antialiased; }
  section.imgix-embedded button,
  section.imgix-embedded button:active,
  section.imgix-popup button,
  section.imgix-popup button:active {
    font-size: 90%;
    background-color: #00C0FA;
    margin-bottom: 0;
    display: inline-block; }
  section.imgix-embedded button:hover,
  section.imgix-popup button:hover {
    background-color: #2ecfff; }
  section.imgix-embedded img,
  section.imgix-popup img {
    vertical-align: middle;
    margin-right: 12px; }
  section.imgix-embedded .composite,
  section.imgix-popup .composite {
    vertical-align: middle; }
  section.imgix-embedded .logo,
  section.imgix-popup .logo {
    display: inline-block;
    float: none;
    vertical-align: middle; }

section.imgix-embedded {
  top: 0;
  right: 0;
  width: auto;
  min-width: 0;
  position: fixed;
  z-index: 99999;
  background-color: transparent; }
  section.imgix-embedded .imgix-row {
    width: auto; }

section.imgix-info:after {
  content: '';
  display: block;
  clear: both; }

section.imgix-params {
  margin-top: 2em; }
  section.imgix-params .imgix-row.new-input-row {
    animation-name: fadein;
    animation-duration: .420s;
    animation-timing-function: ease-out;
    position: relative; }

@keyframes fadein {
  from {
    opacity: 0;
    top: -12px; }
  to {
    top: 0;
    opacity: 1; } }

.imgix-wrap {
  position: relative;
  width: 100%;
  max-height: 400px; }
  @media (min-height: 1080px) {
    .imgix-wrap {
      max-height: 600px; } }
  @media (max-height: 1080px) {
    .imgix-wrap {
      max-height: 450px; } }
  @media (max-height: 720px) {
    .imgix-wrap {
      max-height: 360px; } }
  @media (max-height: 640px) {
    .imgix-wrap {
      max-height: 280px; } }
  @media (max-height: 540px) {
    .imgix-wrap {
      max-height: 220px; } }
  @media (max-height: 480px) {
    .imgix-wrap {
      max-height: 200px; } }
  @media (max-height: 400px) {
    .imgix-wrap {
      max-height: 160px; } }
  @media (max-height: 320px) {
    .imgix-wrap {
      max-height: 120px; } }
  .imgix-wrap img {
    display: block;
    margin: auto; }

.imgix-row {
  position: relative;
  margin: 0 auto;
  width: 100%; }
  .imgix-row input[type="text"], .imgix-row input[type="number"], .imgix-row .select2-container {
    display: block;
    float: left;
    margin-bottom: .5em; }

.imgix-row:after {
  content: '';
  display: block;
  clear: both; }

.select-wrapper {
  background-color: white;
  float: left;
  width: 49%;
  position: relative; }
  .select-wrapper:before {
    display: block;
    content: ' ';
    position: absolute;
    right: 0;
    margin-right: 38px;
    border-left: solid 1px #e1eaf1;
    height: 100%; }
  .select-wrapper:after {
    display: block;
    content: ' ';
    position: absolute;
    right: 0;
    margin-right: 12px;
    margin-top: 21px;
    border-top: solid 8px #cfdee9;
    border-right: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 8px transparent; }
  .select-wrapper:hover:after {
    border-top-color: #acc6d9;
    -webkit-transition: color 120ms ease-out, border-color 120ms ease-out;
    -moz-transition: color 120ms ease-out, border-color 120ms ease-out;
    transition: color 120ms ease-out, border-color 120ms ease-out; }
  .select-wrapper:hover:before {
    border-left-color: #acc6d9;
    -webkit-transition: color 120ms ease-out, border-color 120ms ease-out;
    -moz-transition: color 120ms ease-out, border-color 120ms ease-out;
    transition: color 120ms ease-out, border-color 120ms ease-out; }
  .select-wrapper:hover select {
    border-color: #acc6d9;
    -webkit-transition: color 120ms ease-out, border-color 120ms ease-out;
    -moz-transition: color 120ms ease-out, border-color 120ms ease-out;
    transition: color 120ms ease-out, border-color 120ms ease-out; }

.imgix-url-row {
  margin: 0 auto 1em auto; }
  .imgix-url-row input[type="text"]:disabled, .imgix-url-row input[type="number"]:disabled {
    color: #89aec9;
    border: solid 1px #e1eaf1;
    cursor: not-allowed;
    margin-right: 2%;
    padding-right: 1em;
    width: 49%;
    margin-bottom: 0; }
  .imgix-url-row .select-wrapper {
    background-color: white;
    float: left;
    width: 49%;
    position: relative; }
    .imgix-url-row .select-wrapper:before {
      display: block;
      content: ' ';
      position: absolute;
      right: 0;
      margin-right: 38px;
      border-left: solid 1px #e1eaf1;
      height: 100%; }
    .imgix-url-row .select-wrapper:after {
      display: block;
      content: ' ';
      position: absolute;
      right: 0;
      margin-right: 12px;
      margin-top: 21px;
      border-top: solid 8px #cfdee9;
      border-right: solid 8px transparent;
      border-bottom: solid 8px transparent;
      border-left: solid 8px transparent; }
    .imgix-url-row .select-wrapper:hover:after {
      border-top-color: #acc6d9;
      -webkit-transition: color 120ms ease-out, border-color 120ms ease-out;
      -moz-transition: color 120ms ease-out, border-color 120ms ease-out;
      transition: color 120ms ease-out, border-color 120ms ease-out; }
    .imgix-url-row .select-wrapper:hover:before {
      border-left-color: #acc6d9;
      -webkit-transition: color 120ms ease-out, border-color 120ms ease-out;
      -moz-transition: color 120ms ease-out, border-color 120ms ease-out;
      transition: color 120ms ease-out, border-color 120ms ease-out; }
    .imgix-url-row .select-wrapper:hover select {
      border-color: #acc6d9;
      -webkit-transition: color 120ms ease-out, border-color 120ms ease-out;
      -moz-transition: color 120ms ease-out, border-color 120ms ease-out;
      transition: color 120ms ease-out, border-color 120ms ease-out; }
  .imgix-url-row select {
    cursor: pointer;
    outline: none;
    float: left;
    font-size: 120%;
    padding: .5em;
    box-sizing: border-box;
    border: solid 1px #e1eaf1;
    font-family: "Open Sans", "Helvetica Neue", Arial, sans;
    font-weight: 600;
    background-color: transparent;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    position: relative;
    z-index: 2;
    color: #6695b9;
    margin: 0;
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: ellipsis; }

.imgix-about {
  padding-top: 20px; }

.imgix-share {
  margin: 0;
  padding-top: 20px; }
  .imgix-share h3 {
    float: left;
    font-size: 90%;
    display: block;
    background-color: #f2f6f9;
    border-left: solid 1px #cfdee9;
    border-top: solid 1px #cfdee9;
    border-right: solid 1px #cfdee9;
    border-radius: 4px 4px 0 0;
    padding: 1em 20px .8em 20px;
    margin: 0 0 -1px 0;
    color: #6695b9; }
  .imgix-share textarea.copy-link {
    font-family: monospace;
    width: 100%;
    padding: 20px;
    border: solid 1px #cfdee9;
    color: #5d7a8f;
    background-color: #f2f6f9;
    display: block;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.4;
    border-radius: 2px;
    outline: none;
    resize: vertical;
    font-size: 130%;
    min-height: 120px;
    clear: both; }
  .imgix-share .imgix-row.share button, .imgix-share .imgix-row.share a.button {
    font-size: 90%;
    margin: 0;
    float: right;
    vertical-align: bottom;
    margin-top: .35em;
    background-color: #acc6d9; }
  .imgix-share .imgix-row.share button {
    margin-right: .5em; }
  .imgix-share .imgix-row.share a.button:last-child,
  .imgix-share .imgix-row.share button:last-child {
    margin-right: 0; }
  .imgix-share .imgix-row.share .button.share:hover {
    background-color: #cfdee9; }
  .imgix-share .imgix-row.share .button.share:active {
    background-color: #89aec9; }

.imgix-info .imgix-row {
  text-align: center; }

.imgix-info .info-block {
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  border-left: solid 1px #2b3842;
  font-size: 80%;
  padding: 1em 2em;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media (max-width: 767px) {
    .imgix-info .info-block {
      padding: 1em; } }
  .imgix-info .info-block .button {
    font-size: 90%;
    -webkit-font-smoothing: subpixel-antialiased;
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #354651; }
  .imgix-info .info-block .button:hover {
    background-color: #536d7f; }
  .imgix-info .info-block .button.action:last-child {
    margin-bottom: 0; }

.imgix-info .info-block:first-child {
  border-left: none;
  padding-left: 0; }

.imgix-info .info-block:last-child {
  padding-right: 0; }

.imgix-info .info-item {
  display: block;
  color: #e1eaf1;
  -webkit-font-smoothing: subpixel-antialiased; }

.imgix-info .info-data {
  display: block;
  color: #00C0FA;
  -webkit-font-smoothing: subpixel-antialiased; }
  .imgix-info .info-data code {
    -webkit-font-smoothing: subpixel-antialiased; }

.imgix-info .info-block_links .button:first-child {
  background-color: #F8510F; }
  .imgix-info .info-block_links .button:first-child:hover {
    background-color: #f97541; }

.imgix-info .info-block_links .button:nth-child(2) {
  background-color: #00C0FA; }
  .imgix-info .info-block_links .button:nth-child(2):hover {
    background-color: #2ecfff; }

.sandbox-logo {
  display: block;
  margin: 0 auto; }

.sandbox-logo-footer {
  display: inline;
  vertical-align: middle;
  width: 300px;
  padding-bottom: 10px; }

.logo {
  display: block;
  border-left: none; }
  .logo img {
    width: 80px;
    height: 30px;
    margin-top: -7px; }
    @media (min-width: 600px) {
      .logo img {
        width: 120px;
        height: 45px; } }

.logo-text {
  font-size: 180%;
  text-indent: .08em;
  font-weight: 900;
  color: #2ecfff;
  margin: 0;
  display: block;
  margin-top: -.2em;
  text-indent: .01em;
  text-transform: uppercase; }
  @media (max-width: 600px) {
    .logo-text {
      font-size: 125%; } }

.set {
  display: block;
  float: left;
  padding: .8em 0;
  margin: 0 1%;
  color: #89aec9;
  width: 4%;
  font-weight: 700;
  text-align: center; }

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

input[type="text"],
input[type="number"],
.select2-container {
  outline: none;
  font-size: 120%;
  padding: .5em;
  box-sizing: border-box;
  margin-bottom: .5em;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  input[type="text"].invalid,
  input[type="number"].invalid,
  .select2-container.invalid {
    border-color: #f97541;
    color: #F8510F;
    -webkit-transition: color 120ms ease-out, border-color 120ms ease-out;
    -moz-transition: color 120ms ease-out, border-color 120ms ease-out;
    transition: color 120ms ease-out, border-color 120ms ease-out; }
    input[type="text"].invalid:focus,
    input[type="number"].invalid:focus,
    .select2-container.invalid:focus {
      border-color: #f97541;
      color: #F8510F; }
  input[type="text"].deprecated,
  input[type="number"].deprecated,
  .select2-container.deprecated {
    border-color: #ffc34a;
    color: #EFA50D; }

.param-wrap {
  display: block;
  position: relative;
  width: 20%;
  margin-right: 1%; }
  .param-wrap input[type="text"], .param-wrap input[type="number"], .param-wrap .select2-container {
    width: 100%;
    padding-right: 40px; }

input[type="text"].param-value,
input[type="number"].param-value {
  padding-right: 77px;
  width: 74%;
  margin-left: 0%; }

.tooltip-hover {
  position: absolute;
  display: block;
  background-color: rgba(53, 70, 81, 0.98);
  color: white;
  padding: 1em;
  left: 150%;
  bottom: 999999px;
  border-radius: 4px;
  font-weight: 600;
  width: 16em;
  opacity: 0;
  z-index: 99999;
  -webkit-transition: opacity 50ms ease-in, left 50ms ease-in, bottom 1ms ease-out 50ms;
  -moz-transition: opacity 50ms ease-in, left 50ms ease-in, bottom 1ms ease-out 50ms;
  transition: opacity 50ms ease-in, left 50ms ease-in, bottom 1ms ease-out 50ms; }
  .tooltip-hover span.title {
    font-weight: 800;
    display: inline-block;
    padding-bottom: .25em; }

.tooltip:hover > .tooltip-hover {
  opacity: 1;
  bottom: -50px;
  left: 120%;
  -webkit-transition: opacity 100ms ease-out 150ms, left 100ms ease-out 150ms, bottom 1ms ease-out 150ms;
  -moz-transition: opacity 100ms ease-out 150ms, left 100ms ease-out 150ms, bottom 1ms ease-out 150ms;
  transition: opacity 100ms ease-out 150ms, left 100ms ease-out 150ms, bottom 1ms ease-out 150ms; }

.tooltip {
  position: absolute;
  right: 6px;
  vertical-align: middle;
  margin-top: 5px;
  font-weight: 600;
  cursor: pointer;
  color: #cfdee9;
  padding: .5em .8em;
  color: #acc6d9;
  outline: none; }

.tooltip:hover .tooltip-hover a {
  color: #00C0FA; }

.tooltip:hover {
  color: #89aec9;
  outline: none; }

.tooltip:hover .tooltip-hover a:hover {
  color: #2ecfff; }

.tooltip-hover:hover {
  cursor: default; }

.tooltip-hover:before {
  content: '';
  display: block;
  position: absolute;
  border-right: solid 8px rgba(53, 70, 81, 0.98);
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
  left: -16px;
  bottom: 60px; }

.tooltip,
.tooltip-hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.transparent-grid {
  background: #171e23;
  background-image: -moz-linear-gradient(45deg, #030404 25%, transparent 25%), -moz-linear-gradient(-45deg, #030404 25%, transparent 25%), -moz-linear-gradient(45deg, transparent 75%, #030404 75%), -moz-linear-gradient(-45deg, transparent 75%, #030404 75%);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #030404), color-stop(0.25, transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #030404), color-stop(0.25, transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.75, transparent), color-stop(0.75, #030404)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.75, transparent), color-stop(0.75, #030404));
  background-position: 0 0, 5px 0, 5px -5px, 0 5px;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px; }

.container {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 4em;
  min-width: 280px; }

section {
  padding-left: .5em;
  padding-right: .5em; }

@media (min-width: 400px) {
  .imgix-row {
    width: 100%; } }

@media (min-width: 550px) {
  .imgix-row {
    width: 530px; }
  section {
    padding-left: 0em;
    padding-right: 0em; } }

@media (max-width: 640px) {
  .button.new,
  .button.api {
    width: 80%; } }

@media (max-width: 900px) {
  .imgix-info .imgix-row .info-block:first-child {
    text-align: center;
    padding-bottom: 10px !important; }
  .imgix-info .info-block:after {
    content: '';
    display: block;
    clear: both; }
  .imgix-info .imgix-row .info-block {
    display: block;
    float: none;
    max-width: 30em;
    margin: 0 auto;
    padding: 0;
    border: 0;
    text-align: center;
    margin-bottom: 8px; }
  .imgix-info .info-block .info-item {
    margin-top: 0;
    display: block;
    float: left;
    width: 25%;
    font-size: 80%; }
  .imgix-info .info-block:last-child {
    margin-top: -6px; }
  .imgix-info .info-data {
    display: block;
    float: left;
    padding: 0;
    width: 25%;
    margin: 0;
    margin-top: 1px;
    text-align: center; }
  .imgix-info .info-data:nth-child(3n) {
    border-right: solid 1px #536d7f;
    border-left: solid 1px #536d7f; }
  .imgix-info .button.action {
    font-size: 120%;
    width: 100%;
    display: inline-block;
    padding: 1em; }
  .imgix-info .logo {
    display: inline-block; }
    .imgix-info .logo img {
      width: 80px;
      height: 30px;
      vertical-align: middle; }
  .imgix-info .logo-text {
    font-size: 120%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -.5em;
    margin-left: .5em; }
  .imgix-info > .imgix-row {
    width: 100%; }
  section.imgix-share h3 {
    display: block;
    float: left;
    font-size: 100%;
    background-color: transparent;
    border: none;
    padding: 1em 0;
    text-align: center; }
  section.imgix-share .imgix-row.share button {
    display: none; }
  section.imgix-share .imgix-row.share .button {
    margin-top: 12px;
    float: right;
    font-size: 80%;
    display: inline-block; }
  section.imgix-share .button {
    font-size: 80%; } }

@media (min-width: 900px) {
  .imgix-row {
    width: 760px; } }

@media (min-width: 1000px) {
  .imgix-row {
    width: 760px; } }

@media (max-width: 640px) {
  section hr {
    margin-top: 20px;
    margin-bottom: 2emb0px; }
  section.imgix-embedded .logo, section.imgix-popup .logo {
    display: none; }
  section.imgix-create-header #logo {
    display: inline-block;
    margin: 0; }
    section.imgix-create-header #logo img {
      width: 80px;
      height: 30px;
      vertical-align: middle; }
  section.imgix-create-header a span.logo-text {
    font-size: 120%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: .5em; }
  section.imgix-create .imgix-row .create input[type="text"], section.imgix-create .imgix-row .create input[type="number"], section.imgix-create .imgix-row .create .select2-container {
    width: 100%;
    display: block;
    float: none; }
  section.imgix-create .imgix-row .create button {
    display: block;
    font-size: 80%;
    clear: both;
    width: 50%;
    margin: 1em auto 0 auto;
    float: none; }
  .param-wrap {
    width: 34%; }
  input[type="text"].param-value {
    width: 60%; }
  .param-wrap input[type="text"], .param-wrap .select2-container {
    padding-right: .5em; }
  .tooltip {
    display: none; } }

@media (max-width: 400px) {
  section.imgix-params {
    width: 100%; }
    section.imgix-params hr {
      display: none; }
  input[type="text"].source-name-input {
    display: none; }
  .imgix-url-row select,
  .imgix-url-row .select-wrapper {
    width: 100%; } }

@media (max-width: 360px) {
  .imgix-info .imgix-row .info-block {
    max-width: none; }
  section.imgix-info {
    font-size: 80%;
    padding: 10px;
    padding-top: 20px; }
    section.imgix-info .info-item .button {
      padding: .8em; }
    section.imgix-info .info-data {
      margin-top: .4em; }
  section.imgix-share .imgix-row.share h3 {
    font-size: 80%; }
  section.imgix-share .imgix-row.share .button.share {
    font-size: 60%; } }

.overlay {
  position: absolute;
  background-color: rgba(23, 30, 35, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 120ms ease-out 500ms, top 0ms 621ms, bottom 0ms 621ms;
  -moz-transition: opacity 120ms ease-out 500ms, top 0ms 621ms, bottom 0ms 621ms;
  transition: opacity 120ms ease-out 500ms, top 0ms 621ms, bottom 0ms 621ms; }
  .overlay.kill {
    opacity: 0;
    top: -999999px;
    bottom: 999998px;
    -webkit-transition: opacity 120ms ease-in, top 0ms 121ms, bottom 0ms 121ms;
    -moz-transition: opacity 120ms ease-in, top 0ms 121ms, bottom 0ms 121ms;
    transition: opacity 120ms ease-in, top 0ms 121ms, bottom 0ms 121ms; }

.loading-animation {
  width: 72px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -44px;
  margin-top: -8px;
  display: block; }

.loading-animation .loading-nub {
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: loadinganimation;
  -moz-animation-name: loadinganimation;
  animation-name: loadinganimation;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  animation-direction: linear; }

.loading-animation .nub1 {
  -webkit-animation-delay: 0.24s;
  -moz-animation-delay: 0.24s;
  animation-delay: 0.24s; }

.loading-animation .nub2 {
  -webkit-animation-delay: 0.48s;
  -moz-animation-delay: 0.48s;
  animation-delay: 0.48s; }

.loading-animation .nub3 {
  -webkit-animation-delay: 0.76s;
  -moz-animation-delay: 0.76s;
  animation-delay: 0.76s; }

@-webkit-keyframes loadinganimation {
  50% {
    background-color: #00C0FA; } }

@-moz-keyframes loadinganimation {
  50% {
    background-color: #00C0FA; } }

@keyframes loadinganimation {
  50% {
    background-color: #00C0FA; } }

.param-wrap {
  background-color: white; }
  .param-wrap .select2-container.select2-container-active {
    border: solid 1px #89aec9; }
  .param-wrap .select2-container {
    padding-right: 24px;
    background: white;
    box-shadow: none; }
    .param-wrap .select2-container .select2-choice {
      display: block;
      padding: 0;
      overflow: hidden;
      position: relative;
      border: none;
      height: auto;
      white-space: nowrap;
      line-height: 1.4;
      color: #6695b9;
      text-decoration: none;
      border-radius: 0;
      background-clip: padding-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      user-select: none;
      background: transparent;
      font-family: "Open Sans", "Helvetica Neue", Arial, sans;
      box-shadow: none; }
      .param-wrap .select2-container .select2-choice .select2-arrow {
        display: none;
        box-shadow: none; }
    .param-wrap .select2-container .select2-choice {
      color: #acc6d9; }
    .param-wrap .select2-container .select2-choice > .select2-chosen {
      margin: 0;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      float: none;
      width: auto;
      background: transparent;
      box-shadow: none;
      color: #6695b9; }

.select2-drop {
  color: #6695b9;
  box-shadow: none;
  -webkit-box-shadow: none; }

.select2-drop.select2-drop-active {
  color: #6695b9;
  border: solid 1px #89aec9;
  background-color: white;
  border-top: none;
  box-shadow: 0px 1px 2px rgba(137, 174, 201, 0.5); }

.select2-search {
  background-color: white;
  color: #6695b9;
  border: 0; }

.select2-search-choice-close {
  background: transparent;
  display: none; }

.select2-container.select2-allowclear .select2-choice .select2-search-choice-close {
  display: none; }

.select2-search input {
  width: 100%;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans;
  color: #89aec9;
  font-size: 120%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent !important;
  margin-bottom: 4px;
  border: solid 1px #cfdee9; }

.select2-search input:focus {
  border: solid 1px #bed2e1; }

.select2-results {
  background-color: white; }

.select2-results .select2-highlighted {
  background-color: #00C0FA;
  color: white; }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

@media (max-width: 760px) {
  .view-examples .imgix-row > a.example:nth-child(3n) {
    display: none; } }

/*# sourceMappingURL=imgix-inspector.css.map */