#location .map
{
	background-image: url(../images/backgrounds/point-map_retina-sc.jpg);
    height: 430px;
}
#south .section-title{
	margin-left: -58.5px;
}
#neighbourhood .section-title{
	margin-left: -47px;
}
#gallery .section-title{
	margin-left: -47px;
}
#vr .section-title{
	margin-left: -49px;
}
#house .section-title{
	margin-left: -47px;
}
#popup-img{
	background-image:url("../gallery/gallery/interior/thegallery-inter4.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
        height: calc(100% - 80px);
    cursor: pointer;
}
#popup-text{
	font-size: 18px;
    line-height: 60px;
    text-align: center;
    font-weight: 200;
    color: #a1a1a1;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 2px
}
#navigation ul li a {
    font-size: 14px;
}
#subnav ul li a {
    font-size: 13px;
}

@media only screen 
and (max-device-width: 1024px) 
and (min-device-width: 768px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)
{
	
	.linkPart {
		height: 50px !important;
	}
	.linkPart img {
		top: 140px !important;
		left: 55px !important;
	}
	
}
@media only screen 
and (max-device-width: 1024px) 
and (min-device-width: 768px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)
{
	
	.linkPart {
		width: 140px !important;
		height: 43px !important;
	}
	.linkPart img {
		top: 143px !important;
	}
	
}