/*
Theme Name: Roxhill
*/

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {margin: 0; padding: 0;}

.menu-toggle  {
	display: none;	
}

#navigation {
	display: block;	
}

.mobile {
	display: none;	
}

.desktop { 
	display: block;
}

/* -------------------------------------------------------------------------------------------------/*

/*MAIN STYLES*/
body {
	background: #c6c6c6 url(images/header-bg.png)	repeat-x; /* add 0 17px  if the pre header is added*/
	font-family: Gotham, 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.025em;
}
.clear { 
	clear: both;
}

a:link, a:active, a:visited {
	color: #10428c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #d25315;		
}
img {
	display: block;	
}

h2 {
	font-family: Gotham, 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #10428c;
}

#pre-header {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	height: 17px;	
}
#header {
	width: 960px;
	margin: 0 auto;	
}
#logo {
	margin-left: 58px;	
	width: 169px;
	height: 90px;
}
#logo img {
	display: block;
	border: 0;
}
#strapline {
	float: right;
	color: #FFF;
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	font-weight: normal;
	margin-top: 39px;
}
#menu-wrapper {
	background: #FFF;
	margin: 0;
	padding: 12px 29px;
}
#menu-wrapper .menu-item {
	float: left;	
	border-left: 1px solid #10428c;
	border-right: 1px solid #10428c;
	position: relative;
}
#menu-wrapper .first-menu-item {
	border-left: 2px solid #10428c;
}
#menu-wrapper .last-menu-item {
	border-right: 2px solid #10428c;	
}
#menu-wrapper .menu-item a:link, #menu-wrapper .menu-item a:active, #menu-wrapper .menu-item a:visited {
	text-decoration: none;
	display: block;
	padding: 5px 14px;
	font-size: 12px;
	color: #10428c;
	font-weight: normal;
}
#menu-wrapper .menu-item a:hover {
	color: #d25315;
}
#menu-wrapper .current-menu-item a:link, #menu-wrapper .current-menu-item a:active, #menu-wrapper .current-menu-item a:visited {
	color: #d25315;	
}
#menu-wrapper .current-menu-item a:link:after, #menu-wrapper .current-menu-item a:active:after, #menu-wrapper .current-menu-item a:visited:after {
	content: url(images/hover.png);
	position: absolute;	
	top: 28px;
	width: 100%;
	left: 0;
	text-align: center;
	display: block;
	z-index: 20;
}
#menu-wrapper .menu-item a:hover:after  {
	content: url(images/hover.png);
	position: absolute;	
	top: 28px;
	width: 100%;
	left: 0;
	text-align: center;
	display: block;
	z-index: 20;
}

#main {
	background: #FFF;
	width: 960px;	
	margin: 0 auto;
}

#main-content {
	margin: 0 29px;	
}

#main-right-side {
	float:right;
	width: 653px;
	margin-bottom: 20px;
}
#main-right-side-dev {
	float:right;
	width: 600px;
	margin-bottom: 20px;
}
#main-left-side {
	margin-top: 18px;	
	width: 225px;
}

h1.main-page {
	font-family: Gotham, 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #10428c;
	font-weight: normal;
	font-size: 24px;
	margin-left: 248px;
	margin-bottom: 10px;
	margin-top: 0;
}
h1.progress-page {
	font-family: Gotham, 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #10428c;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: -7px;
}
.main-sub-menu {
	margin-bottom: 30px;	
}
.main-sub-menu ul li {
		list-style-type: none;
}
.main-sub-menu li {
	background: url(images/submenu-border.png) repeat-x bottom;
	display: block;
}
.main-sub-menu a:link, .main-sub-menu a:active, .main-sub-menu a:visited {
		text-decoration: none;
		background: url(images/normal.png) no-repeat 1px 8px;
		display: block;
		padding: 8px 0 8px 25px;
		font-size: 12.5px;
		border: 0 !important;
		font-weight: normal;
}
.main-sub-menu a:hover {
	background: url(images/hover.png) no-repeat 1px 8px;
}
.main-sub-menu .current-menu-item a {
	background: url(images/hover.png) no-repeat 1px 8px;
	color: #d25315;
}

#main-content p {
	margin: 1em 0;
	font-size: 12px;
	font-weight: normal;	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-align: justify;
	letter-spacing: 0.04em;
	line-height: 1.3em;
}

#slider-wrapper, .featured-image, .customer-header {
	z-index: 10;
}

