@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import 'https://fonts.googleapis.com/css?family=Slabo+27px';

/*--main--*/
* {
	box-sizing:border-box; 
	-webkit-transition:all .2s ease; 
	-moz-transition:all .2s ease; 
	-o-transition:all .2s ease; 
	transition:all .2s ease; 
	-webkit-appearance:none; 
	outline:none;
	border-radius:0;
	border:none;
}

body {
	width:100%; 
	height:100%; 
	margin:0; 
	padding:0;
}
body h1,h2,h3,h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
	color:#333;
	line-height:120%;
}
body p,h5,h6,ul,li,ol {
	font-family: 'Slabo 27px', serif;
	color:#333;
}
.site-frame-t {
	width:100%;
	height:20px;
	background:#fff;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1000;
}
.site-frame-b {
	width:100%;
	height:20px;
	background:#fff;
	position:fixed;
	bottom:0;
	right:0;
	left:0;
	z-index:1000;
}
.site-frame-l {
	width:20px;
	height:100vh;
	background:#fff;
	position:fixed;
	top:0px;
	bottom:0;
	left:0;
	z-index:1000;
}
.site-frame-r {
	width:20px;
	height:100vh;
	background:#fff;
	position:fixed;
	top:0px;
	bottom:0;
	right:0;
	z-index:1000;
}

p,ul,li,ol { font-size:21px; }
h1 { font-size:60px; }
h2 { font-size:48px; }
h3 { font-size:36px; }
h4 { font-size:24px; }
h5 { font-size:24px; }
h6 { font-size:16px; }

a:link,a:visited,a:hover,a:active {
	font-family:inherit;
	text-decoration:none; 
	color:inherit;
}
a:hover {
	color:#006f82;
}


/*--header/navigation--*/
header {
	width:100%; 
	height:80px; 
	margin:20px 0 0 0; 
	padding:0; 
	position:relative; 
	z-index:100; 
	overflow:hidden;
}
header nav ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	text-align:center;
}
header nav li {
	width:20%;
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
	font-size:14px;
    text-transform: uppercase;
	padding:20px 0; 
	margin:0; 
    background: #f4f4f4;
	color:#333;
	float:left;
	position:relative;
    overflow: hidden;
    border: 1px solid #fff;
}
header nav li:hover {
	background:#006f82;
	color:#fff;
}
header button {
	padding:0; 
	margin:0; 
	background:#fff;
	position:absolute; 
	right:20px; 
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%); 
	display:none; 
	z-index:1000;
}
header button:hover {
	cursor:pointer;
}
header .btn-menu {
	width:40px;
	height:40px;
	padding:5px;
	margin:0;
	background:#006f82;
}
#menu1 {
	display:block;
}
.current {
	background:#006f82;
	color:#fff;
	position:relative;
}


/*--containers--*/
.content {
	width:90%;
	max-width:1200px;
	height:auto;
	padding:0;
	margin:0 auto;
	position:relative;
}
.content iframe {
    width: 100%;
    height: 800px;
}

.container-about {
	width:100%;
	height:90vh;
    min-height: 500px;
	margin:0 auto;
	padding:100px 20px;
	background:url(../images/banners/home-2022-1920.jpg) no-repeat center fixed #ddd;
	background-size:cover;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    overflow: visible;
}
.container-about .content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    background: #fff;
    width: 30%;
    padding: 50px 25px;
}
.container-about strong {
	font-size:36px;
	font-weight:900;
}

.container-services {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 20px;
    text-align: center;
}

.container-feature {
	width:100%;
	height:auto;
	margin:0;
	padding:100px 0;
    text-align: center;
}

.container-teal {
    width: 100%;
    padding: 50px 0;
    background: #006f82;
}

.container-slogan {
    width: 100%;
    height: auto;
    padding: 200px 20px;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}
