/* bim projects*/
.bim_pro_thumb_title {
    color: #000;
    font-family: av_bold;
    padding-left: 5%;
}

.bim_pro_thumb h4 {
    font-family: av_light;
    margin-bottom: 0;
}

.bim_pro_thumb {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.bim-srv-txt {
    margin: 5px 0;
}

/*.bim_pro_thumb a{
    display: table;
}
.bim_pro_thumb img,.bim_pro_thumb_title {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}*/

.bim-pro-text {
    text-transform: lowercase;
}

.bim_pro_thumb img {
    max-width: 100%;
}

.bim_pro_thumb .panel-body img {
    margin-bottom: 15px;
}

.bim_pro_thumb h3 {
    line-height: 1;
    margin-top: 40px;
    text-transform: uppercase;
}

.bim_pro_thumb_title:before {
    content: "+";
    position: absolute;
    top: -10px;
    right: 15px;
    font-style: normal;
    font-size: 50px;
    font-family: av_med;
    line-height: 1;
}

.collapsed .bim_pro_thumb_title:before {
    content: "+";
}

.ui-link:not(.collapsed) .bim_pro_thumb_title:before {
    content: "-";
}

#pro_container {
    width: 54vw;
    margin-left: auto;
    margin-right: auto;
}