﻿.blogicerik {
    padding: 0 6%;
    margin-bottom: 30px;
}

    .blogicerik > .comporate {
        cursor: pointer;
        position: relative;
        width: 160px;
        height: 40px;
        margin: 50px auto 25px;
    }

        .blogicerik > .comporate > .link-area {
            transition: all 0.2s ease, visibility 0s;
            background: #000000;
            border: 0px solid #000000;
            text-decoration: none;
            box-sizing: border-box;
            color: #000;
            cursor: pointer;
            display: block;
            min-width: 10px;
            min-height: 10px;
            width: 100%;
            height: 100%;
            padding: 0;
        }

            .blogicerik > .comporate > .link-area:hover {
                background: #FFC5D6;
            }

            .blogicerik > .comporate > .link-area > .container-area {
                display: flex;
                flex-basis: auto;
                justify-content: center;
                flex-direction: row;
                flex-grow: 1;
                align-items: center;
                overflow: hidden;
                height: 100%;
                width: 100%;
                transition: all .2s ease,visibility 0s;
            }

                .blogicerik > .comporate > .link-area > .container-area:hover > .label-area {
                    color: #000000;
                    text-decoration-line: underline;
                }

                .blogicerik > .comporate > .link-area > .container-area > .label-area {
                    transition: inherit;
                    font-family: 'Raleway', sans-serif;
                    font-weight: bold;
                    color: #fff;
                    font-size: 16px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    text-align: center;
                    white-space: nowrap;
                    min-width: 1.8em;
                    max-width: 100%;
                }

                .blogicerik > .comporate > .link-area > .container-area:hover > .icon-area {
                    fill: #000000;
                }

                .blogicerik > .comporate > .link-area > .container-area > .icon-area {
                    transition: inherit;
                    width: 14px;
                    height: 14px;
                    display: initial;
                    fill: #FFFFFF;
                    min-width: 1px;
                    flex-shrink: 0;
                }

                    .blogicerik > .comporate > .link-area > .container-area > .icon-area > div,
                    .blogicerik > .comporate > .link-area > .container-area > .icon-area svg {
                        display: flex;
                        width: inherit;
                        height: inherit;
                    }

.blogicerikyeni,
.blogdetay {
    padding: 6% 6% 0;
}

    .blogdetay > h1 {
        display: inline-block;
        cursor: pointer;
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 60px;
        color: #000;
        font-weight: 900;
        position: relative;
        margin-bottom: 25px;
    }

    .blogdetay > p {
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 16px;
        line-height: 1.5em;
        color: #000;
        font-weight: 400;
        position: relative;
        margin-bottom: 35px;
    }

.snip1096 span {
    color: #2e3192;
}

.snip1096 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 24%;
    margin: 4.5px;
    float: left;
}

    .snip1096 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .snip1096:before, .snip1096:after {
        position: absolute;
        width: 100%;
        background: #000;
        height: 0px;
        display: block;
        content: '';
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .snip1096:before {
        top: 0;
    }

    .snip1096:after {
        bottom: 0;
    }

    .snip1096 img {
        width: 100%;
        max-width: 100%;
        min-height: 160px;
        height: 160px;
    }

    .snip1096 figcaption {
        position: relative;
        background: #fff;
        height: 65px;
    }

    .snip1096 h3, .snip1096 h4 {
        margin: 0;
        display: inline-block;
        width: 100%;
    }

    .snip1096 h3 {
        width: 80%;
        font-size: .7vw;
        height: 35px;
        padding: 10px 15px;
        background: #333;
        -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
        transform: translateY(-50%) rotate(0deg) scale(1);
    }

    .snip1096 h4 {
        font-size: 12px;
        font-weight: 500;
        background: #fff;
        color: #4d4d4d;
        padding: 10px 5px;
    }

    .snip1096 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        color: #fff;
    }

    .snip1096.blue h3, .snip1096.blue:before, .snip1096.blue:after {
        background: #263277;
    }

    .snip1096.red h3, .snip1096.red:before, .snip1096.red:after {
        background: #c0392b;
    }

    .snip1096.yellow h3, .snip1096.yellow:before, .snip1096.yellow:after {
        background: #f39c12;
    }

    .snip1096.navy h3, .snip1096.navy:before, .snip1096.navy:after {
        background: #34495e;
    }

    .snip1096:hover:before, .snip1096.hover:before, .snip1096:hover:after, .snip1096.hover:after {
        height: 10px;
    }

.Kblg {
    width: 250px;
    float: left;
}

    .Kblg:hover .Kbic {
        background: #e9e9e9;
        transition: all .3s ease;
    }

    .Kblg:hover .TrhBlg {
        background: #9f9f93;
        transition: all .3s ease;
    }

.Blg h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.Kbic {
    margin: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    transition: all .3s ease;
}

    .Kbic img {
        width: 100%;
    }

.BlgDty {
    font-size: 12px;
}

.Blg h3 a {
    font-size: 12px;
}

.TrhBlg {
    text-align: center;
    position: absolute;
    background: #808080;
    padding: 5px;
    right: 0;
    top: 0;
    transition: all .3s ease;
}

    .TrhBlg span {
        display: block;
        font-weight: bold;
        color: #fff;
    }

    .TrhBlg::after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0px 0px;
        border-color: #000 transparent transparent transparent;
        right: 0;
        top: 100%;
    }

    .TrhBlg::before {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 0px 5px 5px;
        border-color: transparent transparent #000 transparent;
        right: 100%;
        top: 0;
    }

.Blg .gold {
    background: #ccc;
    color: #000;
    padding: 2px;
    font-weight: bold;
    font-size: 11px;
}

.blog-slider figcaption {
    padding: 24px;
}

    .blog-slider figcaption h3 {
        cursor: pointer;
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 18px;
        color: #000;
        font-weight: 900;
        position: relative;
        margin-bottom: 25px;
    }

    .blog-slider figcaption a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

@media(max-width:1000px) {
    .blogdetay > h1 {
        font-size: x-large;
    }

    .blogicerikyeni, .blogdetay {
        padding: 0 15px;
    }

    .snip0064 figcaption p {
        display: none;
    }

    .snip0064 figcaption h2 {
        font-size: .5em;
    }

    .snip1096 img {
        min-height: 95px;
        height: 95px;
    }

    .snip1096 figcaption {
        position: relative;
        background: #fff;
        height: 75px;
    }

    .snip1096 {
        width: 45%;
    }

        .snip1096 h3 {
            font-size: 21px;
        }

        .snip1096 h4 {
            font-size: 10px;
            padding: 5px;
        }
}

@media(min-width:768px) {
    .snip0064 figcaption p {
        padding: 10px;
    }
}
