body{
    font-family: din-2014, sans-serif !important;
    font-weight: normal;
}
/*==========================================Header========================*/

#header *,
section * {
   font-family: din-2014, sans-serif !important; 
}

.remodal-wrapper .gform_wrapper .gform_footer input[type=submit] {
    background-color: #2c3c38;    border: 1px solid #2c3c38;    color: #ded8c7 !important;
}

#video.section__content{
	background: #fcc9a8;
	padding: 40px 0 !important;
}
#investing.section__content{
	background: #999fb2;
	padding: 60px 0 !important;
	color: #231f20;
}
#investing.section__content h2{
	font-weight: 300;
	text-transform: initial;
	padding: 0 150px;
}
#investing.section__content p,#this-is-noco p{
	font-size: 16px;
	padding: 0 60px;
	line-height: 1.5;
}
#investing.section__content 
.gform_wrapper .ginput_container input[aria-invalid="true"]::-webkit-input-placeholder,
.gform_wrapper .ginput_container select[aria-invalid="true"]{
	color: red;
}

#bg-top{
    padding: 0 !important;
    background-size: 100%;
    background-color: rgba(44, 60, 56, 0.95);
}

.gform_wrapper .ginput_container_select:before{
    content: url(/wp-content/themes/scaffold/harvard/img/chevron-down.svg);
    font-size: 20px;
    width: 20px;
    height: 20px;
    top: 9px;
}

#header {
    background-color: transparent;
}

#header.fixed{
    z-index: 99999999 !important;
}
.header-top-project{overflow: hidden;}
.header__back .logo-background-black{
    float: right;
    margin-right: 40px;
}
.header-top-project{
    /*background-color: #000;
    position: relative;
    background-size: cover;
    background-position: 100%;
    height: 100vh;
    z-index: 1;*/
    background-color: #000;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
}
.header-top-project > img{display: none;}
/*.header-top-project{
	background-size: 100% 100%;
}*/
.header-top-project > img{
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
       transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: -100;
    background-size: cover;
    transition: 1s opacity;
    overflow: hidden;
}
.header-top-project > a{
    display: block;
    width: 100%;
    height: 320px;
    position: absolute;
    top: 35%;
    text-align: center;
    cursor: default;
}
.header-top-project > a img{
    width: 25%;
    cursor: pointer;
    /*-webkit-animation: fadein 5s;
       -moz-animation: fadein 5s;
        -ms-animation: fadein 5s;
         -o-animation: fadein 5s;
            animation: fadein 5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;*/
}
/*@keyframes fadein {
    from { opacity: 1; }
    to   { opacity: 0;display: none; }
}
@-moz-keyframes fadein {
    from { opacity: 1; }
    to   { opacity: 0;display: none; }
}
@-webkit-keyframes fadein {
    from { opacity: 1; }
    to   { opacity: 0;display: none;}
}

@-ms-keyframes fadein {
    from { opacity: 1; }
    to   { opacity: 0;display: none;}
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}*/
.down-to-bottom{
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.down-to-bottom a{
    color: #8e988d;
    font-size: 18px;
    text-decoration: none;
    display: block;
    /*padding-left: 60px;*/
}
.down-to-bottom a img{
    width: 3%;
    opacity: 0.8;
}
.down-to-bottom span{
    display: block;
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
    opacity: 0.7;
}
.pos .logo-white{
    display: block;
    left: 20px;
    margin-top: 17px;
    width: 150px;
    text-align: center;
    float: left;
    cursor: default;
}
.pos .logo-white >img{
    width: 100%;
}
.pos .logo-white img{cursor: pointer;}
#bg-top .regis{
    width: auto;
    right: 20px;
    border: 1px solid #ded8c7;
    color: #ded8c7;
    position: absolute;
    top: 20px;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    z-index: 2;
    padding: 10px 20px;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    border-radius: 1px;
}
#bg-top .regis:hover{
    color: #203741;
    background: #ded8c7;
}

#header.header .header__navigation {
    padding-top: 0px;
    top: 0px;
}

#header.header .header__navigation li a {
    display: block;
    color: #ded8c7;
    font-weight: normal;
    font-size: 18px;
}

#bg-top .regis .fa { display:none; }
#header .header__navigation li a:after{
    content: '';
    display: block;
    background: #ded8c7;
    height: 1px;
    position: absolute;
    bottom: -6px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s linear 0s;
    -webkit-transition: opacity 0.25s linear 0s;
    -moz-transition: opacity 0.25s linear 0s;
}
#header .header__navigation li a:hover:after{
    opacity: 1;
    visibility: visible;
}
/*==========================================Footer==========================================*/
#footer .logo-footer, #footer .footer__center, #footer .sales-footer{
    float: left;
    z-index: 2;
}
.sales-footer{padding: 15px 20px;}
.sales-footer h2 {
    line-height: 1;
    font-size: 20px;
    margin: 0;
    padding-bottom: 5px;
}
#footer .footer__center ul {
    padding: 38px;
}
.logo-footer{
    display: block;
    margin-top: 20px;
}
/*==========================================Content==========================================*/
.section__register{
    /*background: url(/wp-content/uploads/2017/05/bg-form.png) no-repeat;*/
    /*background-size: 100% 100%;*/
    background: #f16359;
    color: #fff;
}
.section__register p,
.section__register h4{
	margin-bottom: 5px;
	margin-top: 0;
    font-size: 18px;
}
.section__register h4{
	margin-top: 20px;
    font-size: 19px;
}
.section__register h1{
    padding-top: 50px;
    padding-bottom: 0px;
    font-size: 44px;
    margin-bottom: 0;
    text-transform: initial;
}
.section__register .register__form{margin-top: 60px;}
.section__content .tab-list{
    position: absolute;
    bottom: -55px;
    z-index: 2;
    width: 100%;
}
.section__content .tab-content{
        width: 100%;
    padding: 0;
    z-index: 1;
    float: left;
}
.section__content .tab-list li{
    display: inline-block;
    float: left;
    margin-right: 20px;
    padding: 20px 25px;
    border: 1px solid #000;
}
.section__content .tab-list li:hover{opacity: 0.7;}
.section__content .tab-list li:first-child{
    color: #000;
    background: transparent;
}
.section__content .tab-list li:last-child{
    background: #000;
}
.section__content .tab-list li:last-child a{color: #fff;}
.tab-content-wrap > div h2{
    color: #980611;
    font-size: 32px;
}
.tab-content-wrap > div p{
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 2;
}
.section__slideshow--page .slideshow-pos{
    max-width: 100% !important;
}
#barba-wrapper #listings{
    background: #2c3c38;
    color: #fff;
}
#barba-wrapper section#tab-main-2,#barba-wrapper section#get-in-touch{padding: 0;}
#barba-wrapper #lifestyle{
    background-color: #ded9c7;
}
#barba-wrapper section#slide-full-width{
    padding-left: 0;
    padding-right: 0;
}

