/*==========================================
Old Screen
==========================================*/

@media screen and (max-width: 1460px ){
.listing-item-container.hasSidebar li{width: calc((100% - 46px) /3); width: calc((100% - 60px) /3); margin-right: 20px; margin-bottom: 20px;}
.listing-item-container.hasSidebar li:nth-of-type(4n){margin-right: 20px;}

}

@media screen and (max-width: 1280px ){
.listing-item-container.hasSidebar li{width: calc((100% - 30px) /2); margin-right: 20px !important;}
.listing-item-container.hasSidebar li:nth-of-type(3n){margin-right: 20px !important;}
.listing-item-container.hasSidebar li:nth-of-type(2n){margin-right: 0 !important;}
.property-nav{width: 300px;}
.property-content{width: calc(100% - 340px);}
}

@media screen and (max-width: 1280px) and (min-width: 1025px){
	.nav ul.fLeft{clear: none;}
	.nav{margin: 45px 0px 33px 0px;}
	.nav .saleLease {margin-bottom: 0px; margin-top: 3px;}
}

@media screen and (max-width: 1200px ){
.member-content-left{width: 100%;}
.member-content-right{width: 100%; margin-top: 20px;}
}

@media screen and (max-width: 1100px ){
.display-option{position: relative;}
}

/*==========================================
Tablet
==========================================*/
.contact-email2{display: none}
@media screen and (max-width: 1200px){
	#contact .wrap{max-width: calc(100% - 25%)}
	#contact .table-tr > div:nth-of-type(1){width: 100%; }
	#contact .table-tr > div:nth-of-type(2){width: 100%; margin-left: 70px; }
	.contact-email, .hide-contact{display: none}
	.contact-email2{display: block; color: #000;}
}

@media screen and (max-width: 1000px ){
/*.wrap {width:748px}*/
.contact-info{width: 100%;}
#contact .table-tr{width: 100%;}
#contact .table-tr > div:nth-of-type(1):before{margin-left: 20px;}
#contact .table-tr > div:nth-of-type(1){margin-left: 104px;}
#contact .table-tr > div:nth-of-type(2){width: calc(100% - 240px);}
.contact-enquiry{width: 100%;}

.mobile-filter{display: block;}
.member-nav{display: none; width: 100%; margin: 20px 0;}
.member-content{width: 100%;}

.mobile-show{display: block;}
.record-table{min-width: 1000px;}

.property-nav{display: none; width: 100%;}
.property-content{width: 100%;}

.display-option{margin-bottom: 20px;}

.table-container{overflow: auto;}

}

/*==========================================
Mobile
==========================================*/

@media screen and (max-width: 767px ) {

}

@media screen and (max-width: 650px){
.listing-item-container.hasSidebar li {margin-right: 0px !important; width: 100%;}
}

@media screen and (max-width: 550px ) {
#contact .table-tr > div:nth-of-type(1){margin-left: 70px;}
#contact .table-tr > div:nth-of-type(2){width: 100%;}
}


@media screen and (max-width: 460px ) {

}

