.style-dikeySurmanset {
    width: 33%;
    float: right;
}

.style-dikeySurmanset .haber-item {
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 0px 1px #fff;
    border-radius: 0;
}

.style-dikeySurmanset .item-image-box {
    width: 100%;
    position: relative;
    height: 0px;
    padding-top: 48.2%;
    background-position: center;
    background-size: cover;
    float: left;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid rgba(18, 189, 146, 0.44);
    /* box-shadow: 0px 0px 1px #ccc; */
}

.style-dikeySurmanset .pad-box {
    position: relative;
    top: 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    overflow: hidden;
}

.style-dikeySurmanset .item-content {
    display: inline-block;
    margin-left: auto;
    position: relative;
    padding-bottom: 20px;
    padding: 8px;
    background-color: #fff;
    width: calc(100% - 10px);
    box-shadow: 0px 0px 1px 0.5px #b1b1b1;
    text-align: left;
    padding-bottom: 25px;
    display: none;
}

.style-dikeySurmanset .item-content .item-text h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #313131;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
}

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

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

.style-dikeySurmanset .item-content .item-text span {
    color: #4a4a4a;
    line-height: 21px;
    font-size: 15px;
    display: inline-block;
}

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

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

.style-dikeySurmanset .item-content .item-info {
    display: inline-block;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 5px;
    left: 9px;
}

span.black-bg-shd {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background-image: url(/res/img/gradient.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: bottom;
    opacity: 0.7;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.style-dikeySurmanset .item-image-box h3 {
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 20px;
    right: 20px;
    text-align: left;
    line-height: 31px;
    font-size: 25px;
    font-family: 'Righteous', sans-serif;
    text-shadow: 1px 1px #000;
}

span.black-bg-shd:hover {
    opacity: 0.5;
}

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

    .style-dikeySurmanset .item-image-box h3 {
        line-height: 27px !important;
        font-size: 26px !important;
        font-family: 'Open Sans', sans-serif !important;
    }
}