/* NETWORKING */
#networking-stands .filter-hall-container {
	flex: auto;
	display: flex;
	justify-content: center;
}
#networking-stands .filter-hall-container .filter-hall-content {
	width: 30%;
	margin-left: 2rem;
}
#networking-stands .filter-hall-container .filter-hall-content > div {
	width: 100%;
}
#networking-stands .inactive .thumbnail {
	opacity: .4;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#networking-stands .inactive .thumbnail-title a {
	color: #ccc;
}

@media (min-width: 640px) {
	#networking-stands .pt-md-0 {
		padding-top: 0 !important;
	}
}