.box.property.prestigious,
.box.property.prestigious .details,
.prestigious .box.details .details_text,
section#featured .box.property.prestigious .details {
	background-color: #dfeefe;
}

.box.property.prestigious .details::before {
	content:'';
	position:absolute;
	display:block;
	width:40px;
	height:36px;
	background-image: url(/userfiles/design/Triangles.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	margin-top:-56px;
	margin-left:10px;
}

.prestigious #slideshow-1::before {
	content:'';
	position:absolute;
	display:block;
	width:40px;
	height:40px;
	background-image: url(/userfiles/design/T-Disc.png?r=2);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	bottom:60px;
	left:10px;
	z-index:1000;
}


.box.property.prestigious .property_type::after {
	background-color: #0488f2;
}

.box.property.prestigious .flash.under_offer,
.prestigious .box.details .under_offer_button {
	background-color: #0f71ee;
}

@media (min-width: 1024px) {

	#property_details .grid_3_1.prestigious .details {
		grid-column: span 2;
	}
	
	#property_details .grid_3_1.prestigious .details_mainimage {
		max-height: 900px;
	}

	#property_details .grid_3_1.prestigious .details_contact_buttons {
		grid-row:2;
		grid-column:2;
	}

	.prestigious #slideshow-1::before {
		width:150px;
		height:150px;
		bottom:80px;
		left:40px;
	}
	
	.prestigious .under_offer_button {
		position:relative;
		margin-top:40px;
	}
	.prestigious .under_offer_button::before {
		content:'';
		position:absolute;
		display:block;
		width:50px;
		height:38px;
		background-image: url(/userfiles/design/Triangles.png);
		background-size:contain;
		background-position:center center;
		background-repeat:no-repeat;
		margin-top:-50px;
		margin-left: calc(50% - 40px);
	}

}

div.prestigious {
	max-width:1000px !important;
}
@media (min-height: 1100px) {
	div.prestigious {
		max-width:1100px !important;
	}
}