
# {

}
# .some-class {

}
# .album-choices, # .album-pics {
	position: relative;
}
# .album-choices img, # .album-pics img {
	width: 100%;
	height: auto;
	overflow: hidden;
	object-fit: contain;
	bottom: 0;
}
# .project_descr {
	height: 100px;
	padding-top: 40px;
	text-align: center;
	background-color: var(--bg);
}
# .album-cell:hover {
	opacity: 0.7;
}
# .album-pics .main-picture, # .album-pics .thumbnails {
	width: 100%;
}
# .album-pics .main-picture, # .thumbnails {
	width: 100%;
}
# .thumbnails .col-lg-6 {
	width: 20%;
	padding-top: 10px;
	height: 300px;
}
.choice-title, .area-title {
	padding-top: 8px;
	text-align: right;
}
.area-title, .area-value {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.form-value {
	padding-right: 5px;
}
.add-to-map-2 div {
	text-align: center;
	display: inline;
	position: relative;
	top: -40px;
	left: 10%;
	height: 0;
}
.reciprocity-listing, .non-reciprocity-listing {
	max-height: 450px;
	overflow: hidden;
}
.reciprocity-listing img.listings, .non-reciprocity-listing img.listings {
	width: 99%;
}
.arrange-a-viewing {
	display: inline-block;
	padding: 10px;
	margin: 10px;
	background-color: var(--button);
	color: white;
	font-size: 20px;
}
.arrange-a-viewing a {
	color: white;
}
.arrange-a-viewing:hover {
	background-color:  var(--buttonh);
}
.arrange-a-viewing a:hover {
	color: white;
}

@media (min-width: 1200px) {
	# .thumbnails {
		height: 320px;
		overflow:scroll;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	# .thumbnails {
		height: 320px;
		overflow:scroll;
	}
	# .thumbnails .col-lg-6 {
		width: 25%;
		padding-top: 10px;
		height: 300px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	# .thumbnails {
		height: 320px;
		overflow:scroll;
	}
	# .thumbnails .col-md-12 {
		width: 32%;
		padding-top: 10px;
		height: 300px;
		display: inline-block;
	}
}
@media (max-width: 767px) {
	# .thumbnails .col-md-12 {
		width: 100%;
		padding-top: 10px;
		height: auto;
	}
	.add-to-map-2 div {
		text-align: left;
		left: 0;
		height: 0;
		top: -50px;
	}
	.reciprocity-listing, .non-reciprocity-listing {
		max-height: none;
		overflow: hidden;
	}
}
@media (max-width: 576px) {
	.choice-title, .area-title {
		text-align: left;
	}
}
