
/* ============================================================
  GLOBAL
============================================================ */
	
	.effects .img {
	  position: relative;
	  float: left;
	  margin-bottom: 5px;
	  width: 100%;
	  overflow: hidden;
	}
	.effects .img:nth-child(n) {
	  margin-right: 0;
	}
	.effects .img:first-child {
	  margin-left: 0;
	}
	.effects .img:last-child {
	  margin-right: 0;
	}
	.effects .img img {
	  display: block;
	  margin: 0;
	  padding: 0;
	  max-width: 100%;
	  height: auto;
	}
	.overlay {
	  display: block;
	  position: absolute;
	  z-index: 20;
	  background: rgba(0, 0, 0, 0.7);
	  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, a.expand-text {
	  display: block;
	  position: absolute;
	  z-index: 100;
	  width: 60px;
	  height: 60px;
	  text-align: center;
	  color: #fff;
	
	  font-weight: 400;
	  font-size: 12px;
	  	 
	}
	a.expand-text  {
		width:100%;
		border:0px;
	}
	

/* ============================================================
  EFFECT 3 - SLIDE IN LEFT
============================================================ */
	#our-team .overlay, #grid .overlay {
	  top: 0;
	  bottom: 0;
	  left: 0;
	  width: 0;
	  height: 100%;
	}
	#our-team .overlay a.expand, #grid .overlay a.expand {
	  top: 0;
	  bottom: 0;
	  left: 12%;
	  margin: auto 0 auto -30px;
	}
	#our-team .overlay a.expand 	{
	  top: 33%;
	  left: 12%;
	  margin:0 -28px;
	}
	#our-team .img.hover .overlay, #grid .img.hover .overlay  {
	  width: 100%;
	}
	#grid .overlay a.extend-icon, #grid .overlay a.extend-icon-two  {
		left:35%;
		background-color:rgba(8,146,208,0.4);
		border:0px;
		padding-top:9px;
		font-size:20px;
	}
	#grid .overlay a.extend-icon-two  {
		left:60%;
	}
	#grid img  {
		width:100%;
	}
	#our-team .overlay a 	{
		text-decoration:none;
	}

	.social-media {
		list-style: none;
		display: inline-block;
		margin-left:10px;
		
	}
	

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
	
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: /*whatever width you want*/;
}



