@media (max-width: 1100px) {
	.naviLeft {
		width: 33.68056%;
		position: absolute;
		height: 74px;
		top: 53px;
		left: 3%; /**/
		text-align: left;
	}

	.naviLeft a {
		color: #FFF;
		font-family: 'Brandon Grotesque Thin', Century Gothic, Arial, sans-serif;
		font-size: 17px;
		text-decoration: none;
		display: inline-block;
		margin-right: 10%;
		zoom: 1;
		*display: inline;
	}

	.naviRight {
		width: 33.68056%;
		position: absolute;
		height: 74px;
		top: 53px;
		right: 3%; /**/
		text-align: right;
	}

	.naviRight a {
		color: #FFF;
		font-family: 'Brandon Grotesque Thin', Century Gothic, Arial, sans-serif;
		font-size: 17px;
		text-decoration: none;
		display: inline-block;
		margin-left: 10%;
		zoom: 1;
		*display: inline;
	}	
	
	.footerLinks a {
		padding: 0 2.15278%;
	}	
	
	a.greenButton {
		font-size: 16px;
		font-family: 'Brandon Grotesque', Century Gothic, Arial, sans-serif;
		line-height: normal;
		/*xheight: 43px;*/
		height: auto;
		padding: 9px;
		display: block;
		text-align:center;
		width: 95%;
		text-decoration: none;
		margin-bottom: 26px;
		color: #FFF;
		background-color: #33bbb1;
		border-top: 1px solid #a5e0dc;
	}	
	
	.emeraldMapDetails p.decorative {
		font-size: 16px;
		font-family: 'Conv_ArcherPro-BookIta', Century Gothic, Arial, sans-serif;
		line-height: 24px;
		padding-top: 35px;
		margin-bottom: 15px;
		color: #032A52;
	}

	.emeraldMapDetails p.normal {
		font-size: 13px;
		font-family: 'Conv_Myriad Web Pro', Arial, sans-serif;
		line-height: 24px;
		margin-bottom: 15px;
		color: #999;
	}

	p.coordinates {
		font-size: 16px;
		font-family: 'Conv_Myriad Web Pro', Arial, sans-serif;
		color: #999;	
	}	
}

@media (max-width: 940px) {
	.naviLeft {
		width: 45%;
		position: absolute;
		height: 74px;
		top: 53px;
		left: 3%; /**/
		text-align: left;
	}

	.naviLeft a {
		color: #FFF;
		font-family: 'Brandon Grotesque Thin', Century Gothic, Arial, sans-serif;
		font-size: 15px;
		text-decoration: none;
		display: inline-block;
		margin-right: 5%;
		zoom: 1;
		*display: inline;
	}

	.naviRight {
		width: 45%;
		position: absolute;
		height: 74px;
		top: 53px;
		right: 3%; /**/
		text-align: right;
	}

	.naviRight a {
		color: #FFF;
		font-family: 'Brandon Grotesque Thin', Century Gothic, Arial, sans-serif;
		font-size: 15px;
		text-decoration: none;
		display: inline-block;
		margin-left: 5%;
		zoom: 1;
		*display: inline;
	}
	
	span.houseName {
		font-size: 16px;
		overflow-y: hidden;
	}	
}

@media (max-width: 700px) {
	.naviLeft {
		width: 45%;
		position: absolute;
		height: 74px;
		top: 53px;
		left: 3%; /**/
		text-align: left;
	}

	.naviLeft a {
		color: #FFF;
		font-family: 'Brandon Grotesque Thin', Century Gothic, Arial, sans-serif;
		font-size: 13px;
		text-decoration: none;
		display: inline-block;
		margin-right: 3%;
		zoom: 1;
		*display: inline;
	}

	.naviRight {
		width: 45%;
		position: absolute;
		height: 74px;
		top: 53px;
		right: 3%; /**/
		text-align: right;
	}

	.naviRight a {
		color: #FFF;
		font-family: 'Brandon Grotesque Thin', Century Gothic, Arial, sans-serif;
		font-size: 13px;
		text-decoration: none;
		display: inline-block;
		margin-left: 3%;
		zoom: 1;
		*display: inline;
	}		
}