.product_main_banner {
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: normal;
    padding-left: 50px;
}

.product_banner_sub {
    padding: 30px 0;
    font-style: italic;
}

.product_banner_sub a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.product_banner_sub a:hover {
    color: #FFB800;
}

.active_product {
    color: #f9b90d !important;
}

.product_banner_sub span {
    padding: 5px;
}

.product_banner_title h1 {
    text-transform: uppercase;
    color: #f9b90d;
    font-weight: 600;
    margin: -14px 0;
    font-size: 70px;
}

.product_filter_part {
    padding: 30px;
}

.filter_part label {
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    color: #6d6c6c;
    margin: 0 10px 5px;
}

.filter_part {
    box-shadow: 0 3px 10px silver;
    padding: 20px;
}

/*select*/
.favorit_banner {
    text-transform: uppercase;
    margin: 20px 0;
}

.favorit_banner h2 span {
    font-weight: 600;
    font-size: 36px;
}

/**/
.tabs-content-container {
    margin-top: 0;

}

.project-thumbnail {
    position: relative;
    height: 260px;
    margin-bottom: 20px;
}

.project-thumbnail img {
    width: 100%;
    height: 100%;
}

.layer-darkness {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.project-thumbnail h3 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-transform: uppercase;
}

.project-thumbnail h3:hover a {
    color: #db190e;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}