.container-slogan span {
    font-style: italic;
    font-family: 'Slabo 27px', serif;
    font-size: 21px;
}
#city {
    background: url(../images/banners/city.jpg) no-repeat center fixed;
    background-size: cover;
}
#lake {
    background: url(../images/banners/lake.jpg) no-repeat center fixed;
    background-size: cover;
}
#suburb {
    background: url(../images/banners/suburb.jpg) no-repeat center fixed #555555;
    background-size: cover;
    background-blend-mode: multiply;
}
#house {
    background: url(../images/banners/house.jpg) no-repeat center fixed;
    background-size: cover;
}
#patio {
    background: url(../images/banners/patio.jpg) no-repeat center fixed;
    background-size: cover;
}

.container-map {
	width:100%;
	height:650px;
	margin:0 auto;
	padding:0 20px;
	position:relative;
}
.map {
	width:100%;
	height:650px;
	margin:0;
	padding:0;
}

.container-social {
	width:100%;
	height:700px;
	margin:40px auto;
	padding:0 20px;
	background: url(../images/banners/social.jpg) no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
}
.container-social h3 {
	padding-top:10%;
}
.container-social .icon-social:hover {
    background: #fff;
}

.container-sub {
	width:100%;
	height:auto;
	margin:0;
	padding:100px 20px;
	background:#f4f4f4;
}

footer {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 20px;
}
footer ul {
	list-style:none;
	padding:0;
}
footer li {
	color:#999;
	font-size:14px;
	margin:7px 0;
}
footer li:hover {
	color:#006f82;
}
footer #small {
	float:left;
}
footer p,h5 {
    font-size: 14px;
}
footer .logo {
    width: 150px;
}

.thanks {
    width: 100%;
    height: 100vh;
    position: relative;
}
.thanks .content {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*--cells--*/
.cell-1-3,.cell-1-2,.cell-2-3,.cell-1-4 {
	float:left;
	margin:0;
	height:auto;
	padding:0;
}
.cell-1-2 {
	width:50%;
}
.cell-1-3 {
	width:33.33%;
}
.cell-2-3 {
	width:66.66%;
}
.cell-1-4 {
	width:25%;
}

.cell-buyer,.cell-seller,.cell-banking {
	width:95%;
	height:auto;
    display: inline-block;
	position:relative;
	padding:0 5px;
	text-align:center;
}
.cell-buyer img,.cell-seller img,.cell-banking img {
    width: 100px;
}
.cell-buyer .buyer {
	background: #66a9b4;
    height: 425px;
}
.cell-seller .seller {
	background:#006f82;
    height: 425px;
}
.cell-banking .banking {
	background:#003841;
    height: 425px;
}

.cell-facebook {
	width:450px;
	height:700px;
	margin:50px 50px 0 0;
	padding:50px 10px 0 10px;
	background:#fff;
	float:left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.cell-facebook-side {
    width: 350px;
    padding: 5px;
    float: left;
    border-left: 1px solid #eee;
}

.cell-step {
    width: 50%;
    margin: 30px 0 0 0;
    float: left;
    background: #f4f4f4;
    border: 5px solid #f4f4f4;
    position: relative;
}
.cell-step:hover {
    background: #fff;
}
.cell-step p {
    margin: 20px;
    padding: 40px 20px 20px;
    border: 1px solid #006f82;
}
.cell-step span {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    color: #006f82;
    text-transform: uppercase;
}
#step1:before,
#step2:before,
#step3:before,
#step4:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #006f82;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    color: #fff;
    font-size: 36px;
    text-align: center;
    padding-top: 15px;
}
#step1:before {
    content: '#1';    
}
#step2:before {
    content: '#2';    
}
#step3:before {
    content: '#3';    
}
#step4:before {
    content: '#4';    
}

#facebook {
    display: block;
}

