/* Clearing
--------------------------------------*/
.clear {
	position: relative;
}
.clear::before,
.clear::after {
	content: '';
	display: table;
	clear: both;
}
