
.item-box {
    margin: auto auto 20px auto;
    max-width: 160px;
    height: 220px;
    height: auto;
    padding-bottom: 5%;
}

.item-box img {
    /*margin: auto auto -30px auto;*/
    height: auto;
    /*width: 30%;*/
    padding: 10% 15% 0 15%;
    align-items: center;
}


.item-box h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0 2px -2px 2px;
    padding: 0 7px 40px 7px;
    text-align: center;
    font-size: 14px;
    color:#003366;
    /*color: #1976D2;*/
    display: -webkit-box;
    max-width: 400px;
    height: 20px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.thumbnails li.span4:nth-child(3n + 4) {
    margin-left : 0px;
}
.item-box .z-depth-1-half{
    height:auto;
    padding-bottom: 15px;
}

.category-box{
    margin: auto auto 20px auto;
    max-width: 160px;
    height: auto;
    padding-bottom: 0px;
}

.category-box h5{
    margin: 0 0 0 0;
    padding-top: 8%;
    padding-bottom: 30%;
    font-size: 15px;
    width: auto;
    white-space: initial;
}


