main {
  z-index: 2;
  position: relative;
  height: 100%;
  background-color: #2D3142;
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}

.sidebar {
  height: 100%;
  width: 600px;
  position: fixed;
  top: 0;
  z-index: 1;
  right: 0;
  background-color: #121b23;
  padding: 100px 60px 50px;
  overflow: auto;
  height: 100%;
}

.bar {
  display: block;
  height: 5px;
  width: 50px;
  background-color: white;
  margin: 10px auto;
}

.button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.nav-right {
  position: fixed;
  right: 25px;
  top: 28px;
}

.nav-right.visible-xs { z-index: 3; }

.hidden-xs { display: none; }

.middle { margin: 0 auto; }

.bar {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all  1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all  1s ease-in-out;
}

.nav-right.visible-xs .active .bar {
  background-color: #FFF;
  -webkit-transition: all  1s ease-in-out;
  -moz-transition: all  1s ease-in-out;
  -ms-transition: all  1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all  1s ease-in-out;
}

.button.active .top {
  -webkit-transform: translateY(15px) rotateZ(45deg);
  -moz-transform: translateY(15px) rotateZ(45deg);
  -ms-transform: translateY(15px) rotateZ(45deg);
  -o-transform: translateY(15px) rotateZ(45deg);
  transform: translateY(15px) rotateZ(45deg);
}

.button.active .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  -moz-transform: translateY(-15px) rotateZ(-45deg);
  -ms-transform: translateY(-15px) rotateZ(-45deg);
  -o-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}

.button.active .middle { width: 0; }

.move-to-left {
  -webkit-transform: translateX(-600px);
  -moz-transform: translateX(-600px);
  -ms-transform: translateX(-600px);
  -o-transform: translateX(-600px);
  transform: translateX(-600px);
}

nav { padding-top: 30px; }

.sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: 100px;
    text-align: center;
	transition: all 0.3s ease-in-out
}

.sidebar-item {
    padding: 20px 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    border-bottom: 1px solid #0f151a;
    transform: translateY(-20px);
    margin: 0px 50px;
}

.sidebar-item:first-child {
  -webkit-transition: all .7s .05s ease-in;
  -moz-transition: all .7s .05s ease-in;
  -ms-transition: all .7s .05s ease-in;
  -o-transition: all .7s .05s ease-in;
  transition: all .7s .05s ease-in;
}

.sidebar-item:nth-child(2) {
  -webkit-transition: all .7s .1s ease-in;
  -moz-transition: all .7s .1s ease-in;
  -ms-transition: all .7s .1s ease-in;
  -o-transition: all .7s .1s ease-in;
  transition: all .7s .1s ease-in;
}

.sidebar-item:nth-child(3) {
  -webkit-transition: all .7s .15s ease-in;
  -moz-transition: all .7s .15s ease-in;
  -ms-transition: all .7s .15s ease-in;
  -o-transition: all .7s .15s ease-in;
  transition: all .7s .15s ease-in;
}

.sidebar-item:nth-child(4) {
  -webkit-transition: all .7s .2s ease-in;
  -moz-transition: all .7s .2s ease-in;
  -ms-transition: all .7s .2s ease-in;
  -o-transition: all .7s .2s ease-in;
  transition: all .7s .2s ease-in;
}

.sidebar-item:nth-child(5) {
  -webkit-transition: all .7s .25s ease-in;
  -moz-transition: all .7s .25s ease-in;
  -ms-transition: all .7s .25s ease-in;
  -o-transition: all .7s .25s ease-in;
  transition: all .7s .25s ease-in;
}

.sidebar-item:nth-child(6) {
  -webkit-transition: all .7s .3s ease-in;
  -moz-transition: all .7s .3s ease-in;
  -ms-transition: all .7s .3s ease-in;
  -o-transition: all .7s .3s ease-in;
  transition: all .7s .3s ease-in;
}

.sidebar-item:nth-child(7) {
  -webkit-transition: all .7s .35s ease-in;
  -moz-transition: all .7s .35s ease-in;
  -ms-transition: all .7s .35s ease-in;
  -o-transition: all .7s .35s ease-in;
  transition: all .7s .35s ease-in;
}

.sidebar-item:last-child {
  -webkit-transition: all .7s .4s ease-in;
  -moz-transition: all .7s .4s ease-in;
  -ms-transition: all .7s .4s ease-in;
  -o-transition: all .7s .4s ease-in;
  transition: all .7s .4s ease-in;
}

.sidebar-item.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.sidebar-anchor {
    color: #FFF;
    text-decoration: none;
    font-size: 16px !important;
	font-weight: 500 !important;
    position: relative;
    padding-bottom: 10px;
	letter-spacing: 0.3px
}

.sidebar-anchor:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3fb9ff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar-anchor.active:before {
	background-color: white;
}

.sidebar-item:hover .sidebar-anchor:before { width: 100%; }
.sidebar-item .sidebar-anchor i { transition: all 0.3s }
.sidebar-item:hover .sidebar-anchor i { color: #3fb9ff !important }
.sidebar-item:hover .sidebar-anchor.active i { color: white !important }

.button.active .bar {
    background-color: #5d7385 }

 @media (min-width: 480px) {

.nav-list { display: block; }
}
 @media (min-width: 768px) {

.hidden-xs { display: block; }

.visible-xs { display: none; }
}


.sidebar-item i { font-size: 20px !important; top: 2px !important}

.sidebar-item.active { transition: all 0.3s ease-in-out; box-shadow: inset 0px 0px 0px #050d14  }
.sidebar-item.active:hover { box-shadow: inset -300px 0px 0px #050d14 }
