@charset "UTF-8";
.Brands.wrapper {
    text-align: center;
    padding: 0 0 20px 20px;
}

.Brands .flip-card {
    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;
}

.Brands .front, .Brands .back {
    border: 1px #ccc solid;
    padding: 10px;
    border-radius: 5px;
    background-color: #f4f4f4;
    background-position: center center;
    background-repeat: no-repeat;
    background: -webkit-radial-gradient(circle, #fff, #eee);
    background: -moz-radial-gradient(circle, #fff, #eee);
    background: -ms-radial-gradient(circle, #fff, #eee);
    background: radial-gradient(circle, #fff, #eee);
    box-shadow: 0 0 20px #e1e1e1 inset;
}
.Brands .front:hover, .Brands .back:hover {
    cursor: pointer;
    border: 1px solid #989898;
    -moz-box-shadow: 0 0 30px #999 inset;
    -webkit-box-shadow: 0 0 30px #999 inset;
    box-shadow: 0 0 30px #999 inset;
}
.Brands .front {

}
.Brands .back {
     font-size: 12px;
     text-align: right;
     line-height: 16px;
}
.Brands .back a{
    font-size: 11px;
}
