/* Bajuku Slideout */

#slideOut {
  position: fixed;
  width: 300px;
  height: 800px;
  top: 30px;
  right: -300px;
  /* Animation  */
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  z-index:1000;
}


  #slideOut .modal-content {
    top: 140px;
    border-radius: 0;
		background-color: #fff;
		position: absolute;
  }


/* Display slideOut */

.showSlideOut {
  right: 0px !important;
}


/* Tab */

.slideOutTab {
  margin-top: 150px;
  position: absolute;
  left: -50px;
  height: 250px;
  width: 50px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  background: #8493b4;
	color:#ffffff;
  border-radius: 15px 0px 0px 15px
}

.slideOutTab div {
  text-align: center;
  position: relative;
  color:#ffffff;
  width: 230px;
  right: 90px;
  top: 110px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  writing-mode: lr-tb;
}
