/* Non-semantic helper classes */
.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/* Primary Styles
   Author: Aivo Paas
*/

/**
 * @license
 * MyFonts Webfont Build ID 3075256, 2015-08-13T14:35:15-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Lovato-Light by Philatype
 * URL: http://www.myfonts.com/fonts/philatype/lovato/light/
 * Copyright: 2014 Kosal Sen
 * Licensed pageviews: 10,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3075256
 *
 * © 2015 MyFonts Inc
*/

@font-face {
	font-family: 'Lovato';
	src: url('f/philatype_-_lovato_light.eot');
	src: url('f/philatype_-_lovato_light.eot?#iefix') format('embedded-opentype'),
		url('f/philatype_-_lovato_light.woff2') format('woff2'), url('f/philatype_-_lovato_light.woff') format('woff'),
		url('f/philatype_-_lovato_light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Celias';
	src: url('f/type_dynamic_-_celias.eot');
	src: url('f/type_dynamic_-_celias.eot?#iefix') format('embedded-opentype'),
		url('f/type_dynamic_-_celias.woff2') format('woff2'), url('f/type_dynamic_-_celias.woff') format('woff'),
		url('f/type_dynamic_-_celias.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Celias';
	src: url('f/type_dynamic_-_celias_thin.eot');
	src: url('f/type_dynamic_-_celias_thin.eot?#iefix') format('embedded-opentype'),
		url('f/type_dynamic_-_celias_thin.woff2') format('woff2'), url('f/type_dynamic_-_celias_thin.woff') format('woff'),
		url('f/type_dynamic_-_celias_thin.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

body {
	font-family: 'Celias', sans-serif;
	padding-top: 100px;
	background: #1f2128;
}

#logo {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 121px;
	height: 20px;
	background: url(g/logo-new.png);
	background-size: cover;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

header {
	height: 100px;
	background: #2a2b33;
	color: #d8edf4;
	position: fixed;
	font-size: 12px;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
header .open-menu {
	text-transform: uppercase;
	height: 100px;
	line-height: 100px;
	padding: 0 30px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0.5;
	letter-spacing: 1px;
}
header .open-menu:hover {
	opacity: 1;
}
header .tagline {
	position: absolute;
	right: 30px;
	top: 40px;
	line-height: 20px;
	letter-spacing: 0.5px;
}

footer {
	padding-top: 165px;
	background: url(g/symbol.png) 50% 80px no-repeat #fff;
	background-size: 56px 60px;
	position: relative;
}
footer:after {
	content: 'Designed by LOOVVOOL';
	font-size: 10px;
	color: #22232a;
	opacity: 0.5;
	position: absolute;
	bottom: 45px;
	right: 45px;
}
footer .summers-global-team {
	max-width: 800px;
	margin: 30px auto 0;
	padding: 0 20px;
}
footer .summers-global-team a {
	display: block;
	background: url(g/summers-global-team.jpg) 50% 50% no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-bottom: 45.84%;
}

#menu {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #edf5f6;
	color: #2a2b32;
	z-index: 1;
}
#menu .v {
	width: 93px;
	height: 100px;
	background: url(g/symbol.png) 50% 50% no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 21%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#menu .v:hover {
	opacity: 0.5;
}
#menu .close {
	background: url(g/close.png) 50% 50% no-repeat;
	background-size: 21px 21px;
	width: 81px;
	height: 81px;
	position: absolute;
	left: 0;
	top: 13px;
	cursor: pointer;
	opacity: 0.5;
}
#menu .close:hover {
	opacity: 1;
}
#menu nav {
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 72px;
	font-size: 42px;
	font-family: 'Lovato', serif;
	text-align: center;
}
#menu nav a {
	text-decoration: none;
	color: #2a2b32;
}
#menu nav a:hover {
	opacity: 0.5;
}
#menu .footer-content {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.footer-content {
	line-height: 30px;
	padding: 38px 0;
	text-align: center;
	font-size: 14px;
}
.footer-content a {
	color: inherit;
	text-decoration: none;
}
.footer-content a:hover {
	text-decoration: underline;
}
.footer-content span {
	padding: 0 5px;
}
.footer-content .icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-size: 14px 14px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: relative;
	top: 1px;
	padding: 0 2px;
	margin: 0 0 0 3px;
}
.footer-content .icon.facebook {
	background-image: url(g/icon-fb.png);
}
.footer-content .icon.twitter {
	background-image: url(g/icon-tw.png);
}
.footer-content .icon.instagram {
	background-image: url(g/icon-ig.png);
}

.footer-content .nav {
	display: block;
}
.footer-content .nav ul,
.footer-content .nav li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.footer-content .nav li + li:before {
	content: '|';
	display: inline-block;
	padding: 0 10px;
}

section {
	position: relative;
}
.dark {
	background: #292b32;
	color: #edf5f6;
}
.bright {
	background: #d8edf5;
	color: #2a2b32;
}

section.with-back {
	background-size: cover;
	background-position: 50% 50%;
}
section.with-back:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
section.dark.with-back:before {
	background: rgba(41, 43, 50, 0.9);
}
section.bright.with-back:before {
	background: rgba(215, 236, 244, 0.93);
}

