
/*
 * Off Canvas
 * --------------------------------------------------
 */
 
@media (max-width: 750px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    right: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    left: -47%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    right: -47%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    left: 47%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    right: 47%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 47%; /* 6 columns */
  }
}

@media (min-width: 750px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    left: 0;
  }

  .row-offcanvas-left {
    right: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    left: -20%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    right: -20%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    left: 20%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    right: 20%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 20%; /* 6 columns */
  }
}


@media (min-width:1170px) {
	
}