.gfield_label{display: none !important;}
.gfield_html{
    color: #980611;
    font-size: 32px !important;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 600;
}
#gform_wrapper_17 form{
    background: #f5f4f4;
    padding: 30px;
}
.gform_wrapper .ginput_container{
    border: none;
    margin-bottom: 10px;
}
.gform_wrapper #gform_15  .ginput_container{margin-bottom: 0;}
.gform_wrapper #gform_15 .gform_footer {
    display: block;
    padding-top: 20px;
    width: 140px;
    margin: 0;
}
#gform_15  .gform_footer.top_label .gform_button.button{
	color: #fff;
    font-size: 18px;
    padding: 18px 30px 18px 18px;
    background-color: #000;
}
#gform_15 .gform_footer.top_label:before{
	right: 20px;
	color: #fff;
	top: 37px;
}
#gform_15 .validation_error {
    line-height: 1.5;
    position: absolute;
    bottom: -15px;
    left: auto;
    right: 0;
    width: 360px;
}
.feature__form form input,
.feature__form form select,
.feature__form form select option{font-weight: bold;}
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container textarea{
    color: #2c3c38;
}
.gform_wrapper .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=email]::-webkit-input-placeholder{
  color: #2c3c38;
}
.gform_wrapper .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=email]::-moz-placeholder{
  color: #2c3c38;
}
.gform_wrapper .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=email]:-ms-input-placeholder{
  color: #2c3c38;
}
.gform_wrapper .ginput_container input[type=text]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=email]:-moz-placeholder{
  color: #2c3c38;
}

.feature__form form .gfield_html{line-height: 1;margin-bottom: 20px;}
#main .gform_footer.top_label{
    width: 100%;
    padding-top: 32px;
}

.feature__form h2 {
    color: #ded8c7;
}


#listings .listings_top h2 {
    font-weight: normal;
    font-size: 32px;
    padding-top: 37px;
    color: #ded8c7;
}
#listings .listings_top p{display: none;}
.section__listings .content-wrap{
	padding-left: 325px;
    margin-right: 20px;
    color: #ded8c7;
}
#barba-wrapper #listings .listing{
	padding: 34px 0;
}
#listings .content-wrap .details {
    border-bottom: 1px solid #ded8c7;
    padding-bottom: 10px;
}
#listings .content-wrap .details h2 {
    float: left;
    display: inline-block;
    font-size: 20px;
}
#listings .content-wrap .details span {
    float: right;
    line-height: 2;
    margin: 0;
    font-size: 20px;
}
#listings .content-wrap .details > span{
	color: #e9d0c2;
}
.content-wrap .features {
    padding-top: 15px;
    padding-bottom: 10px;
}
.content-wrap a.enquire-btn {
    margin-bottom: 0;
    float: right;
    color: #ded8c7;
    text-decoration: none;
    font-size: 18px;
    z-index: 2;
    padding: 10px 20px;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    border-radius: 1px;
    background-size: 100%;
    border: 1px solid #ded8c7;
    margin-top: 1em;
}
#listings .content-wrap .details, .content-wrap .features, .content-wrap .content {
    width: 100%;
    float: left;
    line-height: 1.5;
}
.section__listings .gallery_wrap{overflow: hidden !important;}
.content-wrap .features img{width: 100%;}
.section__listings .svg--icon{top: -3px;}

