/* Table of Content
==================================================
	#Site Styles
	#Media Queries

/* #Site Styles
================================================== */

/* Wraps
-------------------------------------------------- */

	#headerWrap, #contactWrap, #searchWrap, #sliderWrap, #contentWrap, .sectionWrap, #featureWrap, #quickLinkWrap, #footerWrap {
		width: 100%;
		position: relative;
	}
	
	#headerWrap {
		padding: 0;
		z-index: 1002;
		background: rgba(169,175,137,0.95);
		transition: all 0.2s ease-out;
		border-top: 8px solid rgba(169,175,137,0.8);
	}
		
		#headerWrap.shadow, #headerWrap.home.shadow {
			background: rgba(255,255,255,1);
			-moz-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
			-webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
			box-shadow: 0 0 3px rgba(0,0,0, 0.2);
		}
		
		#headerWrap.home {
			position: absolute;
            top: 0;
		}
		#headerWrap.alt {
			padding: 0;
			z-index: 1002;
			background: rgba(169,175,137,0.85);
			transition: all 0.2s ease-out;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			border-top: 8px solid rgba(85,86,90,0.8);
		}
			#headerWrap.alt.shadow, #headerWrap.home.alt.shadow {
				background: rgba(169,175,137,0.95);
			}
			#headerWrap.rave {
				background: b6bb9b;
			}
	
	#searchWrap {
		background: #fff;
		padding: 30px 0 0;
		/*z-index: 102;*/
	}
	
	#breadcrumbWrap {
		background: #fff;
		position: relative;
		/*z-index: 201;*/
	}
	
	#breadcrumbWrap .twelve.columns  {
		padding: 15px 0 13px;
		border-bottom: 1px solid #e1e1e1;
	}
	
	#sliderWrap {
		background: #a9af89;
		padding: 0;
		height: 100vH;
		z-index: 100;
	}
    #sliderWrap.noheight {
		min-height: 900px;
	}
	
	.sectionWrap {
		background: #fff;
		padding: 50px 0 30px;
	}
		.sectionWrap.olive {
			background: rgba(169,175,137,0.5);
		}
		.sectionWrap.notice {
			padding: 30px 0 35px;
			background: #008367;
		}
			.sectionWrap.notice a {
				color: #fff;
			}
			.sectionWrap.notice a:hover {
				text-decoration: underline;
			}
		.sectionWrap.instantValuation {
			padding: 100px 0 105px;
			box-sizing: border-box;
			background-size: cover !important
		}
		.sectionWrap.instantValuation .overlay {
			width: 100%;
			height: 100%;
			background: rgba(0,134,103,0.8);
			z-index: 2;
			position: absolute;
    		top: 0;
		}
		.sectionWrap.instantValuation .container {
			z-index: 3;
		}
		.sectionWrap.instantValuation .columns {
			z-index: 4;
		}
		.sectionWrap.instantValuation * {
			color: #fff;
			text-transform: none;
		}
		.sectionWrap.instantValuation h2 {
			font-size: 38px;
    		line-height: 46px;
			margin-bottom: 20px;
		}
	
	#contentWrap {
		background: #fff;
		padding: 40px 0 35px;
		/*z-index: 102;*/
	}
	
	#mapWrap {
		background: #fff;
	}
	
	#featureWrap {
		background: #eee;
		padding: 50px 0 40px;
	}
	
	#secondaryWrap {
		background: #eee;
		border-top: 1px solid rgba(0,0,0,0.05);
		padding: 20px 0 15px;
	}
		#secondaryWrap.officeRelated {
			background: #fff;
			padding: 0 0 15px;
		}
		#secondaryWrap.booking {
			text-align: center;
			padding: 30px 0;
		}
	
	#newsWrap {
		padding: 20px 0 20px;
		background: #d7cebf;
	}
	
	#officeWrap {
		padding: 20px 0 10px;
		background: #b9ae9c;
	}
	
	#quickLinkWrap {
		padding: 10px 0 5px;
		background-color: #989E72;
	}
	
	#footerWrap {
		padding: 30px 0 20px;
		background: rgba(85,86,90,0.45);
	}
	
	#logoWrap {
		padding: 30px 0 30px;
		/*background: #3e4146;*/
		background: #55565a;
	}
		#logoWrap p {
			color: #fff !important;
		}
		#logoWrap img {
			/*opacity: 0.8;*/
			margin: 0 auto 20px;
		}
	#raveWrap {
		padding: 40px 0 40px;
		background: #55565a;
	}
		#raveWrap h1 {
			color: #a9af89
		}
		
		#raveWrap h4 {
			font-size: 18px;
			line-height: 24px;
			color: #ccc
		}
		
		#raveWrap h6 {
			color: #fff
		}
		
	#sideBar {
		min-height: 718px;
		background: rgba(169,175,137,0.2);
		padding: 20px 20px 0px;
		box-sizing: border-box;
		position: relative;
	}
		#sideBar.noStyle {
			min-height: auto;
			background: none;
			padding: 0;
		}
		#sideBar.noPadB {
			padding-bottom: 0;
		}

	
	
/* top bar
-------------------------------------------------- */

.clientLogin {
	margin-bottom: 17px;
}

/* social buttons */

.social, .social li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social {
	display: block;
	float: right;
	padding: 6px 0 6px;
}

.social li {
	float: right;
	margin-left: 5px;
}

.social li:last-child{
	margin-left: 0;
}

.social li a {
	display: block;
	width: 24px;
	height: 24px;
	background-size: 500px 500px !important;
	text-decoration: none;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
	.social li a.fb {
		background: url('../images/sprite.png') no-repeat -155px -80px;
	}
	.social li a.li{
		background: url('../images/sprite.png') no-repeat -185px -80px;
	}
	.social li a.tw {
		background: url('../images/sprite.png') no-repeat -125px -80px;
	}
	.social li a.in {
		background: url('../images/sprite.png') no-repeat -215px -80px;
	}

		.social li a.fb:hover {
			background: url('../images/sprite.png') no-repeat -155px -104px;
			transform: rotate(-90deg);
		}
		.social li a.li:hover  {
			background: url('../images/sprite.png') no-repeat -185px -104px;
			transform: rotate(-90deg);
		}
		.social li a.tw:hover  {
			background: url('../images/sprite.png') no-repeat -125px -104px;
			transform: rotate(-90deg);
		}
		.social li a.in:hover  {
			background: url('../images/sprite.png') no-repeat -215px -104px;
			transform: rotate(-90deg);
		}
		
.accountInfo {
	float: right;
	margin: 0 0 0 5px;
	font-size: 15px;
}		
.accountInfo .accountBtn {
	float: right;
	display: block;
	margin-left: 5px;
	line-height: 24px;
	padding: 6px 10px 6px;
	background: rgba(169,175,137,0.8);
	transition: background 0.2s ease-out;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
	.accountInfo .accountBtn:hover {
		background: rgba(169,175,137,1);
	}
	.accountInfo .accountBtn:last-child {
		margin-left: 0;
	}
.accountInfo .accountBtn img, .accountInfo .accountBtn span {
	pointer-events: none;
}
.accountInfo .accountBtn img {
	display: inline;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: -3px 6px 0 0;
}
.accountInfo a {
	color: #fff;
}

/* alt header */

.alt .accountInfo .accountBtn {
	background: rgba(85,86,90,0.8);
}
	.accountInfo .accountBtn:hover {
		background: rgba(65,66,80,1);
	}
		
/* Header
-------------------------------------------------- */

#logo a {
	display: block;
	background: url('../images/sprite.png') no-repeat -300px 0;
	background-size: 500px 500px;
	width: 200px;
	height: 59px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	text-decoration: none;
	margin: 24px 0 25px;
}
	.alt #logo a {
		background: url('../images/sprite.png') no-repeat -300px -90px;
		background-size: 500px 500px;
	}

