/*--------------------------------------------------------------
# Detachments
--------------------------------------------------------------*/

.detachment-padding {
    padding: 12.5px 10px
}

.detachment-spacing {
    padding-left: 15px;
    padding-right: 0;
}

.detachment-padding a {
    display: block;
}

.detachment-header {
    height: 190px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    border-bottom: none;
}

.detachment-body {
    border: 1px solid #f1f1f1;
    border-top: none;
    height: 110px;
    padding: 0 20px;
    display: table;
    width: 100%;
}

.detachment-body-item{
    display: table-cell;
    vertical-align: middle;
}

h4.detachment-title {
    font-size: 18px;
    color: #414141;
    font-weight: 400;
    margin: 0;
    margin-top: 15px;
    line-height: 18px;
}

.detachment-body-item:last-child{
    padding-left: 15px;
}

.detachment-body-item:first-child{
    width: 125px;
}

.detachment-thumbnail-wrap img {
    max-width: none;
    width: 100%;
}

.detachment-body .logo-helper {
    max-width: 134px;
    padding-right: 10px;
    overflow: hidden;
}
.detachment-img{
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 768px) {
    .detachment-header{
        height: auto;
    }

    h4.detachment-title{
        margin-top: 10px;
    }

    .detachment-logo{
        padding-right: 5px;
        max-width: none;
    }

    .detachment-body{
        padding-left: 0;
    }

    .detachment-body .logo-helper{
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 615px) {

    .detachment-item{
        max-height: 325px;
    }

}

@media only screen and (max-width: 500px) {

    div.detachment-item {
        width: 100%;
    }

    .detachment-logo{
        padding-left: 10px;
    }


}
