a {
  text-decoration: none;
  transition: all ease 0.3s;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  float: right;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50px;
  height: 40px;
  cursor: pointer;
  padding-top: 15px;
}

.hamburger div {
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: 4px;
  width: 100%;
  background: #F09601;
}

.hamburger .meat {
  width: 75%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
  width: 50%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.hamburger:hover div {
  width: 100%;
}

.hamburger:hover .top-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
  animation: burger-hover 1s infinite ease-in-out alternate;
}

.hamburger:hover .meat {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.hamburger:hover .bottom-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

.button-collapse {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  width: 115px;
  outline: 0;
  height: 54px;
  position: fixed !important;
  top: 20px;
  right: 30px;
  z-index: 999 !important;
}

.side-nav {
  position: fixed;
  width: 300px;
  right: 0;
  top: 0;
  margin: 0;
  display: table;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  height: 100%;
  /*height: calc(100% + 60px);*/
  height: -moz-calc(100%);
  /*padding-bottom: 60px;*/
  background-color: #f5f2cf;
  z-index: 9999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  padding-left: 0px;
}

.side-nav .collapsible {
  margin: 0
}

.side-nav-list {
  display: table-cell;
  vertical-align: middle;
}

.side-nav-list li {
  float: none;
  line-height: 48px;
  list-style: none;
}

.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05)
}

.side-nav li>a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  letter-spacing: 0px;
  font-size: 20px;
  text-align: right;
}

.side-nav li>a:hover {
  background-color: #F09601;
  color: #ffe082;
}

.side-nav li>a.btn, .side-nav li>a.btn-large, .side-nav li>a.btn-large, .side-nav li>a.btn-flat, .side-nav li>a.btn-floating {
  margin: 10px 15px
}

.side-nav li>a.btn, .side-nav li>a.btn-large, .side-nav li>a.btn-large, .side-nav li>a.btn-floating {
  color: #fff
}

.side-nav li>a.btn-flat {
  color: #343434
}

.side-nav li>a.btn:hover, .side-nav li>a.btn-large:hover, .side-nav li>a.btn-large:hover {
  background-color: #2bbbad
}

.side-nav li>a.btn-floating:hover {
  background-color: #26a69a
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: rgba(58, 51, 43, 0.2);
}

.side-nav .divider {
  margin: 8px 0 0 0
}

.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px
}

.side-nav .subheader:hover {
  background-color: transparent
}

.side-nav .user-view, .side-nav .userView {
  position: relative;
  padding: 25px;
}

.side-nav .user-view>a, .side-nav .userView>a {
  height: auto;
  padding: 0
}

.side-nav .user-view>a:hover, .side-nav .userView>a:hover {
  background-color: transparent
}

.side-nav .user-view .background, .side-nav .userView .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}

.side-nav .user-view .circle, .side-nav .user-view .name, .side-nav .user-view .email, .side-nav .userView .circle, .side-nav .userView .name, .side-nav .userView .email {
  display: block
}

.side-nav .user-view .circle, .side-nav .userView .circle {
  height: 64px;
  width: 64px
}

.side-nav .user-view .name, .side-nav .user-view .email, .side-nav .userView .name, .side-nav .userView .email {
  font-size: 14px;
  line-height: 24px
}

.side-nav .user-view .name, .side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500
}

.side-nav .user-view .email, .side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400
}

.drag-target {
  height: 100%;
  width: auto !important;
  position: fixed;
  top: 0;
  z-index: 998
}

.side-nav.fixed {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: fixed
}

.side-nav.fixed.right-aligned {
  right: 0;
  left: auto
}

.nav-icons {
  line-height: normal !important;
  text-align: center;
}

.nav-icons a {
  display: inline-block !important;
  padding: 0 10px !important;
  line-height: normal !important;
  text-align: center;
  height: auto !important;
  font-size: 25px !important;
  color: #343434 !important
}

.nav-icons a i {
  margin: 0px !important;
  line-height: normal !important;
  height: auto !important;
}

.nav-icons a:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #F09601 !important;

}

@media only screen and (max-width: 992px) {
  .side-nav.fixed {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%)
  }
  .side-nav.fixed.right-aligned {
    -webkit-transform: translateX(105%);
    transform: translateX(105%)
  }
  .side-nav a {
    padding: 0 16px
  }
  .side-nav .user-view, .side-nav .userView {
    padding: 10px 25px;
  }
  .user-view img {}
}

.side-nav .collapsible-body>ul:not(.collapsible)>li.active, .side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active {
  background-color: #ee6e73
}

.side-nav .collapsible-body>ul:not(.collapsible)>li.active a, .side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active a {
  color: #fff
}

.side-nav .collapsible-body {
  padding: 0
}

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  /*background-color: rgba(35, 31, 32, 0.9);*/
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/rack-of-lamb.jpg) no-repeat center center;
  background-size: cover;
  z-index: 997;
  cursor: url(../images/nav-close.png), auto;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45)
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7)
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7)
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7)
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7)
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7)
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7)
}

@media only screen and (max-width: 320px) {
  .side-nav {
    width: 250px;
  }
}
