/*
 * Style tweaks
 * --------------------------------------------------
 */



/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 760px) {
	html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out; display:inline-block; width:100%;
  }
  

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0px;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -54%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 52%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%!important; /* 6 columns */ z-index:999999;
  }
}


@media screen and (max-width : 450px) {
.row-offcanvas-left .sidebar-offcanvas{left:-79%;}
	.sidebar-offcanvas{ width:72%;}
	.row-offcanvas-left.active{left:75%;}


}




