/* Variables */
/* Component styles */

/* Header */
header {
  background-color: #eee;
  box-sizing: border-box;
  color: #333;
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding: 3rem 16.66667% 0;
  position: relative;
  width: 100%;
  transition: all .25s ease-in-out;
}

header > * {
  position: relative;
  z-index: 3;
}

header h1 {
  font-weight: bold;
  margin: 0;
}

header h1 a {
  border: none;
  display: block;
  position: relative;
}

header h1 a svg {
  display: block;
  margin: 0 auto;
  width: 75%;
  height: 75%;
}

header h1 a svg #background {
  fill: #ccc;
  transition: all .25s ease-in-out;
}

header h1 a svg path.logo-scroller {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  transition: all .25s ease-in-out;
}

header h1 a svg path.logo-scroller#logo-scroller-track {
  stroke: #eee;
}

header h1 a svg path.logo-scroller#logo-scroller-handler {
  stroke: #333;
  stroke-dasharray: 150,900;
  stroke-dashoffset: -210;
}

header h1 a svg text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header h1 a svg text tspan:first-child {
  fill: #333;
  transition: all .25s ease-in-out;
}

header h1 a svg text tspan:last-child {
  fill: rgba(0, 0, 0, 0.4);
}

header.hover h1 a svg #background {
  fill: #accbca;
}

header.hover h1 a svg path.logo-scroller#logo-scroller-handler {
  animation: handlerTween 2s ease-in-out;
  stroke: #398079;
}

header.hover h1 a svg text tspan:first-child {
  fill: #398079;
}

header .byline {
  display: block;
  margin-top: 1rem;
  text-align: center;
}

@keyframes handlerTween {
  0% {
    stroke-dashoffset: -210;
  }
  25% {
    stroke-dashoffset: -619;
  }
  65% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -210;
  }
}

a:hover {
  border-bottom-color: #8CB8B6;
}

a.anchor {
  border: none;
  font-size: 1.5rem;
  opacity: 0;
  position: absolute;
  left: -2rem;
  padding-right: .5rem;
  width: 2rem;
  height: 1.5rem;
  text-decoration: none;
}

tr a.anchor {
  color: #999;
  font-size: 1rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
}

a.anchor::before {
  content: '\e800';
}

h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, tr:hover a.anchor {
  opacity: 1;
}

p {
  margin: 0;
  margin-bottom: 1.5rem;
}

p.align-center {
  text-align: center;
}

pre,
pre[class*=language-] {
  background-color: #f5f2f0;
  border: 1px solid #CFCFCF;
  box-sizing: border-box;
  display: block;
  margin-bottom: 1.5rem;
  padding: 0;
  width: 100%;
}

pre span.token::before,
pre[class*=language-] span.token::before {
  content: '' !important;
}

p + aside + pre,
p + aside + pre[class*=language-] {
  margin-top: -.75rem;
}

pre[class*=language-] > code[data-language]::before {
  border-radius: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .6rem;
  letter-spacing: 1px;
  opacity: 0;
  padding: .25rem .5rem;
  text-transform: uppercase;
  transition: all .25s ease-in-out;
}

pre[class*=language-]:hover > code[data-language]::before {
  opacity: 1;
}

code {
  background-color: #f5f2f0;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  color: #333;
  display: inline-block;
  font-size: .875em;
  line-height: 1.25em;
  margin: 0 .125em;
  padding: 0 .25em;
}

.user-message code {
  background-color: rgba(245, 242, 240, 0.75);
}