.slides {
	overflow: hidden;
	position: relative;
}
.slides.full {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.slides.full .slide {
	height: 100%;
	padding-top: 0 !important;
}
.slides nav {
	position: absolute;
	left: 50%;
	margin-right: -50%;
	padding: 0 20px;
	text-align: center;
	bottom: 70px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #edf5f6;
	font-size: 12px;
	z-index: 1;
}
.bright.slides nav,
.bright .slides nav {
	color: #2a2b33;
}
.slides nav div {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	position: relative;
	min-width: 8px;
	text-align: center;
}
.slides nav div:before {
	position: absolute;
	content: ' ';
	display: block;
	width: 1px;
	left: 0;
	top: 10px;
	bottom: 10px;
	background: #fff;
}
.bright.slides nav div:before,
.bright .slides nav div:before {
	background: #000;
}
.slides nav div:first-child:before {
	display: none;
}
.slides nav div.active:after,
.slides nav div:hover:after {
	position: absolute;
	content: ' ';
	display: block;
	height: 1px;
	bottom: 0;
	left: 9px;
	right: 9px;
	background: #fff;
}
.bright.slides nav div.active:after,
.bright .slides nav div.active:after,
.bright.slides nav div:hover:after,
.bright .slides nav div:hover:after {
	background: #000;
}
.slides .prev,
.slides .next {
	width: 140px;
	height: 100%;
	position: absolute;
	top: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 21px 61px;
	cursor: pointer;
	opacity: 0.5;
}
.slides .prev {
	background-image: url(g/prev-dark.png);
	left: 0;
}
.bright.slides .prev,
.bright .slides .prev {
	background-image: url(g/prev-bright.png);
}
.slides .next {
	right: 0;
	background-image: url(g/next-dark.png);
}
.bright.slides .next,
.bright .slides .next {
	background-image: url(g/next-bright.png);
}
.slides .prev:hover,
.slides .next:hover {
	opacity: 1;
}

.slide {
	width: 100%;
	display: none;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
	top: 0;
	background-position: 50% 50%;
	background-size: cover;
}
.slide:first-child {
	display: block;
}
.slide img {
	width: 100%;
	height: auto;
}

.featured.slides nav {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	left: auto;
	right: 70px;
	margin-right: 0;
}
.featured.slides .slide {
	border: 30px solid #2a2b33;
	border-top-width: 0;
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
}
.featured.slides.full .slide {
	border-top-width: 30px;
}
.featured .slide .title {
	color: #fff;
	font-size: 36px;
	color: #edf5f6;
	font-family: 'Lovato', serif;
	position: absolute;
	line-height: 50px;
	left: 50px;
	bottom: 70px;
}
.featured .slide .more {
	font-size: 12px;
	color: #edf5f6;
	opacity: 0.5;
	text-transform: uppercase;
	line-height: 20px;
	position: absolute;
	left: 50px;
	bottom: 45px;
	z-index: 2;
	letter-spacing: 1px;
}
.featured .slide:hover .more {
	opacity: 1;
}

.boxes {
	overflow: hidden;
}
.box {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	float: left;
}
.box > img {
	width: 100%;
	height: auto;
}
.box > .fakepic {
	padding-top: 100%;
	background: rgba(255, 255, 255, 0.25);
}
.boxes.spacing-big {
	padding: 30px;
}
.boxes.spacing-big .box {
	border: 30px solid transparent;
	width: 50%;
}
.boxes.spacing-big.tri-line .box {
	width: 33.3333333%;
}
.boxes.spacing-medium {
	padding: 15px;
}
.boxes.spacing-medium .box {
	border: 15px solid transparent;
	width: 33.33%;
}
.boxes .text {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	width: 220px;
	height: 220px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(43, 43, 50, 0.95);
	color: #edf5f6;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.boxes .text .center {
	position: absolute;
	left: 50%;
	margin-right: -50%;
	top: 50%;
	box-sizing: border-box;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 36px;
	font-size: 28px;
	line-height: 1.2em;
	font-family: 'Lovato', sans-serif;
}
.boxes .text .link {
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	bottom: 15px;
	line-height: 20px;
	font-size: 12px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #929fa6;
	letter-spacing: 1px;
}
.box:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.box:hover:after {
	background: rgba(42, 43, 51, 0.5);
}
.box:hover .text {
	background: rgba(216, 237, 244, 0.95);
	color: #292b32;
}
.box:hover .text .link {
	color: #292b32;
}
.boxes.investment-properties .box {
	padding: 60px;
}

.box.blog-box .text {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	left: 15px;
	top: auto;
	bottom: 15px;
	right: 0;
	padding: 15px 30px 20px;
	width: auto;
	height: auto;
}
.box.blog-box .date {
	font-size: 10px;
	line-height: 30px;
	letter-spacing: 1px;
	opacity: 0.6;
}
.box.blog-box:hover .date {
	opacity: 1;
}
.box.blog-box h2 {
	margin: 0;
	font-family: 'Lovato', serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
}

section .text-box {
	width: 385px;
	margin: 0 auto;
	padding: 75px 0 55px;
	position: relative;
	text-decoration: none;
	display: block;
	text-align: center;
}
section .text-box.about {
	padding: 160px 0;
}
section.dark .text-box {
	color: #d8edf4;
}
section .text-box h1,
section .text-box .h1 {
	font-family: 'Lovato', serif;
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 30px;
	font-weight: normal;
}
section .text-box p {
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
	opacity: 0.8;
	line-height: 27px;
	font-size: 18px;
	margin: 0 0 30px;
}
section .text-box .link {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	opacity: 0.6;
}
section a.text-box:hover .link {
	opacity: 1;
}

.section-bottom {
	text-align: center;
	padding: 0 0 25px;
}
.boxes.spacing-medium + .section-bottom {
	margin-top: -8px;
}
.section-link {
	font-size: 12px;
	text-transform: uppercase;
	color: inherit;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 1px;
	opacity: 0.6;
}
.section-link:hover {
	opacity: 1;
}

.button {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	border: 1px solid #2a2b32;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
	text-decoration: none;
}
.button:hover {
	background: #2a2b32;
	color: #d8ecf4;
}
.text .center {
	text-align: center;
}
.text a.button {
	border-color: #a2a8aa;
	margin-top: 30px;
}

.form {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	background: rgba(42, 43, 51, 0.9);
	padding: 50px;
	z-index: 200;
	display: none;
	color: #2a2b32;
}
.form form {
	max-width: 590px;
	position: relative;
	margin: 0 auto;
	background: #d8edf4;
	padding: 0 0 0 30px;
	z-index: 1;
}
form .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}
form .close:before {
	content: 'X';
}
form .close:hover {
	color: #d8edf4;
	background: #818c93;
}
form h1,
form .h1 {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: 'Celias', serif;
	line-height: 20px;
	padding: 25px 0;
	margin: 0 30px 0 0;
	text-align: center;
}
form h2,
form .h2 {
	font-size: 24px;
	font-weight: normal;
	font-family: 'Lovato', serif;
	text-align: center;
	padding: 5px 0 20px;
	line-height: 30px;
	margin: 0 30px 0 0;
}
form .text {
	padding-right: 30px;
}
form label,
form .label {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
	line-height: 28px;
	line-height: 16px;
	padding: 6px 0 0;
}
form label {
	display: block;
	width: 50%;
	padding: 6px 30px 10px 0;
	float: left;
	box-sizing: border-box;
}
form input[type='text'],
form input[type='email'],
form input[type='password'],
form select,
form textarea {
	border: 1px solid #818c93;
	padding: 9px 15px;
	box-sizing: border-box;
	line-height: 20px;
	background: transparent;
	color: #2a2b32;
	font-size: 14px;
	width: 100%;
	margin-top: 6px;
	-webkit-appearance: none;
	border-radius: 0;
}
form input[type='text'],
form input[type='email'],
form input[type='password'],
form select {
	height: 40px;
}
form .group {
	padding: 0 30px 10px 0;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
form .group label {
	float: none;
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	padding: 0;
	line-height: 22px;
	width: auto;
}
form .group label input {
	margin-right: 5px;
}
form hr {
	border: 0 solid transparent;
	border-width: 20px 30px 20px 0;
	width: 100%;
	background: #818c93;
	box-sizing: border-box;
	background-clip: content-box;
	margin: 0;
	height: 41px;
}
form .bottom {
	clear: both;
	min-height: 40px;
	padding-bottom: 15px;
	border-top: 1px solid #818c93;
	margin: 0 30px 0 0;
	padding: 15px 0 35px;
	position: relative;
	top: 20px;
}
form .bottom p {
	clear: both;
	font-size: 10px;
	line-height: 16px;
	padding: 12px 0 0;
	margin: 0 150px 0 0;
}
form button {
	font-size: 12px;
	text-transform: uppercase;
	height: 40px;
	line-height: 38px;
	box-sizing: border-box;
	padding: 0 25px;
	border: 1px solid #2a2b32;
	color: #2a2b32;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
	background: transparent;
	letter-spacing: 1px;
	-webkit-appearance: none;
}
form button:hover {
	background: #2a2b32;
	color: #d8edf4;
}
form .bottom button,
form .thanks button {
	position: absolute;
	right: 0;
	bottom: 15px;
}
form .bottom button {
	bottom: 35px;
}

form input.error,
form select.error {
	border-color: #f00;
}

form .thanks {
	margin: 0 30px 0 0;
	min-height: 50px;
	position: relative;
	display: none;
}
form .thanks p {
	padding-right: 150px;
}

section.text-image {
	text-align: center;
	overflow: hidden;
}
section.text-image.dark {
	background: #202128;
}
section.text-image img {
	width: 50%;
	height: auto;
	float: left;
}
section.text-image .text {
	max-width: 335px;
	padding: 0 20px;
	position: absolute;
	top: 50%;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
	font-size: 16px;
	line-height: 22px;
}
section.text-image .text p {
	margin: 0;
	padding: 0 0 22px;
}
section.text-image .text h1 {
	font-family: 'Lovato', serif;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 0 0 42px;
}
section.text-image.dark img {
	float: left;
}
section.text-image.bright img {
	float: right;
}
section.text-image.dark .text {
	right: 25%;
	color: #a2a8aa;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
section.text-image.bright .text {
	left: 25%;
	color: #2a2b32;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
section.text-image.dark h1 {
	color: #edf5f6;
}
section.text-image.bright h1 {
	color: #2a2c33;
}

section.team {
	background: #d8edf4;
	padding: 0 140px 0 160px;
	padding: 0 0 0 20px;
	overflow: hidden;
}
section.team h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 180px;
	color: #2a2b33;
	font-family: 'Lovato', serif;
	font-size: 36px;
	font-weight: normal;
}
.team .members {
	max-width: 1160px;
	margin: 0 auto;
}
.team .member {
	background: #2a2b32;
	color: #b3b9bb;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
	font-size: 12px;
	line-height: 16px;
	width: 25%;
	float: left;
	border-right: 20px solid transparent;
	background-clip: padding-box;
	padding: 0 34px;
	box-sizing: border-box;
	margin-bottom: 80px;
}
.team .member .pic {
	margin: 0 -34px;
}
.team .member .pic img {
	width: 100%;
	height: auto;
}
.team .name {
	font-family: 'Lovato', serif;
	font-weight: normal;
	font-size: 24px;
	color: #edf5f6;
	line-height: 32px;
	padding-top: 34px;
	text-align: center;
}
.team .position {
	color: #929fa6;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	line-height: 20px;
	margin: 0 0 30px;
	font-size: 11px;
}
.team .about {
	padding-bottom: 15px;
}
.team .member:first-child .pic {
	width: auto;
	height: 100%;
	min-height: 610px;
	overflow: hidden;
}
.team .member:first-child .pic img {
	min-width: 980px;
}
.team .member:first-child {
	width: 100%;
	position: relative;
}
.team .member:first-child:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 50%;
	min-width: 490px;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(42, 43, 50, 0.7);
}
.team .member:first-child .text {
	position: absolute;
	left: 75%;
	top: 50%;
	width: 300px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	line-height: 20px;
}
.team .member:first-child .position {
	margin-bottom: 45px;
	font-size: 12px;
}
.team .member:first-child .name {
	font-size: 36px;
	line-height: 48px;
}

section.testimonials,
section.press {
	height: 600px;
}
section.testimonials .h1,
section.press .h1 {
	position: absolute;
	left: 50%;
	top: 96px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	font-family: 'Lovato', serif;
	font-size: 36px;
	font-weight: normal;
	color: #edf5f6;
	margin: 0;
	padding: 0;
}
section.press .h1 {
	color: #292b32;
}
section.testimonials .slides,
section.testimonials .slide,
section.press .slides,
section.press .slide {
	height: 100%;
}
section.testimonials .text,
section.press .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 444px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.testimonials .slide .text .content,
.press .slide .text .content {
	line-height: 30px;
	font-size: 24px;
	color: #edf5f6;
	font-family: 'Lovato', serif;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
}
.press .slide .text .content {
	color: #2a2b32;
}
.testimonials .slide .text .author,
.press .slide .text .source {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #b0c1c8;
	line-height: 20px;
	padding: 16px 0 0;
	text-align: center;
}
.press .slide .text .source {
	color: #2a2b33;
	padding: 0 0 30px;
}
.testimonials .slide .text .content:before,
.press .slide .text .content:before {
	content: '“';
}
.testimonials .slide .text .content:after,
.press .slide .text .content:after {
	content: '”';
}
.press .slide .button {
	margin-top: 40px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
section.testimonials .slides nav,
section.press .slides nav {
	bottom: 35px;
}

.properties.boxes .box.left {
	width: 50%;
}
.properties.boxes .box.right-half {
	width: 50%;
}
.properties.boxes .box.full {
	width: 100%;
}
.properties.boxes .text {
	width: 370px;
	height: auto;
	text-align: center;
	padding: 20px 45px 65px;
	box-sizing: border-box;
}
.properties.boxes .text p {
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
	font-size: 14px;
	line-height: 20px;
}
.properties.boxes .text h1 {
	text-align: center;
	font-family: 'Lovato', serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: normal;
}
.properties.boxes .text .link {
	bottom: 35px;
}
.properties.boxes .right-half .text {
	width: 210px;
	padding: 57px 20px;
}
.properties.boxes .right-half .text h1 {
	font-size: 28px;
	line-height: 36px;
	margin: 0;
}
.properties.boxes .right-half .text .link {
	bottom: 15px;
}

#collection-header {
	background: #202128;
	color: #d8edf4;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	z-index: 99;
}
#collection-header a {
	text-decoration: none;
	line-height: 50px;
	display: inline-block;
	padding: 0 15px;
	opacity: 0.6;
}
#collection-header a:hover {
	opacity: 1;
}
#collection-header a.open {
	text-decoration: underline;
	opacity: 1;
}
#collection-header nav ul,
#collection-header nav li {
	display: inline-block;
}
#collection-header nav.left {
	padding-left: 15px;
	color: #8d9aa1;
}
#collection-header nav.left a {
	padding: 0 3px;
	color: #d8edf4;
}
#collection-header nav.left a:first-child {
	padding: 0 3px 0 15px;
}
#collection-header nav.center {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
#collection-header .filters {
	position: absolute;
	right: 15px;
	top: 0;
}
#collection-header .filters > div {
	opacity: 0.5;
	display: inline-block;
	line-height: 50px;
	padding: 0 15px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#collection-header .filters > div:after {
	display: inline-block;
	content: ' ';
	background: url(g/dropdown.png) 0 0 no-repeat;
	background-size: cover;
	width: 8px;
	height: 6px;
	margin-left: 7px;
	position: relative;
	top: -1px;
}
#collection-header .filters > div.active,
#collection-header .filters > div:hover {
	opacity: 1;
}

