/*
Compiled: 2020-02-28 09:02:17
Errors: None
*/

.moduleSocial {
	float:left;
	clear:both;
	display:block;
	width:100%;
	min-height:55px;
	margin-top:15px;
}

ul.social-icons {
	align-items: flex-end;
	display: flex;
	flex-direction:row;
	padding:0px;
	margin:0px 0px 15px;
	list-style-type:none;
}
	
ul.social-icons li {
	width:auto;
	height:auto;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	float:left;
	text-indent: 0px;
}

ul.social-icons li a {
	float:left;
}
	
ul.social-icons li i {
	display:block;
	float:left;
	width:100%;
	height:100%;
	color:rgba(0, 0, 0, 1);
	font-size:30px;
}

ul.social-icons li i span {
	margin-left:10px;
	font-size:16px;
	font-weight:600;
	color:rgba(0, 0, 0, 1);
}

ul.social-icons li.circle .fa {
	display:grid;
	align-content:center;
	justify-content:center;
	width:50px !important;
	height:50px !important;
	line-height:50px;
	color: rgba(255, 255, 255, 1);
	border-radius:50% !important;
	margin-right:10px;
	float:none;
	text-align: center
}

.navbar.navbar-default .moduleSocial .social-icons li.square i  {
	background-color:rgba(255, 255, 255, 1);
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:rgba(205, 36, 43, 1);
	font-size:20px;
}

.navbar.navbar-default .moduleSocial .social-icons li.square i:hover {
	color:rgba(255, 255, 255, 1);
	background-color:rgba(0, 0, 0, 1);
}

	
/* SET DARK THEME */
	
.darkThemeFooter ul.social-icons li i {
	color:rgba(255, 255, 255, 1);
}

.darkThemeFooter ul.social-icons li i span {
	color:rgba(255, 255, 255, 1);
}	

/* SET LIGHT THEME */
.lightThemeFooter ul.social-icons li i {
	color:rgba(200, 200, 200, 1);
}

.lightThemeFooter ul.social-icons li i span {
	color:rgba(200, 200, 200, 1);
}


/* BURLEIGH TEMPLATE */
	.footer-content .moduleSocial .sub-section-height {
		color:rgba(255, 255, 255, 1);
		text-align:left;
	}

	.footer-content .social-icons li i {
		color:rgba(255, 255, 255, 1);
	}

/* HOME PAGE SLIDER */
.da-slider {
	background-size: cover !important;
	height: 294px;
}

.da-slide h2 {
	line-height: 25px;
	top: 25px;
}

.da-slide h2,
.da-slide p {
	padding: 5px;
	margin-left: -5%;
	width: 90%;
	z-index: 1;
}

.da-slide p {
	top:200px;
}

.da-slide p a {
	color: rgba(255, 255, 255, 1);
}

.da-slide h2 i {
	font-size: 19px;
}

.da-slide h2 i,
.da-slide p i {
	background: transparent;
	padding: 0;
}

.da-slide p.suburb {
    text-transform: uppercase;
	top: 160px;
}

.da-slide span.price {
    font-weight: bolder;
}

.da-slide .da-img {
	height: 100%;
	line-height: inherit;
	position: static;
	margin: 0 auto;
	width: 100%;
}

.da-slide .da-img img {
	bottom: 50%;
	height: auto;
	position: relative;
	transform: translateY(-50%);
    top: 50%;
    width: 100%;
}

.da-slide .da-link,
.da-slide .bbc {
	border: none;
	border-radius: inherit !important;
	box-shadow: none;
	color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
	left: 0;
    line-height: 25px;
	margin-left: 81%;
	padding: 5px;
	text-shadow: inherit;
	top: 300px;
	z-index: 1;
}

.da-slide p.bbc {
	margin-left: 89%;
	padding: 8px 0 2px 5px;
	width: 7%;
	z-index: 1;
}

.da-slide-toleft p.bbc,
.da-slide-fromright p.bbc,
.da-slide-toright p.bbc,
.da-slide-fromleft p.bbc {
	margin-left: 79%;
}

.da-slide p.bbc.bed {
	top: 105px;
}

.da-slide p.bbc.bath {
	top: 145px;
}

.da-slide p.bbc.car {
	top: 185px;
}

.da-slide .bbcIcon svg {
    width: 25px;
}

