
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500";
@import "https://fonts.googleapis.com/css?family=Playfair+Display";
@import "https://fonts.googleapis.com/css?family=Fjalla+One";
@import "https://fonts.googleapis.com/css?family=Lato:400,300,700,700italic,900italic,900,300italic,400italic";

* {
	/* box-sizing: border-box; */
}

h3 {
	font-family: "Lato";
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-size: 30px;
	margin: 0;
}

h3 { 
	width: 100%;
	background-color: #01a4b7;;
	color: white;
	font-family: "Khand", sans-serif;
	font-size: 2.7vw;
	line-height: 65px;
	text-align: center;
	margin: 60px 0 30px;
}

p {
	font-size: 15px;
	font-family: "Roboto";
	line-height: 24px;
	font-weight: 400;	
}

em {
	display: block;
	font-size: 20px;
	margin-left: 30px;
}

#content {
	margin-top: 20px;
}

#content.has-no-side-content {
	max-width: 1085px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#banner {
	background-image: url("/images/banner/medical-space-4.jpg");
	padding-top: 20px;
}

#banner .title {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.4);
}

#banner .title h2 {
	font-size: 58px;
	line-height: 65px;
	letter-spacing: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

/* BANNER MENU 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#banner .menu {
	background-color: #00a4b9;
	padding: 20px;
	text-align: left;
	width: 430px;
	margin-top: -22px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 1px 4px 6px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 4px 6px -2px rgba(0,0,0,0.5);
	box-shadow: 1px 4px 6px -2px rgba(0,0,0,0.5);
}

#banner .menu h3 {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: none;
	line-height: 18px;
	font-weight: 200;
	text-align: left;
}

#banner .menu .select {
	position: relative;
	background-color: #FFF;
	padding: 15px;
	background-image: url("/images/select-icon.png");
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#banner .menu .select .label {
	font-family: "Fjalla One";
	font-weight: 600;
	font-size: 17px;
	color: #009baf;
}

#banner .menu .select ul {
	display: none;
	position: absolute;
	background-color: #d7f3f7;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	top: 55px;
	-webkit-box-shadow: 1px 4px 6px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 4px 6px -2px rgba(0,0,0,0.5);
	box-shadow: 1px 4px 6px -2px rgba(0,0,0,0.5);
}

#banner .menu .select.open ul {
	display: block;
}

#banner .menu .select ul li {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFF;
}

#banner .menu .select ul li a {
	display: block;
	margin: 0px;
	padding: 10px 15px;
	font-family: "Fjalla One";
	font-family: "Arial";
	font-weight: 600;
	
	color: #009baf;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#banner .menu .select ul li a:hover {
	background-color: #00a4b9;
	color: #FFF;
}

#banner .container {
	display: flex;
	justify-content: center;
	border: 0px dotted green;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1060px;
	column-gap: 20px;
}

#banner .container .item {
	position: relative;
	height: 270px;
	border: 0px dotted red;
	flex-basis: auto;
	flex-grow: 1;
	background-color: rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2)  ; 
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2)  ; 
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2)  ; 
}


	
#banner .container .item h3 {
	font-size: 22px;
	margin: 0px;
	line-height: 40px;
	height: 40px;
	z-index: 1;
}

#banner .container .item a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}

#banner .container .item a .text {
	display: block;
	position: absolute;
	height: 40px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #FFF;
	background-color: #ff7f00;
	font-size: 10px;
	line-height: 18px;
	padding-top: 3px;
}

#banner .container .item a .text strong {
	display: block;
	font-size: 17px;
}

#banner .container .item:hover h3,
#banner .container .item:hover a .text {
	background-color: #158d9f;
}

#banner .container .item .photo {
	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	bottom: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

#banner .container .item.lease .photo {
	background-image: url("/images/home/medical-space-1.jpg");
}

#banner .container .item.rent .photo {
	background-image: url("/images/home/medical-space-2.jpg");
}

#banner .container .item.buy .photo {
	background-image: url("/images/home/medical-space-3.jpg");
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#db-search {
	border: 0px dotted red;
	border-bottom: 0px solid #DDD;
	margin-bottom: 10px;
}

#db-search .pagination.bottom {
	/* display: none; */
}

#db-search #listings .list {
	display: flex;
	flex-flow: row wrap;
	border: 0px dotted green;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	column-gap: 20px;
}

