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: 99999;
  background: #1c202e;
  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: #222637;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
#jm-offcanvas-content {
  padding: 15px;
  color: #ffffff;
}
#jm-offcanvas-content .jm-title {
  color: #ffffff;
}
.toggle-nav {
  cursor: pointer;
}
.toggle-nav [class^="icon-"],
.toggle-nav [class*=" icon-"] {
  font-size: 20px;
}
a.toggle-nav:hover,
a.toggle-nav:focus,
a.toggle-nav:active {
  border-bottom: none;
}
a.toggle-nav.menu:hover {
  color: #169fe6;
}
.toggle-nav.menu {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
#jm-top-menu-nav .toggle-nav.menu {
  padding: 12px 0;
}
.toggle-nav.close-menu {
  color: #ffffff;
}
.toggle-nav.close-menu:hover {
  color: #046a9f;
}
.off-canvas-left #jm-offcanvas-toolbar {
  text-align: right;
}
html[dir='rtl'] .off-canvas-right #jm-offcanvas-toolbar {
  text-align: left;
}
#jm-top-menu-in {
  position: relative;
}
#jm-top-menu .toggle-nav.menu {
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  padding-top: 43px;
  color: #ffffff;
}
#jm-top-menu .toggle-nav.menu [class^="icon-"],
#jm-top-menu .toggle-nav.menu [class*=" icon-"] {
  top: 0;
}
#jm-top-menu .toggle-nav.menu:hover {
  color: #046a9f;
}
#jm-offcanvas .jm-module {
  margin: 30px 0 0;
}
#jm-offcanvas .jm-module:first-child {
  margin: 0;
}
#jm-offcanvas .jm-module .jm-title {
  color: #ffffff;
}
#jm-offcanvas .jm-module.border-title-ms .jm-title:after {
  background: #ffffff;
}
#jm-offcanvas .nav.menu li a,
#jm-offcanvas .nav.menu li span.separator {
  border-color: rgba(255, 255, 255, 0.06);
}
#jm-offcanvas .jm-popular .jm-category-module li {
  border-color: rgba(255, 255, 255, 0.06);
}
#jm-offcanvas .tagspopular ul li a,
#jm-offcanvas .tagssimilar ul li a {
  border-color: rgba(255, 255, 255, 0.06);
}
#jm-offcanvas .tagspopular ul li a:hover,
#jm-offcanvas .tagssimilar ul li a:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}
#jm-offcanvas .jm-contact-info {
  border: 3px solid #ffffff;
}
#jm-offcanvas .jm-contact-info [class^="icon-"],
#jm-offcanvas .jm-contact-info [class*=" icon-"] {
  background: #1c202e;
}
#jm-offcanvas .jm-team .jm-custom-title {
  color: #ffffff;
}
#jm-offcanvas .jm-team .jm-socials a {
  border-color: #ffffff;
  background-image: url("../images/social_light.png");
}
#jm-offcanvas .jm-testimonials-wrapper .jm-testimonials .jm-custom-text {
  background: #1c202e;
  border-color: #ffffff;
  color: #ffffff;
}
#jm-offcanvas .jm-testimonials-wrapper .jm-testimonials .jm-custom-text::before {
  background: url('../images/testimonials.png');
}
#jm-offcanvas .jm-testimonials-wrapper .jm-testimonials .jm-custom-text::after {
  background: #1c202e;
  border-color: #ffffff;
}
#jm-offcanvas .jm-testimonials-wrapper .jm-testimonials .jm-custom-title {
  color: #ffffff;
}
#jm-offcanvas .jm-testimonials-wrapper .jm-testimonials .jm-avatar img {
  border-color: rgba(255, 255, 255, 0.2);
}
#jm-offcanvas ul.list-striped > li {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
#jm-offcanvas .categories-module li,
#jm-offcanvas .relateditems > li,
#jm-offcanvas .mostread > li,
#jm-offcanvas .latestnews > li,
#jm-offcanvas .archive-module > li {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
/*# sourceMappingURL=/templates/jm-sport/css/offcanvas.33.map */