.portfolio-filter.mb80{
    margin-bottom: 80px;
}
.portfolio-filter a {
    margin: 0 10px;
    border-color: #f3f3f3;
}

.portfolio-filter .btn-primary {
    border-color: #333;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    background-color: transparent;
    padding: 15px 0px;
    letter-spacing: 1px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: none;
    border-bottom: 3px solid;
    font-size: 13px;
}
    .portfolio-filter .btn-primary.active {
        border-color: #408de3 !important;
        color: #408de3 !important;
        background-color: transparent !important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        box-shadow: none !important;
    }
.portfolio-items {
    margin-left: -15px;
    margin-right: -15px;
}
.nopadding-lr {
    padding-left: 0!important;
    padding-right: 0!important;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.hover-item {
    position: relative;
    overflow: hidden;
}
.hover-item img {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    padding:15px;
}
.hover-item:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.smoothie, .smoothie:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.overlay-item-caption {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    text-shadow: 0 0 1px #000;
}
.hover-item-caption {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    z-index: 2;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hover-item:hover .hover-item-caption {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hover-item-caption h3, .hover-item-caption .smoothie {
    top: 50%;
    position: relative;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 999;
}
.hover-item-caption h3, .overlay-item-caption h3 {
    margin: 14px 0 26px;
    color: #222;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 6px;
    text-transform:uppercase;
}
.hover-item-caption h3 {
    padding: 0 20px;
}
.hover-item-caption:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
    -webkit-box-shadow: inset 0 0 0 1px #000000;
    box-shadow: inset 0 0 0 1px #000000;
    opacity: 0.5;
}
.hover-item-caption a.btn, .overlay-item-caption a.btn {
    margin: 0 15px;
    z-index: 10;
}
.lb-link.smoothie {
    border-color: #333;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    background-color: transparent;
    padding: 15px 0px;
    letter-spacing: 1px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: none;
    border-bottom: 3px solid;
    font-size: 13px;
    box-shadow: none;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: 0.99;
}
.mfp-figure:after{
      box-shadow: none;
    background: none;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
      color: #333;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    cursor: pointer !important;
}

@media screen and (max-device-width:767px) and (min-device-width:450px){
    .col-sm-3.col-xs-12.portfolio-item{width:50%;}
}