/* overlay menu */

#contactOverlay {
	padding: 25px 20px 5px;
	margin: 0 10px;
	background: #e7decf;
	/*background: #b8ae9c;*/
	position: absolute;
	top: 132px;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
	display: none;
}

#contactOverlay img.insetL.photo {
	max-width: 45%;
	padding: 8px;
	margin-right: 15px !important
}

#contactOverlay h3 {
	margin-bottom: 5px;
}

#contactOverlay p, #contactOverlay ul, #contactOverlay li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 3px;
}

#contactOverlay ul.linklist li span {
    margin-top: 1px;
    margin-right: 8px;
		line-height: 24px;
}

#contactOverlay .office {
		float: left;
		margin: 0 10px 15px 7px;
    width: 360px;
}
	#contactOverlay .office.formBox {
		background: #b8ae9c;
		padding: 10px 15px;
		box-sizing: border-box;
		margin-top: 5px;
	}
		#contactOverlay input[type="text"] {
			float: left;
			width: 49% !important;
			height: 35px;
			border: none;
		}
		
		#contactOverlay .office.formBox h3 {
			font-size: 14px;
			color: #fff;
			text-transform: uppercase;
		}
				
		#contactOverlay .office.formBox p {
			color: #008367;
			text-transform: uppercase;
			font-size: 12px !important;
			text-align: center
		}

		
/* Search - Homepage
-------------------------------------------------- */

#searchWrap select {
	float: left;
	margin-right: 5px;
}

#searchWrap .button {
	float: right;
}


/* Breadcrumb
-------------------------------------------------- */
	
#breadcrumbWrap ul, #breadcrumbWrap li {
	font-size: 11px;
	text-transform: uppercase;
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumbWrap li {
	float: left;
	margin: 0;
	color: #999;
}

	
/* Featured
-------------------------------------------------- */

.feature {
	position: relative;
	padding-bottom: 64px;
	margin-bottom: 30px !important;
	text-align: center;
}

.feature h2 img {
	vertical-align: middle;
	display: inline;
	margin-right: 10px;
	width: 24px;
}

.feature p {
	font-size: 14px;
	line-height: 23px;
	margin-right: 20px;
	margin-left: 20px;
}

.feature p.price {
	font-size: 20px;
	line-height: 20px;
}
	.feature p.price.sold {
		color: #c5003e;
	}

.feature:hover img {
	-ms-transform: scale(0.97);
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}
	
.feature input, .feature .button {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}

.feature input {
	bottom: 49px;
}


/* Staff grid
-------------------------------------------------- */

#staffGrid {
	margin: 10px -10px 0;
	border-top: 1px dashed #ddd;
	padding-top: 35px;
}

.staff {
	margin-bottom: 25px !important;
}

.staff img {
	margin-bottom: 10px;
}

.staff h3, .staff p {
	margin-bottom: 0;
}


/* Map & results
-------------------------------------------------- */
		
.gMapHolder, .mySvHolder {
	/*-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);*/
	box-sizing: border-box;
	margin-bottom: 40px
}

#mapCover {
	position: absolute;
	background: rgba(0,0,0,0.3);
	z-index: 3;
	display: block;
	width: 940px;
	height: 610px;
	box-sizing: border-box;
}
	.modal {
		position: absolute;
		left: 50%;
		top: 50%;
		background: #fff;
		z-index: 4;
		display: block;
		width: 300px;
		height: 114px;
		padding: 19px;
		border: 1px double #008367;
		margin: -72px 0 0 -165px;
		-moz-box-shadow: 0 0 7px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
		box-shadow: 0 0 7px rgba(0,0,0,0.3);
	}
		.modal .close {
			position: absolute;
			right: 10px;
			top: 10px;
			padding: 10px 9px 7px !important;
		}
		.modal h2 {
			margin-bottom: 10px
		}

#gMap {
	z-index: 2;
	max-width: 100%;
	height: 467px;
}

#gMap.taller {
	height: 610px;
}

.docGroup #gMap, .docGroup #mySv, .noSV, #mapframe {
	max-width: 100%;
	height: 636px;
}
.docGroup #gMap, .docGroup #mySv, .noSV {
	margin-bottom: 40px
}
.locrating {
	margin-bottom: 30px
}

/* To fix gmap infowindow bug */
.scrollFix {
	overflow: hidden;
	white-space: nowrap;
}

.scrollFix p {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 0;
}

.scrollFix h4 {
	margin-bottom: 2px;
}
	


/* Property
-------------------------------------------------- */

p.results .button {
	float: right;
}

.property {
	position: relative;
	text-align: center;
	/*border-bottom: 1px solid #ddd;*/
	margin-bottom: 20px !important;
	background: rgba(169,173,137,0.2);
}

