#employee-tabs-wrapper ul.employee-pills {
  margin-left: 0px;
  list-style-type: none;
  float: left;
  margin-bottom: 0px;
  height: auto;
  margin-bottom: 30px;
}

#employee-tabs-wrapper ul.employee-pills li {
  float: left;
  margin-right: 1px;
  text-align: center;
}

#employee-tabs-wrapper ul.employee-pills li.active a {
  background-color: #01613B;
  color: #ffffff;
}

#employee-tabs-wrapper ul.employee-pills li a {
  padding: 20px 30px;
  background-color: #F8F8F8;
  width: auto;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

#employee-tabs-wrapper ul.employee-pills li a:hover {
  background-color: #01613B;
  color: #ffffff;
}

#employee-tabs-wrapper .tab-content {
  clear: both;
}

#employee-tabs-wrapper .tab-content .tab-pane .tab-item {
  margin-bottom: 40px;
  position: relative;
}

#employee-tabs-wrapper .tab-content .tab-pane .tab-item .employee-image {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  height: auto;
}

#employee-tabs-wrapper .tab-content .tab-pane .tab-item .employee-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

#employee-tabs-wrapper .tab-content .tab-pane .tab-item .employee-title {
  display: block;
}

#employee-tabs-wrapper .tab-content .tab-pane .tab-item .employee-title h3 {
  color: #000000;
  font-weight: 700;
  font-size: 19px;
}

#employee-tabs-wrapper .tab-content .tab-pane .tab-item .employee-adress {
  display: block;
  margin-bottom: 10px;
  min-height: 50px;
}

#employee-tabs-wrapper .tab-content .tab-pane .tab-item .employee-data {
  display: block;
  min-height: 70px;
}

#employee-tabs-wrapper .tab-content .tab-pane .tab-item .employee-data ul {
  list-style-type: none;
  margin-left: 0px;
}

#employee-tabs-wrapper .tab-content .tab-pane .tab-item .employee-data ul li {
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

#employee-tabs-wrapper .tab-content .tab-pane .tab-item .employee-data ul li.phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3cd";
  width: 20px;
  display: inline-block;
  text-align: center;
}

#employee-tabs-wrapper .tab-content .tab-pane .tab-item .employee-data ul li.mail::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  width: 20px;
  display: inline-block;
  text-align: center;
}

#employee-tabs-wrapper .tab-content .tab-pane .tab-item .employee-data ul li a {
  margin-left: 3px;
  text-decoration: none;
  color: #000000;
}

#employee-tabs-wrapper .tab-content .tab-pane .tab-item .employee-data ul li a:hover {
  text-decoration: underline;
}

#employee-tabs-wrapper .tab-content .tab-pane .tab-item .employee-opening {
  display: block;
  margin-bottom: 30px;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- BOOTSTRAP MEDIA QUERIES --------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
@media (max-width: 575px) {
  #employee-tabs-wrapper ul.employee-pills li a {
    padding: 10px;
    font-size: 17px;
    width: auto;
  }
}