.content-wrap a.enquire-btn:hover{
	background: #ded8c7;
	color: #2c3c38;
}
.content-wrap a.enquire-btn:hover:after{color: #000;}

.gform_wrapper .validation_message{display: none;}
.remodal.remodal-listing h3 {
    margin: 0;
}
.remodal.remodal-listing{
	background: #f5f4f4;
	margin: 140px 0;
}

/*========================================END HOME PAGE============================================================*/
/*.gform_wrapper .ginput_container_select:before {
    content: '\f078';
    display: block;
    font-family: FontAwesome;
}*/

.flex-nav-prev:before {
    background-image: url(/wp-content/themes/scaffold/haus-heidelberg/img/arrow-left.png);
}

.flex-nav-next:before {
    background-image: url(/wp-content/themes/scaffold/haus-heidelberg/img/arrow-right.png);
}
.section__listings .flex-nav-prev:before, .section__listings .flex-nav-next:before{
	background-size: 20px 33px;
}
input::-webkit-input-placeholder { color: #2c3c38;  opacity: 1 !important; }
input:-moz-placeholder { color: #2c3c38;  opacity: 1 !important; }
input::-moz-placeholder { color: #2c3c38;  opacity: 1 !important; }
input:-ms-input-placeholder { color: #2c3c38;  opacity: 1 !important; }

.svg--icon svg {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.flex-nav-prev, .flex-nav-next {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.flexslider:hover .flex-nav-prev, 
.flexslider:hover .flex-nav-next{
    background-color: rgba(0, 0, 0, 0.6);
}
#lifestyle .flex-nav-prev:before, #lifestyle .flex-nav-next:before {
    background-size: 15px 33px;
}
.flex-nav-prev:before, .flex-nav-next:before {
    background-size: 15px 33px;
}

.section__slideshow--screen {
    padding-bottom: 0;
    height: auto;
}

.section__slideshow .flexslider {
    padding-bottom: 45%;
    height: 0;
    position: relative;
}

.section__slideshow .flexslider .slides {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.remodal.remodal-listing .gform_wrapper .gfield_label {
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.remodal.remodal-listing h2 {
    font-size: 32px;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0;
}

section .icon--chevron {
    display: block;
    width: 35px;
    height: 26px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -17px;
    z-index: 98;
}

section .btn_wrap a {
    text-transform: initial;
}

section .btn_wrap a:hover,
section .btn_wrap a:active {
    color: #000;
    text-decoration: none;
}

section .btn_wrap a:after,
section .btn_wrap a .fa{display:none;}

.splash-wrap {
    min-height: 134px;
}

.header__back {
    background-color: #000;
    height: 40px;
    overflow: hidden;
    /*display: none;*/
}

.back-est8 {
    /*display: none;*/
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 0 0 0 54px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-transform: uppercase;
}

.back-est8:after {
    position: absolute;
    left: 20px;
    top: 5px;
    width: 25px;
    height: 8px;
    content: '';
    background-image: url(/wp-content/themes/scaffold/mckinnon-living/img/arrow-left.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 25px 8px;
}

.header__back {
    height: 50px;
    line-height: 50px;
}

#header {
    position: relative;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 1000;
    background-color: transparent;
    height: 84px;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#header .header__navigation:before {
    width: 130px;
}

#header .pos {
    height: 100%;
    max-width: 100%;
}

#header .header__logo {
    display: block;
    width: 100px;
    height: 54px;
    top: 20px;
}

#header .header__navigation {
    display: table;
    height: 100%;
    position: absolute;
    padding-top: 40px;
    top: -30px;
    right: 180px;
}

#header .header__navigation ul {
    display: table-row;
    height: 100%;
}

#header .header__navigation li {
    display: table-cell;
    padding: 0 25px;
    vertical-align: middle;
}

#header .header__navigation li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav-mobile, .mobile-slideshow {
    display: none;
}

.show-nav span{
		display: block;
	    float: left;
	    clear: both;
	    height: 4px;
	    width: 30px;
	    border-radius: 40px;
	    background-color: #ded8c7;
	    position: absolute;
	    right: 3px;
	    top: 3px;
	    overflow: hidden;
	    -webkit-transition: all .4s ease;
	    transition: all .4s ease;
	    margin: 3px 0;
	}
	.show-nav span:nth-child(2){margin-top: 10px;}
	.show-nav span:last-child{margin-top: 17px;}
	.show-nav{
		    position: absolute;
    right: 17px;
    top: 26px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: block;
	}
	.show-nav.active{
		top: 25px;
	}
	.show-nav.active span:nth-child(2){
		display: none;
	}
	.show-nav.active span:first-child{
		margin-top: 0;
		-webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
	    -ms-transform: rotate(45deg) translateY(12px) translateX(12px);
	    transform: rotate(45deg) translateY(12px) translateX(12px);
	    -webkit-transition: all .4s ease;
    	transition: all .4s ease;
	}
	.show-nav.active span:last-child{
		-webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
	    -ms-transform: rotate(-45deg) translateY(-10px) translateX(10px);
	    transform: rotate(-45deg) translateY(-10px) translateX(10px);
    	margin-top: 31px;
	    -webkit-transition: all .4s ease;
    	transition: all .4s ease;
	}
	
#video .content--wrap > p{
	width: 100%;
	height: 360px;
	max-width: 640px;
	margin: 0 auto;
}
/*@media screen and (max-width: 1350px){
	.pos .logo-white{padding-left: 40px;}
}*/
@media screen and (max-width: 1300px){
	#bg-top{
		background-size: cover;
    	background-position: 50% 100%;
	}
}
@media screen and (max-width: 1200px){
	/*.down-to-bottom a{padding-left: 40px;}*/
}
/*@media screen and (max-width: 1100px){
	.header-top-project{
		height: 91vh;
	}
}*/
@media screen and (max-width: 1024px){
    #header {
    overflow: visible !important;
}
	.header-top-project{
		/*position: relative;
		background-size: cover;
		background-position: 100%;*/
		height: 100vh;
		/*z-index: 1;*/
	}
	.regis {display:none;}
	.header-top-project > img{
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		    transform: translateX(-50%) translateY(-50%);
		position: absolute;
		top: 50%;
		left: 50%;
		min-height: 100%;
		height: 100%;
		z-index: -100;
		background-size: cover;
		transition: 1s opacity;
	}
	body .remodal-close{
		top: 0;
		right: 0;
	}
	#header .pos { height: 100%; }
	/*#header{height: auto !important;}*/
	#header .pos .logo-white{
		margin-left: 0px;
    margin-top: 18px;
    margin-bottom: 0;}
	/*#header #bg-top .regis{top: 18px;}*/
	#bg-top .regis{right: 40px;}
	.header-top-project > a > img{
        width: 30%;
    }
    #header .header__navigation.desktop {display:none;}
	#header .pos{
		padding: 0 !important;
	}
	#header .header__navigation li a::after{display: none;}
	#header .nav-mobile .header__navigation{
		margin-left: 0;
	}
	.logo-white,.nav-mobile{
		z-index: 2;
	}
	.nav-mobile ul li:last-child{display: none !important;}
	.nav-mobile ul li{
		width: 100%;
		float: left;
		line-height: 50px;
		text-align: center;
	}
	.nav-mobile ul li a{color: #7cce9e !important;}
	#header .nav-mobile  .header__navigation ul{display: block;}
	#header .nav-mobile .header__navigation{
		display: none;
		height: auto;
		position: absolute;
		padding-top: 0px;
		top: 84px;
		right: 0;
		background: #b0aea2;
		width: 100%;
		left: 0;
		z-index: 99999;
	}
	.desktop ul li{display: none !important;}
	.desktop .get-in-tuoch-click{padding-left: 10px;color: #7cce9e !important}
	.nav-mobile,.desktop ul li:last-child,
	#header .header__navigation li{display: block !important;}
	#header .header__navigation li { float: none; }
	#header .header__navigation li a{
	    line-height: 40px;
	    color: #fff !important;
	}
	#header .nav-mobile .header__navigation ul {
	    padding: 15px 0px;
	}
}
@media screen and (max-width: 980px){
	#investing.section__content h2{
		padding: 0;
	}
}
@media screen and (max-width: 860px) {
	
	#header .nav-mobile .header__navigation{top: 83px;}
    /*#header {
        height: 124px;
    }*/

    #header .header__logo {
        width: 80px;
        height: 44px;
    }

    #header .header__navigation li {
        padding: 0 13px;
    }

    #header .header__navigation:before {
        width: 100px;
        top: 79px;
        height: 4px;
    }
    #barba-wrapper section.section__slideshow_map .feature__map.feature--aspect{padding-bottom: 90%;}
    #barba-wrapper section.section__slideshow_map .slideshow-pos{width: 54%;}
    #barba-wrapper #main .content--tabs{margin-bottom: 100px;}
    #barba-wrapper #main .content--tabs,#barba-wrapper #main .feature__form.feature--wrap{width: 100%;} 
    /*#header .pos .logo-white{margin-top: 0;}
    body #barba-wrapper #lifestyle .slideshow-map .feature--wrap{max-height: 100%;}
    body section.section__slideshow_map .slideshow-map{width: 41%;}*/
    body #barba-wrapper .section__listings .content-wrap{
    	width: 100%;
		float: left;
		padding: 0;
		margin: 0;
		margin-top: 20px;
    }
    body #footer{
    	height: auto;
    	padding: 0 20px;
    }
    body #footer .footer__social{right: 20px;}
    body .sales-footer{padding-left: 0;}
    #footer .footer__center ul{padding: 38px 10px;}
}
@media screen and (max-width: 800px){

	body section.section__slideshow_map .slideshow-map,section.section__slideshow_map .slideshow-pos{
		width: 100% !important;
		margin: 0;
	}
	body section.section__slideshow_map .slideshow-map{margin-bottom: 35px;}
	/*.slideshow-pos{display: none;}*/
	.mobile-slideshow,.mobile-slideshow .slideshow-pos{display: block;}
	section.section__slideshow_map .feature__map.feature--aspect{padding-bottom: 50% !important;}
	/*.header-top-project > a > img{width: 40%;}*/
	.show-nav.active{
		top: 25px;
	}
	.show-nav{top: 28px;}
    body #footer .footer__center{
        width: 100%;
        float: left;
        padding: 0;
    }
    body #footer .footer__navigation ul{
        padding: 0;
    }
    body #footer .footer__navigation ul li:first-child{padding-left: 0;}
    body #footer .sales-footer{
        display: block;
        width: 100%;
        float: left;
        padding-left: 0;
    }
    body #footer .footer__social{top: 10%;}
    #footer .footer__center .footer__center--wrap{width: auto !important;}
    body #footer .footer__center{
    	width: 60%;
	    float: left;
	    padding: 30px 0px 0px 30px;
    }
    #main .tab-content-wrap.show{
        height: 650px !important;
    }
    #header .pos .logo-white{
    	text-align: left;
    }
	.section.section__content .content--wrap p{font-size: 14px;}
	.gform_footer.top_label:after{display: none;}
	.header__back .logo-background-black{margin-right: 20px;}
	#bg-top .regis {
	    right: 20px;
	}
	.show-nav.active{
		top: 25px;
	}
	.show-nav{top: 28px;}
}
@media screen and (max-width: 680px) {
    .gform_wrapper .ginput_container_select:before {
    top: 7px;
    width: 16px;
    right: 8px;
}
    .gform_wrapper .ginput_container input[type=text], .gform_wrapper .ginput_container input[type=email], .gform_wrapper .ginput_container select, .gform_wrapper .ginput_container textarea {padding-top: 0;}
    #header .nav-mobile .header__navigation{top: 83px;}
    #header .nav-mobile .header__navigation{
    	top: 80px;
		border-top: 0;
    }
    #bg-top .regis{font-size: 16px;}

	.header-top-project > a{/*top: 10%;*/height: auto;}
    .header-top-project > a > img{width: 40%;}
    .down-to-bottom{bottom: 10px;}
    .down-to-bottom a{font-size: 14px;}
	.header-top-project{
		/*position: relative;
		background-size: cover;
		background-position: 100%;
		height: 100vh;
		z-index: 1;*/
	}
	.header-top-project > img{
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		    transform: translateX(-50%) translateY(-50%);
		position: absolute;
		top: 50%;
		left: 50%;
		/* max-width: 100%; */
		min-height: 100%;
		width: 100%;
		height: 100%;
		z-index: -100;
		background-size: cover;
		transition: 1s opacity;
	}
	#header .header__navigation.desktop{
		position: absolute;
		top: 27px;
		border: 0;
	}
    #header .pos { padding: 0; }

    #header .header__logo {
        margin: 17px auto;
        top: auto;
        height: 36px;
        width: 68px;
    }

    #header .header__navigation {
        width: 100%;
        position: relative;
        border-top: 4px solid #000;
        top: auto;
        right: auto;
        text-align: center;
        height: auto;
        padding-top: 0;
    }

    #header .header__navigation li { line-height: 38px; }

    #header .header__navigation:before { display: none; }

    /*.header__back {
        height: 35px;
    }*/

    .back-est8 {
        font-size: 11px;
        padding: 0 0 0 44px;
        height: 28px;
        line-height: 35px;
    }

    .back-est8:after {
        left: 10px;
    }
    #header .nav-mobile .header__navigation{
    	top: 80px;
		border-top: 0;
    }
    .show-nav{top: 26px;}
    .show-nav.active{top: 17px;}
    #lifestyle{padding-bottom: 0;}
    #barba-wrapper #main{padding-bottom: 0% !important;}
    section.section__slideshow_map .feature__map.feature--aspect{
    	padding-bottom: 43% !important;
    }
    .projects-hawthorn-bond .tab-list li a{font-size: 14px;}
    .sales-footer {
	    display: none !important;
	}
	body #footer .footer__social{top: 30%;}
	body .logo-footer{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	body .down-to-bottom a img{width: 5%;}
	.show-nav{top: 26px;}
    .show-nav.active{top: 17px;}
}
@media screen and (max-width: 600px){
    #header { height: 50px; }
    #header .pos .logo-white{margin-top: 30px;}
    #header .nav-mobile .header__navigation{top: 50px;}
    .pos .logo-white img{max-width: 50%;}
    #main .tab-content-wrap.show{height: 550px !important;}
	#barba-wrapper #main{
		padding-bottom: 5% !important;
	}
	body #footer .footer__center{
		padding: 25px 0px 0px 0;
	}
	/*#header .pos .logo-white{margin-left: 40px;}*/
	/*#barba-wrapper section{
		padding-right: 35px;
		padding-left: 25px;
	}*/
	/*#barba-wrapper section#listings{
		padding-right: 33px;
	}*/
	#header .pos .logo-white {
        margin-top: 12px;
    }
	#barba-wrapper #footer .footer__social{
		right: 15px;
	}
	.show-nav {
    top: 10px;
}
	.show-nav.active {
    top: 2px;
}
	.show-nav span {
        height: 3px;
        width: 20px;
	}
	section.section__slideshow_map .feature__map.feature--aspect{padding-bottom: 53% !important;}
	#listings .listings_top h2{
		margin: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#barba-wrapper #listings .listing{
		padding: 0 0 34px 0 !important;
	}
	/*.header-top-project > a > img{width: 50%;}*/
	/*body .header-top-project > img{left: 48%;}*/
	/*body .down-to-bottom a{padding-left: 30px;}*/
}
@media screen and (max-width: 480px){
    .flexslider .slides li,.section__slideshow.section__slideshow--page,
    .section__slideshow .flexslider{
        height: 400px !important;
    }
    #main .tab-content-wrap.show{height: 600px !important;}
    #gform_15 .validation_error{
        width: 280px;
    }
	.projects-hawthorn-bond .pos .logo-white img{
		width: auto;
		height: 55%;
	}	
	#header .header__navigation.desktop{top: 24px;}
	#barba-wrapper #lifestyle{
		background-position: 0;
		background: none;
	}
	/*#header .pos .logo-white{
		padding-left: 15px;
	}*/
	#header #bg-top .regis{top: 20px;right: 10px;font-size: 14px;padding: 10px;}
	.header__back .logo-background-black{margin-right: 10px;}
	.show-nav{right: 18px;}
	#barba-wrapper section{
		padding-right: 0px;
		padding-left: 0px;
	}
	#barba-wrapper section#lifestyle{
		padding-right: 20px;
	}
	section .feature__form.feature--wrap .gform_wrapper .ginput_container input[type="text"],
	section .feature__form.feature--wrap .gform_wrapper .ginput_container input[type="email"],
	section .feature__form.feature--wrap .gform_wrapper .ginput_container select{
		height: 40px !important;
	}
	#barba-wrapper section#listings{
		padding-right: 4px !important;
	}
	#barba-wrapper section#lifestyle{
		padding-right: 0;
		padding-left: 0;
	}
	/*.header-top-project{height: 50vh;}*/
    .remodal.remodal-listing h2{font-size: 24px;}
    body #footer .footer__center{
    	width: 100%;
	    float: right;
	    padding: 0px 0px 0px 0px;
    }
    #barba-wrapper #footer .footer__social{
    	position: absolute;
		right: 15;
    }
    body #footer{padding: 0 !important;}
    .header-top-project > a > img {
        width: 50%;
    }
    #investing.section__content p, #this-is-noco p{padding: 0;}
    #video .content--wrap > p{height: 100%;}
    .show-nav{right: 18px;}
}
@media screen and (max-width: 420px) {
	/*#header .pos .logo-white{
		margin-top: 25px;
	}*/
	/*#header #bg-top .regis{top: 16px;}*/
	.logo-background-black{display: none;}
    #main .tab-content-wrap.show{height: 750px !important;}

    #gform_15 .validation_error{
        width: 200px;
        font-size: 12px;
    }
    /*#header { height:  123px; }*/

    #header .header__logo {
        height: 32px;
        width: 60px;
        margin: 14px auto; 
    }

    #header .header__navigation li { line-height: 32px; padding: 0 8px; }
    #header .header__navigation li a { font-size: 12px; }
    #barba-wrapper .feature__form form ul li{line-height: 1;}
    #listings .listings_top h2{
    	font-size: 25px;
    }
    #footer .footer__navigation li::after{display: none;}
    section.section__slideshow_map .feature__map.feature--aspect{padding-bottom: 55% !important;}
}
/*@media screen and (max-width: 414px){
	.header-top-project > a{top: 20%;}
}*/
@media screen and (max-width: 384px){
	#gform_15 .validation_error{width: 180px;}
    /*#barba-wrapper #main.show #tab-main-2,#barba-wrapper #main.show #tab-main-1{padding-top: 80px;}*/
    /*#header .pos .logo-white{
        margin-top: 10px;
    }*/

    .gform_wrapper .gform_footer{width: auto !important;}
    #header #bg-top .regis{top: 14px;font-size: 13px;}
}
@media screen and (max-width: 320px){
	body #gform_15 .validation_error{width: 110px;bottom: -30px;}
	#main .validation_error{
		font-size: 12px;
	}
    #main .tab-content-wrap.show{height: 850px !important;}
	#header #bg-top .regis{top: 17px;}
    .back-est8{
        padding: 0 0 0 25px;
    }
    .back-est8:after{display: none;}
}
/*@media screen and (max-height: 736px) and (max-width: 414px){
    .header-top-project{height: 55vh;}
}*/
@media screen and (max-height: 414px) and (max-width: 736px){
	.header-top-project > a{top: 20%;}
}
@media screen and (max-height: 375px) and (max-width: 667px){
	.header-top-project > a{top: 20%;}
}
@media screen and (max-height: 414px) and (max-width: 414px){
    .header-top-project{height: 100vh;}
    .header-top-project > a > img {
        width: 35%;
    }
}
.section__slideshow--screen .caption {
    width: 100%;
    height: 100%;
    padding: 20px 80px;
}

