#bentral-gallery{
    width:100%;
}

#bentral-gallery .link {
    display: inline-flex;
    width:150px;
    height:150px;
    overflow : hidden;
    border: solid 1px #dadada;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:  5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    margin: 2px;
}

#bentral-gallery img{
    width:150px;
    height:150px;
    float:left;
    border-radius: 4px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#bentral-gallery .link:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bentral-services .item {
    width: 180px;
    height: 72px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 5px;
    overflow: hidden;
}

.bentral-services .item:hover {
    background: rgba(0,0,0,.02);
}

.bentral-services .item i {
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
}

.bentral-search-results .card-title{
    line-height: 1.3;
}

.bentral-search-results .c-card img {
    transition: transform 0.3s ease-in-out;
    height: 100%!important;
}
.bentral-search-results .c-card:hover img {
    transform: scale(1.05);
}

.bentral-search-results .border-t,
.bentral-search-results .border-b{
    border-style: solid;
    border-color: #e2e8f0;
}