.feature {
    width: 95%;
    padding: 0;
    display: inline-block;
    background: #f4f4f4;
    position: relative;
    text-align: left;
    border: 2px solid #fff;
}
.feature:hover {
    border: 2px solid #006f82;
}
.feature div {
    padding: 10px 20px;;
}
.feature img {
    width: 100%;
}
.feature .forsale {
    position: absolute;
    top: 10px;
    right: 0;
    background: #006f82;
    z-index: 10;
    border: 3px solid #fff;
    border-right: none;
}
.feature .forsale:before {
    content: 'FOR SALE';
    color: #fff;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    font-size: 18px;
}
.feature .comingsoon {
    position: absolute;
    top: 10px;
    right: 0;
    background: #00a455;
    z-index: 10;
    border: 3px solid #fff;
    border-right: none;
}
.feature .comingsoon:before {
    content: 'COMING SOON';
    color: #fff;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    font-size: 18px;
}
.feature .sold {
    position: absolute;
    top: 10px;
    right: 0;
    background: #ed2024;
    z-index: 10;
    border: 3px solid #fff;
    border-right: none;
}
.feature .sold:before {
    content: 'SOLD';
    color: #fff;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    font-size: 18px;
}
.feature .rent {
    position: absolute;
    top: 10px;
    right: 0;
    background: #333;
    z-index: 10;
    border: 3px solid #fff;
    border-right: none;
}
.feature .rent:before {
    content: 'FOR RENT';
    color: #fff;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    font-size: 18px;
}

.feature .address {
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    margin: 0;
}
.feature .address span {
    font-family: 'Slabo 27px', serif;
    font-size: 16px;
}
.feature .description {
    font-size: 18px;
    height: 90px;
    overflow: hidden;
    position: relative;
}
.feature .description:before {
    content: '. . . READ MORE';
    position: absolute;
    bottom: 2px;
    right: 0;
    background: #f4f4f4;
    color: #006f82;
    padding: 0 5px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
}
.feature .mls {
    border-top: 1px solid #999;
    font-size: 12px;
    padding: 5px 0;
}

.single img {
    width: 50%;
    float: left;
    margin-right: 20px;
}
.single .forsale,
.single .sold,
.single .comingsoon {
    right: 50%;
}

.cell-featured-listings {
    float: left;
    width: calc(100% - 360px);
    padding-right: 20px;
}
.cell-featured-listings ul {
    list-style: none;
    padding: 0;
}
.cell-featured-listings > ul > li {
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    font-size: 16px;
    float: left;
    width: 33%;
    margin: 10px 0;
}
.cell-featured-listings > ul > li > ul > li {
    font-size: 16px;
}

.cell-feature {
    width: 50%;
    padding: 0;
    float: left;
    background: #f4f4f4;
    position: relative;
    text-align: left;
    border: 5px solid #fff;
}
.cell-feature:hover {
    border: 5px solid #006f82;
}
.cell-feature div {
    padding: 10px 20px;;
}
.cell-feature img {
    width: 100%;
}

.forsale {
    position: absolute;
    top: 10px;
    right: 0;
    background: #006f82;
    z-index: 10;
    border: 3px solid #fff;
    border-right: none;
}
.forsale:before {
    content: 'FOR SALE';
    color: #fff;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    font-size: 18px;
}
.tour {
    position: absolute;
    top: 50px;
    right: 0;
    background: #29abe2;
    z-index: 10;
    border: 3px solid #fff;
    border-right: none;
}
.tour:before {
    content: 'TAKE 3D TOUR';
    color: #fff;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight:900;
    font-size: 18px;
}
.comingsoon {
    position: absolute;
    top: 10px;
    right: 0;
    background: #00a455;
    z-index: 10;
    border: 3px solid #fff;
    border-right: none;
}
.comingsoon:before {
    content: 'COMING SOON';
    color: #fff;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    font-size: 18px;
}
.sold {
    position: absolute;
    top: 10px;
    right: 0;
    background: #ed2024;
    z-index: 10;
    border: 3px solid #fff;
    border-right: none;
}
.sold:before {
    content: 'SOLD';
    color: #fff;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    font-size: 18px;
}
.rent {
    position: absolute;
    top: 10px;
    right: 0;
    background: #333;
    z-index: 10;
    border: 3px solid #fff;
    border-right: none;
}
.rent:before {
    content: 'FOR RENT';
    color: #fff;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    font-size: 18px;
}

