/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding-top: 80px;
  padding-left: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: 500;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #616161;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 350px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 20px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #000;
  line-height: 35px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #000;
}

.menu-toggle:hover {

}

.navigation {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0px;
  background-color: #fff;
  z-index: 90;
}
.logo {
  position: fixed;
  left: 20px;
  top: 20px;
}

.content {
  margin-top: 120px;
}