code a {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

pre code,
pre[class*=language-] > code[data-language] {
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: block;
  overflow: visible;
  padding: 1rem;
}

pre code a {
  border: none;
}

pre code a:hover {
  color: inherit;
}

aside {
  color: #666;
  font-size: .75rem;
  font-style: italic;
  line-height: 1.5em;
  padding: 0 1.5rem;
  position: absolute;
  right: -25%;
  width: 50%;
}

aside + pre,
aside + pre[class*='language-'] {
  width: 75%;
}

.user-message {
  background: #666666;
  /* Old browsers */
  background: linear-gradient(135deg, #666666 0%, #555555 100%);
  /* W3C */
  color: #eee;
  padding: .5rem 1rem;
}

.user-message a {
  border-bottom-color: rgba(238, 238, 238, 0.5);
  color: #eee;
}

.user-message a:hover {
  border-bottom-color: #eeeeee;
}

.user-message code a {
  color: #333;
}

.user-message.warning {
  background: #ce8139;
  /* Old browsers */
  background: linear-gradient(135deg, #ce8139 0%, #b13131 100%);
  /* W3C */
  color: #eee;
}

.user-message.reminder {
  background: #f9d36b;
  /* Old browsers */
  background: linear-gradient(135deg, #f9d36b 0%, #eaa748 100%);
  /* W3C */
  color: #7c541f;
}

.user-message.note {
  background: #6195c6;
  /* Old browsers */
  background: linear-gradient(135deg, #6195c6 0%, #4a7298 100%);
  /* W3C */
  color: #eee;
}

.user-message.approved {
  background: #67a82a;
  /* Old browsers */
  background: linear-gradient(135deg, #67a82a 0%, #467c1f 100%);
  /* W3C */
  color: #eee;
}

/* Navigation Menu */
header > nav {
  margin: 3rem 0 0;
}

header > nav ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

header > nav ul li {
  flex: 1 0 auto;
}

header > nav ul li a {
  border: none;
  color: #333;
  display: block;
  font-size: .75rem;
  font-weight: bold;
  line-height: 1.5em;
  padding: .5rem 1rem;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
}

header > nav ul li a:hover {
  background-color: #398079;
  color: #eee;
}

header > nav ul li.active a {
  background-color: #fff;
  color: #333;
}

/* Cards */
.cards {
  border-radius: .5rem;
  display: flex;
  flex-flow: row wrap;
  margin: -.25rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.cards svg {
  display: block;
  margin: 0 auto .75rem;
  width: 5.25rem;
  height: 5.25rem;
  transition: all .125s ease-in-out;
}

.cards svg path {
  transition: fill .125s ease-in-out;
}

.cards > a {
  box-sizing: border-box;
  border: none;
  flex: 1 auto;
  margin: 0 .25rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all .5s ease-in-out;
}

.cards > a .branding {
  transition: all .5s ease-in-out;
}

.cards > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(100%);
  z-index: -1;
}

.cards > a.card-github {
  background-color: transparent;
  color: #4183c4;
  flex-basis: auto;
}

.cards > a.card-github::after {
  background-color: #4183c4;
}

.cards > a.card-github svg.branding path {
  fill: #4183c4;
}

.cards > a:hover {
  color: #eee;
}

.cards > a:hover svg.branding {
  transform: scale(1.25);
}

.cards > a:hover svg.branding path {
  fill: #eee;
}

.cards > a:hover::after {
  transform: translateY(0);
}

/* Main */


#features + ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
  position: relative;
  left: -1rem;
  width: calc(100% + 2rem);
}

#features + ul li {
  width: 50%;
  padding: .25rem 1rem;
  position: relative;
}

#features + ul li::before {
  background-color: #398079;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: 'Fontello';
  font-size: 1.5rem;
  margin: 0 auto .5rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.125);
  transition: all .25s ease-in-out;
  line-height: 3rem;
}

#features + ul li#features__motion-detection::before {
  content: '\e803';
}

#features + ul li#features__mouse-movements::before {
  content: '\e805';
}

#features + ul li#features__mobile-friendly::before {
  content: '\e804';
}

#features + ul li#features__graceful-degradation::before {
  content: '\e802';
}

#features + ul li h4 {
  border: none;
  font-size: 1.25rem;
  margin: 0 0 .5rem 0;
  text-align: center;
  transition: all .25s ease-in-out;
}

#features + ul li:hover h4 {
  color: #398079;
}

#smoothing-functions__list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

#smoothing-functions__list li {
  margin-bottom: 1.5rem;
}

#smoothing-functions__list li > h4 {
  margin-top: 0;
}

#smoothing-functions__list li > div.graph {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#smoothing-functions__list li > div.graph div.graph-plot {
  flex-basis: auto;
}

