﻿@font-face {
    font-family: 'neo-sans-pro-medium';
    src: url('../font/fonts/neo-sans-pro-medium.woff') format('woff');
}

@font-face {
    font-family: 'neosans-bold-tr';
    src: url('../font/fonts/neosans-bold-tr.woff') format('woff');
}

@font-face {
    font-family: 'neosans-light-tr';
    src: url('../font/fonts/neosans-light-tr.woff') format('woff');
}

@font-face {
    font-family: 'NeoSansPro-Regular';
    src: url('../font/fonts/NeoSansPro-Regular.woff') format('woff');
}
/**/
.snip1200 {
    position: relative;
    overflow: hidden;
    background: #2e3192;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .snip1200 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
        font-size: 11px;
        color: #fff;
    }

    .snip1200 img {
        max-width: 100%;
        vertical-align: top;
        width: 100%;
        height: 250px;
        min-height: 250px;
        position: relative;
        opacity: .8;
    }

    .snip1200 figcaption {
        position: absolute;
        top: 45%;
        left: 7%;
        right: 7%;
        bottom: 45%;
        border: 1px solid white;
        border-width: 1px 1px 0;
    }

    .snip1200 .heading {
        overflow: hidden;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .snip1200 h2 {
        display: table;
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        text-align: center;
        width: auto;
        font-size: 17px;
        font-weight: bold;
        font-family: 'NeoSansPro-Regular';
    }

        .snip1200 h2:before,
        .snip1200 h2:after {
            position: absolute;
            display: block;
            width: 1000%;
            height: 1px;
            content: '';
            background: white;
            top: 50%;
        }

        .snip1200 h2:before {
            left: -1000%;
        }

        .snip1200 h2:after {
            right: -1000%;
        }

    .snip1200 h3 {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        width: 100%;
        padding: 0 20px;
        margin: 0;
        opacity: 0;
        line-height: 1.6em;
        font-size: 11px;
    }

    .snip1200 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .snip1200:hover img,
    .snip1200.hover img {
        opacity: 0.25;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .snip1200:hover figcaption,
    .snip1200.hover figcaption {
        top: 7%;
        bottom: 7%;
    }

    .snip1200:hover h3,
    .snip1200.hover h3 {
        opacity: 1;
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }
/**/
.snip1493 {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: 16px;
}

    .snip1493 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .snip1493 .item {
        margin: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        position: relative;
        overflow: hidden;
    }

        .snip1493 .item:after {
            position: absolute;
            top: 12px;
            left: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 25px 0 25px 25px;
            border-color: transparent transparent transparent #2e3192;
            content: '';
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .snip1493 img {
        max-width: 100%;
        width: 100%;
        vertical-align: top;
        position: relative;
    }

    .snip1493 figcaption {
        padding: 5px;
        background-color: #ffffff;
        text-align: center;
        height: auto;
    }

    .snip1493 .date {
        background-color: #2e3192;
        top: 15px;
        color: #fff;
        right: 15px;
        min-height: 48px;
        min-width: 48px;
        position: absolute;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        border-radius: 50%;
        padding: 10px 0;
    }

        .snip1493 .date span {
            display: block;
            line-height: 14px;
        }

        .snip1493 .date .month {
            font-size: 11px;
        }

    .snip1493 h3,
    .snip1493 h4 {
        margin: 0;
        padding: 0;
    }

    .snip1493 h3 {
        font-size: 14px;
        display: inline-block;
        font-family: 'neo-sans-pro-medium';
        height: 30px;
    }

    .snip1493 h4 {
        font-family: 'neosans-light-tr';
        font-size: 12px;
        line-height: 1.6em;
        overflow: hidden;
    }

    .snip1493 footer {
        padding: 0 25px;
        color: #999999;
        font-size: 0.8em;
        line-height: 50px;
        text-align: left;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

        .snip1493 footer > div {
            display: inline-block;
            margin-right: 15px;
        }

        .snip1493 footer i {
            margin-right: 5px;
            font-size: 1.2em;
        }

    .snip1493 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .snip1493 .item:hover:after,
    .snip1493 .item.hover:after {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
/**/
.snip1360 {
    position: relative;
    overflow: hidden;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    font-size: 16px;
    background-color: #ffffff;
}

    .snip1360 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .snip1360 .item {
        border-radius: 5px;
        margin: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        position: relative;
        overflow: hidden;
    }

    .snip1360 img {
        max-width: 100%;
        vertical-align: top;
        width: 100%;
        height: 235px;
        min-height: 235px;
    }

    .snip1360 figcaption {
        width: 100%;
        background-color: #ffffff;
        padding: 10px 25px 50px;
        position: relative;
    }

        .snip1360 figcaption:before {
            position: absolute;
            content: '';
            z-index: 2;
            bottom: 100%;
            left: 0;
            width: 100%;
            height: 40px;
            background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
            background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
        }

        .snip1360 figcaption a {
            position: absolute;
            bottom: 5%;
            left: 6%;
            padding: 5px 25px;
            border-radius: 5px;
            background-color: #2e3192;
            color: #ffffff;
            font-size: 12px;
            width: auto;
            text-align: center;
            text-decoration: none;
        }

            .snip1360 figcaption a:hover {
                opacity: 1;
            }

    .snip1360 h2 {
        font-size: 14px;
        margin-bottom: 10px;
        display: inline-block;
        font-family: 'neo-sans-pro-medium';
        margin: 0 0 10px;
        height: 30px;
    }

    .snip1360 h3 {
        font-family: 'neosans-light-tr';
        font-size: 12px;
        margin: 5px 0 10px 0;
        line-height: 1.6em;
        height: 80px;
        color: #000;
    }
/**/
.snip1443 {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #000;
}

    .snip1443 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .snip1443 img {
        max-width: 100%;
        vertical-align: top;
        width: 100%;
        height: 250px;
        min-height: 250px;
    }

    .snip1443 figcaption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
    }

    .snip1443 .anabaslik {
        text-align: center;
        font-size: 17px;
        padding: 10px;
        margin: 0;
        font-weight: bold;
        font-family: 'NeoSansPro-Regular';
    }

    .snip1443:before {
        background: rgba(7, 39, 162, 0.75);
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 100%;
        position: absolute;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .snip1443 i {
        position: absolute;
        font-size: 40px;
        color: #fff;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50px);
        transform: translate(-50%, -50px);
        opacity: 0;
    }

    .snip1443 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .snip1443:hover:before,
    .snip1443.hover:before {
        top: 0;
    }

    .snip1443:hover i,
    .snip1443.hover i {
        opacity: 1;
    }

    .snip1443:hover figcaption,
    .snip1443.hover figcaption {
        bottom: 0;
        background-color: #ffffff;
        color: #2e3192;
        padding: 15px;
    }
/**/
.snip1116 {
    font-family: 'NeoSansPro-Regular';
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .snip1116 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
    }

    .snip1116 img {
        max-width: 100%;
        position: relative;
        opacity: 0.9;
    }

    .snip1116 figcaption {
        position: absolute;
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10%;
        right: 10%;
        border: 1px solid rgba(255, 255, 255, 0.8);
        border-width: 1px 1px 0;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .snip1116 h2 {
        padding: 15px 20px;
        margin: 0;
        font-weight: 400;
        letter-spacing: -1px;
        font-size: 20px;
    }

        .snip1116 h2 span {
            font-weight: 800;
        }

    .snip1116 .caption {
        overflow: hidden;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .snip1116 p {
        display: table;
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        text-align: center;
        width: auto;
        color: rgba(255, 255, 255, 0);
        font-size: 13px;
    }

        .snip1116 p:before, .snip1116 p:after {
            position: absolute;
            width: 150%;
            height: 1px;
            content: '';
            background: white;
            bottom: 50%;
            -webkit-transition: all 0.45s ease-in-out;
            transition: all 0.45s ease-in-out;
            -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
        }

        .snip1116 p:before {
            left: -100%;
        }

        .snip1116 p:after {
            right: -100%;
        }

    .snip1116 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 0;
    }

    .snip1116:hover img, .snip1116.hover img {
        opacity: 0.35;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .snip1116:hover p, .snip1116.hover p {
        opacity: 1;
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
        color: #fff;
    }

        .snip1116:hover p:before, .snip1116.hover p:before, .snip1116:hover p:after, .snip1116.hover p:after {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }

        .snip1116:hover p:before, .snip1116.hover p:before {
            left: -150%;
        }

        .snip1116:hover p:after, .snip1116.hover p:after {
            right: -150%;
        }

@media(max-width:767px) {
    .snip1493 figcaption {
        padding: 10px;
        height: 70px;
    }

    .snip1200 h3 {
        padding: 0 5px;
    }

        .snip1360 h2, .snip1200 h2, .snip1360 h3,
        .snip1200 h3, .snip1200 h3 *, .snip1493 h3, .snip1493 h4 {
            font-size: 10px;
        }

    .snip1493 h3 {
        height: 25px;
    }

    .snip1360 img {
        height: 175px;
        min-height: 175px;
    }
}