.da-slide .bbcIcon svg path,
.homePomListings .bbcIcon svg path,
.homeRecentListings .bbcIcon svg path,
.propertyListItem .bbcIcon svg path {
	fill: rgba(255, 255, 255, 1);
}

.da-slide-toleft .da-link,
.da-slide-toright .da-link,
.da-slide-fromleft .da-link,
.da-slide-fromright .da-link {
	margin-left: 71% !important;
}

.da-slide .da-link:hover {
	box-shadow: none;
}

/* MEDIA QUERIES */
@media (min-width:768px) {
	.da-slider {
		height: 427px;
	}

	.da-slide h2 {
		top: 69px;
	}

	.da-slide p.suburb {
		top: 195px;
	}
	
	.da-slide p.intro {
		top: 235px;
	}
	
	.da-slide p.mobileMore {
		top: 325px;
	}
}

@media (min-width:992px) {
	
	.da-slide h2,
	.da-slide p {
		margin-left: -7%;
	}
	
	.da-slide h2,
	.da-slide p {
		width: 440px;
	}
	
	.da-slide .da-img {
		border: solid 2px rgba(0, 0, 0, 1);
		width: 420px;
	}
	
	.da-slide h2 {
		line-height: 50px;
		top: 35px;
	}
	
	.da-slide h2 i {
		font-size: 23px;
		line-height: 40px;
	}
	
	.da-slide p.suburb {
		top: 235px;
	}
	
	.da-slide p.intro {
		top: 275px;
	}
	
	.da-slide .da-img {
		background: rgba(255, 255, 255, 1);
		height: 280px;
		line-height: normal;
		margin-left: -75px;
		padding: 5px;
		position: absolute;
	}

	.da-slide .da-img img {
		height: 100%;
	}
	
	.da-slide p.bbc {
    	margin-left: 90%;
	}
	
	.da-slide-toleft p.bbc,
	.da-slide-fromright p.bbc,
	.da-slide-toright p.bbc,
	.da-slide-fromleft p.bbc {
		margin-left: 80%;
	}
	
	.da-slide .da-link {
		margin-left: 82%;
	}
	
	.da-slide-toleft .da-link,
	.da-slide-toright .da-link,
	.da-slide-fromleft .da-link, 
	.da-slide-fromright .da-link {
		margin-left: 72% !important;
	}
	
}

@media (min-width:1200px) {
	
	.da-slide {
		left: 0;
		margin: 0 auto;
		right: 0;
		width: 1170px;
	}
	
	.da-slide h2,
	.da-slide p {
		margin-left: -9%;
	}
	
	.da-slide h2,
	.da-slide p {
		width: 525px;
	}
	
	.da-slide .da-img {
		width: 500px;
	}
	
	.da-slide h2 {
		top: 50px;  
	}
	
	.da-slide p.bbc.bed {
		top: 70px;
	}

	.da-slide p.bbc.bath {
		top: 110px;
	}

	.da-slide p.bbc.car {
		top: 150px;
	}
	
	.da-slide .da-img {
		height: 333px;
		margin-left: -65px;
		top: 28px;
	}
	
	.da-slide p.bbc {
    	margin-left: 91.75%;
	}
	
	.da-slide-toleft p.bbc,
	.da-slide-fromright p.bbc,
	.da-slide-toright p.bbc,
	.da-slide-fromleft p.bbc {
		margin-left: 81.75%;
	}
	
	.da-slide .da-link,
	.da-slide .bbc {
		margin-left: 83.75%;
	}
	
	.da-slide-toleft .da-link,
	.da-slide-toright .da-link,
	.da-slide-fromleft .da-link, 
	.da-slide-fromright .da-link {
		margin-left: 73.75% !important;
	}
	
}/* HOME PAGE RECENT LISTINGS */
.homeRecentListings .bbcIcon,
.propertyListItem .bbcIcon {
    right: -10px;
    color: #fff;
    padding: 1px 6px;
    position: absolute;
    display: inline-block;
	/*width: 52px;*/
}

.homeRecentListings .bbcIcon svg,
.propertyListItem .bbcIcon svg {
    width: 20px;
}

.homeRecentListings .bbcIcon.bed,
.propertyListItem .bbcIcon.bed {
    top: 10px;
}

.homeRecentListings .bbcIcon.bath,
.propertyListItem .bbcIcon.bath {
    top: 35px;
}

