.auctions {
}

.auctions .block {
    height: 100%;
    background: #fff;
}

.tablet.portrait .auctions .block,
.mobile .auctions .block {
    margin-bottom: 10px;
    height: auto;
    background: none;
}

.auctions .auctions-header {
    width: 100%;
    padding: 10px 0px 20px;
}

.auctions .auctions-header>div {
    display: inline-block;
}

.auctions .auctions-header>div:last-child {
    float: right;
}

.auctions .auctions-header>div a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.auctions .auction-button a,
.auctions .auctions-header>div:last-child a {
    color: #59a6df;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.auctions .list {
    margin-left: -1%;
}

.auctions .list .list-item {
    display: inline-block;
    width: 32.3%;
    margin: 0px 0px 0px 1%;
    padding: 0px;
}

.tablet .auctions .list {
    margin-left: 0px;
}

.auctions .auction {
    /*background: #fff;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*overflow: hidden;*/
}

.auctions .auction .image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #1d1e22;
    height: 200px;
    display: block;
}

.auctions .auction .image img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /*background-size: auto 80%;*/
    background-position: center center;
}

.auctions .auction .info {
    background: #fff;
    padding: 10px 20px;
    display: block;
    text-align: left;
}

.auctions .auction .info .title {
    font-size: 13px;
    font-weight: normal;
    line-height: 130%; 
    color: #000;   
}

.auctions .auction .info .table {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    display: table;
    width: 100%;
}

.auctions .auction .info .table>div:first-child>div {
    padding-top: 15px;
}

.auctions .auction .info .table>div>div {
    text-align: left;
    font-size: 11px;
}

.auctions .auction .info .table>div>div:first-child {
    font-weight: bold;
}

.auctions .auction .info .table>div>div:last-child {
    text-align: right;
}

.auctions .auction-button {
    width: 100%;
    padding-top: 10px;
    margin: 0px 0px 20px;
    text-align: center;
}

.auctions .auction-button a {
    text-align: center;
    padding: 5px 10px 5px 30px;
    border: 1px solid #59a6df;
    border-radius: 5px;
    display: inline-block;
    background-position: 5px center;
}

.mobile .auctions .auction {
    margin-bottom: 10px;
}