
/*
    Grid
*/

.z2 {
    position: relative;
    z-index: 2;
}

.space-category {
	height: 100px;
}
.apt-sold {
	width: 120px;
	height: 120px;
	font-family: 'PP Editorial Old', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-align: center;
	color: #f1ede2;
	font-size: 34px;
	line-height: 124px;
	position: absolute;
	right: 4px;
	z-index: 3;
	background-color: #9e9b84;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.dl {
	padding-top: 70px;
}
.dl a {
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #333;
}
.popup-inner-main .dl a,
.text-contact .dl a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.dl a:hover {
	border-bottom: 1px solid transparent;
}
.main {
}
.section {
	position: relative;
}
.block {
	font-size: 0;
}
.section.block {
}
.ib {
	display: inline-block;
}
.vt {
	vertical-align: top;
}
.vm {
	vertical-align: middle;
}
.vb {
	vertical-align: bottom;
}
.hero {
	height: 100vh;
	min-height: 600px;
	background-color: #dbdac5;
	position: relative;
	z-index: 2;
}
.img-contain {
	position: relative;
	z-index: 1;
}
.img-contain img {
	width: 100%;
    height: 100vh;
    object-fit: cover;
}
.inner {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.inner2 {
	display: table-cell;
	vertical-align: middle;
}
.cover {
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-position:center center;
}
.hero-text-home {
	position: absolute;
	bottom: 70px;
	left:3%;
	right:3%;
	max-width: 1320px;
	margin: 0 auto;
	text-align: left;
	z-index: 4;
}
.text-scroll {
	font-family:'GT America', Helvetica, Arial, sans-serif;
	font-weight:300;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
.text-scroll div {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	float: left;
	margin-right: 12px;
	background-image: url(../images/icon-arrow-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:30px;
	-moz-background-size:30px;
}
.text-scroll span {
	display: inline-block;
	position: relative;
	line-height: 30px;
}
.bg-green {
	background-color: #9e9b84;
}
.bg-green-lightest {
	background-color: #f1ede2;
}
.bg-grey {
	background-color: #f1ede2;
}
.bg-grey-dark {
	background-color: #333;
}
.border-top-light {
	border-top: 1px solid #f1ede2;
}
.border-top-dark {
	border-top: 1px solid #9e9b84;
}
.border-bot-light {
	border-bottom: 1px solid #f1ede2;
}
.border-bot-dark {
	border-bottom: 1px solid #9e9b84;
}


.bg-grey-light {
	background-color: #f8f6f0;
}
.video-space {
	padding: 100px;
}
.video-space-top {
	padding-top: 60px;
}
.video,
.video img,
.video video {
	max-width: 1320px;
	margin: 0 auto;
}
.img-left {
	width: 50%;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.img-right {
	width: 50%;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.img-left a:hover,
.img-right a:hover {
	opacity: 0.9;
}
.img-left-over {
	top: 70px;
	left: 60px;
	right: 50px;
	/*width: 70%;*/
	position: absolute;
	bottom: 0;
}
.img-right-over {
	top: 70px;
	left: 60px;
	right: 50px;
	position: absolute;
	bottom: 0;
}
.img-left-over-p,
.img-right-over-p {
	position: absolute;
	bottom: 65px;
}
.padd {
	padding-top: 120px;
	padding-bottom: 120px;
	padding-left: 4%;
	padding-right: 4%;
}
.padd.top-bot-0 {
	padding-top: 0;
	padding-bottom: 0;
}
.padd-pop {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 4%;
	padding-right: 4%;
}
.padd.less-top-bot {
	padding-top: 100px;
	padding-bottom: 90px;
}
.padd.less-top-bot.top0 {
	padding-top: 0;
}
.padd.even-less-top-bot {
	padding-top: 30px;
}
.padd.less-top-bot2 {
	padding-top: 100px;
	padding-bottom: 20px;
}
.padd.less-top-bot2.top0 {
	padding-top: 0;
	padding-bottom: 20px;
}
.text-quote {
	text-align: center;
}
.w50 {
	width: 50%;
	display: inline-block;
	background-color: #444;
}
.hero-inner {
	position: relative;
	z-index: 2;
}
.hero-text {
	width: 50%;
	height: 100vh;
	display: inline-block;
	vertical-align: top;
	background-color: #9e9b84;
}
.hero-img {
	background-color: #9e9b84;
}
.col-beige {
    background-color: #f0ebe1;
}
.col-beige .hero-text,
.col-beige .hero-img {
    background-color: #f0ebe1;
}
.col-beige .hero-text h1,
.col-beige .hero-text p {
    color: #333;
}
.col-green-dark .hero-text,
.col-green-dark .hero-img {
    background-color: #4c5148;
}
.hero-text-inner {
	position: absolute;
	bottom: 70px;
	left:3%;
	right:3%;
	max-width: 1320px;
	margin: 0 auto;
	text-align: left;
}
.hero-text-inner h1 {
	width: 44%;
}
.hero-text-inner p {
	width: 47%;
}

.col-left,
.col-right {
	display: inline-block;
	vertical-align: top;
}
.col-left {
	width: 49.5%;
}
.col-right {
	width: 49.5%;
	margin-left: 1%;
}
.p-block {
    position: absolute;
    bottom: 85px;
}
.content-max {
	max-width: 1320px;
	margin: 0 auto;
}
.vb {
	vertical-align: bottom;
}
.img-square {
	width: 82%;
}
.img-square.max-square {
	max-width: 450px;
}
.square-right .img-square {
	margin-left: 18%;
}
.img-square.margin-left {
	width: 70%;
	margin-left: 30%;
}

.article {
	position: relative;
}
.article.padd-bot {
	padding-bottom: 70px;
}
.p.desky {
	position: absolute;
	top: 0;
	width: 40%;
}
.square-right .p.desky {
	top: auto;
	width: 44%;
	left: 59%;
	bottom: 20px;
}
.square-right.top .p.desky {
	top: 0;
	width: 44%;
	left: 59%;
	bottom: auto;
}
.square-top .p.desky {
	top: auto;
	width: 44%;
	left: 0;
	bottom: 20px;
}
.p.moby {
	display: none;
}


.map {
	margin-top: 70px;
}
.map-google,
.map {
	height: 740px;
	position:relative;
	z-index:2;
}
.controls {
    padding: 12px;
    position: absolute;
	z-index:3;
	width:40px;
	height:120px;
	right: -2px;
    top: 44px;
}
.zoomout,
.zoomin,
.zoomout2,
.zoomin2 {
	background-color:#fff;
	width:40px;
	height:40px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.zoomout a,
.zoomin a,
.zoomout2 a,
.zoomin2 a {
	background-color:#fff;
	width:40px;
	height:40px;
	display:block;
	/*-webkit-box-shadow: 1px 1px 1px 1px rgba(204,204,204,1);
	-moz-box-shadow: 1px 1px 1px 1px rgba(204,204,204,1);
	box-shadow: 1px 1px 1px 1px rgba(204,204,204,1);*/
}
.zoomout a:hover,
.zoomin a:hover,
.zoomout2 a:hover,
.zoomin2 a:hover {
	background-color:#fff;
}
.zoomin,
.zoomin2 {
	margin-bottom:6px;
}
.zoomin a,
.zoomin2 a {
	background-image: url(../images/icon-plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:16px;
	-moz-background-size:16px;
}
.zoomout a,
.zoomout2 a {
	background-image: url(../images/icon-minus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:16px;
	-moz-background-size:16px;
}

.padd-owl {
	padding-top: 100px;
	padding-bottom: 100px;
}

.gallery1 .owl-nav,
.gallery2 .owl-nav,
.gallery-counter .owl-nav {
	z-index:5;
	width:100%;
	height:0;
	top:50%;
}
.gallery1 .owl-prev,
.gallery2 .owl-prev {
	width:50px;
	height:50px;
	color:transparent;
	display:block;
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size:38%;
	-moz-background-size:38%;*/
	background-size:100%;
	-moz-background-size:100%;
	z-index:5;
	position:absolute;
	top:50%;
	margin-top:-140px;
	margin-left:15px;
}
.gallery1 .owl-next,
.gallery2 .owl-next {
	width:50px;
	height:50px;
	color:transparent;
	display:block;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100%;
	-moz-background-size:100%;
	z-index:5;
	top:50%;
	margin-top:-140px;
	right:15px;
	position:absolute;
}

.gallery2-wrap {
	width: 80%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 20px;
	max-width: 1324px;
}
.z0 {
	position: relative;
	z-index: 0;
}
.gallery2 .owl-item {
	font-size: 0;
}
.gallery2 .owl-item img {
}
.gallery2 .owl-item-left,
.gallery2 .owl-item-right {
	display: inline-block;
	vertical-align: top;
}
.gallery2 .owl-item-left {
	width: calc(100% - 430px);
}
.gallery2 .owl-item-left .fp-img {
	max-width: 722px;
	width: 90%;
}
.gallery2 .owl-item-right {
	width: 430px;
}
.gallery2 .owl-item-right p {
	font-size: 16px;
	text-align: left;
	width: 90%;
	margin: 0;
	padding-left: 0;
}
.gallery1 .owl-prev,
.gallery2 .owl-prev {
	top:50%;
	margin-top:-50px;
	margin-left:-80px;
}
.gallery1 .owl-next,
.gallery2 .owl-next {
	top:50%;
	margin-top:-50px;
	right:-80px;
}

.gallery-counter .owl-prev {
	width:50px;
	height:50px;
	color:transparent;
	display:block;
	background-image: url(../images/arrow-left-counter.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100%;
	-moz-background-size:100%;
	z-index:5;
	position:absolute;
	top:50%;
	margin-top:-50px;
	margin-left:-28px;
}
.gallery-counter .owl-next {
	width:50px;
	height:50px;
	color:transparent;
	display:block;
	background-image: url(../images/arrow-right-counter.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100%;
	-moz-background-size:100%;
	z-index:5;
	top:50%;
	margin-top:-50px;
	right:-28px;
	position:absolute;
}
.gallery-count0 {
    display: none;
}

.fp-scale {
	position: absolute;
	bottom: 5px;
	width: 430px;
}
.fp-scale-scale {
	width: 90%;
	max-wwidth: 430px;
}
.fp-scale-mob {
	display: none;
}
.fp-numbers {
	padding-bottom: 30px;
}
.fp-specs {
    position: absolute;
    bottom: 100px;
    width: 100%;
}
.fp-specs-bed,
.fp-specs-bath,
.fp-specs-car {
    display: inline-block;
    width: 36px;
}
.fp-specs-num {
    display: inline-block;
    width: 42px;
}
.fp-specs-num div {
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    padding-left: 10px;
    vertical-align: bottom;
    display: inline-block;
}
.fp-specs-price {
    font-size: 15px;
    text-align: right;
    margin-top: -20px;
    max-width: 385px;
}

.desktop {
	display: block;
}
.mobile {
	display: none;
}

.benefits {
	font-size: 0;
	padding-top: 40px;
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
}
.benefits.max-less {
	max-width: 1300px;
}
.benefits.top0 {
	padding-top: 0;
}
.benefit {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	padding-top: 40px;
}
.benefit p {
	color: #f1ede2;
	font-size: 15px;
	line-height: 19px;
}
.benefit img {
	width: 68px;
	padding-bottom: 25px;
}

.popup-off {
	display: none;
}
.popup-enquire {
	position: fixed;
	z-index: 4;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	overflow-x: hidden;
	overflow-y: auto;
}
.popup-inner {
	display: table;
	vertical-align: middle;
	width: 90%;
	height: 100%;
	margin-left: 5%;
	max-width: 1400px;
	margin: 0 auto;
}
.popup-inner-main {
	display: table-cell;
	vertical-align: middle;
}
.popup-close {
	width: 100%;
	height: 40px;
	display: block;
	text-align: right;
}
.popup-close a {
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	background-image: url(../images/icon-close.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:40px;
	-moz-background-size:40px;
}

.but-enquire-desktop {
	position: fixed;
	right: 0;
	top: 50%;
	width: 60px;
	margin-top: -80px;
	z-index: 1;
}
.but-enquire-mobile {
	display: none;
}

.faceb {
	margin-top: 35px;
	width: 28px;
	height: 28px;
}

.news-articles {
	font-size: 0;
	margin-left: -1%;
	margin-right: -1%;
}
.news-article a:hover img {
	opacity: 0.8;
}
.news-article {
	display: inline-block;
	vertical-align: top;
	width: 31.3333%;
	padding-bottom: 40px;
	margin-left: 1%;
	margin-right: 1%;
}

.wp-pagenavi {
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 42px;
    padding-top: 30px;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
    line-height: 42px;
    padding-left: 13px;
    padding-right: 10px;
    padding-bottom: 2px;
    border-left: 1px solid #999;
    color: #333;
}
.wp-pagenavi span.current {
    font-weight: 500;
}
.wp-pagenavi a.previouspostslink {
    border-left: 0 solid #999;
}
.wp-pagenavi span.pages {
    display: none;
}

.button-rounded {
}
.button-rounded a {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.button-black a {
    margin-top: 50px;
    border: 1px solid #191414;
}
.button-black.less-top a {
    margin-top: 30px;
}
.button-black a:hover {
    border: 1px solid #191414;
    background-color: #191414;
    color: #fff;
}
.button-white a {
    color: #fff;
    margin-top: 50px;
    border: 1px solid #fff;
}
.button-white a:hover {
    margin-top: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #191414;
}
.gallery-frame {
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
}

.amara-flowpaper {
    margin-top: 110px;
}
.amara-flowpaper {
    width: 100%;
    margin-top: 60px;
    text-align: center;
}
.amara-flowpaper iframe {
    width: 99%;
    max-width: 1400px;
    height: 700px;
    margin: 0 auto;
    border: 0;
}

.col-green-darkest {
    background-color: #4c5148;
}
.col-green-darkest h3,
.col-green-darkest .gallery1 .owl-item span p,
.col-green-darkest p {
    color: #fff;
}

.gallery-testimonials {
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 35px;
}
.gallery-testimonials .gallery-counter .owl-prev {
	background-image: url(../images/arrow-left-counter-white.png);
    display: block;
}
.gallery-testimonials .gallery-counter .owl-next {
	background-image: url(../images/arrow-right-counter-white.png);
	right:-30px;
}
.gallery-testimonials .gallery-counter + .gallery-count {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
    text-align: right;
    margin-top: -20px;
}
.gallery-testimonials .gallery-counter .caption,
.bg-green .caption {
	color: #fff;
}

.gallery-counter .caption {
    min-height: 15px;
    margin-top: -3px;
}

.gallery-testimonials {
}
.owl-item-text {
    text-align: center;
}
.owl-item-text h3 {
    /*padding-top: 19%;*/
    padding-left: 25px;
    padding-right: 25px;
}
.gallery-testimonials .gallery-counter .owl-item .owl-item-text h3 {
 	font-family: 'PP Editorial Old Italic', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";   
    font-weight: normal;
}
.owl-item-text p {
    font-size: 18px;
    line-height: 24px;
    padding-top: 30px;
}
.gallery-testimonials .owl-carousel .owl-stage {
    display: flex !important;
    align-items: center;
}

.by-vid-button {
	font-family:'GT America', Helvetica, Arial, sans-serif;
	font-weight:300;
    border: 0;
    cursor: pointer;
    position: relative;
    color: #fff;
    background-color: transparent;
    font-size: 17px;
    line-height: 50px;
    z-index: 4;
    right: 80px;
    margin-top: -115px;
    float: right;
}

.wp-pagenavi {
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 42px;
    padding-top: 30px;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
    line-height: 42px;
    padding-left: 13px;
    padding-right: 10px;
    padding-bottom: 2px;
    border-left: 1px solid #999;
    color: #333;
}
.wp-pagenavi span.current {
    font-weight: 500;
}
.wp-pagenavi a.previouspostslink {
    border-left: 0 solid #999;
}

.but-factsheet {
    padding-top: 30px;
}
.but-factsheet a {
    color: #fff;
    font-weight: 500;
}
.but-factsheet a:hover {
    opacity: 0.8;
}

.faqs {
    padding-bottom: 6%;
}
.faq-block {
	border-bottom: 1px solid #333;
}
.faq-button span {
	font-size: 16px;
	line-height: 24px;
	padding-top: 19px;
	padding-bottom: 17px;
	display: block;
	widows: 88%;
    font-weight: 500;
	background-image: url(../images/faq-closed.png);
	background-repeat: no-repeat;
	background-position: 99% center;
	background-size:14px;
	-moz-background-size:14px;
	cursor: pointer;
}
.faq-button span div {
	width: 88%;
}
.faq-button span.switch {
	background-image: url(../images/faq-open.png);
	background-repeat: no-repeat;
	background-position: 99% center;
	background-size:14px;
	-moz-background-size:14px;
}
.faq-content {
	text-align: left;
	height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 1px;
    width: 94%;
}
.faq-content.on {
	padding-top:4px;
	padding-bottom:15px;
	height:auto;
	overflow:auto;
	opacity:1;
}
.faq-content a {
    border-bottom: 1px solid #999;
    font-weight: 500;
}
.faq-content a:hover {
    border-bottom: 1px solid #333;
}
.faq-content ul {
    padding-top: 10px;
    padding-bottom: 13px;
    list-style: initial;
    padding-left: 20px !important;
}
.faqs-image {
    font-size: 0;
}
.faqs-image .col1,
.faqs-image .col2,
.faqs-image .col3 {
    display: inline-block;
    text-align: center;
}
.faqs-image .col1 {
    width: 26%;
}
.faqs-image .col2 {
    width: 39%;
}
.faqs-image .col3 {
    width: 35%;
}
.faqs-image .col1 img,
.faqs-image .col2 img,
.faqs-image .col3 img {
    padding-bottom: 50px;
}
.faqs-image .col1 img {
    width: 66%;
}
.faqs-image .col2 img {
    width: 72%;
}
.faqs-image .col3 img {
    width: 79%;
}
.but-factsheet-fees a {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}
.but-factsheet-fees a:hover {
    border-bottom: 1px solid #333;
}



/* End main CSS ........................ */

@media screen and (max-width: 1360px) {

.caption-padd .caption {
	padding-left: 45px;
}

}

@media screen and (min-width: 1024px) {

.hero-text,
.hero-img,
.hero-img img {
	min-height: 850px;
}
.hero-img {
	width: 50%;
	height: 100vh;
	display: inline-block;
	vertical-align: top;
}
.hero-img img {
	width: 100%;
    height: 100vh;
    object-fit: cover;
}
.text-padd-left {
	padding-left: 17%;
	padding-right: 40px;
}
.text-padd-left.width-less {
	width: 78%;
}
.text-padd-right {
	padding-right: 19%;
}

}

.show-desktop {
    display: inline-block;
}
.show-mobile {
    display: none;
}

@media screen and (max-width: 1024px) {

.col-left.stack {
	width: 100%;
	padding-bottom: 40px;
}
.col-left.stack.bot0 {
	padding-bottom: 0;
}
.col-right.stack {
	width: 100%;
	margin-left: 0;
}
.switch-bot {
	/*display: table-footer-group;*/
    display: block;
    max-width: 100%;
    position: relative;
}
.switch-bot .text-padd-right {
	padding-top: 30px;
}
.switch-top {
	/*display: table-header-group;*/
    display: block;
    max-width: 100%;
    position: relative;
}
.show-desktop {
    display: none;
}
.show-mobile {
    display: block;
}
.col-left.stack.show-mobile {
	padding-bottom: 0;
}
.hero-text {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
	display: table-footer-group;
}
.hero-img {
	display: table-header-group;
}
.hero-img,
.hero-img img {
	min-height: none;
}
.p.desky {
	display: none;
}
.p.moby {
	display: block;
}
.img-square {
	width: 90%;
}
.img-square img {
	width: 85%;
}
.square-right .img-square {
	margin-left: 15%;
	width: 85%;
}
.square-right .img-square img {
	width: 100%;
}
.p-block {
    position: relative;
    bottom: auto;
    padding-top: 20px;
}
.article.padd-bot.none-mob {
    padding-bottom: 0;
}
.owl-item-text h3 {
    /*padding-top: 18%;*/
}

.faqs-image .col1 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
}
.faqs-image .col2 {
    width: 100%;
    padding-bottom: 40px;
}
.faqs-image .col3 {
    width: 100%;
}
.faqs-image .col1 img {
    width: 54%;
}
.faqs-image .col2 img {
    width: 75%;
}
.faqs-image .col3 img {
    width: 75%;
}

}

@media screen and (min-width: 1100px) and (max-width: 1400px) {

.gallery2 .owl-item-right p {
	font-size: 14px;
	line-height: 18px;
}
.fp-numbers {
	padding-bottom: 15px;
}

}

@media screen and (min-width: 1270px) and (max-width: 1400px) {

.fp-specs {
    bottom: 80px;
    width: 100%;
}

}

@media screen and (max-width: 1270px) {

.apt-sold {
	width: 90px;
	height: 90px;
	font-size: 25px;
	line-height: 92px;
	left: 0;
	right: auto;
}
.gallery2-wrap {
	width: 80%;
	padding-top: 60px;
}
.gallery2 .owl-item-left {
	width: calc(100% - 430px);
	width: 100%;
}
.gallery2 .owl-item-left .fp-img {
	max-width: none;
	width: 100%;
}
.gallery2 .owl-item-right {
	padding-top: 40px;
	width: 100%;
}
.gallery2 .owl-item-right p {
	font-size: 16px;
	text-align: left;
	width: 100%;
	padding-left: 0;
}
.gallery1 .owl-prev,
.gallery2 .owl-prev {
	margin-top:-50px;
	margin-left:-65px;
}
.gallery1 .owl-next,
.gallery2 .owl-next {
	margin-top:-50px;
	right:-65px;
}
.fp-scale {
	display: none;
}
.fp-scale-mob {
	display: block;
	width: 50%;
	margin-left: 50%;
	padding-bottom: 40px;
}
.fp-specs {
    bottom: auto;
    width: 100%;
    position: relative;
    padding-top: 35px;
}
.fp-specs-price {
    max-width: none;
}

}

@media screen and (min-width: 1441px) and (max-width: 1920px) {

}

@media screen and (min-width: 1024px) and (max-width: 1440px) {

.padd {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padd.less-top-bot {
	padding-top: 90px;
	padding-bottom: 80px;
}
.padd.less-top-bot2 {
	padding-top: 90px;
}
.padd-owl {
	padding-top: 90px;
	padding-bottom: 90px;
}
.video-space {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 40px;
	padding-right: 40px;
}
.img-left-over {
	width: auto;
	top: 50px;
	left: 50px;
}
.img-right-over {
	top: 50px;
}
.img-left-over-p,
.img-right-over-p {
	bottom: 50px;
}


}

@media screen and (max-width: 1023px) {

.desktop {
	display: none !important;
}
.mobile {
	display: block !important;
}
.img-left {
	width: 100%;
}
.img-right {
	width: 100%;
}
.img-left-over {
	top: 70px;
	left: 50px;
	right: 50px;
	width: auto;
	position: absolute;
	bottom: 0;
}
.img-right-over {
	top: 70px;
	left: 50px;
	right: 50px;
	position: absolute;
	bottom: 0;
}
.apt-sold {
	width: 70px;
	height: 70px;
	font-size: 23px;
	line-height: 74px;
	margin-top: -15px;
}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

.padd {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 45px;
	padding-right: 45px;
}
.padd.less-top-bot {
	padding-top: 70px;
	padding-bottom: 70px;
}
.padd.less-top-bot2 {
	padding-top: 70px;
}
.padd-owl {
	padding-top: 70px;
	padding-bottom: 70px;
}
.video-space {
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 35px;
	padding-right: 35px;
}
.hero-text-inner {
	position: relative;
	bottom: auto;
	left:auto;
	right:auto;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 50px;
	padding-right: 50px;
}
.hero-text-inner h1,
.hero-text-inner p {
	width: auto;
}
.video-space-top {
	padding-top: 50px;
}
.news-article {
	width: 48%;
	padding-bottom: 50px;
	margin-left: 1%;
	margin-right: 1%;
}
.p.moby {
	padding-right: 50px;
}
.text-padd-left,
.text-padd-right {
	padding-right: 50px;
}
.amara-flowpaper iframe {
    height: 600px;
}

}

@media screen and (max-width: 767px) {

.col-left.stack {
	padding-bottom: 30px;
}
.padd {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 40px;
}
.padd.less-top-bot {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padd.even-less-top-bot {
	padding-top: 0;
}
.padd.less-top-bot2 {
	padding-top: 45px;
}
.padd-owl {
	padding-top: 50px;
	padding-bottom: 50px;
}
.caption-padd .caption {
	padding-left: 40px;
}
.video-space {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 35px;
	padding-right: 35px;
}
.text-scroll {
	font-size: 20px;
	line-height: 30px;
}
.hero-text-home {
	left:35px;
	right:35px;
	bottom: 110px;
}
.img-left-over {
	top: 35px;
	left: 35px;
	right: 35px;
	width: auto;
}
.img-right-over {
	top: 35px;
	left: 35px;
	right: 35px;
}
.img-left-over-p,
.img-right-over-p {
	bottom: 35px;
}
.padd-quote {
	padding-top: 20px;
	padding-bottom: 20px;
}
.hero-text-inner {
	position: relative;
	bottom: auto;
	left:auto;
	right:auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 35px;
	padding-right: 35px;
}
.hero-text-inner h1,
.hero-text-inner p {
	width: auto;
}
.article.padd-bot {
	padding-bottom: 45px;
}
.map {
	margin-top: 40px;
}
.map-google,
.map {
	height: 600px;
}
.gallery2 .owl-prev {
	margin-top:-170px;
	margin-left:-30px;
}
.gallery2 .owl-next {
	margin-top:-170px;
	right:-30px;
}
.gallery1 .owl-prev {
	margin-top:-60px;
	margin-left:-50px;
}
.gallery1 .owl-next {
	margin-top:-60px;
	right:-50px;
}
.gallery-testimonials {
    padding-top: 25px;
}

.video-space-top {
	padding-top: 30px;
}
.img-square.margin-left {
	width: 85%;
	margin-left: 15%;
}
.padd-pop {
	padding-top: 30px;
	padding-bottom: 30px;
}

.but-enquire-desktop {
	display: none;
}
.but-enquire-mobile {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 50px;
	background-color: #333;
	color: #fff;
	z-index: 1;
}
.but-enquire-mobile a {
	color: #fff;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.faceb {
	margin-top: 30px;
	margin-bottom: -6px;
	width: 100%;
	height: 34px;
	text-align: center;
}
.faceb img {
	width: 34px;
	height: 34px;
}

.news-articles {
	margin-left: 0;
	margin-right: 0;
}
.news-article {
	width: 100%;
	padding-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}
.space-category {
	height: 70px;
}
.hero.less-mobile {
	height: 650px;
	min-height: 650px;
}
.hero.less-mobile .img-contain img {
    height: 650px;
}
.owl-item-text h3 {
    /*padding-top: 14%;*/
}
.owl-item-text p {
    padding-top: 1px;
    font-size: 16px;
    line-height: 22px;
}
.by-vid-button {
    font-size: 15px;
    right: 40px;
    margin-top: -70px;
}
.amara-flowpaper iframe {
    height: 500px;
}
.gallery-frame {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.but-factsheet-fees {
    padding-top: 20px;
}
.but-factsheet-fees a {
    font-size: 22px;
}


}

@media screen and (max-width: 480px) {

.gallery2-wrap {
	padding-top: 50px;
	padding-bottom: 20px;
}
.benefits {
	padding-top: 10px;
}
.benefit {
	padding-top: 30px;
	width: 49%;
}
.benefit img {
	padding-bottom: 20px;
}
.owl-item-text h3 {
    /*padding-top: 1%;*/
}
.owl-item-text p {
    padding-top: 1px;
    font-size: 16px;
    line-height: 22px;
}


}