.img-thumbnail img:hover, .img-thumbnail:hover{
	opacity:.9;
}
.media-box:hover .zoom, .media-box:hover .expand{
	opacity:1;
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
}
.property-featured-image, .agent-featured-image{
	display:block;
	position:relative;
}
.property-featured-image img, .agent-featured-image img{
	/*min-width:100%;*/
}
.property-featured-image:hover .overlay, .agent-featured-image:hover .overlay{
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
	opacity:1;
}
.property-featured-image .images-count{
	position:absolute;
	bottom:0;
	right:0;
	z-index:9;
	color:#ffffff;
	background:rgba(0,0,0,.5);
	padding:5px 10px;
}
.property-featured-image .badges {
  background: #fff none repeat scroll 0 0;
  border-radius: 4%;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  left: 5px;
  line-height: 19px;
  position: absolute;
  text-align: center;
  top: 5px;
  /*width: 71px;*/
  z-index: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.property-info, .agent-info{
	padding:15px;
	display:block;
	border-bottom:1px solid #efefef;
}
.property-amenities{
	background:#f8f8f8;
}
.property-amenities > span{
	display:block;
	width:20%;
	float:left;
	padding:4px 0 4px 0;
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	border-right:1px solid #efefef;
}
.property-amenities > span:last-child{
	border-right:none;
}
.property-amenities > span > strong{
	display:block;
	font-size:14px;
}
.property-info h4, .agent-info h4{
	margin-bottom:0;
}
.property-info .location2{
	display:block;
	font-size:100%;
	padding:0 0 10px 0;
}
.price, .counts{
	display:inline-block;
	background:#666;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height:30px;
}
.price strong, .counts strong{
	background:rgba(0,0,0,.1);
	padding:0 7px;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	line-height:30px;
	height:30px;
	display: inline-block;
	font-weight:400;
}
.price span, .counts span{
	padding:0 7px;
	line-height:30px;
	height:30px;
	font-weight:700;
}


/* Property Listing */
.property-listing > ul > li, 
.agents-listing > ul > li{
	border:1px solid #eee;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background:#ffffff;
	margin-bottom:25px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
}
.property-listing > ul > li:hover, 
.agents-listing > ul > li:hover{
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}
.box-shadow-featured{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255, 0, 16, 1);
-moz-box-shadow:    0px 0px 8px 0px rgba(255, 0, 16, 1);
box-shadow:         0px 0px 8px 0px rgba(255, 0, 16, 1);
}
.property-listing > ul > li:last-child, 
.agents-listing > ul > li:last-child{
	margin-bottom:0;
}

/* Property Listing DIV*/
.property-listing > div.type-rent, 
.agents-listing > div.type-rent{
	border:1px solid #eee;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background:#ffffff;
	margin-bottom:25px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
}
.property-listing > div.type-rent:hover, 
.agents-listing > div.type-rent:hover{
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.property-listing > div.type-rent:last-child, 
.agents-listing > div.type-rent:last-child{
	margin-bottom:0;
}









.property-listing .property-info, .agents-listing .agent-info{
	padding:20px 0 0 0;
	margin-top:-8px;
	border-bottom:0;
}
.property-listing .property-amenities{
	border-bottom:3px solid #efefef;
}
.property-listing .property-amenities strong{
	display:inline-block;
	margin-right:5px;
}
.agent-contacts li{
	display:inline-block;
	margin:5px 20px 0 0;
}
.property-listing .property-info .price, .agents-listing .agent-info .counts{
	float:right;
	margin-top:5px;
}
.property-listing h3{
	margin-bottom:0;
}
.property-grid > ul > li{
	margin-bottom:25px;
}
.toggle-view{
	margin:15px 20px 0 0;
}
.toggle-view a{
	margin-left:10px;
	color:#999;
	font-size:20px;
}
.toggle-view a.active{
	color:#666;
}
.pagination{
	margin-top:40px;
	margin-bottom:0;
}
.full-search-form{
	padding:15px;
	background:#efefef;
}
.full-search-form label{
	margin-top:0;
	padding-top:0;
	line-height:normal;
}
.page-header{
	margin:0;
	position:relative;
	padding:40px 0;
	border:0;
	background-color:#666;
}
.location2{
	font-size:60%;
	color:#999;
	font-family: 'Open Sans', sans-serif!important;
	font-style:italic;
}
.location2 > i{
	opacity:.7;
}
.single-property .price{
	margin-bottom:22px;
	color:#fff;
}

/**/
.property-featured-image .badges2 {
    
	top: inherit;
	bottom: 5px;
}
.property-featured-image .badges2.Reservada {
    background-color: #f2a700;
    color: #ffffff;
}

.property-featured-image .badges2.Reservada.badges-home {
	font-size: 22px;
	height: 25px;
	padding-top: 3px;
        font-weight: normal
}

.Alquilado, .Vendido, .Alquilada, .Vendida{
	font-size: 25px!important;
	font-weight: 700!important;
	height: 30px!important;
	line-height: 30px!important;
        color: red!important;
        
}