.wowBack {
  background:#222;
  position:relative; overflow:hidden;
}
.wowWrap div {
  background:#27ae60; 
  display:block;
  width:100%;
  margin:5% 0;
  text-align:center;
  padding-top:20%;
  padding-bottom:20%;
}

.wowWrap {
  width:16.66%;
  float:left;
  padding: 0 .5%;
}

.wowWrap h4{
  position:fixed;
  z-index:200;
  width:100%;
  padding:1% 0% 1% 0%;
  margin:0;
  color:white;  
  font-size:1.35vw;
  background:rgba(22,22,22,.3)
}

.wowWrap div:first-of-type{
  margin-top:25%; }

/*I've assigned class wHighlight to all the animate.css classes that add elements onto the page with delay.  */
.wHighlight {background:#28a !important}
.work-main-body {
  padding-top: 100px;
  padding-bottom: 70px;
}

.simpleportfolio-filter {
  text-align: center;
  margin-bottom: 30px;
}
.simpleportfolio-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.simpleportfolio-filter ul li {
  float: left;
  display: block;
  margin: 0 5px;
  display: block;
  padding: 5px 10px;
  background-color: transparent;
  color: #777;
  letter-spacing: 2px;
  cursor: pointer;
}
.simpleportfolio-filter ul li.active, .simpleportfolio-filter ul li:hover {
  color: #1193d4;
  text-decoration: underline;
}

.simpleportfolio-items .simpleportfolio-item {
  position: relative;
  overflow: hidden;
}
.simpleportfolio-items .simpleportfolio-item img {
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@media (max-width: 767px) {
  .simpleportfolio-items .simpleportfolio-item img {
    width: 100%;
  }
}
.simpleportfolio-items .simpleportfolio-item .overlay {
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(17, 147, 212, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle {
  display: table;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle .simpleportfolio-btns a {
  padding: 7px 12px;
  margin: 3px;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  font-weight: normal;
  color: #1193d4;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display: inline-block;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle h3 {
  margin-top: 10px;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin-bottom: 0;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle h3 a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle .simpleportfolio-tags {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 1;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.simpleportfolio-items .simpleportfolio-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.simpleportfolio-items .simpleportfolio-item:hover .overlay {
  opacity: 1;
}
.simpleportfolio-items .simpleportfolio-item:hover .simpleportfolio-btns a {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.simpleportfolio-items .simpleportfolio-item:hover .simpleportfolio-btns a:hover {
  background: transparent;
  color: #fff;
}
.simpleportfolio-items .simpleportfolio-item:hover h3 {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.simpleportfolio-items .simpleportfolio-item:hover .simpleportfolio-tags {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.simpleportfolio-items .simpleportfolio-columns-3 {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .simpleportfolio-items .simpleportfolio-columns-3 {
    width: 100%;
  }
}
.mfp-figure figure {
  padding: 25px 25px 0;
  display: inline-block;
  background: #fff;
  border-bottom: 25px solid transparent;
  overflow: auto;
}