#about_title{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-image: url("../img/about_capa.jpg");
}

.breadcrumb li a{

    text-decoration: none;
    color: white;
}

.breadcrumb > li + li:before {
    color: white;
    content: ">";
    padding: 0 5px;
}


#about_title h3{
    font-size: 21px;
    margin-top: 79px;
    color: #fff;
}

#about_title h3 span{
    display:inline-block;
    border-top:1px solid #fff;
    padding-top:15px;
}

#about_text{
    background-color: #fff;
}

#about_text p{
    text-align: justify;
    font-size: 13px;
    color: #787878;
}

#about_text .title{
    color: #000;
    margin-bottom: 20px;
}
#about_text .row{
    margin-top: 30px;
    margin-bottom: 30px;
}


#about_goals p{
    text-align: justify;
    font-size: 13px;
    color: #787878;
}

#about_goals .title{
    color: #000;
    margin-bottom: 20px;
}

#about_categorys{
    background-color: #fff;
}

#about_categorys h3{
    font-size: 21px;
}

#about_categorys h3 span{
    display:inline-block;
    border-top:1px solid black;
    padding-top:15px;
}

#about_categorys .row{
    margin-top: 30px;
    margin-bottom: 30px;
}

#about_categorys img {
    width: 100%;
}

.img-container img {
    display: block;
    width: 100%;
    opacity: 1;

}

.overlay{
    position: absolute;
    top: 37%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    list-style: none;
    text-align: center;

}

.overlay h4{
    font-family: 'Old Standard TT', serif;
    font-size: 24px;
    color:#fff;
    font-style: italic;
}

.overlay2{
    position: absolute;
    top: 37%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    list-style: none;
    text-align: center;

}

.overlay2 h4{
    font-family: 'Old Standard TT', serif;
    font-size: 24px;
    color:#fff;
    font-style: italic;
}

.overlay p{

    font-size: 11px;
    color:#9d9d9d;
    font-weight: bold;
}

.img-container:hover .overlay {
    opacity: 1;

}

.img-container:hover .opacityimg {

    opacity: 0.3 !important;
    transition: .5s ease;
}

.opacityimg{
   opacity: 0.7 !important;
}

.img-container:hover {

    background-color:rgba(0,0,0,1);


}

.img-container {

    background-color:rgba(0,0,0,1);


}

.padding-5{

    padding: 5px;
}

#about_video h3{
    font-size: 21px;
}

#about_video h3 span{
    display:inline-block;
    border-top:1px solid black;
    padding-top:15px;
}

#about_video .row{
    margin-top: 30px;
}

#about_video .row #information .col-md-3{
    background-color: #e3e3e3;
    height: 110px;
}

#about_video .row #information p{
    margin: 0;
    font-size: 13px;
    position: relative;
    top: 50%;
    transform: translateY(-100%);
}

#about_video .row #information .brown{
    margin: 0;
    font-size: 13px;
    color: #a08866;
    font-weight: bold;

}

#freestand, #washbasin{

    height: 350px;
}

@media (max-width: 991px){

    #freestand{

        height: 340px;
    }

    #casegoods{

        height: 169px;
    }

    #washbasin{

        height: 319px;
    }

}

@media(min-width: 992px) and (max-width: 1200px) {

    #freestand, #washbasin{

        height: 319px;
    }

    #casegoods{

        height: 169px;
    }

}
