

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
padding: 0;
list-style-type: none;
}

/* Project start */

.project{
  background:#f5f5f5;
  padding:95px 0;
  }
.project .heading h2{
  margin-bottom:40px;
  }
.project .heading h2:after{
  margin:0 auto;
  }
.project .heading p{
  margin-bottom:25px;
  line-height:32px;
  font-size:16px;
  color:#777;
  padding: 0 320px;
  font-weight: 500;
  }
.pro-item-info {
    background: #fff;
    bottom: -90px;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: 100%;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}


.p-more{
  display:inline-block;
  border-bottom:1px solid #9f9f9f;
  font-weight:600;
  color:#999;
  text-transform:uppercase;
  }
.p-more:hover{
  color:#ffa800;
}




/* new */


/* .iso-container li {    
    margin: 2px 2px -3px 2px;
 
    width: inherit;  This makes the next two lines work in IE8.
  max-width: 98%; Add !important if needed.
  height: auto;    Add !important if needed.
  float: left;  
} */


.outer-container li {   
  width: inherit;  /* This makes the next two lines work in IE8. */
  max-width: 100%; /* Add !important if needed. */
  height: auto;    /* Add !important if needed. */
  overflow: hidden;
  position: relative;
}

/* .iso-container li {
    left: 0;
    overflow: hidden;
    position: relative;
    right: 0;
  width:100%;
  margin:0 2px;
} */

.iso-container .mix{
  text-align: left;
  /*padding: 1%;*/
  display: none;  
  -webkit-backface-visibility: hidden;  
  -webkit-transform-origin: 50% 0;
}

/* .outer-iso-container {  
    max-width: 1920px;
    margin: 0 auto; 
} */


.iso-container{
  margin:0 15px;
  }
.project .heading{
  margin-bottom:85px;
  }

.isotop-buttons {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 45px;
  padding: 5px 0;
  margin: 0 15px 30px 15px;
}
.isotop-buttons > ul {
    margin-bottom: 0;
}
.isotop-buttons li {
    display: inline-block;
    margin-right: 20px;
  -moz-margin-top: 10px;
}
.isotop-buttons li:last-child {
    margin-right: 0;
}
.isotop-buttons li button{
  border: medium none;
  background:transparent;
    color: #999;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-right: 0;
    padding: 3px 15px 0 15px;
    text-shadow: none !important;
    text-transform: uppercase;
  }
.isotop-buttons li:hover > button,
.isotop-buttons li.active > button
 {
    background: #ffb700 none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 40px;
    box-shadow: none;
    color: #fff !important;
    margin: 0;
    text-shadow: 0 1px 0 #fff;
}


.iso-container li img {
    width: 100%;
    padding:3px;
}
.iso-container li .pro-item-info{
  position:absolute;
  bottom:-100%;
  }
.iso-container li:hover .pro-item-info{
  bottom:0;
  }

@media (min-width: 991px){  

.iso-container{
-moz-column-count: 4;
-moz-column-gap: 0px;
-webkit-column-count: 4;
-webkit-column-gap: 0px;
column-count: 4;
column-gap: 0px;
}

}



/* Project end */

@media (max-width: 1024px){  

.isotop-buttons li {
    margin-right: 25px;
}



}


@media (max-width: 991px){  

.isotop-buttons li {
    margin-right: 15px;
}
.isotop-buttons {
    padding: 6px 0;
}


}




@media (max-width: 980px){  
.iso-container{
-moz-column-count: 3;
-moz-column-gap: 0px;
-webkit-column-count: 3;
-webkit-column-gap: 0px;
column-count: 3;
column-gap: 0px; 
}  
}


@media (min-width: 768px) and (max-width: 978px) {

.isotop-buttons li {
    margin-right: -19px;
}
}



@media (max-width: 767px){  

.isotop-buttons li {
    display: block;
    margin-bottom: 5px;
}
.isotop-buttons {
    padding: 15px;
    border-radius:0;
}
}


@media (max-width: 640px){  
.iso-container{
-moz-column-count: 2;
-moz-column-gap: 0px;
-webkit-column-count: 2;
-webkit-column-gap: 0px;
column-count: 2;
column-gap: 0px; 
}  
}
@media (max-width: 480px){  
.iso-container{
-moz-column-count: 1;
-moz-column-gap: 0px;
-webkit-column-count: 1;
-webkit-column-gap: 0px;
column-count: 1;
column-gap: 0px; 
}  
}