#smoothing-functions__list li > div.graph div.graph-plot svg {
  color: #999;
  display: block;
  font-size: 1.2rem;
  width: 480px;
}

#smoothing-functions__list li > div.graph div.graph-plot svg path {
  stroke: #8CB8B6;
  stroke-width: 10;
  fill: none;
}

#smoothing-functions__list li > div.graph div.graph-plot svg line.major {
  stroke: #ddd;
  stroke-width: 3;
}

#smoothing-functions__list li > div.graph div.graph-plot svg line.middle-line {
  stroke: #999;
  stroke-dasharray: 8, 8;
  stroke-width: 5;
}

#smoothing-functions__list li > div.graph div.graph-plot svg circle.middle-dot {
  fill: #398079;
}

#smoothing-functions__list li > div.graph div.graph-plot svg .axis {
  shape-rendering: crispEdges;
}

#smoothing-functions__list li > div.graph div.graph-plot svg .axis line, #smoothing-functions__list li > div.graph div.graph-plot svg .axis path {
  stroke: #aaa;
  stroke-width: 5;
}

#smoothing-functions__list li > div.graph .graph-equation {
  flex-basis: auto;
  flex-grow: 1;
}

#meta-styles {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 -.75rem 1.5rem -.75rem;
}

#meta-styles li {
  padding: 0;
  position: relative;
  margin: 0;
  width: 100%;
  padding-bottom: 25%;
}

#meta-styles li a {
  background-image: linear-gradient(25deg, rgba(0, 163, 136, 0.75) 0%, rgba(121, 189, 143, 0.75) 100%);
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.25);
  border: none;
  display: block;
  opacity: .5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .75rem;
  right: .75rem;
}

#meta-styles li a:hover, #meta-styles li a.active {
  opacity: 1;
}

#meta-styles li a.active {
  transform: scale(1.05);
}

table {
  border-collapse: collapse;
  font-size: .8rem;
  line-height: 1.25rem;
  position: relative;
  left: -12.5%;
  width: 125%;
}

table td, table th {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 1rem;
}

table td > *:last-child, table th > *:last-child {
  margin-bottom: 0;
}

table td:first-child, table th:first-child {
  border-left: none;
}

table td:last-child, table th:last-child {
  border-right: none;
}

table thead {
  font-size: .6rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1rem;
  text-transform: uppercase;
}

table thead td {
  border-bottom: 3px solid #ccc;
  padding: .25rem 1rem;
}

table tbody tr:nth-child(odd) {
  background-color: #e6e6e6;
}

table tbody tr:last-child {
  border-bottom: 1px solid #ccc;
}

table tbody tr:target {
  background-color: transparent;
}

table tbody tr:target th {
  background-color: #8BA3B0;
  color: #eee;
}

table tbody tr:target td {
  background-color: rgba(139, 163, 176, 0.5);
}

table tbody tr:target a.anchor {
  color: #8BA3B0;
  opacity: 1;
}

table tbody tr th {
  text-align: left;
}

table p {
  margin-bottom: .5rem;
}

table pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

table p + pre, table p + pre[class*=language-] {
  margin-top: .25rem;
}

/* Footer */
footer {
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.75) 0%, rgba(55, 55, 55, 0.75) 100%);
  box-sizing: border-box;
  color: #eee;
  padding: 3rem 16.66667%;
  position: relative;
  width: 100%;
}

footer p {
  color: #999;
  margin: 0;
  text-align: center;
}

footer p a {
  border: none;
  color: #ccc;
  text-decoration: none;
}

footer p a:hover {
  border-bottom-color: #eee;
  color: #eee;
  text-decoration: underline;
}

footer #up {
  background-color: #555;
  border: 2px solid #555;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #eee;
  color: #ccc;
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: calc(2px - 1rem);
  left: 50%;
  width: calc(2rem + 4px);
  height: calc(2rem + 4px);
  transform: translateX(-50%);
}

footer #up::before {
  content: '\e806';
}

footer #up:hover {
  color: #fff;
}

