/** GENERAL **/
.section-padding {
	padding: 80px 0px;
}



/** RECENT **/
.recent-properties {
	position: relative;
}

.recent-properties h2 {
	font-size: 3em;
	text-transform: uppercase;
	letter-spacing: -3px;
	font-weight: 600;
}

.recent-properties .recent-property {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

.recent-properties .recent-property a {
	position: relative;
	display: block;
	padding: 5px;
	margin: 10px;
}

.recent-properties .recent-property .status-banner {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 139px;
	height: 139px;
	z-index: 2;
}

.recent-properties .recent-property.status-forSale .status-banner,
.recent-properties .recent-property.status-toLet .status-banner {
	display: none;
}

.recent-properties .recent-property .image {
	display: block;
}

.recent-properties .recent-property .recent-details {
	display: block;
	padding: 10px 0px;
	font-size: 1.1em;
}

.recent-properties .recent-property .address .addr-line1 {
	display: block;
	font-size: 1.6em;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: -2px;
}

.recent-properties .recent-property .address .vitm-brief {
	display: block;
	margin: 10px 0px;
}

.recent-properties .recent-property .price-wrapper .price-value {
	display: block;
	font-size: 1.6em;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -2px;
}

.recent-properties {
	background: #FFFFFF;
}

.recent-properties h2 {
	color: #513389;
}

.recent-properties .recent-property a {
	background: transparent;
}

.recent-properties .recent-property a:hover {
	background: #EEEEEE;
}

.recent-properties.recent-rentals .recent-property a:hover {
	background: #CCCCCC;
}

.recent-properties .recent-property .image {
	border: 1px solid #CCCCCC;
}

.recent-properties .recent-property .address,
.recent-properties .recent-property .brief,
.recent-properties .recent-property .price-wrapper .price-offers,
.recent-properties .recent-property .price-wrapper .price-period {
	color: #777777;
}

.recent-properties .recent-property .address .addr-line1,
.recent-properties .recent-property .price-wrapper .price-value {
	color: #513389;
}

.recent-properties .recent-property.status-toLet .address .addr-line1,
.recent-properties .recent-property.status-letAgreed .address .addr-line1,
.recent-properties .recent-property.status-let .address .addr-line1,
.recent-properties .recent-property.status-toLet .price-wrapper .price-value,
.recent-properties .recent-property.status-letAgreed .price-wrapper .price-value,
.recent-properties .recent-property.status-let .price-wrapper .price-value {
	color: #6ABD68;
}




/** WELCOME **/
.welcome-wrapper .welcome-left,
.welcome-wrapper .welcome-right {
	width: 48%;
}

.welcome-wrapper .welcome-left {
	float: left;
}

.welcome-wrapper .welcome-right {
	float: right;
}

.welcome-wrapper .welcome-left h2 {
	font-size: 3.2em;
	text-transform: uppercase;
	letter-spacing: -3px;
	font-weight: 600;
	line-height: 1em;
	margin: 0px 0px 30px 0px;
}

.welcome-wrapper .welcome-left p {
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.welcome-wrapper {
	background: #FAFAFA;
	color: #777777;
}

.welcome-wrapper .welcome-left h2 {
	color: #777777;
}

.welcome-wrapper .welcome-left h2 span {
	color: #513389;
}

.welcome-wrapper .welcome-right {
	background: #FFFFFF url(backgrounds/home-map.jpg) no-repeat 50% 50%;
	background-size: cover;
}



/** SERVICES **/
.services-wrapper {
	text-align: center;
}

.service-box {
	display: inline-block;
	width:49%;
}

.service-box .spacing {
	position: relative;
	display: block;
	margin: 5px;
}

.service-box .content {
	position: relative;
	z-index: 2;
	display: table;
	width: 100%;
	padding: 130px 0px;
}

.service-box .title {
	display: table-row;
	font-size: 3.2em;
	text-transform: uppercase;
	letter-spacing: -3px;
	font-weight: 600;
	line-height: 1em;
}

.service-box .title span {
	display: table-cell;
}

.service-box .overlay {
	position: absolute;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.services-wrapper {
	background: #FFFFFF;
}

.service-box.service-box-01 .spacing {
	background: #7b4293 url(backgrounds/services-01.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.service-box.service-box-02 .spacing {
	background: #7DC187 url(backgrounds/services-02.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.service-box.service-box-03 .spacing {
	background: #262626 url(backgrounds/services-03.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.service-box .title {
	color: #FFFFFF;
}

.service-box .overlay {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.service-box.service-box-01 .overlay {
	background: rgba(81, 51, 137, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B37b4293, endColorstr=#B37b4293);
	zoom: 1;
}

.service-box.service-box-01:hover .overlay {
	background: rgba(81, 51, 137, 0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E67b4293, endColorstr=#E67b4293);
	zoom: 1;
}

.service-box.service-box-02 .overlay {
	background: rgba(106, 189, 104, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B37DC187, endColorstr=#B37DC187);
	zoom: 1;
}

.service-box.service-box-02:hover .overlay {
	background: rgba(106, 189, 104, 0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E67DC187, endColorstr=#E67DC187);
	zoom: 1;
}

.service-box.service-box-03 .overlay {
	background: rgba(38, 38, 38, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3262626, endColorstr=B3262626);
	zoom: 1;
}

.service-box.service-box-03:hover .overlay {
	background: rgba(38, 38, 38, 0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6262626, endColorstr=#E6262626);
	zoom: 1;
}

.testimonial-wrapper .testimonial-desc {
	font-size: 1.2em !important;
}

/** RESPONISVE **/

@media screen and (max-width:800px) {

	.recent-properties .recent-property a {
		margin: 0px;
	}

}

@media screen and (max-width:730px) {

	.service-box {
		display: block;
		width: 100%;
	}

	.service-box .spacing {
		margin: 20px 0px;
	}

	.service-box .content {
		padding:30% ​0px;
	}

}

@media screen and (max-width:660px) {

	.recent-properties .recent-property {
		width: 49%;
	}

	.recent-property.recent-03 {
		display: none;
	}

	.welcome-wrapper .welcome-left,
	.welcome-wrapper .welcome-right {
		width: 100%;
		float: none;
		height: auto !important;
	}

	.welcome-wrapper .welcome-left {
		margin: 0px 0px 40px 0px;
	}

	.welcome-wrapper .welcome-right {
		min-height: 250px;
	}

}

@media screen and (max-width:540px) {

	.recent-properties h2 {
		font-size: 2.5em;
		letter-spacing: -2px;
	}

}

@media screen and (max-width:480px) {

	.section-padding {
		padding: 40px 0px;
	}

	.welcome-wrapper .welcome-left h2 {
		font-size: 2.6em;
		letter-spacing: -3px;
	}

	.welcome-wrapper .welcome-left p {
		font-size: 1.3em;
		line-height: 1.6em;
	}

}

@media screen and (max-width:460px) {

	.recent-properties h2 {
		text-align: center;
		margin: 0px 0px 20px 0px;
	}

}

@media screen and (max-width:420px) {

	.recent-properties .recent-property {
		width: 100%;
	}

}