#db-search #listings .list .listing-item {
	border: 0px dotted blue;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	min-width: 270px;
}

#db-search #listings .listing-item .right .top {
	min-height: 0px;
}

#db-search #listings .list .listing-item .left {
	float: none;
	width: auto;
	min-height: 0px;
}

#db-search #listings .list .listing-item .right {
	margin-top: 5px;
	margin-left: 0px;
	min-height: 0px;
}

#db-search #listings .list .listing-item .right .title {
	min-height: 43px;
}

#db-search #listings .list .listing-item .right .description {
	min-height: 157px;
	overflow: hidden;
}

#db-search #listings .list .listing-item .right .description p {
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 8;
  	-webkit-box-orient: vertical;
}

#db-search #listings .list .listing-item .right .info {
	line-height: 10px;
	min-height: 32px;
}

#db-search #listings .list .listing-item .right .info .size .num {
	line-height: 10px;
}

#db-search #listings .list .listing-item .right .info .price {
	float: right;
}

#db-search #listings .list .listing-item .right div.address .sep {
	display: none;
}

#db-search #listings .list .listing-item .right div.address .street {
	float: right;
}

#db-search #listings .list .listing-item .right div.address .new-york {
	display: none;
}

#db-search #listings .list .listing-item .right .info .price .help {
	top: -15px;
	right: -9px;
}

#db-search #listings .list .listing-item .right .info .price .help .button.open {
	background-color: #b3bfc1;
}

#db-search #listings .list .listing-item .right .info .price .help:hover .button.open {
	background-color: rgba(0,42,48,1.0);
}

#db-search #listings .list .listing-item .right .info .price .help .content .button.close {
	background-color: rgba(52,73,101,1);
}

#db-search #listings .list .listing-item .right .info .price .help .content {
	background-color: rgba(52,73,101,0.95);
}

#db-search #listings .list .listing-item .left .image {
	width: auto;
	height: 220px;
}

#db-search #listings .list .listing-item .left .image a {
	width: auto;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

#db-search #listings .list .listing-item .left .image .featured {
	background: rgba(0,42,48,0.7);
}

#db-search #listings .list .listing-item .right h3 {
	background-color: transparent;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	text-transform: none;
	text-align: left;
	padding: 0px;
}

#db-search #listings .list .listing-item .right .buttons a.button {
	background-color: rgba(0,42,48,1.0);
}

#db-search #listings .list .listing-item .right .buttons a.button:hover {
	background-color: #01a4b7;
}

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

@media screen and (max-width: 480px) {
	
	#total {
		padding-top: 10px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: 0px;
		line-height: 20px;
		float: left;
	}
	
	.current-page-num {
		float: right;
		padding-right: 15px;
	}
	
	#db-search #listings .list {
		clear: both;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #d9d9d9;
	}
	
	#listings .listing-item .left .image {
		border: 0px;
	}
	
	#listings .listing-item .right .title {
		border-bottom: 1px solid #AAA;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0px;
	}
	
	#db-search #listings .list .listing-item .right .description {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 320px) {
	
	#db-search {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	#db-search #listings .list {
		border-top: 0px;
	}
	
	#db-search #listings .listing-item .right .info {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#db-search #listings .listing-item .right .buttons {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#db-search #listings .list .listing-item .right .description p {
		line-height: 16px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* FILTER */

#db-search #filter {
	min-height: 0px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	/*  background-color: red;  */
}

#db-search #filter form {
	display: inline-block;
	/* background-color: yellow; */
}

#db-search #filter form#search {
	margin-bottom: 0px;
}

#db-search #filter form#search .form-item {
	display: inline-block;
	
}

#db-search #filter form#search .form-item#Price {
	display: none;
}

#db-search #filter form#search .buttons {
	display: none;
}

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

	#filter.module .form-item {
  		width: auto;
  		float: none;
	}
	
	button.filter {
		display: none;
	}
}

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

	#content .pagination.top {
		border-bottom: 1px solid #d9d9d9;
	}
	
	#db-search #filter {
		width: 570px;
	}
	
	#filter.module .ui-button {
  		width: 150px;
  	}
		
}

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

@media screen and (max-width: 590px) {
	
	#content .pagination.top .pages a {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#db-search #filter {
		width: 500px;
	}
	
	#filter.module .ui-button {
  		width: 130px;
  	}
}

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

