/*
Theme Name: Jasper
*/

body {
	font-family: "proxima-nova",sans-serif;
}

/*	==========================================================================
	 common
	========================================================================== */

.main-content{
	height: 100%;
}

.header-alternative-container .left {
    vertical-align: top !important;
}
.header-menu-trigger-text {
    display: none;
}
.remove-margin .contact-info {
    margin:0;
    padding:0;
}

.wording-default {
	font-size: 16px;
	font-weight: 400;
	vertical-align: top;
}

.wording-unified {
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.icon-phone-list{
	font-size: 2em;
	font-weight: 800;
	display: table-cell;
	line-height: 0;
	vertical-align: middle;
}

.row-unified{
	display: table-row;
}

#trigger-list{
	text-decoration: none;
}


/*Make sure your wrapper is relative*/
.v-center-cell{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}
/* v align 2 bootstrap cells - needs a set height though*/
 .bs-v-center{
	display: table-cell;
	vertical-align: middle;
	float: none;
}
@media screen and (min-width:992px){
	.home-section3 .bs-v-center-lg{
		/*display: table-cell;*/
		/*vertical-align: middle;*/
		/*float: none;*/
	}
}
/* just set a height specific to the section */
.home .img-resizer{
	position: relative;
	overflow: hidden;
	width:100%;
}

.home .max-width-container{
	max-width:1600px;
	margin:0px auto;
}
/*@media screen and (min-width:768px) and (max-width:992px){*/
	.home .container{
		max-width:1600px;
		width:100%;
	}
/*}*/
/* text-alignment and padding-left/right */
.center{
	text-align:center;
}
.left{
	text-align: left
}
.left-xs{
	text-align: left
}
.center-xs{
	text-align: center
}
.padding-xs-left, .padding-sm-left, .padding-md-left{
	padding-left:15px;
}

.padding-xs-right, .padding-sm-right, .padding-md-right{
	padding-right:15px;
}

@media screen and (min-width:768px){
	.left-xs{
		text-align: initial
	}
	.left-md{
		text-align: left
	}
	.center-xs{
		text-align: initial
	}
	.center-md{
		text-align: center
	}
}
@media screen and (min-width:992px){
	.left-md{
		text-align: initial
	}
	.left-lg{
		text-align: left
	}
	.center-md{
		text-align: initial
	}
	.center-lg{
		text-align: center
	}
}
/*	==========================================================================
	Home typography/btns
	========================================================================== */
