.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: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


/*New Sextion*/

.boxportfolio4 {
    float:left;
    width:22.90%;
    display:inline-block;
    margin-bottom:20px;
    position:relative;
    z-index:0;
    margin-left:20px;
    height: -220px;
}

.boxcontainer {
    border:1px solid #ededed;
    border-bottom:double medium #ececec;
    background:#fff;
    font-size:13px;
    text-align:center;
    transition:border 500ms ease-out;
    -webkit-transition:border 500ms ease-out;
    -moz-transition:border 500ms ease-out;
    -o-transition:border 500ms ease-out;
    position:relative;
    overflow:hidden;
}
.boxcontainer:hover {
    border-bottom:double medium #eaeaea;
}
.boxcontainer p {
    margin-bottom:10px;
    color:#666;
    padding: 0px 10px;
}
.boxcontainer h1 {
    font-size:13px;
    line-height:1;
    padding-left:10px;
    padding-right:10px;
    margin-top:15px;
}
.boxcontainer h1 a {
    padding-bottom:10px;
    border-bottom:1px solid #ebebeb;
    display:block;
    color:#666;
    line-height:20px;
    text-transform:uppercase;
}
.boxcontainer img {
    position:relative;
}

