.box-immobile {
    width: 31%;
    float: left;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    border: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0px 2% 2% 0px;
	position:relative;
}


@media (max-width:1110px)
{
	.box-immobile {
		width: 48%;
	}
}

@media (max-width:550px)
{
	.box-immobile {
		width: 98%;
    	margin: 0px 1% 2% 1%;
	}
}

.box-immobile:hover {
    background-color: #eeefef;
	box-shadow: 0 4px 8px rgba(0,0,0,.2);
}

.container-photo {
    width: 100%;
    height: 221px;
    text-align: center;
    overflow: hidden;
}

.cont-photo-box-immobile {
    height: 250px;
    width: 100%;
    overflow: hidden;
    /* vertical-align: middle; */
}

.cont-photo-box-immobile img {
    height: 100%;
}

h2.nome-box-immobile {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    text-transform: lowercase;
    padding: 9px;
    border-bottom: 1px solid #ddd;
	font-weight: 700;
    color: #2a6ebb;
}

h2.nome-box-immobile:first-letter{
    text-transform: uppercase;
}

span.rif-box-imm {
    position: absolute;
    color: #ffffff;
    top: 5px;
    right: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    padding: 6px;
    font-size: 14px;
}

h3.ubicazione-box-immobile {
    color: #353e44;
    font-size: 15px;
    padding: 9px;
    padding-top: 0;
    margin-bottom: 6px;
}

span.icon-pointer {
    font-family: 'HeydingsCommonIconsRegular';
	color:#ef5f56;
}

.content-price-box-imm {
    color: #61a03d;
    text-align: center;
    padding: 0;
}

.content-price-box-imm p {
    font-weight: bold;
    font-size: 19px;
}

.content-price-box-imm p>span {
    font-weight: normal;
    font-size: 15px;
}