﻿.haber_item {
    padding: 5px 10px;
    text-align: left;
}

    .haber_item .snippet__image__image {
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-transform: scale(1.025) translateY(0);
        -moz-transform: scale(1.025) translateY(0);
        -o-transform: scale(1.025) translateY(0);
        -ms-transform: scale(1.025) translateY(0);
        transform: scale(1.025) translateY(0);
        -webkit-transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1);
        -moz-transition: -moz-transform 1s cubic-bezier(.19,1,.22,1);
        -o-transition: -o-transform 1s cubic-bezier(.19,1,.22,1);
        -ms-transition: -ms-transform 1s cubic-bezier(.19,1,.22,1);
        transition: transform 1s cubic-bezier(.19,1,.22,1);
        will-change: transform;
    }

    .haber_item:hover .snippet__image__image {
        -webkit-transform: scale(1) translateY(-4px);
        -moz-transform: scale(1) translateY(-4px);
        -o-transform: scale(1) translateY(-4px);
        -ms-transform: scale(1) translateY(-4px);
        transform: scale(1) translateY(-4px);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        filter: grayscale(1);
    }
/* DUYURULAR */
.heading-text-left > h1 {
    color: #000;
    font: normal 600 2rem/1.2 "Montserrat", sans-serif;
}

.heading-text-left > .divider {
    margin-top: 20px;
    width: 100%;
    height: 1px;
    display: block;
    background-color: rgba(0,0,0,.15);
}

/*.duyuru_item .inset {
    width: 100%;
    float: left;
    padding: 0 15px;
}*/

.duyuru_item .image_area {
    display: none;
}

.duyuru_item .inset {
    float: left;
    padding: 0 15px;
}

.duyuru_item .image_area {
    width: 66.66666667%;
    height: 50vh;
    padding: 0 15px 0 10%;
    float: right;
}

    .duyuru_item .image_area .in {
        height: calc(100%);
    }

        .duyuru_item .image_area .in .ig {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            background-blend-mode: overlay;
            /*background-color: rgba(0,0,0,0.4);*/
        }

.duyuru_item .large-block-background {
    display: none !important;
}

/*.duyuru_item:nth-child(4n+1) .inset {
    float: right;
}*/

.duyuru_item:nth-child(4n+1) .image_area {
    float: left;
    padding: 0 10% 0 15px;
}

.duyuru_item:nth-child(4n+1) .large-block-background {
    position: absolute;
    left: auto;
    bottom: -5%;
    left: -5%;
    height: calc(100% - 50px);
    width: calc(50% - 50px);
    display: block;
    z-index: -1;
    background-color: #f6f5f4;
}

.large-block-background {
    position: absolute;
    right: -5%;
    bottom: -5%;
    left: auto;
    height: calc(100% - 50px);
    width: calc(50% - 50px);
    display: block;
    z-index: -1;
    background-color: rgba(136,136,136,0.05);
}

/*.duyuru_item {
    position: relative;
    width: 100%;
    cursor: pointer;
    float: left;
    margin: 40px 0;
    padding: 40px 0;
}*/
.duyuru_item {
    position: relative;
    width: 33.33333333%;
    float: left;
    border-right: 1px solid rgba(0,0,0,.15);
    cursor: pointer;
    margin: 20px 0;
    padding: 20px 0;
}

    .duyuru_item:before {
        position: absolute;
        top: -6px;
        right: -3px;
        height: 5px;
        width: 5px;
        content: "";
        display: block;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border: 1px solid rgba(0,0,0,.15);
    }

    .duyuru_item:nth-child(3n) {
        border-right: 1px solid transparent;
    }


        .duyuru_item:nth-child(3n):before {
            display: none;
        }

    .duyuru_item .headline {
        font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
        display: inline-block;
        color: rgba(0,0,0,.5);
        letter-spacing: 2.5px;
        text-transform: uppercase;
    }

