.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: 20px;
    border: 1px solid #ebf0f7;
    border-radius: 6px;
    text-align: center;
    color: #9ba8b3;
    margin-bottom: 30px;
	box-shadow: 0 0 1px 2px #f1f1f1;
	background: #f8fafd;
	padding: 15px 22px;
	margin-left: 6px;
	margin-right: 6px;
	

}
.filter-button:hover
{
    /*font-size: 18px;*/
    border: 1px solid #dfe6f2;
    border-radius: 5px;
    text-align: center;
    color: #fe7c4b;
    background-color: #fff;
	box-shadow: 0 0 1px 2px #f1f1f1

}
.btn-default:active .filter-button:active
{
    background-color: #fff;
    color: #fe7c4b;
	box-shadow: 0 0 1px 2px #f1f1f1;
}
.portfolio .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default
{
	background-color: #fff;
    color: #fe7c4b;
	box-shadow: 0 0 1px 2px #f1f1f1;
}



.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
