
/* ============================================================
  GLOBAL
============================================================ */
.effects {
  padding-left: 0;
}
.effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
}

.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.overlay h4{font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #fff; padding-top: 30px; text-transform: uppercase; font-weight: normal;}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;

  text-align: center;
  color: #f34b45;
	line-height: 50px;
  font-weight: 700;
  font-size: 14px;
  font-weight: normal;

}
a.expand:hover{color: #fff; text-decoration: none;}

/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  margin: 0 auto -30px auto;
}
#effect-1 .img.hover .overlay {
  height: 100%;
}
@media screen and (max-width: 1000px){
	.overlay h4{ padding-top: 20px; }
	}
@media screen and (max-width: 800px){
	.overlay h4{ padding-top: 45px; }
	}	
@media screen and (max-width: 600px){
	.overlay h4{ padding-top: 30px; }
	}		
@media screen and (max-width: 500px){
	.overlay h4{ padding-top: 15px; }
	}
@media screen and (max-width: 500px){
	.overlay h4{ padding-top: 35px; }
	}			