.section__slideshow--screen .caption .cell {
    vertical-align: middle;
    display: table-cell;
}


.floating_caption {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 5;
    background-color: rgba(63, 212, 173, 0.6);
    height: auto;
    padding: 0;
    color: #fff;
    padding: 20px;
}

.floating_caption h1 {
    line-height: 1.2;
    font-size: 2.6em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.floating_caption h1:first-child,
.floating_caption h2:first-child,
.floating_caption h3:first-child,
.floating_caption h4:first-child,
.floating_caption p:first-child {
    margin-top: 0px;
}

.floating_caption h1:last-child,
.floating_caption h2:last-child,
.floating_caption h3:last-child,
.floating_caption h4:last-child,
.floating_caption p:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 960px) {
    .floating_caption { padding: 15px; }
    .floating_caption h1 { text-align: center; font-size: 2em; }
}

@media screen and (max-width: 680px) {
    .section__slideshow .icon--chevron {
        display: none;
    }
    
    .floating_caption {
        position: relative;
        top: auto;
        left: auto;
        padding: 10px;
    }

    .floating_caption h1 {
        text-align: center;
        font-size: 1.6em;
    }
}

section {
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 300;
    overflow: hidden;
    color: #2c3c38;
}

section h1 {
    font-size: 50px;
}