.cell-feature .address {
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    margin: 0;
}
.cell-feature .address span {
    font-family: 'Slabo 27px', serif;
    font-size: 16px;
}
.cell-feature .description {
    font-size: 18px;
    height: 90px;
    overflow: hidden;
    position: relative;
}
.cell-feature .description:before {
    content: '. . . READ MORE';
    position: absolute;
    bottom: 2px;
    right: 0;
    background: #f4f4f4;
    color: #006f82;
    padding: 0 5px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
}
.cell-feature .mls {
    border-top: 1px solid #999;
    font-size: 12px;
    padding: 5px 0;
}

article {
    -webkit-columns: 3 200px;
    columns: 3 200px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
section {
    display: inline-block;
    text-align: justify;
    background: #f4f4f4;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #fff;
}
section img {
    width: 100%;
}
section:hover {
    border: 1px solid #ddd;
}
section h4 {
    margin: 0;
}
article em {
    font-family: 'Slabo 27px', serif;
    font-size: 16px;
}

article.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 50px;
}
article.flex section {
    width: calc(33.33% - 10px);
    text-align: left;
}


/*--properties--*/
.property-main {
    position: relative;
    margin-top: 5px;
}
.property-thumb {
    width: 100%;
}
.price {
    float: left;
    margin: 10px 0;
}
.price span {
    font-size: 21px;
    color: crimson;
    text-decoration: line-through;
}
.line-through {
    font-size: 14px;
    color: crimson;
    text-decoration: line-through;
}
.mls {
    float: right;
    padding: 10px;
    background: #f4f4f4;
    margin: 0;
}


/*--objects--*/
.rule-blue {
	width:auto;
	height:1px;
	display:block;
	background:#006f82;
	margin:25px auto;
	padding:0;
}
.rule-dotted {
	width:auto;
	height:1px;
	border-bottom:1px dashed #333;
}

.logo-driver {
	display:inline-block;
	width:75%;
	max-width:150px;
	margin-top:25px;
}
.logo-driver-small {
	width:150px;
	margin:40px 0 10px 0;
}
.driver-logo {
    margin: 0 auto;
    width: 90%;
    max-width: 400px;
}
.jenny-logo {
    width: 80%;
    max-width: 300px;
    vertical-align: middle;
    margin-right: 10px;
}
.logo-jenny {
	display:none;
	width:80%;
	max-width:200px;
}
.logo-jenny-small {
	width:calc(100% - 80px);
	max-width:200px;
	display:none;
	margin:20px 0 0 0;
}
.logo2 {
    width: 100%;
    background: #006f82;
    background-size: cover;
    padding: 20px 0;
}
.logo2 #driver {
    float: right;
    width: 150px;
}
.logo2 #jenny {
    width: 250px;
    float: left;
}
.logo2 p {
    float: left;
    padding: 10px 20px;
    margin: 0;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    font-size: 14px;
}
.logo2 p:hover {
    padding: 10px 25px 10px 15px;
    opacity: .9;
}
.logo-bank {
    background: #fff;
    padding: 20px;
}

.icon-service {
	width:90px;
	display:inline-block;
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
}

.icon-feature {
	width:40px;
	height:40px;
	float:left;
	margin:20px 10px 40px 0;
	background:#fff;
    border-radius: 5px;
}
.icon-feature:hover {
	margin:15px 10px 45px 0;
	background:none;
}

.icon-facebook {
	width:60px;
	height:60px;
	border-radius:60px;
	margin:20px auto;
	background:#006f82;
	display:inline-block;
}

