/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: Lora, serif;
  color: #222; }

a {
  color: #3c9236; }
  a:hover {
    color: #347f2f; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 95%;
    padding: 0; } }
@media (min-width: 550px) {
  .container {
    width: 95%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.6666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%; } }
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #3c9236;
  border-color: #3c9236; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #3c9236;
  border-color: #3c9236; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #3c9236;
  border-color: #3c9236; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #3c9236;
  border-color: #3c9236; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #3c9236;
  border-color: #3c9236; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #3c9236;
  border-color: #3c9236; }
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #3c9236;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #3c9236;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

a {
  text-decoration: none;
  transition: color 0.2s, background 0.2s, border-color 0.2s; }
  a:visited {
    color: #3c9236; }
  a:hover {
    text-decoration: underline;
    color: #076b3c; }

.button,
button {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Alegreya Sans SC", sans-serif;
  padding: 0 2rem;
  text-transform: none;
  transition: color 0.2s, background 0.2s, border-color 0.2s; }
  .button:hover,
  button:hover {
    text-decoration: none; }

input[type="submit"], input[type="reset"], input[type="button"] {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Alegreya Sans SC", sans-serif;
  padding: 0 2rem;
  text-transform: none;
  transition: color 0.2s, background 0.2s, border-color 0.2s; }
  input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    text-decoration: none; }

.button.button-primary,
button.button-primary {
  background-color: #076b3c;
  border-color: #076b3c; }
  .button.button-primary:hover, .button.button-primary:focus,
  button.button-primary:hover,
  button.button-primary:focus {
    color: #076b3c;
    background-color: #fff;
    border-color: #076b3c; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  background-color: #076b3c;
  border-color: #076b3c; }
  input[type="submit"].button-primary:hover, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:hover, input[type="reset"].button-primary:focus, input[type="button"].button-primary:hover, input[type="button"].button-primary:focus {
    color: #076b3c;
    background-color: #fff;
    border-color: #076b3c; }

.button.button-large,
button.button-large {
  height: 5.6rem;
  padding: 0 5rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 5.6rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Alegreya Sans SC", sans-serif;
  color: #076b3c;
  margin-top: 15px;
  margin-bottom: 7px;
  font-weight: 700;
  letter-spacing: 1px; }

h1 {
  text-align: center; }

h1.large {
  font-size: 5.0rem; }

h2, h3 {
  font-weight: 500; }

h4 {
  margin-top: 0; }

h1 {
  font-size: 4.0rem; }

h2 {
  font-size: 3.0rem; }

h3 {
  font-size: 2.4rem; }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1.5rem; }

h6 {
  font-size: 1.2rem; }

.byline {
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.25;
  color: #999;
  text-align: center; }

.byline-large {
  color: #3c9236;
  font-size: 3.0rem;
  font-family: "Alegreya Sans SC", sans-serif; }

p.lead {
  font-size: 1.8rem; }

p.lead.gray {
  color: #999; }

ul {
  font-size: 1.4rem;
  margin-top: 0; }

html {
  min-height: 100%; }

body {
  padding: 20px 0; }

p {
  text-align: justify; }

figure {
  margin: 1em 0; }

.text-right {
  text-align: right; }

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

/* Anchor */
a.anchor {
  position: relative;
  top: -50px;
  display: block; }

a.anchor.anchor-small {
  top: 0; }

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 50px 0 50px 0;
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  border: 0; }

hr.soften-light {
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); }

.list-group {
  list-style: none;
  font-size: 1.4rem; }
  .list-group .list-group-item {
    padding: 5px 10px; }

.well-custom {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px; }

.nav-tabs {
  padding-left: 19px;
  border-bottom: 0;
  font-weight: 700; }

.project {
  display: block;
  margin: 0 auto;
  width: 100%; }

img.project {
  max-width: 400px;
  max-height: 200px; }

img.inline-image {
  max-width: 100%; }

.img-circle {
  border-radius: 50%; }

.navbar-link.hamburger {
  font-size: 2rem;
  font-weight: 400;
  margin: 0; }

/* Blog
-------------------------------------------------- */
.featured-post,
.categories-links,
.entry-date,
.tano-comment,
.tags-links {
  margin-right: 10px; }

.ion-share {
  margin-right: 5px; }

.thumbnail .caption {
  padding: 9px 9px 5px 9px; }

.pager-small {
  margin: 5px 0; }

.sidebar-offcanvas .logo.vlc-qt {
  background: url(/assets/icons/vlc-qt-cd90fe79658828e300f157afb0be70f64f70a7b88452eef0a8c3d5c972005cf6.png) no-repeat center; }

.nav-pills .nav-link.active {
  background-color: #076b3c; }
  .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
    background-color: #076b3c; }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .sidebar-offcanvas .logo.vlc-qt {
    background-image: url(/assets/icons/vlc-qt@2x-5eff67d3da1961bbe64e3efa721b137a91da65b0b9255a5191e69ff936620256.png);
    background-size: 128px 128px; } }
@media (max-width: 749px) {
  body {
    padding-top: 5rem; } }
@media (min-width: 750px) {
  #mobile-nav {
    display: none; }

  .modal-dialog {
    width: 80%; }

  .thumb-right {
    float: right;
    margin-left: 10px; }

  .thumb-left {
    float: left;
    margin-right: 10px; }

  .thumb-right,
  .thumb-left {
    max-width: 300px;
    margin-bottom: 0; }

  .footer-mobile {
    display: none; } }
