/**
  * Colors
  */
/**
  * Fonts
  */
html,
body,
body * {
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: none;
  }
}
/**
  * Media queries
  */
/**
  * Animations
  */
@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(1.3);
  }
}
@-webkit-keyframes fall {
  0% {
    -webkit-transform: scale(1.4);
  }
  60% {
    -webkit-transform: scale(1.1);
  }
}
/**
  * Basics
  */
body {
  margin: 50px 0;
  padding: 0;
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #e6e6e6;
  text-align: center;
  background-color: #191919;
}
body a {
  color: #ffc44b;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: opacity, color, width, height, top, bottom, left, right;
}
body a:active,
body a:focus,
body a:hover {
  color: #ffc44b !important;
  border-bottom-color: #ffc44b;
}
/**
  * Header
  */
header {
  display: block;
}
header > a,
header > span {
  display: block;
  width: 250px;
  margin: 0 auto;
  border: none !important;
}
header > a .app-icon,
header > span .app-icon {
  margin: 0 auto 15px;
  width: 100px;
  height: 100px;
  padding: 0;
  background-image: url('../img/app-icon.svg');
  background-size: 100px 100px;
  background-color: #191919;
  border-radius: 24.137931%;
  -webkit-transform: scale(1);
  -webkit-animation: fall 60ms ease-out;
  animation: fall 60ms ease-out;
}
header > a h1,
header > span h1,
header > a .h1,
header > span .h1 {
  display: block;
  width: 250px;
  height: 64px;
  margin: 0 auto 15px;
  background-image: url('../img/logotype.svg');
  background-size: 250px 64px;
  text-indent: -1000000px;
}
header > a:active .app-icon,
header > a:focus .app-icon,
header > a:hover .app-icon {
  -webkit-transform: scale(1.3);
  -webkit-animation: jump 60ms ease-out;
  animation: jump 60ms ease-out;
}
/**
  * Screenshots
  */
#screenshots {
  position: relative;
  padding: 50px 20px 0;
}
#screenshots .devices {
  position: relative;
  width: 100%;
  max-width: 766px;
  margin: 0 auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #screenshots .devices {
    max-width: 526.5px;
  }
}
#screenshots .devices:before {
  content: '';
  display: block;
  padding-top: 119.0883191%;
  width: 15px;
}
#screenshots .devices .device {
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: opacity, color, width, height, top, bottom, left, right;
}
#screenshots .devices .device .chrome {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
#screenshots .devices .device .screen {
  position: absolute;
  background-color: black;
  background-size: 100% 100%;
  box-sizing: border-box;
}
#screenshots .devices .device .screen:after {
  content: '';
  display: inline-block;
  margin-left: -3px;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#screenshots .devices .device .screen .preview {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
#screenshots .devices .device.iphone-6 {
  left: 0;
  width: 50.9021842%;
  height: 87.400319%;
  z-index: 10;
}
#screenshots .devices .device.iphone-6 .chrome {
  background-image: url('../img/iphone-6.png');
}
#screenshots .devices .device.iphone-6 .screen {
  left: 6.5298507%;
  top: 12.2262774%;
  width: 86.7567313%;
  height: 75.4562044%;
  background-image: url('../img/iphone-6-screen.jpg');
}
#screenshots .devices .device.iphone-6:after {
  content: '';
  position: absolute;
  right: -5.5970149%;
  top: -1.8248175%;
  width: 24.8134328%;
  height: 101.8248175%;
  background-image: url('../img/iphone-6-shadow.png');
  background-size: 100% 100%;
  z-index: -1;
  transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: opacity, color, width, height, top, bottom, left, right;
}
@media screen and (max-width: 500px) {
  #screenshots .devices .device.iphone-6:after {
    opacity: 0;
  }
}
@media screen and (max-width: 500px) {
  #screenshots .devices .device.iphone-6 {
    left: 20.8798636%;
    width: 58.2402728%;
    height: 100%;
  }
}
#screenshots .devices .device.iphone-6-plus {
  right: 0;
  width: 58.974359%;
  height: 100%;
  z-index: 5;
}
#screenshots .devices .device.iphone-6-plus .chrome {
  background-image: url('../img/iphone-6-plus.png');
}
#screenshots .devices .device.iphone-6-plus .screen {
  left: 6.6022544%;
  top: 11.6427432%;
  width: 86.9565217%;
  height: 76.5550239%;
  background-image: url('../img/iphone-6-plus-screen.jpg');
}
#screenshots .devices .device.iphone-6-plus .screen video {
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
}
@media screen and (max-width: 500px) {
  #screenshots .devices .device.iphone-6-plus {
    right: 27.88461537%;
    width: 44.23076925%;
    height: 75%;
  }
}
/**
  * Screenshots
  */