.property, .property img {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.property .text {
	margin: 0 10px;
}

.property p {
	font-size: 13px;
	line-height: 21px;
	margin: 0 10px 25px;
}

.property p.price {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 5px;
	color: #181512
}

	.property p.price strong {
		color: #c5003e !important;
	}
	
.property p.propOffice {
	font-size: 13px;
	color: #555;
}
	
.property h3, .property h4 {
	margin: 0 8px;
}

.property a {
	border: none !important;
	padding: 0;
}
	
.property img {
	width: 460px;
	margin-bottom: 18px;
}
	.property .icon {
		display: inline;
		max-height: 32px;
		vertical-align: middle;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	
.sash {
	position: absolute;
	width: auto;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #c5003e;
	box-sizing: border-box;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 0 0 10px 0;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.sash span, .sash a {
	display: block;
	color: #fff;
	font-family: 'LolaMedium', Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 8px 10px 7px;
}

	.sash.sold {
		background: #c5003e;
	}

.rsContent .sash {
	right: 0 !important;
	top: 40px !important;
	left: 0 !important;
	max-width: 130px;
	text-align: center;
}

.property ul {
	margin: 0 0 20px 10px;
}

.property:hover {
	background: rgba(169,173,137,0.3);
}

.property:hover img {
	-webkit-filter: brightness(1.15);
 	filter: brightness(1.15);
}

	.property:hover img.icon {
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	
.property ul.rooms, .property ul.rooms li, ul.rooms {
	margin: 0;
	padding: 0;
	width: auto;
	list-style: none;
}

ul.rooms {
	margin-bottom: 20px;
}

.property ul.rooms {
	margin-left: 0;
	margin-bottom: 5px;
}

ul.rooms li {
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: none;
}

	ul.rooms li.bed {
		background: url(../images/sprite.png) 0 -318px no-repeat;
		background-size: 500px 500px;
		padding-left: 28px;
	}
	
	ul.rooms li.bath {
		background: url(../images/sprite.png) 0 -275px no-repeat;
		background-size: 500px 500px;
		padding-left: 28px;
	}
	
	ul.rooms li.reception {
		background: url(../images/sprite.png) 0 -298px no-repeat;
		background-size: 500px 500px;
		padding-left: 28px;
	}
	
	ul.rooms li.epc {
		background: url(../images/sprite.png) 0 -336px no-repeat;
		background-size: 500px 500px;
		padding-left: 28px;
	}
	
	ul.rooms li {
		padding: 0 0 0 26px !important;
		text-wrap: none;
	}
	
	ul.rooms li .divider {
		margin: 0 9px 0 12px;;
	}
	
.property.office {
	border-bottom: 3px solid #f2eee6;
}
	#officeWrap .property {
		margin-bottom: 0 !important;
	}
	#officeWrap .property.office {
		border-bottom: none;
	}
	#officeWrap hr {
		border-color: #a99b85;
	}



/* video embed */

.embedVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 0; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.embedVideo.ratio442 {
	padding-bottom: 44.2%; /* 16/9 ratio */
}
.embedVideo.ratio43 {
	padding-bottom: 75%; /* 16/9 ratio */
}

.embedVideo iframe,
.embedVideo object,
.embedVideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#inlinevideocontent {
	max-width: 960px;
	height: auto;
	background: #fff;
	padding: 10px 10px 5px;
	text-align: left;
	margin: 40px auto;
	position: relative;
}

.callOut, .noSV {
	text-align: center;
	background: #e8e8e8;
	padding: 25px 25px 3px;
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 20px !important;
	box-sizing: border-box;
	position: relative;
}
	.noSV {
		padding: 45% 80px;
	}
	.halfCol {
		width: 50%;
		float: left;
	}
	.callOut form {
		margin-bottom: 0;
	}
	
	.callOut h4 {
		margin-bottom: 18px;
	}
	.callOut .button {
		min-width: 100px;
	}
	.callOut .insetL, .callOut .insetR, .callOut .insetL.sm, .callOut .insetR.sm {
		margin-bottom: 20px !important;
		max-width: 25%;
	}
	.callOut.forNav {
		text-align: left;
		border: none;
		background-color: rgba(169,175,137,1);
	}
	.callOut.forNav2,
	.callOut.bgGreen {
		text-align: left;
		border: none;
		background-color: rgba(169,175,137,0.3);
		padding: 20px 20px 3px;
	}
	.callOut.ratingValue {
		text-align: left;
		border: none;
		background-color: #008367;
		padding: 20px 20px 3px;
	}
		.callOut.ratingValue input[type="number"] {
			margin-bottom: 10px !important;
			border: none;
			font-size: 20px;
			font-family: 'LolaBold', Arial, Helvetica, sans-serif;
			color: #008367;
		}
		.callOut.ratingValue label {
			color: #fff;
		}
	.callOut.account {
		border: none;
		border-bottom: 3px solid #e1e1e1;
		padding: 20px 20px 0;
	}
		.four.callOut.account {
			background: #f3f3f3 url(../images/bg-account.png) 50% 0 repeat-y;
		}
		.callOut.account.val {
			padding: 30px 20px 20px;
			background: #f3f3f3;
		}
		.callOut .joint {
			width: 45%;
			float: left;
			box-sizing: border-box;
		}
			.callOut .joint:first-child {
				margin-right: 5%;
			}
			.callOut .joint:last-child {
				margin-left: 5%
			}
	.callOut p.notification {
		margin: 0;
		padding: 10px 14px;
		border: 1px solid rgba(169,175,137,0.5);
	}
	
	#accountIcons a {
		margin-left: 20px;
		float: right;
	}
	
	#accountIcons a img {
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	.callOut.acquired {
		background: rgba(85,86,90,0.9);
		text-align: left;
		margin-bottom: 10px !important;
	}
	
	.callOut.acquired h2, .callOut.acquired h3, .callOut.acquired p {
		color: #fff;
	}
	
	.callOut.reg {
		padding: 18px 25px 3px;
		background: #008367;
		text-align: left;
		margin-bottom: 10px !important;
	}
	
	.callOut.reg h2, .callOut.reg h3, .callOut.reg p {
		color: #fff;
	}
	
	.callOut.reg .button {
		background: #a9af89;
	}
	
	#login.callOut {
		border: none;
	}
	
	p.acquiredStats {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 22px;
	}
	p.acquiredStats .divider {
		margin: 0 7px;
	}
	p.acquiredStats img {
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
		margin-top: -2px;
	}
	
	.callOut.forSale, .callOut.reserved, .callOut.awaiting {
		border: 1px solid rgba(0,0,0,0.05);
		border-bottom: 3px solid rgba(0,0,0,0.05);
		padding: 20px 20px 0;
		text-align: left;
		margin-bottom: 30px;
	}
	
	.callOut.forSale {
		background: #eaf7e1;
	}
	.callOut.reserved {
		background: #f8dede;
	}
		.callOut.forSale ul.linklist, .callOut.reserved ul.linklist, .callOut.awaiting ul.linklist {
			margin-bottom: 20px;
		}
	
	.callOut.progression {
		text-align: left;
	}
		.callOut.progression h3 {
			line-height: 25px;
		}
	
.box {
	padding: 18px 25px 3px;
	border: 1px solid #e1e1e1;
	margin-bottom: 20px !important;
	box-sizing: border-box;
	position: relative;
}
	.box.account {
		padding: 30px 20px 20px;
		text-align: center;
		border-bottom: 3px solid #e1e1e1;
	}
	
/* google chart */

#chartHolder {
  width: 100%; 
  min-height: 740px;
  margin-bottom: 30px;
}

#chartHolderMobile {
  width: 100%; 
  min-height: 600px;
  margin-bottom: 30px;
  margin-top: -60px
}
	
	
/* sub nav */

ul.subNav, ul.subNav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.subNav {
	margin: 0 0 25px;
}
	