#filter-by-form {
	position: absolute;
	right: 0;
	line-height: 26px;
	top: 100%;
	background: #202128;
	border-top: 1px solid #35373d;
	white-space: nowrap;
	cursor: default;
	padding: 11px 0 7px 15px;
	display: none;
}
.filters .active #filter-by-form {
}
#filter-by-form button {
	height: 26px;
	line-height: 24px;
	padding: 0 10px;
	color: #d8edf4;
	vertical-align: bottom;
	margin: 5px 0;
	font-size: 10px;
	margin-right: 15px;
	opacity: 0.5;
}
#filter-by-form button:hover {
	opacity: 1;
}

#filter-by-form .results {
	display: inline-block;
	opacity: 0.5;
	padding-right: 10px;
}
#filter-by-form .results span {
	display: inline-block;
	min-width: 15px;
}

#filter-by-form .select {
	width: auto;
	color: #d8edf4;
	height: 26px;
	line-height: 24px;
	box-sizing: border-box;
	background: #202128;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: top;
	opacity: 0.5;
	position: relative;
	margin: 5px 15px 0 0;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#filter-by-form .select:after {
	display: block;
	content: ' ';
	background: url(g/dropdown.png) 50% 50% no-repeat;
	background-size: 8px 6px;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 1px;
	right: 1px;
	pointer-events: none;
	z-index: 2;
}
#filter-by-form .select.open:after {
	background-image: url(g/dropup.png);
}
#filter-by-form .select.open,
#filter-by-form .select:hover {
	opacity: 1;
}
#filter-by-form .select .items {
	background: #202128;
	padding: 0 25px 0 7px;
	border: 1px solid #95959d;
	min-height: 24px;
}
#filter-by-form .select .items .option {
	height: 0;
	background: #202128;
	overflow: hidden;
	position: relative;
	opacity: 0.5;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#filter-by-form .select.open .items .option:first-child {
	opacity: 0.5;
}
#filter-by-form .select .items .option:hover,
#filter-by-form .select.open .items .option:first-child:hover,
#filter-by-form .select.open .items .option.selected:first-child {
	opacity: 1;
}
#filter-by-form .select .items .option:first-child,
#filter-by-form .select .items .option.selected {
	margin-bottom: -24px;
	opacity: 1;
}
#filter-by-form .select.open .items .option {
	margin-bottom: 0;
}
#filter-by-form .select.open .items .option,
#filter-by-form .select .items .option:first-child,
#filter-by-form .select .items .option.selected {
	height: auto;
}
#filter-by-form .select .items .option.selected {
	z-index: 1;
}

body.module-collection_cover.item-page,
body.module-collection.cover-page,
body.module-blog.cover-page,
body.module-blog.item-page {
	padding-top: 150px;
}
body.module-collection.item-page {
	padding-top: 250px;
}

