.demo-btn-margin .btn{margin-bottom:6px}

.navbar-toggle{display: block!important;}
.dl-menu.dl-animate-out-1 {
	animation: MenuAnimOut1 0.4s linear forwards;
}
.dl-menuwrapper{max-width: 500px!important;}

.dl-menuwrapper .dl-menu{top:50px!important;}
.dl-menuwrapper:first-child{margin: 0!important;}




@media screen and (max-width:767px){
.text-center-xs{text-align: center;width: 100%;}
.page-header {

	background-size: contain!important; }
	.user-login{margin-top: 12px;}
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	animation: MenuAnimIn1 0.3s linear forwards;
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}
