
/*
 * Off Canvas
 * --------------------------------------------------
 */
/*@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;*/
/*  }*/

/*  .row-offcanvas-left .sidebar-offcanvas {*/
/*    left: -33%;*/
/*  }*/

/*  .row-offcanvas-left.active {*/
/*    left: 33%;*/
/*  }*/

/*  .sidebar-offcanvas {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 33%;*/
/*    margin-left: 10px;*/
/*  }*/
/*}*/


/*
 * Main content
 */

.main {
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*.affix {*/
/*    !*min-width:100% !important;*!*/
/*}*/

