.navbar-push {
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-left: 0;
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.push-canvas {
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
		overflow-x: hidden;
		position: relative;
		left: 0;
	}
	.push-canvas.pushed-left {
		left: -80%;
	}
	.push-canvas.pushed-right {
		left: 80%;
	}
	.navbar-push {
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
		overflow-y: scroll;
		height: 100%;
		position: fixed;
		width: 80%;
		top: 0;
		padding: 15px;
	}
	.navbar-push.navbar-push-left {
		right: -80%;
	}
	.navbar-push.navbar-push-right {
		left: -80%;
	}
	.navbar-push.navbar-push-right.in {
		left: 0;
	}
	.navbar-push.navbar-push-left.in {
		right: 0;
	}
	.push-canvas .closeMenu {
		display: block !important;
		left: -80%;
		background: rgba(0, 0, 0, .7)
	}
}