/*

Some visual aspects

*/

.slider li {
	overflow:hidden; 
	max-height:545px;
}


@media screen and (min-width: 1200px){
	.propertytile > div:nth-of-type(1) {
		height:100px;
	}

	.propertytile > div:nth-of-type(2) {
		height:100px;
	}
}

@media screen and (max-width: 1200px){
	.propertytile > div:nth-of-type(1) {
		height:200px;
	}

	.propertytile > div:nth-of-type(2) {
		height:160px;
	}
}



.propertytile h2 {
	position: relative;
	top: 30%;
	transform: translateY(-30%);
}

.propertytile p {
	position: relative;
	top: 30%;
	transform: translateY(-30%);
}

#gmap_canvas {
	height:400px;
	width:100%;
}

.overlay {
    display: none;
}

.sold img {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.sold .overlay {
    display:block;
    position:absolute;
    top:0px;
    width:100%;
    color: #fff;
    background-color: #069CA4;
    font-weight: normal;
    text-align: center;
    padding: 10px 10px;
    height: unset;
}

.propertytile {
    position:relative;
}


/*

Generic classes

*/

.nodisplay {
	display:none;
}