
.bs-glyphicons {
    margin: 0 -10px 20px;
    overflow: hidden
}

.bs-glyphicons-list {
    padding-left: 0;
    list-style: none
}

.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word
}

.bs-glyphicons li {
    border-radius: 15px !important;
    color: #fff;
    background-color: #3d3d3d
}
.bs-glyphicons li a {
    color: #fff;

}
.bs-glyphicons li:hover {
    color: #fff;
    background-color: #303030
}

@media (min-width: 768px) {
    .bs-glyphicons {
        margin-right: 0;
        margin-left: 0
    }

    .bs-glyphicons li {
        border-radius: 15px !important;
        width: 20%;
        font-size: 15px
    }
}

.bs-brand-item .glyphicon {
    width: 30px;
    height: 30px;
    margin: 10px auto -10px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%
}

.bs-brand-item .glyphicon-ok {
    background-color: #5cb85c
}

.bs-brand-item .glyphicon-remove {
    background-color: #d9534f
}

.bs-customizer-alert .glyphicon {
    margin-right: 5px
}
