
    @media print {
        .hidden-print {
            display: none !important;
        }
    }
    /*# sourceMappingURL=bootstrap.css.map */

    .kategori {
        padding: 0px;
        color: #a0a0a2;
        list-style: none;
    }

    .kategori li a {
        color: #a0a0a2;
        list-style: none;
    }

    .cizgi {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .manset {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding-top: 2px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 4px 2px 30px rgba(0, 0, 0, 1);
    }

    .resim {
        position: relative;
        margin-bottom: 15px;
    }

    /*recent-post-col////////////////////*/

    .widget-sidebar {
        background-color: #fff;
        padding: 20px;
        margin-top: 30px;
    }

    .title-widget-sidebar {
        font-size: 14pt;
        border-bottom: 2px solid #e5ebef;
        margin-bottom: 15px;
        padding-bottom: 10px;
        margin-top: 0px;
    }

    .title-widget-sidebar:after {
        border-bottom: 2px solid #f1c40f;
        width: 150px;
        display: block;
        position: absolute;
        content: '';
        padding-bottom: 10px;
    }

    .recent-post {
        width: 100%;
        height: 80px;
        list-style-type: none;
    }

    .post-img img {
        width: 100px;
        height: 70px;
        float: left;
        margin-right: 15px;
        border: 5px solid #16A085;
        transition: 0.5s;
    }

    .recent-post a {
        text-decoration: none;
        color: #34495E;
        transition: 0.5s;
    }

    .post-img,
    .recent-post a:hover {
        color: #F39C12;
    }

    .post-img img:hover {
        border: 5px solid #F39C12;
    }