/*--- Строения по локациям --*/
.buildings_by_locations {
	clear: both;
	display: block;
	width: 1100px;
	margin-top: 40px;
	padding-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #e3e6e7;
}

.buildings_by_locations .subways,
.buildings_by_locations .districts,
.buildings_by_locations .locations {
	margin: 40px 0 10px;
}

.buildings_by_locations h3 {
	font: bold 16px/21px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000000;
	margin: 0;
}

.buildings_by_locations .table {
	margin: 12px 0 10px;
	width: 100%;
	overflow: hidden;
}

.buildings_by_locations .column {
	display: block;
	float: left;
	width: 20%;
	overflow: hidden;
}

.buildings_by_locations .subway,
.buildings_by_locations .district,
.buildings_by_locations .location {
	display: block;
	width: 100%;
	margin: 5px 0;
	padding: 0;
}

.buildings_by_locations .color {
	display: inline-block;
	border-radius: 4px;
	width: 8px;
	height: 8px;
	margin-right: 8px;
}

.buildings_by_locations .count {
	font: normal 10px/10px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #aaaaaa;
	vertical-align: super;
	margin-left: 2px;
}

.buildings_by_locations .link {
	font: normal 14px/18px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #1D9BEB;
}
.buildings_by_locations .link:hover {
	opacity: .8;
	border-bottom: 1px solid #1D9BEB;
}

.buildings_by_locations .show-all {
	font: normal 14px/18px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000000;
	border-bottom: 1px dashed #000000;
	cursor: pointer;
}
.buildings_by_locations .show-all:hover {
	opacity: .8;
}