.sr-menu-curtain
  position: fixed
  left: 0
  right: 180px
  top: 0
  bottom: 0
  opacity: 0
  background: black
  z-index: 10000
  display: none
.sr-menu-wrapper
  position: fixed
  top: 0
  right: 0
  height: 100%
  width: 0
  overflow: hidden
  z-index: 110
  -webkit-transition: all 0.5s ease
  -webkit-transition-delay: 0.5s
  -moz-transition: all 0.5s ease
  -moz-transition-delay: 0.5s
  transition: all 0.5s ease
  transition-delay: 0.5s

  ul
    list-style: none
    padding-left: 0
    li
      display: block
      padding: 14px
      overflow: hidden
      width: 180px
      &:first-child
        border-top: 0

      &:last-child
        border-bottom: 0

      a
        -webkit-font-smoothing: antialiased
        line-height: 15px
        font-size: 15px

        i.fa
          font-size: 15px
          line-height: 15px
          margin-right: 10px

#sr-header, div[ui-view] > div.ng-scope
  -webkit-transition: all 0.5s ease
  -webkit-transition-delay: 0.5s
  -moz-transition: all 0.5s ease
  -moz-transition-delay: 0.5s
  transition: all 0.5s ease
  transition-delay: 0.5s

.sr-box-wrapper
  margin-left: 0
  width: 100%