body {
  font-family: Arial;
}

a:focus {
  outline: none;
}

.portfolioFilter {
  padding: 30px 0;
}

.portfolioFilter a {
  margin-right: 0px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 9px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom:5px;
}

.portfolioFilter a.current {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;
}
.portfolioContainer{
   
}
.product_img1 img {
  margin: 1px;
   
  width:226px !important;
  height:120px !important;
}

.product_img2 img {
  width:83px !important;
  height:120px !important;
}

.isotope-item {
  z-index: 2;
}



.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}



.product_text h3{
	font-size:15px; 
	font-weight:bold;
	padding:5px 0;
	text-align:left;
}
.product_text p{
	font-size:12px; 
 	 
}
 
.margin_right{
	margin-right:10px;
	margin-left:10px;
}

@media screen and (max-width: 1282px) {

	.product_img1 img {
    margin: 1px;
    width: 210px !important;
    height: 100px !important;
}

.product_img2 img {
    width: 83px !important;
    height: 100px !important;
}
}


@media screen and (min-width: 1600px) {

	.product_img1 img {
   margin: 1px;
    width: 275px !important;
    height: 148px !important;
}

.product_img2 img {
        width: 99px !important;
    height: 150px !important;
}
}	