/* btns */
.light-btn{
	background:#cfcfcf;
	background: rgba(255,255,255,.3); 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.light-btn-hover:hover{
	background:#dfdfdf;
	background: rgba(255,255,255,.4); 
}

.btn-slim{
	line-height:2.14em;
}
/* headings */
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6,
.home p{
	margin:0px;
	padding:0px;
}
.home h1{
	font-size:3em;
	font-weight: 400;
	line-height:1.2em;
}
.home h2{
	font-size:2.3em;
	font-weight: 400;
	line-height:1.2em;
}
.home h3{
	font-size:2em;
	font-weight: 600;
	line-height:1.2em;
}
.home h4{
	font-size:1.7em;
	font-weight: 300;
	line-height:1.2em;
}

/* xs + */
.home h1.home-padding-top-lg,
.home h2.home-padding-top-lg,
.home h3.home-padding-top-lg,
.home h4.home-padding-top-lg,
.home h5.home-padding-top-lg,
.home h6.home-padding-top-lg,
.home p.home-padding-top-lg,
.home-padding-top-lg{
	padding-top:50px;
}
.home h1.home-padding-bottom-lg,
.home h2.home-padding-bottom-lg,
.home h3.home-padding-bottom-lg,
.home h4.home-padding-bottom-lg,
.home h5.home-padding-bottom-lg,
.home h6.home-padding-bottom-lg,
.home p.home-padding-bottom-lg,
.home-padding-bottom-lg{
	padding-bottom:50px;
}

.home h1.home-padding-top-md,
.home h2.home-padding-top-md,
.home h3.home-padding-top-md,
.home h4.home-padding-top-md,
.home h5.home-padding-top-md,
.home h6.home-padding-top-md,
.home p.home-padding-top-md,
.home-padding-top-md{
	padding-top:30px;
}
.home h1.home-padding-bottom-md,
.home h2.home-padding-bottom-md,
.home h3.home-padding-bottom-md,
.home h4.home-padding-bottom-md,
.home h5.home-padding-bottom-md,
.home h6.home-padding-bottom-md,
.home p.home-padding-bottom-md,
.home-padding-bottom-md{
	padding-bottom:30px;
}

.home h1.home-padding-top-sm,
.home h2.home-padding-top-sm,
.home h3.home-padding-top-sm,
.home h4.home-padding-top-sm,
.home h5.home-padding-top-sm,
.home h6.home-padding-top-sm,
.home p.home-padding-top-sm,
.home-padding-top-sm{
	padding-top:20px;
}
.home h1.home-padding-bottom-sm,
.home h2.home-padding-bottom-sm,
.home h3.home-padding-bottom-sm,
.home h4.home-padding-bottom-sm,
.home h5.home-padding-bottom-sm,
.home h6.home-padding-bottom-sm,
.home p.home-padding-bottom-sm,
.home-padding-bottom-sm{
	padding-bottom:20px;
}

.home h1.home-padding-top-xs,
.home h2.home-padding-top-xs,
.home h3.home-padding-top-xs,
.home h4.home-padding-top-xs,
.home h5.home-padding-top-xs,
.home h6.home-padding-top-xs,
.home p.home-padding-top-xs,
.home-padding-top-xs{
	padding-top:25px;
}
.home h1.home-padding-bottom-xs,
.home h2.home-padding-bottom-xs,
.home h3.home-padding-bottom-xs,
.home h4.home-padding-bottom-xs,
.home h5.home-padding-bottom-xs,
.home h6.home-padding-bottom-xs,
.home p.home-padding-bottom-xs,
.home-padding-bottom-xs{
	padding-bottom:25px;
}
.home .btn{
	font-weight:500;
}


.home .btn-style-large{
	font-size:1.7em;
	line-height: 3em
}

.home .btn-style-fixed-width{
	width:220px;
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
}
@media screen and (min-width:992px){
	.home-section3-2{
		padding-left:30px;
		padding-right:30px;
	}
}

/* lg + */
@media screen and (min-width:1200px){
	.home h1.home-padding-top-lg,
	.home h2.home-padding-top-lg,
	.home h3.home-padding-top-lg,
	.home h4.home-padding-top-lg,
	.home h5.home-padding-top-lg,
	.home h6.home-padding-top-lg,
	.home p.home-padding-top-lg,
	.home-padding-top-lg{
		padding-top:80px;
	}
	.home h1.home-padding-bottom-lg,
	.home h2.home-padding-bottom-lg,
	.home h3.home-padding-bottom-lg,
	.home h4.home-padding-bottom-lg,
	.home h5.home-padding-bottom-lg,
	.home h6.home-padding-bottom-lg,
	.home p.home-padding-bottom-lg,
	.home-padding-bottom-lg{
		padding-bottom:80px;
	}

	.home h1.home-padding-top-md,
	.home h2.home-padding-top-md,
	.home h3.home-padding-top-md,
	.home h4.home-padding-top-md,
	.home h5.home-padding-top-md,
	.home h6.home-padding-top-md,
	.home p.home-padding-top-md{
		padding-top:50px;
	}
	.home-padding-top-md{
		padding-top:100px;
	}
	.home h1.home-padding-bottom-md,
	.home h2.home-padding-bottom-md,
	.home h3.home-padding-bottom-md,
	.home h4.home-padding-bottom-md,
	.home h5.home-padding-bottom-md,
	.home h6.home-padding-bottom-md,
	.home p.home-padding-bottom-md,
	.home-padding-bottom-md{
		padding-bottom:50px;
	}

	.home h1.home-padding-top-sm,
	.home h2.home-padding-top-sm,
	.home h3.home-padding-top-sm,
	.home h4.home-padding-top-sm,
	.home h5.home-padding-top-sm,
	.home h6.home-padding-top-sm,
	.home p.home-padding-top-sm,
	.home-padding-top-sm{
		padding-top:30px;
	}
	.home h1.home-padding-bottom-sm,
	.home h2.home-padding-bottom-sm,
	.home h3.home-padding-bottom-sm,
	.home h4.home-padding-bottom-sm,
	.home h5.home-padding-bottom-sm,
	.home h6.home-padding-bottom-sm,
	.home p.home-padding-bottom-sm,
	.home-padding-bottom-sm{
		padding-bottom:30px;
	}

	.home h1.home-padding-top-xs,
	.home h2.home-padding-top-xs,
	.home h3.home-padding-top-xs,
	.home h4.home-padding-top-xs,
	.home h5.home-padding-top-xs,
	.home h6.home-padding-top-xs,
	.home p.home-padding-top-xs,
	.home-padding-top-xs{
		padding-top:25px;
	}
	.home h1.home-padding-bottom-xs,
	.home h2.home-padding-bottom-xs,
	.home h3.home-padding-bottom-xs,
	.home h4.home-padding-bottom-xs,
	.home h5.home-padding-bottom-xs,
	.home h6.home-padding-bottom-xs,
	.home p.home-padding-bottom-xs,
	.home-padding-bottom-xs{
		padding-bottom:25px;
	}

	.home .btn-style-large{
		font-size:1.7em;
		line-height: 3em
	}

	.home .btn-style-fixed-width{
		width:220px;
		margin-left:15px;
		margin-right:15px;
		margin-top:0px;
	}
	.home h1{
		font-size:5.5em;
	}
	.home h2{
		font-size:4em;
	}
	.home h3{
		font-size:2.5em;
	}
	.home h4{
		font-size:2.5em;
	}

	.home-section3 h2{
		font-size:4em;
	}
	.home-section3-2{
		padding-left:8.33333333%;
		padding-right:8.33333333%;
	}

}
@media screen and (min-width:1600px){
	.home h1{
		font-size:6.5em;
	}
	.home h2{
		font-size:4em;
	}
	.home h3{
		font-size:2.5em;
	}
	.home h4{
		font-size:2.5em;
	}
}

.home-tile h4{
	font-size:2.5em;
}
/*	==========================================================================
	 Header
	========================================================================== */
.header .header-logo-img{
	width:auto;
	max-width:170px;
}

.header-quicklinks{
	right:56px;
	text-align: right
}
.header-quicklinks > .menu-item{
	float:none;
	display: inline-block;
}
.home .header-logo{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home .header{
	box-shadow: none;
}
.home.show_logo .header{
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
	.header-alternative-container .logo, .header-logo-large .header-logo-img {
		max-width: 80% !important;
	}
}
/*.home .header{
	background-color: transparent;
}
.home.show_logo .header{
	background-color:initial;
}*/


.home.show_logo .header-logo{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.home .header-logo-large, .header-menu-trigger{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home.show_logo .header-logo-large{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.header-logo-large .header-logo-img{
/*	margin-bottom: 75px;
*/	margin-top: 0px;
	max-width: 530px;
	max-height: 530px;
	height: auto;
	width: auto;
}
@media screen and (max-width:560px){
	.header-logo-large .header-logo-img{
		max-width: 280px;
	}
}
@media screen and (max-width:767px){
	.header .navigation{
		width: 48px;
	}
}

.navigation .menu-item{
	text-transform: lowercase;
}

.header-menu-trigger{
	margin-left: 0px
}

/*	==========================================================================
	 featured
	========================================================================== */
.home-responsive-wrapper{
	height:100%;
	width:100%;
}
/*.home-responsive-wrapper > .l-table-row > .l-table-cell{
	vertical-align: top
}*/
.home-featured{
	height:450px;
	width:100%;
	position:relative;
}
.home-featured-bg-wrapper{
	height:100%;
	width:100%;
	position:absolute;
	overflow:hidden;
}
.home-featured-bg{
	height:100%;
	width:100%;
	background-size: cover !important;
	background-position: 50% 50%;
	position:absolute;
	overflow:hidden;
	background-attachment: local;
	-webkit-transform: translate3d(0,0,0);
}
.home-featured-overlay{
	background: rgba(0,0,0,.3);
}
.home-featured-content{
	height:100%;
	width:100%;
	-webkit-transform: translate3d(0,0,0);
}

.home-featured-content a.play-btn{
	height:100px;
	width:100px;
	background-color:transparent;
	background-color:rgba(255,255,255,0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	margin:0px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home-featured-content a.play-btn:hover, .home-featured-content a.play-btn:active,.home-featured-content a.play-btn:focus, .home-featured-content a.play-btn:visited{
	text-decoration: none;
	outline:none;
}
.home-featured-content a.play-btn span{
	font-size:6em;
	line-height:100px;
}
.home-featured-content a.play-btn span:before{
	line-height:100px;
	width:100px;
	display: block;
	padding-left:5px;
}

@media screen and (max-width:992px){
	.home-featured{
		height:300px;
	}
	.home-featured-content a.play-btn span{
		font-size:4em;
		line-height:60px;
	}
	.home-featured-content a.play-btn,
	.home-featured-content a.play-btn span:before{
		height:60px;
		width:60px;
		line-height:60px;
	}
	.home-featured{
		background-size: 200%	
	}
}


/*	=======================================================================
	Home Tiles
	========================================================================*/
.home-tiles > .l-table-cell{
	border-bottom:5px solid #FFFFFF;
}
.home-tile{
	height:266px;
	position: relative;
	padding:0px;
	border-top:5px solid #FFFFFF;
	border-right:5px solid #FFFFFF;
	border-left:5px solid #FFFFFF;
}
@media screen and (min-width:768px){
	.home-tile1, .home-tile3{
		border-right:0px solid #FFFFFF;
	}
}
@media screen and (min-width:1200px){
	.home-tiles > .l-table-cell{
		border-bottom:0px solid #FFFFFF;
		border-right:2px solid #FFFFFF;
		border-left:3px solid #FFFFFF;
	}
	.home-tile{
		border-top:5px solid #FFFFFF;
		border-bottom:5px solid #FFFFFF;
		border-right:3px solid #FFFFFF;
		border-left:2px solid #FFFFFF;
	}
}


.home-tile h4{
	font-weight:300;
	padding-bottom:15px;
}

.tile-bottom-align{
	vertical-align: bottom;
}

.home-tile-listings-carousel-text{
	background:#000;
	background: rgba(0,0,0,.5);
	padding:15px 15px;
	color:#fff;
	font-size:1.7em;
	display: inline-block;
	width:100%;
}
.tile-list-item, .home-tile{
	background-size: cover !important;
	background-position: 50% 50% !important;
}
.tile-list-item a:hover{
	text-decoration: none
}
.tile-list-item .overlay{
	background:none;
}

/* home tile listings */

.home-tile-listings-carousel{
	width:400px;
	height:256px;
	margin: 0 auto;
}

.home-tile-listings-carousel .rsOverflow{
	width:100% !important;
	/*max-width: 400px;*/
}
.home-tile-listings-carousel-wrapper{
	height:100%;
}
.home-tile-listings-carousel {
  overflow: hidden;
  width: 100%;
/*  max-width: 400px;
*/  position: relative;
  list-style: none;
  padding: 0;
  height:100% !important;
}
.tile-list-item{
	background-size:100% auto;
	background-size:cover;
	height:100%;
}

.home-tile-listings-carousel .tile-list-item {
  width: 100%;
  float: left;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-tile-listings-carousel .rsBullets{
	text-align: center;
	position: absolute;
	z-index:0;
	left:0;
	right:0;
	bottom:20px;
}
.home-tiles .home-listings-carousel-banner{
	font-size:1.7em;
}
.home-tile-listings-carousel .rsBullet{
	height:15px;
	width:15px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background:#559fd0;
	background: rgba(255,255,255,.3);
	border:0px solid #FFF;
	margin-left:5px;
	margin-right:5px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home-tile-listings-carousel .rsBullet.rsNavSelected,.home-tile-listings-carousel .rsBullet:hover{
	background:#FFFFFF;
	cursor: pointer;
	border:1px solid #FFF;
}
.home-tile-listings-carousel .rsOverflow {
	overflow: visible;
}
@media screen and (max-width:992px){
	.home-testimonial-slider .rsArrow {
		display:none;
	}
	.home-tile-listings-carousel .rsBullets{
		text-align: center;
		right:0;
		left:0;
		overflow: hidden;
		width:100%;
		max-width:320px;
		margin:0px auto
	}
}



/*	=======================================================================
	Home Hero Search
	========================================================================*/

.home-search-wrapper{
	width:100%;
}

.home-search-table{
	width:100%;
	height:100%;
}

.home-search-inner{
	box-sizing: border-box;
	z-index:10;
	padding:30px 20px 30px 10px;
	width:100%;
	z-index:10;
	margin:0px auto;
}
@media screen and (max-width:1200px){
	.home-search-inner{
		max-width:788px
	}
}

.home-hero-search-bar{
	text-align: center;
	padding:30px 0;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
	/*filter: alpha(opacity=0);*/
	/*-moz-opacity: 0;*/
	/*-khtml-opacity: 0;*/
	/*opacity: 0;*/
    /*-webkit-transition: opacity 300ms ease-in 200ms;*/
    /*-moz-transition: opacity 300ms ease-in 200ms;*/
    /*-ms-transition: opacity 300ms ease-in 200ms;*/
    /*-o-transition: opacity 300ms ease-in 200ms;*/
    /*transition: opacity 300ms ease-in 200ms;*/
}
/*.wf-active .home-hero-search-bar,*/
/*.show-logo .home-hero-search-bar{*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
	/*filter: alpha(opacity=100);*/
	/*-moz-opacity: 1;*/
	/*-khtml-opacity: 1;*/
	/*opacity: 1;*/
/*}*/

.home-search-suburbs{
	width:811px;
}
.home-search-secondrow label{
	width:269px;
}
/*.home-hero-search-bar > div{*/
	/*width: 977px;*/
	/*margin: 0px auto;*/
/*}*/

@media screen and (min-width:1100px){
	.home-search-secondrow label{
		width:114px;
	}
	.home-search-suburbs{
		width:425px;
	}
	/*.home-hero-search-bar > div{*/
		/*width: 1116px;*/
		/*margin: 0px auto;*/
	/*}*/

}
.home-hero-search-bar .select2-container{
	min-height:33px;
	padding-left: 6px
}
.home-hero-search-bar .select2-search-field, .home-hero-search-bar .select2-choice{
	line-height:29px;
}
.home-search-submit{
	margin-top:6px;
	line-height:33px;
	font-size:2em;
	width:95px;
}

.home-hero-mobile-search{
	margin:15px auto;
}

.home-hero-search-bar .styled-radio {
	display: none;
}

.home-search-type-inputs{
	margin-top:6px;
	margin-left:15px;
}
.home-search-suburbs, .home-search-type, .home-search-min-price, .home-search-max-price, .home-search-secondrow .btn{
	margin-left:15px;
}

.home-hero-search-bar .styled-radio-label {
	line-height: 33px;
}

.home-hero-search-bar .styled-radio:not(:checked) + .styled-radio-label,
.lt-ie9 .home-hero-search-bar input[class="styled-radio"] + .styled-radio-label {
	color: #9f9f9f;
	background-color: #fff;
}

/*.home li.active-result.is-rent,*/
.home .show-rent li.active-result.is-sale,
.home .show-sale li.active-result.is-rent{
	display: none;
}
.home .show-rent li.active-result.is-rent,
.home .show-sale li.active-result.is-sale{
	display: block !important;
}

.home-search-inner .home-hero-search-suburbs-wrapper{
	margin-left:10px;
}

.home-hero-search-bar label{
	text-align: left;
}

.home-search-inner .form-option-label .form-option-title{
	font-weight:500;
	font-size:1.4em;
}

.home-hero-search-right-wrapper{
	margin-left:10px;
}

.home-hero-search-right-wrapper .home-hero-search-inputs,.home-hero-search-right-wrapper label {
	width:130px;
	margin-right:7px;
}

.home-hero-search-right-wrapper .home-hero-search-inputs-small,.home-hero-search-right-wrapper .home-hero-search-inputs-small label{
	width:81px;
}

.home-search-inner .home-hero-search-inputs,.home-search-inner .home-hero-search-suburbs-wrapper,.home-search-inner .home-hero-search-type-wrapper {
	display: inline-block
}

.home-search-inner .home-hero-search-suburbs-wrapper label{
	min-width:340px;
}

.home-hero-search-submit {
	line-height:2.5em;
	margin-top:-2px;
	width:93px;
}


.home .chosen-container-multi .chosen-choices li.search-field input[type=text]{
	font-family: inherit !important;
	font-weight:normal;
	margin:0px;
}

.home .chosen-container, .home .chosen-choices{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding-top:2px;
	padding-bottom:2px;
}

.home .chosen-choices{
	padding-top:0px;
	padding-bottom:0px;
}

.home .chosen-container-single .chosen-single span{
	margin-right:0px;
}
@media screen and (max-width:991px){
	.home-search-inner{
		max-width:341px;
		text-align: center;
		padding-left:20px;
	}
	.home-hero-search-submit-tablet {
		margin:0px auto;
	}
}

@media screen and (min-width:992px) and (max-width: 1200px){
	.home-search-inner .home-hero-search-suburbs-wrapper label{
		width:608px;
	}
	.home-hero-search-right-wrapper .home-hero-search-inputs,.home-hero-search-right-wrapper label {
		width:205px;
	}
}
@media screen and (min-width:1201px) and (max-width: 1600px){
	.home-search-inner .home-hero-search-suburbs-wrapper label{
		width:194px;
		min-width:194px;
	}
	.home-hero-search-right-wrapper .home-hero-search-inputs,.home-hero-search-right-wrapper label {
		width:84px;
	}
}
.home-search-filter-content {
	display: block;
	height: 100%;
	width: 100%;
}

.home-search-filter-content .l-table {
	width: 100%;
	height: 100%;
}




/* custom fix */
.home-search-inner-custom{
	background:transparent;
	text-align:left
}
.home-search .max-width-container{
	text-align: center;
}
.home-search .home-hero-search-bar-v2{
	display: inline-block;
}
.home-hero-search-bar-custom{
	position:relative;
}
/*
 * Version 1 - which is actually version 2 for this template
 */
.home-hero-search-bar-v2{
	max-width:66.66666667%;
}
.home-hero-search-bar-v2 .home-search-secondrow label{
	width:calc((100% / 3) - 60px);
}
.home-hero-search-bar-v2 .home-search-secondrow{
	width:100%;
}
.home-hero-search-bar-v2 .home-search-suburbs{
	width:calc(100% - 160px);
}
/*
 * Version 2 - which is actually version 1 for this template
 */
.home-hero-search-bar-v1{
	display: inline-block;
}
.home-hero-search-bar-v1 .home-search-submit{
	font-size:initial;
	margin-left:0px
}
.home-hero-search-bar-v1 .home-search-title{
	font-size:1.4em;
	display: none;
}
.home-hero-search-bar-v1 label{
	margin-left:0px;
	margin-right:15px;
}
@media (max-width:1254px){
	.home-hero-search-bar-v1{
		max-width:770px;
	}
	.home-hero-search-bar-v1 .home-search-suburbs{
		width:740px
	}
}
@media (max-width:1099px){
	.home-hero-search-bar-v1{
		max-width:770px;
	}
	.home-hero-search-bar-v1 .home-search-secondrow > label{
		width:114px;
	}
	.home-hero-search-bar-v1 .home-search-suburbs{
		width:100%
	}
}

/*	==========================================================================
	 Home section 2
	========================================================================== */
.home .truncate-tile{
	height:120px;
}

/*	==========================================================================
	 Home section 3
	========================================================================== */
.home-section3{
	height:600px;
	position: relative;
}
.home-section3 > .l-table-cell > .l-table{
	width:100%;
}
.home-section3 .bs-v-center,
.home-section3 .bs-v-center-lg{
	height:300px;
}
.home-section3 .img-resizer{
	height:300px;
}

@media screen and (max-width:991px){
	.home-section3 .row, .home-section3-1{
		margin:0px;
		padding:0px;
	}

	.home-section3 .row-padding-tablet{
		padding-left:25px;
		padding-right:25px;
		max-width: 100%;
		width: 1200px;
	}
}
@media screen and (min-width:992px){
	/*.home-section3,*/
	.home-section3 .bs-v-center,
	.home-section3 .bs-v-center-lg,
	.home-section3 .img-resizer{
		height:450px;
	}
	.home-section3{
		height:450px;
	}
	/*.home-section3-2{
		padding-right:30px;
	}*/
}
/*	==========================================================================
	 Home section 4 - Listings
	========================================================================== */
.home-section4 > .l-table-cell, .home-section4 > .l-table-cell > .l-table{
	width:100%;
}
.home-section4 .img-resizer{
	height:200px;
}

.home-listings-carousel{
	width:1061px
}

.home-listings-carousel > ul{
	list-style: none;
	margin:0px;
}
.home-listings-carousel li{
	margin:0px;
}
/*	==========================================================================
	 Listings overlay
	========================================================================== */
.home-listings-row .overlay{
	height:100%;
}
.home-listings-row .overlay-inner {
	color: #fff;
	padding: 0 15px;
	top: auto;
	text-align: center;
	line-height: 30px;
	background:#000000;
	background-color:rgba(0,0,0,.5);
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	bottom: 0px;
	position: absolute;
	width: 100%;
}
.home-listings-carousel-banner{
	line-height: 60px;
	background:#c12126;
	background:rgba(198,33,38, 0.85);
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	text-align: left;
	color:#FFF;
	padding-left:20px;
	padding-right:20px;
	font-weight:600;
	font-size:1.2em;
}
.home-listings-carousel-text{
	font-size:14px;
	text-transform: uppercase;
	padding: 0 15px;
	position: absolute;
	top: 120px;
	left:0px;
	right:0px;
	width: 100%;
	text-align: center;
	opacity:0;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.overlay{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.home-listings-row .overlay:hover .home-listings-carousel-text{
	top:80px;
	opacity:1;
}

@media screen and (min-width:989px){
	.home-listings-row li:hover .overlay-inner .icon-search{
		opacity:1;
	}
	.home-listings-row .overlay:hover{
		background-color: rgba(0, 0, 0, 0.5);
	}
	.home-listings-row .overlay:hover .overlay-inner{
		background:transparent;
	}
	.home-listings-row li:hover .overlay-inner {
		background-color: rgba(0, 0, 0, 0.5);
	}
}
@media screen and (max-width:992px){
	.home-listings-row{
		margin-left:-1px;
	}
}


/*	==========================================================================
	 Listings Slider
	========================================================================== */

.home-listings-carousel .img-resizer{
	width:320px;
	height:241px;
}
.home-listings-carousel li.slide-list-item {
	min-width: 320px !important;
	width:320px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right:25px;
}
@media screen and (min-width:1200px){
	.home-listings-carousel .img-resizer{
		margin-bottom:25px;
	}
	.home-listings-row{
		height:557px;
	}
	.home-listings-carousel-wrapper{
		max-width:1061px;
		margin:0px auto;
	}
	.home-section4 .home-padding-bottom-lg{
		padding-bottom:100px;
	}
}
/* to make a nice carousel*/
@media screen and (max-width:992px){
	.home-listings-carousel .img-resizer{
		width:320px;
		height:241px;
	}
	.home-listings-carousel li.slide-list-item {
		min-width: 320px !important;
		width:320px;
	}
	.home-listings-row{
		height:262px;
	}
	.home-section4 .full-width-container-tablet{
		width:100%;
	}

	.home-listings-row > div{
		padding:0px;
	}
	.home-listings-carousel {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	}

	.home-listings-carousel ul {
	  width: 20000em;
	  position: relative;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}

	.home-listings-carousel li {
	  width: 200px;
	  float: left;
	  border: 1px solid #fff;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}

	.home-listings-carousel img {
	  display: block;
	  max-width: 100%;
	  height: auto !important;
	}
}
@media screen and (min-width:993px) and (max-width:1200px){
	.home-listings-carousel .img-resizer{
		width:100%;
		height:241px;
	}
	.home-listings-carousel li.slide-list-item {
		min-width: 220px !important;
		width: 28% !important;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.home-listings-row{
		margin-bottom:20px;
	}
	.home-listings-carousel-wrapper{
		width:970px !important;
		margin:0px auto;
	}
}
/*	==========================================================================
	 Testimonials
	========================================================================== */

.home-section-testimonials .l-table, .home-section-testimonials .l-table > .l-table-cell{
	width:100%;

}

.home .testimonial-quote{
	font-size: 18em;
	line-height: 1em;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.home-bg-quote{
	position: absolute;
	width:100%;
}

.home-testimonial-slider {
	overflow: hidden;
	font-size: 1em;
	height:100% !important;
}
.home-testimonials {
	background-color: #f5f1e9;
	text-align: center;
}

.home-testimonial-excerpt {
	margin-bottom: 1em;
	max-height: 290px;
	overflow: hidden;
	font-size: 1em;
	line-height: normal;
}

.home-testimonial-author{
	font-weight:600;
	display:inline-block;
}
.home-testimonial-slider .rsOverflow {
	width: 100% !important;
	max-width:100%;
	overflow: visible;
	height:100% !important;
	z-index:1;
}


.home-testimonial-slider{
	overflow:visible;
}

.home-testimonial-slider .rsContainer {
	height: 250px;
	position: relative;
	margin-top:40px;
}

@media screen and (min-width:768px){
	.home-testimonial-slider .rsContainer {
		/*height: 250px;*/
	}
}
@media screen and (min-width:992px){
	.home-testimonial-slider .rsContainer {
		height: 250px;
	}
}

.home-testimonial-slider .rsSlide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;

	margin:0px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	-webkit-transition: opacity 400ms linear;
	-moz-transition: opacity 400ms linear;
	-o-transition: opacity 400ms linear;
	transition: opacity 400ms linear;
}

.home-testimonial-slider .rsSlide.rsActiveSlide {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

	-webkit-transition: opacity 600ms linear;
	-moz-transition: opacity 600ms linear;
	-o-transition: opacity 600ms linear;
	transition: opacity 600ms linear;
}

/* Bullets */
.home .home-testimonial-slider .rsBullets{
	text-align: center;
	position: relative;
	top:25px;
	z-index:0;
}
@media screen and (min-width:992px){
	.home .home-testimonial-slider .rsBullets{

	}
}
.home .home-testimonial-slider .rsBullet{
	height:15px;
	width:15px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background:#559fd0;
	background: rgba(255,255,255,.3);
	border:0px solid #FFF;
	margin-left:5px;
	margin-right:5px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home .home-testimonial-slider .rsBullet.rsNavSelected,.home .home-testimonial-slider .rsBullet:hover{
	background:#FFFFFF;
	cursor: pointer;
	border:1px solid #FFF;
}
@media screen and (max-width:992px){
	.home-testimonial-slider .rsOverflow {
		overflow: hidden;
	}
	.home-testimonial-slider .rsArrow {
		display:none;
	}
	.home .home-testimonial-slider .rsBullets{
		text-align: center;
		right:0;
		left:0;
		overflow: hidden;
		width:100%;
		max-width:320px;
		margin:0px auto
	}
}
@media screen and (max-width:991px){
	.home .testimonials-btn{
		margin-bottom:30px;
		margin-top:30px;
	}
}
@media screen and (min-width:992px){
	.home .testimonials-btn{
		position:absolute;
		bottom:50px;
		right:22px;	
	}
	.home .home-testimonial-slider .rsBullets{
		margin-top:50px;
		margin-bottom:50px;
	}
}
@media screen and (min-width:1200px){
	.home-testimonial-slider .rsOverflow{
		margin-bottom:20px
	}
}

/*	==========================================================================
	 map
	========================================================================== */
#home_map_canvas{
	height:200px;
}
@media screen and (min-width:992px){
	#home_map_canvas{
		height:450px;
	}
}

/*	==========================================================================
	 Sitemap
	========================================================================== */
.home .sitemap-menu-wrapper ul{
	list-style-type: none;
	margin:0px;
	padding:0px; 
	font-size:1.7em;
	font-weight:600;
}
.home .sitemap-menu-wrapper ul li{
	margin:0px;
	padding:0px; 
}
.home .sitemap-menu-wrapper ul ul{
	font-size:0.8em;
	font-weight:300;
}
.home h4.home-sitemap-title{
	font-weight:600;
}

.sitemap-menu-wrapper .menu-item a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid transparent;

}
.sitemap-menu-wrapper .menu-item a:hover{
	text-decoration: none;
	border-bottom: 1px solid currentColor;

}
@media screen and (max-width:992px){
	.home-sitemap.home-padding-bottom-lg{
		padding:0;
	}
	.home-sitemap .container{
		padding:0px;
	}
	.home-sitemap .sitemap-menu-wrapper{
		padding-bottom:0px;
		text-align: center
	}
	.home-sitemap a:hover{
		text-decoration: none
	}
	.home-sitemap h3{
		padding-top:15px;
		padding-bottom:15px;
		cursor: pointer;
	}
	.home-sitemap h3 span{
		font-size: 2em;
		vertical-align: text-bottom;
		line-height: .6em;
		display: inline-block;
		width:20px;
	}
	.home-footer-mobile-reveal{
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	.home-sitemap .row{
		margin-left:0 !important;
		margin-right:0 !important;
	}
}

@media screen and (min-width:992px){
	.home .sitemap-menu-wrapper > ul > li{
		width:20%;
		float:left;
		padding:0px 15px;
		box-sizing:border-box;
	}
}
@media screen and (min-width:1200px){
	.home .sitemap-menu-wrapper > ul > li{
		width:11.1111111111%;
	}
}
/*	==========================================================================
	 Footer
	========================================================================== */

.home .footer-rex-branding{
	margin-right:12px;
}

.home .footer h4.home-footer-title{
	padding-bottom:10px;
}
@media screen and (max-width:991px){
	.home .footer h4.home-footer-title{
		font-weight:600;
	}
	.home .footer-rex-branding{
		margin-right:0px;
	}
}

.home-footer a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home-footer a:hover{
	text-decoration: none
}

@media screen and (max-width:992px){
	.home-footer .social-links.pull-right,
	.home-footer .footer-rex-branding.pull-right{
		float:none !important;
		display: inline-block;
	}
	.home .footer .home-padding-top-lg{
		padding-top:30px;
	}
}
.home-footer .attribution a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=175)";
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	-khtml-opacity: .75;
	opacity: .75;
}
.home .footer .social-links{
	margin-right:15px;
	height: 35px;
}

.home .footer .legal{
	margin-bottom: 5px;
}
/* Colorbox*/
/*.home #cboxLoadedContent{
	background:#000000;
}
.home #cboxLoadedContent, .home #colorbox, .home #cboxWrapper, .home #cboxContent{
	overflow:hidden !important;
}
.home #colorbox, .home #cboxWrapper{
	height:423px !important;
	width:650px !important;
}
@media screen and (max-width:680px){
	.home #cboxLoadedContent, .home #colorbox, .home #cboxWrapper, .home #cboxContent{
		overflow:hidden !important;
		max-width:640px !important;
		width:100% !important;
	}
	.home #cboxWrapper {
		height: 0 !important;
		width: 100% !important;
		padding-bottom: 75%;
		margin-top: -37.5%;
		position: relative;
	}
	.home #colorbox {
		top: 0!important;
		bottom: 0!important;
		left: 0!important;
		right: 0!important;
		height: 0 !important;
		margin: auto;
		width: 100% !important;
		overflow: visible !important;
	}
}*/

.home #cboxOverlay:after{
	z-index: 99;
}
.home #cboxOverlay{
	z-index:50;
}
.home #colorbox{
	z-index:51;
}
.home #colorbox {
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important;
	height: 0 !important;
	margin: auto;
	width: 100% !important;
	overflow: visible !important;	
}
@media screen and (min-width: 992px ) {
	.home #colorbox{
		width: 800px !important;
	}
}
	
@media screen and (min-width: 1200px ) {
	.home #colorbox{
		width: 1026px !important;
	}
}

.home #cboxWrapper {
	height: 0 !important;
	width: 100% !important;
	padding-bottom: 75%;
	margin-top: -37.5%;
	position: relative;
}

.home #cboxContent {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
}

.home #cboxLoadedContent {
	width: 100% !important;
	height: 100% !important;
	overflow:hidden !important;
}

.home #cboxLoadedContent iframe {
	width: 100%;
	height: 100%;
}