.homeRecentListings .bbcIcon.car,
.propertyListItem .bbcIcon.car {
    top: 60px;
}

.homeTestimonials .image img {
	width: 100%;
}

.attention span {
	color: #666;
	display: block;
	font-size: 24px;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 12px;
	font-family: "Open Sans", Arial, sans-serif;
}/* PROPERTY LIST / RESULTS */
.quickSearch {
	border-bottom: solid 1px rgba(238, 238, 238, 1);
	background: rgba(251, 251, 251, 1);
}

#quicksearch {
	padding: 20px 0 0 0;
	margin: 0;
}

#quicksearch li.search,
#quicksearch .btn-primary {
	font-size: 16px;
	width: 100%;
}

.homeRecentListings .thumbnail-img .overflow-hidden,
.homeTestimonials .image,
.propertyListItem .thumbnail-img .overflow-hidden,
.gallery .thumbnail-img .overflow-hidden {
	height:0;
	/*padding-bottom:56%;*/
	position:relative;
}

.gallery .images {
	margin-bottom: 30px;
}

.homeRecentListings .thumbnail-img .overflow-hidden img,
.homeTestimonials .image img,
.propertyListItem .thumbnail-img .overflow-hidden img {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	width: 100%;
}

.item-img-overlay.status {
	background:rgba(0, 0, 0, 0.6);
	color:rgba(255, 255, 255, 1);
	font-size:20px;
	height:100%;
	left:0;
	line-height:150px;
	opacity:0;
	position:absolute;      
	text-align:center;
	top:0;
	width:100%; 
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.item-img-overlay.status:hover {
	opacity:1;
}

#profile #property-map {
	height: 400px;
}/* PAGINATION */
#searchResultsSortOrder {
	margin: 0;
}

#searchResultsSortOrder li.orderBy {
	padding: 0;
}

.pagination li a {
	margin-right: 2px;
}

.paginationHolder .paginationMessage p {
    text-align: right;
    line-height: 40px;
}

.pagination li a {
	color: rgba(255, 255, 255, 1);
}

.pagination li a:focus,
.pagination li.current a,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover {
	color: rgba(255, 255, 255, 1);
}#map_wrapper {
	width:100%;
	height: 400px;
	margin-top:20px;
	float:left;
}

#map_canvas, #map_canvas_mobile {
	width: 100%;
	height: 100%;
}/* PROPERTY DETAIL */
.propertyDetail .BBCContent {
	margin: 5px 0;
	text-align: center;
}

.propertyDetail .BBCContentWrapper {
	display: inline-block;
	float: none !important;
	margin-right: 20px;
}

.propertyDetail .BBCContentWrapper:last-of-type {
	margin-right: 0;
}

.propertyDetail .BBCContent .bbcIcon svg {
	float: left;
	margin-right: 5px;
	width: 30px;
}

.propertyDetail .features,
.propertyDetail .inspections {
	display: table;
}

.propertyDetail .features {
	background: rgba(0, 0, 0, 0.05);
	border: solid 1px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.propertyDetail .featuresList,
.propertyDetail .inspectionsList {
	float:none;
	display: inline-block;
	height: 100%;
}

.propertyDetail .featuresContainer.Custom .featuresList .featuresColumn:first-child > .column {
	padding:30px;
}

.propertyDetail .inspections img {
	padding-top: 10px;
}


.bookInspectionBTN .btn-u,
.bookInspectionBTN .btn-u:hover {
	background: none;
	border: none;
	padding: 0;
}

.bookInspectionBTN .btn.inspect {
	padding: 0;
}

.propertyDetail .linksMap a,
.propertyDetail .linksMap .print-brochure-text{
	color: inherit;
}

.propertyDetail .linksMap a:hover,
.propertyDetail .linksMap .print-brochure-text:hover {
	text-decoration: none;
}

.propertyDetail .linksMap #property-map {
	margin-top: 30px;
}

@media (min-width:768px) {

	.propertyDetail .inspectionsColumn {
		text-align: left;
	}
	
	.propertyDetail .inspections img {
		padding-top: 0;
	}
	
	.propertyDetail .linksMap .linksMapWrapper {
		position: relative;
	}

	.propertyDetail .linksMap .mapWrapper {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		overflow: hidden;
	}

	.propertyDetail .linksMap #property-map {
		width: 100%;
		height: 100%;
		margin-top: 0;
	}
	
}

