#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
}
#filters li {
    float: left;
}
#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#filters li span.active {
    background: #e95a44;
    color: #fff;
}
#portfoliolist {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#portfoliolist .portfolio.three-column {
    width: 29.2%;
    margin: 2%;
}
#portfoliolist .portfolio.four-column {
    width: 23%;
    margin: 1%;
}
.portfolio.four-column img {
    min-height: 150px;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: none;
    float: left;
    overflow: hidden;
}
.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
}
.portfolio .image {
    max-width: 100%;
    max-height: 220px;
}
.portfolio img {
    width: 100%;
    max-height: 220px;
    position: relative;
    top: 0;
    object-fit: cover;
}
.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 .desc a {
	color: #f29b09;
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding: 8px;
}
.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;
}
.portfolio .p_title {
    margin: 0;
    padding: 8px 0;
}
.portfolio .p_title a {
    text-decoration: none;
    box-shadow: none;
    color: #f29b09;
}
.portfoliolist a:focus {
    background: transparent !important;
    text-decoration: none !important;
}
/* #Clearing */

.portfolio_section #filters {
    text-align: center;
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.portfolio_section #filters li {
    float: none;
    display: inline-block;
    margin: 5px;
}
.portfolio_section #filters li span {
    background: #333;
    color: #fff;
    font-size: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.portfolio_section #filters li span.active,
.portfolio_section #filters li span:hover {
    background: #f29b09;
}
.portfolio_section .portfolio {
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
}
.portfolio_section .portfolio .desc p {
    margin: 10px 0 0px 0;
}
#quote-carousel .carousel-control {
    display: none;
}

.lightbox-opened {
  background-color: #333;
  background-color: rgba(#333, 0.9);
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 24px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
}
.portfolio .hovereffect {
    position: relative;
    display: block;
    cursor: pointer;
}
.portfolio .hovereffect:hover .zoom_btn {
    display: block;
}
.portfolio .hovereffect .zoom_btn {
    background: rgba(0,0,0,.60) url("../images/zoom.png") no-repeat scroll center center;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* Media Queries */
@media only screen and (min-width: 200px) and (max-width: 1280px) {
 #portfoliolist .portfolio.four-column img{ min-height: 135px; }
@media only screen and (max-width: 1086px) {
    #portfoliolist .portfolio.four-column img{ min-height: 115px; }
    #portfoliolist .portfolio .p_title, .portfolio_section #filters li span { font-size: 14px; }
    .portfolio_section #filters li { margin: 2px; }
    .portfolio .p_title { padding: 5px 0; }
} 
@media only screen and (max-width: 768px) {
    #portfoliolist .portfolio.four-column{ width: 31.3%; margin: 1%; }
}
@media only screen and (max-width: 540px) {
    #portfoliolist .portfolio.three-column, #portfoliolist .portfolio.four-column { width: 48%; margin: 1%; }
    #portfoliolist .portfolio.four-column img { min-height: 165px;}
    .portfolio img { min-height: 170px; }
}
@media only screen and (max-width: 460px) {
    #portfoliolist .portfolio.three-column img, #portfoliolist .portfolio.four-column img { min-height: 140px; }
}
@media only screen and (max-width: 380px) {
    #portfoliolist .portfolio.three-column, #portfoliolist .portfolio.four-column { width: 100%; margin: 1%; }
    #portfoliolist .portfolio.three-column img, #portfoliolist .portfolio.four-column img{ min-height: auto; }
}
}