#slider-wrapper li {
	padding-bottom: 100px;
	margin-bottom: 65px;
}
.caption-wrap {
	height: 100px;
	background: #133a72 url(images/caption-bg.png) repeat-x !important;
	opacity: 1.0 !important;
}
.caption-wrap h2 {
	text-align: center;	
	color: #d25315;
	font-weight: normal;
	font-size: 38px;
	margin-top: 15px;
	margin-bottom: 13px;
}
.caption-wrap p {
	text-align: center;	
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	letter-spacing: 0.08em
}	
.featured-image {
	margin: 0 29px 53px 29px;	
	padding-top: 18px;
	background: url(images/featured-top.png) #0e6eb5 repeat-x top;
}

.customers-header {
	margin: 0 29px 53px 29px;	
	padding-top: 18px;
	height: 58px;
	background: url(images/customers-header-bg.png) #0e6eb5 repeat-x top;
	padding: 25px 20px;
}

#homepage-blocks-wrapper {
	margin: 0 29px 0 29px;
}

.homepage-block {
	width: 270px;
	float: left;
	margin-right:46px;
}

.homepage-block:nth-child(4n+3) {
	margin-right: 0;	
}

.home-block-title {
	color: #10428c;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 12px 0;
}

.home-block-intro {
	font-size: 12px;
	font-weight: normal;	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-align: justify;
	letter-spacing: 0.04em;
	line-height: 1.25em;
	margin: 0 0 12px 0;
}

.home-block-link {
	margin-top: 45px;
	text-align: right;
	margin-bottom: 12px;
}

.home-block-link a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	
}

#footer {
	margin: 0 29px 0 29px;	
	padding-bottom: 4px;
}
#footer-logos {
	width: 128px;
	height: 36px;
}

#innerfooter {
	background: #10428c;
	padding: 10px;
}
#designed-by, #copyright {
	font-size: 10px;
	color: #FFFFFF;
}
#designed-by {
	float: right;	
}

h2.team-profiles {
	font-family: Gotham, 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #10428c;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 25px;
}

.team-profile {
	width: 175px;
	float: left;
	margin-right: 55px;
	margin-bottom: 25px;
}

.profile-right {
	margin-right: 0;
}

.profile-photo img {
	border: 1px solid #10428c;	
}
.profile-name {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.profile-description {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #10428c;	
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
}
.profile-email a {
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
}
.profile-breaks {
	border-bottom: 2px dotted #10428c;	
	margin-bottom: 20px;
}

.profile-information {
		display: none;
}
.profile-info-box {
		border: 1px solid #10428c;	
		padding: 15px 15px 10px 15px;
		margin-top: -15px !important;
		margin-bottom: 25px;
		float: left;
		width: 605px;
}
.profile-info-box h3 {
	font-family: Gotham, 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #10428c;
	font-size: 12px;
	margin-bottom: 10px;
}
.profile-info-box p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px !important;
	margin: 10px 0 !important;
}

.info-box {
	margin-bottom: 20px;
	margin-top: 10px;
}

.info-box h3 {
	font-weight: normal;
	font-family: Gotham, 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #10428c;
	border-bottom: 2px dotted #10428c;
	padding-bottom: 10px;
}

.info-box h3:hover {
	cursor: pointer;
}

.info-box h3:after {
	content: "...read more";
	float: right;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#landbank {
	margin-top: 25px;	
}
#landbank p {
	font-family: Gotham, 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #10428c;
	margin: 0 0 20px 0;
}
.progress-image, .progress-image-right {
	float: left;	
	margin-bottom: 31px;
}
.progress-image {
	margin-right: 31px;
}
.progress-image-right {
	margin-right: 0;
}
.progress-image img, .progress-image-right img {
	border: 1px solid #10428c;	
	margin: 0;
}

.progress-image p, .progress-image-right p {
	margin-top: 2px !important;	
	font-size: 11px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#progress-content p {
	float:left;
	margin-top: -25px !important;	
	font-size: 11px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.customers-header p {
	color: #FFF;	
	line-height: 1.7em;
	font-weight: lighter;
}

#customer-logos-wrapper {
	margin: 0 0px 60px 0px;
}
.customer-logos-table {
	width: 900px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.customer-logo-cell {
	padding: 15px;
	border-bottom: 1px solid #dddddd;	
	border-right: 1px solid #dddddd;	
}
.customer-logo {
	float: left;	
	margin: 0 15px;
}

#developments-header {
	margin: 0 29px;
	background: #235fae url(images/developments-header-bg.png) repeat-x;
	height: 59px;
	position: relative;
}

#developments-header h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 30px;
	padding: 10px 5px 5px 10px;
}

#developments-planning {
	margin: 10px 29px;
	background: #bcbdc0;
	height: 38px;	
}
.dev-icon {
	background: #FFFFFF;
	padding-right: 5px;
	float: left;
	border: 1px solid #FFF;
}
#developments-planning h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 23px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}
#dev-featured-image {
	margin-left: 2px;	
	position: relative;
}
#sold-bar {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(images/sold-bg.png);
	color: #FFFFFF;	
	padding: 6px 15px;
	font-size: 22px;
}

