.style-row {
    width: 64%;
    float: left;
}

.style-row .haber-item {
    background-color: #f9f9f9;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
}

.style-row .item-image-box {
    width: 45%;
    overflow: hidden;
    position: relative;
    height: 0px;
    padding-top: 21.2%;
    background-position: center;
    background-size: cover;
    float: left;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #828282;
    box-shadow: 0px 0px 1px #ccc;
}

.style-row .item-image-box span {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 0px 10px;
    background-color: #10ba8f;
    color: #fff;
    font-weight: 100;
    border-radius: 0px 2px 2px 0px;
    box-shadow: 0px 1px 0.1px -0.4px rgba(10, 10, 10, 0.3);
    padding-left: 4px;
}

.style-row .pad-box {
    position: relative;
    top: 0px;
    display: inline-block;
    width: 100%;
}

.style-row .item-content {
    display: inline-block;
    width: calc(55% - 10px);
    float: left;
    margin-left: 10px;
    position: relative;
    padding-bottom: 20px;
}

.style-row .item-content .item-text h3 {
    margin: 0;
    margin-bottom: 12px;
    color: #000000;
    text-decoration: none;
    font-size: 22px;
    line-height: 29px;
    font-family: 'Righteous', sans-serif;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

.style-row .item-content h3:hover {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.style-row .item-content a {
    text-decoration: none;
}

.style-row .item-content .item-text span {
    color: #4a4a4a;
    line-height: 16px;
    font-size: 13px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

.style-row .item-content .item-yazar {
    color: #8a8a8a;
    font-size: 11px;
    text-transform: capitalize;
    float: left;
    display: inline-block;
}

.style-row .item-content .item-date {
    color: #8a8a8a;
    font-size: 9px;
    text-transform: capitalize;
    float: right;
    display: inline-block;
}

.style-row .item-content .item-info {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

@media (max-width:540px){
    .style-row {
        width: 100%;
    }

    .style-row .item-image-box {
        padding-top: 48.2%;
        width: 100%;
    }
    .style-row .item-content {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .style-row .item-content .item-text h3,#leftPanel ul li a span {
        font-family: 'Open Sans', sans-serif;
    }
}