@import "lightbox.min.css";
.skew-mod-2::before {
    bottom:4rem
}
header, .is_stuck {
    background: url("../images/header_bg.jpg") repeat-x center top !important;

}
.stuck_container {
    background: url("../images/header_bg.jpg") repeat-x center top !important;
    background-size: auto 100%;
    box-shadow:0 0 8px 1px #000000;
}
.dropdown-menu {
   top:48px;
    text-align:center
}
.well2 {
     padding-bottom: 4rem;
     padding-top: 3rem;
 }
.contact_info h4 {
    margin-top:25px;
    line-height:2rem;
}
#thumbs a::after {
    background-color: #303030;
    border-radius: 7px;
    bottom: -136px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: white;
    content: attr(title);
    display: inline-block;
    font-size: 10px;
    max-width: 100px;
    min-height: 8px;
    overflow: hidden;
    padding: 2px 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.caption_imagini {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    text-align:center;
    font-size:1.3rem;
    line-height:3rem;
    color:#fff;
    background:rgba(0,0,0,.2);
    z-index:100005;
    font-weight:400;
    text-transform:uppercase;
}
.nume_produs {
    background-color: #E81F20;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    padding: 5px 0;
}
.nume_produs .box_inner {
    text-align:center;
}

.descriere_produs p{
	margin-top: 0.3rem;
}
@media screen and (max-width:991px) {
    .img_produs {
        clear:left;
        float:none;
        margin-top:25px !important;
    }
}
.div-produs:nth-child(4n+1){
    clear:left
}