

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  z-index: 1030;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}




.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-right: 0;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-right: 390px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
  width: 390px;
}
#wrapper.toggled #page-content-wrapper {
  right: 390px;
  position: absolute;
}
#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #ffa201;
  height: 100%;
  /*left: 390px;*/
  margin-left: -390px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#page-content-wrapper {
  width: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  right:0;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 390px; font-size:26px;
}

.sidebar-nav li {
  display: inline-block;
  position: relative;
  width: calc(100% - 40px);
  margin-left:40px;
}
.sidebar-nav li a {
  line-height: 80px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-left: 24px;
  display: -webkit-inline-box;
  width: calc(100% - 46px);
}
.sidebar-nav li:before{
  content: '';
  width: 12px;
  height: 12px;
  display: -webkit-inline-box;
  border: 1px solid rgba(244,255,255,0.6);
  border-radius: 12px;
}



.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
  color: #616161;
}
.sidebar-nav .sidebar-brand {
  width:90%;
  margin:40px auto;
}
.sidebar-nav .sidebar-brand img{
  width:100%
}
/*       Hamburger-Cross         */
.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 24px;
  position: absolute;
  top: 42px;
  right:30px;
  width: 40px;
  z-index: 999;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #333;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 36px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color:#333;
  top: 0px;
}
.hamburger.is-closed .hamb-middle {
  background-color: #333;
  margin-top: -2px;
  top: 50%; width:30px !important; margin-left:10px;
}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color:#333;
  bottom: 0px;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #646363;
  margin-top: -2px;
  top: 50%;}
.hamburger.is-open {
  background-size:40px 70px;
  width: 45px;
  height: 45px;
  margin-left: 0px;
}

.hamburger.is-open .hamb-middle {
  background-color: #333;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #646363;
  margin-top: -2px;
  top: 50%;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index:11;
}