ul.subNav li a {
	font-family: 'LolaBold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	padding: 11px 30px 10px 0;
	/*background: rgba(169,175,137,0.1); */
	border-bottom: 1px solid rgba(169,175,137,0.4);
	box-sizing: border-box;
}

ul.subNav li a:after, ul.subNav li li a:after {
	display: block;
	content: "";
	float: right;
	background: url('../images/sprite.png') no-repeat -12px -156px;
	background-size: 500px 500px;
	width: 7px;
	height: 12px;
	margin-right: -20px;
	margin-top: 5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
	ul.subNav li a:hover::after {
		background: url('../images/sprite.png') no-repeat 0 -156px;
		background-size: 500px 500px;
	}

ul.subNav li a.selected, ul.subNav li a.selected:hover {
	border-bottom: 1px solid #008367;
	background: #008367;
	color: #fff;
	padding-left: 10px;
}
	ul.subNav li a.selected::after {
		background: url('../images/sprite.png') no-repeat -24px -156px;
		background-size: 500px 500px;
		width: 7px;
		height: 12px;
		margin-top: 5px;
	}
		ul.subNav li.has-sub a.selected::after {
			transform: rotate(90deg)
		}

ul.subNav li a:hover {
	background: rgba(0,0,0,0.07);
	padding-left: 10px;
}

/* sub sub */

		ul.subNav li ul {
			margin: 0;
		}
		
		ul.subNav li li a:after {
			display: none;
		}
	
		ul.subNav li li a {
			font-size: 15px;
			text-transform: none;
			color: #333;
			background: #fff;
			display: block;
			padding: 12px 0 10px 20px;
			border-bottom: 1px dashed #ccc;
		}
			ul.subNav li li:last-child a {
				border-bottom: 1px solid #ddd;
			}
		ul.subNav li li a:hover {
			color: #000;
			background: #f7f7f7;
			padding-left: 30px;
			border-bottom: 1px solid #d1d1d1;
		}
		ul.subNav li li a.selected, ul.subNav li li a.selected:hover {
			border-bottom: 1px solid rgba(0,131,103,0.2);
			background: rgba(0,131,103,0.1);
			color: #008367;
			padding-left: 20px;
		}
		

/* alt subnav */
	
.forNav ul.subNav li a {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	color: #fff;
}
	.forNav ul.subNav li a:hover {
		background: rgba(255,255,255,0.2);
	}

.forNav ul.subNav li a.selected, .forNav2 ul.subNav li a.selected:hover {
	background: #008367;
	border-bottom: 1px solid #008367;
}
		
		
/* promo buttons & overlay boxes */

.promoBtn {
	display: table;
	width: 100%;
	height: 189px;
	margin-bottom: 20px;
	box-sizing: border-box;
	position: relative;
}
	.promoBtn.pos1 a {
		background: #008367 url('/images/icons/mort-calc2.png') 30px 50% no-repeat;
	}
	.promoBtn.pos2 a {
		background: #a9af89 url('/images/icons/stamp-calc2.png') 30px 50% no-repeat;
	}
	.promoBtn.pos3 a {
		background: #55565a url('/images/icons/yield-calc2.png') 30px 50% no-repeat;
	}
	
	.promoBtn.pos1 a, .promoBtn.pos2 a, .promoBtn.pos3 a {
		background-size: 100px auto
	}
	
.promoBtn a {
	display: table-cell;
	vertical-align: middle;
	padding: 18px 20px 18px 150px;
	border-radius: 3px
}
	.promoBtn a:hover {
		background-color: #55565a !important;
	}
	
	#sideBar .promoHolder {
		position: relative;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
	}
	
	#sideBar .promoBtn {
		width: 100%;
		height: auto;
		bottom: 0;
		padding: 0;
	}
	
	#sideBar .promoBtn a {
		width: 100%;
		background: #008367 url('/images/icons/mort-calc2.png') 15px 48% no-repeat;
		background-size: 45px auto;
		padding: 18px 10px 18px 70px;
		box-sizing: border-box;
	}
	
.promoBtn h3, .promoBtn p {
	color: #fff;
	margin: 0;
	pointer-events: none;
}

.promoBtn h3 {
	font-size: 26px;
	line-height: 32px;
}
	#sideBar .promoBtn h3 {
		font-size: 19px;
		line-height: 25px;
	}
	
.overlayHolder {
	margin-bottom: 30px;
	border-radius: 3px;
	font-size: 1px;
	line-height: 1px;
	background: #e8e8e8;
}
	#sideBar .overlayHolder {
		position: relative;
		bottom: 0;
		margin-bottom: 20px;
		margin-right: 0;
	}

.overlay {
	position: relative;
}
	.overlay.big {
		margin-bottom: 25px;
	}
	.overlay.big img.scale {
		margin-bottom: 0 !important;
	}

.overlay h3 {
	position: absolute;
	font-size: 26px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	line-height: 32px;
	z-index: 2;
	top: 0;
	left: 0;
	margin: 0;
	color: #fff;
	background: rgba(0,0,0,0.25);
	padding: 25px 30px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: left;
	pointer-events:none;
}
	.overlay.big h3 {
		font-size: 28px;
		line-height: 36px;
		/*height: auto;*/
	}
	
.overlayHolder .textbox {
	background: #e8e8e8;
	padding: 20px 30px 10px;
	box-sizing: border-box;
	width: 100%;
}
	.sectionWrap .overlayHolder {
		background: none;
	}
	.sectionWrap .overlayHolder .textbox {
		background: rgba(255,255,255,0.4);
	}
	#sideBar .overlayHolder {
		background: none;
	}
	#sideBar .overlayHolder .textbox{
		background: rgba(0,0,0,0.1)
	}
.overlayHolder .textbox h2 {
	margin-bottom: 10px;
}

.overlayHolder .textbox p {
	font-size: 14px;
	line-height: 22px;
}
		
		
/* Secondary
-------------------------------------------------- */	
		
#secondaryWrap h2 {
	color: #008367;
}

	
/* twitter
-------------------------- */
	
#twitter ul {
	list-style: none;
	margin-left: 0;
}

#twitter .tweet {
	line-height: 21px;
	text-align: center;
	position:relative;
	padding: 15px 10px 18px 15px;
	margin: 20px 0 20px;
	color: #fff;
	background: #008367;
	word-wrap: break-word;
	border-radius: 9px; 
  -moz-border-radius: 9px; 
  -webkit-border-radius: 9px;
}
	#twitter .tweet:before {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 50%;
		border-width: 10px 10px 0 10px; /* vary these values to change the angle of the vertex */
		border-style: solid;
		border-color: #008367 transparent; 
			/* reduce the damage in FF3.0 */
			display: block; 
			width:0;
		margin-left: -10px;
	}
	
	#twitter .tweet a {
		color: #bedaef;
	}
	#twitter .tweet a:hover {
		color: #fff;
	}
	