.icon-social,.icon-nav {
	width:40px;
	height:40px;
	background:#fff;
	border-radius:40px;
	margin:20px 10px 20px 0;
}
.icon-social:hover,.icon-nav:hover {
	margin:15px 10px 25px 0;
}
.icon-social:hover {
    background: #006f82;
}
.icon-nav {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
}

.icon-heading {
    width: 60px;
    vertical-align: middle;
}

video {
    width: 100%;
}

footer .icon-social {
	width:30px;
	height:30px;
	float:right;
	margin:0 0 10px 10px;
	background:#999;
	border-radius:30px;
}
footer .icon-social:hover {
	margin:-5px 0 5px 10px;
}

.btn-service {
	width:auto;
	height:auto;
    position: absolute;
    bottom: 0;
    right: 5px;
    left: 5px;
	display:block;
	margin:0;
	padding:20px;
	color:#fff;
	background:rgba(0,0,0,0.2);
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    font-size: 14px;
}
.btn-service:hover {
	background:rgba(0,0,0,0.4);
}

.btn-white {
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    font-size: 14px;
}
.btn-white:hover {
    color: #006f82;
    padding: 10px 15px 10px 25px;
}

.btn-send {
    width:auto;
    padding: 10px;
    margin: 0;
    border: 1px solid #006f82;
    background: #006f82;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.btn-send:hover {
    padding-left: 20px;
}


/*--forms--*/
label {
    display: none;
}

::-webkit-input-placeholder { 
  color: #333;
}
::-moz-placeholder { 
  color: #333;
}
:-ms-input-placeholder { 
  color: #333;
}
:-moz-placeholder { 
  color: #333;
}

.textbox,.textarea,.filterbox {
	width:100%; 
	height:50px; 
	padding:10px;
    margin: 0 0 10px;
	border:1px solid #eee; 
    font-size: 18px;
    background: #fff;
    font-family: 'Slabo 27px', serif;
}
.textarea {
	height:150px;
}
.textbox:hover,.textarea:hover,.filterbox:hover,.captcha:hover {
    border: 1px solid #006f82;
}

