/* iPad portrait */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.residence-carousel {
		height: 50%;
	}

	.strip {
		padding: 50px 5%;
	}

	header .action-buttons a {
		display: inline-block !important;
	}

	.slider-wrapper {
		width: 90%;
		right: -90%;
	}

	#footer .c-flex {
		display: none;
	}

	.filters-availability-holder {
		padding: .9rem;
	}

	.single-apartment {
		height: 50%;
	}

	.single-apartment-floorplan .pdf-download {
		display: inline-block;
		margin-right: 6px;
	}

	.single-apartment-floorplan .furniture-switcher {
		display: inline-block;
	}
}

/* iPad landscape */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.slider-wrapper {
		width: 50%;
		right: -50%;
	}
}



/* General */
.single-apartment-about .c-position-helper span.apartment-letter img {
	width: 2.3rem;
}
