@charset "UTF-8";
/* Foreground color for text and UI elements */
/* 20% lighter */
/* 20% darker */
/* Used for borders, dividers, etc. */
/* 10% lighter */
/* 10% darker */
/*--- Inverted Colors ---*/
/* Background color */
/* 10% lighter */
/* 10% darker */
/* Foreground color for text and UI elements */
/* Used for borders, dividers, etc. */
/* 10% lighter */
/* 10% darker */
/*--- Accent Colors ---*/
/* Primary accent color (orange) */
/* 10% lighter */
/* 10% darker */
/* 20% lighter */
/* 20% darker */
/* Secondary accent color (blue) */
/* 10% lighter */
/* 10% darker */
/* 20% lighter */
/* 20% darker */
/* Tertiary accent colors */
/* H:156 S:82 B:89 */
/* 20% lighter */
/* 10% darker */
/* Basic */
.button-group {
  margin-top: 2em;
  text-align: center;
}

.content {
  margin-top: 2em;
  clear: both;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (min-width: 768px) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }
}

section.content:first-child {
  padding-top: 0;
}

/* Single Line Code View for Imgix URLs*/
.single-line {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 4px;
  /* Include a Sandbox Button Link */
}
.single-line code {
  font-size: 16px;
  overflow-x: scroll;
  width: 100%;
  word-break: keep-all;
  padding: 1em;
  line-height: 1;
  border-radius: 4px 0 0 4px;
  display: inline-block;
  color: #61daff;
  background: #354b5a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: bottom;
}
.single-line.sandbox {
  position: relative;
  padding-right: 4px;
  border-radius: 4px 0 0 4px;
}
.single-line .sandbox-link {
  background: url("https://assets.imgix.net/presskit/imgix-presskit.pdf?page=1&fm=png8&w=48") no-repeat;
  background-color: #F8510F;
  display: block;
  min-height: 46px;
  border-bottom: solid 2px #ce3f06;
  width: 48px;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  border-radius: 0 4px 4px 0;
}

/* Transparent Grids for PNGs and gifs */
.transparency-dark {
  background: #496070;
  background-image: -moz-linear-gradient(45deg, #354651 25%, transparent 25%), -moz-linear-gradient(-45deg, #354651 25%, transparent 25%), -moz-linear-gradient(45deg, transparent 75%, #354651 75%), -moz-linear-gradient(-45deg, transparent 75%, #354651 75%);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #354651), color-stop(0.25, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #354651), color-stop(0.25, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.75, rgba(0, 0, 0, 0)), color-stop(0.75, #354651)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.75, rgba(0, 0, 0, 0)), color-stop(0.75, #354651));
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  background-position: 0 0,5px 0,5px -5px,0 5px;
}

.transparency-light {
  background: #efefef;
  background-image: -moz-linear-gradient(45deg, #dfdfdf 25%, transparent 25%), -moz-linear-gradient(-45deg, #dfdfdf 25%, transparent 25%), -moz-linear-gradient(45deg, transparent 75%, #dfdfdf 75%), -moz-linear-gradient(-45deg, transparent 75%, #dfdfdf 75%);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #dfdfdf), color-stop(0.25, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #dfdfdf), color-stop(0.25, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.75, rgba(0, 0, 0, 0)), color-stop(0.75, #dfdfdf)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.75, rgba(0, 0, 0, 0)), color-stop(0.75, #dfdfdf));
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  background-position: 0 0,5px 0,5px -5px,0 5px;
}

.responsive {
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top: solid 10px #00C0FA;
  color: #00C0FA;
  position: relative;
  line-height: 1.4;
  font-weight: 100;
}

.responsive:before {
  content: '⇄';
  position: absolute;
  right: 20px;
}

.responsive:after {
  font-size: 100%;
  vertical-align: baseline;
  font-weight: 400;
}


/* Wider than desktop */
@media (min-width: 1200px) {
  .responsive {
    border-top: solid 10px #00C0FA;
  }

  .responsive:after {
    content: 'Large Desktop';
    font-size: 100%;
  }
}
/* Landscape phone to desktop */
@media (max-width: 1199px) {
  .responsive {
    border-top: solid 10px #2ecfff;
  }

  .responsive:after {
    content: 'Desktop';
    font-size: 100%;
  }
}
/* Landscape phone to landscape tablet */
@media (max-width: 979px) {
  .responsive {
    border-top: solid 10px #00C0FA;
  }

  .responsive:after {
    content: 'Landscape Tablet';
    font-size: 100%;
  }
}
/* Small desktop */
@media (min-width: 980px) and (max-width: 1199px) {
  .responsive:after {
    content: 'Small desktop';
    font-size: 100%;
  }
}
/* Portrait tablet to landscape tablet */
@media (min-width: 768px) and (max-width: 979px) {
  .responsive {
    border-top: solid 10px #0099c7;
  }

  .responsive:after {
    content: 'Portrait Tablet';
    font-size: 100%;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .responsive {
    font-size: 14px;
    border-top: solid 10px #0099c7;
  }

  .responsive:after {
    content: 'Landscape Phone';
    font-size: 100%;
  }
}
@media (max-width: 480px) {
  .responsive {
    font-size: 12px;
    text-align: left;
    border-top: solid 10px #0099c7;
  }

  .responsive:after {
    content: 'Portrait Phone';
  }
}
figure {
  text-align: center;
}

picture {
  text-align: center;
}

.demo-area {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 20px;
}

.demo-trigger {
  display: inline-block;
  /*width: 40%;*/
  cursor: zoom-in;
}

.demo-trigger img {
  max-width: 100%;
}

.detail {
  position: relative;
  width: 200px;
  height:200px;
  margin-left: 5%;
  float: left;
  min-height: 240px;
}

@media (max-width: 900px) {
.detail, .demo-trigger {float: none;}
  /*.demo-trigger {
    display: block;
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    cursor: zoom-in;
  }*/
.detail {
  text-align: center;
  margin: 0 auto;
  min-height: 0;
  width: 100%;
  max-width: 32em;
}
.detail h3 {
  margin-top: 1em;
}
p {
  margin: 0 auto 1em;
}
ul {
  text-align: left;
}
.responsive-hint {
    display: none;
  }
}