section h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: initial;
    text-transform: initial;
}

section .pos {
    padding: 0 20px;
	max-width: 1200px;
}

.gform_wrapper .ginput_container {
    background-color: #ded8c7;
}

.section__content,
.section__tiles,
.section__listings,
.section__register {
    padding: 70px 0;
    background-color: #ded9c7;
}

.section__content + .section__content,
.section__content + .section__tiles,
.section__content + .section__listings,
.section__content + .section__register,
.section__content + .section__slideshow_map .pos,
.section__slideshow_map + .section__listings {
    padding: 0 20px 70px 20px;
    background-color: #ded9c7;
}

section.feature--right .content--wrap p:first-child,
section.feature--left .content--wrap p:first-child,
section.feature--right .content--wrap h1:first-child,
section.feature--left .content--wrap h1:first-child,
section.feature--right .content--wrap h2:first-child,
section.feature--left .content--wrap h2:first-child,
section.feature--right .content--wrap h3:first-child,
section.feature--left .content--wrap h3:first-child {
    margin-top: 0;
}

section.feature--right .content--wrap p:last-child,
section.feature--left .content--wrap p:last-child,
section.feature--right .content--wrap h1:last-child,
section.feature--left .content--wrap h1:last-child,
section.feature--right .content--wrap h2:last-child,
section.feature--left .content--wrap h2:last-child,
section.feature--right .content--wrap h3:last-child,
section.feature--left .content--wrap h3:last-child {
    margin-top: 0;
}