.collection.boxes .box {
	width: 50%;
}
.collection.boxes .box .text {
	width: 260px;
	height: 260px;
}
.collection.boxes .box .text .center {
	padding: 0 20px;
}
.collection.boxes .box .text .location,
.collection.boxes .box .text .price,
.collection.boxes .box .text .off-market {
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	margin-right: -50%;
	bottom: 15px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 10px;
	letter-spacing: 1px;
}
.collection.boxes .box .text .location {
	top: 15px;
	bottom: auto;
}
.collection.boxes .box .text .off-market {
	bottom: 35px;
}

#property-header {
	background: #202128;
	color: #d8edf4;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	z-index: 99;
	height: 150px;
}
#property-header a {
	text-decoration: none;
}
#property-header .h1 {
	position: absolute;
	text-align: center;
	font-weight: normal;
	bottom: 75px;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Lovato', serif;
	color: #edf5f6;
	margin: 0;
	padding: 0 20px;
	left: 0;
	right: 0;
	text-transform: none;
	letter-spacing: 0;
}
#property-header .left,
#property-header .center,
#property-header .right {
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
}
#property-header .left {
	left: 0;
}
#property-header .left.compact {
	padding-left: 15px;
	color: #8d9aa1;
}
#property-header .left.compact a {
	padding: 0 3px;
	color: #d8edf4;
}
#property-header .left.compact a:first-child {
	padding: 0 3px 0 15px;
}
#property-header .center {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
#property-header .right {
	right: 0;
}
#property-header .left > *,
#property-header .center > *,
#property-header .right > * {
	opacity: 0.5;
	display: inline-block;
	padding: 0 15px;
	cursor: pointer;
}
#property-header .left > *:hover,
#property-header .center > *:hover,
#property-header .right > *:hover {
	opacity: 1;
}
#property-header .right .button {
	margin: 12px 15px;
	padding: 0 18px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #def2ff;
	font-size: 10px;
}

#share-button.active {
	opacity: 1;
}
#property-share {
	display: none;
	position: absolute;
	right: 30px;
	top: 100%;
	background: #202128;
	cursor: default;
}
#share-button.active #property-share {
	display: block;
}
#property-share .line {
	white-space: nowrap;
	padding: 0 15px;
	border-top: 1px solid #35373d;
}
#property-share .line > * {
	display: inline-block;
	padding: 0 15px;
	height: 48px;
	line-height: 48px;
	opacity: 0.5;
	cursor: pointer;
}
#property-share .line > *:hover {
	opacity: 1;
}
#property-share form {
	border-top: 1px solid #35373d;
	padding: 11px 0 11px 30px;
	line-height: 25px;
	display: none;
}
#property-share form #ci-mail-email {
	width: 155px;
	box-sizing: border-box;
	height: 25px;
	font-size: 12px;
	padding: 0 14px;
	line-height: 23px;
	color: #79848a;
}
#property-share form #ci-mail-email::-webkit-input-placeholder {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #79848a;
	font-size: 10px;
}
#property-share form #ci-mail-email::-moz-input-placeholder {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #79848a;
	font-size: 10px;
}
#property-share form #ci-mail-email::-ms-input-placeholder {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #79848a;
	font-size: 10px;
}
#property-share form #ci-mail-email::input-placeholder {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #79848a;
	font-size: 10px;
}
#property-share form button {
	height: 25px;
	line-height: 25px;
	border: 0;
	color: #79848a;
	font-size: 10px;
	padding: 0 20px;
	margin: 0 0 0 10px;
	background: transparent;
}
#property-share form button:hover {
	color: #d8edf4;
}
#ci-mail-msg {
	text-transform: none;
	padding: 10px 0 0;
	letter-spacing: 0;
	font-size: 12px;
	color: #79848a;
	display: none;
}

.slides.property-pics nav {
	bottom: 40px;
}
.property-content {
	width: 445px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.property-content .location,
.property-content .price {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	line-height: 20px;
	padding: 45px 0;
	font-weight: normal;
	margin: 0;
}
.property-content h1 {
	font-family: 'Lovato', serif;
	font-size: 46px;
	line-height: 48px;
	font-weight: normal;
	text-align: center;
	padding: 25px 0;
	margin: 0;
}
.property-content .size {
	height: 100px;
	line-height: 100px;
	border: 1px solid #818c93;
	border-width: 1px 0;
	text-align: center;
	display: table;
	width: 100%;
}
.property-content .size .row {
	display: table-row;
}
.property-content .size .row div {
	display: inline-block;
	font-family: 'Lovato', serif;
	font-size: 32px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.property-content .size span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Celias', sans-serif;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
.property-content .description {
	padding: 50px 0 70px;
	line-height: 24px;
	font-size: 16px;
	color: #2a2b32;
}
.property-content .description p {
	margin: 0;
	padding: 0 0 22px;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
}
.property-content .description .button.read-more,
.property-content .description .button.read-less {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.property-content .description .button.read-less {
	display: none;
}
.property-content .description .more {
	height: 0;
	overflow: hidden;
}

section.features .property-content {
	padding-top: 85px;
	padding-bottom: 90px;
	color: #ccdee6;
}
section.features .property-content .h2 {
	line-height: 56px;
	font-size: 36px;
	font-family: 'Lovato', serif;
	font-weight: normal;
	border-bottom: 1px solid #8e9aa2;
	margin: 0;
}
section.features .property-content table {
	margin: 53px 0 0;
}
section.features .property-content table td {
	line-height: 28px;
	padding: 0;
	font-size: 16px;
}
section.features .property-content table td:first-child {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-right: 30px;
	white-space: nowrap;
}

section.enquire .property-content {
	text-align: center;
	padding-top: 75px;
	padding-bottom: 60px;
}
section.enquire .enquire-text {
	font-size: 24px;
	line-height: 30px;
	width: 235px;
	margin: 0 auto;
	padding-bottom: 30px;
	font-family: 'Lovato', serif;
}
section.enquire .button {
	width: 190px;
}

#map-popup {
	position: fixed;
	left: -100%;
	top: -200%;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #202128;
}
#map-popup .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background: url(g/close-bright.png) 50% 50% no-repeat;
	background-size: 21px 21px;
	opacity: 0.58;
	cursor: pointer;
}
#map-popup .close:hover {
	opacity: 1;
}
#map-popup .map {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	bottom: 0;
}
#map-popup .title {
	color: #edf5f6;
	font-family: 'Lovato', serif;
	font-size: 24px;
	line-height: 30px;
	position: absolute;
	left: 80px;
	right: 80px;
	top: 50px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.anchor {
	position: absolute;
	margin-top: -150px;
}
a[href^='#']:focus {
	outline: 0;
}

#off-market-login {
	margin-right: -30px;
	overflow: hidden;
	text-align: center;
}
#off-market-login label {
	padding-top: 0;
}
#off-market-login label input {
	margin-top: 0;
}
#off-market-login button {
	width: 100%;
}
#off-market-login .btn {
	float: left;
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
}

#blog-header {
	background: #202128;
	color: #d8edf4;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	z-index: 99;
	height: 50px;
}
#blog-header .left,
#blog-header .right {
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
}
#blog-header .left {
	left: 0;
}
#blog-header .right {
	right: 0;
	padding-right: 0;
}
#blog-header .left > * {
	display: inline-block;
	text-decoration: none;
	opacity: 0.5;
	cursor: pointer;
	padding: 0 15px;
	float: left;
}
#blog-header .left > *:hover,
#blog-header .left > *.active {
	opacity: 1;
}
#blog-header .left > div .list {
	display: none;
}
#blog-header .left > div:after {
	display: inline-block;
	content: ' ';
	background: url(g/dropdown.png) 0 0 no-repeat;
	background-size: cover;
	width: 8px;
	height: 6px;
	margin-left: 4px;
	position: relative;
	top: -1px;
}
#blog-header .left > div:hover .list {
	display: block;
	position: fixed;
	top: 150px;
	left: 0;
	background: #202128;
	padding: 20px 30px;
	overflow: auto;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	border-top: 1px solid #35373d;
	max-width: 100%;
	overflow: auto;
	box-sizing: border-box;
}
#blog-header .left > div:hover .list a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	opacity: 0.5;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 0;
}
#blog-header .left > div:hover .list a span {
	padding-left: 5px;
	opacity: 0.5;
}
#blog-header .left > div:hover .list a:hover,
#blog-header .left > div:hover .list a.active {
	opacity: 1;
}