@media screen and (max-width: 500px) {
	
	#content .pagination.top .pages a {
		padding-left: 3px;
		padding-right: 3px;
	}
}

@media screen and (max-width: 525px) {
	
	#db-search #filter {
		border-bottom: 1px solid #d9d9d9;
		width: auto;
	}
	
	#db-search #filter form {
		display: block;
	}
	
	#db-search #filter form .form-item,
	#db-search #filter form#search .form-item {
		display: block;
		margin-left: 15px;
	}
	
	#db-search #filter form .form-item .label {
		display: block;
		float: left;
		width: 130px;
		padding-top: 4px;
	}
	
	#db-search #filter.module .ui-button {
  		width: 200px;
	}

}

@media(max-width: 430px) {
	
	#db-search #filter {
		padding-top: 15px;
		background-color: #E6F6F8;
	}
	
	#db-search #listings .list .listing-item .right .info {
		min-height: 15px;
	}
	
	#listings .listing-item .right .buttons {
		border-top: 0px;
		padding-top: 0px;
	}
}

@media screen and (max-width: 390px) {
	
	#db-search #filter.module .ui-button {
  		width: 180px;
	}
}

@media screen and (max-width: 380px) {
	
	#db-search #filter {
		padding-top: 0px;
	}
}

@media screen and (max-width: 325px) {
	
	#content {
		margin-top: 0px;
	}
	
	#db-search #filter {
		border-bottom: 0px;
		padding-top: 5px;
		padding-bottom: 8px;
	}
	
	#db-search #filter form .form-item {
		margin-bottom: 0px;
	}
	
	#db-search #filter form .form-item .label {
		margin-bottom: 0px;
	}
	
	#db-search #filter.module .ui-button {
  		width: 220px;
	}
	
	#db-search #listings .list {
		margin-top: 0px;
	}
	
	#db-search #listings .list .listing-item .left .image .featured {
		background: rgba(0,42,48,0.7);
	}
	
	#db-search #listings .list .listing-item .right {
		margin-top: 0px;
	}
	
	#db-search #listings .list .listing-item .right .title {
		background-color: #E6F6F8;
		padding-top: 10px;
		padding-bottom: 5px;
		border-bottom: 0px;
	}
	
	#db-search #listings .list .listing-item .right .info {
		min-height: 20px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#welcome-to {
	padding: 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 0px;
	margin-left: 35px;
	margin-right: 35px;
}

#welcome-to div.column {
	margin: 0px;
	border: 0px dotted red;
	padding-left: 0px;
	padding-right: 0px;
}

#welcome-to div.column.col-1 {
	flex: 1 1 100%;
}

#welcome-to div.column.col-2,
#welcome-to div.column.col-3 {
	flex: 0 1 50%; 
}

#welcome-to div.column.col-2 {
	padding-right: 0px;
}

#welcome-to div.column.col-2 {
	padding-right: 0px;
}

#welcome-to strong {
	font-weight: 500;
}

#welcome-to div.column p {
	text-align: justify;
}

#welcome-to div.column.col-1 p {
	font-size: 22px;
	font-weight: 200;
	line-height: 32px;
}

#welcome-to div.column.col-2 p {
	padding-right: 35px;
}

#welcome-to div.column.col-3 p {
	padding-left: 35px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#about-us h3 {
	font-size: 22px;
	margin-top: 40px;
}

#about-us .column {
	margin: 0px 30px;
	width: 43%;
	float: left;
}

#about-us .column p {
	text-align: justify;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#see-available {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

#see-available div.item {
	width: 49%;
	align-self: stretch;
	position: relative;
	padding-bottom: 40px;
}

#see-available div.item .image {
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#see-available h3 {
	margin: 10px 0;
	font-size: 28px;
}

#see-available div.item p {
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}

#see-available img {
	height: auto;
    max-width: 100%;
}

#see-available a.button {
	position: absolute;
	bottom: 0;
	background-color: #01a4b7;
	color: #FFF;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.listings-boxes {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	
}

.listings-boxes >div {
	width: 32%;
	height: 350px;
	margin-bottom: 10px;
	
}

.listings-boxes h3 {
	color: white;
	background-color: rgba(0,0,0,0.6);
	font-weight: 600;
	padding: 20px;
	font-size: 25px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.listings-boxes div div {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,0,0.6);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
} 

