.off-canvas-toggle {
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.off-canvas-toggle:focus {
  outline: none;
}
.off-canvas-toggle span {
  background-color: #ffffff;
  display: block;
  height: 2px;
  position: absolute;
  left: 15px;
  width: 20px;
  transition: all 0.25s;
}
.off-canvas-toggle span.bar-first {
  top: 18px;
}
.off-canvas-toggle span.bar-mid {
  top: 24px;
}
.off-canvas-toggle span.bar-last {
  top: 30px;
}
.off-canvas-open .off-canvas-toggle span.bar-mid {
  display: none;
}
.off-canvas-open .off-canvas-toggle span.bar-first {
  top: 24px;
  transform: rotate(45deg);
}
.off-canvas-open .off-canvas-toggle span.bar-last {
  top: 24px;
  transform: rotate(-45deg);
}
.t3-off-canvas {
  background: #ffffff;
  color: #222222;
}
.t3-off-canvas .t3-off-canvas-header {
  background: #eeeeee;
  color: #222222;
  padding: 0 0 0 12px;
  height: 35px;
}
.t3-off-canvas .t3-off-canvas-header h2 {
  margin: 0;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.t3-off-canvas .close {
  margin: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  background: #bbbbbb;
  position: absolute;
  top: 0;
  right: 0;
}
.t3-off-canvas .t3-off-canvas-body {
  padding: 24px 12px;
}
.t3-off-canvas .t3-off-canvas-body a {
  color: #97bf0d;
  text-decoration: none;
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
  color: #394805;
  text-decoration: none;
}
.t3-off-canvas .t3-off-canvas-body a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu .active a {
  background: transparent;
}
.t3-off-canvas .t3-off-canvas-body .t3-module {
  margin-bottom: 22px;
}
.t3-off-canvas .t3-off-canvas-body .module-title {
  margin-bottom: 11px;
}