.clear { clear: both;}

/*********************************************************************************
 * DEFAULT
 *********************************************************************************/

.properties-newest .property { margin-bottom: 10px; background: url('../images/pand.png') no-repeat;  padding-top: 15px !important; padding-left: 18px; padding-bottom: 20px; padding-right: 15px; !important;  }
.properties-newest .property-image { text-align: center; vertical-align: middle; overflow: hidden; background-color: white; }
.properties-newest .property-image img { margin: 0; }
.properties-newest .property-info { margin-top: 15px; padding: 2px 5px; color: white; width:270px; }
.properties-newest .property-info .address{ font-weight:bold; height:20px; font-weight:bold; color: yellow; }
.properties-newest .property-info .desc{ height:40px; line-height: 20px;  }
.properties-newest .property-info .price { font-weight:bold; line-height: 30px; margin-top: 5px; margin-left: 5px;}
.properties-newest .property-info .details { float: right; margin-top: 10px; margin-right: 10px; padding: 0px 10px; background: #444444; border-radius:5px; -moz-border-radius:5px; }
.properties-newest .property-info .details a { color: white; font-weight: bold; font-family:Tahoma; font-size:11px; text-decoration:none;  text-transform:uppercase; }

.properties-newest-vertical .property { position: relative; }

.properties-newest-horizontal .property { float: left;  margin-right: 10px; position: relative;}

/*********************************************************************************
 * SWITCHER
 *********************************************************************************/
.properties-newest-switcher { position:relative;  } 
.properties-newest-switcher .property { position: absolute; left: 0; top : 0; }
.properties-newest .item .price {color: #3C3835;font-family: 'Open Sans', sans-serif;font-weight: 600;font-size: 25px;line-height: 23px;margin: 4px 0 0;}
.properties-newest .item .item-title{margin: 0;line-height: 22px;}
.properties-newest .item .item-img {margin-bottom: 16px;border: 1px solid #F1F1F1;
background-position: 50% 50%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;}
.properties-newest .item .item-img .image{text-align: center; position: relative;}
.properties-newest .item .item-img .image .marquee{top: -6px;left: -5px;position: absolute;z-index: 1;width: 197px;height: 140px;background-repeat: no-repeat;background-position: left top;visibility: visible !important;}
.properties-newest .item .descr {min-height: 54px;}
.properties-newest .item .item-content {margin-top: 15px;}

@media(min-width: 979px){
	.properties-newest .item .item-img{
		height: 200px;
		vertical-align: middle;
		width: 266px;
		text-align: center;
	}
	.properties-newest .item .item-img img{
		height: 200px;
		max-height:200px;
	}
}
@media (max-width: 979px) and (min-width: 768px){
.properties-newest .item .item-img{
		
		display: table-cell;
		vertical-align: middle;
		width: 246px;
		text-align: center;
	}
	.properties-newest .item .item-img img{
		height: 150px;
		max-height:150px;
	}
}