section .content--wrap h1 { hyphens: auto; }

section .feature__form.feature--wrap .gform_wrapper .gform_body {
    margin-top: 0px;
}

section .feature__form.feature--wrap .gform_wrapper .gfield_label {
    font-size: 18px;
    margin: 0px 0 4px 0;
    font-weight: bold;
    letter-spacing: 0.05em;
}

section .feature__form.feature--wrap .gform_wrapper .gfield:first-child .gfield_label {
    margin-top: 0;
}

section .feature__form.feature--wrap .gform_wrapper .ginput_container input[type=text], 
section .feature__form.feature--wrap .gform_wrapper .ginput_container input[type=email], 
section .feature__form.feature--wrap .gform_wrapper .ginput_container select {
    height: 46px;
    padding-bottom: 0;
    letter-spacing: initial;
}


section .feature__form.feature--wrap .gform_wrapper .gform_footer input[type=submit] {
    font-size: 20px;
}

section.feature--left .content--wrap, section.feature--left .content--tabs {
    float: right;
    width: 55%;
    margin: 0;
}

section.feature--right .content--wrap, 
section.feature--right .content--tabs {
    width: 55%;
    float: left;
    margin: 0;
}

section.feature--right .feature__image.feature--wrap, 
section.feature--right .feature__form.feature--wrap {
    width: 40%;
    float: right;
    background-color: #2c3c38;
    padding: 25px;
    padding-top: 0;
}

section.feature--left .feature__image.feature--wrap, 
section.feature--left .feature__form.feature--wrap,
section.feature--left .feature__map.feature--aspect {
    float: none;
    width: 40%;
    margin-right: 60%;
}

section .feature__map.feature--aspect {
    padding-bottom: 40%;
}

section.feature--right .feature__map.feature--aspect {
    width: 40%;
}

@media screen and (max-width: 680px) {
    section.feature--right .feature__image.feature--wrap, 
    section.feature--right .feature__form.feature--wrap,
    section.feature--left .feature__image.feature--wrap, 
    section.feature--left .feature__form.feature--wrap {
        float: none;
        width: 100%;
        margin: 0;
    }

    section.feature--right .content--wrap, 
    section.feature--right .content--tabs,
    section.feature--left .content--wrap, 
    section.feature--left .content--tabs {
        width: 100%;
        margin: 0;
        padding-bottom: 30px;
        float: none;
    }

    section.feature--left .feature__map.feature--aspect,
    section.feature--right .feature__map.feature--aspect {
        width: 100%;
        padding-bottom: 60%;
    }
}

@media screen and (max-width: 480px) {
    section.feature--right .content--wrap, 
    section.feature--right .content--tabs,
    section.feature--left .content--wrap, 
    section.feature--left .content--tabs {
        padding-bottom: 10px;
    }
}



section.section__slideshow_map .pos {
    padding: 80px 0;
}

section.section__slideshow_map .slideshow-pos {
    width: 55%;
    float: left;
    margin: 0;
}

section.section__slideshow_map .slideshow-aspect {
    height: 0;
    overflow: visible;
    padding-bottom: 68.333%;
}

section.section__slideshow_map .slideshow-map {
    width: 40%;
    margin-left: 5%;
    float: left;
}

