/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover, a:focus {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*setup*/
*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

/*style*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #4d4e53;
  font-size: 16px;
  line-height: 1.55em;
  cursor: default;
  background: #fefefe;
  text-rendering: optimizeSpeed;
  overflow-y: scroll; }

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-tap-highlight-color: rgba(255, 255, 255, 0);
  tap-highlight-color: rgba(255, 255, 255, 0); }

*:focus {
  outline: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.center {
  text-align: center; }

.link {
  position: relative;
  display: inline-block; }

.link:before {
  content: '\e62c';
  font-family: 'icomoon';
  position: absolute;
  right: -22px;
  top: 1px;
  font-size: 18px;
  -webkit-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
  -moz-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
  -o-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
  transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
  -moz-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
  -o-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
  transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
  /* custom */ }

.link:hover:before {
  right: -26px; }

.bg-color-main {
  background: #ff855a;
  color: #fff; }

.bg-color-darker-main {
  background: #ff7241;
  color: #fff; }

.bg-color-dark {
  background: #303030;
  color: #fff; }

.bg-color-light {
  background: #f6f6f6; }

.bg-color-light-02 {
  background: #ebeef2; }

.bg-color-white {
  background: #fff; }

.bg-color-main a, .bg-color-dark a {
  color: #fff; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.03); }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.08); }

blue, white, red, green, .btn, .button {
  display: inline-block; }
  blue a, white a, red a, green a, .btn a, .button a {
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding: 8px 16px;
    border-radius: 2px;
    color: #fff;
    background: #ff855a;
    text-decoration: none;
    -webkit-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
    -moz-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
    -o-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
    transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
    -moz-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
    -o-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
    transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
    /* custom */
    overflow: hidden;
    border: none; }
  blue a:hover, white a:hover, red a:hover, green a:hover, .btn a:hover, .button a:hover {
    background: #ff7241;
    text-decoration: none !important; }

white a, .btn.white a, .button.white a {
  color: #ff855a;
  background: #fafafa; }
white a:hover, .btn.white a:hover, .button.white a:hover {
  background: #f2f2f2; }

white img {
  margin-bottom: -10px; }

red a, .btn.red a, .button.red a {
  color: #fff;
  background: #ff6458; }
red a:hover, .btn.red a:hover, .button.red a:hover {
  background: #ff4c3f; }

green a, .btn.green a, .button.green a {
  color: #fff;
  background: #2fc28c; }
green a:hover, .btn.green a:hover, .button.green a:hover {
  background: #2aad7d; }

.button-center {
  margin: 60px 0px;
  width: 100%;
  text-align: center; }

.site-wrapper {
  overflow-x: hidden; }

.inputLook {
  height: 40px;
  width: 280px;
  background-color: #343c3e;
  border-color: #3b4448;
  color: white;
  padding-bottom: 3px;
  border: 0;
  border-radius: 2px;
  margin-left: 5%; }

#local-search-input {
  background-image: url(../icon/search.svg);
  background-repeat: no-repeat;
  background-position: 9px 10px;
  background-size: 8%;
  padding-left: 45px; }

::placeholder {
  color: #8f8e8e; }

::-webkit-scrollbar {
  display: none; }

.input_position {
  display: inline;
  margin: 12px auto auto 20px; }

.input-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin: auto; }

.wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  margin: auto; }

.wrapper-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #3b4448;
  height: 60px; }

.content-inner {
  min-height: 75vh;
  margin-top: 10px; }

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

.content-inner img.center {
  display: block;
  margin: 0 auto; }

.search-result-list {
  color: gray;
  background-color: white;
  width: 280px;
  max-height: 276px;
  overflow: auto;
  border-style: solid;
  border-width: 0 .5px .5px .5px;
  border-color: #d3d3d3;
  box-shadow: 1px 2px 3px #ddd;
  margin-left: 5%; }

#local-search-result {
  height: 100%; }

li.selected {
  background: #e0e0e0; }

.li-style {
  border-style: solid;
  border-width: 0.5px 0 0 0;
  border-color: #d3d3d3;
  padding: 5px;
  list-style: none;
  margin: 0;
  padding-left: 10px; }

.search-result-title b {
  font-weight: 600;
  color: #4d4e53; }

/*****************docs navigation [LEFT SIDEBAR]*****************/
.sidebar-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 260px;
  height: 100%;
  -webkit-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
  -moz-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
  -o-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
  transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
  -moz-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
  -o-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
  transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
  /* custom */ }
  .sidebar-left .sidebar-content {
    padding-left: 30px; }

/******************in page navigation [Right SIDEBAR]*****************/
.sidebar-right {
  position: absolute;
  top: 0;
  width: 260px;
  right: 0;
  z-index: 1; }
  .sidebar-right .sidebar-content {
    padding-right: 30px; }

.sidebar-content {
  position: fixed;
  width: 260px;
  border-right: 0;
  font-size: 16px;
  max-height: calc(100% - 100px);
  overflow-x: hidden;
  overflow-y: auto; }
  .sidebar-content > *:first-child {
    margin-top: 0;
    padding-top: 0; }
  .sidebar-content h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }
  .sidebar-content h2 + ul li:first-child a {
    margin-top: 0; }
  .sidebar-content li {
    padding: 4px 0;
    line-height: 1.2em;
    list-style: none;
    margin-left: 0; }
    .sidebar-content li:hover {
      opacity: 0.6; }
    .sidebar-content li a {
      color: #4d4e53;
      display: block; }
      .sidebar-content li a.active, .sidebar-content li a.current {
        color: #ff855a; }
      .sidebar-content li a.h3 {
        font-size: 14px; }
  .sidebar-content ul {
    margin-bottom: 30px; }
  .sidebar-content strong,
  .sidebar-content li a.h2 {
    font-weight: 600;
    display: block;
    position: relative;
    padding: 4px 0; }

/******************sidebar layout [CONTENT]*****************/
.sidebar-layout {
  width: 100%;
  min-height: 80vh;
  position: relative; }

.sidebar-layout-content {
  position: relative;
  display: block;
  margin: 30px 290px 10px 290px;
  -webkit-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
  -moz-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
  -o-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
  transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
  -moz-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
  -o-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
  transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
  /* custom */
  transition-delay: 50ms; }

/*****************[RESPONSIVE]****/
@media screen and (max-width: 1070px) {
  .sidebar-close {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 28;
    visibility: hidden; }

  .sidebar-close.active {
    visibility: visible; }

  .sidebar-layout-content {
    margin: 30px;
    margin-right: 290px; }

  .sidebar-left {
    position: fixed;
    top: 0;
    z-index: 30;
    left: -260px;
    background: #fff; }
    .sidebar-left .sidebar-content {
      max-height: 100%;
      padding-top: 30px; }
    .sidebar-left.open {
      left: 0; }

  .wrapper {
    margin-left: 0; } }
@media screen and (max-width: 800px) {
  .sidebar-right {
    display: none; }

  .sidebar-layout-content {
    margin-right: 30px; } }
@media screen and (max-width: 500px) {
  .input_position {
    display: flex;
    flex-direction: row;
    align-content: center;
    margin: auto auto 5px auto; }

  .wrapper-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 105px; }

  .sidebar-layout-content {
    margin-top: 60px; }

  .inputLook {
    margin-left: 0; } }
@media screen and (max-width: 300px) {
  .top-bar-title {
    display: none; }

  .inputLook {
    margin-left: 0; } }
body {
  margin: 0;
  padding: 0; }

.sidebar-toggle {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  z-index: 1;
  cursor: pointer; }
  .sidebar-toggle:hover {
    opacity: 0.6; }
  .sidebar-toggle:before {
    content: '\e3c7';
    font-size: 17.2pt;
    font-family: 'icomoon';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    color: #fff; }

.docs-top-bar {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #3a4348;
  height: 60px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20; }
  .docs-top-bar a {
    text-decoration: none; }
  .docs-top-bar .top-bar-logo {
    float: left;
    margin-left: 30px; }
    .docs-top-bar .top-bar-logo img {
      height: 60px;
      width: auto;
      display: inline-block;
      vertical-align: top; }
  .docs-top-bar .top-bar-title {
    float: left;
    font-size: 18px;
    line-height: 60px;
    color: #fff; }
    .docs-top-bar .top-bar-title span {
      font-size: 18px;
      line-height: 60px;
      color: #fff;
      display: inline;
      font-weight: 400;
      text-transform: capitalize;
      margin: 0 8px; }
    .docs-top-bar .top-bar-title h1:empty:before {
      display: none; }
  .docs-top-bar .top-bar-menu {
    float: right;
    margin-right: 30px; }
    .docs-top-bar .top-bar-menu ul, .docs-top-bar .top-bar-menu li {
      margin: 0;
      padding: 0; }
    .docs-top-bar .top-bar-menu li {
      display: inline-block;
      list-style: none;
      margin: 0; }
      .docs-top-bar .top-bar-menu li a {
        display: block;
        line-height: 40px;
        font-size: 16px;
        padding: 0 15px;
        background: rgba(0, 0, 0, 0.15);
        border-radius: 2px;
        margin: 10px 5px;
        color: #cccccc;
        border: solid 1px transparent; }
        .docs-top-bar .top-bar-menu li a i {
          vertical-align: middle;
          font-size: 11pt; }
        .docs-top-bar .top-bar-menu li a:hover {
          color: #fff;
          background: rgba(0, 0, 0, 0.1); }
        .docs-top-bar .top-bar-menu li a.current {
          color: #fff;
          background: #ff855a; }
      .docs-top-bar .top-bar-menu li a.external {
        color: #fff;
        background: 0 none; }
  .docs-top-bar ~ redoc {
    margin-top: 60px; }

.sidebar-left .top-bar-menu {
  padding-bottom: 30px;
  margin-left: -30px;
  padding-left: 30px;
  margin-top: -30px;
  padding-top: 30px;
  background: #f6f6f6;
  margin-bottom: 30px; }
  .sidebar-left .top-bar-menu ul {
    margin-bottom: 0; }
  .sidebar-left .top-bar-menu li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600; }

.docs-top-bar + .wrapper {
  margin-top: 60px; }

.sidebar-content .top-bar-menu {
  display: none; }

.page-title h1 {
  position: relative;
  font-weight: 300; }
.page-title h1:empty {
  display: none; }

/*****************[RESPONSIVE]****/
@media screen and (max-width: 1070px) {
  .sidebar-toggle {
    display: block; }

  .docs-top-bar .top-bar-logo {
    margin-left: 60px; }

  .docs-top-bar .top-bar-menu {
    display: none; }

  .sidebar-content .top-bar-menu {
    display: block; } }
footer .copy {
  margin-top: 0.5em;
  opacity: 0.6;
  display: block; }

.sharing-icons {
  display: inline-block;
  vertical-align: middle; }
  .sharing-icons span {
    float: left;
    position: relative;
    -webkit-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
    -moz-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
    -o-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
    transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
    -moz-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
    -o-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
    transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
    /* custom */
    margin: 0 5px;
    opacity: 0.3; }
    .sharing-icons span i {
      position: relative;
      width: 20px;
      height: 20px;
      font-size: 22px;
      padding: 7px;
      color: #4d4e53;
      float: left;
      cursor: pointer;
      z-index: 1;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      -ms-box-sizing: content-box;
      -o-box-sizing: content-box;
      box-sizing: content-box;
      -webkit-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
      -moz-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
      -o-transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
      transition: all 500ms cubic-bezier(0, 0.85, 0.44, 0.995);
      /* custom */
      -webkit-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
      -moz-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
      -o-transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
      transition-timing-function: cubic-bezier(0, 0.85, 0.44, 0.995);
      /* custom */ }
      .sharing-icons span i:hover {
        opacity: 1;
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -ms-transform: scale(1.2); }

.sidebar-layout-content > *:first-child {
  margin-top: 0; }
.sidebar-layout-content a:hover {
  text-decoration: underline; }

/*****************[CONTENT STYLES]*****************/
h1:first-of-type {
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  text-transform: initial;
  color: #4d4e53;
  margin: 30px 0; }

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  margin: 0 !important;
  padding: 0 !important; }

h1 {
  font-family: Lato, sans-serif;
  font-size: 220%;
  font-weight: 600;
  text-transform: none;
  line-height: 1; }

h2 {
  font-family: Lato, sans-serif;
  font-size: 180%;
  font-weight: 400;
  text-transform: none; }

h3 {
  font-family: Lato, sans-serif;
  font-size: 140%;
  font-weight: 400;
  color: #616268;
  text-transform: none; }

h4 {
  font-family: Lato, sans-serif;
  font-size: 110%;
  font-weight: 600;
  text-transform: none;
  margin: 15px 0 15px 0; }

h5 {
  font-family: Lato, sans-serif;
  font-size: 120%;
  font-weight: 600;
  text-transform: none; }

h6 {
  font-family: Lato, sans-serif;
  font-size: 110%;
  font-weight: 800;
  text-transform: uppercase; }

a {
  text-decoration: none;
  color: #ff855a; }

p {
  margin-bottom: 15px; }

b, strong {
  font-weight: 600; }

i, em {
  font-style: italic; }

hr {
  width: 100%;
  height: 2px;
  border: none;
  background: #f6f6f6;
  margin-top: 12px; }

ol, ul {
  margin-bottom: 30px; }

ul li {
  list-style: disc;
  margin-left: 20px; }
  ul li ul li {
    list-style: circle; }

pre {
  background: #f6f6f6;
  border: solid 1px #e9e9e9;
  border-radius: 3px;
  padding: 15px;
  padding-left: 2px;
  margin-bottom: 15px; }

code {
  font-family: monospace, serif;
  color: #2e5692;
  padding: 3px 8px;
  border-radius: 6px;
  background: #ececec;
  font-style: normal; }

pre code {
  font-size: 14px;
  background: none;
  padding: 0; }

figure.highlight {
  margin: 20px 0; }
  figure.highlight pre {
    margin: 0;
    padding: 5px 10px;
    border: none;
    border-radius: 0; }
    figure.highlight pre ol {
      list-style: none;
      margin: 0; }
  figure.highlight .line span {
    font-family: monospace, serif;
    font-size: 14px;
    line-height: 24px; }
  figure.highlight table {
    display: block;
    width: 100%; }
    figure.highlight table tbody {
      display: block;
      width: 100%;
      overflow-y: auto;
      max-height: 500px; }
    figure.highlight table ::-webkit-scrollbar {
      display: block;
      overflow: auto; }
    figure.highlight table tr {
      display: table;
      width: 100%; }
    figure.highlight table td {
      border: 0;
      padding: 0; }
    figure.highlight table td.gutter {
      display: none;
      width: 32px;
      background: #e9e9e9;
      border-radius: 3px 0 0 3px; }
      figure.highlight table td.gutter li {
        padding: 0 15px;
        width: 32px;
        margin: 0; }
        figure.highlight table td.gutter li span {
          font-size: 10px;
          color: #aaaaaa; }
      figure.highlight table td.gutter pre {
        background: none;
        padding: 0; }
    figure.highlight table td.code pre {
      border-radius: 3px; }
    figure.highlight table td.code li {
      padding: 0; }

blockquote {
  padding: 15px 20px;
  background: #fff;
  color: #7e8088;
  border-left: solid 10px #ff855a;
  border-right: solid 2px #ff855a;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.06);
  margin: 30px 0;
  font-style: italic; }
  blockquote a {
    color: #ff855a; }
  blockquote *:first-child {
    margin-top: 0;
    padding-top: 0; }
  blockquote *:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

.here {
  position: relative;
  color: #ff855a; }

.control-iframe {
  height: 302px !important; }

/**************** [Support] styling *****************************/
.row-block-one {
  max-width: 50%;
  display: inline-block;
  margin-right: 20px; }

.row-block-two {
  display: inline-block;
  margin-right: -40px;
  margin-top: -20px; }

.community {
  color: #0071E4;
  font-size: 32px;
  font-weight: 800;
  float: right;
  margin: 18px 10px;
  letter-spacing: 1px; }

/**************** [downloads] mobile app ***********************/
.mobile {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  margin: 10px; }

.mobile .overlay {
  text-align: center;
  color: #EEEEEE;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  padding-left: 0px;
  border-radius: 3px;
  background-color: rgba(51, 51, 51, 0.85);
  transition: .2s;
  opacity: .0; }

.mobile .overlay {
  font-size: 48px; }

.mobile .overlay {
  padding-top: 160px; }

.mobile:hover .overlay {
  transition: .2s;
  opacity: 1.0; }

.dl-table {
  margin: 48px 0px;
  border-collapse: collapse;
  width: 100%; }

.dl-table th {
  border: none;
  border-bottom: 1px solid #b3b4b9;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px; }

.dl-table th, .dl-table td {
  padding: 5px 20px 5px 0px; }

.dl-table td {
  border: none;
  margin: 10px 0; }

.dl-table img {
  height: 32px;
  vertical-align: middle;
  margin: 5px; }

.dl-table ul {
  line-height: 24px;
  margin-left: -20px; }

.dl-table ul li {
  width: 290px; }

/**************** [rapid development kits] images **************/
.kits {
  display: inline-block;
  text-align: center;
  margin: 10px; }

.kits h3 {
  display: block;
  margin-top: 6px; }

/**************** [smartliving - grounds] ground icons table ***/
.grounds-table {
  margin-top: 20px; }

.grounds-table td {
  border: 1px solid #ddd;
  vertical-align: middle;
  height: 32px; }

.grounds-table tr td:first-child {
  border-right: none;
  background-color: #EEE;
  width: 48px;
  text-align: center; }

.grounds-table tr td:last-child {
  border-left: none;
  padding-left: 12px;
  text-align: left; }

.grounds-table img {
  width: 100%; }

/**************** [lora environmental experiment] unit table ***/
.environmental-table {
  margin-top: 20px; }

.environmental-table td, .environmental-table th {
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: left;
  padding: 6px; }

.environmental-table tr td:first-child {
  border-right: none;
  background-color: #EEE; }

.environmental-table tr td:nth-child(2) {
  border-left: none; }

.environmental-table th {
  background-color: #CCC; }

/**************** [] inline icon images ************************/
.create-device, .device-detail, .select-device {
  float: none;
  display: inline;
  margin: 0px 3px 0px 3px; }

.device-detail:before {
  content: url("/images/device-detail-icon.png");
  position: relative;
  top: 7px; }

.select-device:before {
  content: url("/images/select-device-icon.png");
  position: relative;
  top: 6px; }

.create-device:before {
  content: url("/images/create-device-icon.png");
  position: relative;
  top: 7px; }

detail:before, select:before, create:before {
  float: none;
  display: inline;
  margin: 0px 3px 0px 3px;
  position: relative; }

detail:before {
  content: url("/images/device-detail-icon.png");
  top: 7px;
  margin-left: 0px; }

select:before {
  content: url("/images/select-device-icon.png");
  top: 6px; }

create:before {
  content: url("/images/create-device-icon.png");
  top: 7px; }

.doc-table {
  font-size: 16px;
  padding: 0;
  margin: 0; }

.doc-table {
  margin-top: 20px;
  margin-bottom: 20px; }

.doc-table th {
  text-align: left;
  padding: 6px 12px;
  color: #57CDAA; }

.doc-table td {
  padding: 16px 12px;
  line-height: 24px;
  color: #787C84; }

.doc-table td:first-child {
  font-size: 24px; }

.doc-table ul {
  list-style-type: disc;
  margin: 20px 0px;
  font-size: 16px; }

/**************** [] full line marked text ***********************
 * note   yellow
 * tip    blue
 * pseudo gray    same as code
 * danger orange
 ****************************************************************/
note {
  background-color: #FFF8DE;
  border: 1px #F7EABC solid;
  border-left-width: 30px; }

note:before {
  font-weight: bold;
  content: 'Note: '; }

tip, info {
  background-color: rgba(158, 189, 226, 0.5);
  border: 1px #7CA9DD solid;
  border-left-width: 30px; }

tip:before {
  font-weight: bold;
  content: 'Tip: '; }

pseudo {
  background-color: #F6F6F6;
  border: 1px #E9E9E9 solid;
  border-left-width: 30px;
  color: #4271AE; }

danger {
  background-color: #FFCCA3;
  border: 1px #FFB98E solid;
  border-left-width: 30px; }

/* coloured boxed background to highlight aspects */
note, tip, pseudo, danger, info {
  border-radius: 3px;
  padding: 10px 16px;
  margin: 30px 0;
  display: block; }

/**************** [] color marked text *********************************
 * type  blue
 * value dark-gray
 ***********************************************************************/
type {
  font-family: monospace, serif;
  background-color: rgba(158, 189, 226, 0.7);
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 80%; }

value {
  font-family: monospace, serif;
  background-color: rgba(210, 210, 210, 0.7);
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 80%; }

example {
  font-family: monospace, serif;
  background-color: rgba(180, 180, 180, 0.7);
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 80%;
  color: #2e5692; }

/*** [image styling] ??? ****/
.center-pic {
  width: 100%;
  text-align: center; }

.center-pic img {
  margin: 40px 0px; }

.logo-pic {
  float: none;
  display: inline;
  margin: 2px 0px -5px 0px;
  width: 52px; }

/****
 * sketch block
 */
.sketch {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 24px 0; }
  .sketch .block {
    display: inline-block;
    width: 372px;
    max-width: 98%;
    min-height: 240px;
    text-align: left;
    vertical-align: top;
    border-radius: 3px;
    border: 1px solid #DDD;
    padding: 12px;
    background-color: #F4F4F4;
    margin-top: 6px; }
    .sketch .block h1 {
      font-size: 20px;
      margin: 0 0 12px 0;
      padding: 0; }
    .sketch .block hr {
      border-bottom: 1px solid #DDD;
      height: 1px;
      margin: 24px auto;
      width: 180px;
      max-width: 80%; }

/*********** table **************/
table {
  margin-top: 20px; }

td, th {
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: left;
  padding: 6px; }

tr td:nth-child(2) {
  border-left: none; }

table.payload {
  width: 100%;
  margin: 16px auto; }

table.payload tr td:first-child img {
  width: 100px; }

table.payload td {
  vertical-align: top;
  padding: 4px 8px; }

table.payload th {
  border: 1px solid #DDD;
  background-color: #E9E9E9; }

table.payload td {
  border: 1px solid #DDD;
  background-color: #F9F9F9; }

table.payload tr:first-child td {
  font-weight: 900; }

/*** /cloud/general/ Maker pages **/
.maker-table {
  width: 100%;
  margin-top: 36px;
  border: none; }

.maker-table tr td:first-child img {
  width: 100px; }

.maker-table td {
  vertical-align: top;
  padding: 4px 8px; }

.maker-table td {
  background-color: #FFF; }

.maker-table .circle {
  width: 26px;
  height: 26px;
  background-color: #FFF;
  border-radius: 13px;
  text-align: center;
  padding-top: 0px;
  border: 1px #F00 solid;
  color: #F00; }

.container-table {
  width: 100%; }

.container-table tr td:first-child img {
  width: 100px; }

.container-table td {
  vertical-align: top;
  padding: 10px 6px; }

.container-table th {
  border: 1px solid #DDD;
  background-color: #EEE; }

.container-table td {
  border: 1px solid #DDD;
  background-color: #FFF; }

.container-table td:nth-child(2) {
  text-align: center; }

/* Tomorrow Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
.prettyprint {
  background: #f2f2f2;
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px; }

.pln {
  color: #4d4d4c; }

@media screen {
  .str {
    color: #508cd3; }

  .kwd {
    color: #8959a8; }

  .com {
    color: #8e908c; }

  .typ {
    color: #4271ae; }

  .lit {
    color: #f5871f; }

  .pun {
    color: #4d4d4c; }

  .opn {
    color: #4d4d4c; }

  .clo {
    color: #4d4d4c; }

  .tag {
    color: #c82829; }

  .atn {
    color: #f5871f; }

  .atv {
    color: #3e999f; }

  .dec {
    color: #f5871f; }

  .var {
    color: #c82829; }

  .fun {
    color: #4271ae; } }
@media print, projection {
  .str {
    color: #006600; }

  .kwd {
    color: #006;
    font-weight: bold; }

  .com {
    color: #600;
    font-style: italic; }

  .typ {
    color: #404;
    font-weight: bold; }

  .lit {
    color: #004444; }

  .pun, .opn, .clo {
    color: #444400; }

  .tag {
    color: #006;
    font-weight: bold; }

  .atn {
    color: #440044; }

  .atv {
    color: #006600; } }
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  list-style: decimal;
  margin-left: -10px; }

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  list-style-type: none;
  padding: 1px 25px;
  font-size: 10px;
  color: #aaaaaa;
  /* */ }

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  /* */ }

.error_404 {
  width: 100vw;
  height: 100vh;
  background: url("../images/404.jpg");
  background-position: center center;
  background-size: cover;
  color: #fff; }
  .error_404 .dead-center {
    text-align: center;
    position: absolute;
    width: 100%;
    max-width: 950px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
