.row {
	margin-bottom: 30px;
}
.description {
	font-size: 16px;
}
.cards {
	display: none;
	width: auto;
	padding: 20px;
	border: 1px dotted silver;
	margin: 0 auto;
	background-size: cover;
}
#cards_arch {
	background: url('../img/blue.jpg') 0 0 transparent;
}
#cards_shad {
	background: url('../img/gray.jpg') 0 0 transparent;
}
.cards.visible {
	display: inline-block;
}
.cards a {
	display: inline-block;
	border-radius: 6px;
	float: left;
}
.cards > a {
	display: inline-block;
}
.cards > a:not(:last-child) {
	margin-right: 10px;
}
.cards img {
	height: 275px;
}
.request {
	width: 150px;
	height: 200px;
	background: url('../cards/cover_arch.jpg') top left no-repeat;
	background-size: cover;
	border-radius: 6px;
	cursor: pointer;
	margin: 0 auto;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2), 0 3px 9px 0 rgba(0,0,0,0.19);
}
#request_shad {
	background: url('../cards/cover_shad.jpg') top left no-repeat;
}
#request_arch:hover, #request_shad:hover {
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.fancybox-container.hide-title .fancybox-placeholder:after {
	content: "";
	position: absolute;
	left: 27%;
	bottom: 0;
	width: 46%;
	height: 80px;
	background: #fff;
	z-index: 99997;
}

#notes {
	height: 400px;
}

#instructions {
	margin-top: 20px;
}
#loader {
	height: 60px;
}
#loader img {
	width: 60px;
}
@media screen and (max-width: 767px) {
	.cards a {
		margin: 0 auto 20px !important;
		float: none;
	}
	.cards a:last-child {
		margin-bottom: 0 !important;
	}
	button.btn {
		display: block;
		margin: 0 auto 20px;
	}
	.fancybox-container.hide-title .fancybox-placeholder:after {
    height: 55px;
	}
	#notes {
		height: 80px;
	}
}