/* Sidebar */
.sidebar-offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  padding: 20px;
  background: #076b3c; }

.sidebar-offcanvas .logo {
  display: block;
  margin: 0 auto;
  width: 128px;
  height: 128px; }

.sidebar-offcanvas .icons {
  text-align: center; }
  .sidebar-offcanvas .icons a {
    color: #fff; }
  .sidebar-offcanvas .icons a:hover {
    color: #F0FDE4;
    text-decoration: none; }

.sidebar-offcanvas .avatar {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background: url(//www.gravatar.com/avatar/8238d81dc3d8c189aca02b570b32bb08.jpg?s=150) no-repeat center;
  background-size: 150px 150px; }

.sidebar-offcanvas h1 {
  color: #F0FDE4; }

.nav-sidebar {
  margin: 20px; }

.nav-sidebar .nav {
  list-style: none; }

.nav-sidebar .nav > li {
  margin-bottom: 0; }

.nav-sidebar .nav-item + .nav-item {
  margin-top: 0; }

/* all links */
.nav-sidebar .nav > li > a {
  display: block;
  color: #fff;
  border-left: 2px solid #076b3c;
  padding: 4px 15px;
  font-size: 2.2rem;
  font-family: "Alegreya Sans SC", sans-serif;
  letter-spacing: 1px;
  transition: color 0.2s, background 0.2s, border-color 0.2s; }

/* nested links */
.nav-sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 18px; }

/* active & hover links */
.nav-sidebar .nav > li > a.active,
.nav-sidebar .nav > li > a:hover,
.nav-sidebar .nav > li > a:focus {
  color: #F0FDE4;
  border-left-color: #F0FDE4;
  text-decoration: none;
  background-color: transparent; }

/* all active links */
.nav-sidebar .nav > li > .active,
.nav-sidebar .nav > li > .active:hover,
.nav-sidebar .nav > li > .active:focus {
  font-weight: 700; }

/* nested active links */
.nav-sidebar .nav .nav > li > .active,
.nav-sidebar .nav .nav > li > .active:hover,
.nav-sidebar .nav .nav > li > .active:focus {
  font-weight: 500; }

/* hide inactive nested list */
.nav-sidebar .nav ul.nav {
  display: none; }

/* show active nested list */
.nav-sidebar .nav .active + ul.nav {
  display: block; }

.nav-sidebar .nav-extra {
  margin-top: 20px; }

.sidebar-offcanvas .footer {
  font-size: 1.4rem;
  color: #e1e1e1;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0; }

/* RESPONSIVE */
@media (min-width: 750px) {
  .offcanvas-right {
    padding-right: 240px; }

  .sidebar-offcanvas .icons {
    font-size: 2.8rem; } }
@media (min-width: 1000px) {
  .sidebar-offcanvas {
    width: 280px; }

  .offcanvas-right {
    padding-right: 320px; }

  .sidebar-offcanvas .icons {
    font-size: 3.2rem; }

  .sidebar-offcanvas .avatar {
    width: 200px;
    height: 200px;
    background: url(//www.gravatar.com/avatar/8238d81dc3d8c189aca02b570b32bb08.jpg?s=200) no-repeat center;
    background-size: 200px 200px; } }
/* collapsed sidebar styles */
@media (max-width: 749px) {
  .offcanvas {
    position: relative; }

  .offcanvas-right {
    right: 0;
    transition: right 0.3s; }

  .offcanvas-right + .sidebar-offcanvas {
    right: -240px; }
    .offcanvas-right + .sidebar-offcanvas.anim {
      transition: right 0.3s; }

  .offcanvas-left {
    left: 0;
    transition: left 0.3s; }

  .offcanvas-left + .sidebar-offcanvas {
    left: -240px; }
    .offcanvas-left + .sidebar-offcanvas.anim {
      transition: left 0.3s; }

  .offcanvas-right.active {
    right: 240px; }

  .offcanvas-right.active + .sidebar-offcanvas {
    right: 0; }

  .offcanvas-left.active {
    left: 240px; }

  .offcanvas-left.active + .sidebar-offcanvas {
    left: 0; }

  .sidebar-offcanvas {
    position: fixed;
    top: 0;
    padding-top: 6rem;
    overflow: scroll; }

  .sidebar-offcanvas h1 {
    display: none; }

  .sidebar-offcanvas .icons {
    margin-top: 10px;
    font-size: 2.4rem; }

  .nav-sidebar {
    margin-top: 10px;
    margin-bottom: 10px; }

  .nav-sidebar .nav > li > a {
    font-size: 1.8rem; }

  .nav-sidebar .nav .nav > li > a {
    font-size: 1.6rem; }

  .nav-sidebar .nav-extra {
    margin-top: 10px; }

  .sidebar-offcanvas .footer {
    display: none; } }
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .sidebar-offcanvas .avatar {
    background-image: url(//www.gravatar.com/avatar/8238d81dc3d8c189aca02b570b32bb08.jpg?s=400); } }
.navbar + .docs-section {
  border-top-width: 0; }

.navbar,
.navbar-spacer {
  display: block;
  width: 100%;
  height: 4rem;
  background: #fff;
  z-index: 99;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.navbar-spacer {
  display: none; }

.navbar-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .navbar-list li {
    margin-left: 0; }
  .navbar-list:first-child .navbar-link {
    margin-left: 0; }

.navbar-item {
  position: relative;
  float: left;
  margin-bottom: 0; }

.navbar-list-right .navbar-item {
  float: right; }

.navbar-link {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .2rem;
  margin: 0 1.8rem;
  text-decoration: none;
  line-height: 4rem;
  color: #222; }
  .navbar-link:hover {
    text-decoration: none; }

.navbar-link.active {
  color: #33C3F0; }

.navbar-dark {
  background: #076b3c;
  border-top: 0;
  border-bottom: 0; }
  .navbar-dark .navbar-link {
    color: #fff; }
    .navbar-dark .navbar-link:hover {
      text-decoration: none;
      color: #F0FDE4; }
  .navbar-dark .navbar-link.active {
    color: #33C3F0; }

.has-docked-nav .navbar {
  position: fixed;
  top: 0;
  left: 0; }

.popover.open {
  display: block; }

.popover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  top: 92%;
  left: -50%; }

.popover-item:first-child .popover-link:after,
.popover-item:first-child .popover-link:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.popover-item:first-child .popover-link:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; }

.popover-item:first-child .popover-link:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #eee;
  border-width: 11px;
  margin-left: -11px; }

.popover-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.popover-item {
  padding: 0;
  margin: 0;
  white-space: nowrap; }

.popover-link {
  position: relative;
  color: #222;
  display: block;
  padding: 8px 20px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: .1rem; }
  .popover-link:hover {
    color: #fff;
    background: #076b3c;
    text-decoration: none; }

.popover-item:first-child .popover-link {
  border-radius: 4px 4px 0 0; }

.popover-item:last-child .popover-link {
  border-radius: 0 0 4px 4px;
  border-bottom-width: 0; }

.popover-link:hover,
.popover-item:first-child .popover-link:hover:after {
  border-bottom-color: #076b3c; }

#cookie_message {
  display: none;
  position: fixed;
  bottom: 4rem;
  left: 0;
  width: 100%;
  height: 6rem;
  line-height: 3.2rem;
  background: #fff;
  z-index: 200;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  #cookie_message .info {
    text-transform: uppercase;
    font-weight: 600; }
  #cookie_message .buttons {
    line-height: 3.8rem; }
    #cookie_message .buttons .button {
      margin-bottom: 0; }

@media (max-width: 549px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0; }

  #cookie_message {
    text-align: center; }
    #cookie_message .buttons {
      text-align: center; } }
@media (min-width: 550px) {
  body.landing {
    margin-top: 0; }

  .landing.has-docked-nav .navbar-spacer {
    display: block; }

  #cookie_message {
    height: 4rem;
    line-height: 4rem; }
    #cookie_message .info {
      width: 44%; }
    #cookie_message .buttons {
      width: 52%; }
      #cookie_message .buttons .button {
        margin: 0.1rem 0; } }
