.vertical-space,
.vertical-space1,
.vertical-space2,
.vertical-space3,
.vertical-space4,
.vertical-space5 {
	display: block;
	width: 100%;
	margin: 0;
	clear: both;
	border: 0 none;
	height: 20px;
}

@media only screen and (max-width: 480px) {

	.vertical-space,
	.vertical-space1 {
		height: 8px;
	}

	.vertical-space2 {
		height: 14px;
	}

	.vertical-space3 {
		height: 28px;
	}

	.vertical-space4 {
		height: 40px;
	}

	.vertical-space5 {
		height: 60px;
	}
}

@media (max-width: 992px) {

	.vertical-space,
	.vertical-space1 {
		height: 12px;
	}

	.vertical-space2 {
		height: 18px;
	}

	.vertical-space3 {
		height: 36px;
	}

	.vertical-space4 {
		height: 50px;
	}

	.vertical-space5 {
		height: 80px;
	}

}

@media only screen and (min-width: 1281px) {
	.white-space {
		height: 110px;
	}
}