#dev-segro-owned {
	position: absolute;
	top: 0;
	right: 0;	
}

.dev-sub-menu {
	margin-bottom: 30px;	
}
.dev-sub-menu ul, #dev-sub-menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.dev-sub-menu ul {
	background: url(images/menu-dev-line.png) repeat-x top;	
}
.dev-sub-menu li {
	background: url(images/menu-dev-line.png) repeat-x bottom;
	display: block;	
}
.dev-sub-menu a:link, .dev-sub-menu a:active, .dev-sub-menu a:visited {
		text-decoration: none;
		background: url(images/normal.png) no-repeat 1px 8px;
		display: block;
		padding: 8px 0 8px 25px;
		font-size: 12.5px;
		border: 0 !important;
		font-weight: normal;
}
.dev-sub-menu a:hover {
	background: url(images/hover.png) no-repeat 1px 8px;
}
.dev-sub-menu .current-menu-item a {
	background: url(images/hover.png) no-repeat 1px 8px;
	color: #d25315;
}
.brochure-download {
	margin-bottom: 30px;
	float: left;
}
.brochure-download img {
	display: block;
	border: 1px solid #10428c;
	float: left;
	margin-right: 10px;
}
.brochure-download p {
	text-align: left !important;	
}

#joint-venture{
	margin-bottom: 30px;	
	float: left;
}
#joint-venture p {
	color: #10428c;
}

#dev-awards {
	margin-bottom: 30px;	
	float: left;
}

#dev-awards p {
	color: #10428c;
}

.dev-award-logo {
	width: 105px;
    height: 60px;
	margin: 0 15px 15px 0;	
	float: left;
}

.dev-award-logo:nth-child(2n) {
	margin: 0 0 15px 0;
}

.dev-award-logo img {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	max-width: 105px;
	max-height: 60px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%); 
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%); 
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.dev-overview-content h6 {
	color: #10428c;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin-top: 1em;
}

.dev-overview-content ul {
	margin-bottom: 1em;	
}
.dev-overview-content ul li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 20px;
	font-size: 12.5px;
	line-height: 1.4em;
}
.dev-overview-content table {
	margin-top: 1em;	
	width: 400px !important;
}
.dev-overview-content td {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding-right: 50px;
}
.extra-images-text {
	float: left;
	color: #10428c;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	width: 185px;
}
.extra-images {
	float: left;	
	margin-top: 20px;
}
.masterplan-extra-images {
	margin-top: 25px;	
}
.extra-images img, .masterplan-extra-images img {
	float: left;	
	margin-right: 15px;
	border: 1px solid #10428c;
	margin-bottom: 15px;
}

.agents-block {
	float: left;	
	width: 300px;
}
.agents-block-right {
	float: right;	
	width: 300px;
}
.agent-name {
	color: #10428c;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
}
.agent-extra {
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.agent-email {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.portfolio-header {
	margin: 0 29px;
	height: 260px;
	background: url(images/portfolio-header-bg.png) repeat-x #235cb1;	
	margin-bottom: 15px;
}
.portfolio-header h1 {
	color: #FFFFFF;
	background: url(images/portfolio-dots.png) repeat-x -4px bottom;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin: 0 28px 20px 308px;
}
.portfolio-header p {
	margin-left: 308px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 28px;
	margin-bottom: 10px;
}

#portfolio-map {
	float: right;
	width: 545px;	
	margin-right: 50px;
	margin-left: 10px;
	position: relative;
}

.portfolio-content p {
	text-align: left !important;
}
.portfolio-table {
	border: 2px solid #939598;
}
.portfolio-table td {
	padding: 8px;	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #6d6f71;
}

#portfolio-list {
	margin-top: 15px;
	margin-left: -3px;
}

#portfolio-list a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;	
	font-weight: normal;
	margin-left: 5px;
	display: block;
	padding: 4px 0 4px 75px;
	width: 225px;
}


#portfolio-list a.granted {
	background: url(images/planning-granted.jpg) no-repeat left;
}
#portfolio-list a.progress {
	background: url(images/planning-in-progress.jpg) no-repeat left;;
}
#portfolio-list a.construction {
	background: url(images/planning-construction.png) no-repeat left;;
}
#portfolio-list a.completed {
	background: url(images/complete-icon.jpg) no-repeat left;
}

#portfolio-list img {
	float: left; 
	margin-right: 5px;	
	margin-top: 4px;
}

#portfolio-list a:hover {
	text-decoration: underline;	
}