#blog-header form {
	padding: 12px 30px;
	line-height: 26px;
}
#blog-header form input {
	height: 26px;
	width: 160px;
	box-sizing: border-box;
	border: 1px solid #484950;
	border-right: 0;
	padding: 2px 7px;
	color: #d8edf4;
	font-size: 12px;
	margin: 0;
	vertical-align: middle;
}
#blog-header form input:focus {
	outline: 0;
}
#blog-header form button {
	height: 26px;
	box-sizing: border-box;
	border: 1px solid #484950;
	border-left: 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #8a979e;
	margin: 0;
	vertical-align: middle;
	line-height: 26px;
	padding: 0 7px 0 8px;
}
#blog-header form button:hover {
	color: #d8edf4;
}

.blog-list-post {
	overflow: hidden;
	display: block;
	position: relative;
}
.blog-list-post .pic {
	float: left;
	width: 50%;
	overflow: hidden;
}
.blog-list-post img {
	width: 100%;
	height: auto;
}
.blog-list-post.dark .pic {
	float: right;
}
.blog-list-post .text {
	position: absolute;
	top: 50%;
	text-align: center;
	display: block;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.blog-list-post.dark .text {
	left: 25%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.blog-list-post.bright .text {
	right: 25%;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.blog-list-post:hover .text {
	opacity: 0.5;
}
.blog-list-post .date,
.blog-list-post .link {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 20px;
}
.blog-list-post h2 {
	font-size: 36px;
	font-family: 'Lovato', serif;
	line-height: 48px;
	margin: 0;
	padding: 46px 0;
	font-weight: normal;
	max-width: 350px;
}

.blog-top .text-box {
	width: 500px;
}

.blog-intro .h1 {
	text-align: center;
	font-weight: normal;
	margin: 0;
	font-size: 36px;
	line-height: 48px;
	font-family: 'Lovato', serif;
	padding: 53px 0 23px;
}
.blog-intro p {
	max-width: 440px;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px 53px;
	font-weight: 300;
}

.blog-post {
	width: 510px;
	padding: 25px 20px 40px;
	margin: 0 auto;
}
.blog-post p {
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
}
.blog-post .date {
	text-align: center;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 20px;
}
.blog-post h1 {
	text-align: center;
	font-weight: normal;
	margin: 0;
	font-size: 36px;
	line-height: 48px;
	font-family: 'Lovato', serif;
	padding: 65px 0 60px;
}
.blog-post .content {
	opacity: 0.8;
}
.blog-post .share {
	padding: 45px 0 0;
	position: relative;
}
.blog-post .share .share-button {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	padding-bottom: 50px;
	margin-bottom: -50px;
}
.blog-post .share .options {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	text-align: center;
	line-height: 30px;
	opacity: 0;
	background: #d8edf4;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
.blog-post .share:hover .options {
	opacity: 1;
}
.blog-post .share .options > * {
	cursor: pointer;
	text-decoration: none;
	padding: 0 15px;
	position: relative;
	opacity: 0.5;
	display: inline-block;
}
.blog-post .share .options > *:hover {
	opacity: 1;
}
.blog-post .share .options .google-button-outer {
	position: absolute;
	display: none;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 15px;);
	-moz-transform: translate(-50%, 15px);
	transform: translate(-50%, 15px);
}
.blog-post .share .options .google-plus:hover .google-button-outer {
	display: block;
}

.blog-post-tags {
	text-align: center;
	background: #edf5f6;
	color: #2a2b32;
	opacity: 0.9;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 20px;
}
.blog-post-tags .content {
	width: 510px;
	padding: 15px 30px;
	margin: 0 auto;
}
.blog-post-tags a {
	text-decoration: none;
}
.blog-post-tags a:hover {
	opacity: 0.5;
}
.blog-post-tags a:first-of-type {
	margin-left: 5px;
}

.related .h1 {
	text-align: center;
	font-family: 'Lovato', serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	margin: 0;
	padding: 55px 20px 20px;
}

.contact-top img {
	width: 100%;
	height: auto;
}
.contact-top h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	font-size: 36px;
	color: #fff;
	opacity: 0.8;
	text-align: center;
	font-weight: normal;
	font-family: 'Lovato', serif;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.contact-content .text-box {
	width: 270px;
	padding: 70px 20px 50px;
}
.contact-content .text-box p {
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
	font-size: 16px;
	line-height: 22px;
	color: #2a2b32;
	opacity: 0.8;
	font-weight: normal;
}

section.form-buttons {
	display: table;
	width: 100%;
	table-layout: fixed;
}
section.form-buttons > .buttons {
	display: table-row;
}
section.form-buttons > .buttons > .form-button {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: #2a2b32;
	padding: 5% 20px;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
section.form-buttons > .buttons > .form-button:hover {
	color: #2a2b32 !important;
	background: #fff !important;
}
section.form-buttons > .buttons > .form-button > .button-text {
	line-height: 50px;
	font-size: 28px;
	font-family: 'Lovato', serif;
}
section.form-buttons > .buttons > .form-button > .button-text:after {
	content: ' >';
}
section.form-buttons > .buttons > .form-button:nth-child(2n) {
	background: #202128;
}
section.form-buttons > .buttons > .form-button .form {
	text-align: left;
	cursor: default;
}

.forms-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 30px;
}
.forms aside {
	width: 300px;
	float: left;
	padding: 40px 0;
}
.forms aside h1,
.doc-form h1 {
	font-family: 'Lovato', serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 48px;
	margin: 0;
	padding: 0 0 20px;
	text-transform: none;
	letter-spacing: 0;
}
.forms aside nav a {
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	opacity: 0.5;
}
.forms aside nav a.open,
.forms aside nav a:hover {
	opacity: 1;
}
.doc-form {
	overflow: hidden;
	padding: 40px 0;
}
.doc-form label {
	width: 100%;
	float: none;
	padding: 0 0 10px;
}
.doc-form .text {
	padding: 0;
}
.doc-form input.size-normal,
.doc-form select.size-normal {
	display: block;
	width: 50%;
}
.doc-form input.size-long,
.doc-form select.size-long {
	width: 100%;
}
.doc-form .bottom {
	text-align: right;
	margin-right: 0;
}
.doc-form .bottom button {
	position: relative;
	bottom: auto;
	right: auto;
	margin-left: 10px;
	padding: 0 10px;
	height: 30px;
	line-height: 28px;
	font-size: 11px;
}
.doc-form .description {
	font-size: 12px;
	line-height: 14px;
}
.doc-form hr {
	border-right: 0;
}
.doc-form .group {
	width: 100%;
	padding-right: 0;
}

#sort-by .options {
	display: none;
}
#sort-by .options {
	position: absolute;
	right: 0;
	top: 100%;
	background: #202128;
	border-top: 1px solid #35373d;
	white-space: nowrap;
	cursor: default;
	padding: 0 15px;
	display: none;
}
#sort-by .options a {
	line-height: 49px;
	display: inline-block;
	padding: 0 15px;
}
#sort-by .options a.active {
	opacity: 1;
}

section.prev-next-prop .boxes {
	max-width: 1000px;
	margin: 0 auto;
}
section.prev-next-prop .boxes .box {
	width: 50%;
	margin-top: 110px;
	float: right;
}
section.prev-next-prop .boxes .box:before {
	position: absolute;
	line-height: 110px;
	height: 110px;
	font-size: 28px;
	font-family: 'Lovato', serif;
	color: #fff;
	text-align: center;
	top: -125px;
	border: 0;
	display: block;
	width: 100%;
}
section.prev-next-prop .boxes .box.prev:before {
	content: 'Previous Property';
}
section.prev-next-prop .boxes .box.next:before {
	content: 'Next Property';
}

