.news-item {
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.news-item-badge {
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.4;
    font-style: italic;
    background: #03ACF1;
    color: white;
    padding: 2px 5px;
    min-width: 85px;
    z-index: 2;
}

.news-item-image {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 0;
}

.news-triangle {
    display: block;
    width: 10px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 30px;
}

.news-triangle-inner {
    display: block;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    transform: rotateY(0deg) rotate(45deg);
    background: #FFF;
    border: none !important;
}

#page-top .news-triangle-inner {
    background: #DDDDDD;
}

.news-item .news-item-info-inner {
    padding: 0 20px 0 0;
}

.news-item .news-title {
    font-family: "Oswald",sans-serif;
    display: inline;
    background: #FF3E00;
    box-shadow: 10px 0 0 #FF3E00, -10px 0 0 #FF3E00;
    box-decoration-break: clone;
    font-size: 1.4rem;
    line-height: 1.6;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    left: 10px;
}

.news-item .news-item-info-title-yellow {
    margin-left: 20px;
    margin-bottom: 10px;
    width: 60%;
}

.news-item .news-title-yellow {
    font-family: "Oswald", sans-serif;
    display: inline;
    background: #F7BE00;
    box-shadow: 10px 0 0 #F7BE00, -10px 0 0 #F7BE00;
    box-decoration-break: clone;
    font-size: 1.8rem;
    line-height: 1.7;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.news-item .news-lead {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000000;
    margin-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    max-height: 58px;
    overflow: hidden;
}

/** TITLE INNER */
.news-item.title-inner .news-item-info {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.news-item.title-inner .news-item-info-inner {
    padding: 0 30px 10px 10px;
}

.news-item.title-inner.news-item-size-6 .news-item-info-inner {
    padding-left: 20px;
}

.news-item.title-inner .news-triangle {
    display: none;
}

.news-item.title-inner.news-gradient .news-item-info {
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding-top: 20px;
}

.news-item.title-inner .news-lead  {
    color: white;
}

/** TITLE BOTTOM */

.news-item.title-bottom .news-item-info {
    margin-top: 20px;
}

.news-item.title-bottom .news-triangle {
    top: unset;
    right: unset;
    bottom: 0;
    left: 30px;
    height: 10px;
    width: 15px;
}

.news-item.title-bottom .news-triangle-inner {
    margin-left: 0;
    margin-top: 5px;
}

/** TITLE RIGHT */

.news-item.title-right {
    display: flex;
}

@media (max-width: 768px) {
    .news-item.title-right {
        flex-direction: column;
        align-items: center;
    }
}


.news-item.title-right .news-item-image {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

.news-item.title-right .news-item-info {
    margin-left: 20px;
}

/** LINKS */

.news_links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news_links li {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    border-top: 1px solid #A7A7A7;
    background: url(/files/tysol/images/li.png) no-repeat center left;
    overflow: hidden;
}

.news_links a {
    margin-left: 12px;
    color: #000000;
}

.news_links_foto {
    margin-bottom: 10px;
}

.news_min_title {
    font-size: 1.2rem;
    display: block;
    height: 40px;
    overflow: hidden;
    padding-top: 5px;
}


/*

.news_badge {
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-style: italic;
    background: #03ACF1;
    color: white;
    padding: 2px 5px;
    min-width: 85px;
    z-index: 2;
}

.news_vertical .news_triangle {
    left: 20px;
    top: 220px;
}

.news_badge_hot {
    background: #FFC200;
    color: #000;
}

.news_image {
    position: relative;
    z-index: 1;
}

.news_info {
    display: block;
    float: right;
    width: 300px;
    height: 225px;
    border: none !important;
    z-index: 3;
    position: relative;
}

.news_vertical .news_info {
    width: 300px;
}

.news_title_outer {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding-right: 20px;
}

.news_title {
    font-family: "Oswald",sans-serif;
    display: inline;
    background: #FF3E00;
    box-shadow: 10px 0 0 #FF3E00, -10px 0 0 #FF3E00;
    box-decoration-break: clone;
    font-size: 1.4rem;
    line-height: 1.6;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    left: 10px;
}

.news_title2 {
    font-family: "Oswald",sans-serif;
    display: inline;
    background: #FF3E00;
    box-decoration-break: clone;
    font-size: 14px;
    line-height: 22px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

.news_lead_outer {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 86px;
    overflow: hidden;
}

.news_lead {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000000;
    margin-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    max-height: 95px;
    overflow: hidden;
}

.news_tags {
    border-top: 1px solid #A8A8A8;
    padding-top: 5px;
    display: block;
    width: 100%;
    height: 25px;
    overflow: hidden;
    line-height: 20px;
    color: #ff3e00;
    font-family: "Roboto", sans-serif;
    font-size: 1.1em;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news_tags a {
    color: #ff3e00;
}

.news_vertical .news_info {
    margin-top: 17px;
}

.news_image_bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.news_image_bottom_inner {
    margin: 10px 5px;
}

.news_2x2 .news_image_bottom_inner {
    margin: 20px;
}*/