.map-dot {
	width: 15px;
	height: 15px;
	background: url(images/map-dot.png) no-repeat;	
	position: absolute;
	top: 0;
	left: 0;
}

.progress-image-wrapper {
	width: 185px;
	float: left;	
	margin-right: 20px;
	margin-bottom: 20px;
}
.progress-image-wrapper p, .progress-image-wrapper-right p {
	margin-top: 3px !important;	
	font-size: 11px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.progress-image-wrapper-right {
	margin-right: 0;
}

.progress-row img {
	width: 185px;
	height: 185px;	
	border: 1px solid #10428c;
}

.contact-block, .contact-block-2 {
	float: left;
	width: 290px;
	margin-right: 20px;	
	margin-bottom: 15px;
}

.contact-block-2 {
	margin-right: 0;	
}

a.file-upload {
	min-height: 50px;
	width: 220px;
	border: 1px solid #cccccc;	
	margin-bottom: 30px;
	display: block;
}
.file-upload-title {
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	background: #10428c;
	color: #FFFFFF;
	padding: 5px;
}
.file-upload-meta {
	float: right;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	width: 90px;
	margin-right: 5px;
	margin-top: 5px;
}
.file-upload img {
	margin: 5px;	
	border: 1px solid #10428c;
}

.land-bank-table {
	margin-left: 307px;	
}
.land-bank-table td {
	font-size: 12px;
	color: #FFFFFF;	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 4px;
}

.portfolio-table-tablet {
	display: none;	
}

#main-right-side ul {
	margin-left: 12px;	
	font-size: 12px;
	font-weight: normal;	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-align: justify;
	letter-spacing: 0.04em;
	line-height: 1.3em;
	list-style-type: square;
}





