.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
html,
body {
  height: 100%;
}
html.no-scroll {
  width: 100%;
  overflow-y: scroll;
  position: fixed;
}
#jm-allpage {
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}
.off-canvas-right.off-canvas #jm-allpage {
  margin-left: -300px;
  margin-right: 300px;
}
.off-canvas-left.off-canvas #jm-allpage {
  margin-right: -300px;
  margin-left: 300px;
}
#jm-offcanvas {
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: #333333;
  top: 0;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}
.off-canvas-right #jm-offcanvas {
  right: -300px;
}
.off-canvas-right.off-canvas #jm-offcanvas {
  right: 0;
  overflow-y: auto;
}
.off-canvas-left #jm-offcanvas {
  left: -300px;
}
.off-canvas-left.off-canvas #jm-offcanvas {
  left: 0;
  overflow-y: auto;
}
#jm-offcanvas-toolbar {
  background: #292929;
  height: 56px;
  line-height: 56px;
  padding: 0 15px;
}
#jm-offcanvas-content {
  padding: 15px;
  color: #ffffff;
}
.toggle-nav {
  cursor: pointer;
}
.toggle-nav .fa,
.toggle-nav [class^="icon-"],
.toggle-nav [class*=" icon-"] {
  font-size: 20px;
}
.toggle-nav.menu {
  display: inline-block;
  text-align: center;
}
.toggle-nav.close-menu {
  color: #ffffff;
}
.off-canvas-left #jm-offcanvas-toolbar {
  text-align: right;
}
#jm-top-bar .toggle-nav.menu {
  margin: -16px 0;
  height: 55px;
}
#jm-top-bar .toggle-nav.menu .fa,
#jm-top-bar .toggle-nav.menu [class^="icon-"],
#jm-top-bar .toggle-nav.menu [class*=" icon-"] {
  top: 0;
  height: 55px;
  line-height: 55px;
}
#jm-top-bar .toggle-nav.menu:hover {
  color: #f8f8f8;
}
#jm-offcanvas .jm-module.blank-ms .jm-title {
  color: #ffffff;
}
/*# sourceMappingURL=/templates/jm-internet/css/offcanvas.17.map */