body {
  background-color: #80a1d4;
}

.heading {
  height: 100px;
  background-color: #27557d;
  color: #fff;
}

@media (max-width: 991px) {
  .heading {
    height: 180px;
  }
  .heading .gallery-info {
    text-align: center;
  }
}

.heading input,
.heading .btn {
  border: none;
  height: 34px;
}

.heading .btn.tag-dropdown {
  border-left: 1px solid #ccc;
}

.heading .gallery-title {
  font-size: 24px;
}

.heading img.gallery-logo {
  height: 80px;
}

.heading .gallery-info {
  margin-top: 30px;
}

.heading .list-controls {
  margin-top: 30px;
}

.gallery-description {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  font-size: 20px;
}

.apis {
  margin-top: 40px;
  margin-bottom: 80px;
  min-height: 500px;
}

.tag-dropdown {
  min-width: 120px;
}

.tag-tabs > li > a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bg-white {
  background-color: #fff;
}

hr.no-margin-bottom {
  margin-bottom: 0px;
}

.xs-view {
  padding: 10px;
}

.xs-view-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.xs-view-title,
.list-view-title {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-view {
  padding-left: 15px;
  padding-right: 15px;
}

.list-view-item {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #fff;
  min-height: 120px;
}

.tag-view .list-view-item {
  margin-bottom: 0px;
  border-radius: 0px;
  border-top: 1px solid #333;
}
.tag-view .list-view-item.list-view-item-first {
  border-top: none;
}

.tag-view .view-style-gallery {
  margin-top: 30px;
}

.list-view-description {
  padding-right: 30px;
  font-size: 16px;
}

.list-view-description .alert {
  margin-bottom: 0px;
}

.link-fill-parent {
  position: relative;
}

a.link-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

img.api-logo {
  max-height: 100%;
  max-width: 100%;
  padding: 5px;
}

img.api-list-logo {
  max-width: 50%;
  max-height: 60px;
  padding: 5px;
}

.list-view-item .list-view-title {
  padding-top: 16px;
}
