/*******************************************
***          YT Framework: css          ***
*******************************************/


/* Medium devices Desktops  
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
	
}

/* Small devices Tablets	
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {
	
}

/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px){
	
}
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
#yt_breadcrumb #breadcrumb .breadcrumb > li.title-breadcrumbs {
    width: 100%;
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    background-size: cover;
    line-height: 30px;
    padding: 85px 0 10px;
    margin: 0 0 90px;
}

.item-page .article-header h3, .item-page .article-header h2 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 22px;
    text-transform: uppercase;
}