
 
#filters {
    color: #696969;
    font-size: 15px;
    margin: 0;
    padding:0;
  list-style:none;
    text-align: center;
}

  #filters li {
    display: inline-block;
    vertical-align: top;
        padding: 0 19px;
  }
  
  #filters li span {
    color: #696969;
    cursor: pointer;
    display: block;
    padding: 10px 0 0 0;
    text-decoration: none;
  }
  
  #filters li:hover > span{
    color: #0089cd;
    border-bottom: 1px solid #0089cd;
  }
  #filters li span.active {
    color: #0089cd;
    border-bottom: 1px solid #0089cd;
  }
 

 
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
    display: none;
    margin: 25px 1.3% 1% 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    vertical-align: top;
        max-width: 320px;
}


#portfoliolist.portfoliolist-page .portfolio {
  width: 100%;
  max-width: none;
}
#portfoliolist.portfoliolist-page .portfolio p {
  text-align: center;
}
  .portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    background: #666;
    cursor:pointer;
  }

  .portfolio img {
    display: block;
    max-width: 100%;
    position: relative;
    top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);   
  }
  
  .portfolio .label {
    position: absolute;
    width: 100%;
    height:40px;
    bottom:-40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }

    .portfolio .label-bg {
      background: #e95a44;
      width: 100%;
      height:100%;
      position: absolute;
      top:0;
      left:0;
    }
  
    .portfolio .label-text {
      color:#fff;
      position: relative;
      z-index:500;
      padding:5px 8px;
    }
      
.portfolio .text-category {
        display:block;
        font-size:9px;
      }
  
  .portfolio:hover .label {
    bottom:0;
  }
.port-image-box {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  max-width: 320px;
}
.portfoliolist-page .port-image-box {
max-width: 600px;
}
.port-btn {
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background:url(../images/popup-image.png) no-repeat center center rgba(105,105,105,0.7);
  visibility: hidden;
  z-index: 1;
}
.port-image-box:hover .port-btn , .port-image-box:hover .port-read-more {
visibility: visible;
}
.port-read-more {
  position: absolute;
  right: 0;
  top:0;
  width: 50%;
  height: 100%;
  visibility: hidden;
  z-index: 2;
}
.portfolio p {
  font-size: 14px;
  line-height: 25px;
  color: #696969;
  padding: 0 0 25px 0 ;
  text-align: left;
  font-family: 'SinkinSans-400Regular';
}
.portfolio .more {
  font-size: 14px;
  line-height: 25px;
  color: #696969;
  text-align: left;
}
.read-more {
  display: block;
  vertical-align: top;
  font-size: 12px;
  background: #696969;
  line-height: 1em;
  padding: 7px 10px;
  color: #ffffff;
  text-decoration: none;
  max-width: 130px;
  margin-top: 11px;
  text-align: center;
}
.read-more:hover {
  background: #0089cd;
color: #ffffff;
}
  /* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px; 
  }
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container { 
    width: 95%; 
  }
  
  #portfoliolist .portfolio {
    width:98%;
    margin:1%;
    max-width: 320px;
  }   
}

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 70%;
  }
}


@media only screen and (min-width:1100px){
#portfoliolist{
    margin: 0 0 30px;
}
#portfoliolist .portfolio{
    margin:25px 4% 1%;
    max-width: 25%;
}
}

