/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! 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;
  font: 16px/30px PTSansRegular,Arial,Helvetica,sans-serif;
}

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;
}

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

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  /* font-size: 2em; */
  margin: .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: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre, textarea {
  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[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 silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend, td, th {
  padding: 0;
}

legend {
  border: 0;
}

blockquote p {
  /* font-size: 2em; */
  font-weight: bold;
  margin: 50px 0;
}

.hidden, [hidden] {
  display: none !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}

.opera-only :-o-prefocus, .pure-g {
  word-spacing: -.43em;
}

.opera-only :-o-prefocus, .pure-button-group {
  word-spacing: -.43em;
}


@media only screen and (max-width: 480px) {


}

/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.4
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}

[dir=rtl] .metismenu .arrow {
  float: left;
}

.metismenu .glyphicon.arrow:before {
  content: "\e079";
}

.metismenu .mm-active > a > .glyphicon.arrow:before {
  content: "\e114";
}

.metismenu .fa.arrow:before {
  content: "\f104";
}

.metismenu .mm-active > a > .fa.arrow:before {
  content: "\f107";
}

.metismenu .ion.arrow:before {
  content: "\f3d2";
}

.metismenu .mm-active > a > .ion.arrow:before {
  content: "\f3d0";
}

.metismenu .plus-times {
  float: right;
}

[dir=rtl] .metismenu .plus-times {
  float: left;
}

.metismenu .fa.plus-times:before {
  content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-times {
  transform: rotate(45deg);
}

.metismenu .plus-minus {
  float: right;
}

[dir=rtl] .metismenu .plus-minus {
  float: left;
}

.metismenu .fa.plus-minus:before {
  content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-minus:before {
  content: "\f068";
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height,visibility;
}

.metismenu .has-arrow {
  position: relative;
}

.metismenu .has-arrow:after {
  position: absolute;
  content: "";
  width: .5em;
  height: .5em;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: initial;
  right: 1em;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  top: 50%;
  transition: all .3s ease-out;
}

[dir=rtl] .metismenu .has-arrow:after {
  right: auto;
  left: 1em;
  transform: rotate(135deg) translateY(-50%);
}

.metismenu .has-arrow[aria-expanded=true]:after, .metismenu .mm-active > .has-arrow:after {
  transform: rotate(-135deg) translateY(-50%);
}

[dir=rtl] .metismenu .has-arrow[aria-expanded=true]:after, [dir=rtl] .metismenu .mm-active > .has-arrow:after {
  transform: rotate(225deg) translateY(-50%);
}

/*# sourceMappingURL=metisMenu.min.css.map */
.sidebar-nav a,
.sidebar-nav li,
.sidebar-nav ul {
  /*font-size: 16px;*/
}

@media screen and (min-width: 320px) {
  .sidebar-nav a,
  .sidebar-nav li,
  .sidebar-nav ul {
    /*font-size: calc(16px + 2 * ((100vw - 320px) / 880));*/
  }
}

@media screen and (min-width: 1200px) {
  .sidebar-nav a,
  .sidebar-nav li,
  .sidebar-nav ul {
    /*font-size: 20px;*/
    font-weight: 400;
  }
}

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}

.sidebar-nav .metismenu li {
  display: flex;
  flex-direction: column;
  position: relative;
}

.sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 7px 55px;
  color: #424242;
  outline-width: 0;
  transition: all 0.2s ease-out;
}

.sidebar-nav .metismenu ul > li {
  padding-left: 2px;
  border-left: 4px solid #455a6456;
  background: rgba(185, 185, 185, 0.05);
}

.sidebar-nav .metismenu ul ul {
  background: rgba(219, 219, 219, 0);
}

.sidebar-nav .metismenu a:hover, .sidebar-nav .metismenu a:focus, .sidebar-nav .metismenu a:active {
  color: #e2e2e2;
  text-decoration: none;
  background: #455a6456;
}

.sidebar-nav .metismenu a[aria-expanded="true"] {
  background-color: #455a6456;
}

.sidebar-nav .metismenu .active-page {
  font-weight: 400;
  color: #e2e2e2;
}

.sidebar-brand {
  display: flex;
  color: #e2e2e2;
  height: auto;
  padding: 15px 0;
  line-height: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sidebar-brand:hover {
  color: #c9c8c8;
}

.main-nav {
  display: none;
  background: #92a474;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 320px;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-open .slideout-menu {
  display: block;
}

.slideout-menu-left {
  left: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  height: 100%;
  /* A background-color is required */
  background-color: whitesmoke;
  min-height: 100vh;
  color: #1f1f1f;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  position: absolute;
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
     * 3DX
     */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
     * 3DX Reverse
     */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
     * 3DY
     */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
     * 3DY Reverse
     */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
     * 3DXY
     */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
     * 3DXY Reverse
     */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
     * Spin
     */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  margin: 35px 0px 10px 0px;
  position: relative;
  font-weight: 400;
}

h1 {
  /*font-size: 35px;*/
}

@media screen and (min-width: 320px) {
  h1 {
    /*font-size: calc(35px + 5 * ((100vw - 320px) / 880));*/
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    /*font-size: 40px;*/
  }
}

.default-header {
  line-height: 0.8;
  padding: 0px 25px 10px 0px;
  border-bottom: 5px solid #1f1f1f;
}

h2 {
  margin: 30px 0px 10px 0px;
  position: relative;
}

h2 {
  /*font-size: 20px;*/
}

@media screen and (min-width: 320px) {
  h2 {
    /*font-size: calc(20px + 12 * ((100vw - 320px) / 880));*/
  }
}

@media screen and (min-width: 1200px) {
  h2 {
    /*font-size: 32px;*/
  }
}

h3 {
  margin: 25px 0px 10px 0px;
  position: relative;
}

h3 {
  /*font-size: 19px;*/
}

@media screen and (min-width: 320px) {
  h3 {
    /*font-size: calc(19px + 9 * ((100vw - 320px) / 880));*/
  }
}

@media screen and (min-width: 1200px) {
  h3 {
    /*font-size: 28px;*/
  }
}

h4 {
  margin: 20px 0px 10px 0px;
  position: relative;
}

h4 {
  /*font-size: 18px;*/
}

@media screen and (min-width: 320px) {
  h4 {
    /*font-size: calc(18px + 6 * ((100vw - 320px) / 880));*/
  }
}

@media screen and (min-width: 1200px) {
  h4 {
    /*font-size: 24px;*/
  }
}

h5 {
  margin: 15px 0px 10px 0px;
  position: relative;
}

h5 {
  /*font-size: 17px;*/
}

@media screen and (min-width: 320px) {
  h5 {
    /*font-size: calc(17px + 3 * ((100vw - 320px) / 880));*/
  }
}

@media screen and (min-width: 1200px) {
  h5 {
    /*font-size: 20px;*/
  }
}

h6 {
  margin: 10px 0px 8px 0px;
  position: relative;
}

h6 {
  /*font-size: 16px;*/
}

@media screen and (min-width: 320px) {
  h6 {
    /*font-size: calc(16px + 0 * ((100vw - 320px) / 880));*/
  }
}

@media screen and (min-width: 1200px) {
  h6 {
    /*font-size: 16px;*/
  }
}

p,
li,
ul,
code {
  /*font-size: 16px;*/
}

@media screen and (min-width: 320px) {
  p,
  li,
  ul,
  code {
    /*font-size: calc(16px + 9 * ((100vw - 320px) / 880));*/
  }
}

@media screen and (min-width: 1200px) {
  p,
  li,
  ul,
  code {
    /*font-size: 25px;*/
  }
}

p,
li,
ul {
  font-weight: 300;
}

strong {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #2579c7;
  transition: all 0.1s ease-in;
}

a {
  /*font-size: 16px;*/
}

@media screen and (min-width: 320px) {
  a {
    /*font-size: calc(16px + 9 * ((100vw - 320px) / 880));*/
  }
}

@media screen and (min-width: 1200px) {
  a {
    /*font-size: 25px;*/
  }
}

a:hover {
  color: #195286;
}

html,
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  word-break: break-word;
  background-color: #1f1f1f;
}

.webkitNoSelect {
  -webkit-tap-highlight-color: transparent;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6f6e6e;
}

.flex-container {
  display: flex;
  margin: 40px 0;
}

.header {
  height: 230px;
  background-color: #000000;
  background-image: url('header-default.svg');
  background-repeat: no-repeat;
  background-position: right;
}
@media only screen and (max-width: 870px) {
  .header {
    background-position: left;
  }
}

.header-hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.lang-switch {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 7px;
}
.lang-switch span {
  font-size: 0.8em;
}
.lang-switch a {
  display: inline-block;
  margin: 0 3px;
}

.page-title {
  margin-bottom: 0px;
  margin-top: 35px;
}

.page-title {
  /*font-size: 25px;*/
  font-weight: bold;
}

@media screen and (min-width: 320px) {
  .page-title {
    /*font-size: calc(25px + 35 * ((100vw - 320px) / 880));*/
  }
}

@media screen and (min-width: 1200px) {
  .page-title {
    /*font-size: 40px;*/
    font-weight: bold;
    margin-top: 45px;
  }
}

.content {
  margin: 0 auto;
  padding: 0 1em;
  max-width: 80%;
  word-wrap: break-word;
  overflow: hidden;
}

.content img, .content div {
  max-width: 100%;
}

.content-container {
  display: flex;
  justify-content: space-around;
  /* font-family: "Open Sans"; */
  /* font-weight: 400; */
  /* letter-spacing: 0px; */
  /* font-style: normal; */
  /* /*font-size: 16px;*/ */
  line-height: 30px;
  margin-top: 30px;
}
.content-text {
  flex: 1;
  margin-right: 30px;
}
.content-images {
  max-width: 400px;
  flex-shrink: 0;
  margin-left: 100px;
}
.content-images img {
  display: block;
  max-width: 400px;
  margin: 10px;
}
.content-images:empty {
  display: none;
  margin-left: 0px;
}
@media only screen and (max-width: 1000px) {
  .content-container {
    flex-wrap: wrap;
  }
  .content-text {
    flex: 1 1 100%;
    margin-right: 0;
  }
  .content-images {
    flex: 1 1 100%;
    margin-left: 0;
  }
  .content-images img {
    max-width: 100%;
    margin: 10px 0;
  }
}

.toc-page > ol {
  padding-left: 0;
}

.toc-page ol {
  counter-reset: item;
  font-weight: 500;
}

@media only screen and (max-width: 800px) {
  .toc-page ol {
    padding-left: 15px;
  }
}

.toc-page ol ol {
  font-weight: 300;
}

.toc-page ol ol ol {
  /*font-size: 90%;*/
}

.toc-page li {
  display: block;
}

.toc-page li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

@media screen and (max-height: 720px) {
  .flex-container {
    margin: 10px 0;
  }
  .sidebar-brand {
    padding: 0;
  }
  .sidebar-nav .metismenu a {
    padding: 3px 55px;
  }
}
