.page-portfolio .page-masthead .jumbotron {
  background-color: #f9f9fc;
}
.page-portfolio .page-masthead .jumbotron h1 {
  margin-bottom: 0;
}
.page-portfolio .page-masthead .jumbotron p {
  color: inherit;
}
.page-portfolio .page-masthead .jumbotron .pd-labels {
  text-shadow: none;
}
.page-portfolio .sec-blog {
  margin-top: 0;
}
@media (min-width: 992px) {
  .view-category .page-portfolio .page-masthead .jumbotron p {
    max-width: 60%;
    margin: 0 auto;
  }
}
.porfolio {
  padding-top: 52px;
  padding-bottom: 52px;
}
.porfolio .row {
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
.porfolio > .row {
  margin-bottom: 26px;
}
.porfolio .thumbnail {
  border: 0;
}
.pd-filters {
  z-index: 1000;
  margin-top: -52px;
  background-color: #f9f9fc;
  position: relative;
}
.pd-filters .container {
  padding-top: 26px;
  padding-bottom: 26px;
}
@media only screen and (max-width: 1199px) {
  .pd-filters {
    margin-top: -26px;
  }
}
@media only screen and (max-width: 768px) {
  .pd-filters {
    margin-top: 0;
  }
  .pd-filters .container {
    padding-bottom: 26px;
  }
}
.pd-platforms {
  display: inline-block;
}
.pd-platforms .btn-logo {
  padding: 7px 8px;
  box-shadow: none;
  border-right: 1px solid #f2f2f7;
}
.pd-platforms .btn-logo:last-child {
  border-right: 0;
  margin-left: 0;
}
.pd-filters .pd-tags {
  text-align: center;
}
.pd-filters .pd-tags ul > li {
  margin-bottom: 13px;
}
.pd-filters .pd-tags ul > li > a {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #636366;
}
.pd-filters .pd-tags ul > li > a:hover,
.pd-filters .pd-tags ul > li > a:focus,
.pd-filters .pd-tags ul > li > a:active {
  background: #e5f2ff;
  color: #007aff;
}
.pd-filters .pd-tags ul > li.active > a {
  border-color: transparent;
  background-color: #007aff;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.pd-filters .pd-tags ul > li.show-all > a {
  background-color: #34c759;
  border-color: #34c759;
  color: #ffffff;
  font-weight: 600;
}
.pd-filters .pd-tags ul > li.show-all > a:before {
  content: "\f055";
  font-family: FontAwesome;
  margin-right: 5px;
  font-weight: 400;
}
.pd-filters .pd-tags ul.all-tags > li.show-all > a:before {
  content: "\f056";
}
.pd-filters .pd-search {
  margin-bottom: 26px;
  text-align: center;
}
.pd-filters .pd-search .form-group {
  background: #ffffff;
  border: 2px solid #d2d2e4;
  border-radius: 5px;
  padding-right: 1px;
  position: relative;
  margin: 0 26px;
}
@media screen and (min-width: 768px) {
  .pd-filters .pd-search .form-group {
    margin: 0 auto;
    width: 50%;
  }
}
.pd-filters .pd-search .form-control {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: inline-block;
  padding-right: 40px;
}
.pd-filters .pd-search #pd-search-input {
  border-radius: 5px;
  font-size: 18px;
  padding: 0 100px 0 17.33333333px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.pd-filters .pd-search .btn {
  background: #636366;
  border-radius: 3px;
  border: 0;
  color: #ffffff;
  padding: 0 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
}
.pd-filters .pd-search .btn:hover,
.pd-filters .pd-search .btn:focus,
.pd-filters .pd-search .btn:active {
  background-color: #34c759;
}
.porfolio .item-state {
  width: 70px;
  height: 70px;
  background: url(../../../images/porfolio-item-states.png) no-repeat center top;
  display: block;
  text-indent: -9999em;
  position: absolute;
  top: -1px;
  right: -1px;
}
.porfolio .state-free {
  background-position: center -70px;
}
.porfolio .state-hot {
  background-position: center -140px;
}
.porfolio .state-popular {
  background-position: center bottom;
}
.porfolio .item-demo-url {
  margin-top: 13px;
}
.pd-item-banner {
  margin-bottom: 50px;
}
.row-porfolio-banner {
  margin-bottom: 50px;
}