#twitter .interact {
	text-align: center;
	margin-bottom: 25px;
}

#twitter .interact a {
	margin-right: 20px;
	width: 17px;
	height: 12px;
	padding-left: 17px;
	line-height: 14px;
}

	#twitter .interact a.twitter_reply_icon {
		background: url('../images/sprite.png') no-repeat -240px -230px;
		background-size: 500px 500px;
		width: 17px;
		height: 12px;
	}
	#twitter .interact a.twitter_retweet_icon {
		background: url('../images/sprite.png') no-repeat -282px -229px;
		background-size: 500px 500px;
		width: 16px;
		height: 14px;
	}
	#twitter .interact a.twitter_fav_icon {
		background: url('../images/sprite.png') no-repeat -324px -230px;
		background-size: 500px 500px;
		width: 16px;
		height: 16px;
		margin-right: 0
	}
	
/* Office wrap
-------------------------------------------------- */

.officeTxt {
	overflow: hidden;
}
	.officeTxt p {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 5px !important;
	}
	
.one.column.award {
	text-align: center;
}
/*.one.column.award img {
	max-width: 80% !important;
}*/
	
	
/* Quicklink
-------------------------------------------------- */

#quickLinkWrap .divider {
	color: rgba(255,255,255,0.5);
}

#quickLinkWrap a {
	color: #fff;
}

#quickLinkWrap a:hover {
	color: #000;
}

#quickLinkWrap p {
	margin: 0;
	display: inline-block;
	line-height: 24px;
}

#quickLinkWrap .social {
	position: relative;
	float: none;
	display: inline;
	padding: 0;
	font-size: 0;
	top: -5px;
}
	#quickLinkWrap .social li {
		float: none;
		display: inline;
		margin-left: 0;
		margin-right: 4px;
	}
	#quickLinkWrap .social li a {
		display: inline-block;
	}
		
		
/* Footer
-------------------------------------------------- */

#goTop a {
	display: block;
	background: url('../images/sprite.png') no-repeat -60px -232px;
	background-size: 500px 500px;
	width: 48px;
	height: 48px;
	margin: -78px auto;
  border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%;
}

#goTop a:hover {
	background: url('../images/sprite.png') no-repeat -60px -280px;
	background-size: 500px 500px;
}

#footerWrap h4 {
	color: #008367;
}

#footerWrap ul, #footerWrap li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footerWrap p, #footerWrap ul li {
	font-size: 15px;
	color: #8c7c60;
	line-height: 19px;
	margin-right: 0;
}

#footerWrap li {
	margin: 0 0 2px 0;
}

#footerWrap ul.linklist li {
	line-height: 24px !important;
}
	#footerWrap ul.linklist li span {
		margin-top: 3px;
	}

#footerWrap a {
	display: block;
	padding-bottom: 5px;
}

#footerWrap hr {
	border: dashed #555;
	border-width: 0 0 1px;
}

#footerWrap .awards {
	margin: 10px 0;
	padding: 10px 0;
	background: #e7decf;
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
}

#footerWrap label {
	color: #bbb;
	width: 100px;
}