#features {
  position: relative;
  padding: 50px 0;
  background-color: #8fa317;
  min-height: 400px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  z-index: 50;
}
/**
  * Screenshots
  */
#quotes {
  max-width: 448px;
  margin: 60px auto 50px;
  padding: 0 10px;
}
#quotes blockquote + blockquote {
  margin-top: 3rem;
}
#quotes blockquote p {
  position: relative;
  margin: 0;
  font-size: 1.2rem;
  line-height: 140%;
  text-align: left;
}
#quotes blockquote p:before,
#quotes blockquote p:after {
  position: relative;
  font-size: 2rem;
  line-height: 1.2rem;
  color: #8fa128;
  top: 0.3rem;
}
#quotes blockquote p:before {
  display: inline-block;
  margin-left: -1rem;
  min-width: 1rem;
  content: "“";
}
#quotes blockquote p:after {
  content: "”";
  margin-righy: -1rem;
}
#quotes blockquote p .edit {
  color: rgba(230, 230, 230, 0.7);
}
#quotes blockquote footer {
  text-align: right;
  padding-top: 0.5rem;
  font-size: 0.8rem;
  color: rgba(230, 230, 230, 0.7);
}
#quotes blockquote footer:before {
  content: "—";
  margin-right: 0.5rem;
}
#quotes blockquote footer a {
  color: inherit;
}
/**
  * App store badge
  */
#badge {
  margin-top: 50px;
}
#badge a {
  display: block;
  width: 202px;
  height: 60px;
  margin: 0 auto;
  background-image: url('../img/app-store-badge.svg');
  background-size: 202px 60px;
  text-indent: -1000000px;
  border: none !important;
  -webkit-transform: scale(1);
  -webkit-animation: fall 60ms ease-out;
  animation: fall 60ms ease-out;
}
#badge a:active,
#badge a:focus,
#badge a:hover {
  -webkit-transform: scale(1.3);
  -webkit-animation: jump 60ms ease-out;
  animation: jump 60ms ease-out;
}
/**
  * Footer
  */
