.off-canvas-toggle {
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: none;
  color: #D6D6D6;
  font-size: 0px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.off-canvas-toggle:hover,
.off-canvas-toggle:active,
.off-canvas-toggle:focus {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  background: rgba(255, 255, 255, 0.2);
  color: #222;
}
.off-canvas-toggle i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
}
.t3-off-canvas {
  background: #333333;
  color: #333333;
}
.t3-off-canvas .t3-off-canvas-header {
  background: #eeeeee;
  color: #333333;
  padding: 15px 0px;
  height: auto;
  border-bottom: 1px solid #fff;
}
.t3-off-canvas .t3-off-canvas-header h2 {
  margin: 0;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 30px 0 25px;
  color: #fff;
}
.t3-off-canvas .close {
  margin: 0;
  height: 35px;
  line-height: 50px;
  width: 35px;
  background: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  text-shadow: none;
  outline: none;
  font-size: 26px;
}
.t3-off-canvas .close:hover,
.t3-off-canvas .close:focus {
  color: #e68e41;
  border: none;
}
.t3-off-canvas .t3-off-canvas-body {
  padding: 24px 12px;
}
.t3-off-canvas .t3-off-canvas-body .nav-header {
  padding: 10px 15px;
}
.t3-off-canvas .t3-off-canvas-body a,
.t3-off-canvas .t3-off-canvas-body .separator,
.t3-off-canvas .t3-off-canvas-body span {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body .separator:hover,
.t3-off-canvas .t3-off-canvas-body span:hover,
.t3-off-canvas .t3-off-canvas-body a:focus,
.t3-off-canvas .t3-off-canvas-body .separator:focus,
.t3-off-canvas .t3-off-canvas-body span:focus {
  color: #e68e41;
  text-decoration: none;
  background-color: transparent;
}
.t3-off-canvas .t3-off-canvas-body a:focus,
.t3-off-canvas .t3-off-canvas-body .separator:focus,
.t3-off-canvas .t3-off-canvas-body span:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.t3-off-canvas .t3-off-canvas-body .module-ct {
  padding: 0;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu .active a {
  background: transparent;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
  background: none;
}
.t3-off-canvas .t3-off-canvas-body .t3-module {
  margin-bottom: 20px;
  color: #fff;
}
.t3-off-canvas .t3-off-canvas-body .module-title {
  margin-bottom: 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-color: transparent;
  border-color: transparent;
}
.t3-off-canvas .t3-off-canvas-body .nav-pills > li.active > a,
.t3-off-canvas .t3-off-canvas-body .nav-pills > li.active > a:hover,
.t3-off-canvas .t3-off-canvas-body .nav-pills > li.active > a:focus {
  background-color: transparent;
}
.t3-off-canvas .t3-off-canvas-body .nav .active > a {
  color: #e68e41;
}
.t3-off-canvas .t3-off-canvas-body .caret {
  border-top-color: #e68e41;
  border-bottom-color: #fff;
  margin-left: 7px;
}
.t3-off-canvas .t3-off-canvas-body .nav a:hover .caret,
.t3-off-canvas .t3-off-canvas-body .nav a:focus .caret {
  color: #c16819;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.t3-off-canvas .search {
  background: #e68e41;
  padding: 15px 10px;
}
.t3-off-canvas .search input {
  width: 100%;
  background: #e68e41;
  border: 0;
  color: #fff;
}
.t3-off-canvas .search ::-webkit-input-placeholder {
  color: #fff;
}
.t3-off-canvas .search ::-moz-placeholder {
  color: #fff;
}
.t3-off-canvas .search :-ms-input-placeholder {
  color: #fff;
}
.t3-off-canvas .search input:-moz-placeholder,
.t3-off-canvas .search textarea:-moz-placeholder {
  color: #fff;
}