.head-team .image-holder .head-image {
    background-image: url(../img/JE_team.jpg?t=1489599265);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    filter: grayscale(100%);
}

.head-team .image-holder {
    height: 82px;
    width: 82px;
    cursor: pointer;
    display: inline-block;
    margin: 10px;
}
.head-team{
    text-align:center;
}
.team h1{
    text-align: center;
    padding-bottom:20px;
    margin-bottom:40px;
    border-bottom:1px solid black;
    font-family:Merriweather,serif;
    font-size:3em;
}
.head-team .image-holder:hover .head-image{filter:grayscale(0)}

.team .head-info {
    clear:both;
    overflow:hidden;
    color: #fff;
    background-color: #f9423a;
    position: fixed;
    bottom: 0;
    opacity: .95;
    z-index: 1;
    width: 100%;
    left:0;
}
.team .tooltip.top .tooltip-arrow {
    border-top-color: #f9423a;
}
.tooltip.top .tooltip-inner {
    background-color: #f9423a;
    border-radius: initial;
}
.head-info .close {
    font-size: 2em;
    margin: 10px;
    text-shadow: none;
}
.head-info .head-container {
    padding: 20px 50px;
}
.head-info .head-container .name {
    font-family: Fira Sans,sans-serif;
    margin-bottom: 0;
}
.head-info .head-container .dep {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
.head-info .head-container .desc {
    font-weight: 300;
    font-style: italic;
}