.captcha {
    position: relative;
    height: 50px;
	border:1px solid #eee;
    overflow: hidden;
}
.captcha > div {
	width: 175px;
    overflow: hidden;
}
.g-recaptcha {
	position: absolute;
    top: -12px;
    left: -2px;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.filter {
    width: 100%;
    background: #f4f4f4;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.filterbox {
    width: 33.33%;
    margin: 0;
    border: 1px solid #f4f4f4;
    float: left;
}
.filter button {
    width: 33.33%;
    height: 40px;
    margin: 0;
    float: left;
    border: 1px solid #f4f4f4;
    background: #006f82;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
	font-weight:900;
    font-size: 14px;
    cursor: pointer;
}
.filter button:hover {
    padding-left: 20px;
}


/*--modifiers--*/
.page-heading {
	font-size:36px;
	color:#fff;
	letter-spacing:3px;
	margin:0;
	position:absolute;
	top:50%;
	right:0;
	left:0;
	text-align:center;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.cell-heading {
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
	color:#fff;
	line-height:110%;
	font-size:21px;
	padding:20px;
}
.cell-info {
	color:#fff;
	padding:0 20px 20px;
}
.featured-info {
	display:block;
}
.featured-price {
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
	font-size:36px;
	color:#006f82;
}

strong {
	font-weight:900;
}

.teal {
	color:#006f82;
}
.white {
	color:#fff;
}
.grey {
	color:#999;
}
.black {
	color:#222;
}

.ftlt {
	float:left;
}
.ftrt {
	float:right;
}
.inline {
	display:inline-block;
}
.clear {
	clear:both;
}

.valign {
    vertical-align: middle;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.justify {
	text-align:justify;
}

.pdg-r {
	padding-right:20px;
}
.pdg-l {
	padding-left:20px;
}
.pdg-c {
	padding:inherit 10px;
}

.underline {
	border-bottom:1px solid #999;
}

.hidden {
    display: none;
}


/*--media queries--*/
@media (max-width:1200px)
{
    header nav li {
        font-size: 12px;
    }
    
    .container-about .content img {
        width: 100%;
    }
    
    #facebook {
        display: none;
    }
    .cell-1-3 {
        width: 50%;
    }
}

@media (max-width:1024px)
{
	#menu1 {
		display:none;
	}
    header {
        border-bottom: 1px solid #999;
    }
	header button {
		display:block;
	}
	
	.logo-driver,.logo-jenny,.logo2 {
		display:none;
	}
	.logo-jenny-small {
		display:block;
        margin-left: 20px;
	}
    .logo-driver-small {
        margin-left: 40px;
    }
	
	.cell-buyer,.cell-seller,.cell-banking {
		margin:10px;
	}
    
    .container-about {
        background: url(../images/banners/home-2022-1024.jpg) no-repeat center;
        background-size: cover;
        min-height: 600px;
    }
    .container-about .content {
        width: 40%;
        left: auto;
        right: 0;
    }
    
    .container-social {
        background: url(../images/banners/socialx1024.jpg) no-repeat center;
        background-size: cover;
    }
    
    #lake {
        background: url(../images/banners/lakex1024.jpg) no-repeat center;
        background-size: cover;
    }
    #suburb {
        background: url(../images/banners/suburb-1024.jpg) no-repeat center #555555;
        background-size: cover;
        background-blend-mode: multiply;
    }
    #house {
        background: url(../images/banners/housex1024.jpg) no-repeat center;
        background-size: cover;
    }
    #patio {
        background: url(../images/banners/patiox1024.jpg) no-repeat center fixed;
        background-size: cover;
    }
    #city {
        background: url(../images/banners/cityx1024.jpg) no-repeat center;
        background-size: cover;
    }
}

@media (max-width:960px)
{
	.container-map {
		height:400px;
	}
	.map {
		height:400px;
	}
    
    .container-slogan {
        padding: 150px 20px;
    }
    
    .cell-featured-listings {
        width: 100%;
        padding-right: 0;
    }
    .cell-feature {
        width: 50%;
    }
    
    .cell-facebook-side {
        width: 100%;
    }
    .cell-facebook-side .fb-page {
        display: none;
    }
}

@media (max-width:768px)
{	
	.cell-facebook {
		display:none;
	}
    
    .cell-step {
        width: 100%;
        background: #fff;
    }
	
	.container-about,.container-services,footer {
		padding:25px 0;
	}
    .container-about {
        background: url(../images/banners/home-2022-768.jpg) no-repeat center;
        background-size: cover;
        min-height: 700px;
    }
    .container-about span {
        display: none;
    }
    .container-about .content {
        bottom: 0;
        right: 0;
        left: 0;
        top: auto;
        -webkit-transform:translateY(0);
        transform: translateY(0);
        width: 90%;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .container-about .content p:nth-child(3) {
        display: none;
    }
    
    .container-social {
        background: url(../images/banners/socialx768.jpg) no-repeat center;
        background-size: cover;
        text-align: center;
        position: relative;
        padding: 100px 20px;
        height: 500px;
    }
    .container-social div:nth-child(1) {
        position: absolute;
        margin: 0 auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	
	#nav1,#nav2 {
		display:none;
	}
	footer #nav3,footer #nav4 {
		width:50%;
		padding:0;
	}
    
    #lake {
        background: url(../images/banners/lakex768.jpg) no-repeat center;
        background-size: cover;
    }
    #suburb {
        background: url(../images/banners/suburb-768.jpg) no-repeat center #555555;
        background-size: cover;
        background-blend-mode: multiply;
    }
    #house {
        background: url(../images/banners/housex768.jpg) no-repeat center;
        background-size: cover;
    }
    #patio {
        background: url(../images/banners/patiox768.jpg) no-repeat center fixed;
        background-size: cover;
    }
    #city {
        background: url(../images/banners/cityx768.jpg) no-repeat center;
        background-size: cover;
    }
    
    .filterbox {
        width: 50%;
    }
    .filter button {
        width: 100%;
    }
    
    .cell-featured-listings > ul > li {
        width: 50%;
    }

    article.flex section {
        width: calc(50% - 10px);
    }
}

