/*
.owl-carousel2 .owl-dots,
.owl-carousel2 .owl-nav{
	text-align:center;-webkit-tap-highlight-color:transparent
}
.owl-carousel2 .owl-nav{margin-top:10px}
.owl-carousel2 .owl-nav [class*=owl-]{
	color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px
}
.owl-carousel2 .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-carousel2 .owl-nav .disabled{opacity:.5;cursor:default}
.owl-carousel2 .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-carousel2 .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-carousel2 .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-carousel2 .owl-dots .owl-dot.active span,
.owl-carousel2 .owl-dots .owl-dot:hover span{	background:#869791 }
-----*/
.yoart-important-displaynone{
	display:none !important;
	visibility:hidden !important;
}
#yoart-carousel-owl .owl-carousel  .owl-item{

}
#yoart-carousel-owl .item{
  display: block;
  cursor: pointer;
  background: #fff;
  padding: 0px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
  min-height:300px;
  border:1px solid #a5a5a5;
  overflow: hidden;
}
#yoart-carousel-owl .item:hover{
  background: #fefefe;
}

#yoart-carousel-owl .prop_image{
    overflow: hidden;
    position: relative;
	height:232px;
}
#yoart-carousel-owl .prop_image img{
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease-out 0s;

}
#yoart-carousel-owl .item:hover img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all 0.3s ease-out 0s;
}
#yoart-carousel-owl .property_details{
	padding-top:10px;
}
#yoart-carousel-owl .property-meta{
background-color: #666;
padding:5px;
}
#yoart-carousel-owl .property-meta div i{
	margin-right:5px;
}
#yoart-carousel-owl .property-meta div{
width:49.2%;
display:inline-block;
}
#yoart-carousel-owl .property-meta div.pm-bed{
border-right: 1px solid #dedede;
}
#yoart-carousel-owl .featured_title{
font-size:18px;
color:#000;
letter-spacing: 1px;
text-transform:uppercase;
padding:2px;
background-color:#efefef;
font-weight:700;
text-align:center;
}
#yoart-carousel-owl .property_location{
font-size:16px;
color:#000;
letter-spacing: 1px;
text-transform:uppercase;
padding:2px;
background-color:#efefef;
font-weight:400;
text-align:center;
}
#yoart-carousel-owl .iswaterfront{
 background-color:rgba(0, 0, 255, 0.5);
 position:absolute;
 bottom:0;
 right: 0;
 padding:0px 10px;
 letter-spacing:0.7px;
 w2idth:100%;
 text-transform:uppercase;
 -webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
}
.yoart_crousel_lrcount .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.yoart_crousel_lrcount .owl-item {
  max-width: 400px;
}
@media screen and (max-width:599px) {
  .yoart_crousel_lrcount .owl-item {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width:480px) {
  .yoart_crousel_lrcount .owl-item {
    padding: 0 20px;
  }
}