
.ere-property-slider {
	.property-inner {
		position: relative;
		.block-center {
			position: absolute;
			height: 100%;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}
		.property-main-info {
			display: inline-block;
			.property-heading {
				h2 {
					font-weight: 500;
					display: inline-block;
					overflow: hidden;
				}
				a {
					color: #fff;
					-webkit-transition: all 0.3s;
					-moz-transition: all 0.3s;
					-ms-transition: all 0.3s;
					-o-transition: all 0.3s;
					transition: all 0.3s;
					&:hover {
						color: #fb6a19;
					}
				}
			}
			.property-price {
				font-weight: 700;
			}
			.property-location {
				i {
					margin-right: 5px;
				}
				span {
					font-weight: 400;
				}
			}
		}
		.property-info {
			display: inline-block;
			> div {
				display: inline-block;
				> span,
				> div {
					display: table-cell;
					vertical-align: middle;
				}
				> span {
					font-size: 24px;
					padding-right: 10px;
				}
				p {
					margin-bottom: 0;
					letter-spacing: 0.03em;
					line-height: 14px;
				}
				.property-info-value {
					font-weight: 600;
				}
				.property-info-title {
					font-weight: 400;
				}
			}
		}
	}
	&.navigation-middle {
		.property-inner {
			.block-center {
				text-align: left;
				padding-left: 15px;
				padding-right: 15px;
				max-width: 1170px;
				width: auto;
			}
			.block-center-inner {
				padding-top: 60px;
			}
			.property-main-info {
				padding: 19px 20px 10px 23px;
				background-color: rgba(34, 34, 34, 0.9);
				.property-heading {
					h2 {
						font-size: 32px;
						position: relative;
						top: -5px;
						max-height: 36px;
						margin-bottom: -5px;
					}
				}
				.property-info-block-inline {
					display: table;
					width: 100%;
					> div {
						display: table-cell;
						&:first-child {
							white-space: nowrap;
						}
					}
				}
				.property-price {
					color: #fff;
					font-size: 24px;
					margin-right: 17px;
					line-height: 1.2;
				}
				.property-price,
				.property-status {
					display: inline-block;
				}
				.property-location {
					text-align: right;
					padding-left: 20px;
					span {
						color: #fff;
					}
				}
				.property-location
				.property-status {
					position: relative;
					top: -3px;
				}
				.property-status {
					span {
						display: inline-block;
						color: #fff;
						font-weight: 400;
						background-color: #fb6a19;
						padding-left: 15px;
						padding-right: 15px;
						position: relative;
						top: -3px;
					}
				}
			}
			.property-info {
				background-color: rgba(255, 255, 255, 0.9);
				padding: 8px 20px 0 23px;
				> div {
					padding-top: 10px;
					padding-bottom: 10px;
					margin-right: 16px;
					&:last-child {
						margin-right: 0;
					}
					.property-info-value {
						color: #000;
					}
				}
			}
		}
		.owl-nav {
			position: absolute;
			left: 0;
			right: 0;
			padding-left: 15px;
			.owl-prev,
			.owl-next {
				position: relative;
				top: 0;
				margin-top: 0;
				display: inline-block;
			}
			.owl-prev {
				left: 0;
				background-color: #fb6a19;
				&:after {
					border-top-color: #fb6a19;
				}
				i {
					color: #fff;
				}
			}
			.owl-next {
				right: auto;
				left: 9px;
				background-color: #f6f6f6;
			    &:hover
				{
				  background-color: #FFFFFF !important;
				  &:after {
					border-bottom-color: #FFFFFF !important;
				  }
				}
				&:after {
					border-bottom-color: #f6f6f6;
				}
				i {
					color: #fb6a19;
				}
			}
		}
		.owl-carousel:hover .owl-nav {
			.owl-prev {
				left: 0;
			}
			.owl-next {
				right: auto;
				left: 9px;
			}
		}
	}
	&.pagination-image {
		.property-content {
			position: relative;
		}
		.property-inner {
			.block-center-inner {
				width: 100%;
			}
			.property-main-info {
				width: 100%;
				background-color: rgba(0,0,0,0.6);
				padding: 35px 15px 23px;
				.property-heading {
					h2 {
						margin-top: 2px;
						font-size: 48px;
						margin-bottom: -7px;
						max-height: 60px;
					}
				}
				.property-price {
					font-size: 32px;
					color: #bababa;
				}
				.property-price,
				.property-status {
					display: inline-block;
				}
				.property-location {
					span {
						color: #bababa;
					}
				}
				.property-location
				.property-status {
					position: relative;
					top: -3px;
				}
				.property-status {
					span {
						display: inline-block;
						color: #fff;
						font-weight: 400;
						background-color: #fb6a19;
						padding-left: 15px;
						padding-right: 15px;
						position: relative;
						top: -3px;
					}
				}
			}
			.property-info {
				width: 100%;
				background-color: rgba(0,0,0,0.8);
				padding-left: 15px;
				padding-right: 15px;
				> div {
					text-align: left;
					padding-top: 40px;
					padding-bottom: 27px;
					margin-right: 60px;
					&:last-child {
						margin-right: 0;
					}
					.property-info-value {
						color: #fff;
					}
					.property-info-title {
						color: #8f8f8f;
					}
				}
			}
		}
		.property-slider-image-wrap {
			position: absolute;
			bottom: 0;
			left: 50%;
			z-index: 1;
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			width: 100%;
			max-width: 730px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
			background-color: #fff;
			.owl-item {
				&:not(.current) {
					cursor: pointer;
					&:before {
						position: absolute;
						z-index: 1;
						left: 0;
						top: 0;
						right: 0;
						bottom: 0;
						background-color: rgba(0,0,0,0.5);
						content: '';
						display: block;
					}
				}
			}
		}
	}
}

@media ( max-width: 991px ) {
	.ere-property-slider {
		&.pagination-image {
			.property-slider-image-wrap {
				max-width: 550px;
			}
		}
	}
}
@media ( max-width: 767px ) {
	.ere-property-slider {
		&.navigation-middle {
			.property-inner {
				position: relative;
				.block-center {
					position: static;
					padding-left: 0;
					padding-right: 0;
				}
				.block-center-inner {
					background-color: rgba(34, 34, 34, 0.9);
					padding-top: 0;
					width: 100%;
				}
				.property-main-info {
					background-color: transparent;
					.property-info-block-inline {
						display: block;
						> div {
							display: block;
							white-space: normal;
						}
					}
					.property-price,
					.property-status {
						display: inline-block;
					}
					.property-location {
						text-align: left;
						padding-left: 0;
					}
					.property-location
					.property-status {
						position: static;
					}
				}
				.property-info {
					display: block;
				}
			}
			.owl-nav {
				display: none;
			}
		}
		&.pagination-image {
			.property-inner {
				.block-center {
					position: static;
				}
				.property-info > div {
					margin-right: 15px;
					padding-top: 20px;
					padding-bottom: 7px;
				}
			}
			.property-slider-image-wrap {
				max-width: none;
				background-color: #000;
				position: static;
				-webkit-transform: translateX(0);
				-moz-transform: translateX(0);
				-o-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
				padding-bottom: 10px;
			}
		}
	}
}

@media ( max-width: 599px ) {
	.ere-property-slider {
		.property-inner {
			.property-info {
				overflow: auto;
				>div {
					width: 50%;
					float: left;
					margin-right: 0!important;;
				}
			}
		}
	}
}

@media ( max-width: 479px ) {
	.ere-property-slider {
		.property-inner {
			.property-info {
				>div {
					width: 100%;
				}
			}
		}
	}
}