.jumbo {
  color: #076b3c;
  text-align: center;
  font-family: 'Alegreya Sans', sans-serif;
  margin-bottom: 40px; }

.jumbo ul {
  font-size: 2.2rem; }

.jumbo h1 {
  text-transform: none; }

.jumbo img {
  display: block;
  float: none;
  margin: 0 auto 20px;
  max-width: 80%; }

.jumbo p a,
.jumbo .links a {
  font-weight: 500; }

/* Textual links */
.jumbo .links {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.jumbo .links li {
  display: inline; }

.jumbo .links li + li {
  margin-left: 20px; }

@media (min-width: 1000px) {
  .jumbo img {
    max-width: 700px; } }
.error {
  min-height: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  background: #076b3c; }
  .error .container {
    min-height: 100%;
    text-align: center;
    padding-top: 10rem; }
    .error .container h1 {
      font-size: 10rem;
      color: #fff; }
    .error .container h2 {
      font-size: 5rem;
      font-weight: 700;
      text-transform: none;
      color: #fff; }
    .error .container p {
      font-size: 2.4rem;
      color: #fff;
      text-align: center; }
    .error .container footer {
      margin-top: -3rem; }
      .error .container footer p {
        font-size: 1.5rem; }
    .error .container .button.button-primary,
    .error .container button.button-primary {
      border-color: #fff;
      margin: 20px 0; }

.github-corner:hover .octo-arm {
  -webkit-animation: octocat-wave 1120ms ease-in-out;
          animation: octocat-wave 1120ms ease-in-out; }

.github-corner-svg {
  fill: #076b3c;
  color: #fff;
  position: fixed;
  top: 0;
  border: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  z-index: 1000; }

@-webkit-keyframes octocat-wave {
  0%,
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  20%,
  60% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  40%,
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }

@keyframes octocat-wave {
  0%,
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  20%,
  60% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  40%,
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }
@media (max-width: 749px) {
  .github-corner-svg {
    top: 4rem; }

  .github-corner:hover .octo-arm {
    -webkit-animation: none;
            animation: none; }

  .github-corner .octo-arm {
    -webkit-animation: octocat-wave 1120ms ease-in-out;
            animation: octocat-wave 1120ms ease-in-out; } }
body.doxygen {
  font-family: Lora, serif;
  font-size: 15px;
  line-height: 1.6; }

.doxygen {
  /* @end */
  /* Search */ }
  .doxygen table,
  .doxygen div,
  .doxygen p,
  .doxygen dl {
    font-family: Lora, serif;
    font-size: 15px;
    line-height: 1.6; }
  .doxygen h2.groupheader {
    border-bottom: 1px solid #3c9236;
    color: #076b3c;
    font-size: 150%;
    font-weight: 500; }
  .doxygen h3.groupheader {
    font-size: 100%;
    font-weight: 500; }
  .doxygen .title {
    text-align: center;
    font-size: 4rem;
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 500;
    clear: both;
    color: #076b3c; }
  .doxygen div.ingroups {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.25;
    color: #999;
    text-align: center;
    width: auto; }
  .doxygen span.legend {
    font-size: 70%; }
  .doxygen h3.version {
    font-size: 90%; }
  .doxygen td.tiny {
    font-size: 75%; }
  .doxygen div.summary {
    font-size: 9pt; }
  .doxygen #powerTip {
    font-size: smaller; }
  .doxygen div.qindex,
  .doxygen div.navtab {
    background-color: #ebf6ef;
    border: 1px solid #abc9b2;
    text-align: center; }
  .doxygen .contents a:visited {
    color: #3c9236; }
  .doxygen .contents a.qindexHL:visited {
    color: #ffffff; }
  .doxygen a.code,
  .doxygen a.code:visited,
  .doxygen a.line,
  .doxygen a.line:visited {
    color: #3c9236; }
  .doxygen a.codeRef,
  .doxygen a.codeRef:visited,
  .doxygen a.lineRef,
  .doxygen a.lineRef:visited {
    color: #3c9236; }
  .doxygen div.line {
    font-size: 13px; }
  .doxygen pre.fragment {
    border: 1px solid #d0e3cc;
    background-color: #fcfcfc;
    font-size: 9pt;
    font-size: 105%; }
  .doxygen div.fragment {
    background-color: #fcfcfc;
    border: 1px solid #d0e3cc; }
  .doxygen body {
    background-color: white;
    color: #222;
    margin: 0; }
  .doxygen td.indexkey {
    background-color: #ebf6ef;
    font-weight: bold;
    border: 1px solid #d0e3cc; }
  .doxygen td.indexvalue {
    background-color: #ebf6ef;
    border: 1px solid #d0e3cc; }
  .doxygen tr.memlist {
    background-color: #ebf6ef; }
  .doxygen blockquote {
    background-color: #fcfcfc;
    border-left: 2px solid #abc9b2; }
  .doxygen .dirtab {
    border: 1px solid #abc9b2; }
  .doxygen th.dirtab {
    background: #ebf6ef; }
  .doxygen hr {
    border-top: 1px solid #076b3c; }
  .doxygen .params .paramname {
    padding-right: 5px; }
  .doxygen .mlabels-right {
    vertical-align: middle; }
  .doxygen .mdescLeft,
  .doxygen .mdescRight,
  .doxygen .memItemLeft,
  .doxygen .memItemRight,
  .doxygen .memTemplItemLeft,
  .doxygen .memTemplItemRight,
  .doxygen .memTemplParams {
    background-color: #fcfcfc; }
  .doxygen .memSeparator {
    border-bottom: 1px solid #d0e3cc; }
  .doxygen .memTemplParams,
  .doxygen .memtemplate {
    color: #076b3c;
    font-size: 80%; }
  .doxygen .memnav {
    background-color: #ebf6ef;
    border: 1px solid #abc9b2; }
  .doxygen .memproto,
  .doxygen dl.reflist dt {
    border-top: 1px solid #abc9b2;
    border-left: 1px solid #abc9b2;
    border-right: 1px solid #abc9b2;
    color: #076b3c;
    background-image: initial;
    background-color: #ebf6ef; }
  .doxygen .memdoc,
  .doxygen dl.reflist dd {
    border-bottom: 1px solid #abc9b2;
    border-left: 1px solid #abc9b2;
    border-right: 1px solid #abc9b2;
    background-color: #f7f7f7;
    background-image: url(nav_g.png);
    background-color: #FFFFFF; }
  .doxygen span.mlabel {
    background-color: #076b3c;
    border-top: 1px solid #076b3c;
    border-left: 1px solid #076b3c;
    border-right: 1px solid #076b3c;
    border-bottom: 1px solid #076b3c;
    color: white;
    font-size: 8pt; }
  .doxygen div.directory {
    border-top: 1px solid #8dbe92;
    border-bottom: 1px solid #8dbe92; }
  .doxygen .directory tr.even {
    background-color: #f7f7f7; }
  .doxygen table.directory {
    font: 400 14px Lora, serif; }
  .doxygen .directory .levels {
    font-size: 8pt; }
  .doxygen .tabsearch {
    top: 0;
    left: 10px;
    height: 36px;
    background-image: url(tab_b.png);
    z-index: 101;
    overflow: hidden;
    font-size: 13px; }
  .doxygen div.header {
    background-image: initial;
    background-color: white;
    border-bottom: 0; }
  .doxygen .arrow {
    color: #8dbe92;
    font-size: 80%; }
  .doxygen .icon {
    font-size: 12px;
    background-color: #076b3c; }
  .doxygen table.fieldtable {
    border: 1px solid #abc9b2; }
  .doxygen .fieldtable td.fieldtype,
  .doxygen .fieldtable td.fieldname {
    border-right: 1px solid #abc9b2;
    border-bottom: 1px solid #abc9b2; }
  .doxygen .fieldtable td.fielddoc {
    border-bottom: 1px solid #abc9b2; }
  .doxygen .fieldtable th {
    background-image: initial;
    background-color: #ebf6ef;
    font-size: 90%;
    color: #076b3c;
    border-bottom: 1px solid #abc9b2; }
  .doxygen #titlearea {
    border-bottom: 1px solid #8dbe92; }
  .doxygen div.zoom {
    border: 1px solid #8dbe92; }
  .doxygen dl.citelist dt {
    color: #076b3c; }
  .doxygen .navbar-list-right {
    padding-top: 10px; }
  .doxygen .sidebar-offcanvas .logo.vlc-qt {
    background-image: url("vlc-qt.png"); }
  .doxygen #MSearchBox {
    right: initial; }
  .doxygen #MSearchField {
    border-radius: 0; }
  .doxygen #MSearchSelectWindow {
    border: 1px solid #8dbe92;
    background-color: #ebf6ef; }
  .doxygen .SelectItem {
    font: 8pt Lora, serif; }
  .doxygen a.SelectItem:hover {
    background-color: #076b3c; }
  .doxygen #MSearchResultsWindow {
    background-color: #ebf6ef; }
  .doxygen .SRSymbol,
  .doxygen a.SRScope {
    color: #3c9236;
    font-family: Lora, serif; }
  .doxygen a.SRSymbol:hover,
  .doxygen a.SRScope:hover {
    color: #076b3c; }
  .doxygen .searchresult {
    background-color: #ebf6ef; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .doxygen .sidebar-offcanvas .logo.vlc-qt {
    background-image: url("vlc-qt@2x.png"); } }
