.off-canvas-toggle {
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 50px !important;
  height: 50px !important;
  float: left;
  line-height: 50px !important;
  position: absolute;
  top: 0;
  left: 0;
}
.off-canvas-toggle:focus {
  outline: none;
}
.t3-off-canvas {
  background: #6e6e6e;
  color: #ffffff;
}
.t3-off-canvas .t3-off-canvas-header {
  background: #ff9900;
  color: #ffffff;
  padding: 0 0 0 12px;
  height: 35px;
}
.t3-off-canvas .t3-off-canvas-header p {
  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: #995c00;
  position: absolute;
  top: 0;
  right: 0;
}
.t3-off-canvas .t3-off-canvas-body {
  padding: 0;
}
.t3-off-canvas .t3-off-canvas-body .module-inner,
.t3-off-canvas .t3-off-canvas-body .module-ct {
  padding: 0;
}
.t3-off-canvas .t3-off-canvas-body a {
  color: #ffffff;
  text-decoration: none;
  border-radius: 0;
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
  color: #ff9900;
  background: transparent;
  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 .nav li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 24px;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
  background: transparent;
  margin-bottom: 66px;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu li {
  margin: 0;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu li a {
  padding: 2px 20px;
  font-size: 16px;
}
.t3-off-canvas .t3-off-canvas-body .t3-module {
  margin-bottom: 22px;
}
.t3-off-canvas .t3-off-canvas-body .module-title {
  margin-bottom: 11px;
}