.feature_box{
	background: #DBD7C7;
    padding-top: 71px;
    text-align: center;
    height: 170px;
    margin-bottom: 15px;
}
.feature_box:hover{
	background: #fff;
}
.feature_box_2{
	padding-top: 50px;
	height: 200px;
	background: #F5F5F5;
}
.feature_box_2:hover{
	background: #DBD7C7;
}
/*Gallery Start*/
.portfolio-menu{
    text-align:center;
}
.portfolio-menu ul li{
    display:inline-block;
    margin:0;
    list-style:none;
    padding:10px 15px;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
}
.portfolio-item .item{
    float:left;
    margin-bottom:10px;
}  
/*Gallery End*/