h1.page-title__title category-brand__text--knock-out{padding-right: 10%;
    font-family: 'Roboto', sans-serif;}

.jumbotron{
        background-image: url(images/img_1343.jpg);
        color:#fff;
        }
        .container .jumbotron{border-radius: 0px;    margin-bottom: 18px;padding-left: 0px;    padding-bottom: 0px;
    padding-top: 15%;}
        .container .jumbotron h1
        {
            font-family: 'Julius Sans One', sans-serif;
            font-size: 2.5rem;
            
            }

.page-title {
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em;
    overflow: hidden;
}
ul.breadcrumb {
    list-style: none !important;
    padding: 8px 15px; */
     margin-bottom: 20px; 
     list-style: none; 
     background-color:transparent !important; 
     border-radius: 4px; 
     
}
ul.breadcrumb li,ul.breadcrumb li a{
    color: gray;
    font-weight: bold;
}
.breadcrumb>.active {
    color: #F3904F;   
}
h1:first-child {
    margin-top: 0;
}
/*.page-title__title h1{padding-right: 25%;}*/
.page-title__title {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding: .3em 1em .3em 2.5%;
    background: #DA4453;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #89216B, #DA4453);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #89216B, #DA4453); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color: #fff;
    }

.page-title__title:after {
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-color: #DA4453;
    border-width: 150px 40px 0 0px;
    -webkit-transform: scale(0.9999);
    transform: scale(0.9999);
    position: absolute;
    right: -39px;
    bottom: 0;
    height: 150px;
    width: 40px;
    content: "";
}
.breadcrumb {
    margin-top: 1%;
    margin-bottom: 1%;
    list-style: none;
     background-color: transparent; 
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.container .jumbotron h1 {
    font-size: 2rem;
}