@media (min-width:992px) {

	.propertyDetail .featuresColumn, 
	.propertyDetail .inspectionsColumn {
		height: 100%;
		display: table;
	}

	.propertyDetail .column {
		display: table-cell;
		vertical-align: middle;
	}
}

.propertyDetail form#Contact {
	margin: 0;
}

.propertyDetail form#Contact,
.propertyDetail .agentIMG {
	margin-top: 15px;
}

.propertyDetail .agentIMG {
	align-items: center;
	background: rgba(255, 255, 255, 1);
	border: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
	height: 310px;
	overflow: hidden;
	width: 100%;
}

.propertyDetail .agentIMG img {
	width: 100%;
}

.propertyDetail .agentIMG img.portrait {
	margin-top: 50%;
}

.propertyDetail .agent .details {
	padding: 0;
}

.propertyDetail .agent .form {
	padding: 0;
}

.propertyDetail .agent .glyphicon-credit-card:before {
	margin-right: 5px;
}

.propertyDetail .social-icons h4 {
	display: none;
}#property-map {
    position: relative;
    overflow: hidden;
}

@media(min-width:768px) {
    #property-map .googleStaticMap {
        position: relative;
        top:50%;
        transform:translateX(-50%);
        transform:translateY(-50%);
        -webkit-transform:translateX(-50%);
        -webkit-transform:translateY(-50%);
    }
}.agent .agentIMG {
    background-position:center top;
    background-repeat:no-repeat;
    background-size:contain;
}/* CONTENT */
a:focus,
a:hover,
.homeButtons a {
    color: inherit;
}

/* HOME PAGE BUTTONS */
.homeButtons {
	padding-bottom: inherit;
}

.homeButtons a:hover {
	text-decoration: none;
}/* STAFF LIST */
.staffList .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.staffListItemImg {
	width: 100%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 100%;
	position: relative;
}

.staffListItemImg img {
	width: 100%;
	height: auto;
}

.staffListItemImg img.landscape {
	height: 100%;
	left: 50%;
	max-width: none;
	position: absolute;
	transform: translateX(-50%);
	width: auto;
}@media(min-width:768px) {
    .staffDetail .cbp .cbp-item {
        min-height: 395px;
    }
}

@media(min-width:992px) {
    .staffDetail .cbp .cbp-item {
        min-height: 388px;
    }
}

@media(min-width:1200px) {
    .staffDetail .cbp .cbp-item {
        min-height: 405px;
    }
}@media (min-width:768px) {
	.testimonials-v4 .testimonials-v4-in {
		min-height: 220px;
	}
}

@media (min-width:992px) {
	.testimonials-v4 .testimonials-v4-in {
		min-height: 152px;
	}
}/*Timeline v1
------------------------------------*/
.timeline-v1 {
	padding: 20px 0;
	list-style: none;
	position: relative;
}

.timeline-v1:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline-v1 > li {
	margin-bottom: 40px;
	position: relative;
	width: 50%;
	float: left;
	clear: left;
}

.timeline-v1 > li:before,
.timeline-v1 > li:after {
	content: " ";
	display: table;
}

.timeline-v1 > li:after {
	clear: both;
}

.timeline-v1 > li:before,
.timeline-v1 > li:after {
	content: " ";
	display: table;
}

.timeline-v1 > li:after {
	clear: both;
}

.timeline-v1 > li > .timeline-panel {
	width: 94%;
	float: left;
	border: 1px solid #d4d4d4;
	/*border-radius: 2px;*/
	/*padding: 20px;*/
	position: relative;
}

.timeline-v1 > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline-v1 > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline-v1 > li > .timeline-badge {
	color: #ccc;
	width: 24px;
	height: 24px;
	line-height: 50px;
	font-size: 1.4em;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 19px;
	right: -12px;
	/*background-color: #999999;*/
	z-index: 9;
	/*
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	*/
}

.timeline-v1 > li > .timeline-badge .target .glyphicon {
	color: #ccc;
}

.timeline-v1 > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline-v1 > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline-v1 > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-v1 > li > .timeline-panel .timeline-heading {
	padding: 5px;
}

.timeline-v1 > li > .timeline-panel img {
	height: auto !important;
	width: 100% !important;
}

.timeline-v1 .timeline-body {
    padding: 12px;
    /*margin-bottom: 20px;*/
}

