.hc__ht {
    display: none !important;
}

.hc__right {
    padding: 10px 0px !important;
}

.news-heading span {
    font-size: 12px;
    color: #0cf;
    position: absolute;
    bottom: 20px;
}

.tpp-widget .title-icon {
    display: none;
}

.tpp-widget .title {
    color: #333 !important;
    font-weight: 900 !important;
    font-size: 24px !important;
    line-height: 26px !important;
    margin: 0 0 20px !important;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: 0px !important;
}

.tpp-widget li {
    margin-bottom: 0px !important;
    border-top: 1px dotted #ccc !important;
    padding: 15px 0px 5px 0px !important;
}

.tpp-widget li .img-holder {
    width: 60px !important;
    height: 60px !important;
}

.tpp-widget .title-box {
    border-bottom: none !important;
}

.article-content {
    font-size: 16px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
}
.article-content p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 30px;
}
.article-content p b {
    font-weight: 700;
}
.article-content p + h2 {
    margin-top: 50px;
}
.article-content a {
    color: #00ccff;
}
.article-content a:hover {
    color: #2428a1;
    text-decoration: underline;
}
.article-content ul,
.article-content ol {
    margin: 30px 0;
    padding-left: 35px;
    list-style: none;
}
.article-content ol {
    counter-reset: list;
}
.article-content ol li:before {
    counter-increment: list;
    content: counter(list) ". ";
    position: absolute;
    top: 1px;
    left: -23px;
    color: #2428a1;
}
.article-content ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -21px;
    width: 6px;
    height: 6px;
    background: #2529a1;
    border-radius: 50%;
}
.article-content li {
    font-size: 16px;
    color: #333333;
    position: relative;
    margin: 0 0 25px;
}

.article-content .fotoLeft, .fotoLeft {
    float: left;
    margin: 5px 25px 10px 0;
}

.article-content .fotoRight, .fotoRight {
    float: right;
    margin: 5px 0 10px 25px;
}

.article-content .fotoCenter, .fotoCenter {
    display: block;
    max-width: 100%;
    margin: 20px 0 25px;
}