@charset "UTF-8";
@font-face {
  font-family: 'footwork-website';
  src: url("/assets/fonts/footwork-website.ttf?wkqk2q") format("truetype"), url("/assets/fonts/footwork-website.woff?wkqk2q") format("woff"), url("/assets/fonts/footwork-website.svg?wkqk2q#footwork-website") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'footwork-website' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: ""; }

.icon-mark-github:before {
  content: ""; }

.loading-display {
  font-size: 20px;
  text-align: center;
  display: block;
  color: #999;
  max-width: 66%;
  margin: 50px auto; }
  .loading-display .loading-message {
    margin-bottom: 10px; }
  .loading-display .glyphicon-refresh {
    margin-right: 10px; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.spinner {
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

html {
  position: relative;
  min-height: 100%;
  background: #efefef; }
  html hr {
    border-color: #bbb; }

body {
  margin-bottom: 60px;
  font-size: 15px;
  background: #efefef;
  overflow-y: scroll;
  font-family: 'Roboto', sans-serif; }
  body .why-use {
    margin: 30px 0; }
    body .why-use h1 + p {
      margin-top: 30px; }
    body .why-use .well {
      margin-top: 40px; }
  body .made-with {
    width: 200px;
    line-height: 40px;
    border-radius: 3px;
    margin: 30px auto 25px auto;
    color: #888;
    font-weight: bold;
    text-align: center; }
  body .intro {
    text-align: center;
    font-size: 20px; }
  body .intro-paragraph {
    display: block; }
    body .intro-paragraph:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    body .intro-paragraph ul li {
      margin: 10px 0; }
    body .intro-paragraph img {
      width: 80%; }
    body .intro-paragraph .made-with-col {
      text-align: center;
      margin: 20px 0; }
    body .intro-paragraph .col {
      float: left;
      width: 50%;
      text-align: center; }
      body .intro-paragraph .col:first-child > div {
        margin-right: 10px; }
      body .intro-paragraph .col:last-child > div {
        margin-left: 10px; }
      body .intro-paragraph .col > div {
        background: #d6d6d6;
        border-radius: 3px;
        margin-top: 10px; }
      body .intro-paragraph .col a {
        display: block;
        opacity: 0.8;
        color: black; }
        body .intro-paragraph .col a:first-child {
          padding: 10px;
          line-height: 25px;
          font-size: 20px;
          font-weight: bold;
          background: rgba(0, 0, 0, 0.1);
          border-radius: 3px 3px 0 0; }
        body .intro-paragraph .col a:last-child {
          padding: 10px; }
        body .intro-paragraph .col a img {
          max-height: 55px;
          border-radius: 3px;
          width: auto;
          max-width: 100%; }
        body .intro-paragraph .col a:hover {
          opacity: 1; }
  body main {
    padding: 20px 0;
    clear: both; }
    body main pre {
      padding: 0;
      border-radius: 0; }
    body main p {
      margin: 15px 0; }
  body h1 {
    clear: both; }
  body .main-logo {
    width: 500px;
    max-width: 100%;
    padding: 50px 0;
    display: block; }
  body .top-section {
    background: #dd412f;
    display: block; }
    body .top-section:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    body .top-section .main-logo {
      margin: 0 auto; }
    body .top-section pre {
      margin-bottom: 15px;
      padding: 0;
      border: none; }
    body .top-section .example.container img {
      margin-top: -20px;
      margin-bottom: -50px;
      max-width: 100%; }
    body .top-section .col {
      float: left;
      width: 33%;
      padding: 0 15px; }
      body .top-section .col:first-child {
        padding: 0; }
      body .top-section .col:last-child {
        padding: 0; }
  body .top-section + * {
    position: relative;
    z-index: 1; }

@media (max-width: 992px) {
  .made-with-col {
    margin-top: 40px !important; }

  .intro-paragraph > div {
    border: none !important; } }
@media (max-width: 768px) {
  .intro {
    margin-top: 0 !important; }

  .top-section {
    padding-top: 15px; }
    .top-section .example.container {
      display: none !important; } }
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #e15545;
  color: white; }
  .footer .links {
    float: right;
    height: 60px;
    overflow: hidden; }
    .footer .links a {
      color: white;
      opacity: 0.7;
      text-decoration: none;
      font-size: 30px; }
      .footer .links a:hover {
        opacity: 1;
        text-decoration: none; }

.releases {
  padding-bottom: 10px; }
  .releases thead td {
    text-align: left;
    padding: 10px;
    font-weight: bold; }
    .releases thead td:first-child {
      padding-left: 0; }

.release {
  line-height: 40px; }
  .release .download-links a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 38px;
    padding: 0 10px;
    background: white;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #d13422; }
    .release .download-links a:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .release .download-links a em {
      font-style: normal;
      font-weight: bold; }
    .release .download-links a .link-content, .release .download-links a .glyphicon {
      opacity: 0.7; }
    .release .download-links a:hover, .release .download-links a:focus {
      text-decoration: none; }
    .release .download-links a:hover {
      border-color: #b3b3b3; }
      .release .download-links a:hover .link-content, .release .download-links a:hover .glyphicon {
        opacity: 1; }
    .release .download-links a:active {
      box-shadow: 0 1px 3px -1px black inset; }
    .release .download-links a .glyphicon {
      margin-right: 5px;
      font-size: 20px;
      float: left;
      line-height: 38px; }
  .release .doc-link {
    padding: 0 10px;
    background: #e15545;
    color: white;
    float: left;
    clear: both;
    border-radius: 3px;
    width: 300px;
    max-width: 100%;
    opacity: 0.7;
    margin-right: 10px;
    margin-bottom: 10px; }
    .release .doc-link span {
      float: right;
      opacity: 0.7; }
    .release .doc-link:hover {
      opacity: 1;
      color: white;
      text-decoration: none; }

.archive.releases {
  font-size: 13px; }
  .archive.releases .title {
    font-weight: bold; }
  .archive.releases .release .doc-link {
    line-height: 30px;
    opacity: 0.6; }
    .archive.releases .release .doc-link:hover {
      opacity: 1; }

header .nav .open > a, header .nav .open > a:active {
  background: #e87d71 !important; }
header .nav a {
  margin: 0; }
header .nav a:focus {
  background: transparent; }
header .nav a.active {
  background: #dd412f; }
header .navbar {
  min-height: 60px;
  background: #e15545;
  border-color: #a5291b;
  color: white;
  border: none;
  margin: 0;
  box-shadow: 0 -10px 30px black; }
  header .navbar li > a {
    color: white; }
    header .navbar li > a:hover {
      background: #e87d71; }
header nav {
  min-height: 60px;
  position: relative; }
  header nav .container {
    position: relative; }
  header nav .saying {
    line-height: 60px;
    margin-left: 15px; }
  header nav .logo {
    height: 40px;
    width: 253px;
    position: relative;
    float: left;
    top: 30px;
    margin-top: -20px;
    margin-right: 15px; }

@media (min-width: 768px) {
  header nav .navbar-nav a {
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0; } }
@media (max-width: 768px) {
  header nav .logo {
    margin-left: 15px; } }
@media (max-width: 576px) {
  header nav .saying {
    display: none; }
  header nav > .container {
    width: 100%; }
    header nav > .container .navbar-nav + .navbar-nav {
      text-align: right; } }