/*-------------------------------------------*/
/* #Tablet (Portrait)*/
/*-------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1000px) {

	.menu-toggle  {
		display: none;	
	}
	
	#navigation {
		display: block;	
	}
	
	.mobile {
		display: none;	
	}
	
	.desktop { 
		display: block;
	}	
	
	#pre-header {
		width: 740px;
	}
	#header {
		width: 740px;	
	}
	#menu-wrapper .menu-item a:link, #menu-wrapper .menu-item a:active, #menu-wrapper .menu-item a:visited {
		padding: 5px 10px;
	}
	
	#main {
		width: 740px;	
	}
	
	#slider-wrapper, .featured-image, .customer-header {
		z-index: 10;
		max-width: 680px !important;
		margin: 0 auto !important;
	}
	
	.featured-image img, .customer-header img {
		width: 100%;
		height: auto;	
	}
	
	#homepage-blocks-wrapper {
		margin: 0 29px 0 29px;
	}
	
	.homepage-block {
		width: 200px;
		margin-right:38px;
	}
	
	.homepage-block img {
		width: 100%;
		height: auto;	
	}
	
	
	#main-right-side {
		width: 430px;
	}
	
	#main-left-side {
		width: 200px;
	}
		
	.dev-award-logo {
		width: 95px;
		height: 55px;
		margin: 0 10px 10px 0;	
	}
	
	.dev-award-logo:nth-child(2n) {
		margin: 0 0 10px 0;
	}
	
	.dev-award-logo img {
		max-width: 95px;
		max-height: 55px;
	}
	
	h1.main-page {
		margin-left: 250px;
		margin-top: 30px;
	}
	
	.portfolio-header h1 {
		margin: 0 28px 20px 20px;
	}
	.portfolio-header p {
		margin-left: 20px;
		margin-top: -5px;
	}
	
	.land-bank-table {
		margin-left: 20px;
		width: 640px;	
	}
	
	#portfolio-map {
		width: 520px;	
		margin-right: 0px;
		overflow: hidden;
	}
	
	.portfolio-table {
		border: 2px solid #939598;
		width: 140px;
	}
	
	.portfolio-table-desktop {
		display: none;	
	}
	
	.portfolio-table-tablet {
		display: block;	
	}
	
	.portfolio-table td {
		padding: 4px;	
	}
	
	#portfolio-list {
		width: 170px;
	}
	
	#portfolio-list a {
		font-size: 13px;	
		width: 150px;
		min-height: 22px;
	}
	
	
	#portfolio-list a.granted {
		background: url(images/planning-granted.jpg) no-repeat left;
	}
	#portfolio-list a.progress {
		background: url(images/planning-in-progress.jpg) no-repeat left;;
	}
	#portfolio-list a.construction {
		background: url(images/planning-construction.png) no-repeat left;;
	}
	#portfolio-list a.completed {
		background: url(images/complete-icon.jpg) no-repeat left;
	}
	
	#portfolio-list img {
		float: left; 
		margin-right: 5px;	
		margin-top: 4px;
	}
	
	#portfolio-list a:hover {
		text-decoration: underline;	
	}
	
	.map-dot {
		width: 15px;
		height: 15px;
		background: url(images/map-dot.png) no-repeat;	
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#dev-featured-image img {
		width: 100%;
		height: auto;
	}
	
	#main-right-side-dev {
		float:right;
		width: 430px;
		margin-bottom: 20px;
	}
	.progress-image-wrapper {
		margin-right: 20px;
		width: 128px !important;
	}
	
	.progress-image-wrapper-right {
		width: 128px !important;
		float: left;
	}
	
	.progress-image-wrapper img,  .progress-image-wrapper-right img {
		width: 100% !important;
		height: auto !important;	
	}
	
	.progress-image p, .progress-image-right p {
		margin-top: 2px !important;	
		font-size: 11px !important;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	}
	
	#progress-content p {
		float:left;
		margin-top: -25px !important;	
		font-size: 11px !important;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	}

	.agents-block {
		float: left;	
		width: 430px;
		margin-bottom: 20px;
	}
	.agents-block-right {
		float: left;	
		width: 430px;
	}
	
	.progress-image {
		margin-right: 20px;
		width: 154px;
		margin-bottom: 0px;
		margin-top: 31px;	
	}
	
	.progress-image-right {
		width: 154px;	
		margin-bottom: 0px;
		margin-top: 31px;
	}
	
	.progress-image img, .progress-image-right img {
		width: 100% !important;
		height: auto !important;
	}
	.customer-logos-table {
		width: 680px;
	}
	
	h2.team-profiles {
		font-family: Gotham, 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #10428c;
		font-weight: normal;
		font-size: 14px;
		margin-bottom: 25px;
	}
	
	.team-row {
		clear: both;	
	}
	
	.team-profile {
		width: 130px;
		margin-right: 20px;
		margin-bottom: 25px;
	}
	
	.profile-right {
		margin-right: 0px;	
	}
	
	.profile-photo img {
		width: 100%;
		height: auto;
	}
	.profile-info-box {
			border: 1px solid #10428c;	
			padding: 15px 15px 10px 15px;
			margin-top: -15px !important;
			margin-bottom: 25px;
			float: left;
			width: 400px;
	}
	
	#landbank {
		width: 430px;	
	}
	
	#landbank td p {
		font-size: 11px !important;	
	}
	
	.no-margin {
		margin-left: 250px !important;	
	}
	

	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	

			.menu-toggle  {
				display: block;	
				color: #10428c;
			}
			
			#navigation {
				display: none;	
			}
			
			.mobile {
				display: block;	
			}
			
			.desktop {
				display: none;	
			}
			
			
			
			#pre-header {
				width: 460px;
			}
			#header {
				width: 460px;
			}
			
			#menu-wrapper {
				padding: 12px 15px;
			}
			#menu-wrapper .menu-item {
				float: none;	
				border-left: 0px;
				border-right: 0px;
				position: static;
			}
			#menu-wrapper .first-menu-item {
				border-left: 0px;
			}
			#menu-wrapper .last-menu-item {
				border-right: 0px;	
			}
			#menu-wrapper .menu-item a:link, #menu-wrapper .menu-item a:active, #menu-wrapper .menu-item a:visited {
				border-bottom: 1px solid #eeeeee;
			}
			#menu-wrapper .current-menu-item a:link, #menu-wrapper .current-menu-item a:active, #menu-wrapper .current-menu-item a:visited {
				color: #d25315;	
			}
			#menu-wrapper .current-menu-item a:link:after, #menu-wrapper .current-menu-item a:active:after, #menu-wrapper .current-menu-item a:visited:after {
				content: none;
			}
			#menu-wrapper .menu-item a:hover:after  {
				content: none
			}
			
			#main {
				width: 460px;	
			}
			
			#main-content {
				margin: 0 15px;	
			}
			
			#slider-wrapper, .featured-image, .customer-header {
				max-width: 430px !important;
				margin: 0 auto !important;
			}
			
			.featured-image img, .customer-header img {
				width: 100%;
				height: auto;	
			}
			
			.caption-wrap h2 {
				font-size: 24px;
				margin-bottom: 5px;
			}
			.caption-wrap p {
				font-size: 12px;
			}	
			
			.homepage-block {
				width: 270px;
				float: none;
				margin:0 auto;
				border-bottom: 1px solid #eeeeee;
				margin-bottom: 15px;
			}
			
			.homepage-block:nth-child(4n+3) {
				margin: 0 auto;	
			}
			
			.home-block-intro {
				margin: 10px 0 12px 0;
			}
			
			.home-block-link {
				margin-top: 10px;
				text-align: right;
				margin-bottom: 15px;
			}
			
			#main-right-side {
				float:none;
				width: 430px;
				margin-bottom: 20px;
			}
			
			#main-left-side {
				margin-top: 18px;	
				width: 430px;
				border-top: 1px solid #eeeeee;
				padding-top: 20px;
			}
			
			h1.main-page {
				margin-left: 0px;
				margin-top: 15px;
			}
			
			.portfolio-header {
				margin: 0 15px;
				height: auto;
				background: url(images/portfolio-header-bg.png) repeat-x #235cb1;	
				margin-bottom: 15px;
				padding-bottom: 10px;
			}
			.portfolio-header h1 {
				font-size: 24px;
				padding-bottom: 10px;
				padding-top: 10px;
				margin: 0 15px 20px 15px;
			}
			.portfolio-header p {				
				margin: 10px 15px;
			}
			
			.land-bank-table {
				margin-left: 15px !important;
				width: 370px;
			}
			
			#portfolio-map {
				display: none;
			}
			
			.portfolio-content {
				display: none;
			}
			.portfolio-table {
				width: 430px;
			}
			
			#portfolio-list {
				margin-top: 15px;
				margin-left: 10px;
				width: 400px;
			}
			
			#portfolio-list a {
				width: 400px;
			}
			
			#main-right-side-dev {
				float:none;
				width: 430px;
				margin-bottom: 20px;
			}
			
			#developments-header {
				margin: 0 15px;
				height: auto;
			}
			
			#developments-header h1 {
				font-size: 22px;
				padding: 5px 5px 5px 10px;
			}
			
			
			#dev-featured-image img {
				width: 100%;
				height: auto;
			}
			
			#developments-planning {
				margin: 10px 15px; 	
			}
			
			#developments-planning h2 {
				font-size: 16px;	
				margin-top: 8px;
			}
			
			#sold-bar {
				font-size: 16px;
			}
			
			.brochure-download {
				margin-bottom: 30px;
				float: none;
				width: 430px;
			}
			.brochure-download img {
				float: none;
				margin-bottom: 20px;
			}
			
			#joint-venture{
				margin-bottom: 10px;	
				float: none;
				width: 430px;
			}
			
			#dev-awards {
				margin-bottom: 10px;	
				float: none;
				width: 430px;	
			}
			
			.dev-award-logo {
				width: 134px;
				height: 75px;
				margin: 0 14px 14px 0;	
			}
			
			.dev-award-logo:nth-child(2n) {
				margin: 0 14px 14px 0;
			}
			
			.dev-award-logo:nth-child(3n) {
				margin: 0 0 14px 0;
			}
			
			.dev-award-logo img {
				max-width: 134px;
				max-height: 75px;
			}
	
			
			.agents-block {
				float: none;	
				width: 430px;
				margin-top: 20px;
				border-top: 1px solid #eeeeee;
				padding-top: 20px;
			}
			.agents-block-right {
				float: none;	
				width: 430px;
				margin-top: 20px;
				border-top: 1px solid #eeeeee;
				padding-top: 20px;
			}
			
			h1.progress-page {
				font-size: 22px;
				margin-top: 0px;
			}
			
			.progress-image-wrapper {
				margin-right: 20px;
				width: 128px !important;
			}
			
			.progress-image-wrapper-right {
				width: 128px !important;
				float: left;
			}
			
			.progress-image-wrapper img,  .progress-image-wrapper-right img {
				width: 100% !important;
				height: auto !important;	
			}
			
			.progress-image p, .progress-image-right p {
				margin-top: 2px !important;	
				font-size: 11px !important;
				font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
			}
			
			#progress-content p {
				float:left;
				margin-top: -25px !important;	
				font-size: 11px !important;
				font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
			}
			
			.progress-image, .progress-image-right {
				float: left;	
				margin-top: 15px;
				width: 125px;
			}
			.progress-image {
				margin-right: 8px;
				margin-left: 8px;
			}
			.progress-image-right {
				margin-right: 8px;
				margin-left: 8px;
			}
			.progress-image img, .progress-image-right img {
				width: 100%;
				height: auto;
			}
			
			.progress-image p, .progress-image-right p {
				margin-top: 2px !important;	
				font-size: 11px !important;
				font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
			}
			
			.customers-header {
				margin: 0 15px 25px 15px;	
				padding-top: 18px;
				height: auto;
				background: url(images/customers-header-bg.png) #0068b2 repeat-x top;
				padding: 25px 20px;
			}
			
			.customer-logos-table {
				width: 430px;
			}
			.customer-logo-cell {
				padding: 5px;
			}
			
			.customer-logo-cell img {
				width: 110px;	
				height: auto;
			}
			
			.contact-block, .contact-block-2 {
				float: none;
				width: 430px;
				margin-right: 0px;	
			}
			
			.team-row {
				clear: both;	
			}
			.team-profile {
				width: 123px;
				float: left;
				margin-right: 20px;
				margin-bottom: 20px;
			}
			
			.profile-photo img {
				border: 1px solid #10428c;	
				width: 100%;
				height: auto;
			}
			.profile-info-box {
				width: 395px;
			}	
					
			#landbank {
				width: 430px;	
			}
			
			#landbank td p {
				font-size: 11px !important;	
			}
			
			#footer {
				margin: 20px 15px 0 15px;	
			}
			
			.no-margin {
				margin-left: 0px !important;		
			}
			
	
}

/*-------------------------------------------*/
/* #MOBILE 320px (Portrait)*/
/*-------------------------------------------*/ 
@media only screen and (max-width: 480px) , screen and (max-device-width: 480px) {
	
					.menu-toggle  {
						display: block;	
					}
					
					#navigation {
						display: none;	
					}
					
					.mobile {
						display: block;	
					}
					
					.desktop {
						display: none;	
					}
					
					
					#pre-header {
						width: 320px;
					}
					
					#header {
						width: 320px;
					}
					
					#logo {
						margin-left: 20px;	
						width: 120px;
						height: 64px;
					}
					#logo img {
						display: block;
						border: 0;
						width: 100%;
						height: auto;
					}
					
					#strapline {
						font-size: 8px;
						margin-top: 46px;
						margin-right: 10px;
					}
					
					#menu-wrapper {
						padding: 12px 10px;
					}
					#menu-wrapper .menu-item {
						float: none;	
						border-left: 0px;
						border-right: 0px;
						position: static;
					}
					#menu-wrapper .first-menu-item {
						border-left: 0px;
					}
					#menu-wrapper .last-menu-item {
						border-right: 0px;	
					}
					#menu-wrapper .menu-item a:link, #menu-wrapper .menu-item a:active, #menu-wrapper .menu-item a:visited {
						border-bottom: 1px solid #eeeeee;
					}
					#menu-wrapper .current-menu-item a:link, #menu-wrapper .current-menu-item a:active, #menu-wrapper .current-menu-item a:visited {
						color: #d25315;	
					}
					#menu-wrapper .current-menu-item a:link:after, #menu-wrapper .current-menu-item a:active:after, #menu-wrapper .current-menu-item a:visited:after {
						content: none;
					}
					#menu-wrapper .menu-item a:hover:after  {
						content: none
					}
					
					#main {
						width: 320px;	
					}
					
					#main-content {
						margin: 0 10px;	
					}
					
					#slider-wrapper, .featured-image, .customer-header {
						max-width: 300px !important;
						margin: 0 auto !important;
					}
					
					.featured-image img, .customer-header img {
						width: 100%;
						height: auto;	
					}
					
					.caption-wrap h2 {
						font-size: 18px;
						margin-bottom: 0px;
					}
					.caption-wrap p {
						font-weight: normal;
						font-size: 11px;
						line-height: 16px;
					}	
					
					.homepage-block {
						width: 270px;
						float: none;
						border-bottom: 1px solid #eeeeee;
						margin-bottom: 15px;
						margin-left: -2px;
					}
					
					.homepage-block:nth-child(4n+3) {
						margin: 0 auto;	
					}
					
					.home-block-intro {
						margin: 10px 0 12px 0;
					}
					
					.home-block-link {
						margin-top: 10px;
						text-align: right;
						margin-bottom: 15px;
					}
					
					#main-right-side {
						float:none;
						width: 300px;
						margin-bottom: 20px;
					}
					
					#main-left-side {
						margin-top: 18px;	
						width: 300px;
						border-top: 1px solid #eeeeee;
						padding-top: 20px;
					}
					
					h1.main-page {
						margin-left: 0px;
						margin-top: 15px;
						font-size: 18px;
					}
					
					.portfolio-header {
						margin: 0 10px;
						height: auto;
						background: url(images/portfolio-header-bg.png) repeat-x #235cb1;	
						margin-bottom: 15px;
						padding-bottom: 10px;
					}
					.portfolio-header h1 {
						font-size: 20px;
						padding-bottom: 10px;
						padding-top: 10px;
						margin: 0 15px 20px 15px;
					}
					.portfolio-header p {				
						margin: 10px 15px;
					}
					
					.portfolio-header p:nth-child(3) {
						display: none;	
					}
					
					.land-bank-table {
						display: none;
					}
					
					#portfolio-map {
						display: none;
					}
					
					.portfolio-content {
						display: none;
					}
					.portfolio-table {
						width: 300px;
					}
					
					#portfolio-list {
						margin-top: 15px;
						margin-left: 10px;
						width: 290px;
					}
					
					#portfolio-list div {
						clear: both;	
					}
					
					#portfolio-list a {
						width: 200px;
						font-size: 14px;
					}
					
					#main-right-side-dev {
						float:none;
						width: 300px;
						margin-bottom: 20px;
					}
					
					#developments-header {
						margin: 0 10px;
						height: auto;
					}
					
					#developments-header h1 {
						font-size: 18px;
						padding: 5px 5px 5px 10px;
					}
					
					#dev-featured-image img {
						width: 100%;
						height: auto;
					}
					
					#developments-planning {
						margin: 10px 10px; 	
					}
					
					#developments-planning h2 {
						font-size: 12px;	
						margin-top: 11px;
					}
					
					#sold-bar {
						font-size: 14px;
					}
					
					.brochure-download {
						margin-bottom: 30px;
						float: none;
						width: 300px;
					}
					.brochure-download img {
						float: none;
						margin-bottom: 20px;
					}
					
					#joint-venture{
						margin-bottom: 10px;	
						float: none;
						width: 300px;
					}
					
					#dev-awards {
						margin-bottom: 10px;	
						float: none;
						width: 300px;	
					}
					
					.dev-award-logo {
						width: 136px;
						height: 75px;
						margin: 0 14px 14px 0;	
					}
					
					.dev-award-logo:nth-child(2n) {
						margin: 0 0 14px 0;
					}
										
					.dev-award-logo img {
						max-width: 136px;
						max-height: 75px;
					}
					
					.agents-block {
						float: none;	
						width: 300px;
						margin-top: 20px;
						border-top: 1px solid #eeeeee;
						padding-top: 20px;
					}
					.agents-block-right {
						float: none;	
						width: 300px;
						margin-top: 20px;
						border-top: 1px solid #eeeeee;
						padding-top: 20px;
					}
					
					h1.progress-page {
						font-size: 18px;
						margin-top: 0px;
					}
					
					.progress-image-wrapper {
						margin-right: 12px;
						width: 90px !important;
					}
					
					.progress-image-wrapper-right {
						width: 90px !important;
						float: left;
					}
					
					.progress-image-wrapper img,  .progress-image-wrapper-right img {
						width: 100% !important;
						height: auto !important;	
					}
					
					.progress-image p, .progress-image-right p {
						margin-top: 2px !important;	
						font-size: 11px !important;
						font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
					}
					
					#progress-content p {
						float:left;
						margin-top: -25px !important;	
						font-size: 11px !important;
						font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
					}
					
					.progress-image, .progress-image-right {
						float: left;	
						margin-top: 15px;
						width: 90px;
					}
					.progress-image {
						margin-right: 5px;
						margin-left: 5px;
						margin-bottom: 20px;
					}
					.progress-image-right {
						margin-right: 5px;
						margin-left: 5px;
						margin-bottom: 20px;
					}
					.progress-image img, .progress-image-right img {
						width: 100%;
						height: auto;
					}
					
					.progress-image p, .progress-image-right p {
						margin-top: 2px !important;	
						font-size: 11px !important;
						font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
					}
					
					.customers-header {
						margin: 0 10px 25px 10px;	
						padding-top: 18px;
						height: auto;
						background: url(images/customers-header-bg.png) #0068b2 repeat-x top;
						padding: 25px 20px;
					}
					
					.customers-header p {
						font-size: 12px;	
					}
					
					.customer-logos-table {
						width: 262px;
					}
					.customer-logo-cell {
						padding: 5px;
					}
					
					.customer-logo-cell img {
						width: 88px;	
						height: auto;
					}
					
					.no-margin {
						margin-left: 0px !important;		
					}
					
					.contact-block, .contact-block-2 {
						float: none;
						width: 430px;
						margin-right: 0px;	
					}
					
					.team-row {
						clear: both;	
					}
					
					.team-profile {
						width: 90px;
						float: left;
						margin-right: 10px;
						margin-bottom: 20px;
					}
					
					.profile-photo img {
						border: 1px solid #10428c;	
						width: 100%;
						height: auto;
					}
					.profile-info-box {
						width: 265px;
					}	
							
					#landbank {
						width: 300px;	
					}
					
					#landbank td {
						vertical-align: top !important;	
					}
					
					#landbank td p {
						font-size: 10px !important;	
						text-align: left !important;
					}
					
					#footer {
						margin: 20px 10px 0 10px;	
					}
					
					#footerlogos {
						width: 300px;
					}
					
					#footerlogos img {
						width: 100%;
						height: auto;	
					}
					
					#homepage-blocks-wrapper {
						margin-top: -30px !important;	
					}
					
					
					
	
}