@media only screen and (min-width: 768px) {
	.bonus-item {
    width: 30% !important;
}
}


.bonus-item {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    width: 41%;
    border: 1px solid #4153af;
    display: inline-block;
    background-color: #757fe1;
    box-shadow: 3px 3px 2px #082c7f;
    position: relative;
    color: #fff;
}

.bonus-item:hover,
.bonus-item.visited {
    background-color: #ef8068;
    border: 2px solid #e25141;
    box-shadow: 3px 3px 2px #fafafa;
    cursor: pointer;
    padding: 4px;
}

.bonus-item:hover .bonus-details,
.bonus-item.visited .bonus-details {
    border-top: 1px solid #e25141;
}

.bonus-item:hover .img-thumbnail,
.bonus-item.visited .img-thumbnail {
    box-shadow: 2px 2px 2px #b15e4c;
}

.bonus-item a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bonus-item .bonus-detail-description {
    display: inline-block;
    width: calc(100% - 70px);
    float: left;
}

.bonus-item .img-thumbnail {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    padding: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    box-shadow: 2px 2px 2px #545ca7;
    float: left;
}

.bonus-description {
    font-size: 13px;
    line-height: 15px;
    word-break: break-word;
    text-align: left;
    padding-top: 5px;
}

.bonus-details {
    text-align: center;
    margin-top: 5px;
    border-top: 1px solid #082c7f;
    font-size: 13px;
}

.bonus-details img {
    height: 17px;
    width: 17px;
    margin: 0
}

.bonus-details span {
    margin-left: 2px;
    display: inline
}