/*
 * Style tweaks
 * --------------------------------------------------
 */



/*
 * Off Canvas
 * --------------------------------------------------
 */
 
 .leftmenu .baars {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}
.leftmenu .baars .icon-bar {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 22px;
}
@media screen and (max-width: 980px) {
    html,body{overflow-x: hidden;}
	.leftmenu .btn.btn-primary {
    background:#363680 none repeat scroll 0 0;
    border: 1px solid #363680;
    font-size: 18px;
    padding: 5px 15px;
}

	

  .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%; z-index:99;
  }

  .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: -51%; /* 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%; /* 6 columns */ z-index:999999;
  }
}


@media screen and (max-width : 450px) {
.row-offcanvas-left .sidebar-offcanvas{left:-72%;}
	.sidebar-offcanvas{ width:72%;}
	.row-offcanvas-left.active{left:75%;}


}




