#wrapper.hide_side .navbar-static-side{
	left: -250px;
	-webkit-transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  transition: all 1s ease;
}
#wrapper.hide_side #page-wrapper{
	-webkit-transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  transition: all 1s ease;
	margin: 0;
}
.navbar-static-side{
	left: 0;
}
.navbar-static-side,
#wrapper #page-wrapper{
	-webkit-transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  transition: all 1s ease;
}
#sidebar-toggle{
	display: inline-block;
	margin: 14px;
}
#sidebar-toggle:active,#sidebar-toggle:focus,#sidebar-toggle:hover{
	color: #FFF;
}