#pe-main {
  -webkit-transition: 300ms ease margin;
  transition: 300ms ease margin;
}
#pe-offcanvas {
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}
.off-canvas-right.off-canvas #pe-offcanvas {
  right: 0;
  overflow-y: auto;
}
.off-canvas-left.off-canvas #pe-offcanvas {
  left: 0;
  overflow-y: auto;
}
#pe-offcanvas-toolbar {
  background: #c9c9c9;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
#pe-offcanvas-content {
  padding: 15px;
}
.off-canvas-left #pe-offcanvas-toolbar {
  text-align: right;
}
#pe-offcanvas {
  width: 300px;
}
.off-canvas-right.off-canvas #pe-main {
  margin-left: -300px;
  margin-right: 300px;
}
.off-canvas-left.off-canvas #pe-main {
  margin-right: -300px;
  margin-left: 300px;
}
.off-canvas-right #pe-offcanvas {
  right: -300px;
}
.off-canvas-left #pe-offcanvas {
  left: -300px;
}
#pe-offcanvas {
  color: #666666;
  background: #d6d6d6;
}
.toggle-nav.open {
  cursor: pointer;
  display: block;
  color: #666666;
  line-height: 1;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  text-align: center;
}
.toggle-nav.open:hover,
.toggle-nav.open.active {
  color: #486591;
}
.toggle-nav.close {
  cursor: pointer;
  color: #666666;
}
.toggle-nav.close:hover {
  color: #486591;
}
#pe-offcanvas .pe-widget h3.pe-title,
#pe-offcanvas .pe-widget-raw h3.pe-title {
  color: #666666;
  border-color: rgba(102, 102, 102, 0.5);
}
#pe-offcanvas .pe-widget h3.pe-title:after,
#pe-offcanvas .pe-widget-raw h3.pe-title:after {
  background: rgba(102, 102, 102, 0.5);
}
#pe-offcanvas h1,
#pe-offcanvas h2,
#pe-offcanvas h3,
#pe-offcanvas h4,
#pe-offcanvas h5,
#pe-offcanvas h6 {
  color: #666666;
}
#pe-offcanvas .menu ul {
  border-color: rgba(102, 102, 102, 0.5);
}
#pe-offcanvas .menu li a {
  color: #666666;
}
#pe-offcanvas .menu li > a {
  border-color: rgba(102, 102, 102, 0.5);
}
#pe-offcanvas .menu li:hover > a,
#pe-offcanvas .menu li:active > a,
#pe-offcanvas .menu li:focus > a,
#pe-offcanvas .menu .current-menu-item > a {
  color: #486591;
}