footer svg {
  display: block;
  fill: #ccc;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 1rem;
}

footer:hover #up {
  opacity: 1;
}

/* Media queries, unrelated to functionality of Fluidbox */
@media only screen and (max-width: 1279px) {
  /* Smoothing Functions */
  #smoothing-functions__list li > div.graph {
    flex-wrap: wrap;
  }
  #smoothing-functions__list li > div.graph div.graph-plot {
    flex-basis: 100%;
  }
  #smoothing-functions__list li > div.graph div.graph-plot svg {
    font-size: 1.2rem;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  #smoothing-functions__list li > div.graph .graph-equation {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 979px) {
  /* Features */
  #features + ul {
    display: block;
    left: 0;
    width: 100%;
  }
  #features + ul li {
    display: block;
    padding: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  header {
    padding-left: 3rem;
    padding-right: 3rem;
    max-height: 500px;
  }
  header h1 {
    font-size: 3rem;
  }
  header > nav {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  header > nav ul {
    flex-wrap: wrap;
  }
  aside {
    display: none;
  }
  aside + pre, aside + pre[class*='language'] {
    width: 100%;
  }
  main {
    margin: 0 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  pre[class*=language-] > code[data-language] {
    max-height: none;
  }
  *[data-paver], .panorama {
    height: 50vh;
    min-height: 300px;
    max-height: 600px;
    position: relative;
    left: -3rem;
    width: calc(100% + 6rem);
  }
  /* Responsive tables */
  table, thead, tbody, th, td, tr {
    display: block;
  }
  table {
    font-size: 1rem;
    left: 0;
    line-height: 1.5rem;
    width: 100%;
  }
  table td, table th {
    border: none;
    position: relative;
    padding-left: 35%;
  }
  table td::before, table th::before {
    padding: 0 .5rem;
    position: absolute;
    left: 0;
    width: 35%;
    white-space: nowrap;
  }
  table thead {
    display: none;
  }
  table thead td {
    border: none;
  }
  table tbody tr {
    background-color: transparent !important;
    margin-bottom: 1rem;
  }
  table tbody tr th {
    background-color: #ddd;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
  table tbody tr td {
    background-color: rgba(221, 221, 221, 0.5);
    border-bottom: 1px solid #fff;
  }
  table tbody tr td:last-child {
    border: none;
  }
  table tbody tr:target th {
    background-color: #8BA3B0;
  }
  table tbody tr:target td {
    background-color: rgba(139, 163, 176, 0.5);
  }
  #configuration-options__table tbody th::before {
    content: 'Option';
  }
  #configuration-options__table tbody td:nth-of-type(1)::before {
    content: 'HTML5';
  }
  #configuration-options__table tbody td:nth-of-type(2)::before {
    content: 'Type';
  }
  #configuration-options__table tbody td:nth-of-type(3)::before {
    content: 'Default';
  }
  #configuration-options__table tbody td:nth-of-type(4)::before {
    content: 'Description';
  }
  #custom-triggers__table tbody th::before {
    content: 'Function';
  }
  #custom-triggers__table tbody td:nth-of-type(1)::before {
    content: 'Arguments';
  }
  #custom-triggers__table tbody td:nth-of-type(2)::before {
    content: 'Description';
  }
  #custom-events-global__table tbody th::before,
  #custom-events-scoped__table tbody th::before {
    content: 'Event';
  }
  #custom-events-global__table tbody td:nth-of-type(1)::before,
  #custom-events-scoped__table tbody td:nth-of-type(1)::before {
    content: 'Conditional';
  }
  #custom-events-global__table tbody td:nth-of-type(2)::before,
  #custom-events-scoped__table tbody td:nth-of-type(2)::before {
    content: 'Description';
  }
}

@media only screen and (max-width: 579px) {
  header > nav ul {
    display: block;
  }
  header > nav ul li:first-child {
    display: none;
  }
  header > nav ul li.active a {
    background-color: rgba(255, 255, 255, 0.75);
  }
  /* Smoothing Functions */
  #smoothing-functions__list li > div.graph div.graph-plot svg {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=style.min.css.map */