#inner-page-wrapper {
	overflow: initial;
}
.safari-true #inner-page-wrapper {
	min-height: 690px;
}
.custom-breadcrumbs {
	background: none;
	font-size: 12px;
	color: #666666;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	background: #F6F6F6;
}
.custom-breadcrumbs::before {
	content: '';
	display: block;
	position: absolute;
	width: calc(50% - 15px);
	height: 100%;
	top: 0;
	left: 0;
	background: #f6f6f6;
	z-index: -1;
}
	.custom-breadcrumbs p {
		padding: 18px 0;
	}
	.custom-breadcrumbs a {
		/*color: #a7a7a7;*/
		color: #767676;
	}
	.custom-breadcrumbs a:hover {
		color: #666666;
	}

#ip-property-listing {
	font-size: 0;
}
	.ip-heading {
		pointer-events: none;
	}
		.ip-heading-left {
			padding: 80px 0 52px;
			position: relative;
		}
		.ip-heading-left::after {
		    content: '';
		    display: block;
		    position: absolute;
		    width: calc( (100vw - 1320px) + 100% );
		    height: 100%;
		    top: 0;
		    right: 0;
		    background: #f6f6f6;
		    z-index: -1;
		}
			.page-title {
				padding: 0 40px 95px 65px;
				text-align: left;
			}
				.page-title-before {
					display: block;
					font-family: 'Poppins', sans-serif;
					font-size: 30px;
					font-weight: 700;
					color: #616161;
					line-height: 1;
					letter-spacing: -0.025em;
					margin-bottom: 10px;
				}
				.page-title h1 {
					font-size: 65px;
				}
				.page-title h1 {
					margin-bottom: 30px;
				}
			.ip-listing-links {
				text-align: center;
				pointer-events: auto;
			}
				.ip-listing-links a {
					display: inline-block;
					vertical-align: middle;
					position: relative;
					width: 29.41%;
					height: 40px;
					margin-right: 2.32%;
					background: #dadada;
					border-radius: 5px;
					padding: 0 18px;
					text-align: left;
					overflow: hidden;
				}
				.ip-listing-links a::before {
					content: '';
					display: block;
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					background: #b9e177;
				    background: -moz-linear-gradient(top, #b9e177 1%, #c1e782 42%, #abd26a 96%);
				    background: -webkit-linear-gradient(top, #b9e177 1%,#c1e782 42%,#abd26a 96%);
				    background: linear-gradient(to bottom, #b9e177 1%,#c1e782 42%,#abd26a 96%);
				    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e177', endColorstr='#abd26a',GradientType=0 );
				    z-index: 1;
				    opacity: 0;
				    transition: all 0.35s ease-in-out;
				}
				.ip-listing-links a:hover::before {
					opacity: 1;
				}
				.ip-listing-links a::after {
					content: '';
					display: inline-block;
					vertical-align: middle;
					width: 0;
					height: 100%;
				}
				.ip-listing-links a:last-child {
					margin-right: 0;
				}
					.ip-listing-links a span {
						display: inline-block;
						vertical-align: middle;
						font-size: 14px;
						font-weight: 600;
						/*color: #676767;*/
						color: #5f5f5f;
						line-height: 1;
						width: calc( 100% - 25px );
						position: relative;
						z-index: 2;
						transition: all 0.35s ease-in-out;
					}
					.ip-listing-links a:hover span {
						color: #07628e;
						text-shadow: 0 1px #ffffff;
					}
					.ip-listing-links a i {
						display: inline-block;
						vertical-align: middle;
						width: 25px;
						height: 12px;
						position: relative;
						z-index: 2;
					}
					.ip-listing-links a i::before {
						width: 27px;
						height: 14px;
						background: url(../../images/icon-btn-arrow-02.png) no-repeat center center;
					}
			.ip-listing-cta {
				pointer-events: auto;
			}
				.ip-listing-cta > a,
				.ip-listing-cta > div {
					width: 32.71%;
				    height: 80px;
				    margin-right: 0.93%;
					border-top-left-radius: 0;
					border-top-right-radius: 0;
					overflow: visible;
					padding: 0 10px;
				}
				.ip-listing-cta > a:last-child,
				.ip-listing-cta > div:last-child {
					margin-right: 0;
				}
					.ip-listing-cta i {
						margin-right: 8px;
					}
					.icon-listing-cta-03 {
						width: 35px;
						height: 35px;
					}
						.icon-listing-cta-03::before,
						.icon-listing-cta-03::after {
							background-image: url(../../images/ip-reviews-cta-03-sprite.png);
						}
						.icon-listing-cta-03::before {
							background-position: -3px -4px !important;
						}
						.icon-listing-cta-03::after {
							background-position: -43px -4px !important;
						}
			.sort-overlay {
				position: fixed;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				pointer-events: none;
				z-index: 998;
			}
			.sort-overlay.sort-active {
				pointer-events: auto;
			}
			#sort-tab {
			    width: 295px;
			    z-index: 999;
			    position: absolute;
				top: 0;
				left: 0;
				padding-top: 98px;
/* 			    overflow: hidden; */
			    opacity: 0;
			    visibility: hidden;
			    pointer-events: none;
			}
			#sort-tab.sort-active {
				opacity: 1;
			    visibility: visible;
			    pointer-events: auto;
			}
				.sort-select {

				}
					.sort-select ul {

					}
						.sort-select li {
						    width: 100%;
						    display: block;
						    margin-bottom: 1px;
						}
							.sort-select li a {
								display: block;
								font-size: 15px;
								font-weight: 600;
								color: #07628e;
								line-height: 1;
								text-shadow: 0 0 3px #ffffff;
								background: #dadada;
								padding: 15px 20px;
								transition: all 0.35s ease-in-out;
								text-align: left;
							}
							.sort-select li a:hover {
								/*background: #abd26a;*/
								background: #07618e;
								color: #ffffff;
								text-shadow: none;
							}
		.ip-heading-right {

		}
			.ip-heading-right::before {
			    content: '';
			    display: block;
			    position: absolute;
			    width: 100%;
			    height: 95px;
			    top: -48px;
			    left: -15px;
			    background: #f6f6f6;
			    border-top-right-radius: 15px;
			    z-index: 3;
			}

			html.safari-true .page-id-102921 .no-listing,
			html.safari-true .page-id-158175 .no-listing,
			html.safari-true .page-id-151807 .no-listing {
				margin-top: 408px!important;
			}

	.ip-property-listing-items {
		position: relative;
		/*margin-top: 32px;*/
		margin-top: -408px;
	}
		.ip-property-listing-item {
			margin-bottom: 30px;
		}
		.ip-property-listing-item:nth-child(odd) {
			float: right;
			position: relative;
			/*top: -408px;*/
		}
		.ip-property-listing-item:nth-child(even) {
			float: left;
			position: relative;
		}

		.ip-property-listing-item:nth-child(2) {

		    margin-top: 32px;

		}

		.ip-property-listing-item:nth-child(2):before, 
		.ip-property-listing-item:nth-child(2):after {
			content: '';
			clear: both;
			display: table;
		}

		html.safari-true .ip-property-listing-item:nth-child(2) {
		    margin-top: 438px;
		}


		
			.ip-property-listing-item .ip-prop-active-wrap {
				display: block;
				position: relative;
			}
				.ip-property-listing-tag {
					position: absolute;
					width: 100%;
					top: 0;
					/*height: 50px;*/
					text-align: center;
					z-index: 2;
					-webkit-transition: all 0.6s ease-in-out;
    				transition: all 0.6s ease-in-out;
    				opacity: 1; 
    				padding: 20px 0;
				}
				
				.ip-property-listing-item:hover .ip-property-listing-tag { 
					opacity: 0;
				}

				.tag-open-house {
					/*background: #9acf56;*/
					background: rgb(154, 207, 86, 0.8);
				}
				.tag-luxury-home {
					background: rgb(217, 217, 0, 0.8);
					/*background: rgba(154,207,86,0.9);*/
				}
				.tag-sold {
					/*background: #A62700;*/
					background: rgba(166,39,0,0.9);
				}
				.tag-leased {
					/*background: #A62700;*/
					background: rgba(166,39,0,0.9);
				}
				.tag-rent {
					/*background: #A62700;*/
					background: #fb7a03;
				}
				.tag-lease{
					background: #fb7a03;
				}
				.tag-exclusive {
					/*background: #A62700;*/
					background: #f9ba17;
				}
				.tag-coming-soon {
				    background: #086c9c;
				}
				.tag-new-construction {
					/*background: #086c9c;*/
					background: rgb(8, 108, 156, 0.8);
				}
				.tag-under-contract {
					background: rgba(178,45,0,0.8);
				}
				.tag-lease {
					background: rgb(0 71 178 / 80%);
				}
				.tag-rent {
					background: rgb(0 71 178 / 80%)
				}
				.tag-leased {
					background: rgb(0 71 178 / 80%)
				}
				.tag-new-listing {
				    background: rgba(179, 238, 98, 0.8);
				}
				.ip-property-listing-tag::before {
					content: '';
					display: inline-block;
					vertical-align: middle;
					width: 0;
					height: 100%;
				}
					.ip-property-listing-tag strong,
					.ip-property-listing-tag span {
						display: inline-block;
						vertical-align: middle;
						font-size: 18px;
						font-weight: 300;
						color: #ffffff;
						line-height: 1;
					}
					.ip-property-listing-tag strong {
						font-weight: 600;
						text-transform: lowercase; 
						margin-bottom: 8px;
					}
					.ip-property-listing-tag span {
						margin-left: 18px;
					}

					.ip-property-listing-tag strong {
					    display: block;
					}
				.ip-property-listing-img {
					position: relative;
					overflow: hidden;
					-webkit-transition: all 0.6s ease-in-out;
    				transition: all 0.6s ease-in-out;
    				opacity: 1;
				}
				
				.ip-property-listing-item:hover .ip-property-listing-img { 
					opacity: 1;
				}

					.ip-property-listing-slick {
						position: relative;
						z-index: 1;
					}
						.ip-property-listing-slide {
							position: relative;
						}
						.ip-property-listing-slide::before {
							content: '';
							display: block;
							position: absolute;
							width: 100%;
							height: 100%;
							top: 0;
							left: 0;
							background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
							background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
							background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
							z-index: 2;
							pointer-events: none;
							-webkit-transition: all 0.6s ease-in-out;
    						transition: all 0.6s ease-in-out;
    						opacity: 1;
						}
						.ip-property-listing-item:hover .ip-property-listing-slide::before {
							opacity: 0;
						}
							.ip-property-listing-slide canvas {
								display: block;
								width: 100%;
								height: 438px;
								background-color: #cccccc;
								background-position: center center;
								background-repeat: no-repeat;
								background-size: cover;
								-webkit-transition: all 0.6s ease-in-out;
    							transition: all 0.6s ease-in-out;
							}
							.ip-property-listing-item:hover .ip-property-listing-slide.slick-active canvas {
								transform: scale(1.15);
							}
					.fl-arrow {
						width: 41px;
						height: 38px;
						position: absolute;
						top: calc( 50% - 28px );
						z-index: 2;
						-webkit-transition: all 0.6s ease-in-out;
    					transition: all 0.6s ease-in-out;
    					opacity: 0;
					}
					
					.ip-property-listing-item:hover .fl-arrow {
						opacity: 1;
					}

					.fl-prev {
						left: 25px;
					}
					.fl-next {
						right: 25px;
					}
						.fl-arrow::before,
						.fl-arrow::after {
							content: '';
							display: block;
							position: absolute;
							width: 100%;
							height: 100%;
							top: 0;
							left: 0;
							background-position: center center;
							background-repeat: no-repeat;
							-webkit-transition: all 0.35s ease-in-out;
							-moz-transition: all 0.35s ease-in-out;
							-o-transition: all 0.35s ease-in-out;
							transition: all 0.35s ease-in-out;
						}
						.fl-arrow::after {
							opacity: 0;
						}
						.fl-arrow:hover::before {
							opacity: 0;
						}
						.fl-arrow:hover::after {
							opacity: 1;
						}
						.fl-prev::before {
							background-image: url(../../images/icon-fl-arrow-prev.png);
						}
						.fl-prev::after {
							background-image: url(../../images/icon-fl-arrow-prev-a.png);
						}
						.fl-next::before {
							background-image: url(../../images/icon-fl-arrow-next.png);
						}
						.fl-next::after {
							background-image: url(../../images/icon-fl-arrow-next-a.png);
						}
				.ip-property-listing-txt {
					position: absolute;
					width: calc(100% - 30px);
					bottom: 0;
					z-index: 2;
					padding: 32px 30px 10px;
					pointer-events: none;
					-webkit-transition: all 0.6s ease-in-out;
    				transition: all 0.6s ease-in-out;
    				opacity: 1;
				}

				/* .page-id-151807 .ip-property-listing-txt {
					text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
				} */

				/* .ip-property-listing-item a .ip-property-listing-txt { 
					-webkit-transition: all 0.6s ease-in-out;
    				transition: all 0.6s ease-in-out;
				} */

				.ip-property-listing-item:hover .ip-property-listing-txt {
					opacity: 0;
				}

				/* .ip-property-listing-item a:hover .ip-property-listing-txt {
					background: rgba(255,255,255,0.75);
				} */
					.ip-property-listing-txt-left {
						display: inline-block;
						vertical-align: top;
						width: calc( 100% - 180px );
					}
						.ip-property-listing-address {
							font-size: 19px;
							color: #ffffff;
							line-height: 1;
							letter-spacing: -0.025em;
							margin-bottom: 15px;
							transition: all 0.35s ease-in-out;
						}
						.ip-property-listing-item a:hover .ip-property-listing-address {
							color: #767676;
						}
						.ip-property-listing-price {
							font-size: 33px;
							font-weight: 600;
							color: #ffffff;
							line-height: 1;
							margin-bottom: 8px;
							transition: all 0.35s ease-in-out;
						}
						.ip-property-listing-item a:hover .ip-property-listing-price {
							color: #086c9c;
						}
						.ip-property-listing-feat {

						}
							.ip-property-listing-feat ul {

							}
								.ip-property-listing-feat li {
									display: inline-block;
									vertical-align: middle;
									margin-left: 20px;
								}
								.ip-property-listing-feat li:first-child {
									margin-left: 0;
								}
									.ip-property-listing-feat li i {
										display: inline-block;
										vertical-align: middle;
										transition: all 0.35s ease-in-out;
									}
									.ip-property-listing-item a:hover .ip-property-listing-feat li i::before {
										opacity: 0;
									}
									.ip-property-listing-item a:hover .ip-property-listing-feat li i::after {
										opacity: 1;
									}
									.ip-property-listing-feat li i.icon-beds {
										width: 22px;
									    height: 10px;
									}
										.ip-property-listing-feat li i.icon-beds::before,
										.ip-property-listing-feat li i.icon-beds::after {
											background-image: url(../../images/icon-beds-sprite.png);
											background-repeat: no-repeat;
										}
										.ip-property-listing-feat li i.icon-beds::before {
											background-position: -5px -5px;
										}
										.ip-property-listing-feat li i.icon-beds::after {
											background-position: -37px -5px;
										}
									.ip-property-listing-feat li i.icon-baths {
										width: 17px;
									    height: 15px;
									}
										.ip-property-listing-feat li i.icon-baths::before,
										.ip-property-listing-feat li i.icon-baths::after {
											background-image: url(../../images/icon-baths-sprite.png);
											background-repeat: no-repeat;
										}
										.ip-property-listing-feat li i.icon-baths::before {
											background-position: -5px -5px;
										}
										.ip-property-listing-feat li i.icon-baths::after {
											background-position: -32px -5px;
										}
									.ip-property-listing-feat li i.icon-area {
										width: 15px;
									    height: 15px;
									}
										.ip-property-listing-feat li i.icon-area::before,
										.ip-property-listing-feat li i.icon-area::after {
											background-image: url(../../images/icon-area-sprite.png);
											background-repeat: no-repeat;
										}
										.ip-property-listing-feat li i.icon-area::before {
											background-position: -5px -5px;
										}
										.ip-property-listing-feat li i.icon-area::after {
											background-position: -30px -5px;
										}
									.ip-property-listing-feat li span {
										display: inline-block;
										vertical-align: middle;
										font-size: 15px;
										color: #ffffff;
										line-height: 1;
										text-transform: uppercase;
										margin-left: 8px;
										transition: all 0.35s ease-in-out;
									}
									.ip-property-listing-item a:hover .ip-property-listing-feat li span {
										color: #767676;
									}
					.ip-property-listing-txt-right {
						display: inline-block;
						vertical-align: top;
						padding-top: 20px;
						width: 180px;
					}
					.ip-property-listing-item a {
						display: block;
						position: relative;
					}
						.ip-property-listing-txt-right span {
							display: block;
							width: 150px;
							height: 40px;
							background: #07628e;
							font-size: 14px;
							font-weight: 400;
							color: #ffffff;
							line-height: 1;
							letter-spacing: 0.1em;
							text-transform: uppercase;
							position: relative;
							padding: 0 15px;
							opacity: 1;
							display:none;
							transition: all 0.35s ease-in-out;
						}
						.ip-property-listing-item a:hover .ip-property-listing-txt-right span {
							opacity: 1;
						}
						.ip-property-listing-txt-right span::before {
							content: '';
						    display: block;
						    position: absolute;
						    width: 45px;
						    height: 12px;
						    top: 0;
						    bottom: 0;
						    right: -20px;
						    margin: auto;
						    background: url(../../images/icon-btn-arrow-a.png);
						}
						.ip-property-listing-txt-right span::after {
							content: '';
							display: inline-block;
							vertical-align: middle;
							width: 0;
							height: 100%;
						}
	.load-more {
		margin: -302px auto auto;
	    float: left;
	    width: 100%;
    	margin-top: 70px;
	}

#main-footer {
    /*margin-top: -252px;*/
    /*margin-top: -408px !important;*/
}

/*footer#main-footer.push-down{
	margin-top: -408px !important;
}*/

.page-id-151807 footer#main-footer.push-down{
	margin-top: 0 !important;
}

.ip-property-active {
	opacity:0;
	/* visibility: hidden; */
	position: absolute;
	top: 0;
	/* left: 0; */
	z-index: 5;
	/* width:100%; */
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	/* transform: scale(0); */
	box-shadow: 0 0 20px rgba(0,0,0,0.5);

	width: calc(100% - 30px);
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

.ip-property-listing-item:hover .ip-property-active {
	opacity:1;
	pointer-events: auto;
	/* visibility: visible; */
	/* transform: scale(1); */
}

.ip-property-active-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	/* background-color: rgba(255,255,255,.8); */
	background-color: rgba(255,255,255,.9);
	font-size: 16px;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.ip-property-listing-item:hover .ip-property-active-txt {
	opacity: 1;
}

.ip-property-active-txt-left {
	font-size: 18px;
	float: left;
	width: 70%;
}

.ip-property-beds-baths-area img {
	width: 16px;
	height: auto;
	display: inline-block;
	vertical-align: bottom;
}

.ip-property-active-txt-right {
	float: left;
	width: 100%;
	max-width: 300px;
}

.ip-property-beds-baths-area div {
	display: inline-block;
	padding-right: 15px;
}

.ip-property-active-address-line-01 {
	/*font-size: 23px;*/
	font-size: 20px;
	color: #616161;
}

.ip-property-active-price {
	font-size: 25px;
	font-weight: 300;
	color: #004c70;
	line-height: 1;
}

.ip-property-active-txt-right {
	position: absolute;
	top: 51%;
	right: 10px;
    text-align: right;	
}

.ip-property-active-txt-right a {
	font-size: 12px;
	background: #05567d;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.ip-property-active-txt-right a:hover, .ip-property-active-txt-right a span:hover {
	color: #FFF;
	background: #616161;
	font-weight: bold;
}

/* .ip-property-active-txt-right a span::after {
	content: '';
	position: absolute;
	background: url(../../images/icon-btn-arrow-a.png);
	width: 45px;
	height: 12px;
	margin-left: 5px;
} */

.ip-property-info-value {
	color: #616161;
	font-size: 15px;
	font-weight: 600;	
	line-height: 1;
}

.cv-inquiry {
	background: #07628e;
	padding: 42px 0 58px;
	margin-top: 59px;
}
.cv-inquiry-text {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	max-width: 930px;
	margin: 0 auto;
	line-height: 27px;
}
	.cv-inquiry-text a {
		color: #cbe2a4 !important;
	}
	.cv-inquiry-text a:hover {
		color: #b5e267 !important;
	}
.cv-inquiry-link {
	text-align: center;
	padding-top: 33px;
}
	.cv-inquiry-link a {
		width: 160px;
	}
		.cv-inquiry-link a:hover span {
			color: #fff;
		}
		.cv-inquiry-link a span {
			/*color: #676767;*/
			color: #5f5f5f;
		}


@media only screen and (min-width: 1366px) {
	

}

/* 1366px - 1440px */
@media only screen and (min-width: 1440px) {

}

/* 1200px - 1365px */
@media only screen and (max-width: 1365px) {
	.ip-heading-left::after {
    	width: calc( (100vw - 1140px) + 100% );
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
	.ip-heading-left::after {
    	width: calc( (100vw - 940px) + 100% );
    }
    .ip-property-listing-txt {
    	padding: 32px 15px;
    }
    .ip-property-listing-feat li {
    	margin-left: 5px;
    }
    .ip-property-listing-feat li span {
    	margin-left: 5px;
    }

    .ip-listing-links a span {
		font-size: 10px!important;
	}

	.ip-property-active-txt-right {
	    max-width: 135px;
		top: 50%;
		transform: translateY(-50%);
	}

	.ip-property-active-txt-right a {
	    font-size: 11px;
		letter-spacing: 0;
		margin: 5px 0;
	}
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {

	html.safari-true .page-id-102921 .no-listing,
	html.safari-true .page-id-158175 .no-listing,
	html.safari-true .page-id-151807 .no-listing {
		margin-top: 0!important;
	}
	html.safari-true .ip-property-listing-item:nth-child(2) {
		margin-top: 0;
	}
	.custom-breadcrumbs::before {
		display: none;
	}
		.custom-breadcrumbs p {
			background: #f6f6f6;
    		padding: 18px 15px;
		}
	.ip-property-listing-search-box {
		background: #f6f6f6;
		padding: 20px 15px 0;
		top: 0 !important;
	}
		.property-listing-custom-search {
			float: none !important;
			margin: auto !important;
		}
	.ip-heading {
		margin-bottom: 50px;
	}
	.ip-heading-left::after {
		display: none;
	}
		.ip-heading-left {
			background: #f6f6f6;
			padding-top: 40px;
		}
	.ip-heading-right::before {
		display: none;
	}

	#sort-tab {
		left: inherit;
		right: 0;
	}

	.ip-property-listing-item:nth-child(odd),
	.ip-property-listing-item:nth-child(even) {
		float: none;
	}
	.ip-property-listing-item:nth-child(odd) {
		top: inherit;
	}

	.ip-property-listing-slide canvas {
		height: auto;
		min-height: 400px;
	}
	.ip-property-listing-txt-left {
		width: 100%;
	}
	.ip-property-listing-txt-right {
		display: none;
	}

	.load-more {
		margin-top: 0;
	}

	#main-footer {
		margin-top: 0 !important;
	}
	.cv-inquiry {
		margin-bottom: 40px;
	}
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	.ip-listing-links a {
		display: block;
		width: 100%;
		margin: 10px auto !important;
		max-width: 200px;
	}
	.ip-listing-cta > a,
	.ip-listing-cta > div {
		display: block;
		width: 100%;
		margin: 10px 0;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}
	#sort-tab {
		left: 0;
		right: inherit;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

	.ip-property-listing-txt {
	    width: 100%;
	    text-align: center;
	}

	.ip-property-active-txt-left {
	    width: 100%;
	    text-align: center;
	    float: none;
	}

	.ip-property-active-txt {
	    padding: 10px;
	}

	.ip-property-active-address-line-01 {
	    font-size: 18px;
	}

	.ip-property-active-txt-right {
	    width: 100%;
	    text-align: center;
	    position: relative;
	    margin: 10px auto 0;
	    display: block;
	    float: none;
	    height: initial;
	    max-height: 100%;
		left: 0;
		top: 0;
		transform: none;
	}

}


.ip-property-listing-items > div:first-child {
   margin-bottom: 0px !important;
}

#main-footer {
   margin-top: 0;
}

