.breadcrumb-block-placeholder {
	height:36px;
	margin:40px 0 20px!important;
}

.essay-placeholder {
	font-size:0;
	line-height:0;
}

.text {
	display:inline-block;
	background-color:#444;
	height:12px;
	border-radius:100px;
	margin:5px 0;
	min-width:100px;
	opacity:.1;
	animation:fading 1.5s infinite;
}

.link {
	background-color:#428bca;
	opacity:.4;
	width:90%;
}

.line-full {
	width:100%;
}

.line-mid {
	width:95%;
}

.extra {
	margin-top:15px;
	width:30%;
}

h1.text {
	height:39px;
	margin:20px 0 15px;
	opacity:.2;
	width:40%;
}

h4.text {
	height:24px;
	margin:20px 0 15px;
	opacity:.2;
}

@keyframes fading {
	0% {
		opacity:.1;
	}

	50% {
		opacity:.2;
	}

	100% {
		opacity:.1;
	}
}