@charset "UTF-8";
.bread-crumbs{
    font-size: 14px;
    color: #333333;
    line-height: 35px;
    border-bottom: solid 1px #505050;
}
.bread-crumbs a{
    color: #333333;
}
.article-title{
    font-size: 24px;
    color: #505050;
    line-height: 45px;
    letter-spacing: 1px;
}
.article-configuration{
    font-size: 14px;
    line-height: 35px;
    border-bottom: dashed 1px #9c9c9c;
}
.article-content p{
    font-size: 14px;
    color: #666666;
    text-indent: 2em;
    line-height: 23px;
    margin-bottom: 5px;
}
.article-content img{
    width: 100% !important;
    height: auto !important;
}
.context{
    border-top: solid 1px #9c9c9c;
    border-bottom: solid 1px #9c9c9c;
}
.context p{
    font-size: 14px;
    color: #505050;
    line-height: 25px;
}
.context a{
    color: #505050;
}
.context a:hover{
    color: #f44336;
}
.related-recommendation-title{
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/index/links-title-bg.png);
}
.related-recommendations{
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.related-recommendations a{
    border: solid 1px #e5e5e5;
}
.related-recommendations strong{
    font-size: 14px;
    color: #535353;
    line-height: 25px;
    background-color: #e5e5e5;
}
.related-recommendations a img{
    height: 180px;
}
@media (max-width: 575px){}
@media (max-width: 767px){}
@media (max-width: 991px){
    .related-recommendations a img{
        height: 110px;
    }
}
@media (max-width: 1199px){}