.headline strong {
    color: #000;
    font-weight: 700;
}

.headline span:before {
    content: "/ ";
}

.duyuru_item h1 {
    letter-spacing: 0;
    text-transform: none;
    font: normal 600 2rem/1.2 "Montserrat", sans-serif;
    color: #000;
}

.duyuru_item p {
    font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
    margin-top: 4px;
    letter-spacing: 1px;
}

.duyuru_item:hover .small-button {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.small-button {
    margin-top: 60px;
    margin-top: 40px;
}

.small-button {
    position: relative;
    padding-left: 35px;
    font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
    display: inline-block;
    transition: -webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
    transition: transform .3s cubic-bezier(.25,.46,.45,.94);
    transition: transform .3s cubic-bezier(.25,.46,.45,.94),-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
    outline: none;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

    .small-button:before {
        position: absolute;
        top: -8px;
        left: 0;
        height: calc(100% + 16px);
        width: 100%;
        content: "";
    }

.duyuru_item:hover .small-button-arrow,
.duyuru_item:hover .small-button .small-button-arrow {
    max-width: 20px;
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
    background-color: #000;
}

.small-button .small-button-arrow {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 1px;
    width: 20px;
    z-index: 0;
    max-width: 10px;
    transition: background-color .3s cubic-bezier(.25,.46,.45,.94),max-width .2s cubic-bezier(.25,.46,.45,.94),-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
    transition: background-color .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94),max-width .2s cubic-bezier(.25,.46,.45,.94);
    transition: background-color .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94),max-width .2s cubic-bezier(.25,.46,.45,.94),-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
    background-color: #979797;
}

.duyuru_item:hover .small-button-arrow:after,
.duyuru_item:hover .small-button-arrow:after {
    height: 0;
    width: 0;
    -webkit-transform: translateX(20px) rotate(45deg);
    transform: translateX(20px) rotate(45deg);
    border-width: 0 5px 5px 0;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
}

.small-button .small-button-arrow:after {
    transition: background-color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94),-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
    transition: background-color .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
    transition: background-color .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94),-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
    border-top: 1px solid #979797;
    border-right: 1px solid #979797;
}

.small-button .small-button-arrow:after,
.small-button .small-button-arrow:before {
    position: absolute;
    top: -2px;
    left: -5px;
    height: 5px;
    width: 5px;
    content: "";
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.duyuru_item:hover .small-button-arrow:before,
.duyuru_item:hover .small-button .small-button-arrow:before {
    -webkit-transform: translateX(20px) rotate(45deg);
    transform: translateX(20px) rotate(45deg);
    opacity: 0;
}

.small-button .small-button-arrow:before {
    transition: background-color .3s cubic-bezier(.25,.46,.45,.94),opacity .15s cubic-bezier(.25,.46,.45,.94),-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
    transition: background-color .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94),opacity .15s cubic-bezier(.25,.46,.45,.94);
    transition: background-color .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94),opacity .15s cubic-bezier(.25,.46,.45,.94),-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
    border-bottom: 1px solid #979797;
    border-left: 1px solid #979797;
}

.small-button .small-button-arrow:after,
.small-button .small-button-arrow:before {
    position: absolute;
    top: -2px;
    left: -5px;
    height: 5px;
    width: 5px;
    content: "";
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.small-button .small-button-label {
    position: relative;
    z-index: 1;
}
/* DUYURULAR */
@media all and (max-width: 1000px) {
    .heading-text-left > h1 {
        padding: 0 15px;
    }

    .duyuru_item {
        margin: 10px 0;
        padding: 5px 0;
    }

        .duyuru_item,
        .duyuru_item:nth-child(-n+3),
        .duyuru_item .inset,
        .duyuru_item .image_area {
            width: 100%;
        }

            .duyuru_item .image_area {
                height: 50vh;
                padding: 15px;
            }

    .snippet__title {
        height: auto;
    }
}

@media all and (min-width: 1001px) {
}
