#projects{
	  background-color: #f7f7f7;
  }
  .titleBlock h1{ 
      text-transform: uppercase;
      font-size: 24px;
	  padding:0px;
	  margin:0px 0px 24px 0px;
	  line-height: 36px;
	  font-weight: 400;   
  }
  .PortFolio_col3{	 
	  width:33.33%;
	  float:left;
	  padding:0px 15px;
	  box-sizing: border-box;
   }
   .PortFolio_item{
	       padding-top: 20px;
          background-color: #fff;
	   position:relative
	}
	#PortfolioProject{
		margin: 0px -15px;
	}
	.Portfolio_thumb{
		height: 293px;
		position:relative;
		    margin-top: 20px;
	}
	.Portfolio_thumb img{
		width:100%;
		height:100%;
    }
	.Portfolio_data{
		text-align: center;
    /* background-color: #fff; */
    /* font-size: 18px; */
    line-height: normal;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* height: 78px; */
    white-space: nowrap;
    padding: 0px 10px;
  }
	
	.PortFolio_item:hover .portfolio_bg,.PortFolio_item:active .portfolio_bg{
		    background-color: rgba(51,51,51,0.5);
	}
	.portfolio_bg{
		position: absolute;
		font-size: 0px;
		z-index: 2;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		transition: all 200ms ease-out;
		-webkit-transition: all 200ms ease-out;
	}
	.PortFolio_item:hover .portfolio_more{
		opacity:1;
	}
	.portfolio_more:hover {
		background-color: rgba(0,0,0,0.5);
	}
	.portfolio_more {
		  position: absolute;
		  z-index: 3;
		  left: 50%;
		  top: 50%;
		  width: 50px;
		  height: 50px;
		  text-align: center;
		  transition: all 200ms ease-out;
		  -webkit-transition: all 200ms ease-out;
		  cursor: pointer;
		  color: white;
		  background-color: #01AB8E;
		  border-radius: 25px;
		  margin-top:-25px;
		  margin-left:-25px;
		  opacity:0;
	}
	.pe-7s-more:before {
       content: "\e632";
	   display: block;
	   margin-top: 1px;
    }
	.portfolio_more i {
        font-size: 24px;
        line-height: 50px;
		display: inline-block;
		font-family: 'Pe-icon-7-stroke';
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
    }
.Portfolio_data label{
	    font-weight: normal;
		font-size: 12px;
		text-transform: none;
		line-height: 12px;
		margin: 0px;
		font-family: 'Open Sans',Arial !important;
		color: #B3B3B3;
		display: block;
}

@media (min-width: 1200px){
	.Portfolio_thumb{
		height:360px;
	}
}

 @media (max-width:991px){
	.Portfolio_thumb{
		 height:220px;		 
	 }
 }
 @media (max-width:767px){
	 .PortFolio_col3{
		 width:400px;
		 float: none;
		 margin:auto;
		 padding: 0px;
		 margin-bottom:30px;		 
	 }
	 .PortFolio_col3:last-child{
		 margin-bottom:0px;
     }
	 .Portfolio_thumb{
		 height:400px;
		 width:400px;		 
	 }
 }
 
 @media (max-width:450px){
	 .PortFolio_col3{
		 width:100%;
		 float: none;
		 margin:auto;
		 padding: 0px;
		 margin-bottom:30px;		 
	 }
	 .PortFolio_col3:last-child{
		 margin-bottom:0px;
     }
	 .Portfolio_thumb{
		 height:100%;
		 width:100%;		 
	 }	 
 }
 