@media screen and (max-width: 680px) {
    section.section__slideshow_map .pos {
        padding: 40px 0px;
    }

    section.section__slideshow_map .slideshow-pos {
        width: 100%;
        float: none;
    }

    section.section__slideshow_map .slideshow-aspect {
        padding-bottom: 67%;
    }

    section.section__slideshow_map .slideshow-map {
        width: 100%;
        margin-left: 0%;
        float: none;
        margin-top: 20px;
    }

    section.section__slideshow_map .feature__map.feature--aspect {
        padding-bottom: 100%;
    }
}

@media screen and (max-width: 480px) {
    section.section__slideshow_map .pos {
        padding: 20px 0px;
    }
}

section.section__slideshow_map .feature__map.feature--aspect {
    width: 100%;
    padding-bottom: 94%;
    height: 0;
}





.section__tiles .tiles {
    margin: 0 -2.5%;
}

.section__tiles .tiles .tile {
    width: 28.3333333%;
    float: left;
    margin: 0 2.5%;
}

.section__tiles .tiles img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}

.section__listings .svg--icon {
    margin-right: 6px;
}

.section__listings .flex-nav-prev, 
.section__listings .flex-nav-next {
    width: 16px;
    height: 35px;
    margin-top: -17px;
    left: 10px;
}

.section__listings .flex-nav-next {
    left: auto;
    right: 10px;
}

/*.section__listings .flex-nav-prev:before, 
.section__listings .flex-nav-next:before {
    background-size: 25px 25px;
}*/

.section__listings .enquire-btn {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 11px;

    -webkit-transition: color 0.2s linear 0.2s;
    -moz-transition: color 0.2s linear 0.2s;
    -ms-transition: color 0.2s linear 0.2s;
    -o-transition: color 0.2s linear 0.2s;
    transition: color 0.2s linear 0.2s;
}

/*.section__listings .enquire-btn:after {
    content: '';
    background-color: #000;
    top: -6px;
    left: 0px;
    width: 50px;
    position: absolute;
    height: 4px;

    -webkit-transition: background-color 0.2s linear 0.2s, left 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: background-color 0.2s linear 0.2s, left 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    -ms-transition: background-color 0.2s linear 0.2s, left 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: background-color 0.2s linear 0.2s, left 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: background-color 0.2s linear 0.2s, left 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}*/

/*.section__listings .enquire-btn:hover,
.section__listings .enquire-btn:active {
    color: #3fd4ad;
}

.section__listings .enquire-btn:hover:after,
.section__listings .enquire-btn:active:after {
    background-color: #3fd4ad;
    left: calc(100% - 50px);
}*/

/*.section__listings .content {
    margin-bottom: 28px;
}*/

.section__listings .details h2 {
    margin: 0;
    display: block;
    padding-right: 200px;
    line-height: 1.2;
    font-weight: normal;
    font-size: 30px;
}

.section__listings .price {
    position: relative;
    font-size: 18px;
    max-width: 100%;
    right: auto;
    top: auto;
    margin-bottom: 9px;
}

.gform_wrapper .gfield_label {
    font-size: 25px;
    line-height: 1.2;
    font-family: din-2014, sans-serif;
    font-weight: normal;
    margin: 12px 0 8px 0;
    font-style: normal;
    display: inline-block;
    letter-spacing: 0.2em;
    width: 100%;
}

.gform_wrapper .ginput_container input[type=text], 
.gform_wrapper .ginput_container input[type=email], 
.gform_wrapper .ginput_container select, 
.gform_wrapper .ginput_container textarea {
    font-family: din-2014, sans-serif;
    font-size: 18px;
}

.gform_wrapper .gform_footer {
    width: 300px;
}

.gform_wrapper .gform_footer input[type=submit]:hover{
    background: #ded8c7;
    color: #2c3c38 !important;
}
.gform_wrapper .gform_footer input[type=submit] {
    color: #ded8c7 !important;
    height: 100%;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    padding: 0 0px;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    border-radius: 0px;
    border: 1px solid #ded8c7 ;
    padding: 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    cursor: pointer;
    text-transform: initial;
}

.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:active {
    color: #000;
}

.register__before {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 0px;
}


#footer {
    border: 0;
    padding: 0 37px;
    background-color: #000;
    width: 100%;
    height: 94px;
    color: #fff;
    font-size: 14px;
    float: left;
    position: relative;
}

#footer .pos {
    height: 100%;
    max-width: 100%;
}

#footer .footer__social {
    position: absolute;
    top: 0;
    right: 5px;
    display: table;
    height: 100%;
    z-index: 2;
}

#footer .footer__logo {
    display: block;
    width: 100px;
    height: 54px;
    top: 20px;
    fill: #fff !important;
    z-index: 2;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

/*#footer .footer__center {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 200px 0 156px;
    display: block;
}*/

#footer .footer__center .footer__center--wrap {
    display: table;
    /*width: 100%;*/
    height: 100%;
}

/*#footer .footer__navigation {
    width: 50%;
}*/

#footer .footer__navigation, 
#footer .footer__contact, 
#footer .footer__social {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
}

#footer .footer__navigation ul, 
#footer .footer__contact ul, 
#footer .footer__social ul {
    display: inline-block;
    margin: 0 auto;
    top: -2px;
}

#footer .footer__navigation li, 
#footer .footer__contact li, 
#footer .footer__social li {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    text-align: left;
}

#footer .footer__navigation li a, 
#footer .footer__contact li a, 
#footer .footer__social li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#footer .footer__social {
    position: absolute;
    top: 0;
    right: 0px;
    display: table;
    height: 100%;
    z-index: 2;
}

#footer .footer__social ul {
    display: table-row;
    top: 0;
}

#footer .footer__social ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

#footer .footer__social ul li a {
    width: 35px;
    height: 35px;
    display: block;
}

#footer .footer__social ul li a svg * { 
    fill: #fff; 
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#footer .footer__social ul li a:hover svg * { 
    fill: #3fd4ad; 
}

