/*Gallery customizing--------------*/
.body {
 background-color: #666 !important;
}
.photo-gallery {
  color: ;
  background-color:#dddddd;
}
.photo-gallery p {
  color: ;
}
.photo-gallery h2 {
  margin-bottom: 10px;
  padding-top: 20px;
  color:inherit;
}
@media (max-width:767px) {
  .photo-gallery h2 {
  	margin-bottom: 25px;
  	padding-top: 25px;
	font-size: 18px;
  }
}
.photo-gallery .title {
  max-width: 900px;
  margin:0 auto 40px;
}
.photo-gallery .title p {
  margin-bottom: 0;
}
.photo-gallery .photos {
  padding-bottom: 20px;
}
.photo-gallery .item {
  padding-bottom: 30px;
}

/*Gallery filtering--------------*/	
.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;
}



/*
.filter-button {
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
    background-color: #06ACB4;
}
.filter-button:hover {
    font-size: 18px;
    border: 1px solid #bbb;
    border-radius: 5px;
    text-align: center;
    color: #000;
    background-color: #bbb;
}
.btn-default:active .filter-button:active {
    background-color: #888 !important;
    color: #000;
}
.port-image {
    width: 100%;
}

		
