.off-canvas-toggle {
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 37px;
  height: 37px;
  line-height: 37px;
}
.off-canvas-toggle:focus {
  outline: none;
}
.t3-off-canvas {
  background: #ffffff;
  color: #000000;
  height: auto;
  display: none;
}
.t3-off-canvas .t3-off-canvas-header {
  background: #eeeeee;
  color: #000000;
  padding: 0 0 0 12px;
  height: 35px;
}
.t3-off-canvas .t3-off-canvas-header h2 {
  margin: 0;
  line-height: 35px;
  font-size: 13px;
  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: #252525;
  text-decoration: none;
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
  color: #f76000;
  text-decoration: none;
  background: transparent;
}
.t3-off-canvas .t3-off-canvas-body a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a {
  font-weight: bold;
  padding: 5px 5px;
}
.t3-off-canvas .t3-off-canvas-body .nav li.active > a {
  color: #f76000;
}
.t3-off-canvas .t3-off-canvas-body .nav li.active > a > .caret {
  border-bottom-color: #f76000;
  border-top-color: #f76000;
}
.t3-off-canvas .t3-off-canvas-body .nav li.parent li.parent > a {
  font-weight: bold;
  padding: 5px 10px;
}
.t3-off-canvas .t3-off-canvas-body .nav .open > a,
.t3-off-canvas .t3-off-canvas-body .nav .open > a:hover,
.t3-off-canvas .t3-off-canvas-body .nav .open > a:focus {
  background: transparent;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-submenu > a:after {
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  float: none;
  margin-left: 2px;
  margin-right: 0;
  vertical-align: middle;
}
.t3-off-canvas .t3-off-canvas-body .t3-module {
  margin: 0;
}
.t3-off-canvas .t3-off-canvas-body .t3-module .module-inner {
  padding: 0;
}
.t3-off-canvas .t3-off-canvas-body .module-title {
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  .t3-off-canvas {
    display: block;
  }
}