	@charset "UTF-8";
	/* CSS Document */
	
	
	/*----------INTRO WRAPPER----------*/
	/* font face */
	
	@import url(../fonts/stylesheet.css);
	
	/* ...... */
	body {
	background-image: url("../images/original-images/property_investment_bg.jpg") !important;
	background-position: center -575px !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	}
	#main_intro_wrapper
	{
	position: relative;
	width: 100%;
	background: #463753;
	border-bottom: solid 1px #D1D3D4;
	margin: 0 0 0 0;
	}
	
	
	#main_intro
	{
	position: relative;
	width: 960px;
	padding: 32px 10px;
	padding-bottom: 56px;
	margin: 0 auto 0 auto;
	}
	
	
	#intro_snippet
	{
	font-family: 'Merriweather', serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 130%;
	text-align: center;
	color: #9FCAD2;
	margin: 0 0 16px 0;
	}
	
	
	
	#main_intro p {
	color: rgb(255, 255, 255);
	font-family: 'Lato',sans-serif;
	font-size: 13px;
	line-height: 140%;
	margin: 0 auto;
	text-align: center;
	width: 671px;
	}
	
	
	/*----------DOWNLOAD----------*/
	
	
	#download
	{
	position: absolute;
	bottom: -34px;
	left: 201px;
	width: 580px;
	margin: 0 0 0 0;
	z-index: 9;
	}
	
	
	#download a
	{
	display: block;
	background: #9FCAD2;
	border: solid 2px #D1D3D4;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	color: #fff;
	padding: 23px 32px;
	margin: 0 0 0 0;
	}
	
	
	#download a:hover
	{
	background: #463753;
	text-decoration: none;
	color: #fff;
	}
	
	
	/*----------PORTFOLIO INTRO WRAPPER----------*/
	
	
	#portfolio_intro_wrapper
	{
	position: relative;
	width: 100%;
	border-bottom: solid 1px #D1D3D4;
	margin: 0 0 0 0;
	background:#3a2948;
	}
	
	
	#portfolio_intro
	{
	position: relative;
	width: 960px;
	padding: 70px 10px 45px;
	margin: 0 auto 0 auto;
	}
	
	
	#portfolio_intro h2
	{
	font-family: 'Merriweather', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
	text-align: center;
	color: #9FCAD2;
	margin: 0 0 16px 0;
	}
	
	#portfolio_intro p {
	color: rgb(255, 255, 255);
	font-family: 'Lato',sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	}
	
	
	/*----------NEEDS A BACKGROUND IMAGE BEHIND THE ... RESPONSIVE TO THE WIDTH OF THE PAGE AND THE SET HEIGHT----------*/
	
	
	/*----------POTENTIAL RETURNS----------*/
	
	
	#potential_returns
	{
	position: relative;
	width: 960px;
	padding: 32px 10px;
	margin: 0 auto 0 auto;
	}
	
	
	/*----------RESIDENTIAL PERFORMANCE----------*/
	
	
	#residential_performance_wrapper
	{
	position: relative;
	width: 100%;
	border-top: solid 1px #D1D3D4;
	margin: 0 0 0 0;
	background-color: rgb(57, 41, 71);
	}
	
	
	#residential_performance
	{
	position: relative;
	width: 960px;
	padding: 32px 10px;
	padding-bottom: 79px;
	margin: 0 auto 0 auto;
	}
	
	
	#residential_performance h2
	{
	font-family: 'Merriweather', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
	text-align: center;
	color: #9FCAD2;
	margin: 0 0 16px 0;
	}
	
	
	#residential_performance p
	{
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
	text-align: center;
	color: #fff;
	width: 680px;
	margin:0 auto;
	font-weight:bold;
	}
	
	
	#residential_performance_charts
	{
	position: relative;
	width: 960px;
	margin: 32px 0 0 0;
	}
	
	
	/*----------INNER WRAPPER----------*/
	
	
	#inner_wrapper
	{
	position: relative;
	width: auto;
	margin: 0 auto 0 auto;
	}
	
	
	.row {
	display:none;
	}
	.mob {
	display:none;
	}
	
	@media screen and (max-width: 960px) {  
	#header {
	width:780px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 780px;
	}
	#property_search {
	width: 780px;
	}
	#property_title {
	width: 780px;
	}
	#property_detail {
	width: 780px;
	}
	#property_search a {
	width: auto;
	}
	#footer_logos {
	width:780px;
	}
	#footer_logos img {
	width:100%;
	}
	#cookie_trail {
	width:780px;
	}
	#main_content {
	width:780px;
	}
	#footer {
	width:780px;
	}
	#cta_wrapper {
	width:780px;
	}
	#cta_wrapper_absolute {
	width:780px;
	}
	#cta_selling {
	width: 46%;
	}
	#cta_letting {
	width: 46%;
	}
	#intro_content {
	width:780px;
	}
	#services_wrapper {
	width:780px;
	}
	#services_leftcol {
	width: 46%;
	}
	#services_rightcol {
	width: 46%;
	}
	
	#arla_logo {
	bottom: -40px;
	left: 50%;
	margin: 0 0 0 -105px;
	position: absolute;
	width: 200px;
	z-index: 9;
	}
	
	#visit_contact_page {
	bottom: -24px;
	left: 50%;
	margin: 0 0 0 -204px;
	position: absolute;
	width: 464px;
	z-index: 9;
	}
	#main_intro {
	width:780px;
	}
	#download {
	bottom: -24px;
	left: 50%;
	margin: 0 0 0 -200px;
	position: absolute;
	width: 464px;
	z-index: 9;
	}
	#portfolio_intro {
	width:780px;
	}
	#potential_returns {
	width:780px;
	}
	#potential_returns img {
	width:100%;
	height:auto;
	}
	#residential_performance {
	width:780px;
	}
	#residential_performance_charts {
	width:780px;
	}
	#residential_performance_charts img {
	width:100%;
	height:auto;
	}
	}
	@media screen and (max-width: 780px) {  
	#header {
	width:670px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 670px;
	}
	#property_search {
	width: 670px;
	}
	#property_title {
	width: 670px;
	}
	#property_detail {
	width: 670px;
	}
	#property_search a {
	width: auto;
	}
	#footer_logos {
	width:670px;
	}
	
	#main_menu li a {
	padding: 6px 10px;
	}
	#logo {
	float: left;
	height: auto;
	margin: 0;
	width: 230px;
	}
	#logo img {
	height: auto;
	width: 100%;
	}
	#cookie_trail {
	width:670px;
	}
	#main_content {
	width:670px;
	}
	#footer {
	width:670px;
	}
	#cta_wrapper {
	width:670px;
	}
	#cta_wrapper_absolute {
	width:670px;
	}
	#inner_wrapper {
	width:670px;
	}
	#intro_content {
	width:670px;
	}
	#services_wrapper {
	width:670px;
	}
	#visit_contact_page {
	margin: 0 0 0 -226px;
	}
	#main_intro {
	width:670px;
	}
	#portfolio_intro {
	width:670px;
	}
	#potential_returns {
	width:670px;
	}
	#residential_performance {
	width:670px;
	}
	#residential_performance_charts {
	width:670px;
	}
	#residential_performance_charts img {
	width:100%;
	height:auto;
	}
	#download {
	margin: 0 0 0 -215px;
	}
	#download a {
	padding: 20px 32px;
	font-size: 21px;
	}
	.desktop {
	display:none;
	}
	.mob {
	display:block;
	}
	.proimg-first{
	margin: 0 auto 30px;
	width: 500px;
	}
	.proimg-second{
	margin: 0 auto 30px;
	width: 500px;
	}
	.proimg-third{
	margin: 0 auto 30px;
	width: 500px;
	}
	
	
	
	
	
	
	
	
	}
	@media screen and (max-width: 670px) {  
	#header {
	width:565px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 565px;
	}
	#property_search {
	width: 565px;
	}
	#property_title {
	width: 565px;
	}
	#property_detail {
	width: 565px;
	}
	#property_search a {
	width: auto;
	}
	#footer_logos {
	width:565px;
	}
	#main_menu li {
	margin: 0 0 0 1px;
	}
	#main_menu li a {
	padding: 6px 8px;
	}
	#logo {
	float: left;
	height: auto;
	margin: 0;
	width: 176px;
	}
	#logo img {
	height: auto;
	width: 100%;
	}
	#cookie_trail {
	width:565px;
	}
	#main_content {
	width:565px;
	}
	#footer {
	width:565px;
	}
	#cta_wrapper {
	width:565px;
	}
	#cta_wrapper_absolute {
	width:565px;
	}
	#inner_wrapper {
	width:565px;
	}
	#intro_content {
	width:565px;
	}
	#services_wrapper {
	width:565px;
	}
	#main_intro {
	width:565px;
	}
	#portfolio_intro {
	width:565px;
	}
	#potential_returns {
	width:565px;
	}
	#residential_performance {
	width:565px;
	}
	#residential_performance_charts {
	width:565px;
	}
	
	#download {
	margin: 0 0 0 -228px;
	bottom: -30px;
	width: 475px;
	}
	#main_intro p {
	width:auto;
	}
	#residential_performance p {
	width:auto;
	}
	#intro_snippet {
	width: 100%;
	margin:0 auto;
	}
	}
	@media screen and (max-width: 600px) { 
	#header {
	width:490px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 490px;
	}
	#property_search {
	width: 490px;
	}
	#property_title {
	width: 490px;
	}
	#property_detail {
	width: 490px;
	}
	#property_search a {
	width: auto;
	}
	#footer_logos {
	width:490px;
	}
	#main_menu li {
	margin: 0 0 0 1px;
	}
	#main_menu li a {
	padding: 6px 8px;
	}
	#logo {
	float: left;
	height: auto;
	margin: 0;
	width: 176px;
	}
	#logo img {
	height: auto;
	width: 100%;
	}
	.menu {
	display:none;
	}
	.row {
	display: block;
	float: left;
	height: 35px;
	}
	.list {
	background-color: rgb(234, 232, 235);
	position: absolute;
	right: 35px;
	width: auto;
	z-index: 9999;
	}
	.list ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: rgb(159, 202, 210);
	border-color: rgb(234, 232, 235);
	border-image: none;
	border-style: solid;
	border-width: 3px 4px 0;
	clear: both;
	color: rgb(255, 255, 255);
	font-family: verdana;
	font-size: 17px;
	padding: 10px 5px 10px 10px !important;
	width: 100%;
	}
	.last {
	border-bottom:4px solid rgb(234, 232, 235) !important;
	
	}
	#cookie_trail {
	width:490px;
	}
	#main_menu {
	margin: 25px 0 0;
	}
	#main_content {
	width:490px;
	}
	#footer {
	width:490px;
	}
	#cta_wrapper {
	width:490px;
	}
	#cta_wrapper_absolute {
	width:490px;
	}
	#inner_wrapper {
	width:490px;
	}
	#intro_content {
	width:490px;
	}
	#services_wrapper {
	width:490px;
	}
	#services_leftcol {
	width: 100%;
	}
	#services_rightcol {
	width: 100%;
	}
	#main_intro {
	width:490px;
	}
	#portfolio_intro {
	width:490px;
	}
	#potential_returns {
	width:490px;
	}
	#residential_performance {
	width:490px;
	}
	#residential_performance_charts {
	width:490px;
	}
	}
	
	
	
	
	
	@media screen and (max-width: 565px) {  
	#header {
	width:490px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 490px;
	}
	#property_search {
	width: 490px;
	}
	#property_title {
	width: 490px;
	}
	#property_detail {
	width: 490px;
	}
	#property_search a {
	width: auto;
	}
	#footer_logos {
	width:490px;
	}
	#main_menu li {
	margin: 0 0 0 1px;
	}
	#main_menu li a {
	padding: 6px 8px;
	}
	#logo {
	float: left;
	height: auto;
	margin: 0;
	width: 176px;
	}
	#logo img {
	height: auto;
	width: 100%;
	}
	.menu {
	display:none;
	}
	.row {
	display: block;
	float: left;
	height: 35px;
	}
	.list {
	background-color: rgb(234, 232, 235);
	position: absolute;
	right: 35px;
	width: auto;
	z-index: 9999;
	}
	.list ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: rgb(159, 202, 210);
	border-color: rgb(234, 232, 235);
	border-image: none;
	border-style: solid;
	border-width: 3px 4px 0;
	clear: both;
	color: rgb(255, 255, 255);
	font-family: verdana;
	font-size: 17px;
	padding: 10px 5px 10px 10px !important;
	width: 100%;
	}
	.last {
	border-bottom:4px solid rgb(234, 232, 235) !important;
	
	}
	#cookie_trail {
	width:490px;
	}
	#main_menu {
	margin: 25px 0 0;
	}
	#main_content {
	width:490px;
	}
	#footer {
	width:490px;
	}
	#cta_wrapper {
	width:490px;
	}
	#cta_wrapper_absolute {
	width:490px;
	}
	#inner_wrapper {
	width:490px;
	}
	#intro_content {
	width:490px;
	}
	#services_wrapper {
	width:490px;
	}
	#services_leftcol {
	width: 100%;
	}
	#services_rightcol {
	width: 100%;
	}
	#main_intro {
	width:490px;
	}
	#portfolio_intro {
	width:490px;
	}
	#potential_returns {
	width:490px;
	}
	#residential_performance {
	width:490px;
	}
	#residential_performance_charts {
	width:490px;
	}
	}
	
	@media screen and (max-width: 490px) {  
	#header {
	width:380px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 380px;
	}
	#property_search {
	width: 380px;
	}
	#cookie_trail {
	width:380px;
	}
	#property_title {
	width: 380px;
	}
	#property_detail {
	width: 380px;
	}
	#property_search a {
	width: auto;
	}
	#footer_logos {
	width:380px;
	}
	#main_menu li {
	margin: 0 0 0 1px;
	}
	#main_menu li a {
	padding: 6px 8px;
	}
	#logo {
	float: left;
	height: auto;
	margin: 0;
	width: 176px;
	}
	#logo img {
	height: auto;
	width: 100%;
	}
	.menu {
	display:none;
	}
	.row {
	display: block;
	}
	.list {
	background-color: rgb(234, 232, 235);
	position: absolute;
	right: 35px;
	width: auto;
	z-index: 9999;
	}
	.list ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: rgb(159, 202, 210);
	border-color: rgb(234, 232, 235);
	border-image: none;
	border-style: solid;
	border-width: 3px 4px 0;
	clear: both;
	color: rgb(255, 255, 255);
	font-family: verdana;
	font-size: 17px;
	padding: 10px 5px 10px 10px !important;
	width: 100%;
	}
	.last {
	
	border-bottom:4px solid rgb(234, 232, 235) !important;
	
	}
	#main_menu {
	margin: 25px 0 0;
	}
	#main_content {
	width:380px;
	}
	#footer {
	width:380px;
	}
	#cta_wrapper {
	width:380px;
	}
	#cta_wrapper_absolute {
	width:380px;
	}
	#inner_wrapper {
	width:380px;
	}
	#intro_content {
	width:380px;
	}
	#services_wrapper {
	width:380px;
	}
	
	#visit_contact_page {
	margin: 0 0 0 -88px;
	width: 50%;
	}
	#main_intro {
	width:380px;
	}
	#portfolio_intro {
	width:380px;
	}
	#potential_returns {
	width:380px;
	}
	#residential_performance {
	width:380px;
	}
	#residential_performance_charts {
	width:380px;
	}
	
	#download {
	margin: 0 0 0 -180px;
	width: 370px;
	}
	.proimg-first {
	width: 380px;
	}
	.proimg-second {
	width: 380px;
	}
	.proimg-third {
	width: 380px;
	}
	
	#download a {
	font-size: 18px;
	padding: 18px 32px;
	}
	
	#download {
	left: 4%;
	margin: 0;
	width: 90%;
	}
	}
	
	@media screen and (max-width: 384px) {  
	#header {
	width:340px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 340px;
	}
	#property_search {
	width: 340px;
	}
	#cookie_trail {
	width:340px;
	}
	#property_title {
	width: 340px;
	}
	#property_detail {
	width: 340px;
	}
	#property_search a {
	width: auto;
	}
	#footer_logos {
	width:340px;
	}
	#main_menu li {
	margin: 0 0 0 1px;
	}
	#main_menu li a {
	padding: 6px 8px;
	}
	#logo {
	float: left;
	height: auto;
	margin: 0;
	width: 176px;
	}
	#logo img {
	height: auto;
	width: 100%;
	}
	.menu {
	display:none;
	}
	.row {
	display: block;
	}
	.list {
	background-color: rgb(234, 232, 235);
	position: absolute;
	right: 35px;
	width: auto;
	z-index: 9999;
	}
	.list ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: rgb(159, 202, 210);
	border-color: rgb(234, 232, 235);
	border-image: none;
	border-style: solid;
	border-width: 3px 4px 0;
	clear: both;
	color: rgb(255, 255, 255);
	font-family: verdana;
	font-size: 17px;
	padding: 10px 5px 10px 10px !important;
	width: 100%;
	}
	.last {
	border-bottom:4px solid rgb(234, 232, 235) !important;
	
	}
	#main_menu {
	margin: 25px 0 0;
	}
	
	#main_content {
	width:340px;
	}
	#footer {
	width:340px;
	}
	#cta_wrapper {
	width:340px;
	}
	#cta_wrapper_absolute {
	width:340px;
	}
	#inner_wrapper {
	width:340px;
	}
	#intro_content {
	width:340px;
	}
	#services_wrapper {
	width:340px;
	}
	#main_intro {
	width:340px;
	}
	#portfolio_intro {
	width:340px;
	}
	#potential_returns {
	width:340px;
	}
	#residential_performance {
	width:340px;
	}
	#residential_performance_charts {
	width:340px;
	}
	
	#download {
	margin: 0 0 0 -150px;
	width: 300px;
	bottom: -41px;
	}
	.proimg-first {
	width: 340px;
	}
	.proimg-second {
	width: 340px;
	}
	.proimg-third {
	width: 340px;
	}
	#residential_performance p {
	font-size: 12px;
	}
	
	#download {
	bottom:-34px;
	left: 4%;
	margin: 0;
	width: 90%;
	}
	#download a {
	font-size: 18px;
	padding: 17px 32px;
	}
	#intro_snippet {
	padding-bottom: 15px;
	}
	
	}
	
	@media screen and (max-width: 340px) {  
	#header {
	width:270px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 270px;
	}
	#property_search {
	width: 270px;
	}
	#property_title {
	width: 270px;
	}
	#property_detail {
	width: 270px;
	}
	#property_search a {
	width: auto;
	}
	#cookie_trail {
	width:270px;
	}
	#footer_logos {
	width:270px;
	}
	#main_menu li {
	margin: 0 0 0 1px;
	}
	#main_menu li a {
	padding: 6px 8px;
	}
	#logo {
	float: left;
	height: auto;
	margin: 0;
	width: 176px;
	}
	#logo img {
	height: auto;
	width: 100%;
	}
	.menu {
	display:none;
	}
	.row {
	display: block;
	}
	.list {
	background-color: rgb(234, 232, 235);
	position: absolute;
	right: 35px;
	width: auto;
	z-index: 9999;
	}
	.list ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: rgb(159, 202, 210);
	border-color: rgb(234, 232, 235);
	border-image: none;
	border-style: solid;
	border-width: 3px 4px 0;
	clear: both;
	color: rgb(255, 255, 255);
	font-family: verdana;
	font-size: 17px;
	padding: 10px 5px 10px 10px !important;
	width: 100%;
	}
	.last {
	border-bottom:4px solid rgb(234, 232, 235) !important;
	
	}
	#main_menu {
	margin: 25px 0 0;
	}
	#main_content {
	width:270px;
	}
	#footer {
	width:270px;
	}
	#cta_wrapper {
	width:270px;
	}
	#cta_wrapper_absolute {
	width:270px;
	}
	#inner_wrapper {
	width:270px;
	}
	#intro_content {
	width:270px;
	}
	#services_wrapper {
	width:270px;
	}
	
	#visit_contact_page {
	margin: 0 0 0 -64px;
	width: 50%;
	}
	#main_intro {
	width:270px;
	}
	#portfolio_intro {
	width:270px;
	}
	#potential_returns {
	width:270px;
	}
	#residential_performance {
	width:270px;
	}
	#residential_performance_charts {
	width:270px;
	}
	
	#download {
	margin: 0 0 0 -113px;
	width: 230px;
	}
	.nav-list {
	display: none;
	}
	.proimg-first {
	width: 270px;
	}
	.proimg-second {
	width: 270px;
	}
	.proimg-third {
	width: 270px;
	}
	
	#download a {
	font-size: 16px;
	padding: 17px 32px;
	}
	
	#download {
	margin: 0;
	width: 90%;
	}
	}
	
	@media screen and (max-width: 240px) { 
	#header {
	width:200px;
	}
	#property_description {
	width: 200px;
	}
	#property_search {
	width: 200px;
	}
	#property_title {
	width: 200px;
	}
	#property_detail {
	width: 200px;
	}
	#cookie_trail {
	width:200px;
	}
	#footer_logos {
	width:200px;
	}
	#main_content {
	width:200px;
	}
	#footer {
	width:200px;
	}
	#cta_wrapper_absolute {
	width:200px;
	}
	#inner_wrapper {
	width:200px;
	}
	#intro_content {
	width:200px;
	}
	#services_wrapper {
	width:200px;
	}
	#main_intro {
	width:200px;
	}
	#portfolio_intro {
	width:200px;
	}
	#potential_returns {
	width:200px;
	}
	#residential_performance {
	width:200px;
	}
	#residential_performance_charts {
	width:200px;
	}
	#container {
	width:200px;
	}
	
	.mortgage_row {
	width: 200px;
	}
	#register_wrapper {
	width:200px;
	}
	#cta_content {
	width:200px;
	}
	.detail_text {
	width: auto;
	}
	.detail_block {
	width: auto;
	}
	#logo {
	width:100%;
	}
	.nav {
	float: left;
	}
	#contact_wrapper {
	width: auto;
	}
	
	.proimg-first {
	width: auto;
	}
	
	.proimg-second {
	width: auto;
	}
	
	.proimg-third {
	width: auto;
	}
	}