.listings-boxes span {
	color: white;
}

.listings-boxes a {
	display: block;
	margin: 0 10px;
}

.l1 {
	background-image: url("/images/residential.jpg");
}

.l2 {
	background-image: url("/images/live-work.jpg");
}

.l3 {
	background-image: url("/images/commercial.jpg");
}

#content .block#featured-listings { 
	padding: 10px;
}

#content .block#featured-listings .content { 
	width: auto;
	max-width: 9999px;
}

#featured-listings section {
	padding: 10px;
}

#featured-listings img {
	width: 100%;
	height: auto;
	opacity: 0.0;
}

#featured-listings h3 {
	margin-top: 0px;
	background-color: #B2D10E;
}

#featured-listings .listing-item {
	width: 45%;
	height: 300px;
	float: left;
	margin: 20px;
}

#featured-listings .listing-item .image {
	height: 240px;
	background-size: cover;
}

#featured-listings a {
	margin: 0;
}

#featured-listings h4 {
	margin: 20px 0 0;
	margin-left: 10px;
	line-height: 20px;
	color: #01A4B7;
	display: block;
	width: 60%;
	font-family: "Roboto";
	font-weight: 300;
	word-spacing: 0;
	font-size: 18px;
	text-align: left;
	float: left;
}

#featured-listings .info {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	line-height: 20px;
	text-align: left;
}

#featured-listings .info .size {
	font-weight: 600;
	color: #01A4B7;
	font-size: 12px;
}

#featured-listings .info .price {
	font-weight: 600;
	color: #01A4B7;
	font-size: 12px;
}

#featured-listings span {
	color: #898989;
}

#featured-listings p {
	margin: 0;
}

#featured-listings .listings-boxes > div {
	height: auto;
	margin-bottom: 20px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 1085px) {
	
	#banner {
		margin-top: 40px;
	}
}

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

	#db-search #listings .list .listing-item .right .description {
		/* min-height: 225px; */
	}
}

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

	#db-search #listings .list .listing-item .right .description {
		/* min-height: 235px; */
	}
}

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

	#db-search #listings .list .listing-item .right .description {
		/* min-height: 190px; */
	}
}

@media(max-width: 780px) {
	
	#banner .container .item h3 {
		font-size: 18px;
	}
	
	#welcome-to {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#welcome-to div.column {
		
	}
	
	#welcome-to div.column p {
		font-size: 14px;
		line-height: 20px;
	}
	
	#welcome-to div.column.col-1 p {
		font-size: 20px;
		line-height: 28px;
	}
	
	#welcome-to div.column.col-2 p {
		padding-right: 20px;
	}
	
	#welcome-to div.column.col-3 p {
		padding-left: 20px;
	}
	
	#about-us .column {
		width: auto;
	}
	
	.listings-boxes {
		flex-direction: column;
	}
	
	.listings-boxes >div {
		width: 95%;
		margin: 20px auto;
	}
	
	#content .block#featured-listings { 
		padding: 0px;
	}
	
	#featured-listings .listing-item {
		width: 44%;
	}
	
	#featured-listings h4 {
		font-size: 16px;
	}
}

@media(max-width: 715px) {

	#db-search #listings .list .listing-item .right .description {
		/* min-height: 210px; */
	}
}

