#phocagallery .pagination {
  display:block;
  margin:0;
}
#phocagallery .pagination .counter {
  float:none !important;
  position:relative;
  text-align:center;
  margin-top:-25px;
  margin-left: 100px;
  margin-right: 100px;
  color:#5C93AE;
  font-size:12px;
}
#phocagallery .pagination .pager {
  margin:0;
}

.phoca-cat-box, .phoca-img-box {
  display:block;
  height:270px;
  margin-bottom:30px;
  background-color: #e8e8e8;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  position: relative;
}
.phoca-cat-box .phoca-cat-name {
  color:#fff;
  font-size:16px;
  font-weight:600;
  background-color: rgba(33,33,33,.75);
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  padding: 3px 8px;
  font-family: "Open Sans";
}
@media (max-width: 1200px) {
  .phoca-cat-box, .phoca-img-box {
    height:220px;
  }
}
@media (max-width: 992px) {
  .phoca-cat-box, .phoca-img-box {
    height:260px;
  }
}
@media (max-width: 768px) {
  .phoca-cat-box, .phoca-img-box {
    background-image:none !important;
    height:auto;
  }
}