/* Ana sayfa — Hakkımızda + Duyurular (CVT referans) */

.home-main {
    margin-top: 24px;
    overflow: hidden;
}

.home-main .main-sol {
    float: left;
    width: 730px;
    max-width: calc(100% - 258px);
}

.home-main .main-sag {
    float: right;
    width: 248px;
}

.home-main .main-baslik {
    float: none;
    display: block;
    color: #181818;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.home-main .main-sec {
    background-image: url('../cvt/common/images/hakkinda-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 730px;
    max-width: 100%;
    height: 151px;
    margin: 6px 0 0;
    overflow: hidden;
}

.home-main .main-text {
    padding: 15px;
    line-height: 16px;
    font-size: 12px;
    color: #444;
    height: 100%;
    overflow: hidden;
}

.home-main .main-text .devam {
    float: right;
    margin: 6px 10px 0 0;
    font-size: 12px;
}

.home-main .main-text .devam a {
    color: #083e9e;
    text-decoration: none;
}

.home-main .main-text .devam a:hover {
    text-decoration: underline;
}

.home-main .haber-bg {
    float: none;
    display: block;
    background-image: url('../cvt/common/images/haber-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 248px;
    max-width: 100%;
    height: 141px;
    margin: 6px 0 0;
    padding: 8px 8px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.home-main .haber-bg .jCarouselLite {
    overflow: hidden;
    height: 118px;
    width: 100%;
}

.home-main .newsticker-jcarousellite {
    margin: 0;
    padding: 0 6px;
    list-style: none;
}

.home-main .newsticker-jcarousellite li {
    font-size: 12px;
    line-height: 16px;
    color: #444;
    padding: 0 4px 8px;
}

.home-main .newsticker-jcarousellite strong {
    font-weight: 600;
}

.home-main .newsticker-jcarousellite strong a {
    color: #083e9e;
    font-size: 12px;
    text-decoration: none;
}

.home-main .newsticker-jcarousellite strong a:hover {
    text-decoration: underline;
}

.home-main .newsticker-jcarousellite .devam {
    float: right;
    margin: 4px 0 0;
    font-size: 11px;
}

.home-main .newsticker-jcarousellite .devam a {
    color: #083e9e;
    text-decoration: none;
}

.home-main .haber-empty {
    padding: 12px 14px;
    font-size: 12px;
    color: #666;
    line-height: 16px;
}

@media (max-width: 991px) {
    .home-main {
        margin-top: 20px;
    }

    .home-main .main-sol,
    .home-main .main-sag {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .home-main .main-sag {
        margin-top: 24px;
    }

    .home-main .main-sec {
        width: 100%;
        height: auto;
        min-height: 120px;
        background-size: cover;
    }

    .home-main .main-text {
        height: auto;
    }

    .home-main .haber-bg {
        width: 100%;
        height: auto;
        min-height: 120px;
        background-size: cover;
    }

    .home-main .haber-bg .jCarouselLite {
        height: auto;
        min-height: 100px;
    }
}
