/** Company Page **/

.company-header h1 {
  font-size: 30px;
  margin-bottom: 0;
  margin-top: -5px;
}

.profile-picture img {
  border-radius: 15px;
}

@media (max-width: 767px) {
  .company-header h1 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 12px;
  }
}

.view-display-id-users_company {
  margin-bottom: 30px;
}








.card .nav-pills.nav-justified > li {
  display: table-cell;
  width: 1%;
}

.card .nav-pills.nav-justified li a{
  border-radius: 10px;
  background-color: #eeeeee;
  margin-left: 5px;
  margin-right: 5px;
  color: #888888;
}

.card .nav-pills.nav-justified li:first-child a {
  margin-left: 0;
}

.card .nav-pills.nav-justified li:last-child a {
  margin-right: 0;
}


.card .nav-pills > li.active > a,
.card .nav-pills > li.active > a:hover,
.card .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #222222;
}

.card .tab-content .views-element-container {
  margin-bottom: 0;
}

.card .tab-content h2 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.card #contacts .lock {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 20px;
}

.card #contacts .lock .glyphicon {
  margin-bottom: 30px;
  font-size: 40px;
}