#content {
  max-width: 448px;
  margin: 60px auto 50px;
  padding: 0 10px;
  text-align: left;
}
body.index #content {
  max-width: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#content h1 {
  margin: 0 0 30px;
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
}
#content h2 {
  margin: 40px 0 15px;
  font-size: 20px;
  text-align: center;
  color: white;
  line-height: 1.2;
}
#content h3,
#content h4,
#content h5,
#content h5 {
  margin: 40px 0 15px;
  color: white;
  line-height: 1.2;
}
#content ul li + li,
#content ol li + li {
  margin-top: 10px;
}
#content p img {
  max-width: 100%;
}
#content .last-modified {
  position: relative;
  top: 20px;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  color: #999999;
}
#content .form-success,
#content .form-error {
  border-radius: 6px;
  padding: 5px 10px;
  color: #191919;
}
#content .form-success {
  background-color: #ffc44b;
}
#content .form-error {
  background-color: #df1921;
}
#content .row {
  margin: 0;
}
#content .row.form-field + .row {
  margin-top: 10px;
}
#content .row.form-button {
  margin-top: 30px;
}
#content label {
  padding: 5px 0;
  font-size: 14px;
  line-height: 34px;
}
#content label span {
  font-style: italic;
  color: #808080;
}
#content input,
#content textarea,
#content .form-field-group,
#content button,
#content a.button {
  display: block;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  font: inherit;
  font-size: inherit;
  outline: none;
  line-height: 34px;
}
#content input,
#content textarea,
#content .form-field-group {
  color: black;
  background-color: #e5e5e5;
  border: none;
  border-radius: 3px;
}
#content textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
}
#content .form-field-group {
  display: table;
  padding: 0;
  overflow: hidden;
}
#content .form-field-group .form-field-addon {
  display: table-cell;
  width: 1%;
  padding: 5px 10px;
  padding-right: 0;
  font: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: #666666;
}
#content .form-field-group > * {
  display: table-cell;
  border-radius: 0;
}
#content button,
#content a.button {
  color: #ffc44b;
  margin-top: 20px;
  background-color: rgba(153, 153, 153, 0.25);
  border: 0;
  border-radius: 6px;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  transform: scale(1);
  transition: transform 50ms ease-out, background-color 50ms ease-out;
}
#content button:active,
#content a.button:active,
#content button:focus,
#content a.button:focus,
#content button:hover,
#content a.button:hover {
  color: #191919 !important;
  background-color: #ffc44b;
  transform: scale(1.05);
  transition: transform 50ms ease-in, background-color 50ms ease-in;
}
#content a.button {
  text-align: center;
}
#content .article-list {
  margin: 0 -10px;
  border: 1px solid rgba(230, 230, 230, 0.1);
  border-radius: 5px;
}
#content .article-list,
#content .article-list .article {
  list-style: none;
  padding: 0;
}
#content .article-list .article {
  margin: 0;
}
#content .article-list .article + .article {
  border-top: 1px solid rgba(230, 230, 230, 0.1);
}
#content .article-list .article a {
  position: relative;
  display: block;
  padding: 10px;
  background-color: rgba(230, 230, 230, 0.02);
  border: none;
}
#content .article-list .article a:active,
#content .article-list .article a:focus,
#content .article-list .article a:hover {
  background-color: rgba(230, 230, 230, 0.06);
}
#content .article-list .article a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: rgba(230, 230, 230, 0.6);
  transform: rotate(-45deg);
  transform-origin: center center;
}
@media (max-width: 468px) {
  #content .article-list {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
/**
  * Press Kit
  */
#press .factsheet h3 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
#press .factsheet h3 + p {
  margin-top: 5px;
}
#press .factsheet a {
  word-break: break-all !important;
}
#press .logos .variations {
  margin: 20px -5px 0;
}
#press .logos .variations .variation {
  display: inline-block;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  vertical-align: top;
}
#press .logos .variations .variation + .variation {
  margin-top: 20px;
}
#press .logos .variations .variation.app-icon {
  width: 50%;
  margin-top: 0;
}
#press .logos .variations .variation.app-icon figure {
  padding: 20%;
}
#press .logos .variations .variation.light figure {
  background-color: #191919;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}
#press .logos .variations .variation figure {
  max-height: 60%;
  margin: 0;
  padding: 15%;
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}
#press .logos .variations .variation figure a {
  border: none;
}
#press .logos .variations .variation figure a img {
  display: block;
  padding: 0;
  max-width: 100%;
}
#press .logos .file-list li {
  display: inline-block;
  width: 80px;
}
#press .screenshots {
  margin: 20px -5px 0;
}
#press .screenshots .screenshot {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  padding: 0 5px;
  box-sizing: border-box;
  vertical-align: top;
}
#press .screenshots .screenshot h3 {
  margin: 15px 0 10px;
  font-size: 16px;
}
#press .screenshots .screenshot a {
  border: none;
}
#press .screenshots .screenshot a img {
  display: block;
  max-width: 100%;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}
#press .file-list {
  margin: 0;
  margin-top: 15px;
  padding: 0;
}
#press .file-list li {
  list-style: none;
  margin-top: 0;
}
#press .file-list li a .bytes {
  display: block;
  margin-top: -5px;
  font-size: 12px;
  color: rgba(230, 230, 230, 0.5);
}
/**
  * Footer
  */
footer {
  padding-top: 50px;
  font-size: 80%;
  color: #e6e6e6;
}
footer ul {
  margin: 0 auto 15px;
  padding: 0;
}
footer ul,
footer ul li {
  list-style: none;
}
footer ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0 5px;
}
footer ul li.app-store {
  display: none;
}
footer ul li.copyright a {
  color: inherit;
}
footer p {
  max-width: 448px;
  margin: 0 auto 15px;
  line-height: 1.2rem;
  color: rgba(230, 230, 230, 0.65);
}
/**
  * Image preview
  */
body.image-preview {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
body.image-preview .container {
  display: table;
  width: 100%;
  min-height: 100%;
}
body.image-preview .container .content {
  display: table-cell;
  margin: 50px 0;
  vertical-align: middle;
}
body.image-preview .container .content img {
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */