.ere-property-carousel .navigation-wrap {
	width: 25%;
	float: left;
	padding-left: 30px;
	padding-right: 15px;
}
.ere-property-carousel .navigation-wrap .owl-nav {
	margin-top: 40px;
}
.ere-property-carousel .navigation-wrap .owl-nav div {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0;
	display: inline-block;
	cursor: pointer;
}
.ere-property-carousel .navigation-wrap .owl-nav .owl-prev {
	margin-right: 20px;
}
.ere-property-carousel .property-content {
	width: 75%;
	float: left;
	padding-left: 1px;
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div {
	background-color: rgba(255, 255, 255, 0.3);
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div.owl-prev:after {
	border-top-color: rgba(255, 255, 255, 0.3);
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div.owl-next:after {
	border-bottom-color: rgba(255, 255, 255, 0.3);
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div i {
	color: #fff;
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover {
	background-color: #fb6a19;
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover.owl-prev:after {
	border-top-color: #fb6a19;
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover.owl-next:after {
	border-bottom-color: #fb6a19;
}


.ere-property-carousel .property-element-inline {
	display: none;
}

@media (min-width: 1820px) {
	.ere-property-carousel .navigation-wrap {
		width: 20%;
	}
	.ere-property-carousel .property-content {
		width: 80%;
	}
}
@media (max-width: 1199px) {
	.ere-property-carousel .navigation-wrap {
		width: 33.3333333%;
	}
	.ere-property-carousel .property-content {
		width: 66.6666666%;
	}
}
@media (max-width: 767px) {
	.ere-property-carousel .navigation-wrap {
		width: 100%;
		float: none;
		padding-bottom: 40px!important;
		padding-left: 15px;
		padding-top: 60px !important;
	}
	.ere-property-carousel .property-content {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}