.gallery-box .gallery-post {
  width: 33.333333%;
  position: relative;
  overflow: hidden;
  float: left;
}
.gallery-box .gallery-post img {
  width: 100%;
}
.gallery-box .gallery-post .hover-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100%;
  padding: 20px 25px;
  background: #222222;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.gallery-box .gallery-post .hover-box h2 {
  color: #FFFFFF;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
}
.gallery-box .gallery-post .hover-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #FFFFFF;
}
.gallery-box .gallery-post .hover-box h2 a:hover {
  color: #FF8800;
}
.gallery-box .gallery-post .hover-box span {
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 0;
  font-size: 12px;
}
.gallery-box .gallery-post:hover .hover-box {
  bottom: 0;
}


.container {
  max-width: 100%;
}

.gallery-page-section {
  padding: 10px 0;
}
.gallery-page-section ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}
.gallery-page-section ul.filter li {
  display: inline-block;
  margin: 0 15px;
}
.gallery-page-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #AAAAAA;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: 1.3px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.gallery-page-section ul.filter li a.active,
.gallery-page-section ul.filter li a:hover {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.gallery-page-section .gallery-box {
  width: 920px;
  margin-left: 80px;
}
.gallery-page-section .gallery-box .gallery-post {
  width: 267px;
  margin: 15px;
}
.gallery-page-section .gallery-box .gallery-post img {
  width: 173px;
}