@media(max-width: 660px) {
	
	h3 {
		line-height: 26px;
		padding-top: 10px;
		font-size: 20px;
	}
	
	#content {
		/* margin-top: 0px; */
	}
	
	#banner {
		padding-left: 10px;
		padding-right: 10px;
		display: block;
		height: 210px;
		background-position: center 50px;
	}
	
	#banner .menu {
		padding: 10px;
		margin-top: 64px;
		width: auto;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	}
	
	#banner .menu h3 {
		font-size: 15px;
	}
	
	#banner .menu .select {
		padding: 10px;
		background-image: url("/images/select-icon-small.png");
	}
	
	#banner .menu .select .label {
		font-size: 14px;
	}
	
	#banner .menu .select ul {
		top: 46px;
		
	}
	
	#banner .menu .select ul li a {
		font-size: 13px;
		padding: 8px 10px;
	}
	
	#banner .container {
		padding-left: 0px;
		padding-right: 0px;	
		column-gap: 10px;
	}
	
	#banner .container .item {
		height: 170px;
	}
	
	#banner .container .item h3 {
		font-size: 16px;
		line-height: 15px;
		height: 30px;
	}
	
	#banner .container .item a .text {
		height: 30px;
		font-size: 9px;
	}
	
	#banner .container .item a .text strong {
		font-size: 14px;
		line-height: 10px;
	}
	
	#banner .container .item .photo {
		top: 30px;
		bottom: 30px;
	}
	
	#welcome-to {
		flex-direction: column;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#welcome-to div.column {
		margin: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#welcome-to div.column p {
		font-size: 16px;
		line-height: 22px;
	}
	
	#welcome-to div.column.col-1 p {
		font-size: 16px;
		line-height: 22px;
		font-weight: 400;
	}
	
	#welcome-to div.column.col-2 p {
		padding-right: 0px;
	}
	
	#welcome-to div.column.col-3 p {
		padding-left: 0px;
	}
	
	#see-available {
		flex-direction: column;
	}
	
	#see-available h3 {
		font-size: 20px;
	}
	
	#see-available div.item {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#see-available div.item .image {
		height: 200px;
	}
	
	#see-available div.item p {
		text-align: justify;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#about-us em {
		margin-left: 0px;
	}
	
	#about-us .column {
		width: auto;
		margin: 0px;
	}
}

@media screen and (max-width: 590px) {
	
	#db-search #listings .list .listing-item .right .top {
		min-height: 0px;
	}
	
	#db-search #listings .list .listing-item .right .title {
		min-height: 0px;
	}
	
	#db-search #listings .list .listing-item .right .description {
		min-height: 0px;
	}
}

@media(max-width: 580px) {
	
	#banner .container .item h3 {
		font-size: 14px;
	}
	
	#banner .container .item a .text {
		line-height: 14px;
	}
	
	#banner .container .item a .text strong {
		font-size: 12px;
	}
}

@media(max-width: 500px) {
	
	#banner .container .item h3 {
		font-size: 12px;
	}
}

@media(max-width: 480px) {
	
	#banner .container {
		margin-top: 20px;
	}
	
	#banner .container .item {
		height: 150px;
	}
	
	#content .block#featured-listings { 
		padding: 0px;
		margin: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	#content .block#featured-listings .content { 
		padding: 0px;
	}

	#featured-listings .listing-item {
		width: auto;
		height: 260px;
		float: none;
		margin: 15px;
	}
	
	#featured-listings .listing-item .image {
		height: 200px;
	}
	
	#featured-listings .listing-item h4 {
		font-size: 16px;
		margin-top: 10px;
	}
	
	#featured-listings .info {
		margin-top: 10px;
	}
	
	#listings .listing-item .right div.address {
		display: block;
	}
}

@media(max-width: 430px) {

	#banner .container {
		padding-left: 0px;
		padding-right: 0px;	
		column-gap: 10px;
	}
	
	#banner .container .item h3 {
		font-size: 12px;
		line-height: 12px;
		height: 30px;
	}
	
	#banner .container .item a .text {
		font-size: 9px;
	}
	
	#banner .container .item a .text strong {
		font-size: 12px;
		line-height: 10px;
	}
}

@media(max-width: 390px) {
	
	#banner .container .item h3 {
		font-size: 10px;
		line-height: 10px;
	}
	
	#banner .container .item a .text {
		font-size: 8px;
	}
	
	#banner .container .item a .text strong {
		font-size: 10px;
	}
	
}

@media(max-width: 320px) {
	
	#banner {
		padding-left: 5px;
		padding-right: 5px;
		
	#banner .container {
		column-gap: 1px;
	}
	
	#banner .container .item {
		border-left: 1px solid #FFF;
		border-right: 1px solid rgba(0,0,0,0.3);
	}
	
	#banner .container .item.lease {
		border-left: 0px;
	}
	
	#banner .container .item.buy {
		border-right: 0px;
	}
	
	#banner .container .item h3 {
		padding-top: 5px;
		font-size: 10px;
		line-height: 10px;
	}
	
	#featured-listings .listing-item {
		height: 210px;
	}
	
	#featured-listings .listing-item .image {
		height: 160px;
	}
	
	#featured-listings .listing-item h4 {
		font-size: 14px;
		line-height: 18px;
	}
	
	#featured-listings .info {
		line-height: 18px;
	}
}