﻿.slidersection {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0px 15px;
}

.owl-dots /*, .hppropertylistingcontent .proplistbox h2:first-child, .hppropertylistingcontent .proplistbox div.propslider:nth-child(2)*/ {
	display: none;
}

.hppropertylisting {
	padding: 0 0 40px 0;
}

.hppropertylistingcontent {
	width: 100%;
}

.hppropertylistingcontent .left {
	padding-top: 20px;
	width: 400px;
	margin: auto;
	text-align: center;
}

.hppropertylistingcontent .btncentre {
	width: auto;
	display: table;
	margin: auto;
}

.hppropertylistingcontent .btncentre a {
	float: left;
	cursor: pointer;
	margin-top: 35px;
}


.hppropertylistingcontent .btncentre a:last-child {
	margin-left: 20px;
}

.hppropertylistingcontent .left a:nth-child(3) {
	clear: left;
}

.hppropertylistingcontent .left h1 {
	margin-bottom: 30px;
}

.hppropertylistingcontent .right {
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
	max-width: 1200px;
	display: block;
}

.hppropertylistingcontent .right div {
	width: 100%;
	overflow: hidden;
	margin: auto;
}

.hppropertylistingcontent .right .propslider {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.hppropertylistingcontent .right .propslider.featured .owl-controls {
	display: none;
}

/*.hppropertylistingcontent .right .owl-controls
{
    position: absolute;
    width: 100%;
    display: table;
    top: 0px;
    left: 0px;
    position: relative;
    z-index: 9999;
}

.hppropertylistingcontent .right .owl-nav
{
    z-index: 9999;
}*/

.hppropertylistingcontent .right .owl-controls .owl-prev, .hppropertylistingcontent .right .owl-controls .owl-next {
	background: #024e4e;
	color: #FFF;
	width: auto;
	display: table;
	position: absolute;
	top: 45%;
	z-index: 9999;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
}

.hppropertylistingcontent .right .owl-controls .owl-prev {
	left: 0px;
}

.hppropertylistingcontent .right .owl-controls .owl-next {
	right: 0px;
}

.hppropertylistingcontent .propertyslider {
	position: relative;
	/*float:left;
	width:24%;
	margin-left:1%;*/
	cursor: pointer;
}

.hppropertylistingcontent .propertyslider > li {
	width: 100%;
	height: 110px;
}

.hppropertylistingcontent li.image {
	display: block;
	height: 225px;
	margin-bottom: 8px;
	overflow: hidden;
}

.hppropertylistingcontent li.image img {
	width: 100%;
	object-fit: cover;
}

.hppropertylistingcontent .details {
	padding: 12px 10px 8px;
	background: #D8C0AA;
	color: #4B5D54;
	text-align: center;
	line-height: 23px;
	height: 12.5vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.slidertitle {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	font-family: Playfair;
}

.price {
	font-size: 16px;
}

.hppropertylistingcontent .details > li {
	margin-bottom: 5px;
}

.hppropertylistingcontent li.rooms li {
	display: inline-block;
}

.hppropertylistingcontent .rooms li:first-child {
}

.hppropertylistingcontent .rooms li:nth-child(2), .hppropertylistingcontent .rooms li:nth-child(3) {
	font-weight: normal;
	font-size: 16px;
}

.hppropertylistingcontent .rooms li:nth-child(2) {
	text-transform: capitalize;
}

.primeimg {
	display: none;
}

.hppropertylistingcontent .proplistbox .jph2 {
	color: #4B5D54;
	font-weight: 100;
}

/*.hppropertylistingcontent .propertyslider.primep li.image img
{
	border:5px solid #2C2D2E;
}

.hppropertylistingcontent .propertyslider.primep .details
{
	color:#323232;
}

.hppropertylistingcontent .propertyslider.primep .rooms li:nth-child(2)
{	
	border-right:1px solid #323232;
}

.propertyslider.primep .primeimg
{
	position:absolute;
	top:5px;
	left:5px;
}*/

.rooms {
	font-size: 18px;
	font-family: Playfair;
}

.rooms:after {
	content: '';
	width: 30px;
	display: block;
	margin: 10px auto;
	border-top: 2px solid #986542;
}

.info {
	font-size: 14px;
	font-weight: bold;
}




/*media queries*/
@media screen and (max-width:1400px) {
	.hppropertylistingcontent .left {
		width: 35%;
	}

	.hppropertylistingcontent .right {
		width: calc(65% - 50px);
	}
}

@media (max-width: 1024px) {

	.hppropertylisting .jph2grey {
		text-align: center !important;
	}
}

@media screen and (max-width:800px) {
	.hppropertylistingcontent .left {
		margin-left: 0px;
		padding-left: 50px;
		width: 100%;
	}

	.hppropertylistingcontent .right {
		width: 100vw;
		padding-left: 50px;
	}
}

@media screen and (max-width:500px) {
	.hppropertylisting h2 {
		font-size: 22px !important;
	}

	.hppropertylistingcontent .right {
		width: 90vw;
		margin: 0 auto;
		padding: 0;
	}

	.hppropertylistingcontent li.image {
		height: 235px;
	}

	.owl-carousel .owl-item img {
		height: 235px;
	}

	.hppropertylisting {
		padding: 0 !important;
	}

	.hppropertylisting .propslider {
	}
}
