﻿body {
}

.CNFDokumanlar {
    padding: 30px 15px;
}


.CNFIcSayfaBaslik {
    background-image: url(../images/ic-sayfa-gorsel.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    padding: 45px 0px;
    position: relative;
}

.DVIcSayfaBaslik {
}


    .DVIcSayfaBaslik h1 {
        color: #2c2c2c;
        font-weight: 600;
        font-size: 20px;
    }


.DVIcBaslikCizgi {
    position: absolute;
    left: 0px;
    background-color: #628395;
    width: 500px;
    height: 10px;
    top: 112px;
}

.DVDokumanGenel a{
    text-decoration:none;
}

    .DVDokumanGenel a:hover .DVDokuman {
        background-color: #efd3d1;
        /*transform:scale(1.01);*/
    }

.DVDokuman {
    position: relative;
    width: 100%;
    display:inline-block;
    max-width: 300px;
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 6px;
    height:100px;
    transition:all .3s;
    margin-right:10px;
    margin-bottom:20px;
}

.DVDokuman h4{
    color:#4a4a4a;font-size:16px;font-weight:600;position:absolute;top:10px;left:15px;
}

    .DVDokuman img {
        position:absolute;bottom:0px;right:5px;width:50px;height:50px;
    }