.timeline-v1 .timeline-footer{
    padding: 7px 12px;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

.timeline-v1 .timeline-footer .blog-info {
	float: left;
}

.timeline-v1 .timeline-footer .blog-info i {
	color: #777;
}

.timeline-v1 .timeline-footer .likes {
	float: right;
}
.timeline-v1 .timeline-footer .likes i {
	margin-right: 2px;
	color: #777;
}

.timeline-v1 .timeline-footer .likes:hover {
	text-decoration: none;
	color: inherit;
}

.timeline-v1 > li.timeline-inverted{
	float: right; 
	clear: right;
	margin-bottom: 40px;
}

.timeline-v1 > li:nth-child(2){
  	margin-top: 60px;
}

.timeline-v1 > li.timeline-inverted > .timeline-badge{
  	left: -12px;
}

@media (max-width: 992px) {
	.timeline-v1 > li > .timeline-panel:before {
		top: 31px;
		right: -11px;
		border-top: 11px solid transparent;
		border-left: 11px solid #ccc;
		border-bottom: 11px solid transparent;
	}

	.timeline-v1 > li > .timeline-panel:after {
		top: 32px;
		right: -10px;
		border-top: 10px solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 10px solid transparent;
	}
	.timeline-v1 > li.timeline-inverted > .timeline-panel:before {
		border-right-width: 11px;
		left: -11px;
	}
	.timeline-v1 > li.timeline-inverted > .timeline-panel:after {
		border-right-width: 10px;
		left: -10px;
	}

}

@media (max-width: 767px) {
    ul.timeline-v1:before {
        left: 40px;
    }

    ul.timeline-v1 > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline-v1 > li > .timeline-panel {
        width: calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
    }

    ul.timeline-v1 > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline-v1 > li > .timeline-panel {
        float: right;
    }

    ul.timeline-v1 > li > .timeline-panel:before {
    	top: 27px;
		right: -12px;
		border-top: 12px solid transparent;
		border-left: 12px solid #ccc;
		border-bottom: 12px solid transparent;
	}

	ul.timeline-v1 > li > .timeline-panel:after {
		top: 28px;
		right: -11px;
		border-top: 11px solid transparent;
		border-left: 11px solid #fff;
		border-bottom: 11px solid transparent;
	}

    ul.timeline-v1 > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 12px;
        left: -12px;
        right: auto;
    }

    ul.timeline-v1 > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 11px;
        left: -11px;
        right: auto;
    }
    
	.timeline-v1 > li.timeline-inverted{
		float: left; 
		clear: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.timeline-v1 > li.timeline-inverted > .timeline-badge{
		left: 28px;
	}
}.style1 img {
	width: 100%;
}

.blogContent {
	padding: 30px;
}/* CONTACT PAGE */
#map_wrapper {
	height: inherit;
}

.content.calculator {
	padding-top: 0;
}#MailingList .btn-primary {
	padding: 4px;
	width: 100%;
}/* FOOTER */
.footer-v1 {
	float: left;
	width: 100%;
}

.footer-v1 .footer {
	padding: 40px 0;	
}

.footer-v1 .footer h2 {
	font-size: 18px;
	font-weight: 200;
}

/*Link List*/
.footer-v1 .link-list li {
	border-top: solid 1px #353535;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
	color: rgba(238, 238, 238, 1);
}

.footer-v1 address {
	line-height: 23px;
}

.footer-v1 .footer-socials {
	margin-top: 12px;
}

/*Dotted Map*/
.footer-v1 .footer .dl-horizontal a:hover {
 color: #5fb611 !important;
}

/* COPYRIGHT */
.footer-v1 .copyright {
	border-top: none;
	padding: 10px 0 5px;
}

.footer-v1 .copyright p {
	color: rgba(238, 238, 238, 1);
	margin-top: 14px;
}

.footer-v1 .copyright a {
	margin: 0 2px;
}

.footer-v1 .footer-socials li a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
}

.footer-v1 .footer-socials li a:hover {
	color: rgba(255, 255, 255, 1);
}

/* MEDIA QUERIES */
@media (max-width: 991px) {
	.footer-v1 .copyright,
	.footer-v1 .footer-socials {
		text-align: left;
	}
}

@media (min-width:992px) {
	
	.footer-v1 .copyrightRight {
		text-align: right;
	}
	
}