.mrg1x{
    margin: 10px;
}
.flexbox {
    min-height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flexbox .flexitem_4 {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.flexbox .play_anime {
    cursor: pointer;
}
.anime .anime-category {
    border: 1px solid #E8E8E8;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.anime .anime-name {
    font-weight: bold;
    color: #337AB8;
    font-family: Arial;
    font-size: 18px;
    text-align: left;
    text-transform: capitalize;
    cursor: pointer;
}
.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    display: block;
    position: relative;
}
.thumb-info img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
}
.thumb-info .thumb-info-wrapper:after {
    content: "";
    background: rgba(134, 184, 23, 0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}
.table-see-all {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    color: #fff;
    border: 1px solid #fff;
    height: 42px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    width: 136px;
    line-height: 41px;
}
.anime .title-anime, .anime .category-anime{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.category-style{
    background-color: #5bc0de !important;
    margin-right: 0px;
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 2px;
    color: #FFF;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    text-transform: capitalize;
}

.category-style:hover{
    text-decoration: none;
    color: #FFF;
}

@media all and (min-width: 320px) and (max-width: 400px) {
    /* .thumb-info img {
        height: 200px;
    } */
}

@media all and (min-width: 320px) {
    .flexbox {
        justify-content: center;
    }

    .flexbox .flexitem_4 {
        max-width: 280px;
    }
}

@media all and (min-width: 992px) {
    .flexbox {
        justify-content: left;
    }

    .flexbox .flexitem_4 {
        max-width: inherit;
    }
}