
.-mh2-filter-show {
	transition: width 0.5s ease 0s,
				padding-left 0.5s ease 0s,
				padding-right 0.5s ease 0s,
				border-width 0.5s ease 0s,
				margin-left 0.5s ease 0s,
				margin-right 0.5s ease 0s,
				
	            opacity 0.5s ease 0.5s !important;
	
	opacity: 1;
}

.-mh2-filter-hide {
	transition: opacity 0.5s ease 0s,
	
	            width 0.5s ease 0.5s,
				padding-left 0.5s ease 0.5s,
				padding-right 0.5s ease 0.5s,
				border-width 0.5s ease 0.5s,
				margin-left 0.5s ease 0.5s,
				margin-right 0.5s ease 0.5s !important;
	
	opacity: 0;
	
	width: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	border-width: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	overflow: hidden;
}
