/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#works,
.works {
	/*width: 1000px;*/
 /*display: flex;
  justify-content: center;*/
  /*width: 100%;*/
	margin: 30px auto;
  margin-left: 80px;
  /*margin-right: 50px;*/

}
#filter li {
  display: block;
	float: left;
	list-style: none;
	margin-left: 15px;
  margin-bottom: 30px;
}
#filter li a {
    /*background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    display: block;
    color: #666;*/
    transition: all 0.4s ease;
    
}
#filter li a:hover,
#filter li a.current {
   background: #3726F2;
   color: #fff;
}

.clearfix-btn{
  /*margin-left: 150px;
  margin-right: 150px;*/
  /*padding-right: 135px;*/
  padding-left: 135px;
}
.work {
	width: 400px;
	float: left;
	margin: 0 9px 10px;
  /*border: 7px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);*/
}
.work div {
	position: relative;
}
.work div h3 {
	background: rgba(0,0,0, .7);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
/*.work div p {
	background: rgba(0,0,0, .7);
	font-size: 14px;
	color: #eee;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 7px 0;
}*/

.work-btn{ 
  background: #248FFB;
  color: #ffffff; 
  font-weight: 500;
  font-size: 11px;
  padding: 14px 30px;
  border-radius: 50px;
  display: inline;
  letter-spacing: 0.2em;
  text-decoration: none;  
  /*transition: all 0.5s ease;*/
  /*text-transform: uppercas*/
}

.work-btn:hover {
  background: #3726F2;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 425px) {

.clearfix-btn{
  /*margin-left: 150px;
  margin-right: 150px;*/
  /*padding-right: 135px;*/
  padding-left: 0px;
}

#works,
.works {
  /*width: 1000px;*/
 /*display: flex;
  justify-content: center;*/
  /*width: 100%;*/
  margin: 30px auto;
  /*margin-left: 80px;*/
  /*margin-right: 50px;*/

}

.work {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    border: 0px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
}

}