@charset "UTF-8";
/* CSS Document */



/* ============================================================
  GLOBAL
============================================================ */
.effects {
	padding-left: 0px;
	text-align: center;
}
.effects .gallery_item {
	position: relative;
	width: 31.9%;
	overflow: hidden;
	display: inline-block;
	height: auto;
	margin: 10px;
	text-align: center;
	float: left;
}

.effects .gallery_item:nth-child(n) {
  margin-right: 5px;
}
#spacer_new {
	display: inline-block;
	float: left;
	width: 5px;
}
.effects .gallery_item:first-child {
  margin-left: 0px;
}
.effects .gallery_item:last-child {
	margin-right: 0px;
}
.effects .gallery_item img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

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;
	width: 90%;
	height: auto;
	text-align: left;
	color: #3b535f;
}
#gallery_project_title {
	font-size: 1.2em;
	text-align: left;
	display: block;
	height: auto;
	width: auto;
	font-family: 'BebasNeue';
	margin-bottom: .5em;
}
#gallery_project_description {
	font-family: Roboto;
	font-size: 0.8em;
	color: #848589;
	text-align: left;
	display: block;
}

/* ============================================================
  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 .gallery_item.hover .overlay {
  height: 40%;
}
@media only screen and (max-width: 2560px) {
  .effects {
    padding-left: 5px;
  }
  .effects .gallery_item {
    width: 32%;
  }
  .effects .gallery_item:nth-child(n) {
    margin-right: 0px;
  }
  .effects .gallery_item:first-child {
    margin-left: 0px;
  }
  .effects .gallery_item:nth-child(2n-1) {
    margin-left: 10px;
  }
  .effects .gallery_item:nth-child(2n) {
    margin-right: 0px;
  }
  .effects .gallery_item:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .effects {
    padding-left: 0px;
  }
  .effects .gallery_item {
    width: 30%;
  }
  .effects .gallery_item:nth-child(n) {
    margin-right: 0px;
  }
  .effects .gallery_item:first-child {
    margin-left: 0px;
  }
  .effects .gallery_item:nth-child(2n-1) {
    margin-left: 10px;
  }
  .effects .gallery_item:nth-child(2n) {
    margin-right: 0px;
  }
  .effects .gallery_item:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .effects {
    padding-left: 0px;
  }
  .effects .gallery_item {
    width: 47%;
  }
  .effects .gallery_item:nth-child(n) {
    margin-right: 0px;
  }
  .effects .gallery_item:first-child {
    margin-left: 0px;
  }
  .effects .gallery_item:nth-child(2n-1) {
    margin-left: 10px;
  }
  .effects .gallery_item:nth-child(2n) {
    margin-right: 0px;
  }
  .effects .gallery_item:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .effects .gallery_item {
	width: 92%;
	margin-left: 13px;
  }
  .effects .gallery_item:nth-child(n) {
    margin-right: 0px;
  }
  .effects .gallery_item:first-child {
    margin-left: 0px;
  }
  .effects .gallery_item:nth-child(2n-1) {
    margin-left: 13px;
  }
  .effects .gallery_item:nth-child(2n) {
    margin-right: 0px;
  }
  .effects .gallery_item:last-child {
    margin-right: 0px;
  }
  .effects .gallery_item img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 520px) {
  .effects .gallery_item {
	width: 92%;
	margin-left: 13px;
  }
  .effects .gallery_item:nth-child(n) {
    margin-right: 0px;
  }
  .effects .gallery_item:first-child {
    margin-left: 0px;
  }
  .effects .gallery_item:nth-child(2n-1) {
    margin-left: 13px;
  }
  .effects .gallery_item:nth-child(2n) {
    margin-right: 0px;
  }
  .effects .gallery_item:last-child {
    margin-right: 0px;
  }
  .effects .gallery_item img {
    margin: 0 auto;
  }
}
