/* Media Queries */
@media screen and (max-width:768px){
	.overview-element{width:auto;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}
	.modified-date,.glightbox-map{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
	.modified-date{width:64%}
	.glightbox-map{text-align:right}
}
@media screen and (max-width:767px) {
	.property-listing .listing-pagination {
		-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
	}
}
@media screen and (max-width:496px){
	.modified-date{width:65%}
}
@media screen and (max-width:480px){
	.features-listing .feature{-ms-flex-preferred-size:100%;flex-basis:100%}
}
@media screen and (max-width:369px){
	.modified-date{width:100%}
	.glightbox-map{width:auto}
}