/*
 * Style tweaks
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
	z-index:100;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -110%;
	z-index:100;
  }

  .row-offcanvas-left.active {
    left: 120%;
	z-index:100;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 95%;
	z-index:100;
  	background: #FFF;
  }
}