
.box {
    float: left;
    width: 320px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    min-height: 200px;
    overflow: hidden;
    z-index: 10;
    position: relative;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    margin: 0.5em;
}
.box-description {
    color: rgba(0,0,0,.54);
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    padding: 16px;
    background-color: white;
    border-top: 1px solid rgba(0,0,0,.1);
    height: 75px;
}
.box-description a{
    color:rgba(0,0,0,.54);
    text-decoration: none;
}
.box-thumbnail {
    width: 320px;
    background-color: white;
}
.box-thumbnail img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.box-action {
    font-size: 16px;
    line-height: normal;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    text-align: left;
}

.box-action a {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #fff;
    position: relative;
    height: 36px;
    min-width: 64px;
    padding: 0 8px;
    display: inline-block;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: left;
    line-height: 36px;
    vertical-align: middle;
}

.box:nth-of-type(5n+1){
    background-color: #1C99E0;
}
.box:nth-of-type(5n+2){
    background-color: #D36118;
}
.box:nth-of-type(5n+3){
    background-color: #C254D2;
}
.box:nth-of-type(5n+4){
    background-color: #E9B913;
}
.box:nth-of-type(5n+5){
    background-color: #43C330;
}

.clear {
    clear: both;
}

@media screen and (min-width: 35.5em) {
    .boxes {
        width: 90%;
        max-width: 1350px;
        margin-left: auto;
	margin-right:auto;
    }
}
