/* Typ 3 - Isotop */
.portfolio_product .grid-item {
    border-top: 0 none;
    margin-bottom: 15px;
    padding-bottom: 5px !important;
    padding-top: 0 !important;
    z-index: 1 !important;
    height: auto;
    overflow: hidden;
}
.portfolio_product .grid-item {
    display: block;
    float: left;
}
.portfolio_product .grid-item .item-wrap {
    background: #fff none repeat scroll 0 0 !important;
}
.portfolio_product .grid-item figure {
    margin-bottom: 0;
    position: relative;
    overflow: visible;
    z-index: 2;
}

.portfolio_product .grid-item figure figcaption {
    background-color: #1b59a2;
}
.portfolio_product .grid-item figure figcaption {
    backface-visibility: hidden;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}
.portfolio_product .grid-item figure:hover figcaption {
    transform: translate(0px, 0px);
    opacity: 0.3;
}
.portfolio_product .grid-item figure figcaption .thumb-info {
    backface-visibility: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
}

.portfolio_product .grid-item figure figcaption .thumb-info i {
    background-color: #78b132 !important;
    color: #ffffff;
}
.portfolio_product .grid-item figure figcaption .thumb-info i {
    border-radius: 45px;
    box-sizing: content-box;
    display: block;
    font-size: 20px;
    height: 24px;
    left: 50%;
    line-height: 30px;
    margin-left: -20px;
    margin-top: -20px;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    top: 50%;
    width: 24px;
}
.portfolio_product .grid-item figure > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
    display: block;
}

.portfolio_product .grid-item .details-wrap {
    background-clip: padding-box;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 28px 30px 30px;
}
.portfolio_product .grid-item h4, .portfolio_product .grid-item h4 a {
    font-size: 1rem;
    font-weight: 600;
    color: #1b59a2;
    height: 2.5rem;
    overflow: hidden;
}
.portfolio_product .grid-item .details-wrap .content {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    height: 8rem;
}
.portfolio_product .grid-item .details-wrap .content {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    height: 5rem;
    overflow: hidden;
}
.portfolio_product .grid-item .details-wrap .author {
    font-size: .75rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

a.btn.btn-info.intern-link.aNgreen {
    background: #78b132;
}
a.btn.btn-info.intern-link.aNblue {
    background: #1b59a2;
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
}

/* Controller */
.ekko-lightbox .modal-dialog {
    z-index: 2000;
}

.blog_content {
    margin: 2rem 0;
}

.thumbnail_row {
    position: relative;
    float: left;
    width: 100%;
}
.product_description {
    position: relative;
    float: left;
}
ul.detail_features, ul.detail_stock {
    list-style: outside none none;
    margin: 1rem 0;
    padding: 0;
    font-size: .875rem;
}
ul.detail_features li label {
    font-weight: 400;
    width: 40%;
}
ul.detail_stock li label {
    font-weight: 400;
    width: 60%;
}
ul.detail_stock li div.values {
    width: 35%;
    float: right;
}
ul.detail_stock li {
    clear: both;
    display: block;
}

@media screen and (max-width: 479px) {
    .portfolio_product .grid-item {
        width: 100% !important;
    }
}