.app-projects .projects-sort-label {
  margin-right: 3px;
  cursor: default;
}
.app-projects .dropdown-toggle {
  cursor: pointer;
}
.app-projects .projects-wrap {
  padding-top: 30px;
}
.app-projects .panel {
  padding: 10px;
  margin-bottom: 0;
}
.app-projects .blocks > li {
  margin-bottom: 30px;
}
.app-projects .overlay {
  margin-bottom: 12px;
  border-radius: 4px;
}
.app-projects .overlay .btn-group {
  position: absolute;
  top: 5px;
  right: 5px;
}
.app-projects .overlay .btn-icon {
  color: #bdbdbd;
}
.app-projects .overlay .btn-icon:hover {
  color: white;
}
.app-projects .overlay .project-button {
  color: white;
}
.app-projects .overlay .project-button:hover {
  background-color: white;
  color: #526069;
}
.app-projects .overlay-panel {
  background: rgba(38, 50, 56, 0.8);
}
