.page-wrap {
    background: #f7f7f7;
}

body {
    background: #f7f7f7 !important;
}

.top-bar .social {
    font-size: 50px;
}

.item figure .label2 {
    position: absolute;
    top: 40%;
}

.label2.venduto {
    background: rgba(204,0,0,0.8);
    width:100%;
}
.label2 {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label2 {
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
    padding: 8px 10px;
    text-transform: uppercase;
}

.carousel-inner .item .label2 {
    position: absolute;
    top: 40%;
}

header .logo-pa {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 21px;
    position: relative;
    float: left;
    font-weight: 900;
    font-size: 18px;
}



.navbar {
    float: left;
    display: inline-block;
    border: 0 !important;
    margin-top: 26px !important;
    min-height: 0 !important;
}

header {
    padding: 15px 25px 0 !important;
    background: #fff;
    position: relative;
}


.item-venduta {
    background: #fff;
    border-radius: 3px;
    margin: 20px;
}

.item .item-header-imm p{

    font-size: 12px;
    text-transform: uppercase;
    color: #727272 !important;
    display: inline-block;
}

.item .item-detail-imm {
    padding: 5px;
    overflow: hidden;
}

.btn-danger {
    color: #fff;
    background-color: #006633 !important;
    border-color: #006633 !important;
}