﻿#hplatestrent, #hplatestsale {
	margin: 20px auto 50px auto;
	width: 85vw;
	overflow: hidden;
}

.propslidercontrol, #hplatestrentowl, #hplatestsaleowl, #hpletsowl {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.propslidercontrols {
	height: 25px;
	max-width: 90%;
	margin: 0 5% 10px 5%;
}

.propsliderprev img, .propslidernext img {
	width: 25px;
	height: 25px;
}

.propsliderprev {
	float: left;
}

.propslidernext {
	float: right;
}

#hplets {
	max-width:1200px;
	padding: 25px;
    border: 1px solid #ddd;
    border-radius: 25px;
}

#hplets .propslidercontrols
{
	text-align:right;
}

#hplets .propslidercontrols p
{
	float:none !important;
	display:inline;
}

#hplets .propslidercontrols p.propsliderprev
{
	padding-right:10px;
}

#hplets .b11kh1title {
	margin:0;
	text-align:left;	
	font-size: 20px;
}

#hpletsowl {
	width: 100%;
	margin: 0;
}

#hpletsowl span.webstatus {
    position: absolute;
	top:10px;
    left:10px;
    bottom: initial;	
	padding:7px;
	border-radius:10px;
    z-index: 2;
	background:#E8168B;
	color:#fff;
	font-size: 11px;
}

.owl-carousel .property {	
	cursor: pointer;
	transition: 0.5s;
	padding-bottom: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: 600;
}

.owl-carousel .property:hover {
	background: #f1f1f1;
}

#hpletsowl .property .rooms li {
	border-right: 1px solid #000;
	display: table;
	float: left;
	padding: 2px 15px;
}

#hpletsowl .property .rooms li:last-child {
	border: none;
}

#hpletsowl .property .detailsbutton {
	width: 100px;
	color: #E8168B;
	text-transform: capitalize;
	display: table;
	float: left;
	font-family: SansMTBook;
	font-size: 15px;
	text-align: center;
}

#hpletsowl .property .rooms ul {
	width: auto;
	display: table;
	margin: auto;
}

#hpletsowl .property .info {
	text-align: center;
	margin: 15px auto;
}

#hpletsowl .property .rooms, #hpletsowl .property .info {
	font-size: 15px;
}

#hpletsowl .property .image {
	position:relative;
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center center;
}

#hpletsowl .rooms li:nth-child(3) {
	width: auto !important;
	margin-left: 0 !important;
}

#hpletsowl .rooms li {
	height: auto !important;
}

#hpletsowl .rooms li i {
	padding-left: 5px;
}

#hpletsowl .sepborder {
	width: calc(50% - 65px);
	float: left;
	height: 1px;
	background: #E8168B;
	display: table;
	margin-top: 10px;
}

#hpletsowl .sepbright {
	margin-right: 15px;
}

#hpletsowl .sepbleft {
	margin-left: 15px;
}

#hpletsowl .detailsbutton {
	width: 100px;
	color: #E8168B;	
	text-transform: capitalize;
	display: table;
	float: left;
	font-family: SansMTBook;
	font-size: 15px;
}

#hpletsowl .sepline {
	z-index: 9000;
	display: table;
	width: 100%;
	margin-top: 10px;
}

#hpletsowl .rooms {
	padding-bottom: 0 !important;
}

#hpletsowl .pinkline {
	width: 80px;
	border-top: 3px solid #E8168B;
	display: table;
	margin: auto;
}

@media screen and (max-width:1100px) {

	#hplets {
		max-width: 1000px;
	}
}

@media screen and (max-width:800px) {

	#hplets {
		max-width: 700px;
	}
}

@media screen and (max-width:768px) {	
	.propslidercontrols {
		display: none;
	}

	#hplatestrent, #hplatestsale {
		width: 100%;
		overflow: hidden;
	}

	#hpletsowl ul.property {
		margin-bottom: 50px;
	}

	#hplatestrentowl ul.property:last-child {
		margin-bottom: 0;
	}

	#hplets {
		max-width: 600px;
	}
}

@media screen and (max-width:500px) {
	#hplets {
		max-width: 335px;
	}

	#hplets .b11kh1title {
		margin-bottom: 20px;
	}

	#hpletsowl ul.property:nth-child(n+4) {
        display:none;
    }
}