@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: 16px;
    /*border: 1px solid #42B32F;
    border-radius: 2px;*/
    text-align: center;
    color: #000;
    margin-bottom:0px;

}
.filter-button:hover
{
    font-size: 16px;
    border: 1px solid #0275e0;
    border-radius: 1px;
    text-align: center;
    color: #ffffff;
    background-color: #0275e0;

}
.btn-default:active .filter-button:active
{
    background-color: #0275e0;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
	width:25%;
	float:left;
}
.gallery_product:nth-child(odd){
	background-color:#0275e0;
	color:#FFFFFF;
}
.gallery_product:nth-child(even){
	background-color:#02519e;
	color:#FFFFFF;
}
.gallery_product p{
	width:100%;
	height:70px;
	float:left;
	text-align:center;
	color:#fff;
	padding:13px 3px 0px;
	font-size:12px;
	margin-bottom:0px;
}
.gallery_product a img{
	width:100%;
}

.activeBTN{
	 background-color: #0275e0;
	 color:#FFFFFF;
}
.btn-default:active{
	background-color: #0275e0;
}
@media only screen and (max-width:768px){
	.gallery_product
{
	width:50%;
}
}
@media only screen and (max-width:480px){
.gallery_product
{
	width:100%;
}
}