#footer .footer__navigation li:after {
    content: '|';
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.2;
    position: absolute;
    right: -3px;
    top: -1px;
}

#footer .footer__navigation li:last-child:after {
    content: '';
}

#footer .footer__navigation li a:hover, 
#footer .footer__navigation li a:active, 
#footer .footer__contact li a:hover, 
#footer .footer__contact li a:active, 
#footer .footer__social li a:hover, 
#footer .footer__social li a:active {
    color: #3fd4ad;
}




@media screen and (max-width: 960px) {
    #team.section .tile:nth-child(4) {
        margin: 0 auto;
        float: none;
        margin-top: 20px;
    }

    .section__tiles .tiles .tile {
        width: 28.3333333%;
        float: left;
        margin: 0 2.5%;
    }

    .section__tiles .tiles .tile {
        width: 45%;
    }

    .section__tiles .tiles {
        margin: 0 auto;
        max-width: 640px;
    }
}

@media screen and (max-width: 860px) { 
    .splash-wrap {
        min-height: 124px;
    }

    section {
        font-size: 13px;
    }

    section h1 {
        text-align: left;
        font-size: 48px;
        line-height: 1.1;
        margin-bottom: 24px;
    }

    /*#footer { height: 84px; }*/

    .footer__logo {
        width: 80px;
        height: 44px;
    }

   /* .footer__center {
        padding: 0 146px 0 118px;
    }*/

    .footer__navigation {
        width: 100%;
    }

    .footer__contact { display: none; }

    .footer__social ul li { padding: 0 6px; }

    .footer__social ul li a { 
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 860px), screen and (max-height: 680px) {
    .section__listings .content-wrap {
        width: 100%;
        /*padding-left: 280px;*/
    }

    .section__listings .gallery_wrap {
        padding-bottom: 20%;
        width: 260px;
    }

    .section__listings .price {
        font-size: 18px;
    }

    .projects-thank-you .wrapper,
    .projects-privacy-policy .wrapper {
        padding-top: 58px;
    }
}

@media screen and (max-width: 680px) {
    section {
        font-size: 12px;
    }

    section h1 {
        font-size: 40px;
    }

    .section__content,
    .section__tiles,
    .section__listings,
    .section__register {
        padding: 30px 0;
    }

    .flex-nav-prev, .flex-nav-next {
        margin-top: -20px;
        left: 10px;
        width: 40px;
        height: 40px;
    }

    .flex-nav-next {
        right: 10px;
        left: auto;
    }

    section.feature--right .content--wrap * { text-align: center !important; }
    section.feature--left .content--wrap * { text-align: center !important; }

    .content--wrap .scroll-to { display: none; }

    .gform_wrapper .gform_footer input[type=submit] {
        top: 0;
        width: 100%;
    }

    .gform_wrapper .gfield {
        width: 100%;
    }

    .gform_wrapper .gfield.right {
        position: relative;
        top: 0 !important;
    }

    .gform_wrapper .gfield_label { 
        font-size: 18px;
    }

    .gform_wrapper .ginput_container {
        input[type=text],
        input[type=email],
        select,
        textarea {
            font-size: 12px;
            line-height: 1;
        }

        input[type=text],
        input[type=email],
        select {
            height: 36px;
        }
    }


    .gform_wrapper .gform_footer input[type=submit] {
        font-size: 18px;
    }

    .section__listings .gallery_wrap {
        width: 100%;
        float: none;
        padding-bottom: 67%;
        left: auto;
    }

    .section__listings .content-wrap {
        padding-left: 0;
        padding-top: 20px;
    }

    .section__listings .listing {
        padding: 10px 0;
    }

    .section__listings .enquire-btn {
        font-size: 18px;
    }

    section h2 {
        font-size: 26px;
    }

    #properties.section h1 {
        margin-bottom: 17px;
    }

    .section__listings .details h2 {
        padding-right: 180px;
    }

    .splash-wrap {
        min-height: 138px;
    }

    #footer { height: 76px; }

    #footer .footer__logo {
        height: 36px;
        width: 68px;
    }

    #footer .footer__center {
        padding: 0 120px 0 102px;
    }

    #footer .footer__social ul li { padding: 0 6px; }

    #footer .footer__navigation li { padding: 0 10px; }

    #footer .footer__navigation li a { font-size: 12px; }

    #footer .footer__navigation li:after {
        top: 1px;
        font-size: 13px;
    }

    #footer .footer__social ul li a {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 520px) {
    #footer { height: auto; }

    #footer .footer__logo {
        top: auto;
        margin-top: 20px;
    }

    #footer .footer__social {
        position: relative;
        margin: 0px auto;
        right: auto;
        float: right;
        top: 26px;
    }

    #footer .footer__center {
        position: relative;
        padding: 20px 0;
    }
}

@media screen and (max-width: 480px) {
    .splash-wrap {
        min-height: 138px;
    }

    #properties.section {
        font-size: 14px;
    }

    #properties.section h1 {
        margin-bottom: 0px;
    }

    .section__listings .details h2 {
        padding-right: 0;
    }

    .section__listings .price {
        position: relative;
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .section__listings .features > span {
        font-size: 14px;
    }

    .section__listings .icon--beds,
    .section__listings .icon--baths {
        width: 20px;
    }

    .section__listings .icon--parking {
        width: 18px;
    }

    .section__listings .svg--icon {
        margin-right: 4px;
    }

    .section__listings .features > span {
        padding-right: 8px;
    }

    section h2 {
        font-size: 24px;
    }

    .section__tiles .tiles .tile {
        width: 100%;
        margin: 0;
        padding: 0 0px;
        float: none;
    }

    .section__tiles .tiles .tile .content h2 {
        margin-top: 10px;
    }

    .section .tile {
        margin-top: 20px !important;
    }

    section.feature--right .content--wrap, 
    section.feature--right .content--tabs,
    section.feature--left .content--wrap, 
    section.feature--left .content--tabs {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 420px) {
    .splash-wrap {
        min-height: 123px;
    }

    section {
        font-size: 10px;
    }

    section h1 {
        font-size: 33px;
    }
}