@charset "utf-8";
/* CSS Document */

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 15px;
	color:4a4a4a;
   
    text-align: center;
	font-family: 'Conv_Neutra2Text-Demi';
	text-transform:uppercase;
	border:none;

   
  

}
.filter-button:hover
{
  	font-family: 'Conv_Neutra2Display-Titling';
	background:none;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.blog_img
{
    margin-bottom: 30px;
	background:#212322;
	position:relative;
	
	
}
.blog_img img{
	opacity:0.2;
	
	}
