/* WRAPPER */
.wrapperHome
{
    font-size: 15px;
    font-weight: normal;

    min-width: 279px;
    min-height: 339px;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;

    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;

    box-sizing: border-box;
    display: block;
  
    float: left;
    
    line-height: 1.3em;

    position: relative;
  
    width: 100%;
}

    .wrapperHome .image .innertxt {
      background-color: rgba(255,255,255,0.7);
      position: absolute;
      bottom: 20px;
      display: block;
      font-family: Verdana;
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 35px;
      padding-top:10px;
      padding-bottom:10px;
      text-align: left;
      width:95%;
      padding-left:2.5%;
      padding-right:2.5%;
      
  }
@media all and (min-width: 600px)
{
    .wrapperHome
    { width: 50%; }
}
@media all and (min-width: 960px)
{
    .wrapperHome
    { width: 33.33%; }
        .wrapperHome .image .innertxt {
        left: 25px;
        width:auto;
        padding: 10px;
    }


}@media all and (min-width: 700px)
{
        .wrapperHome .image .innertxt {
        left: 25px;
        width:auto;
    }


}




/* IMAGE */
.wrapperHome .image
{
    display: table-cell;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0px;
    bottom: 60px;
    text-align: center;
    vertical-align: middle;

}

.wrapperHome .image .innerimg
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    position: relative;
    top: 0px;
    left: 0px;
}



.wrapperHome .underImage
{
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
}

.wrapperHome .underImage .cityCategory .city
{
    color: #5b3414;
    font-size: 16px;
}

.wrapperHome .underImage .cityCategory .category
{
    color: #C48041;
    font-size: 14px;
}

.wrapperHome .underImage .price
{
    color: #C48041;
    font-size: 13px;
    font-weight: bold;
}

























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