@media (max-width:600px)
{	
	h3,.page-heading { font-size:24px; }
	h4,.cell-heading { font-size:21px; }
    
    .container-slogan {
        padding: 75px 20px;
        -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    }
    .container-slogan h4 {
        font-size: 18px;
    }
    .container-slogan h2 {
        font-size: 24px;
    }
    
    .cell-step {
        border: 1px solid #006f82;
    }
    .cell-step span {
        font-size: 21px;
    }
    .cell-step p {
        border: none;
        margin: 10px 0 0 0;
    }
    #step1:before,
    #step2:before,
    #step3:before,
    #step4:before {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        top: -20px;
        font-size: 21px;
    }
    
    .cell-1-3 {
        width: 100%;
    }
    
    .cell-feature {
        width: 100%;
    }
	
	footer {
		text-align:center;
	}
	#small {
		float:none;
		text-align:center;
		width:100%;
	}
	footer .icon-social {
		float:none;
		display:inline-block;
		margin:10px 5px;
	}
	footer .icon-social:hover {
		margin:10px 5px;
	}
    
    .icon-service {
        width: 60px;
        margin: 0 auto;
    }
    
    .single img {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .single .forsale,
    .single .sold {
        right: 0;
    }
}

@media (max-width:532px)
{
	.site-frame-t {
		height:10px;
	}
	.site-frame-b {
		height:10px;
	}
	.site-frame-l {
		width:10px;
	}
	.site-frame-r {
		width:10px;
	}
	
	.container-about,.container-services,.container-feature,.container-social,footer {
		padding: inherit 10px;
        margin: 0;
	}
    .container-map {
        width: 100%;
        padding: 0 10px;
        margin: 0;
    }
    
    .container-about {
        background: url(../images/banners/home-2022-500.jpg) no-repeat center;
        background-size: cover;
        height: 75vh;
        min-height: 500px;
        text-align: center;
    }
    .container-about .content {
        padding: 0;
        padding-bottom: 50px;
    }
    .container-about .content p:nth-child(2), .container-about img {
        display: none;
    }
    
    .container-social {
        background: url(../images/banners/socialx500.jpg) no-repeat center;
        background-size: cover;
        padding: 50px 20px;
        margin-top: 20px;
    }

	header {
		height:80px;
	}
	.logo-jenny-small {
		margin-left:20px;
	}
	
	.cell-buyer,.cell-seller,.cell-banking {
		width:100%;
		margin:5px 0;
	}
    
    footer #nav3,footer #nav4 {
        width: 100%;
        text-align: center;
    }
    footer .logo {
        display: inline-block;
    }
    footer #nav3 {
        border-bottom: 1px solid #999;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    #lake {
        background: url(../images/banners/lakex500.jpg) no-repeat center;
        background-size: cover;
    }
    #suburb {
        background: url(../images/banners/suburb-500.jpg) no-repeat center #555555;
        background-size: cover;
        background-blend-mode: multiply;
    }
    #house {
        background: url(../images/banners/housex500.jpg) no-repeat center;
        background-size: cover;
    }
    #patio {
        background: url(../images/banners/patiox500.jpg) no-repeat center fixed;
        background-size: cover;
    }
    #city {
        background: url(../images/banners/cityx500.jpg) no-repeat center;
        background-size: cover;
    }
    
    .cell-featured-listings > ul > li {
        width: 100%;
    }

    article.flex section {
        width: 100%;
    }
}