%clr {
	&:after {
		content: '';
		display: block;
		width: 100%;
		height: 0px;
		overflow: hidden;
		overflow: hidden;
		clear: both;
	}
}

%clr-trans {
	transform:translate3d(0,0,0);
	transition: none;
}

%fade {
	visibility: hidden;
	opacity: 0;
}

%fade-hov {
	visibility: visible;
	opacity: 1;
}

%absolut-full-wh {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

%fixed-full-wh {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}
