.t3-wrapper {
  overflow: hidden;
}

.t3-off-canvas {
  background: #9e9e9e !important;
}
.t3-off-canvas .t3-off-canvas-header {
  height: 52px !important;
}
.t3-off-canvas .t3-off-canvas-header > h2 {
  line-height: 52px !important;
}
.t3-off-canvas .close {
  line-height: 52px !important;
  width: 52px !important;
  height: 52px !important;
}
.t3-off-canvas ul li a {
  color: #ffffff !important;
}
.t3-off-canvas ul li a:hover {
  background: #2d87dc !important;
}
.t3-off-canvas ul li.active a,
.t3-off-canvas ul li.current.active a {
  background: #045686;
}
.t3-off-canvas ul li.current.active a:hover {
  background: #045686 !important;
}
.t3-off-canvas .mega-col-nav {
  background: #9e9e9e !important;
}

.navbar-header {
  background: #045686;
}