.ip-listing-links a.active {
    background-color: #9acf56;
}

.ip-listing-links a.active span {
    /*color: #07618e;*/
    color: #00537d;
}

.open-house-text {
	font-size: 14px;
	margin-top: 30px;
}

/* removal of sort by town while open house is disabled */

.page-id-102921 .ip-custom-template-wrapper {
	overflow: unset;
}

/*.page-id-102921 #inner-page-wrapper {
	overflow: unset;
}*/

/* .page-id-102921 #main-wrapper {
	overflow: unset;
} */

.ip-property-listing-search-box {
	position: relative;
	z-index: 10;
	/*top: 20px;*/
	top: auto;
	right: 20px;
}

.property-listing-custom-search {
	width: 100%;
	margin: -39px 0 0 32.022%;
	margin: 10px auto;
	font-size: 0;
	overflow: hidden;
	border: 1px solid #abd26a;
	border-radius: 7px;
	padding: 0 0 0 0;
	/* top: 54px; */
	/* position: absolute; */
	/* right: 16px; */
	max-width: 591px;
	float: right;
}

.property-listing-custom-search input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	width: 65.5%;
	font-size: 14px;
	font-weight: 300;
	color: #353840;
	outline: 0;
	padding: 13px 14px;
	max-height: 47px;
	line-height: 1;
	border: 0px;
	float: left;
}

.property-listing-custom-search input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	outline: 0;
	width: 34.021%;
	background: url(../../images/blog-custom-button.png) center center no-repeat transparent;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	color: #07628e;
	font-size: 22px;
	font-weight: 700;
	border: 0px;
	max-height: 47px;
	padding: 13px 0;
	text-transform: uppercase;
	-webkit-appearance: none;
	float: right;
}

.property-listing-custom-search input[type="submit"]:hover {
	background-image: none;
	background-color: #07628e;
	color: #fff;
}

.virtual-open-house .page-title {
    padding: 0 40px 50px 65px;
}

.virtual-open-house .page-title h1 {
    font-size: 55px;
}

.ip-custom-template-wrapper{
	min-height: 1200px;
}