
.tab-content{
    margin-bottom: 60px;
}

.surname{
    font-size:18px;
    color:#2ca3e1;
    padding-bottom: 10px;
}
.position{
    font-size: 12px;
    color:#1e282e;
    padding-bottom: 14px;
}
.phone, .mail{
    font-size: 11px;
    color:#1e282e;
    padding-bottom: 12px;
}
.office-staff-first{
    margin-top:60px;
    margin-bottom: 15px;
}

.caption-staff{
    text-align: left;
}
.thumbnail-staff{
    background-color:#f5f9fa;
    text-align:center;
    /*height: 100%;*/
    height: auto;
    flex-direction: row;
    /*min-height:320px;*/
    /*padding: 0;*/
    border-radius: 0;
    border-color: #f5f9fa;
    transition: 0.3s ease;
}
.thumbnail-staff > img {
    width: 100%;
}
/*.thumbnail-staff:hover{*/
    /*box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.1);*/
    /*border: 1px solid #f5f9fa;*/
/*}*/

.nav-tab-employees > li {
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 16px;

}
.nav-tab-employees {
    margin-bottom: 20px;
}
.nav-tab-employees .nav-link.active, .nav-tab-employees .nav-link:hover {
    border-bottom: 4px solid #2ca3e1;
    background: #eff4f5;
    color: #1e282e;
}

/*.nav-tab-employees .nav-link.active,*/
/*.nav-tab-employees .nav-link.active:hover,*/
/*.nav-tab-employees .nav-link.active:focus {*/
    /*border: 1px solid #ddd!important;*/
    /*cursor: default;*/
/*}*/
.nav-tab-employees > li > a {
    margin-right: 0!important;
    color: #555555;
    background-color: #eff4f5;

    text-decoration: none;
    border-bottom: 4px solid transparent;
    transition: .2s ease;
}
.nav-tab-employees > li > a:hover {
    border-color: #fff;
}
