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

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

    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%
}

@media all and (min-width: 600px)
{
    .wrapper
    { width: 50%; }
}

@media all and (min-width: 960px)
{
    .wrapper
    { width: 33.33%; }
}

@media all and (min-width: 1355px)
{
    .wrapper
    { width: 25%; }
}


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

.wrapper .image .innerimg
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*background-size: cover;*/
    background-size: contain;
    background-position: center center;
    /* De volgende lijn stond er niet bij size: cover*/
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    left: 0px;
}

.wrapper .underImage
{
    height: 115px;
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
}

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

.wrapper .underImage .cityCategory .category
{
    color: #FF3110;
    font-size: 16px;
    font-weight: bold;
}

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

.wrapper .underImage .price .referentie
{
    color: #5b3414;
    font-weight: normal;
}

/* SPACER */
.spacer
{
    display: block;
    float: left;
    height: 0px;
}

























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