.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: #e4e8e6;
  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: #d8dddb;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
#jm-offcanvas-content {
  padding: 15px;
  color: #444444;
}
#jm-offcanvas-content .jm-title {
  color: #444444;
}
.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;
  vertical-align: top;
}
.toggle-nav.close-menu {
  color: #444444;
}
.off-canvas-left #jm-offcanvas-toolbar {
  text-align: right;
}
html[dir='rtl'] .off-canvas-right #jm-offcanvas-toolbar {
  text-align: left;
}
#jm-top-bar .toggle-nav.menu {
  width: 39px;
  height: 39px;
  text-align: center;
  box-sizing: border-box;
}
#jm-top-bar .toggle-nav.menu:hover {
  color: #98c93c;
}
#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: 39px;
  line-height: 39px;
}
#jm-top-menu .toggle-nav.menu .fa,
#jm-top-menu .toggle-nav.menu [class^="icon-"],
#jm-top-menu .toggle-nav.menu [class*=" icon-"] {
  top: -1px;
  padding: 5px 0;
  line-height: 20px;
}
#jm-offcanvas .jm-module {
  margin: 30px 0 0;
}
#jm-offcanvas .jm-module:first-child {
  margin: 0;
}
#jm-offcanvas .jm-module .jm-title {
  color: #444444;
}
#jm-offcanvas .nav.menu > li > a,
#jm-offcanvas .nav.menu > li > span.separator {
  border-color: #b2beb8;
}
/*# sourceMappingURL=/templates/jm-commune-offices/css/offcanvas.28.map */