.mobile-navbar,
.mobile-panel,
.mobile-button {
  font-size: 24px;
  line-height: 1;
}
.mobile-navbar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  height: 48px;
  background: #C5E3ED;
  z-index: 1000;
}
.mobile-navbar .navbar-element {
  position: relative;
  /*display: inline-block;*/
  height: 48px;
  min-width: 48px;
  text-align: center;
}
.mobile-navbar .navbar-element img {
  max-height: 100%;
}
.mobile-navbar .navbar-element.navbar-secondary {
  background: transparent;
  color: #000000;
  padding-top: 6px;
  margin-right: 5px;
}
.mobile-navbar .navbar-element .element-overlay {
  z-index: 1002;
  opacity: 0.95;
  position: absolute;
  font-size: 12px;
  right: 4px;
  top: 4px;
  background: #C5E3ED;
  color: #FFF;
}
.mobile-navbar .navbar-element .element-overlay.overlay-rounded {
  border-radius: 3px;
  padding: 2px;
}
.mobile-navbar .navbar-element .element-overlay.overlay-small {
  font-size: 8px;
}
.mobile-navbar.mobile-image {
  padding: 16px;
}
.mobile-navbar.mobile-image img {
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  max-height: 16px;
}
button.mobile-button {
  border-style: solid;
  border-width: 0;
  width: 100%;
  min-height: 48px;
  cursor: pointer;
  background: #FFF;
  color: #000000;
  transition: background-color 75ms linear;
  outline: none;
}
button.mobile-button.active {
  background: #e6e6e6;
}
button.mobile-button.button-primary {
  background: #C5E3ED;
  color: #000000;
}
button.mobile-button.button-primary.active {
  background: #9ed0e1;
  color: #000000;
}
button.mobile-button.button-secondary {
  background: #5e9bb0;
  color: #FFF;
}
button.mobile-button.button-secondary.active {
  background: #488093;
  color: #FFF;
}
.mobile-panel {
  display: none;
  z-index: 1000;
  background: #FFF;
  color: #0e0e0e;
  top: 48px;
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  outline: none;
}
.mobile-panel.panel-primary {
  background: #9ed0e1;
  color: #000000;
}
.mobile-panel.panel-secondary {
  background: #488093;
  color: #FFF;
}
.mobile-panel.panel-fullscreen {
  top: 48px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.mobile-panel.panel-visible {
  display: block;
}
.mobile-panel .panel-heading {
  padding: 16px;
  font-size: 150%;
}
.mobile-panel .panel-content {
  padding: 16px;
  font-size: 100%;
}
.mobile-panel .panel-content .content-section {
  line-height: 1.3;
}
.mobile-panel .panel-content .content-section a {
  color: inherit;
  text-decoration: underline;
}
.mobile-panel .panel-content .content-section:not(:last-child) {
  margin-bottom: 24px;
}
.mobile-panel .panel-content .content-section .section-heading {
  line-height: 1.3;
}
.mobile-panel .panel-content .content-section .section-heading i {
  font-size: 100%;
}
.mobile-panel .panel-content .content-section .section-content {
  line-height: 1.3;
}
.mobile-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-navigation ul li {
  min-height: 48px;
  border-top: 1px solid #b2dae7;
}
.mobile-navigation ul li.navigation-node {
  position: relative;
}
.mobile-navigation ul li.navigation-node > ul li {
  padding-left: 24px;
}
.mobile-navigation ul li.navigation-node span {
  display: block;
  padding: 12px 16px;
  width: 100%;
  height: 100%;
}
.mobile-navigation ul li.navigation-node span:active {
  background: #C5E3ED;
}
.mobile-navigation ul li.navigation-node:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 21px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
}
.mobile-navigation ul li.navigation-node.active:after {
  width: 0;
  height: 0;
  border-top: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000000;
}
.mobile-navigation ul li.navigation-link {
  position: relative;
}
.mobile-navigation ul li.navigation-link:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 21px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #000000;
  border-bottom: 6px solid transparent;
}
.mobile-navigation ul li.navigation-link a {
  color: inherit!important;
  display: block;
  padding: 12px 16px;
  width: 100%;
  height: 100%;
}
.mobile-navigation ul li.navigation-link a:active {
  background: #C5E3ED;
}
.mobile-navigation ul li > ul {
  display: none;
}
.mobile-navigation.navigation-primary li {
  border-bottom: 1px solid #d8ecf3;
}
.mobile-navigation.navigation-horisontal {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  display: block;
}
.mobile-navigation.navigation-horisontal:before {
  content: '';
  position: absolute;
  height: 100%;
  bckground: red;
}
.mobile-navigation.navigation-horisontal ul {
  white-space: nowrap;
}
.mobile-navigation.navigation-horisontal ul li {
  display: inline-block;
}