section.location-properties .boxes .box .text,
section.prev-next-prop .boxes .box .text {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	left: 15px;
	top: auto;
	bottom: 15px;
	right: 0;
	padding: 25px 30px 42px;
	width: auto;
	height: auto;
}
section.location-properties .boxes .box .location,
section.location-properties .boxes .box .price,
section.location-properties .boxes .box .off-market,
section.prev-next-prop .boxes .box .location,
section.prev-next-prop .boxes .box .price,
section.prev-next-prop .boxes .box .off-market {
	font-size: 10px;
	line-height: 18px;
	position: absolute;
	bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
section.location-properties .boxes .box .location,
section.prev-next-prop .boxes .box .location {
	left: 30px;
}
section.location-properties .boxes .box .price,
section.prev-next-prop .boxes .box .price {
	right: 30px;
}
section.location-properties .boxes .box .off-market,
section.prev-next-prop .boxes .box .off-market {
	right: 30px;
	bottom: 28px;
}
section.location-properties .boxes .box .center,
section.prev-next-prop .boxes .box .center {
	margin: 0;
	font-family: 'Lovato', serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	left: auto;
	top: auto;
	position: relative;
	text-align: left;
}

section.blog-newsletter {
	padding: 0 20px;
}
section.blog-newsletter table {
	color: #d8edf4;
}
section.blog-newsletter h1 {
	font-family: 'Lovato', serif;
	font-size: 36px;
	line-height: 40px;
	padding: 30px 0;
	margin: 0;
	font-weight: normal;
}
section.blog-newsletter .h1-1 {
	margin: 0;
	font-family: 'Lovato', serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 30px;
	padding: 20px 0;
}
section.blog-newsletter p,
section.blog-newsletter li {
	font-weight: 300;
}
section.blog-newsletter b,
section.blog-newsletter strong {
	font-weight: normal;
}
section.blog-newsletter ul {
	padding-bottom: 30px;
}
section.blog-newsletter img {
	margin: 0 0 40px;
}

section.text-page {
	background: #202128;
}
section.text-page .content {
	max-width: 500px;
	margin: 0 auto;
	padding: 50px 20px;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
}
section.text-page .content h1 {
	font-family: 'Lovato', serif;
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 30px;
	font-weight: normal;
}
section.text-page .content h2 {
	margin: 0;
	font-family: 'Lovato', serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	padding: 10px 0;
}

.country-box .text {
	width: 210px;
	height: 150px;
}
.country-box .text .center {
	font-size: 22px;
}
section.destinations {
	background: #202128;
}
section.destinations .text-box {
	padding: 50px 20px 20px;
	width: auto;
}
section.destinations .text-box h1 {
	margin: 0;
	font-size: 24px;
	color: #edf5f6;
}
section.destinations .text-box h1 a {
	text-decoration: none;
}
section.destinations .text-box h1 a:hover {
	opacity: 0.7;
}
h1.with-line {
	border-bottom: 1px solid #818c93;
	padding-bottom: 75px;
}
.location-header h1 {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Lovato', serif;
	color: #edf5f6;
	margin: 0;
	padding: 54px 20px 40px;
}
.location-header .breadcrumbs {
	text-align: center;
	line-height: 24px;
	padding: 0 20px 15px;
	color: #666f76;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
.location-header .breadcrumbs a {
	text-decoration: none;
}
.location-header .breadcrumbs a:hover {
	color: #99a8ae;
}
.location-header .breadcrumbs span {
	text-decoration: underline;
	color: #99a8ae;
}

.location-properties .text {
	text-align: center;
}
.location-properties .text a.button {
	margin: 30px auto 60px;
}

@media screen and (max-width: 1280px) {
	#collection-header {
		height: 100px;
	}
	#collection-header nav.left {
		position: absolute;
		top: 0;
	}
	#collection-header .filters {
		position: absolute;
		top: 50px;
	}
	#collection-header nav.center {
		top: 50px;
		left: 15px;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	body.module-collection_cover.item-page,
	body.module-collection.cover-page {
		padding-top: 200px;
	}
	body.module-blog.cover-page,
	body.module-blog.item-page {
		padding-top: 150px;
	}
	#collection-header .filters > div {
		position: static;
	}
}
@media screen and (max-width: 1024px) {
	.team .member {
		padding: 0 20px;
	}
	.team .member .pic {
		margin: 0 -20px;
	}
	.team .member:first-child .text {
		left: auto;
		right: -60px;
	}
	section.blog-posts .box:nth-child(3) {
		display: none;
	}

	section.collection.boxes .box .text {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		left: 15px;
		top: auto;
		bottom: 15px;
		right: 0;
		padding: 15px 25px 42px;
		width: auto;
		height: auto;
	}
	section.collection.boxes .box .text .location,
	section.collection.boxes .box .text .price,
	section.collection.boxes .box .text .off-market {
		font-size: 10px;
		line-height: 18px;
		position: absolute;
		bottom: 15px;
		letter-spacing: 1px;
		text-transform: uppercase;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		left: auto;
		top: auto;
		padding: 0;
		margin: 0;
	}
	section.collection.boxes .box .text .location {
		left: 25px;
	}
	section.collection.boxes .box .text .price {
		right: 25px;
	}
	section.collection.boxes .box .text .off-market {
		right: 25px;
		bottom: 28px;
	}
	section.collection.boxes .box .text .center {
		margin: 0;
		font-family: 'Lovato', serif;
		font-weight: normal;
		font-size: 22px;
		line-height: 25px;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		left: auto;
		top: auto;
		position: relative;
		text-align: left;
		padding: 0;
	}
	section.prev-next-prop .boxes .box .center {
		line-height: 25px;
	}
}
@media screen and (max-width: 1023px) {
	.boxes.spacing-medium .box {
		width: 50%;
	}
	section.text-image {
		padding-top: 400px;
	}
	section.text-image img {
		position: absolute;
		top: 200px;
		height: auto;
		width: 100%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	section.text-image:before {
		content: ' ';
		width: 100%;
		position: absolute;
		top: 400px;
		bottom: 0;
		left: 0;
		background: inherit;
		z-index: 1;
	}
	section.text-image.dark .text,
	section.text-image.bright .text {
		position: relative;
		margin: 0 auto;
		padding: 50px 20px;
		left: auto;
		top: auto;
		right: auto;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		z-index: 2;
	}
	.boxes.spacing-big.tri-line .box .text {
		width: 180px;
		height: 180px;
	}
}
@media screen and (max-height: 800px) {
	#menu nav li {
		font-size: 30px;
		line-height: 40px;
	}
	.footer-content {
		padding: 15px 0;
		line-height: 25px;
	}
}
@media screen and (max-width: 800px) {
	section.text-image {
		padding-top: 350px;
	}
	section.text-image img {
		top: 175px;
	}
	section.text-image:before {
		top: 350px;
	}
	.properties.boxes .text {
		max-width: 90%;
	}
	#property-header .h1 {
		bottom: 100px;
	}
	#property-header .center {
		bottom: 50px;
		line-height: 30px;
		height: 30px;
	}
	.slides nav {
		bottom: 30px;
	}
	.featured.slides nav {
		bottom: 50px;
	}
	#logo {
		width: 79px;
		height: 13px;
	}
	header {
		height: 60px;
	}
	header .tagline {
		display: none;
	}
	body {
		padding-top: 60px;
	}
	body.module-blog.cover-page,
	body.module-blog.item-page {
		padding-top: 110px;
	}
	body.module-collection.item-page {
		padding-top: 210px;
	}
	#property-header,
	#blog-header {
		top: 60px;
	}
	#blog-header .left > div:hover .list {
		top: 60px;
	}
	header .open-menu {
		text-indent: -9999px;
		width: 17px;
		height: 60px;
		width: 60px;
		padding: 0;
	}
	header .open-menu:before {
		content: ' ';
		height: 4px;
		position: absolute;
		left: 15px;
		width: 18px;
		top: 24px;
		border: 1px solid #9fa4a8;
		border-width: 1px 0;
	}
	header .open-menu:after {
		content: ' ';
		height: 0;
		position: absolute;
		left: 15px;
		top: 34px;
		width: 18px;
		border-bottom: 1px solid #9fa4a8;
	}
	#menu .v {
		top: 14%;
		width: 70px;
		height: 75px;
	}
	#menu nav {
		top: 52%;
	}
	#menu nav li {
		font-size: 28px;
		line-height: 45px;
	}
	.footer-content {
		line-height: 23px;
		padding: 10px;
		font-size: 12px;
	}
	footer:after {
		display: none;
	}
	.slides.featured {
		height: 450px;
	}
	.slides.featured .slide {
		height: 100%;
		box-sizing: border-box;
		overflow: hidden;
	}
	.slides.featured .slide img {
		position: relative;
		width: auto;
		min-width: 100%;
		min-height: 100%;
		height: 100%;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#menu .close {
		background-size: 15px 15px;
		width: 45px;
		height: 60px;
		background-position: 50% 50%;
		top: 0;
	}
	.featured.slides .slide {
		border-width: 0 15px 15px;
	}
	.featured.slides.full .slide {
		border-width: 15px;
	}
	.featured .slide .title {
		left: 25px;
		bottom: 60px;
		font-size: 18px;
		line-height: 21px;
	}
	.featured .slide .more {
		left: 25px;
		bottom: 35px;
		font-size: 9px;
	}
	.featured.slides nav {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		bottom: 25px;
	}
	.slides nav div {
		font-size: 9px;
		height: 16px;
		line-height: 16px;
		padding: 0 5px;
	}
	.slides nav div:before {
		bottom: 3px;
		top: 3px;
	}
	.slides nav div.active:after,
	.slides nav div:hover:after {
		left: 5px;
		right: 4px;
	}
	.featured .prev {
		left: 15px;
		bottom: 15px;
	}
	.featured .next {
		right: 15px;
		bottom: 15px;
		height: auto;
	}

	.boxes .text,
	.boxes.spacing-big.tri-line .box .text {
		width: 140px;
		height: 140px;
	}
	.boxes .text .center {
		font-size: 18px;
		line-height: 21px;
	}
	.boxes.spacing-big {
		padding: 15px;
	}
	.boxes.spacing-big .box,
	.boxes.spacing-big.tri-line .box {
		border-width: 15px;
		width: 100%;
	}
	.boxes.spacing-big.tri-line .box {
		height: 400px;
		overflow: hidden;
	}
	.boxes.spacing-big.tri-line .box img {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
	.boxes .text .link {
		font-size: 9px;
	}
	section .text-box {
		width: 250px;
	}
	section .text-box.about {
		padding: 60px 0;
	}
	section .text-box h1,
	section .text-box .h1 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 20px;
	}
	section .text-box p {
		font-size: 12px;
		line-height: 17px;
	}
	section .text-box .link {
		font-size: 9px;
	}
	.button {
		font-size: 9px;
		line-height: 27px;
		padding: 0 10px;
		height: 27px;
	}
	.boxes.spacing-medium {
		padding: 7px;
	}
	.boxes.spacing-medium .box {
		width: 100%;
		border-width: 7px;
	}
	.box.blog-box h2 {
		font-size: 18px;
		line-height: 21px;
	}
	.box.blog-box .text {
		padding: 10px 25px 15px;
	}
	.box.blog-box .date {
		font-size: 9px;
		line-height: 25px;
	}
	.boxes.spacing-medium + .section-bottom {
		margin-top: 0;
		padding-bottom: 15px;
	}
	.section-link {
		font-size: 9px;
	}
	.footer-content > span:last-of-type {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}

	.properties.boxes .box.left {
		display: none;
	}
	.properties.boxes .box.right-half {
		width: 100%;
	}
	.properties.boxes .box.left img {
		margin: -15% 0;
	}
	.properties.boxes .text {
		padding: 10px 10px 30px;
		box-sizing: border-box;
		width: 210px;
		max-width: 80%;
	}
	.properties.boxes .text h1,
	.properties.boxes .text .h1 {
		font-size: 18px;
		line-height: 21px;
	}
	.properties.boxes .text p {
		font-size: 12px;
		line-height: 16px;
	}
	.properties.boxes .text .link {
		bottom: 15px;
	}
	.properties.boxes .right-half .text h1,
	.properties.boxes .right-half .text .h1 {
		font-size: 18px;
		line-height: 21px;
	}
	.properties.boxes .right-half .text {
		box-sizing: border-box;
		max-width: 80%;
		padding: 20px 20px 40px;
	}
	.boxes.investment-properties .box {
		padding: 15px;
	}
	.boxes.investment-properties .box p {
		display: none;
	}
	.boxes.investment-properties .box img {
		margin: 0 -15%;
		width: 130%;
	}

	.collection.boxes .box {
		width: 100%;
	}
	.collection.boxes .box .text .location,
	.collection.boxes .box .text .price,
	.collection.boxes .box .text .off-market {
		font-size: 9px;
	}
	.collection.boxes .box .text .center {
		font-size: 24px;
		line-height: 30px;
	}
	#collection-header {
		height: 50px;
		top: 60px;
		cursor: pointer;
	}
	#collection-header a {
		padding-right: 0;
		line-height: 25px;
	}
	#collection-header:after {
		content: 'Refine list';
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 15px;
		line-height: 50px;
		display: block;
		cursor: pointer;
		opacity: 0.5;
	}
	#collection-header nav,
	#collection-header div {
		cursor: default;
	}
	#collection-header nav.left {
		padding-left: 0;
		padding-top: 12px;
		position: relative;
		top: 0;
	}
	#collection-header nav.left li a {
		text-decoration: none;
	}
	#collection-header nav.left li.open {
		display: block;
	}
	#collection-header nav.left li,
	#collection-header nav.center,
	#collection-header .filters {
		display: none;
	}

	#collection-header.open {
		position: fixed;
		left: 0;
		top: 60px;
		right: 0;
		bottom: 0;
		overflow: auto;
		height: auto;
		text-align: center;
		padding-bottom: 20px;
	}
	#collection-header.open:after {
		content: ' ';
		background: url(g/close-bright.png) 50% 50% no-repeat;
		background-size: 11px 11px;
		width: 50px;
		height: 45px;
		padding: 0;
	}
	#collection-header.open nav a {
		text-decoration: none;
		padding: 0;
	}
	#collection-header.open nav ul,
	#collection-header.open nav li,
	#collection-header.open nav a {
		display: block;
	}
	#collection-header.open nav.left li,
	#collection-header.open nav.center,
	#collection-header.open .filters {
		display: block;
		position: relative;
		left: auto;
		top: auto;
		right: auto;
	}
	#collection-header.open nav.left {
		padding: 12px 0;
	}
	#collection-header.open nav.center {
		padding: 12px 0;
		border: 1px solid #3b3f46;
		border-width: 1px 0;
	}
	#collection-header.open .filters > div {
		opacity: 1;
		line-height: 45px;
		display: block;
		padding: 0;
	}
	#collection-header.open .filters > div:after {
		display: none;
	}
	#collection-header.open #filter-by-form {
		display: block;
		position: relative;
		padding: 0 15px;
		border: 1px solid #3b3f46;
		border-width: 0 0 1px;
	}
	#collection-header.open #filter-by-form .select {
		display: block;
		margin: 0 0 8px;
		line-height: 38px;
		height: auto;
		opacity: 1;
	}
	#collection-header.open #filter-by-form .select .items {
		padding: 4px 38px 10px;
		min-height: 40px;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
		border-color: #3b3f46;
	}
	#collection-header.open #filter-by-form .select .items .option {
		opacity: 1;
		color: #8f9da4;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
		line-height: 30px;
	}
	#collection-header.open #filter-by-form .select:after {
		width: 38px;
		height: 38px;
	}
	#collection-header.open #filter-by-form .select.open .items:after {
		content: ' ';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		height: 1px;
		top: 38px;
		background: #3b3f46;
	}
	#collection-header.open #filter-by-form .select .items .option:hover,
	#collection-header.open #filter-by-form .select .items .option:first-child,
	#collection-header.open #filter-by-form .select .items .option.selected {
		color: #8f9da4;
	}
	#collection-header.open #filter-by-form .select.open .items .option.selected,
	#collection-header.open #filter-by-form .select.open .items .option.selected:first-child {
		color: #d8edf4;
	}
	#collection-header.open #filter-by-form .select .items .option:first-child,
	#collection-header.open #filter-by-form .select .items .option.selected {
		margin-bottom: -30px;
	}
	#collection-header.open #filter-by-form .select.open .items .option {
		margin-bottom: 0;
	}
	#collection-header.open #filter-by-form .select.open .items .option:first-child {
		margin-bottom: 14px;
	}

	#collection-header.open #filter-by-form .results {
		line-height: 45px;
	}
	#collection-header.open #filter-by-form button {
		height: 45px;
		line-height: 45px;
		margin: -8px 0 0;
		background: transparent;
		border: 0;
		font-size: 11px;
	}

	#collection-header.open #sort-by .options {
		display: block;
		position: relative;
		border: 0;
		padding: 0;
		margin-top: -10px;
	}
	#collection-header.open #sort-by .options a {
		display: block;
		float: none;
		margin: 0;
		padding: 0;
	}

	body.module-collection.cover-page,
	body.module-collection_cover.item-page {
		padding-top: 110px;
	}
	#sort-by .options a,
	#filter-by-form .select-wrap {
		float: left;
		clear: both;
		margin-top: 5px;
	}
	#sort-by .options a {
		line-height: 30px;
	}
	#sort-by .options {
		padding-top: 5px;
		padding-bottom: 10px;
	}

	#property-header .left,
	#blog-header .left {
		padding-left: 0;
	}
	#property-header .right {
		padding-right: 0;
	}
	#blog-header .right form {
		padding-right: 15px;
	}
	#blog-header .archive,
	#blog-header .keywords {
		display: none;
	}
	#blog-header .left > .active {
		display: none;
	}

	.blog-top .text-box {
		width: auto;
		max-width: 350px;
		padding: 26px 20px 1px;
	}
	.blog-top .text-box .button {
		margin-bottom: 24px;
	}

	.blog-list-post .pic {
		width: 100%;
	}

	.blog-list-post.dark .text,
	.blog-list-post.bright .text {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		background: rgba(41, 43, 50, 0.9);
		color: #edf5f6;
		left: 15px;
		top: auto;
		bottom: 15px;
		right: 0;
		padding: 35px 25px 15px;
		width: auto;
		height: auto;
	}
	.blog-list-post.dark:hover .text,
	.blog-list-post.bright:hover .text {
		background: rgba(216, 237, 244, 0.95);
		color: #292b32;
		opacity: 1;
	}
	.blog-list-post .date {
		font-size: 9px;
		line-height: 25px;
		position: absolute;
		bottom: 15px;
		letter-spacing: 1px;
		text-transform: uppercase;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		left: 25px;
		top: 10px;
		padding: 0;
		margin: 0;
		opacity: 0.6;
	}
	.blog-list-post:hover .date {
		opacity: 1;
	}
	.blog-list-post h2 {
		margin: 0;
		font-family: 'Lovato', serif;
		font-weight: normal;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		left: auto;
		top: auto;
		position: relative;
		text-align: left;
		padding: 0;
		font-size: 18px;
		line-height: 21px;
	}
	.blog-list-post .link {
		display: none;
	}
	section .text-box p {
		margin-bottom: 20px;
	}
	.blog-post,
	.blog-post-tags .content {
		width: auto;
		max-width: 500px;
	}
	.blog-post h1 {
		font-size: 24px;
		line-height: 30px;
		padding: 25px 0 30px;
	}
	.blog-post img {
		height: auto !important;
		max-width: 100%;
	}

	.slides.property-pics nav {
		bottom: 20px;
	}

	.property-content .location,
	.property-content .price {
		font-size: 12px;
		padding: 20px 0;
	}
	.property-content h1 {
		font-size: 30px;
		line-height: 36px;
	}
	.property-content .size .row div {
		font-size: 24px;
	}
	.property-content .size span {
		font-size: 10px;
	}
	.property-content .description {
		font-size: 12px;
		line-height: 20px;
	}
	.property-content {
		max-width: 400px;
		width: auto;
	}
	section.features .property-content table td:first-child {
		font-size: 10px;
		max-width: 50%;
		white-space: normal;
	}
	section.features .property-content table td {
		font-size: 12px;
		line-height: 20px;
		padding: 4px 0;
	}
	section.features .property-content {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	section.features .property-content .h2 {
		font-size: 24px;
		line-height: 30px;
	}
	section.features .property-content table {
		margin-top: 30px;
	}
	section.enquire .property-content {
		padding: 30px 15px;
	}
	section.enquire .enquire-text {
		font-size: 20px;
		line-height: 24px;
	}
	section.enquire .button {
		line-height: 30px;
		height: 30px;
		font-size: 12px;
	}

	.form {
		padding: 20px;
	}

	.slides .prev,
	.slides .next {
		width: 50px;
		background-size: 11px 30px;
	}

	.team .member:first-child {
		overflow: hidden;
	}
	.team .member {
		width: 100%;
		margin-right: 0;
	}
	.team .member .pic {
		height: 0;
		padding-bottom: 75%;
		overflow: hidden;
	}

	section.team h1 {
		font-size: 24px;
		line-height: 80px;
	}
	section.text-image .text h1 {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 20px;
	}
	section.text-image .text p,
	.team .about {
		font-size: 14px;
		line-height: 22px;
	}

	section.testimonials h1,
	section.press h1,
	section.testimonials .h1,
	section.press .h1 {
		font-size: 24px;
		line-height: 30px;
		top: 40px;
	}
	.testimonials .slide .text .content,
	.press .slide .text .content {
		font-size: 16px;
		line-height: 20px;
	}
	section.testimonials,
	section.press {
		height: 400px;
	}
	section.testimonials .text,
	section.press .text {
		max-width: 70%;
	}
	.team .member:first-child .position {
		font-size: 10px;
	}
	.team .member:first-child .name {
		font-size: 20px;
		line-height: 28px;
	}
	.team .member:first-child:before {
	}
	.team .member:first-child .pic {
		height: auto;
		min-height: 0;
		padding: 0;
	}
	.team .member:first-child .pic img {
		width: 170%;
		height: auto;
		min-width: 0;
		margin-right: -70%;
	}
	.team .member:first-child .text {
		position: relative;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		left: auto;
		top: auto;
		margin: 0;
		right: 0;
		width: auto;
	}
	.team .member:first-child:before {
		display: none;
	}
	section.blog-posts .box:nth-child(2) {
		display: none;
	}

	section.prev-next-prop .boxes .box {
		width: 100%;
	}
	section.prev-next-prop .boxes .box:before {
		line-height: 70px;
		height: 70px;
		font-size: 24px;
		top: -80px;
	}
	section.prev-next-prop .boxes .box {
		margin-top: 70px;
	}
}
@media screen and (max-width: 480px) {
	section.text-image {
		padding-top: 300px;
	}
	section.text-image img {
		top: 150px;
	}
	section.text-image:before {
		top: 300px;
	}
	.slides.featured {
		height: 360px;
	}
	.property-content .size {
		height: 50px;
		line-height: 50px;
	}
	.property-content .size .row div {
		padding: 10px 0;
		line-height: 30px;
	}
	.property-content .size span {
		display: block;
		line-height: 15px;
		text-align: center;
		padding: 0;
	}
	#blog-header form {
		padding-left: 0;
	}
	.team .member .pic {
		height: 0;
		padding-bottom: 100%;
		overflow: hidden;
	}
	.boxes.spacing-big.tri-line .box {
		height: 300px;
	}
	#property-header .left.compact {
		display: none;
	}
}
@media screen and (max-width: 380px) {
	#blog-header form input {
		width: 100px;
	}
}

/* Print styles */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
