body{
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 10px;
    padding-bottom: 40px;
    margin:0;
}

p{
    margin:0;
}

a {
    text-decoration: none;
}

.lista-oferte{
    z-index: 1;
    width: auto;
    height: 100%;
    display: table;
    margin: 0 auto;
    clear:both;
	  padding-top: 15px;
    padding-left:0;
    padding-right:0;
}

ul{
    list-style-type:none;
    padding:0;
}

ul li{
      display: inline;
      float: left;
      position: relative;
      margin: 0 30px 0 0;

}

ul li:last-child{
    margin-right:0;
}

.sectiune{
    background: url("https://www.imobiliare.ro/imagini/widgets/parteneri/actualdecluj/sectiune.png") no-repeat;
    width: 94px;
    height: 34px;
    display: block;
    float:left;
    margin-top: 0px;
	  margin-bottom: 1px;
}

.logo{
    background: url("/actualdecluj/img/logo-imo.png") no-repeat;
    width: 159px;
    height: 30px;
    display: block;
    float:right;
}

.header-widget{
    border-bottom: 2px solid #b1221e;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
    display: none;
	
}

.ir{
    float:left;
    cursor: pointer;
    width:200px;
    display: block;
}

.ir_titlu, .ir_pret{
    font-size: 16px;
    color: #222;
    display:block;
    font-weight:300;
}

.ir_titlu strong{
    font-weight:normal;
}

.ir_pret{
    font-size: 16px;
    color: #222;
    float:left;
    margin-top:10px;
    font-weight:normal;
}


.container-imagine{
    position: relative;
    padding-bottom: 15px;
}


.container-imagine:hover .overlay{
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.vezi-detalii{
    position: relative;
    background: #b32025;
    color:#fff;
    width: 87px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    float:right;
    margin-top:7px;
    text-transform:uppercase;
}

.vezi-detalii span{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform:uppercase;
    padding-left: 5px;
}

#placeholder {
    text-align:center;
}

#placeholder img {
    width:100%;
	max-width:620px;
}

.placeholder-oferte img.large{
    width:100%;
    max-width:980px;
}

.placeholder-oferte img.small{
    width:100%;
    max-width:320px;
}

.small{
    display:none;
}

.ir_poza{
    position:relative;
}

ul.atribute{
   list-style: none;
   position: absolute;
   bottom: 6px;
   left: 10px;
   font-family: 'Open Sans', sans-serif;

}

ul.atribute li{
    background: rgba(0,0,0,0.6);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    right: 6px;
    color: #fff;
    font-size: 11px;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    position:relative;
    margin-right:5px;
    float:left;
    width:auto;
}

ul.atribute li.imagini i{
    background:url(http://www.imobiliare.ro/imagini/widgets/parteneri/common/icon-poze.png) no-repeat;
    width:16px;
    height:12px;
    position:absolute;
    left:4px;
    top:4px;
}

ul.atribute li.video i{
    background:url(http://www.imobiliare.ro/imagini/widgets/parteneri/common/icon-video.png) no-repeat;
    width:17px;
    height:12px;
    display:inline-block;
    margin-top:4px;
}

ul.atribute li span{
    padding-left: 21px;
    margin-top: 2px;
    display: block;
}


@media all and  (max-width: 690px){
    .small{
        display:inline-block;
    }

    .large{
        display:none;
    }

    li{
        margin-right:0!important;
        display: block!important;
        float: none!important   ;
    }
    li:last-child{
        display:block;

    }

    .ir_poza img{
        width: 100px;
        height: auto;
    }

    .vezi-detalii{
        display:none;
    }

   .container-imagine {
       float:left;
       text-align: center;
       padding-bottom:5px;
       margin-right:15px;
    }
    .ir{
        float: left;
        cursor: pointer;
        max-width: 320px;
        width: 100%;
        clear:both;
        margin: 0px auto;
        display: block;
    }

    .ir_titlu, .ir_pret{
        line-height:20px
    }

    .ir_pret{
        margin-top:3px;
    }

    ul.atribute, .anuntul-zilei{
        display:none;
    }
    .ir_titlu, .ir_pret{
       font-size: 13px;
       line-height: 14px;
    }

    .targ-chirii{
        display:none;
    }

    .targ-chirii.relative{
        clear:both;
    }


    .targ-chirii.relative.arata{
        display:block;
    }


}