.home #cboxClose {
	display: none;
}

/*	==========================================================================
	 IE 8 Fixes
	========================================================================== */
	
.lte-ie9 .home .scroller {
	position: relative;
}

.lte-ie9 .header {
	border-bottom: 2px solid #f2f2f2;
}

.lt-ie9 .home-listings-row .overlay .home-listings-carousel-text{
	top:80px;
	opacity:1;
}

.lt-ie9 .home-section3 .col-md-5, .lt-ie9 .home-section3 .col-md-7{
	float:left;
} 

 .lt-ie9 .home-section3 .col-md-5{
 	width:36%;
 }

.lt-ie9 .home-featured{
	background-repeat:no-repeat !important;
	background-position: center top !important;
}

.lt-ie9 #home_map_canvas{
	height:460px;
}

.fixed-header-padding {
	padding-top: 0;
}

.header-container {
	box-shadow: none;
}

.header-logo-large{
	transition:all .4s ease-in-out;
}

.fade-out{
	opacity: 0;
}

.header-large .home-padding-top-md{
	padding-top:0;
}

@media screen and (min-width: 1200px){
	.header-large .home-padding-top-md{
		padding-top:0;
	}
}

.footer-sl-abn-rla{
	font-size:14px;
	margin-top:30px;
}
@media(min-width:1200px) {
	.home-footer-socials-jasper {
		padding-top: 45px;
	}
}
/* Multi office footer */
.footer-agency-contact-simple-divider{
	width: 2px;
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	margin: 0 10px;
	background: currentColor;
	opacity: 0.75;
}
.footer-agency-contact-simple-hover:hover{
	opacity:0.75;
}

.footer-agency-contact-simple-link{
	/*font-size: 2em;*/
	vertical-align: middle;
}