/* #Media Queries
================================================== */

	/* Retina-specific stuff here */
	
	@media 
	(-webkit-min-device-pixel-ratio: 2), 
	(min-resolution: 192dpi) {
		.property:hover, .property:hover img {
			-ms-transform: none;
			-webkit-transform: none;
			transform: none;
		}
		
		.feature:hover img {
			-ms-transform: none;
			-webkit-transform: none;
			transform: none;
		}
	}
	
	@media only screen and (min-width: 1280px) and (max-width: 1480px) {
		#sliderWrap.noheight {
            min-height: auto;
            height: 800px;
        }
        #searchWrap {
			padding-top: 20px;
		}
		#searchWrap select {
			width: 252px;
		}
		#mapCover {
			width: 780px;
		}
		#gMap {
			height: 387px;
		}
		.docGroup #gMap, .docGroup #mySv, .noSV, #mapframe {
			height: 610px !important;
		}
		#sideBar {
			min-height: 530px;
		}
	}

	/* Tablet Landscape size to wide monitor  */
	@media only screen and (min-width: 960px) and (max-width: 1279px) {
		#sliderWrap.noheight {
            min-height: auto;
            height: 650px;
        }
		.pc-only {
			display: none !important;
		}
		
		.three.columns .insetL {
			float: none;
		}
		
		#sideBar {
			padding: 10px 10px 0;
			min-height: 394px;
		}
		
		label, legend {
			width: 200px;
		}
		.rating > legend {
			width: 280px;
		}
		label.pop {
			width: 260px;
		}
		.matchLabel {
			margin-left: 200px !important;
		}
		.matchLabel.pop {
			margin-left: 260px !important;
		}
		
		input[type="text"],  input[type="password"],  input[type="email"],  textarea,  select {
			width: 260px;
		}
		
		label.forCheck {
			margin-right: 13px;
		}
		
		blockquote.ting .stargrid {
			width: 83%;
		}
		#headerWrap {
			padding: 20px 0 0;
		}
		
		h2.stat {
			font-size: 13px;
			line-height: 18px !important;
			margin-top: 0-5px;
		}
		p.statNum {
			font-size: 42px !important;
			line-height: 42px !important;
		}
		
		p.subStat {
			line-height: 17px;
		}
		
		#nav ul li a {
			padding: 6px 15px 5px;
		}
		
		#contactOverlay {
			top: 96px;
		}
		
		#contactOverlay .office {
			width: 280px;
		}
		
		.property h3 {
			font-size: 15px;
			line-height: 21px;
		}
		
		.property p.price {
			font-size: 14px;
			line-height: 20px;
		}
		
		#searchWrap {
			padding: 20px 0 0;
		}
		
		#searchWrap select {
			width: 179px;
		}
		
		#searchWrap #priceRangeMax {
			margin-right: 0;
		}
		
		#searchWrap .button {
			margin-bottom: 20px;
		}
		
		.sash span, .sash a {
			font-size: 15px;
			padding: 6px 9px 5px;
		}
		
		.feature {
			padding-bottom: 80px;
		}
		
		#footerWrap p, #footerWrap li {
			font-size: 12px;
			line-height: 18px;
		}
		
		#footerWrap li {
			margin: 0 0 4px 0;
			width: 100%;
			float: none;
		}
		
		#gMap {
			height: 307px;
		}
		
		.docGroup #gMap, .docGroup #mySv, .noSV, #mapframe {
			height: 498px !important;
		}
		
		#mapCover {
			width: 620px !important;
			height: 545px;
		}
		
		.modal {
			width: 300px;
			height: 114px;
			margin: -72px 0 0 -165px;
		}
		
		#sideBar .overlayHolder {
			margin-bottom: 10px;
		}
		
		.overlay h3 {
			font-size: 20px;
			line-height: 26px;
			padding: 10px 15px;
		}
		
		.overlayHolder .textbox {
			padding: 12px 25px 5px;
		}
		
		.overlayHolder .textbox h2 {
			font-size: 20px;
			line-height: 26px;
		}
		
		ul.subNav li a {
			font-size: 14px;
		}
		
		.promoBtn {
			height: 155px
		}
		
		.promoBtn a {
			padding: 17px 20px 18px 110px;
		}
		
		.promoBtn h3 {
			font-size: 20px;
			line-height: 26px;
			text-transform: uppercase
		}
		
		.promoBtn.pos1 a {
			background: #008367 url('/images/icons/mort-calc2.png') 25px 50% no-repeat;
		}
		.promoBtn.pos2 a {
			background: #a9af89 url('/images/icons/stamp-calc2.png') 25px 50% no-repeat;
		}
		.promoBtn.pos3 a {
			background: #55565a url('/images/icons/yield-calc2.png') 25px 50% no-repeat;
		}
		
		.promoBtn.pos1 a, .promoBtn.pos2 a, .promoBtn.pos3 a {
			background-size: 60px auto
		}
	
		
		#sideBar .promoBtn a {
			background: #008367;
			padding: 18px 20px 18px 20px;
		}
		
		#sideBar .promoBtn h3 {
			font-size: 17px;
			line-height: 24px;
		}
		
		#sideBar .promoBtn p {
			font-size: 15px;
			line-height: 22px;
		}
		
		#sideBar input[type="submit"] {
			font-size: 13px;
		}
		
		ul.rooms li .showroom {
			display: none;
		}
		
		p.acquiredStats {
			font-size: 12px;
			line-height: 22px;
		}
		.halfCol {
			width: 100%;
			float: none;
		}
		
		.viewCol:nth-child(3n+0) {
			margin-right: 0;
		}

		.viewing li {
			padding: 8px 8px 7px;
		}
		.sectionWrap.instantValuation h2 {
			font-size: 34px;
    		line-height: 42px;
		}
		
	}
	
	/* Tablet Portrait down  */
	@media only screen and (max-width: 959px) {
		
		input[type="text"], input[type="password"], input[type="email"], textarea, select {
			width: 100%;
		}
		.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
			font-size: 14px;
		}
		.matchLabel {
			margin-left: 0 !important;
			margin-top: 20px;
		}
		
		.pc-only, .no-mob-all {
			display: none !important;
		}
		
		blockquote.ting .stargrid {
			width: 78%;
		}

		#contentWrap {
			padding: 30px 0 35px;
		}
		img.manager.contact {
			max-width: 100px;
		}
		
		.container .nine.columns.menu-container {
			width: 748px;
		}
		
		ul.subNav li a {
			font-size: 14px;
		}
		
		.mySvHolder, img.photo {
    		padding: 10px;
		}
			
		#mapCover {
			width: 492px !important;
			height: 510px;
		}
		
		.sash span, .sash a {
			font-size: 15px;
			padding: 6px 9px 5px;
		}
		
		.rsContent .sash {
			max-width: 110px;
		}
		
		.docGroup #gMap, .docGroup #mySv, .noSV, #mapframe {
			height: 414px !important;
		}
		
		.noSV {
			padding: 28% 40px;
		}
		
		.modal {
			width: 272px !important;
			height: 114px;
			margin: -77px 0 0 -156px;
		}
		
		.additional {
			float: none;
			display: block;
			margin-bottom: 10px;
		}
		
		ul.rooms li .divider{
			margin: 0 5px 0 7px;
		}
		
		p.acquiredStats img {
			margin-top: -2px;
		}
		
		#quickLinkWrap p {
			font-size: 13px;
			line-height: 21px;
		}
		#sideBar {
			padding: 10px 10px 0;
		}
			#sideBar .promoBtn {
				margin-bottom: 10px;
			}
		
		#sideBar .promoBtn a {
			background: #008367;
			padding: 18px 20px 18px 20px;
		}
		
		#sideBar .promoBtn h3 {
			font-size: 17px;
			line-height: 24px;
		}
		
		#sideBar .promoBtn p {
			font-size: 15px;
			line-height: 22px;
		}
		
		#footerWrap p, #footerWrap li {
			font-size: 14px !important;
			color: #aaa;
			line-height: 20px;
			margin-right: 0;
		}
		
		#footerWrap li {
			margin: 0 0 4px;
			width: 100%;
			float: none;
		}
		
		.halfCol {
			width: 100%;
			float: none;
		}
		.viewCol:nth-child(3n+0) {
			margin-right: 0;
		}
		.viewing li {
			padding: 8px 8px 7px;
		}
		.sectionWrap.instantValuation {
			padding: 80px 0 85px;
		}
		.sectionWrap.instantValuation h2 {
			font-size: 32px;
    		line-height: 40px;
		}

	}


	/* Tablet Portrait size to standard 960  */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		.no-mob-all, .no-tab {
			display: none;
		}
		.mob-only-all, .tab-only {
			display: block !important;
		}
		
		/*#headerWrap.home {
			position: relative;
		}*/
		
		.three.columns .insetL {
			float: none;
			max-width: 100%;
		}
		
		.clientLogin {
			margin-bottom: 8px;
		}
		
		.alt #logo a {
			background: url('../images/sprite.png') no-repeat -258px -77px;
			background-size: 430px 430px;
			width: 172px;
			height: 51px;
			margin: 14px 0 15px;
		}
		
		/* add this */

		.addthis_toolbox a .at16nc.at16t_twitter  {
			background: url('../images/sprite.png') no-repeat 0 -55px;
			background-size: 375px 375px !important;
		}
		.addthis_toolbox a .at16nc.at16t_email  {
			background: url('../images/sprite.png') no-repeat -27px -55px;
			background-size: 375px 375px !important;
		}
		.addthis_toolbox a .at16nc.at16t_compact  {
			background: url('../images/sprite.png') no-repeat -54px -55px;
			background-size: 375px 375px !important;
		}

		.addthis_toolbox a .at16nc.at16t_twitter:hover {
			background: url('../images/sprite.png') no-repeat 0 -79px;
		}
		.addthis_toolbox a .at16nc.at16t_email:hover {
			background: url('../images/sprite.png') no-repeat -27px -79px;
		}
		.addthis_toolbox a .at16nc.at16t_compact:hover  {
			background: url('../images/sprite.png') no-repeat -54px -79px;
			background-size: 375px 375px !important;
		}
	
		.addthis_toolbox a .at16nc  {
				width: 24px !important;
				height: 24px !important;
				-webkit-transition: all 0.2s ease-out;
				-moz-transition: all 0.2s ease-out;
				-o-transition: all 0.2s ease-out;
				transition: all 0.2s ease-out;
		}
		.callOut, .noSV {
			padding: 15px 20px 0px;
		}
		.callOut.account {
			padding: 10px 10px 0;
		}
		
		h2.stat {
			font-size: 13px;
			line-height: 18px !important;
			margin-top: 0;
		}
		p.statNum {
			font-size: 36px !important;
			line-height: 36px !important;
		}
		
		p.subStat {
			font-size: 11px;
			line-height: 17px;
		}
		
		#searchWrap select {
			width: 118px;
		}
		
		#searchWrap #priceRangeMax {
			margin-right: 0;
		}
		
		#searchWrap label.forCheck {
			margin-right: 12px;
		}
		
		#nav ul li a {
			display: block;
			padding: 7px 8px 6px;
			font-size: 11px;
		}
		
		#contactOverlay {
			top: 96px;
		}
		
		#contactOverlay .office {
			width: 334px;
		}
		
		#sideBar {
			min-height: 350px
		}
		
		#sideBar .overlayHolder {
			margin-bottom: 10px;
		}
		
		#sideBar .overlay h3 {
			font-size: 20px;
			line-height: 28px;
			padding: 20px;
		}
		
		#sideBar input[type="submit"] {
			font-size: 13px;
		}
		
		.promoBtn {
			height: 139px
		}
		
		.promoBtn a {
			padding: 10px 20px 10px 90px;
		}
		
		.promoBtn h3 {
			font-size: 18px;
			line-height: 24px;
			text-transform: uppercase
		}
		
		.promoBtn.pos1 a {
			background: #008367 url('/images/icons/mort-calc2.png') 20px 50% no-repeat;
		}
		.promoBtn.pos2 a {
			background: #a9af89 url('/images/icons/stamp-calc2.png') 20px 50% no-repeat;
		}
		.promoBtn.pos3 a {
			background: #55565a url('/images/icons/yield-calc2.png') 20px 50% no-repeat;
		}
		
		.promoBtn.pos1 a, .promoBtn.pos2 a, .promoBtn.pos3 a {
			background-size: 50px auto
		}
		
		.property h3 {
			font-size: 15px;
		}
		
		.property p.price{
			font-size: 14px;
		}
		
		ul.rooms li {
			background: none !important;
			padding-left: 0 !important;
		}
		
		ul.rooms li .showroom {
			display: none;
		}
		
		#gMap {
			height: 243px;
		}
		
		p.acquiredStats {
			font-size: 12px;
			line-height: 22px;
		}
		
		.overlayHolder .textbox {
			padding: 12px 20px 5px;
			box-sizing: border-box;
			width: 100%;
		}

		
	}

	/* All Mobile Sizes  */
	@media only screen and (max-width: 767px) {
		
		/* top bar
		-------------------------------------------------- */
		
		.no-mob, .no-mob-all, #contactOverlay {
			display: none !important;
			pointer-events: none;
		}
		.mob-only, .mob-only-all {
			display: block !important;
		}
		
		.one.column.award {
			width: 29%;
			margin: 0 2% 20px 2%;
			text-align: center;
		}
		
		body {
			font-size: 15px;
			line-height: 23px;
		}
		
		h1 {
			font-size: 25px;
			line-height: 33px;
		}
		h2 {
			font-size: 20px;
			line-height: 26px;
		}
		h3 {
			font-size: 17px;
			line-height: 23px;
		}
		h4 {
			font-size: 15px;
			line-height: 22px;
		}
		h5 {
			font-size: 15px;
			line-height: 24px;
		}
		
		p {
			margin-right: 0;
		}
		
		hr {
			padding-top: 12px;
			margin: 0 0 30px;
		}
		hr.narrow, .column hr.narrow, .columns hr.narrow {
			padding-top: 0;
			margin: 0 0 20px;
			height: 0;
		}
		.button.special {
			margin-bottom: 10px;
		}
		
		img.portrait {
			max-width: 40%;
		}
		
		img.manager.contact {
			max-width: 100px;
		}
		
		#refine {
			margin-top: 20px;
		}
		
		#headerWrap {
			padding: 10px 0 0 !important;
			background: rgba(169,175,137,1);
		}
		
		/*#headerWrap.home {
			position: relative;
		}*/
		
		#logo a {
			margin: 0 0 15px;
		}
		
		.clientLogin {
			/*display: none !important;*/
		}
			
		/*.clientLogin {
			margin-top: -16px !important;
		}*/
		
		.accountInfo .accountBtn {
			margin-top: -10px;
			font-size: 13px;
			padding: 3px 5px 3px;
		}
		
		#breadcrumbWrap .twelve.columns  {
			padding: 10px 0 8px;
			border-bottom: 1px solid #e1e1e1;
		}
		
		#searchWrap {
			padding: 15px 0 0;
		}
		
		#contentWrap {
			padding: 20px 0 25px;
		}
		
		#sideBar {
			padding: 0;
			min-height: 0;
			background: none;
		}
		
		p.results {
			font-size: 14px;
			line-height: 22px;
		}
		
		p.statNum {
			font-size: 60px !important;
			line-height: 60px !important;
		}
				
		#searchWrap select, #searchWrap .button {
			width: 100%;
		}
		#searchWrap .button {
			width: 100%;
		}	
		
		#breadcrumbWrap ul, #breadcrumbWrap li {
			font-size: 12px;
		}
		
		.gMapHolder, .mySvHolder {
    		padding: 0;
		}
		
		#sideBar .overlayHolder {
			position: relative;
			bottom: auto;
		}
		
		#sideBar .promoHolder {
			position: relative;
			padding-right: 0;
		}
		
		.overlayHolder {
			margin-bottom: 30px !important;
		}
		
		.overlay h3 {
			font-size: 22px;
			line-height: 30px;
		}
			.overlay.big h3 {
				font-size: 24px;
				line-height: 32px;
			}
		
		ul.pagination li {
			margin-bottom: 8px;
		}
		ul.pagination li.first, ul.pagination li.last, ul.pagination li.next, ul.pagination li.previous, ul.pagination li.disabled {
			display: none;
		}
		
		#docGroup ul.tabNavigation {
			margin: -34px 0 0;
			float: left;
		}
			#docGroup ul.tabNavigation li {
				margin: -1px 5px 0 0;
			}
				#docGroup ul.tabNavigation li:last-child {
					margin: -1px 0 0 0;
				}
			#docGroup ul.tabNavigation li a {
				padding: 7px 8px 4px;
			}
		hr.forTabs {
			margin-bottom: 0;
		}
		
		ul.subNav li a {
			background: rgba(169,175,137,0.1); 
			padding: 11px 30px 10px 10px;
		}
		ul.subNav li li a {
    		font-size: 15px;
		}
		
		.callOut .insetL, .callOut .insetR, .callOut .insetL.sm, .callOut .insetR.sm {
			margin-bottom: 10px !important;
		}
		
		.callOut .stargrid.empty td {
			display: block;
			width: 100%;
			padding: 0;
		}
		
		.feature p {
			margin-right: 0;
			margin-left: 0;
		}
		
		.feature  {
			padding-bottom: 0;
		}
		
		.feature input, .feature .button {
			position: relative;
			bottom: auto;
			margin-bottom: 5px;
		}
	
		.twelve.columns.center {
			text-align: left;
		}
		
		.rsContent .sash {
			right: 0;
			top: 10px;
		}
		
		.rating > label {
			margin-bottom: 10px;
		}
		
		#staffGrid {
			margin: 10px 0 0;
		}
		
		.staff {
			margin-right: 5px !important;
			margin-left: 5px !important;
		}
		
		#quickLinkWrap p{
			margin: 0 0 10px
		}
		
		#quickLinkWrap .divider{
			margin: 0 10px
		}
		
		.docGroup #gMap, .docGroup #mySv, .noSV, #mapframe, .locrating {
			margin-bottom: 20px !important;
		}
		.sectionWrap.instantValuation {
			padding: 50px 0 55px;
		}
		.sectionWrap.instantValuation h2 {
			font-size: 28px;
    		line-height: 36px;
		}

	}

	/* Mobile Landscape Size to Tablet Portrait  */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.no-mob-l {
			display: none !important;
		}
		
		.mob-only-l {
			display: block !important;
		}
		
		.container .nine.columns.menu-container {
			width: 420px;
		}
		
		.rating > legend {
			width: 100%;
		}
		
		blockquote.ting .stargrid {
			width: 73.5%;
		}
		#refine {
			margin-top: -20px !important;
		}
		
		#mapCover {
			width: 420px !important;
			height: 510px;
		}
		
		.modal {
			width: 272px !important;
			height: 114px;
			margin: -77px 0 0 -156px;
		}
		
		.val p.statNum {
			font-size: 60px !important;
			line-height: 60px !important;
			letter-spacing: -1px !important;
		}
		
		p.statNum.less {
			font-size: 54px !important;
			line-height: 54px !important;
		}
		
		.staff {
			width: 200px !important;
		}
		
		.docGroup #gMap, .docGroup #mySv, .noSV, #mapframe {
			height: 338px !important;
		}

	}

	/* Mobile Portrait Size to Mobile Landscape Size  */
	@media only screen and (max-width: 479px) {
		
		#headerWrap.alt {
			border-top: none;
		}
		
		.no-mob-p {
			display: none !important;
		}
		
		.mob-only-p {
			display: block !important;
		}
		
		img.insetL, img.insetR {
			max-width: 100% !important;
			box-sizing: border-box !important;
			margin-bottom: 30px;
		}
		
		img.insetL {
			margin-right: 10px;
		}
		
		img.insetR {
			margin-left: 10px;
		}
		
		img.insetL.sm, img.insetR.sm, .callOut img.insetL.sm, .callOut img.insetR.sm {
			max-width: 40% !important;
			margin-bottom: 5px !important;
		}
		
		label.forCheck {
			margin-right: 12px;
		}
		
		.infogrid .rating {
			width: 60px;
		}
		.rating > label:before {
			font-size: 22px;
		}
		.container .nine.columns.menu-container {
			width: 320px;
			display: block;
		}
		
		.rating > legend {
			width: 40%;
		}
		
		blockquote.ting .stargrid {
			width: 220px;
			margin: 0 0 0 20px !important;
		}
		
		blockquote.ting .stargrid td {
			padding: 5px 5px;
		}
		
		.accountInfo .accountBtn {
			display: none
		}
		#mobAccount {
			position: absolute;
			top: 13px;
			right: 42px;
			display: block;
			width: 16px;
			height: 16px;
			background: url('../images/sprite.png') no-repeat -255px -184px;
			background-size: 500px 500px;
		}
		
		#priceRangeMin.home, #priceRangeMax.home {
			width: 147px !important;
			/*margin-right: 4px !important;*/
			float: left !important;
		}
		
		#priceRangeMax {
			margin-right: 0 !important;
		}
		
		.button,  button,  input[type="submit"],  input[type="reset"],  input[type="button"], .button:visited, input[type="text"],  input[type="password"],  input[type="email"],  textarea,  select, label {
			width: 100%;
			box-sizing: border-box;
		}
		
		h2.colleague {
			margin: 0;
			font-size: 18px;
		}
		h3.colleagueJob {
			font-size: 15px;
		}
		
		#searchWrap .forCheck.last {
			margin-right: 0 !important;
		}
		
		#searchWrap .button {
			margin-bottom: 10px;
		}
		
		.alt #logo a {
			display: block;
			background: url('../images/sprite.png') no-repeat -225px -67px;
			background-size: 375px 375px;
			width: 150px;
			height: 45px;
			margin: 0 0 10px;
		}
		
		p.results .button {
			float: left;
			clear: both;
		}
		
		p.lead {
			font-size: 16px;
			line-height: 30px;
		}
		
		.box {
			padding: 0;
			border: none;
		}
			.box.val {
				padding: 30px 20px 20px;
				border: 1px solid #e1e1e1;
			}
		
		.callOut ul {
			margin-left: 20px;
		}
			.callOut.progression ul {
				margin-left: 0;
			}
		
		.promoBtn h3 {
			font-size: 20px;
			line-height: 26px;
		}
		
		#gMap {
			height: 380px !important;
		}
		.noSV {
			padding: 30% 40px !important;
		}
		
		.docGroup #gMap, .docGroup #mySv, .noSV, #mapframe {
			height: 260px !important;
		}
		
		#mapCover {
			width: 320px !important;
			height: 380px;
		}
		
		p.statNum {
			font-size: 48px !important;
			line-height: 48px !important;
		}
		
		.val p.statNum {
			font-size: 48px !important;
			line-height: 48px !important;
			letter-spacing: 0 !important;
		}
		
		p.statNum.less {
			font-size: 40px !important;
			line-height: 40px !important;
		}
		
		.modal {
			width: 180px !important;
			height: 140px;
			margin: -90px 0 0 -110px;
		}
		.modal h2 img {
			display: none
		}
		
		#accountIcons img {
			width: 24px;
			margin-top: 10px;
		}
		
		.button.close {
			width: auto;
		}
		
		ul.rooms li .showroom {
			display: none;
		}
		
		.staff {
			width: 150px !important;
		}
		
		#footerWrap li {
			margin: 0 0 6px;
		}


	}
	
	/* Small Mobile Portrait */
	@media only screen and (max-width: 320px) {
		.I6Only {
			display: block !important;
		}
		.noI6 {
			display: none !important;
		}
		h1 {
			margin-bottom: 15px;
		}
		.infogrid .rating {
			width: 60px;
		}
		.container .nine.columns.menu-container {
			width: 300px;
		}
		ul.rooms {
			margin-bottom: 10px;
		}
		.staff {
			width: 140px !important;
		}
	}
