﻿/* DonanımHaber 2017 */
/* emre was here */
/* Resetlemeler */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Genel Stiller */
body {
    background: #febf56 url("../img/bg.jpg") repeat-x top left;
    font-family: Arial, Helvetica, sans-serif;
    color: #000; /*text-align:center;*/
}

header, nav, div, p, a, span {
    display: inline-block;
}

a {
    text-decoration: none;
}

.yarisaydam {
    opacity: 0.5 !important;
    cursor: default !important;
}
/*body * { transition: all 0.1s ease; }*/

/* Arkaplan Reklam Giydirme */

.arkaplan-giydirme {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
/*.arkaplan-baglanti {
	position:fixed; top:0; z-index:2; width:400px; height:1080px; }
.arkaplan-baglanti.sol {
	margin:0 0 0 -400px; }
.arkaplan-baglanti.sag {
	margin:0 -400px 0 0; }*/

/*.sitekapsam { margin: 0 auto; display: block; width: 1140px; }*/

/* DH Kapsam */

.dhkapsam {
    /*width:100%;*/ /*background:#dedede;*/
    display: block;
    text-align: left;
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

    .dhkapsam.reklam-var { /*sayfa giydirme reklamı varsa bu sınıf aktif oluyor*/
        max-width: 1140px;
    }

/* Tepe Alan - Reklam ve Yatay Küçük Liste */

.tepe-alan {
    width: calc(100% - 20px);
    min-width: 1120px;
    padding: 10px;
    background: #333;
    float: left;
    position: relative;
    z-index: 9;
}

    .tepe-alan .ortala {
        max-width: 1140px;
        margin: 0 auto;
        display: block;
    }

    .tepe-alan.listesiz {
        text-align: center;
    }

    .tepe-alan .reklam-yatay {
        width: 728px;
        height: 90px;
        text-align: center;
        float: left;
        background: #666;
        overflow: hidden;
    }

    .tepe-alan .reklam-masthead {
        width: 970px;
        height: 250px;
        text-align: center; /*float:left;*/
        background: #666;
        margin: 0 auto;
        display: block;
    }

    .tepe-alan.listesiz .reklam-yatay {
        float: none;
    }

    .tepe-alan.listesiz .reklam-masthead {
        float: none;
    }

    .tepe-alan .trend-liste {
        width: calc(100% - 760px);
        height: 90px;
        float: right;
    }

/* Reklam Alanları */

/*.reklam-yatay {
	width:100%; min-width:1140px; text-align:center; background:#333; padding:10px 0; float:left; }
.reklam-dikey {
	width:160px; float:right; padding:10px 10px 0 10px; text-align:center; }
.reklam-dikey a {
	margin:0 0 10px 0; }
.reklam-dikey .btn {
	width:100%; padding:0; }*/
.reklam-kare {
    width: calc(100% - 20px);
    text-align: center;
    background: #dedede;
    padding: 10px;
    margin: 0 0 30px 0;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}

    .reklam-kare img {
        width: 100%;
        max-width: 100%;
        vertical-align: middle;
    }

.detay .reklam-dikey {
    position: absolute;
    top: -10px;
    right: -180px;
}

.reklam-fix {
    width: calc(100% - 20px);
    text-align: center;
    background: #dedede;
    padding: 10px;
    margin: 0 0 30px 0;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}

    .reklam-fix .w300 {
        display: inline-block;
    }

    .reklam-fix .w160 {
        display: none;
    }

    .reklam-fix img {
        width: 100%;
        max-width: 100%;
        vertical-align: middle;
    }

    .reklam-fix.fixed {
        position: fixed;
        top: 30px;
        width: 320px;
    }

    .reklam-fix.sabitw .fixed {
        width: 320px !important;
    }

    .reklam-fix.kuculmesin {
        width: 320px !important;
    }

        .reklam-fix.kuculmesin .w300 {
            display: inline-block !important;
        }

        .reklam-fix.kuculmesin .w160 {
            display: none !important;
        }

/* Header */

header {
    width: 100%;
    min-width: 1140px;
    z-index: 99;
    line-height: 40px;
    background: #f5792a;
    position: relative;
    float: left;
    will-change: transform;
    -webkit-overflow-scrolling: touch;
}

    header.detayda {
        /*border-top:5px solid #000;*/
    }

    header.listede {
        /*border-top:5px solid #000;*/
    }

    header.sayfada {
        /*border-top:5px solid #000;*/
    }

    header .ortala {
        max-width: 1140px;
        display: block;
        margin: 0 auto; /*width:100%;*/
    }

    header .logo {
        height: 50px;
        float: left; /*margin:0 0 0 10px;*/ /*padding:0 10px;*/
        font-weight: bold;
        color: #fff; /*margin:0 10px 0 30px;*/
        padding: 0 5px 0 0;
    }

        header .logo img {
            margin: 5px 0 0 0;
            height: 40px;
        }

    header .uye {
        float: left;
        margin: 5px 5px 5px 5px;
        color: #d06724;
        background: #fff;
        border-radius: 20px;
        height: 40px;
        position: relative;
    }

    header.tuttur .uye {
        height: 30px;
    }

    header .uye .ben {
        height: 38px !important;
    }

    header .uye .avatar {
        float: left;
        width: 38px;
        height: 38px;
        overflow: hidden;
        border-radius: 20px;
        border: 1px solid #fff;
    }

        header .uye .avatar img {
            width: 38px;
            height: 38px;
        }

    header .uye .bildirim-no {
        position: absolute;
        min-width: 10px;
        height: 18px;
        line-height: 18px;
        font-size: 9pt;
        background: #fff;
        color: #f00;
        padding: 0 4px;
        top: -3px;
        right: -10px;
        border-radius: 10px;
        z-index: 99;
        font-weight: bold;
        text-align: center;
        animation: pop 0.3s linear 3;
    }

@keyframes pop {
    50% {
        transform: scale(1.2);
    }
}

header .uye .bildirim-menu {
    width: 310px;
    position: absolute;
    top: 45px;
    left: 0;
    background: #f1f1f1;
    color: #333;
    font-size: 11pt;
    line-height: 15pt;
    z-index: 9;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); /*display:none;*/
}

    header .uye .bildirim-menu:before {
        content: '';
        position: absolute;
        top: -20px;
        left: 10px;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }

    header .uye .bildirim-menu:after {
        content: '';
        position: absolute;
        top: -5px;
        left: 0;
        width: 170px;
        height: 5px;
    }
    /*header .uye:hover > .bildirim-menu {
	display:inline-block; }*/

    header .uye .bildirim-menu .profil-ozeti {
        width: calc(100% - 20px);
        padding: 10px;
        border-bottom: 1px solid #dedede;
        background: #fff;
        float: right;
    }

        header .uye .bildirim-menu .profil-ozeti .temel-bilgiler {
            float: left;
            width: calc(100% - 90px);
            color: #333;
        }

        header .uye .bildirim-menu .profil-ozeti .kullanici-adi {
            width: 100%;
            font-weight: bold;
            font-size: 16pt;
            line-height: 18pt;
            float: left;
        }

            header .uye .bildirim-menu .profil-ozeti .kullanici-adi a:hover {
                color: #f5792a;
            }
        /*header .uye .bildirim-menu .profil-ozeti .rutbe {
	width:100%; margin:0 0 10px 0; color:#ccc; font-size:11pt; line-height:14pt; }*/
        header .uye .bildirim-menu .profil-ozeti .baglantilar {
            width: 100%;
            font-size: 10pt;
            line-height: 20pt;
            float: left;
            margin: 0 0 10px 0;
        }

            header .uye .bildirim-menu .profil-ozeti .baglantilar .tek {
                float: left; /*background:#f5792a; color:#fff; border-radius:3px; padding:3px 5px;*/
                margin: 0 15px 0 0;
                color: #999;
            }

                header .uye .bildirim-menu .profil-ozeti .baglantilar .tek:hover {
                    /*opacity:0.9;*/ color: #000;
                    text-decoration: underline;
                }

                header .uye .bildirim-menu .profil-ozeti .baglantilar .tek span {
                    float: left;
                }

                header .uye .bildirim-menu .profil-ozeti .baglantilar .tek [class*=icon-] {
                    margin: -1px 3px 0 0;
                    line-height: 20pt;
                }

                header .uye .bildirim-menu .profil-ozeti .baglantilar .tek.cikis-yap {
                    /*background:#333;*/ margin: 0;
                }

        header .uye .bildirim-menu .profil-ozeti .avatar {
            float: left;
            width: 60px;
            height: 60px;
            background-color: #dedede;
            background-size: cover;
            background-position: center;
            border-radius: 50px;
            margin: 0 10px 0 0;
            position: relative;
        }
    /*header .uye .bildirim-menu .profil-ozeti .avatar .git {
	line-height:60px; text-align:center; background:rgba(0,0,0,0.50); font-size: 9pt; color:#fff; position:absolute; top:0; left:0; right:0; bottom:0; border-radius:50px; display:none; }
header .uye .bildirim-menu .profil-ozeti .avatar:hover .git {
	display:inline-block; }*/

    header .uye .bildirim-menu .segment {
        width: calc(100% - 1px);
        padding: 0 0 0 1px;
        background: #dedede;
        line-height: 30px;
        font-size: 11pt;
        border-bottom: 1px solid #dedede;
        float: left;
    }

        header .uye .bildirim-menu .segment label {
            width: calc(28% - 1px); /*padding:0 10px;*/
            float: left;
            text-align: center;
            margin: 0 1px 0 0;
            background: #f1f1f1;
            cursor: pointer;
            position: relative;
        }

            header .uye .bildirim-menu .segment label:first-child {
                width: calc(44% - 1px);
            }

            header .uye .bildirim-menu .segment label input {
                display: none;
            }

            header .uye .bildirim-menu .segment label div {
                letter-spacing: -0.2px;
            }

            header .uye .bildirim-menu .segment label input:checked + div {
                background: #fff;
                font-weight: bold;
                letter-spacing: -0.6px;
            }

            header .uye .bildirim-menu .segment label div {
                width: 100%;
            }

            header .uye .bildirim-menu .segment label span {
                position: absolute;
                top: -10px;
                right: 1px;
                background: #f5792a;
                color: #fff;
                font-size: 8pt;
                line-height: 9pt;
                padding: 2px 6px;
                border-radius: 20px;
            }

            header .uye .bildirim-menu .segment label input:checked + div + span {
                background: #999;
            }
    /*header .uye .bildirim-menu .segment label.aktif {
	background: #fff; font-weight: bold; }*/
    /*header .uye .bildirim-menu .segment label .simge {
	line-height: 30px; margin: 0 5px 0 0; }*/

    header .uye .bildirim-menu .alt {
        width: calc(100% - 20px);
        padding: 0 10px;
        font-size: 9pt;
        background: #f5792a;
        line-height: 30px;
        float: left;
        color: #fff;
    }

        header .uye .bildirim-menu .alt a {
            color: #fff;
        }

            header .uye .bildirim-menu .alt a:hover {
                opacity: 0.8;
            }

        header .uye .bildirim-menu .alt span {
            float: left;
            margin: 0 5px 0 0;
            line-height: 30px;
        }

        header .uye .bildirim-menu .alt .hiza-sag {
            /*color:#dedede;*/
        }

    header .uye .bildirim-menu .ara-tercih {
        width: calc(100% - 20px);
        padding: 0 10px;
        font-size: 9pt;
        background: #fff;
        line-height: 30px;
        float: left;
        border-bottom: 1px solid #dedede;
    }

        header .uye .bildirim-menu .ara-tercih .cb {
            font-size: 9pt;
            margin-left: -3px;
        }

            header .uye .bildirim-menu .ara-tercih .cb input + label span {
                margin-right: 6px;
            }

    /*header .uye .bildirim-menu .alt {
	width:calc(100% - 20px); padding:0 10px; background:#f5792a; line-height:30px; }
header .uye .bildirim-menu .alt a {
	color:#fff; }
header .uye .bildirim-menu .alt .simge {
	margin:0 0 0 5px; }*/
    header .uye .bildirim-menu .govde {
        width: 100%;
        background: #fff;
        float: left;
        max-height: 340px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

        header .uye .bildirim-menu .govde .bildirim-tek {
            width: calc(100% - 40px);
            padding: 5px 10px 5px 30px;
            background: #fff;
            position: relative;
            float: left;
            border-bottom: 1px solid #dedede;
            font-size: 10pt;
            line-height: 12pt;
        }

            header .uye .bildirim-menu .govde .bildirim-tek:hover {
                background: #f5f5f5;
            }

            header .uye .bildirim-menu .govde .bildirim-tek.yeni {
                background: rgba(248,255,0,0.1);
            }

                header .uye .bildirim-menu .govde .bildirim-tek.yeni:hover {
                    background: rgba(248,255,0,0.3);
                }

            header .uye .bildirim-menu .govde .bildirim-tek .simge {
                position: absolute;
                top: 5px;
                left: 10px;
            }

            header .uye .bildirim-menu .govde .bildirim-tek.onemli .simge {
                color: #f00;
            }

            header .uye .bildirim-menu .govde .bildirim-tek .olay {
                width: 100%;
                color: #333;
            }

                header .uye .bildirim-menu .govde .bildirim-tek .olay strong {
                    color: #000;
                    width: calc(100% - 43px);
                }

                header .uye .bildirim-menu .govde .bildirim-tek .olay .zaman {
                    float: right;
                    color: #999;
                    margin: 0 0 0 5px;
                    font-weight: normal;
                }

            header .uye .bildirim-menu .govde .bildirim-tek .ayrinti {
                width: 100%;
                margin: 3px 0 0 0;
                color: #777;
            }

            header .uye .bildirim-menu .govde .bildirim-tek.icerik-bildirimi {
                width: calc(100% - 85px);
                padding: 5px 10px 5px 75px;
                min-height: 48pt;
            }

                header .uye .bildirim-menu .govde .bildirim-tek.icerik-bildirimi .onizleme {
                    width: 60px;
                    height: 60px;
                    background-size: cover;
                    background-position: center;
                    position: absolute;
                    top: 8px;
                    left: 8px;
                }

        header .uye .bildirim-menu .govde .daha-fazla {
            width: 100%;
            padding: 30px 0;
            text-align: center;
            background: #dedede;
        }

        header .uye .bildirim-menu .govde .uyari {
            margin-top: 10px;
        }

nav {
    float: left;
    font-family: Arial; /*text-transform:uppercase;*/
}
    /*nav.gundem:after {
	position:absolute; content:''; top:0; right:0; width:70px; height:50px; background-image:linear-gradient(to right,rgba(245,121,42,0) 0,rgba(245,121,42,1) 30%); }*/
    /*nav.gundem .tumu {
	position:absolute; top:10px; left:0; float:left; height:20px; line-height:20px; color:#fff; z-index:2; text-align:center; font-size:7pt; font-family:Arial; background:rgba(0,0,0,0.30); border-radius:3px; padding:5px 10px; }*/
    nav .oge {
        float: left;
        position: relative;
        height: 50px;
        z-index: 2;
    }

        nav .oge a.oge-ad {
            color: #fff;
            font-size: 11pt;
            padding: 0 8px;
            margin: 5px 0;
            height: 40px;
            border-radius: 3px;
            position: relative;
            min-width: 30px;
        }

            nav .oge a.oge-ad:hover {
                background: #F7904E;
            }

        nav .oge:hover a.oge-ad {
            background: #F7904E;
        }

        nav .oge a.oge-ad .miktar {
            /*background:#fff; border:1px solid #fff;*/ color: #fff;
            line-height: 14px;
            float: right;
            border-radius: 3px;
            padding: 0 4px;
            font-size: 7pt;
            position: absolute;
            top: -1px;
            right: -2px;
            z-index: 3;
        }

        nav .oge a.oge-ad:hover .miktar {
            background: rgba(255,255,255,1);
            color: #111;
        }
    /*nav a.oge-ad:active {
	background:#d06724; }*/
    nav a [class*=icon-] {
        line-height: 14px;
        padding: 2px 0;
        font-size: 14pt;
        position: absolute;
        top: 5px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    nav a.hamburger [class*=icon-] {
        top: 11px;
    }

    nav a .kisa-ad {
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 11px;
        line-height: 11px;
    }

    nav .oge ul.menu {
        position: absolute;
        top: 50px;
        left: 0;
        background: #f1f1f1;
        color: #f5792a;
        line-height: 20px;
        padding: 5px 0;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); /*display:none;*/
        z-index: 11;
    }

        nav .oge ul.menu:before {
            content: '';
            position: absolute;
            top: -20px;
            left: 10px;
            width: 0;
            height: 0;
            border-width: 10px;
            border-style: solid;
            border-color: transparent transparent #f1f1f1 transparent;
        }

        nav .oge ul.menu:after {
            content: '';
            position: absolute;
            top: -5px;
            left: 0;
            width: 170px;
            height: 5px;
        }
        /*nav ul.oge li:hover > ul.menu {
	display:inline-block; }*/
        nav .oge ul.menu a {
            width: 220px;
            background: #f1f1f1;
            color: #000;
            font-size: 15px;
            font-weight: normal;
            padding: 5px 15px;
        }

            nav .oge ul.menu a:hover {
                background: #fff;
                color: #f60;
            }

            nav .oge ul.menu a span[class*=icon-] {
                position: inherit;
                float: left;
                width: 22px;
                border-radius: 3px;
                text-align: center;
                font-size: 10pt;
                line-height: 16px;
                height: 16px;
                margin: 0 5px 0 -10px;
            }

            nav .oge ul.menu a span.ekbilgi {
                float: right;
                color: #f5792a;
                font-size: 9pt;
                font-weight: bold;
            }

        nav .oge ul.menu ul.altmenu {
            position: absolute;
            top: 0;
            left: 250px;
            background: #f1f1f1;
            color: #f5792a;
            line-height: 20px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
            display: none;
            z-index: 12;
        }

            nav .oge ul.menu ul.altmenu:before {
                display: none;
            }

        nav .oge ul.menu li {
            position: relative;
        }

            nav .oge ul.menu li:hover > ul.altmenu {
                display: inline-block;
            }

            nav .oge ul.menu li:hover > a {
                background: #fff;
                color: #f60;
            }

        nav .oge ul.menu ul.altmenu a {
            color: #333;
        }

            nav .oge ul.menu ul.altmenu a:hover {
                background: #dedede;
            }

    nav .oge li {
        list-style: none;
    }

    nav.gundem {
        width: calc(100% - 610px);
        height: 50px;
        overflow: hidden;
        position: relative;
        margin: 0 0 0 5px;
        padding: 0 0 0 5px;
        background-image: linear-gradient(to right,rgba(0,0,0,0.1) 0,rgba(0,0,0,0) 10%);
    }

        nav.gundem .oge {
            height: 50px !important;
        }

            nav.gundem .oge.gorsel {
                height: 50px !important;
                margin: 0 0 0 5px;
                float: right;
            }
                /*nav.gundem .oge.gorsel a {
	background: #d06724; }*/
                nav.gundem .oge.gorsel img {
                    height: 40px !important;
                }

        nav.gundem .tumu {
            font-size: 11pt;
            padding: 0 8px;
            margin: 5px 0;
            border-radius: 3px;
            background-image: linear-gradient(to right,rgba(0,0,0,0.1) 0,rgba(0,0,0,0) 70%);
            font-weight: bold; /*color:rgba(0,0,0,0.3);*/
            color: #fff;
            float: left;
        }

        nav.gundem .daha {
            float: right;
            font-weight: bold;
        }

header .arama {
    float: right;
    position: relative;
    width: 120px;
    margin: 5px 5px 5px 10px; /*margin:0 0 0 20px; position:absolute; top:5px; right:5px;*/
}

    header .arama .kutu {
        position: absolute;
        right: 0;
        z-index: 19;
        background: #d06724;
        color: #ffc9a7;
        width: 80px;
        transition: all 0.1s ease;
        padding: 8px 30px 8px 15px;
        line-height: 14px;
        height: 14px !important;
        margin: 5px 0;
        float: left;
        border: none;
        border-radius: 15px;
        font-size: 12px;
        cursor: text !important;
    }

        header .arama .kutu::-webkit-input-placeholder {
            color: #ffc9a7;
        }

        header .arama .kutu:focus {
            width: 160px;
        }
    /*header .arama:active > .kutu {
	width:200px; }*/
    header .arama .buton {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 20;
        width: 30px;
        height: 20px;
        line-height: 20px;
        background: none;
        border: none;
        color: #ffc9a7;
        font-size: 14px;
        cursor: pointer;
    }

        header .arama .buton:active {
            color: #fff;
        }

header .search-history {
    position: absolute;
    top: 38px;
    right: -2px;
    height: 350px;
    width: 205px;
    box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: 1px solid #d2d1cc;
    background-color: #ffffff;
}

    header .search-history .header {
        height: 30px;
        width: 100%;
        border-bottom: 1px solid #dedede;
    }

        header .search-history .header span {
            position: absolute;
            top: -4px;
            left: 10px;
            color: #999999;
            font-size: 11px;
            font-family: Verdana;
            letter-spacing: 0.1px;
        }

        header .search-history .header .clear {
            position: absolute;
            right: 10px;
            top: -4px;
            color: #333333;
            font-size: 11px;
            font-weight: 400;
            letter-spacing: -0.35px;
            text-transform: uppercase;
        }

header .sear
header .tip {
    z-index: 99999;
    width: 0px;
    height: 0px;
    position: absolute;
    background: transparent;
    border: 10px solid #fff;
}

header .tip.tip-up {
    top: -19px;
    left: 13px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

header .arama .akilli-arama {
    width: 310px;
    position: absolute;
    top: 45px;
    right: 0;
    background: #f1f1f1;
    color: #333;
    font-size: 11pt;
    line-height: 15pt;
    z-index: 9;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); /*display:none;*/
}

    header .arama .akilli-arama:before {
        content: '';
        position: absolute;
        top: -20px;
        right: 10px;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #f1f1f1 transparent;
    }

    header .arama .akilli-arama:after {
        content: '';
        position: absolute;
        top: -5px;
        right: 0;
        width: 270px;
        height: 5px;
    }
    /*header .arama:hover > .akilli-arama {
	display:inline-block; }*/
    header .arama .akilli-arama .ust {
        width: calc(100% - 20px);
        padding: 0 10px;
        background: #f1f1f1;
        line-height: 30px;
        border-bottom: 1px solid #dedede;
    }

        header .arama .akilli-arama .ust .ayarlar {
            color: #666;
            font-size: 10pt;
        }

    header .arama .akilli-arama .alt {
        width: calc(100% - 20px);
        padding: 0 10px;
        background: #f5792a;
        line-height: 30px;
    }

        header .arama .akilli-arama .alt a {
            color: #fff;
        }

        header .arama .akilli-arama .alt .simge {
            margin: 0 0 0 5px;
        }

    header .arama .akilli-arama .govde {
        width: 100%;
        background: #fff;
        float: left;
        max-height: 240px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 5px 0;
    }

        header .arama .akilli-arama .govde .sonuc-tek {
            width: calc(100% - 20px);
            padding: 5px 10px 5px 10px;
            background: #fff;
            position: relative;
            float: left;
            line-height: 20px;
        }

            header .arama .akilli-arama .govde .sonuc-tek:hover {
                background: #f5f5f5;
            }

            header .arama .akilli-arama .govde .sonuc-tek .onizleme {
                float: left;
                width: 80px;
                height: 60px;
                background-size: cover;
                background-position: center;
            }

            header .arama .akilli-arama .govde .sonuc-tek .sonuc-adi {
                width: calc(100% - 90px);
                float: right;
                font-size: 10pt;
                max-height: 40px;
                overflow: hidden;
            }

            header .arama .akilli-arama .govde .sonuc-tek .zaman {
                width: calc(100% - 90px);
                color: #999;
                font-size: 10pt;
                float: right;
            }

header .populer-mini {
    float: right;
    position: relative;
    height: 50px; /*margin:0 0 0 20px; position:absolute; top:5px; right:5px;*/
}

header.tuttur .populer-mini {
    height: 40px;
    margin-right: 135px;
}

    header.tuttur .populer-mini.trendicin {
        height: 40px;
        margin-right: 0;
    }

header .populer-mini a.oge-ad {
    color: #d06724;
    font-size: 11pt;
    padding: 0 8px;
    margin: 5px 0;
    border-radius: 3px;
    position: relative;
    height: 40px;
    line-height: 40px;
}

    header .populer-mini a.oge-ad:hover {
        background: #F7904E;
    }

header .populer-mini:hover a.oge-ad {
    background: #F7904E;
}

header .populer-mini .roket {
    font-size: 21px;
    color: #d06724;
    line-height: 30px;
    padding: 5px 1px;
}

header .populer-mini .barlar { /*trend haberler için*/
    font-size: 24px;
    color: #d06724;
    line-height: 30px;
    padding: 5px 1px;
}

header .populer-mini .ozet-populer {
    width: 310px;
    position: absolute;
    top: 50px;
    right: 0;
    background: #f1f1f1;
    color: #333;
    font-size: 11pt;
    line-height: 15pt;
    z-index: 9;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); /*display:none;*/
}

    header .populer-mini .ozet-populer:before {
        content: '';
        position: absolute;
        top: -20px;
        right: 10px;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #f1f1f1 transparent;
    }

    header .populer-mini .ozet-populer:after {
        content: '';
        position: absolute;
        top: -5px;
        right: 0;
        width: 270px;
        height: 5px;
    }
    /*header .populer-mini:hover > .ozet-populer {
	display:inline-block; }*/
    header .populer-mini .ozet-populer .ust {
        width: calc(100% - 20px);
        padding: 0 10px;
        background: #f1f1f1;
        line-height: 30px;
        border-bottom: 1px solid #dedede;
    }

        header .populer-mini .ozet-populer .ust .ayarlar {
            color: #666;
            font-size: 10pt;
        }

    header .populer-mini .ozet-populer .alt {
        width: calc(100% - 20px);
        padding: 0 10px;
        background: #f5792a;
        line-height: 30px;
    }

        header .populer-mini .ozet-populer .alt a {
            color: #fff;
        }

        header .populer-mini .ozet-populer .alt .simge {
            margin: 0 0 0 5px;
        }

    header .populer-mini .ozet-populer .govde {
        width: 100%;
        background: #fff;
        float: left;
        max-height: 380px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 5px 0;
    }

        header .populer-mini .ozet-populer .govde .sonuc-tek {
            width: calc(100% - 20px);
            padding: 5px 10px 5px 10px;
            background: #fff;
            position: relative;
            float: left;
            line-height: 20px;
        }

            header .populer-mini .ozet-populer .govde .sonuc-tek:hover {
                background: #f5f5f5;
            }

            header .populer-mini .ozet-populer .govde .sonuc-tek .onizleme {
                float: left;
                width: 80px;
                height: 60px;
                background-size: cover;
                background-position: center;
            }

            header .populer-mini .ozet-populer .govde .sonuc-tek .sonuc-adi {
                width: calc(100% - 90px);
                float: right;
                font-size: 10pt;
                max-height: 40px;
                overflow: hidden;
            }

            header .populer-mini .ozet-populer .govde .sonuc-tek .zaman {
                width: calc(50% - 45px);
                color: #999;
                font-size: 10pt;
                float: left;
                margin: 0 0 0 10px;
            }

            header .populer-mini .ozet-populer .govde .sonuc-tek .okunma {
                width: calc(50% - 45px);
                color: #999;
                font-size: 10pt;
                float: right;
                text-align: right;
            }

header .populer-mini.trendicin .ozet-populer .govde .sonuc-tek .okunma {
    width: calc(80% - 45px);
}

header .hizli-ayar {
    float: right;
    position: relative;
    height: 50px;
}

    header .hizli-ayar a.oge-ad {
        color: #d06724;
        font-size: 11pt;
        padding: 0 8px;
        margin: 5px 0;
        border-radius: 3px;
        position: relative;
        height: 40px;
        line-height: 40px;
    }

        header .hizli-ayar a.oge-ad:hover {
            background: #F7904E;
        }

    header .hizli-ayar:hover a.oge-ad {
        background: #F7904E;
    }

    header .hizli-ayar .cark {
        font-size: 23px;
        color: #d06724;
        line-height: 30px;
        padding: 5px 1px;
    }

    header .hizli-ayar .ay {
        font-size: 19px;
        color: #d06724;
        line-height: 30px;
        padding: 5px 1px;
    }

    header .hizli-ayar .ayar-listesi {
        width: 310px;
        position: absolute;
        top: 50px;
        right: 0;
        background: #f1f1f1;
        color: #333;
        font-size: 11pt;
        line-height: 15pt;
        z-index: 9;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); /*display:none;*/
    }

        header .hizli-ayar .ayar-listesi:before {
            content: '';
            position: absolute;
            top: -20px;
            right: 10px;
            width: 0;
            height: 0;
            border-width: 10px;
            border-style: solid;
            border-color: transparent transparent #f1f1f1 transparent;
        }

        header .hizli-ayar .ayar-listesi:after {
            content: '';
            position: absolute;
            top: -5px;
            right: 0;
            width: 270px;
            height: 5px;
        }

        header .hizli-ayar .ayar-listesi .ust {
            width: calc(100% - 20px);
            padding: 0 10px;
            background: #f1f1f1;
            line-height: 30px;
            border-bottom: 1px solid #dedede;
        }

            header .hizli-ayar .ayar-listesi .ust .ayarlar {
                color: #666;
                font-size: 10pt;
            }

        header .hizli-ayar .ayar-listesi .alt {
            width: calc(100% - 20px);
            padding: 0 10px;
            background: #f5792a;
            line-height: 30px;
        }

            header .hizli-ayar .ayar-listesi .alt a {
                color: #fff;
            }

            header .hizli-ayar .ayar-listesi .alt .simge {
                margin: 0 0 0 5px;
            }
        /*header .hizli-ayar .ayar-listesi {
	width:100%; background:#fff; float:left; max-height:240px; overflow-x:hidden; overflow-y:scroll; padding:5px 0; }*/
        header .hizli-ayar .ayar-listesi .ayar {
            width: calc(100% - 20px);
            padding: 10px 10px 10px 10px;
            background: #fff;
            position: relative;
            line-height: 20px;
            border-bottom: 1px solid #dedede;
            float: left;
        }
            /*header .hizli-ayar .ayar-listesi .ayar:hover {
	background:#f5f5f5; }*/
            header .hizli-ayar .ayar-listesi .ayar .ackapa {
                float: right;
                height: 20px;
            }

            header .hizli-ayar .ayar-listesi .ayar .ackapa {
                float: right;
            }

header .oturum {
    float: left;
    height: 40px;
    margin: 0 0 0 5px;
    position: relative;
    font-size: 11pt;
}

    header .oturum .eylem {
        float: left;
        margin: 5px 5px 5px 0;
        padding: 0 15px 0 10px;
        color: #fff;
        background: #d06724;
        border-radius: 20px;
        height: 40px !important;
        line-height: 40px;
        position: relative;
    }

header.tuttur .oturum .eylem {
    height: 30px !important;
}

header .oturum .eylem .simge {
    float: left;
    min-width: 20px;
    text-align: center;
    margin: 0 5px 0 0;
    font-size: 14pt;
}

header .oturum .oturum-menu {
    width: 310px;
    position: absolute;
    top: 45px;
    left: 0;
    background: #f1f1f1;
    color: #333;
    font-size: 11pt;
    line-height: 15pt;
    z-index: 9;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4); /*display:none;*/
}

    header .oturum .oturum-menu:before {
        content: '';
        position: absolute;
        top: -20px;
        left: 10px;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #f1f1f1 transparent;
    }

    header .oturum .oturum-menu:after {
        content: '';
        position: absolute;
        top: -5px;
        left: 0;
        width: 170px;
        height: 5px;
    }
    /*header .oturum:hover > .oturum-menu {
	display:inline-block; }*/
    header .oturum .oturum-menu .ust {
        width: calc(100% - 20px);
        padding: 0 10px;
        background: #f1f1f1;
        line-height: 30px;
    }

        header .oturum .oturum-menu .ust .cb {
            color: #666;
            font-size: 10pt;
            float: right;
        }

    header .oturum .oturum-menu .alt {
        width: calc(100% - 20px);
        padding: 0 10px;
        background: #f5792a;
        line-height: 30px;
    }

        header .oturum .oturum-menu .alt a {
            color: #fff;
        }

        header .oturum .oturum-menu .alt .simge {
            margin: 0 0 0 5px;
        }

header .oturum .govde {
    width: 100%;
    background: #fff;
    float: left;
    padding: 10px 0 0 0;
}

    header .oturum .govde .satir {
        width: calc(100% - 20px);
        margin: 0 10px 10px 10px;
        float: left;
        position: relative;
    }

        header .oturum .govde .satir.kisa {
            width: calc(100% - 115px);
            margin: 0 0 10px 10px;
        }

    header .oturum .govde input {
        width: calc(100% - 62px);
        padding: 10px;
        border: 1px solid #dedede;
        border-left: 41px solid #dedede;
        border-radius: 3px;
        font-size: 14pt;
        height: 25px;
        float: left;
    }

        header .oturum .govde input:focus {
            border-color: #f5792a;
            color: #f5792a;
        }

        header .oturum .govde input.ad {
        }

        header .oturum .govde input.parola {
            width: calc(68% - 62px);
            padding-right: 70px;
        }

        header .oturum .govde input.gir {
            width: calc(32% - 10px);
            margin: 0 10px 0 0;
            text-align: center;
            float: right;
            cursor: pointer;
            border: none;
            background: #f5792a;
            color: #fff;
            height: 47px;
        }

    header .oturum .govde .satir .sifirla {
        position: absolute;
        top: 7px;
        right: 10px;
        text-align: center;
        width: 25px;
        background: #dedede;
        border-radius: 5px;
        line-height: 32px;
        font-size: 11pt;
        color: #fff;
    }

        header .oturum .govde .satir .sifirla:hover {
            background: #ccc;
        }

    header .oturum .govde .satir .simge {
        color: #fff;
        text-align: center;
        width: 45px;
        height: 45px;
        line-height: 45px;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 18pt;
    }

    header .oturum .govde .kayit {
        width: calc(100% - 20px);
        text-align: center;
        color: #999;
        margin: 5px 10px 15px 10px;
    }

header .oturum .baglan {
    float: left;
    width: calc(100% - 20px);
    text-align: center;
    margin: 10px 10px 0 10px;
    padding: 20px 0;
    border-top: 1px solid #dedede;
    position: relative;
}

    header .oturum .baglan .nedir {
        width: 100%;
        text-align: center;
        position: absolute;
        top: -12px;
        left: 0;
    }

        header .oturum .baglan .nedir span {
            background: #fff;
            padding: 0 10px;
        }

    header .oturum .baglan a {
        width: 34px;
        height: 34px;
        line-height: 38px;
        border-radius: 17px;
        text-align: center;
        background: #ccc;
        color: #fff;
        margin: 0 1px;
        font-size: 15pt;
    }

        header .oturum .baglan a.facebook {
            background: #2d609b;
        }

        header .oturum .baglan a.twitter {
            background: #00c3f3;
        }

        header .oturum .baglan a.google {
            background: #eb4026;
        }

header .acilir-menu .acici {
    cursor: pointer;
    height: 50px;
}

header .acilir-menu .acilan {
    display: none;
}

header .acilir-menu.acilsin .acilan {
    display: inline-block;
}

header .acilir-menu .uyari {
    margin: 0 10px 10px 10px;
    width: calc(100% - 62px);
}

header .header-baslik {
    max-width: calc(100% - 745px);
    float: left;
    color: #fff;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12pt;
    border-left: 1px solid #d06724;
    margin: 5px 0 0 15px;
    padding: 0 15px;
    display: none;
}

header .header-paylasim {
    float: left;
    margin: 10px 0 0 10px;
    height: 30px;
}

    header .header-paylasim .lnk-paylas {
        float: left;
        margin: 0 0 0 5px;
    }

        header .header-paylasim .lnk-paylas .simge {
            border-radius: 3px;
        }

header .yukari {
    float: right;
    margin: 0 5px 0 0;
    color: #fff;
    padding: 0 10px;
    font-size: 15pt;
}

/* Header (Tutturulmuş) */
header.tuttur {
    position: fixed;
    top: 0;
    left: 0; /*padding:0;*/
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    transform: translateZ(0);
    line-height: 30px;
}

    header.tuttur .uye .avatar {
        width: 30px;
        height: 30px;
    }

        header.tuttur .uye .avatar img {
            width: 30px;
            height: 30px;
        }

    header.tuttur nav .oge {
        height: 30px;
    }

        header.tuttur nav .oge a.oge-ad {
            line-height: 30px;
            height: 30px;
        }

    header.tuttur nav a [class*=icon-] {
        margin-top: -3px;
        font-size: 12pt;
    }

    header.tuttur nav a.hamburger [class*=icon-] {
        margin: 0;
        font-size: 14pt;
    }

    header.tuttur nav a .kisa-ad {
        /*display:none;*/ margin-bottom: -3px;
    }

    header.tuttur nav a.hamburger [class*=icon-] {
        top: 5px;
    }

    header.tuttur .logo {
        height: 30px; /*padding:0 5px 0 0;*/
    }

        header.tuttur .logo img {
            margin: 0;
        }

    header.tuttur .oturum {
        height: 30px;
    }

        header.tuttur .oturum .eylem {
            margin: 5px 5px 5px 0;
            height: 30px;
            line-height: 30px;
        }

    header.tuttur .tagler {
        display: none;
    }

    header.tuttur nav.gundem {
        height: 40px;
    }
        /*header.tuttur .arama {
	display:none; }*/
        /*header.tuttur .hizli-ayar {
	display:none; }*/

        header.tuttur nav.gundem .oge {
            height: 40px !important;
        }

            header.tuttur nav.gundem .oge.gorsel {
                height: 40px !important;
            }

                header.tuttur nav.gundem .oge.gorsel img {
                    height: 30px !important;
                }

    header.tuttur .header-baslik {
        display: inline-block;
        line-height: 30px;
        height: 30px;
        margin-bottom: 5px;
    }
    /*header.tuttur nav.gundem {
	width:calc(100% - 590px); }*/
    header.tuttur nav.hiza-sag {
        margin-right: 40px;
    }

header .header-paylasim {
    display: none;
}

header.tuttur .header-paylasim {
    display: inline-block;
    margin: 5px 0 0 5px;
}

header.detayda.tuttur .gundem {
    display: none;
}

header.listede.tuttur .gundem {
    display: none;
}

header.sayfada.tuttur .gundem {
    display: none;
}

header.tuttur .hizli-ayar {
    height: 40px;
}

    header.tuttur .hizli-ayar a.oge-ad {
        height: 30px;
        line-height: 30px;
    }

    header.tuttur .hizli-ayar .cark {
        padding: 0 1px;
    }

    header.tuttur .hizli-ayar .ay {
        padding: 0 1px;
    }

header.tuttur .populer-mini .roket {
    padding: 0 1px;
}

header.tuttur .populer-mini .barlar { /*trend haberler için*/
    padding: 0 1px;
}

header.tuttur .acilir-menu .acici {
    height: 40px;
}

header.tuttur .populer-mini a.oge-ad {
    margin: 0;
}

header.tuttur .arama {
    /*margin:0 5px 0 10px;*/ margin-top: 0; /*margin-bottom: 0;*/
}

header.tuttur .populer-mini a.oge-ad {
    margin: 5px 0;
    height: 30px;
}

/* Taşıyıcı ve İçerik */

.tasiyici {
    /*width:100%; max-*/ width: 1140px;
    display: block;
    margin: 0 auto 0 auto;
}


.icerik {
    /*width:calc(100% - 180px);*/ width: 100%;
    float: left;
    background: #e4e4e4;
    margin-top: 0; /*background:#ede9e4 url(../temp/doseme-bg-3.png) left top repeat;*/
}

.tasiyici.ittir {
    margin-top: 40px;
}
/*.icerik.duzen-doseme, .icerik.duzen-blog {
	background:#e4e4e4; }
.icerik.duzen-liste {
	margin:10px 0 0 0; }*/

/* Footer */

footer {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 11pt;
    line-height: 15pt;
    margin: -20px 0 30px 0;
}

    footer a {
        color: #333;
    }

/* Yüzen Bağlantılar */

#toplink {
    cursor: pointer;
    display: none;
    position: fixed;
    font-size: 14pt;
    line-height: 20px;
    height: 20px;
    width: 20px;
    padding: 5px 10px;
    top: 5px;
    right: 5px; /*background:#f5792a;*/
    text-align: center;
    z-index: 100;
    color: #fff;
    background: #f5792a;
    border-radius: 5px;
}

.geri-bildirim {
    position: fixed;
    font-size: 11pt;
    line-height: 20px;
    height: 20px;
    padding: 10px;
    bottom: 170px;
    right: -40px;
    background: #fff;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    border-radius: 3px;
    text-align: center;
    z-index: 100;
    color: #333;
    width: 120px;
}

    .geri-bildirim .icon-envelope {
        font-size: 13pt;
        margin: 0 5px 0 0;
    }

.eski-gorunum {
    position: fixed;
    font-size: 11pt;
    line-height: 20px;
    height: 20px;
    padding: 10px;
    bottom: 320px;
    right: -40px;
    background: #f5792a;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    border-radius: 3px;
    text-align: center;
    z-index: 100;
    color: #fff;
    width: 120px;
}

    .eski-gorunum .icon-mail-reply {
        font-size: 13pt;
        margin: 0 5px 0 0;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

.alternatif-gorunumler {
    position: fixed;
    font-size: 11pt;
    line-height: 20px;
    height: 20px;
    padding: 10px;
    bottom: 360px;
    right: -65px;
    background: #f5792a;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    border-radius: 3px;
    text-align: center;
    z-index: 100;
    color: #fff;
    width: 170px;
}

    .alternatif-gorunumler .icon-equalizer2 {
        font-size: 13pt;
        margin: 0 10px 0 0;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

.alternatif-gorunum {
    width: calc(33.3% - 28px);
    float: left;
    margin: 0 3px 0 3px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 7px;
    padding: 7px 10px;
    color: #999;
}

    .alternatif-gorunum:hover {
        box-shadow: 0 0 7px rgba(0,0,0,0.3);
    }

    .alternatif-gorunum.aktif {
        border-color: #f5792a;
        color: #f5792a;
        font-weight: bold;
    }

    .alternatif-gorunum .not {
        font-size: 15px;
        line-height: 16px;
    }

    .alternatif-gorunum img {
        width: 100%;
        border-top: 1px solid #ccc;
        margin: 5px 0 0 0;
        height: auto;
    }

    .alternatif-gorunum.aktif img {
        border-color: #f5792a;
    }

/* Slayt (Üstteki Manşet ile Uyumlu) */

.slayt {
    width: 100%;
    min-width: 1130px;
    background: #ccc; /*margin:0 0 30px 0;*/
    float: left;
    position: relative;
}

    .slayt .buzlucam {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-size: cover;
        background-position: center;
    }

    .slayt .slayt-kapsam {
        /*width:calc(100% - 5px);*/ width: 100%;
        float: left;
        overflow: hidden;
        height: 312px;
    }

    .slayt .owl-carousel {
        display: none;
        position: relative;
        width: 100%;
    }

    .slayt .owl-wrapper {
        display: none;
        position: relative;
    }

    .slayt .owl-wrapper-outer {
        position: relative;
        width: 100%;
        float: left;
    }

    /*.slayt .owl-controls {
	position:absolute; top:30px; right:30px; }*/
    .slayt .owl-nav div {
        cursor: pointer;
        color: #fff;
        width: 30px;
        height: 80px;
        line-height: 85px;
        padding: 10px 0;
        font-size: 15pt !important;
        text-align: center;
        font-size: 11pt;
        background: rgba(0,0,0,0.77);
        position: absolute;
        top: 50%;
        margin: -50px 0 0 0;
        z-index: 11;
    }

    .slayt .owl-nav .owl-prev {
        left: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .slayt .owl-nav .owl-next {
        right: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .slayt .owl-nav div:hover {
        background: #fff;
        color: #f60;
        width: 30px;
    }

    .slayt .owl-nav div:active {
        background: #dedede;
        color: #333;
        width: 30px;
    }

    .slayt .owl-dots {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 11;
    }

        .slayt .owl-dots .owl-dot {
            margin: 2px;
            width: 10px;
            height: 10px;
            background: #ccc;
            border-radius: 5px;
        }

            .slayt .owl-dots .owl-dot.active {
                background: #fff;
            }

    .slayt .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 20px;
        background: #dedede;
        cursor: pointer;
    }

        .slayt .owl-page span:hover {
            background: #f1f1f1;
        }

        .slayt .owl-page span:active {
            background: #f60;
        }

    .slayt .owl-page.active span {
        background: #fff;
    }

    .slayt .kaydir /* dokunmatik ekranlar için */ {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

        .slayt .kaydir .manset-kolon {
            width: 3580px;
        }

            .slayt .kaydir .manset-kolon .oge {
                width: 455px;
                margin-bottom: 30px;
                height: 260px;
            }

                .slayt .kaydir .manset-kolon .oge.boyut-1 {
                    width: 240px;
                }

                .slayt .kaydir .manset-kolon .oge.boyut-2 {
                    width: 350px;
                }

                .slayt .kaydir .manset-kolon .oge .onizleme {
                    height: 260px;
                }

/* Manşet Kolon (Slayt İçi) */

.owl-carousel.owl-loaded {
    display: block;
}

.manset-kolon {
    width: calc(100% - 5px);
    padding: 5px 0 5px 0;
    float: left;
}

.detay .manset-kolon {
    padding: 0;
}

.manset-kolon .oge {
    width: calc(25% - 7px);
    height: 300px;
    float: left;
    position: relative;
    margin: 0 0 0 5px; /*box-shadow:0 0 10px #333;*/
    overflow: hidden;
    z-index: 9;
    background: #000;
    border: 1px solid #777;
    border-radius: 4px;
}

    .manset-kolon .oge:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
        color: #fff;
        background-image: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.9) 100%);
        z-index: 10;
    }

    .manset-kolon .oge:hover:before {
        background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 90%);
    }
    /*.manset-kolon .oge:hover {
	box-shadow:0 0 20px #ccc; }
.manset-kolon .oge:active {
	box-shadow:0 0 2px #dedede; }*/
    .manset-kolon .oge.boyut-2 {
        width: calc(50% - 7px);
    }

        .manset-kolon .oge.boyut-2:before {
            display: none;
        }

        .manset-kolon .oge.boyut-2:hover:before {
            display: none;
        }
    /*.manset-kolon .oge.boyut-2:before {
	background-image:linear-gradient(to top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.9) 100%); }
.manset-kolon .oge.boyut-2:hover:before {
	background-image:linear-gradient(to top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 90%); }*/
    /*.manset-kolon .oge.boyut-2 {
	width:calc(25% - 7px); }*/
    .manset-kolon .oge .nedir {
        line-height: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 224;
        font-size: 8pt;
        color: #999;
        background: rgba(255,255,255,0.2);
        padding: 0 7px;
        border-top-right-radius: 3px;
    }

        .manset-kolon .oge .nedir.sag {
            left: inherit;
            right: 0;
            border-radius: 0;
            border-top-left-radius: 3px;
        }

    .manset-kolon .oge .onizleme {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center;
        position: relative;
        float: left;
        -webkit-filter: blur(0);
    }

    .manset-kolon .oge:hover .onizleme {
        -ms-transform: scale(1.05,1.05);
        -webkit-transform: scale(1.05,1.05);
        transform: scale(1.05,1.05);
        -webkit-filter: blur(5px);
        opacity: 0.5;
    }
    /*.manset-kolon .oge .onizleme.dikey {
	display: none; }
.reklam-var .manset-kolon .oge .onizleme {
	display: none; }
.reklam-var .manset-kolon .oge .onizleme.dikey {
	display: inline-block; }*/
    .manset-kolon .oge .onizleme:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: ''; /*background-image:linear-gradient(to bottom left,rgba(245,121,42,0.3) 0,rgba(245,121,42,0) 100%);*/
    }

    .manset-kolon .oge .tur-icon {
        left: 10px;
        top: 10px;
        margin: 0;
    }
    /*.manset-kolon .oge.boyut-1 .onizleme .tur-icon {
	bottom:10px; left:10px; top:auto; }
.manset-kolon .oge.boyut-2 .onizleme .tur-icon {
	left:10px; }*/
    /*.manset-kolon .oge.renk-1 .onizleme:before {
	background-image:linear-gradient(to bottom left,rgba(255,0,0,0.3) 0,rgba(255,0,0,0) 100%); }
.manset-kolon .oge.renk-2 .onizleme:before {
	background-image:linear-gradient(to bottom left,rgba(0,255,162,0.3) 0,rgba(0,255,162,0) 100%); }
.manset-kolon .oge.renk-3 .onizleme:before {
	background-image:linear-gradient(to bottom left,rgba(255,0,204,0.3) 0,rgba(255,0,204,0) 100%); }*/
    .manset-kolon .oge .videonizleme {
        float: left;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -100;
        transform: translateX(-50%) translateY(-50%);
    }

    .manset-kolon .oge .govde {
        width: calc(100% - 40px);
        padding: 20px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 11;
        color: #fff; /*position:absolute; bottom:0; left:0; background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 90%);*/
    }
    /*.manset-kolon .oge:hover .govde {
	background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 90%); }*/
    .manset-kolon .oge.boyut-1 .govde {
        /*text-align:center;*/ top: 0;
    }

    .manset-kolon .oge.boyut-2 .govde {
        /*text-align:center;*/
    }

    .manset-kolon .oge .govde .baslik {
        width: 100%;
        margin: 0 0 5px 0;
        font-size: 20pt;
        line-height: 24pt;
        text-shadow: 0 1px 2px #000;
        font-family: 'Ubuntu', Arial;
        z-index: 10;
        position: relative;
        font-weight: bold;
    }

    .manset-kolon .oge:hover .govde .baslik {
        /*opacity:0.1;*/ display: none;
    }

    .manset-kolon .oge.boyut-1:hover .govde .baslik {
        /*display:none;*/ font-size: 11pt;
        line-height: 15pt;
    }
    /*.manset-kolon .oge:hover .govde .baslik {
	opacity:0.5; }*/
    .manset-kolon .oge:active .govde .baslik {
        color: #dedede;
    }
/*.manset-kolon .oge.boyut-1 .govde .baslik {
	font-size:16pt; line-height:20pt; }
.manset-kolon .oge.boyut-2 .govde .baslik {
	font-size:20pt; line-height:24pt; }*/
.reklam-var .manset-kolon .oge .govde .baslik {
    font-size: 16pt;
    line-height: 20pt;
}

.manset-kolon .oge .govde .aciklama {
    width: 100%;
    font-size: 12pt;
    line-height: 17pt;
    color: #fff;
    display: none;
    margin: 10px 0;
    text-shadow: 0 1px 2px #000;
}

    .manset-kolon .oge .govde .aciklama:first-letter {
        font-size: 40pt !important;
        line-height: 32pt !important;
        float: left;
        margin: -2px 5px 0 -5px;
        font-family: 'Ubuntu', Arial;
        color: #fff; /*html'den manuel olarak veriliyor bu renk artık*/ /*text-shadow:0 0 2px #000;*/
        text-shadow: 0 0 1px #fff !important;
    }
/*.manset-kolon .oge.renk-1 .govde .aciklama:first-letter {
	color:#A9AAA7; }
.manset-kolon .oge.renk-2 .govde .aciklama:first-letter {
	color:#EEF5DB; }
.manset-kolon .oge.renk-3 .govde .aciklama:first-letter {
	color:#EC91D8; }*/
.manset-kolon .oge:hover .govde .aciklama {
    display: inline-block;
    max-height: 240px;
}
/*.manset-kolon .oge:hover .govde .aciklama {
	opacity:0.5; }*/
.manset-kolon .oge .damga {
    position: absolute;
    top: 10px;
    right: 0;
    width: 80px;
    height: 80px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    box-shadow: -2px 2px 5px rgba(0,0,0,0.50);
}

.manset-kolon .oge.boyut-1 .damga {
    top: auto;
    bottom: 10px;
}

.manset-kolon .oge:hover .damga {
    display: none;
}

.manset-kolon .oge .damga img {
    width: 100%;
    height: 100%;
}

.manset-kolon .oge .yukleniyor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    background-color: rgba(0,0,0,0.8);
    background-image: url(../img/yukleniyor.svg);
    background-repeat: no-repeat;
    background-position: center;
}

/* Medya Dev ve Kapsam (Üstteki Slayt ile Aynı Mantık Çalışıyor) */

.medya-dev-kapsam {
    width: 100%; /*height:670px;*/
    height: 490px;
    float: left;
    overflow: hidden;
    margin: 0 0 40px 0;
    padding: 0;
}

    .medya-dev-kapsam .manset-kolon {
        padding: 0;
        width: 100%;
    }

    .medya-dev-kapsam .owl-carousel {
        display: none;
        position: relative;
        width: calc(100% - 1px);
    }

    .medya-dev-kapsam .owl-wrapper {
        display: none;
        position: relative;
    }

    .medya-dev-kapsam .owl-wrapper-outer {
        position: relative;
        width: 100%;
        float: left;
    }

    /*.medya-dev-kapsam .owl-controls {
	position:absolute; top:30px; right:30px; }*/
    .medya-dev-kapsam .owl-nav div {
        cursor: pointer;
        color: #fff;
        width: 24px;
        height: 80px;
        line-height: 85px;
        padding: 10px 0;
        font-size: 15pt !important;
        text-align: center;
        font-size: 11pt;
        background: rgba(0,0,0,0.77);
        position: absolute;
        top: 50%;
        margin: -85px 0 0 0;
        z-index: 11;
    }

    .medya-dev-kapsam .owl-nav .owl-prev {
        left: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .medya-dev-kapsam .owl-nav .owl-next {
        right: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .medya-dev-kapsam .owl-nav div:hover {
        background: #fff;
        color: #f60;
        width: 30px;
    }

    .medya-dev-kapsam .owl-nav div:active {
        background: #dedede;
        color: #333;
        width: 30px;
    }

    .medya-dev-kapsam .owl-dots {
        position: absolute;
        z-index: 11;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

        .medya-dev-kapsam .owl-dots .owl-dot {
            width: 18px;
            height: 18px;
            border-radius: 20px;
            background: #ccc;
            cursor: pointer;
            margin: 0 2px;
        }

            .medya-dev-kapsam .owl-dots .owl-dot.active {
                background: #f60;
            }

    .medya-dev-kapsam .kaydir /* dokunmatik ekranlar için */ {
        width: 100%;
        height: 300px;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

        .medya-dev-kapsam .kaydir .manset-kolon {
            width: 3580px;
            height: 260px;
        }

            .medya-dev-kapsam .kaydir .manset-kolon .oge {
                width: 455px;
                margin-bottom: 30px;
                height: 260px;
            }

                .medya-dev-kapsam .kaydir .manset-kolon .oge.boyut-1 {
                    width: 240px;
                }

                .medya-dev-kapsam .kaydir .manset-kolon .oge.boyut-2 {
                    width: 350px;
                }

                .medya-dev-kapsam .kaydir .manset-kolon .oge .onizleme {
                    height: 260px;
                }

.medya-dev {
    width: 100%; /*height:641px;*/
    height: 460px;
    background: #333;
    position: relative;
    float: left; /*border-radius:3px;*/
}

    .medya-dev .onizleme {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative; /*border-top-left-radius:3px; border-top-right-radius:3px;*/
    }

    .medya-dev .govde {
        width: calc(100% - 60px);
        padding: 100px 30px 0 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%);
        color: #fff;
    }

    .medya-dev .post-baslik {
        color: #fff;
    }

    .medya-dev .surmanset {
        color: #ccc;
    }

        .medya-dev .surmanset:before {
            color: #ccc;
        }

    .medya-dev .bakanlar {
        position: absolute;
        top: 20px;
        right: 0;
        background: #f00;
        color: #fff;
        font-size: 10pt;
        line-height: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding: 4px 7px 3px 10px;
        box-shadow: -2px 2px 0 rgba(0,0,0,0.1);
    }

        .medya-dev .bakanlar .simge {
            float: left;
            margin: 0 5px 0 0;
            font-size: 13pt;
            height: 20px;
        }

            .medya-dev .bakanlar .simge * {
                line-height: 20px;
            }

        .medya-dev .bakanlar .nedir {
            float: right;
        }
/*.medya-dev .bilgi {
	width:100%; font-size:10pt; line-height:13pt; color:#f5792a; }*/
/*.medya-dev .aciklama {
	width:100%; font-size:22px; line-height:30px; color:#dedede; margin:0 0 20px 0; }*/

/* Manşet içi Slayt (Noktalı) Stilleri */

.ekslaytkapsam {
    width: 100%;
    height: 300px;
}

    .ekslaytkapsam .nedir {
        line-height: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 224;
        font-size: 8pt;
        color: #999;
        background: rgba(255,255,255,0.2);
        padding: 0 7px;
        border-top-right-radius: 3px;
    }

        .ekslaytkapsam .nedir:hover {
            color: #fff;
            background: #f60;
        }

    .ekslaytkapsam .ekslayt {
        width: 100%;
        height: 300px;
        z-index: 10;
        position: relative;
    }

        .ekslaytkapsam .ekslayt .ekoge {
            width: 100%;
            height: 300px;
            position: relative;
        }

            .ekslaytkapsam .ekslayt .ekoge:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                top: 0;
                right: 0;
                color: #fff;
                background-image: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%);
                z-index: 10;
            }

            .ekslaytkapsam .ekslayt .ekoge:hover:before {
                background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 90%);
            }

            .ekslaytkapsam .ekslayt .ekoge .ekonizleme {
                width: 100%;
                height: 300px;
                background-size: cover;
                background-position: center;
                position: relative;
                float: left;
            }

            .ekslaytkapsam .ekslayt .ekoge:hover .ekonizleme {
                -ms-transform: scale(1.05,1.05);
                -webkit-transform: scale(1.05,1.05);
                transform: scale(1.05,1.05);
                -webkit-filter: blur(5px);
                opacity: 0.5;
            }

            .ekslaytkapsam .ekslayt .ekoge .ekonizleme:before {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                content: '';
            }

            .ekslaytkapsam .ekslayt .ekoge .tur-icon {
                left: 10px;
                top: 10px;
                margin: 0;
            }

            .ekslaytkapsam .ekslayt .ekoge .ekgovde {
                width: calc(100% - 40px);
                padding: 20px 20px 45px 20px;
                position: absolute;
                bottom: 0;
                right: 0;
                z-index: 11;
                color: #fff; /*text-align: center;*/
            }

                .ekslaytkapsam .ekslayt .ekoge .ekgovde .baslik {
                    width: 100%;
                    margin: 0 0 5px 0;
                    font-size: 20pt;
                    line-height: 24pt;
                    text-shadow: 0 1px 2px #000;
                    font-family: 'Ubuntu', Arial;
                    z-index: 10;
                    position: relative;
                    font-weight: bold;
                }

            .ekslaytkapsam .ekslayt .ekoge:hover .ekgovde .baslik {
                display: none; /*color: #999;*/
            }

            .ekslaytkapsam .ekslayt .ekoge:active .ekgovde .baslik {
                color: #dedede;
            }

            .ekslaytkapsam .ekslayt .ekoge .ekgovde .aciklama {
                width: 100%;
                font-size: 12pt;
                line-height: 17pt;
                color: #fff;
                display: none;
                margin: 10px 0;
                text-shadow: 0 1px 2px #000;
            }
            /*.ekslaytkapsam .ekslayt .ekoge .ekgovde .aciklama:first-letter {
	font-size:40pt !important; line-height:32pt !important; float:left; margin:-2px 5px 0 -5px; font-family: 'Ubuntu', Arial; color:#fff; text-shadow:0 0 1px #fff !important; }*/
            .ekslaytkapsam .ekslayt .ekoge:hover .ekgovde .aciklama {
                display: inline-block;
                max-height: 240px;
            }
            /*.manset-kolon .oge:hover .govde .aciklama {
	opacity:0.5; }*/
            .ekslaytkapsam .ekslayt .ekoge .ekdamga {
                position: absolute;
                top: 10px;
                right: 0;
                width: 80px;
                height: 80px;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
                background: #fff;
                box-shadow: -2px 2px 5px rgba(0,0,0,0.50);
            }
                /*.ekslaytkapsam .ekslayt .ekoge:hover .ekdamga {
	display:none; }*/
                .ekslaytkapsam .ekslayt .ekoge .ekdamga img {
                    width: 100%;
                    height: 100%;
                }

            .ekslaytkapsam .ekslayt .ekoge .yukleniyor {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: 11;
                background-color: rgba(0,0,0,0.8);
                background-image: url(../img/yukleniyor.svg);
                background-repeat: no-repeat;
                background-position: center;
            }

    .ekslaytkapsam .ekslaytnoktalari {
        /*width: 100%;*/ width: 350px;
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 99;
        padding: 5px 0 15px 0;
        text-align: center;
        margin-left: -175px;
    }

        .ekslaytkapsam .ekslaytnoktalari .sirano {
            width: 20px;
            height: 20px;
            line-height: 20px; /*margin: 3px 1px;*/
            margin: 3px 3px;
            border-radius: 20px;
            font-size: 8pt;
            color: #fff;
            background: rgba(255,255,255,0.3);
            border: 1px solid rgba(255,255,255,0.4);
            float: left;
        }

            .ekslaytkapsam .ekslaytnoktalari .sirano.aktif {
                background: #f5792a;
                border: 1px solid #f5792a;
                color: #fff;
                font-weight: bold;
                font-size: 11pt;
            }

            .ekslaytkapsam .ekslaytnoktalari .sirano.reklam {
                /*width:0; height: 0; border: none; margin: 0 -2px; font-size: 0;*/ font-size: 0;
            }

                .ekslaytkapsam .ekslaytnoktalari .sirano.reklam.aktif {
                    /*width:0; height: 0; border: none; margin: 0 -2px; font-size: 0;*/ font-size: 8pt;
                }










/* Klasik Manşet */

.klasik-manset {
    width: 100%;
    float: left;
}

    .klasik-manset .slayt-alani {
        width: 730px;
        padding: 5px 5px 5px 4px;
        float: left;
        background: #f1f1f1;
        border-left: 1px solid #e4e4e4;
        position: relative;
        z-index: 1;
        font-family: 'Ubuntu', Arial;
    }

    .klasik-manset #klasik-manset .contentdiv {
        width: calc(100% - 90px);
        height: 360px;
        position: relative;
        z-index: 2;
        float: right;
    }

        .klasik-manset #klasik-manset .contentdiv .onizleme {
            width: 100%;
            height: 360px;
            border-radius: 3px;
            background-size: cover;
            background-position: center;
        }
        /*#klasik-manset .contentdiv .onizleme img { width: 100%; height: 360px; }*/
        .klasik-manset #klasik-manset .contentdiv .bandrol {
            position: absolute;
            top: 10px;
            right: 10px;
            line-height: 24px;
            background: #f5792a;
            color: #fff;
            font-weight: bold;
            font-size: 11pt;
            padding: 0 7px;
            border-radius: 3px;
        }

    .klasik-manset #klasik-manset .kucuk-resimler {
        width: 80px;
        position: absolute;
        left: 5px;
        top: 3px;
        z-index: 3;
    }

        .klasik-manset #klasik-manset .kucuk-resimler a {
            width: 100%;
            height: 45px;
            float: left;
            border-radius: 6px;
            background-size: cover;
            background-position: center;
            border: 3px solid #f1f1f1;
        }

            .klasik-manset #klasik-manset .kucuk-resimler a.selected {
                border: 3px solid #f5792a;
                width: 92px;
                height: 52px;
                margin-left: -11px;
            }

    /* Popüler Haberler (Klasik) */

    .klasik-manset .populer-haberler {
        width: 398px;
        border-right: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        float: right;
        background: #dedede;
    }

    .klasik-manset .populer-baslik {
        width: calc(100% - 14px);
        float: left;
        background: #fff;
        color: #f60;
        padding: 4px 5px 4px 9px;
        font-weight: bold;
        line-height: 18px;
    }

        .klasik-manset .populer-baslik span {
            float: right;
            color: #666;
            font-size: 9pt;
            font-weight: normal;
        }

    .klasik-manset .populer-tek {
        width: calc(100% - 4px);
        float: left;
        background: #f1f1f1;
        padding: 3px 2px;
        border-top: 1px solid #e4e4e4;
    }

        .klasik-manset .populer-tek.tooltip {
            z-index: inherit;
        }

            .klasik-manset .populer-tek.tooltip:hover:after {
                width: 300px;
                margin-left: -160px;
                font-size: 10pt;
                line-height: 16px;
                letter-spacing: 0.2px;
                top: -1px;
                right: calc(100% + 1px);
                left: inherit;
                border-radius: 3px;
                text-align: left;
            }

        .klasik-manset .populer-tek.alt {
            background: #fff;
        }

        .klasik-manset .populer-tek:hover {
            background: #fef1e0;
        }

        .klasik-manset .populer-tek.alt:hover {
            background: #fdf4e5;
        }

        .klasik-manset .populer-tek .simge {
            float: left;
            width: 36px;
            height: 36px;
            margin: 0 10px 0 0;
            background-size: cover;
            background-position: center;
            border-radius: 5px;
        }

        .klasik-manset .populer-tek .govde {
            float: left;
            width: calc(100% - 120px);
            height: 36px;
        }

            .klasik-manset .populer-tek .govde .baslik {
                float: left;
                width: 100%;
                font-size: 10.5pt;
                letter-spacing: 0.1px;
                line-height: 16px;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
                max-height: 32px;
                overflow: hidden;
            }

        .klasik-manset .populer-tek .hit {
            float: right;
            width: 60px;
            text-align: center;
            color: #f60;
            font-size: 9pt;
            line-height: 24px;
            border-radius: 15px;
            position: relative;
            margin: 5px 5px 5px 0;
            background: #fff;
            border: 1px solid #e4e4e4;
            box-shadow: inset 0 0 10px rgba(0,0,0,0.06);
        }

        .klasik-manset .populer-tek.alt .hit {
            background: #f1f1f1;
        }

        .klasik-manset .populer-tek:hover .hit {
            font-weight: bold;
            font-size: 10pt;
            letter-spacing: 0.2px;
        }

        .klasik-manset .populer-tek .hit span {
            position: absolute;
            line-height: 14px;
            bottom: -5px;
            right: -3px;
            color: #999;
        }

        .klasik-manset .populer-tek:hover .hit span {
            bottom: -6px;
            right: -4px;
            color: #f60;
        }






/* Klasik Manşet */

.klasik-manset2 {
    width: 100%;
    float: left;
    background-image: url(../temp/slayt-arkasi-blur.jpg);
    background-size: cover;
    background-position: center;
}

    .klasik-manset2 .slayt-alani {
        width: 618px;
        padding: 10px 10px 10px 10px;
        float: left;
        border-left: 1px solid #e4e4e4;
        position: relative;
        z-index: 1;
        font-family: 'Ubuntu', Arial;
    }

    .klasik-manset2 #klasik-manset2 .contentdiv {
        width: calc(100% - 102px);
        height: 290px;
        position: relative;
        z-index: 2;
        float: right;
        border: 1px solid #777;
        border-radius: 4px;
    }

        .klasik-manset2 #klasik-manset2 .contentdiv .onizleme {
            width: 100%;
            height: 290px;
            border-radius: 3px;
            background-size: cover;
            background-position: center;
        }
        /*#klasik-manset .contentdiv .onizleme img { width: 100%; height: 360px; }*/
        .klasik-manset2 #klasik-manset2 .contentdiv .bandrol {
            position: absolute;
            top: 10px;
            right: 10px;
            line-height: 24px;
            background: #f5792a;
            color: #fff;
            font-weight: bold;
            font-size: 11pt;
            padding: 0 7px;
            border-radius: 3px;
        }

        .klasik-manset2 #klasik-manset2 .contentdiv .dinamik-baslik {
            position: absolute;
            bottom: 0;
            left: 0;
            color: #fff;
            font-weight: bold;
            font-size: 20pt;
            line-height: 24pt;
            padding: 70px 20px 15px 20px;
            width: calc(100% - 40px);
            background-image: linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 70%);
        }

    .klasik-manset2 #klasik-manset2 .kucuk-resimler {
        width: 90px;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 3;
    }

        .klasik-manset2 #klasik-manset2 .kucuk-resimler a {
            width: 100%;
            height: 50px;
            float: left;
            border-radius: 4px;
            background-size: cover;
            background-position: center;
            margin: 0 0 7px 0;
            border: 1px solid #777;
        }

            .klasik-manset2 #klasik-manset2 .kucuk-resimler a.selected {
                border: 2px solid #fff;
                width: 94px;
                height: 52px;
                margin-left: -3px;
                border-radius: 6px;
            }

    /* Popüler Haberler (Klasik) */

    .klasik-manset2 .populer-haberler {
        width: 500px;
        font-family: 'Ubuntu', Arial;
        border-right: 1px solid #e4e4e4;
        float: right;
        position: relative;
    }

    .klasik-manset2 .populer-tek {
        width: calc(100% - 2px);
        float: left;
        background: rgb(0,0,0,0.3);
        padding: 2px 0 3px 2px; /*border-top: 1px solid #666;*/
    }

        .klasik-manset2 .populer-tek:hover {
            background: rgb(0,0,0,0.8);
        }

        .klasik-manset2 .populer-tek .simge {
            float: left;
            width: 30px;
            height: 30px;
            margin: 2px 10px 2px 2px;
            background-size: cover;
            background-position: center;
            border-radius: 5px;
            position: relative;
        }

            .klasik-manset2 .populer-tek .simge::after {
                content: "";
                position: absolute;
                top: 50%;
                right: calc(100% + 4px);
                margin-top: -7px;
                border-width: 7px;
                border-style: solid;
                border-color: transparent rgb(0,0,0,0.8) transparent transparent;
                z-index: 5;
                display: none;
            }

        .klasik-manset2 .populer-tek:hover .simge::after {
            display: inline-block;
        }

        .klasik-manset2 .populer-tek .govde {
            float: left;
            width: calc(100% - 75px);
            height: 34px;
        }

            .klasik-manset2 .populer-tek .govde .baslik {
                float: left;
                width: 100%;
                font-size: 12pt;
                line-height: 32px;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
                max-height: 32px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-weight: bold;
                color: #fff;
            }

        .klasik-manset2 .populer-tek .pozisyon {
            float: right;
            width: 24px;
            height: 24px;
            margin: 5px 3px 5px 0;
        }

            .klasik-manset2 .populer-tek .pozisyon img {
                width: 100%;
                height: 100%;
            }

        .klasik-manset2 .populer-tek .onizleme {
            position: absolute;
            right: calc(100% + 4px);
            top: 5px;
            width: 627px;
            height: 301px;
            background: #fff;
            z-index: 2;
            background-size: cover;
            background-position: center;
            border-radius: 5px;
            border: 1px solid #777;
            display: none;
        }

        .klasik-manset2 .populer-tek:hover .onizleme {
            display: inline-block;
        }

        .klasik-manset2 .populer-tek .onizleme .tam-baslik {
            position: absolute;
            bottom: 0;
            left: 0;
            color: #fff;
            font-weight: bold;
            font-size: 20pt;
            line-height: 24pt;
            padding: 70px 20px 15px 20px;
            width: calc(100% - 40px);
            background-image: linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 70%);
            border-radius: 5px;
            text-align: center;
        }










/* Klasik Manşet */

.klasik-manset3 {
    width: 100%;
    float: left; /*background-image: url(../temp/slayt-arkasi-blur.jpg); background-size: cover; background-position: center;*/
    background: #e4e4e4;
}

    .klasik-manset3 .slayt-alani {
        width: 625px;
        padding: 30px 0 0 26px;
        float: left; /*border-left: 1px solid #e4e4e4;*/
        position: relative;
        z-index: 1;
        font-family: 'Ubuntu', Arial;
    }

/*.klasik-manset3 #klasik-manset3 {}*/

.klasik-ekslayt-kapsam {
    width: 100%;
    height: 325px;
    overflow: hidden;
    border-radius: 5px; /*border: 1px solid #777;*/
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
}

    .klasik-ekslayt-kapsam .ekslayt {
        width: 100%;
        height: 325px;
        z-index: 10;
        position: relative;
    }

        .klasik-ekslayt-kapsam .ekslayt .ekoge {
            width: 100%;
            height: 325px;
            position: relative;
        }

            .klasik-ekslayt-kapsam .ekslayt .ekoge:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                top: 0;
                right: 0;
                color: #fff; /*background-image:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%);*/
                z-index: 10;
            }
            /*.klasik-ekslayt-kapsam .ekslayt .ekoge:hover:before {
	background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 90%); }*/
            .klasik-ekslayt-kapsam .ekslayt .ekoge .ekonizleme {
                width: 100%;
                height: 325px;
                background-size: cover;
                background-position: top;
                position: relative;
                float: left;
            }
                /*.klasik-ekslayt-kapsam .ekslayt .ekoge:hover .ekonizleme {
	-ms-transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05); transform: scale(1.05,1.05); -webkit-filter: blur(5px); opacity:0.5; }*/
                .klasik-ekslayt-kapsam .ekslayt .ekoge .ekonizleme:before {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: '';
                }

            .klasik-ekslayt-kapsam .ekslayt .ekoge .tur-icon {
                right: 20px;
                bottom: 20px;
                top: inherit;
                border-radius: 60px;
                transition: all .05s ease-in-out;
            }

            .klasik-ekslayt-kapsam .ekslayt .ekoge:hover .tur-icon {
                transform: scale(1.4);
                opacity: 0.5;
            }

            .klasik-ekslayt-kapsam .ekslayt .ekoge .ekgovde {
                width: calc(100% - 40px);
                padding: 20px 20px 45px 20px;
                position: absolute;
                bottom: 0;
                right: 0;
                z-index: 11;
                color: #fff; /*text-align: center;*/
            }

                .klasik-ekslayt-kapsam .ekslayt .ekoge .ekgovde .baslik {
                    width: 100%;
                    margin: 0 0 5px 0;
                    font-size: 20pt;
                    line-height: 24pt;
                    text-shadow: 0 1px 2px #000;
                    font-family: 'Ubuntu', Arial;
                    z-index: 10;
                    position: relative;
                    font-weight: bold;
                }

            .klasik-ekslayt-kapsam .ekslayt .ekoge:active .ekgovde .baslik {
                color: #dedede;
            }

            .klasik-ekslayt-kapsam .ekslayt .ekoge .ekgovde .aciklama {
                width: 100%;
                font-size: 12pt;
                line-height: 17pt;
                color: #fff;
                display: none;
                margin: 10px 0;
                text-shadow: 0 1px 2px #000;
            }
            /*.ekslaytkapsam .ekslayt .ekoge .ekgovde .aciklama:first-letter {
	font-size:40pt !important; line-height:32pt !important; float:left; margin:-2px 5px 0 -5px; font-family: 'Ubuntu', Arial; color:#fff; text-shadow:0 0 1px #fff !important; }*/
            .klasik-ekslayt-kapsam .ekslayt .ekoge:hover .ekgovde .aciklama {
                display: inline-block;
                max-height: 240px;
            }
            /*.manset-kolon .oge:hover .govde .aciklama {
	opacity:0.5; }*/
            .klasik-ekslayt-kapsam .ekslayt .ekoge .yukleniyor {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: 11;
                background-color: rgba(0,0,0,0.8);
                background-image: url(../img/yukleniyor.svg);
                background-repeat: no-repeat;
                background-position: center;
            }

    .klasik-ekslayt-kapsam .ekslaytnoktalari {
        /*width: 100%;*/ width: 350px;
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 99;
        padding: 5px 0 10px 0;
        text-align: center;
        margin-left: -142px;
    }

        .klasik-ekslayt-kapsam .ekslaytnoktalari .sirano {
            width: 18px;
            height: 18px;
            line-height: 18px; /*margin: 3px 1px;*/
            margin: 2px 2px;
            border-radius: 20px;
            font-size: 8pt;
            color: #fff;
            background: rgba(255,255,255,0.3);
            border: 1px solid rgba(255,255,255,0.4);
            float: left;
        }

            .klasik-ekslayt-kapsam .ekslaytnoktalari .sirano.aktif {
                background: #f5792a;
                border: 1px solid #f5792a;
                color: #fff;
                font-weight: bold;
                font-size: 11pt;
            }

            .klasik-ekslayt-kapsam .ekslaytnoktalari .sirano.reklam {
                /*width:0; height: 0; border: none; margin: 0 -2px; font-size: 0;*/ font-size: 0;
            }

                .klasik-ekslayt-kapsam .ekslaytnoktalari .sirano.reklam.aktif {
                    /*width:0; height: 0; border: none; margin: 0 -2px; font-size: 0;*/ font-size: 8pt;
                }



/* Popüler Haberler (Klasik) */

.klasik-manset3 .populer-haberler {
    width: 433px;
    font-family: 'Ubuntu', Arial; /*border-right: 1px solid #e4e4e4;*/
    float: right;
    position: relative;
    margin: 30px 30px 0 0; /*border: 1px solid #f5792a;*/
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    background: #fff;
}

.klasik-manset3 .populer-tek {
    width: 100%;
    float: left; /*background: rgb(0,0,0,0.3);*/
    background: #fff;
    padding: 1px 0 1px 0; /*border-top: 1px solid #666;*/
    border-radius: 5px;
}
    /*.klasik-manset3 .populer-tek:first-child { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.klasik-manset3 .populer-tek:last-child { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }*/
    .klasik-manset3 .populer-tek:hover { /*background: rgb(0,0,0,0.8);*/
        background: #dedede;
    }

    .klasik-manset3 .populer-tek .simge {
        float: left;
        width: 26px;
        height: 26px;
        margin: 4px 10px 4px 5px;
        background-size: cover;
        background-position: center;
        border-radius: 5px;
        position: relative;
    }

        .klasik-manset3 .populer-tek .simge::after {
            content: "";
            position: absolute;
            top: 50%;
            right: calc(100% + 6px);
            margin-top: -13px;
            border-width: 13px;
            border-style: solid;
            border-color: transparent /*rgb(0,0,0,0.8)*/ #f5792a transparent transparent;
            z-index: 5;
            display: none;
        }

    .klasik-manset3 .populer-tek:hover .simge::after {
        display: inline-block;
    }

    .klasik-manset3 .populer-tek .govde {
        float: left;
        width: calc(100% - 75px);
        height: 34px;
    }

        .klasik-manset3 .populer-tek .govde .baslik {
            float: left;
            width: 100%;
            font-size: 12pt;
            line-height: 32px;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            max-height: 32px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-weight: bold;
            color: #333;
        }

    .klasik-manset3 .populer-tek .pozisyon {
        float: right;
        width: 24px;
        height: 24px;
        margin: 5px 3px 5px 0;
    }

        .klasik-manset3 .populer-tek .pozisyon img {
            width: 100%;
            height: 100%;
        }

    .klasik-manset3 .populer-tek .onizleme {
        position: absolute;
        right: calc(100% + 26px);
        top: 0;
        width: 625px;
        height: 325px;
        background: #fff;
        z-index: 2;
        background-size: cover;
        background-position: center;
        border-radius: 5px; /*border: 1px solid #777;*/
        display: none;
    }

    .klasik-manset3 .populer-tek:hover .onizleme {
        display: inline-block;
    }

    .klasik-manset3 .populer-tek .onizleme .tam-baslik {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        font-weight: bold;
        font-size: 20pt;
        line-height: 24pt;
        padding: 70px 20px 15px 20px;
        width: calc(100% - 40px);
        background-image: linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 70%);
        border-radius: 5px;
        text-align: center;
    }





@media screen and (max-width: 1370px) {

    .klasik-ekslayt-kapsam {
        height: 275px;
    }

        .klasik-ekslayt-kapsam .ekslayt {
            height: 275px;
        }

            .klasik-ekslayt-kapsam .ekslayt .ekoge {
                height: 275px;
            }

                .klasik-ekslayt-kapsam .ekslayt .ekoge .ekonizleme {
                    height: 275px;
                }

                .klasik-ekslayt-kapsam .ekslayt .ekoge .ekgovde .baslik {
                    font-size: 16pt;
                    line-height: 20pt;
                }

    .klasik-manset3 .populer-tek {
        padding: 0.16px 0 0.16px 0;
    }

        .klasik-manset3 .populer-tek.kucukte-gizle {
            display: none;
        }

        .klasik-manset3 .populer-tek .govde .baslik {
            font-size: 10.5pt;
        }

        .klasik-manset3 .populer-tek .simge {
            float: left;
            width: 20px;
            height: 20px;
            margin: 7px 10px 7px 5px;
        }
        /*.klasik-manset3 .populer-tek .simge { float: left; width:26px; height:26px; margin:2px 10px 2px 5px; }
.klasik-manset3 .populer-tek .govde { height: 28px; }
.klasik-manset3 .populer-tek .govde .baslik { font-size: 10.5pt; letter-spacing: 0.2px; line-height: 24px; max-height: 24px; }
.klasik-manset3 .populer-tek .pozisyon { margin: 2px 3px 2px 0; }*/
        .klasik-manset3 .populer-tek .onizleme {
            height: 275px;
        }

            .klasik-manset3 .populer-tek .onizleme .tam-baslik {
                font-size: 16pt;
                line-height: 20pt;
            }
}






















/* Anasayfa Düzenleri */

.kolon.genis {
    width: calc(100% - 400px);
    float: left;
    padding: 28px 30px 30px 0; /*background:#dedede;*/
}

    .kolon.genis.duzen-blog {
        padding-top: 28px;
    }

    .kolon.genis.duzen-liste {
        padding-top: 28px;
    }

.ozel-liste-video .kolon.genis {
    padding: 28px 30px 30px 25px;
    width: calc(100% - 425px);
}

/* Masonry (Döşeme) Stilleri */

.kolon.genis.duzen-masonry {
    width: calc(100% - 30px);
    min-height: 1000px;
    padding-top: 10px; /*background:url(../temp/doseme-bg-1.jpg) left top;*/
}

.wrapper {
    width: 100%;
    float: left;
}

.masonry {
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .masonry .oge {
        width: calc(33.3% - 30px);
        float: left;
        margin: -13px 0 13px 30px;
        z-index: 2 !important;
    }

        .masonry .oge.genis {
            width: calc(66.666% - 30px);
        }

        .masonry .oge.genisleyebilir {
            width: calc(33.3% - 30px);
        }

        .masonry .oge.tam {
            width: calc(100% - 30px);
        }

        .masonry .oge .medya { /*width: calc(100% - 2px);*/
            width: 100%;
            margin: 0 0 30px 0;
        }

        .masonry .oge .anket {
            box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
        }

/* Masonry'e, Anasayfa Hibrit Eklemeleri */

.kolon.genis.duzen-hibrit {
    min-height: 1000px;
    padding-top: 27px;
}

.duzen-hibrit .masonry {
    width: 100%;
    margin-top: 30px;
}

    .duzen-hibrit .masonry .oge {
        width: calc(50% - 30px);
        margin: -30px 0 30px 30px;
    }

        .duzen-hibrit .masonry .oge.genis {
            width: calc(100% - 30px);
        }

        .duzen-hibrit .masonry .oge.genisleyebilir {
            width: calc(33.3% - 30px);
        }

        .duzen-hibrit .masonry .oge.tam {
            width: calc(100% - 30px);
        }

        .duzen-hibrit .masonry .oge .medya {
            width: 100%;
            margin: 0 0 30px 0;
        }

/*.icerik.duzen-doseme .tab, .icerik.duzen-blog .tab { width:calc(100% - 40px); height:auto; margin:0 0 0 0; background:#ccc; padding:10px 30px 0 10px; border-bottom-right-radius:4px; }*/
.icerik.duzen-liste .tab {
    margin: -33px 0 30px 0;
    float: left;
}
/*.icerik.duzen-doseme .tab .simgeli, .icerik.duzen-blog .tab .simgeli { float:right; margin:2px -20px 0 20px; }*/
/*.icerik.duzen-doseme .tab .simgeli .simge, .icerik.duzen-blog .tab .simgeli .simge { float:left; margin:0 5px 0 0; font-size:20px; color:#ccc; }
.icerik.duzen-doseme .tab .simgeli .dugme, .icerik.duzen-blog .tab .simgeli .dugme { margin:4px 10px 0 0; float:right; }*/

/*.icerik.duzen-doseme .tab .tab-oge a, .icerik.duzen-blog .tab .tab-oge a { padding:5px 25px; margin-top:2px; border-bottom:1px solid #ccc; border-bottom-left-radius:0; border-bottom-right-radius:0; box-shadow:none; background:#dadada; }*/
/*.icerik.duzen-doseme .tab .tab-oge.aktif a, .icerik.duzen-blog .tab .tab-oge.aktif a { font-weight:bold; background:#e4e4e4; color:#f5792a; margin-top:0; border:none; border-top:3px solid #f5792a; }*/

.kolon.genis .medya-blog {
    width: calc(100% - 30px);
    margin: 0 0 30px 30px;
}

.kolon.genis .medya-yatay {
    width: calc(100% - 30px);
    margin: 0 0 30px 30px;
}

.kolon.genis .sayfa-yonlendirme-yatay {
    width: calc(100% - 30px);
    margin: 0 0 30px 30px;
}

.kolon.genis .yorum-yonlendirme-yatay {
    width: calc(100% - 30px);
    margin: 0 0 30px 30px;
}

.kolon.genis .bilgi-yonlendirme-yatay {
    width: calc(100% - 30px);
    margin: 0 0 30px 30px;
}

    .kolon.genis .bilgi-yonlendirme-yatay .medya-yatay {
        width: 100%;
        margin: 0 0 0 0;
        float: left;
        box-shadow: none;
        border-top: 1px solid #f1f1f1;
    }

    .kolon.genis .bilgi-yonlendirme-yatay .anket {
        width: 100%;
        margin: 0;
        border-radius: 0;
        border: none;
        border-top: 1px solid #f1f1f1;
    }

        .kolon.genis .bilgi-yonlendirme-yatay .anket .sonuclar {
            border-bottom: 1px solid #f1f1f1;
        }

.kolon.genis .tab {
    width: calc(100% - 30px);
}

    .kolon.genis .tab .menu-dd {
        width: 120px;
        height: 30px;
        font-weight: normal;
    }

.kolon.genis .uyari {
    width: calc(100% - 72px);
    margin-left: 30px;
}

.kolon.genis .daha-fazla {
    width: calc(100% - 30px);
    margin-left: 30px;
    margin-top: 0;
}

.kolon .daha-fazla {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    color: #ccc;
}

.oge .konu-liste .daha-fazla {
    width: calc(100% - 60px);
    margin: 10px 30px 15px 30px;
}

.oge .kolon-kutu .daha-fazla {
    width: calc(100% - 60px);
    margin: 20px 30px;
    line-height: 20px;
    font-size: 10pt;
    color: #333;
}

.kolon .daha-fazla {
    width: calc(100% - 60px);
    margin: 20px 30px;
    line-height: 20px;
    font-size: 10pt;
    color: #333;
}

.kolon-kutu .anlasmali {
    width: calc(100% - 10px);
    padding: 10px 5px;
    line-height: 20px;
    font-size: 13pt;
    color: #f5792a;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    text-align: center;
}

    .kolon-kutu .anlasmali img {
        height: 20px;
        width: auto;
        vertical-align: middle;
    }

.pencere .daha-fazla {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    color: #ccc;
}

/* Sağ Sütun */

.kolon.dar {
    width: 340px;
    margin: 30px 30px 0 0;
    float: right;
}

.kolon-kutu { /*width:calc(100% - 40px);*/
    width: 100%;
    background: #fff; /*border:1px solid #dedede;*/
    margin: 0 0 30px 0;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
}

    .kolon-kutu .modul-baslik .aciklamali-dugme {
        float: right;
        font-size: 9pt;
        font-weight: normal;
    }

        .kolon-kutu .modul-baslik .aciklamali-dugme .not {
            margin: 0 10px 0 0;
            line-height: 16pt;
            color: #999;
            font-size: 11pt;
        }
    /*.kolon-kutu.boya-1 { border:1px solid #e42730; }*/
    .kolon-kutu.boya-1 .modul-baslik {
        color: #e42730;
    }

    .kolon-kutu.boya-1 .modul-hakkinda {
        background: #e42730;
    }

    .kolon-kutu.boya-1 .bilgi {
        color: #e42730;
    }

    .kolon-kutu.boya-1 .btn {
        background: #e42730;
    }

    /*.kolon-kutu.boya-2 { border:1px solid #61b76f; }*/
    .kolon-kutu.boya-2 .modul-baslik {
        color: #61b76f;
    }

    .kolon-kutu.boya-2 .modul-hakkinda {
        background: #61b76f;
    }

    .kolon-kutu.boya-2 .bilgi {
        color: #61b76f;
    }

    .kolon-kutu.boya-2 .btn {
        background: #61b76f;
    }

    /*.kolon-kutu.boya-3 { border:1px solid #57c0b5; }*/
    .kolon-kutu.boya-3 .modul-baslik {
        color: #57c0b5;
    }

    .kolon-kutu.boya-3 .modul-hakkinda {
        background: #57c0b5;
    }

    .kolon-kutu.boya-3 .bilgi {
        color: #57c0b5;
    }

    .kolon-kutu.boya-3 .btn {
        background: #57c0b5;
    }

    /*.kolon-kutu.boya-4 { border:1px solid #8e5b97; }*/
    .kolon-kutu.boya-4 .modul-baslik {
        color: #8e5b97;
    }

    .kolon-kutu.boya-4 .modul-hakkinda {
        background: #8e5b97;
    }

    .kolon-kutu.boya-4 .bilgi {
        color: #8e5b97;
    }

    .kolon-kutu.boya-4 .btn {
        background: #8e5b97;
    }

    /*.kolon-kutu.boya-5 { border:1px solid #ccc; }*/
    .kolon-kutu.boya-5 .modul-baslik {
        color: #ccc;
    }

    .kolon-kutu.boya-5 .modul-hakkinda {
        background: #f1f1f1;
        padding: 10px 20px;
    }

        .kolon-kutu.boya-5 .modul-hakkinda .konu {
            color: #333;
        }

        .kolon-kutu.boya-5 .modul-hakkinda .alt-secimli {
            color: #333;
        }

    .kolon-kutu.boya-5 .bilgi {
        color: #ccc;
    }

    .kolon-kutu.boya-5 .btn {
        background: #ccc;
    }

.kolon.dar .anket {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
}

.sponsorlar {
    width: 100%;
    margin: 0 0 30px 0;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    border-radius: 3px;
    overflow: hidden;
}
    /*.sponsorlar a { margin:0 0 1px 0; }*/
    .sponsorlar a.boya-1 {
        color: #ff2400;
    }

    .sponsorlar a.boya-2 {
        color: #2ca8f7;
    }

    .sponsorlar a.boya-3 {
        color: #49c6a4;
    }

    .sponsorlar a.boya-4 {
        color: #ce2020;
    }

    .sponsorlar a.boya-5 {
        color: #4d6ec3;
    }

.sosyal-aglar {
    width: 100%;
    margin: 0 0 30px 0;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    border-radius: 3px;
    overflow: hidden;
}

.sosyal-ag.boya-1 {
    background: #4862a3;
}

.sosyal-ag.boya-2 {
    background: #55acee;
}

.sosyal-ag.boya-3 {
    background: #b6100a;
}

.sosyal-ag.boya-4 {
    background: #f5792a;
}

.sistem-tavsiyeleri {
}

    .sistem-tavsiyeleri .kriterler {
        width: calc(100% - 40px);
        padding: 0 20px;
        margin: 20px 0 0 0;
        float: left;
    }

        .sistem-tavsiyeleri .kriterler .menu-dd {
            float: left;
            width: calc(50% - 5px);
        }

            .sistem-tavsiyeleri .kriterler .menu-dd.tam {
                width: 100%;
            }

    .sistem-tavsiyeleri .tablo.bilesenler {
        width: calc(100% - 40px);
        padding: 20px;
        float: left;
        background: none;
    }

        .sistem-tavsiyeleri .tablo.bilesenler * {
            border: none;
            vertical-align: top;
            padding: 0;
            background: none;
        }

        .sistem-tavsiyeleri .tablo.bilesenler tr {
            border-bottom: 5px solid #fff;
        }

        .sistem-tavsiyeleri .tablo.bilesenler th {
            font-weight: normal;
            color: #8e5b97;
        }

        .sistem-tavsiyeleri .tablo.bilesenler td .simge {
            float: right;
            color: #ccc;
        }

            .sistem-tavsiyeleri .tablo.bilesenler td .simge:hover {
                color: #000;
            }

            .sistem-tavsiyeleri .tablo.bilesenler td .simge span {
                line-height: 20px;
                margin: 0 0 0 5px;
            }

        .sistem-tavsiyeleri .tablo.bilesenler .btn {
            padding: 0 10px;
            font-weight: bold;
            color: #666;
            margin: 0 10px 0 0;
        }

            .sistem-tavsiyeleri .tablo.bilesenler .btn.aktif {
                background: #f1f1f1;
                color: #333;
            }

/* Duyuru */

.duyuru {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
}

    .duyuru:hover {
        background: #fff9f6;
    }

    .duyuru .ayrinti {
        width: calc(100% - 255px);
        padding: 15px 30px;
        float: left;
        line-height: 30px;
        font-size: 16pt;
        font-family: 'Ubuntu', Arial;
    }

        .duyuru .ayrinti .tur {
            width: 100%;
            color: #f5792a;
            height: 30px;
            font-weight: bold;
            float: left;
        }

        .duyuru .ayrinti .bilgi {
            width: 100%;
            color: #333;
            height: 30px;
            overflow: hidden;
            font-weight: bold;
            float: left;
        }

        .duyuru .ayrinti .youtube-buton {
            position: absolute;
            top: 20px;
            right: 180px;
        }

    .duyuru .onizleme {
        width: 160px;
        height: 90px;
        overflow: hidden;
        float: right;
        position: relative;
        background: #333;
    }

        .duyuru .onizleme img {
            width: 160px;
            height: 90px; /*opacity:0.5;*/
        }

        .duyuru .onizleme video {
            width: 100%;
        }

        .duyuru .onizleme .damga {
            position: absolute;
            top: 0;
            right: 0;
            height: 16px;
            line-height: 16px;
            font-size: 11px;
            color: #fff;
            background: #f00;
            padding: 0 3px;
        }

/*.duyuru:hover .ayrinti { width:calc(100% - 415px); padding:30px 30px; line-height:40px; font-size:26pt; }
.duyuru:hover .ayrinti .tur { height:40px; }
.duyuru:hover .ayrinti .bilgi { height:80px; }
.duyuru:hover .onizleme { width:320px; height:180px; }
.duyuru:hover .onizleme img { width:320px; height:180px; }*/

/* Blog Arası Reklamlı Modül */

.blog-arasi-modul {
    width: calc(100% - 70px);
    background: #dedede;
    padding: 20px;
    margin: 0 0 30px 30px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}

    .blog-arasi-modul .banner {
        float: left;
    }

    .blog-arasi-modul .kolon-kutu {
        float: right;
        width: calc(100% - 320px);
        margin: 0;
    }

        .blog-arasi-modul .kolon-kutu .modul-hakkinda {
            padding: 15px 20px 15px 20px;
        }

            .blog-arasi-modul .kolon-kutu .modul-hakkinda .konu {
                text-align: left;
            }

        .blog-arasi-modul .kolon-kutu .medya-sag .baslik {
            height: 30pt;
            overflow: hidden;
        }

/* Blog Arası Büyük Reklam */

.blog-arasi-reklam {
    width: calc(100% - 30px);
    background: #dedede; /*border-radius:3px; box-shadow:inset 0 1px 3px rgba(0,0,0,0.2); padding:5px;*/
    margin: 0 0 30px 30px;
    text-align: center;
}

    .blog-arasi-reklam img {
        max-width: 100%;
        vertical-align: middle;
    }

/* Detay */

.detay {
    width: calc(100% - 60px);
    padding: 0 30px;
    position: relative;
    background: #fff;
}

.yuzen-uyarilar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 20%;
    text-align: left;
}

    .yuzen-uyarilar .uyari {
        margin: 20px 0 0 0;
    }

/* Detay İlerleme Barı (Okunan Kısım) */

progress {
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #d06724;
    z-index: -1;
    border: none;
    background-color: #111;
}

    progress::-webkit-progress-bar {
        background-color: transparent;
    }

    progress::-webkit-progress-value {
        background-color: #d06724;
    }

    progress::-moz-progress-bar {
        background-color: #d06724;
    }

/* Sayfa */

.sayfa {
    width: calc(100% - 60px);
    padding: 0 30px;
    background: #fff;
}

/* Detay ve Sayfa Elementleri */

.detay .video-buyuk {
    width: calc(100% + 60px);
    height: 641px;
    background: #000;
    margin: 0 0 30px -30px;
    float: left;
    position: relative;
}

    .detay .video-buyuk img {
        width: 100%;
        float: left;
    }

    .detay .video-buyuk iframe {
        width: 100%;
        float: left;
    }

    .detay .video-buyuk video {
        width: 100%;
        float: left;
    }

.detay .video-alternatif {
    width: 100%;
    float: left;
    margin: 30px 0 -10px 0;
}

    .detay .video-alternatif .video-kucuk {
        width: calc(100% - 340px);
        float: left;
        position: relative;
        margin: 0 0 50px 0;
    }

    .detay .video-alternatif .sag {
        width: 340px;
        float: right;
    }

.detay .oynatici-tercihleri {
    position: absolute;
    bottom: -34px;
    left: 0;
    background: #f1f1f1;
    height: 24px;
    line-height: 24px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px 0 3px 0;
    width: 1140px;
    color: #333;
    font-size: 8pt;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.detay .video-kucuk .oynatici-tercihleri {
    width: 710px;
}

.detay .oynatici-tercihleri div {
    margin: 0 5px;
}

.detay .oynatici-tercihleri .tercih {
    display: inline-block;
}

.detay .oynatici-tercihleri [class*=icon-] {
    float: left;
    margin: 0 5px 0 0;
    line-height: 20px;
}

.detay .oynatici-tercihleri .not {
    float: left;
}

.detay .oynatici-tercihleri .dugme {
    float: right;
}

.detay .oynatici-tercihleri .acilir-menu {
    margin: 0;
}

    .detay .oynatici-tercihleri .acilir-menu .acici {
        cursor: pointer;
        margin: 0 5px;
    }

    .detay .oynatici-tercihleri .acilir-menu .acilan {
        display: none;
    }

    .detay .oynatici-tercihleri .acilir-menu.acilsin .acilan {
        display: inline-block;
    }

    .detay .oynatici-tercihleri .acilir-menu.acilsin .acici {
        display: none;
    }

.detay .temel-bilgi .menu-dd-kucuk {
    margin: 0 0 0 20px;
    float: left;
}

    .detay .temel-bilgi .menu-dd-kucuk .oge {
        margin: 0;
    }

.tam-kucuk-sorgu {
    width: calc(100% + 60px);
    height: 220px; /*scroll gizleyici*/
    margin: 0 0 0 -30px;
    background: #f1f1f1;
    padding: 10px 0 8px 0;
    overflow: hidden;
    position: relative;
    float: left;
}

    .tam-kucuk-sorgu:before {
        width: 60px;
        height: 160px;
        position: absolute;
        bottom: 26px;
        right: 0;
        content: '';
        background-image: linear-gradient(to left,rgba(241,241,241,1) 0,rgba(241,241,241,0) 100%);
        z-index: 9;
    }

    .tam-kucuk-sorgu:after {
        width: 60px;
        height: 160px;
        position: absolute;
        bottom: 26px;
        left: 0;
        content: '';
        background-image: linear-gradient(to right,rgba(241,241,241,1) 0,rgba(241,241,241,0) 100%);
        z-index: 9;
    }
    /*.tam-kucuk-sorgu.gomulu { background:#dedede; margin-bottom:30px; }
.tam-kucuk-sorgu.gomulu:before { background-image:linear-gradient(to left,rgba(222,222,222,1) 0,rgba(222,222,222,0) 100%); }
.tam-kucuk-sorgu.gomulu:after { background-image:linear-gradient(to right,rgba(222,222,222,1) 0,rgba(222,222,222,0) 100%); }*/
    .tam-kucuk-sorgu .ara-baslik {
        width: calc(100% - 60px);
        padding: 0 30px;
        margin: 10px 0;
    }

        .tam-kucuk-sorgu .ara-baslik .lnk {
            float: right;
            margin: 0;
        }

    .tam-kucuk-sorgu .medyalar { /*width:100%;*/
        float: left;
    }

        .tam-kucuk-sorgu .medyalar .medya-kucuk {
            float: left;
            margin: 0 0 0 30px; /*width:calc(20% - 32px);*/
            width: calc(100% - 30px);
        }

    .tam-kucuk-sorgu .owl-carousel {
        position: relative;
        width: 100%;
    }

    .tam-kucuk-sorgu .owl-wrapper {
        position: relative;
    }

    /*.tam-kucuk-sorgu .owl-controls {
	position:absolute; top:30px; right:30px; }*/
    .tam-kucuk-sorgu .owl-nav {
        display: none;
    }

    .tam-kucuk-sorgu .owl-dots {
        position: absolute;
        bottom: 6px;
        right: 10px;
        z-index: 11;
    }

        .tam-kucuk-sorgu .owl-dots .owl-dot {
            margin: 2px;
            width: 10px;
            height: 10px;
            background: #ccc;
            border-radius: 5px;
        }

            .tam-kucuk-sorgu .owl-dots .owl-dot.active {
                background: #fff;
            }

    /*.tam-kucuk-sorgu .owl-pagination { position:absolute; bottom:-10px; right:10px; }
.tam-kucuk-sorgu .owl-pagination .owl-page { margin:2px; }
.tam-kucuk-sorgu .owl-page span { display:block; width:12px; height:12px; border-radius:20px; background:#ccc; }
.tam-kucuk-sorgu .owl-page.active span { background:#fff; }*/

    .tam-kucuk-sorgu .kaydir /* dokunmatik ekranlar için */ {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

        .tam-kucuk-sorgu .kaydir .medyalar {
            width: 2280px;
            height: 200px;
        }

        .tam-kucuk-sorgu .kaydir .medya-kucuk {
            width: 211px;
        }

.post {
    width: 100%;
    float: left;
    color: #333;
    position: relative;
    background: #fff;
}

    .post .kolon.yazi {
        width: calc(100% - 420px);
        min-height: 220px;
        float: left;
        margin: 0 260px 0 160px;
        font-size: 13pt;
        line-height: 18pt; /*font-family:Georgia; text-align:justify;*/
        position: relative;
    }

        .post .kolon.yazi.tam {
            width: calc(100% - 60px);
            min-height: inherit;
            margin: 0 30px;
        }

            .post .kolon.yazi.tam .bosluksuz {
            }

                .post .kolon.yazi.tam .bosluksuz img {
                    margin: 0 !important;
                    float: left;
                }

        .post .kolon.yazi div { /*width:100%; margin:0 0 25px 0;*/
            display: block;
            margin-bottom: 25px;
        }

        .post .kolon.yazi p { /*width:100%; margin:0 0 25px 0;*/
            display: block;
            margin-bottom: 25px;
        }

        .post .kolon.yazi ul, .post .kolon.yazi ol { /*width:100%; margin:0 0 25px 0;*/
            display: block;
            margin-bottom: 25px;
        }

        .post .kolon.yazi h2 {
            font-size: 20pt !important;
            line-height: 26pt !important;
            color: #ff6600;
            margin: 0 0 20px 0;
        }

        .post .kolon.yazi h3 {
            font-size: 17pt;
            line-height: 21pt;
            color: #000;
            margin: 0 0 20px 0;
        }
        /*.post .kolon.yazi p:first-child:first-letter { font-size:47pt !important; line-height:32pt !important; float:left; margin:-2px 5px 0 -5px; font-family: 'Ubuntu', Arial; }*/
        /*.post .kolon.yazi .resim .dosya img {
	width:auto; }*/
        .post .kolon.yazi iframe {
            width: 100%; /*height:405px;*/
            display: inline-block;
            float: none;
        }

        .post .kolon.yazi hr {
            width: 100%;
            margin: 0 0 20px 0;
            background: #dedede;
            height: 1px;
            border: none;
        }

        .post .kolon.yazi .oduller {
            width: 100%;
            margin: 0 0 10px 0;
            display: inline-block;
        }

            .post .kolon.yazi .oduller img {
                width: calc(33.3% - 5px);
                height: auto;
                float: left;
                margin: 0 5px 5px 0;
            }

        .post .kolon.yazi .haber-sonu-video {
            width: 100%;
            margin: 0 0 20px 0;
            display: inline-block !important;
        }

        .post .kolon.yazi .onerilen-icerik-yan {
            width: 160px; /*float:left; margin:0 0 10px -190px;*/
            position: absolute;
            top: 340px;
            left: -200px;
        }

        .post .kolon.yazi .sagdan-tassin {
            float: right;
            width: 200px;
            margin-left: 30px;
            margin-right: -230px;
            text-align: left;
        }

            .post .kolon.yazi .sagdan-tassin .modul-hakkinda .alt {
                margin: 0;
            }

        .post .kolon.yazi .reklam-kare {
            width: 300px;
            float: right;
            margin-left: 30px;
            margin-right: -230px;
            text-align: left;
        }

        .post .kolon.yazi .sagdan-tassin .medya-sag {
            float: left;
            border-bottom: none;
            margin-top: 1px;
        }

            .post .kolon.yazi .sagdan-tassin .medya-sag .onizleme {
                width: 100%;
                position: relative;
                height: 125px;
                margin: 0;
                float: left;
            }

            .post .kolon.yazi .sagdan-tassin .medya-sag .govde {
                width: calc(100% - 40px);
                padding: 15px 20px;
                margin: 0;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                background: rgba(0,0,0,0.60);
            }

                .post .kolon.yazi .sagdan-tassin .medya-sag .govde .baslik {
                    color: #fff;
                    max-height: 45pt;
                }

    .post .kolon.mini {
        width: 100px;
        position: absolute;
        top: 0;
        left: 30px;
    }

    .post .kolon.dar {
        width: 300px;
        position: absolute;
        top: 0;
        right: 30px;
        margin: 0;
    }
    /*.post .kolon.dar .resim { margin:0 0 60px 0; }*/
    .post .foto-galeri {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 999;
    }

.yorumkapsam {
    width: calc(100% - 520px);
    float: left;
    padding: 30px 360px 0 160px;
    border-top: 1px solid #dedede;
    position: relative;
    background: #fff;
}

    .yorumkapsam .yorumblogu {
        width: 100%;
        float: left;
    }

    .yorumkapsam .kolon.dar {
        width: 300px;
        position: absolute;
        top: 0;
        right: 30px;
        margin: 30px 0 0 0;
    }

.diger-icerikler {
    width: calc(100% - 60px);
    float: left;
    padding: 20px 30px 50px 30px;
    background: #f7f7f7;
    border-top: 1px solid #dedede;
}

.detay-yatay-sorgu {
    width: calc(100% - 30px);
    float: left;
    padding: 20px 30px 0 0;
    background: #f1f1f1;
    border-top: 1px solid #dedede;
}
    /*.detay-yatay-sorgu.yukselistekiler { background:#dedede; }*/
    .detay-yatay-sorgu .ara-baslik {
        width: calc(100% - 30px);
        margin-left: 30px;
    }

    .detay-yatay-sorgu .medya-orta {
        width: calc(25% - 30px);
        margin: 0 0 30px 30px;
    }

    .detay-yatay-sorgu .medya-orta-resimsiz {
        width: calc(25% - 30px);
        margin: 0 0 30px 30px;
    }

    .detay-yatay-sorgu .reklam-kare { /*width:calc(25% - 50px);*/
        margin: 0 0 0 30px;
        padding: 25px 23px;
        width: 200px;
        height: 200px;
    }

.detay-gecis {
    background: #dedede url(../img/haber-gecis-bg.png) center no-repeat;
    padding: 100px 0 0 0;
    width: 100%;
    float: left;
}

    .detay-gecis img {
        float: left;
    }

    .detay-gecis .gecis-efekti {
        background: #dedede url(../img/detay-gecis.gif) center no-repeat;
        width: 100%;
        height: 554px;
        float: left;
    }

/* Künye */

.post .kunye {
    width: calc(100% - 30px);
    padding: 0 0 0 30px;
}

    .post .kunye.ozel {
        background: #FFF9F4;
        padding-top: 20px;
        margin: 0 0 20px 0;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }

    .post .kunye .ayrac {
        width: 100%;
    }

    .post .kunye .kunye-grupla {
        float: left;
    }

    .post .kunye .post-baslik {
        margin: 0 0 30px 0;
    }

    .post .kunye .kisi {
        width: 155px;
        height: 240px;
        margin: 0 30px 20px 0;
        float: left;
    }

        .post .kunye .kisi .foto {
            width: 140px;
            height: 140px;
            margin: 0 0 10px 0;
            background: #f1f1f1;
            position: relative;
            border-radius: 5px;
            float: left;
        }

            .post .kunye .kisi .foto img {
                width: 140px;
                height: 140px;
                border-radius: 5px; /*-webkit-filter:grayscale(100%);*/
                float: left;
            }

            .post .kunye .kisi .foto:after {
                content: '';
                display: inline-block;
                top: 0;
                left: 0;
                width: 140px;
                height: 140px;
                background: url(../img/kunye/_foto_ucgen.png) bottom right no-repeat;
                position: absolute;
            }

        .post .kunye .kisi:hover .foto:after {
            display: none;
        }

        .post .kunye .kisi .profiller {
            width: 140px;
            height: 140px;
            margin: 0 0 5px 0;
            background: rgba(245,121,42,0.70);
            position: absolute;
            top: 0;
            left: 0;
            font-size: 13pt;
            display: none;
            border-radius: 5px;
        }

        .post .kunye .kisi:hover .profiller {
            display: inline-block;
        }

        .post .kunye .kisi .profiller a {
            width: 35px;
            height: 35px;
            line-height: 35px;
            float: left;
            margin: 105px 0 0 0;
            text-align: center;
            color: #fff;
        }

            .post .kunye .kisi .profiller a:hover {
                color: #f5792a;
                background: #fff;
            }

            .post .kunye .kisi .profiller a span {
                line-height: 35px;
            }

            .post .kunye .kisi .profiller a strong {
                font-size: 11pt;
                font-family: Arial Black, Arial;
            }

        .post .kunye .kisi .neden {
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            background: rgba(0,0,0,1);
            position: absolute;
            top: -5px;
            right: -5px;
            font-size: 8pt;
            border-radius: 12px;
            color: #fff;
            border: 2px solid #000;
        }

            .post .kunye .kisi .neden:hover {
                background: #fff;
                color: #000;
            }

        .post .kunye .kisi .isim {
            width: 100%;
            color: #f5792a;
            font-size: 15pt;
            font-weight: bold;
            line-height: 24px;
            margin: 0 0 5px 0;
        }

        .post .kunye .kisi .pozisyon {
            width: 100%;
            color: #666;
            font-size: 10pt;
            line-height: 18px;
        }

        .post .kunye .kisi .title {
            width: 100%;
            color: #ccc;
            font-size: 10pt;
            line-height: 18px;
        }

    .post .kunye .kisi-yatay {
        width: 340px;
        height: 160px;
        margin: 0 30px 10px 0;
        float: left;
        position: relative;
    }

        .post .kunye .kisi-yatay .foto {
            width: 140px;
            height: 140px;
            margin: 0 10px 0 0;
            background: #f1f1f1;
            position: relative;
            border-radius: 5px;
            float: left;
        }

            .post .kunye .kisi-yatay .foto img {
                width: 140px;
                height: 140px;
                border-radius: 5px;
                float: left;
            }

            .post .kunye .kisi-yatay .foto:after {
                content: '';
                display: inline-block;
                top: 0;
                left: 0;
                width: 140px;
                height: 140px;
                background: url(../img/kunye/_foto_ucgen.png) bottom right no-repeat;
                position: absolute;
            }

        .post .kunye .kisi-yatay:hover .foto:after {
            display: none;
        }

        .post .kunye .kisi-yatay .profiller {
            width: 190px;
            margin: 5px 0 5px 0;
            float: right;
            font-size: 12pt;
            border-radius: 5px;
        }

            .post .kunye .kisi-yatay .profiller a {
                width: 30px;
                height: 35px;
                line-height: 24px;
                float: left;
                margin: 0 0 0 0;
                text-align: center;
                color: #ccc;
            }

                .post .kunye .kisi-yatay .profiller a:hover {
                    color: #f5792a;
                    background: #fff;
                }

                .post .kunye .kisi-yatay .profiller a span {
                    line-height: 24px;
                }

                .post .kunye .kisi-yatay .profiller a strong {
                    font-size: 11pt;
                    font-family: Arial Black, Arial;
                }

        .post .kunye .kisi-yatay .neden {
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            background: rgba(0,0,0,1);
            position: absolute;
            top: -5px;
            left: 120px;
            font-size: 8pt;
            border-radius: 12px;
            color: #fff;
            border: 2px solid #000;
        }

            .post .kunye .kisi-yatay .neden:hover {
                background: #fff;
                color: #000;
            }

        .post .kunye .kisi-yatay .isim {
            width: 190px;
            color: #f5792a;
            font-size: 15pt;
            font-weight: bold;
            line-height: 24px;
            margin: 10px 0 5px 0;
        }

        .post .kunye .kisi-yatay .pozisyon {
            width: 190px;
            color: #666;
            font-size: 10pt;
            line-height: 18px;
        }

        .post .kunye .kisi-yatay .title {
            width: 190px;
            color: #ccc;
            font-size: 10pt;
            line-height: 18px;
        }

/* Post Tanıtım Sayfası */

.post.tanitim img {
    float: left;
}

/* Detay Sağ */

.kolon.dar.detayda {
    position: absolute;
    top: auto;
    bottom: -10px;
    right: -330px;
    text-align: left;
}

/* Liste Sayfası (Profil, Kategori vs.) */

.liste-kapak {
    width: calc(100% - 60px);
    padding: 30px;
    background: #fff;
    margin: -10px 0 0 0;
}

.kolon.dar .liste-kapak {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    background: none;
}

.liste-kapak.avatarli .avatar {
    float: left;
    width: 200px;
    height: 200px;
    background-color: #dedede;
    background-size: cover;
    background-position: center;
    border-radius: 100px;
    margin: 0 30px 0 0;
    position: relative;
}

    .liste-kapak.avatarli .avatar .duzenle {
        line-height: 200px;
        text-align: center;
        background: rgba(0,0,0,0.50);
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 100px;
    }

        .liste-kapak.avatarli .avatar .duzenle:hover {
            background: rgba(0,0,0,0.70);
        }

.liste-kapak .temel-bilgiler {
    width: calc(100% - 370px);
}

.kolon.dar .liste-kapak .temel-bilgiler {
    width: 100%;
    margin: 0 0 20px 0;
}

.liste-kapak.avatarli .temel-bilgiler {
    float: left;
    width: calc(100% - 600px);
    color: #333;
}

.liste-kapak .temel-bilgiler .ne {
    width: 100%;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 32pt;
    line-height: 38pt;
    font-family: 'Ubuntu', Arial;
    word-wrap: break-word;
}

    .liste-kapak .temel-bilgiler .ne span {
        float: left;
        margin: 0 15px 0 0;
        line-height: 38pt;
    }

.liste-kapak .temel-bilgiler .tur {
    width: 100%;
    margin: 0 0 10px 0;
    color: #ccc;
    font-size: 16pt;
    line-height: 20pt;
}

.liste-kapak .temel-bilgiler .hakkinda {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 11pt;
    line-height: 16pt;
    word-wrap: break-word;
}

.liste-kapak .temel-bilgiler .baglantilar {
    width: 100%;
    font-size: 14pt;
    line-height: 20pt;
}

    .liste-kapak .temel-bilgiler .baglantilar .tek {
        float: left;
        margin: 0 5px 0 0;
        background: #ccc;
        color: #fff;
        border-radius: 3px;
        padding: 5px 12px;
    }

        .liste-kapak .temel-bilgiler .baglantilar .tek span {
            line-height: 20pt;
            float: left;
            min-width: 18px;
            text-align: center;
        }

        .liste-kapak .temel-bilgiler .baglantilar .tek.renkli {
            background: #f5792a;
        }

            .liste-kapak .temel-bilgiler .baglantilar .tek.renkli .sayi {
                color: #d06724;
                margin: 0 -5px 0 10px;
                background: #fff;
                padding: 0 5px;
                border-radius: 3px;
            }

            .liste-kapak .temel-bilgiler .baglantilar .tek.renkli.pasif {
                background: #dedede;
                color: #666;
            }

                .liste-kapak .temel-bilgiler .baglantilar .tek.renkli.pasif .sayi {
                    color: #999;
                }

        .liste-kapak .temel-bilgiler .baglantilar .tek.facebook {
            background: #4862a3;
        }

        .liste-kapak .temel-bilgiler .baglantilar .tek.twitter {
            background: #00c3f3;
        }

        .liste-kapak .temel-bilgiler .baglantilar .tek.google {
            background: #eb4026;
        }

        .liste-kapak .temel-bilgiler .baglantilar .tek.eposta {
            background: #333;
        }

        .liste-kapak .temel-bilgiler .baglantilar .tek.rss {
            background: #f5792a;
        }

        .liste-kapak .temel-bilgiler .baglantilar .tek.bildir {
            background: #dedede;
            color: #666;
        }

            .liste-kapak .temel-bilgiler .baglantilar .tek.bildir.aktif {
                background: #f5792a;
                color: #fff;
            }

        .liste-kapak .temel-bilgiler .baglantilar .tek.duzenle {
            background: #dedede;
            color: #333;
        }

.liste-kapak .istatistik {
    float: right;
    padding: 0;
    background: none;
    width: 340px;
    margin: 0;
}

.kolon.dar .liste-kapak .istatistik {
    width: 100%;
}

.liste-kapak .uyari {
    margin: 30px 0 0 0;
}

/* Listede Arama Kutusu */

.listede-ara {
    width: calc(100% - 30px);
    margin: 0 0 30px 30px;
    position: relative;
}

    .listede-ara .kutu {
        width: calc(100% - 40px);
        padding: 5px 30px 5px 10px;
        height: 30px;
        line-height: 30px;
        border: none;
        background: #fff;
    }

        .listede-ara .kutu:focus {
            background: #fff;
        }

    .listede-ara .buton {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: none;
        border: none;
        color: #333;
        font-size: 14px;
        cursor: pointer;
    }

        .listede-ara .buton:active {
            color: #999;
        }

    .listede-ara .vazgec {
        position: absolute;
        top: 5px;
        right: 40px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }

.liste-baglantilari .listede-ara .vazgec {
    height: 26px;
    line-height: 26px;
}

/* Listede Takip Yönetimi */

.takip-yonetimi {
    width: 60%;
    min-width: 700px;
    border: 1px solid #ccc;
    font-size: 11pt;
    line-height: 14pt; /*margin:-20px 0 30px 30px;*/
    background: #fff;
    border-radius: 3px;
    float: left; /*position:relative; position:fixed;*/
    position: fixed;
    top: 50px;
    left: 20%;
    z-index: 999;
}
    /*.takip-yonetimi:after {
  content:''; position:absolute; bottom:100%; left:137px; margin-left:-8px; width:0; height:0; border-bottom:8px solid #fff; border-right:8px solid transparent; border-left:8px solid transparent; }*/
    .takip-yonetimi .ara-filtre {
        width: calc(100% - 40px);
        margin: 0 10px;
        padding: 10px 10px;
        border-bottom: 1px solid #dedede;
        float: left;
    }

        .takip-yonetimi .ara-filtre .neolsun {
            font-weight: bold;
            color: #333;
            float: left;
            margin: 0 20px 0 0;
            padding: 10px 0;
            position: relative;
        }

            .takip-yonetimi .ara-filtre .neolsun.aktif {
                color: #f5792a;
            }

            .takip-yonetimi .ara-filtre .neolsun:after {
                content: '';
                width: 100%;
                position: absolute;
                height: 3px;
                top: 100%;
                left: 0;
                margin: 9px 0 0 0;
            }

            .takip-yonetimi .ara-filtre .neolsun:hover:after {
                background: #ccc;
            }

            .takip-yonetimi .ara-filtre .neolsun.aktif:after {
                background: #f5792a;
            }

        .takip-yonetimi .ara-filtre .kutu {
            box-shadow: none;
            background: #fff;
            border: none;
            width: 180px;
            float: left;
            border-left: 1px solid #dedede;
            padding: 5px 0 5px 20px;
            margin: 5px 0;
            height: 14pt;
            line-height: 14pt;
        }

            .takip-yonetimi .ara-filtre .kutu.genis {
                padding: 5px 0;
                border: none;
                width: 500px;
            }

        .takip-yonetimi .ara-filtre .btn {
            float: right;
            margin: 3px 0 3px 10px;
        }

    .takip-yonetimi .filtre-listesi {
        width: calc(100% - 40px);
        padding: 13px 20px 0 20px;
        background: #fff;
        height: 400px;
        overflow-x: hidden;
        overflow-y: scroll;
        float: left;
    }

        .takip-yonetimi .filtre-listesi .tek {
            width: 100%;
            float: left;
            padding: 3px 0;
        }

            .takip-yonetimi .filtre-listesi .tek .simge {
                float: left;
                width: 30px;
                height: 30px;
                margin: 5px 10px 5px 0;
                border-radius: 7px;
                overflow: hidden;
            }

                .takip-yonetimi .filtre-listesi .tek .simge img {
                    width: 30px;
                    height: 30px;
                }

            .takip-yonetimi .filtre-listesi .tek .nedir {
                float: left;
                width: calc(100% - 260px);
                border-bottom: 1px solid #f1f1f1;
                font-weight: bold;
                font-size: 12pt;
                line-height: 44px;
                margin: 0;
            }

            .takip-yonetimi .filtre-listesi .tek .aksiyon {
                background: #f5792a;
                width: 190px;
                color: #fff;
                font-size: 11pt;
                line-height: 14pt;
                padding: 5px;
                position: relative;
                margin: 5px 0;
                font-weight: normal;
                border-radius: 3px;
                float: right;
            }

                .takip-yonetimi .filtre-listesi .tek .aksiyon.pasif {
                    background: #f1f1f1;
                    color: #999;
                }

                .takip-yonetimi .filtre-listesi .tek .aksiyon .eylem {
                    float: left;
                    margin: 0 7px;
                }

                .takip-yonetimi .filtre-listesi .tek .aksiyon .sayi {
                    background: #fff;
                    color: #f5792a;
                    margin: 2px 2px 0 0;
                    padding: 0 3px;
                    position: relative;
                    font-size: 8pt;
                    line-height: 11pt;
                    float: right;
                    border-radius: 3px;
                }

                .takip-yonetimi .filtre-listesi .tek .aksiyon.pasif .sayi {
                    background: #999;
                    color: #fff;
                }

/* Listede Filtreleme */

.liste-baglantilari {
    width: calc(100% - 50px);
    font-size: 14pt;
    line-height: 20pt;
    margin: -20px 0 10px 30px;
    padding: 10px;
    background: #f1f1f1;
    border-radius: 3px;
    float: left;
}

    .liste-baglantilari .tek {
        margin: 0 0 0 5px;
        background: #ccc;
        color: #fff;
        border-radius: 3px;
        padding: 5px 12px;
        float: right;
    }

        .liste-baglantilari .tek span {
            line-height: 20pt;
            float: left;
            min-width: 18px;
            text-align: center;
        }

        .liste-baglantilari .tek.renkli {
            background: #f5792a;
        }

            .liste-baglantilari .tek.renkli .sayi {
                color: #d06724;
                margin: 0 -5px 0 10px;
                background: #fff;
                padding: 0 5px;
                border-radius: 3px;
            }

            .liste-baglantilari .tek.renkli.pasif {
                background: #dedede;
                color: #666;
            }

                .liste-baglantilari .tek.renkli.pasif .sayi {
                    color: #999;
                }

        .liste-baglantilari .tek.bildir {
            background: #dedede;
            color: #666;
        }

            .liste-baglantilari .tek.bildir.aktif {
                background: #f5792a;
                color: #fff;
            }

        .liste-baglantilari .tek.ackapa {
            background: #dedede;
            color: #333;
        }

            .liste-baglantilari .tek.ackapa.aktif {
                background: #f5792a;
                color: #fff;
            }

        .liste-baglantilari .tek.terscevir {
            background: #dedede;
            color: #333;
        }

    .liste-baglantilari .listede-ara {
        float: left;
        width: calc(100% - 300px);
        margin: 0;
    }

        .liste-baglantilari .listede-ara .kutu {
            height: 26px;
        }

/* Listede Ayar Satırı */

.tercih-ust {
    width: calc(100% - 50px);
    padding: 0 10px;
    margin: 0 0 5px 30px;
    background: #222;
    color: #fff;
    line-height: 30px;
    border-radius: 3px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #000;
}

    .tercih-ust .ayarlar {
        color: #ccc;
        font-size: 10pt;
    }

.tercih-detay {
    width: calc(100% - 50px);
    padding: 10px 10px 10px 10px;
    margin: 0 0 5px 30px;
    background: #fff;
    position: relative;
    line-height: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dedede;
    float: left;
    border-radius: 3px;
    font-weight: bold;
}

    .tercih-detay .ackapa {
        float: right;
        height: 20px;
    }

    .tercih-detay .ackapa {
        float: right;
    }

    .tercih-detay .aciklama {
        width: calc(100% - 100px);
        color: #999;
        border-top: 1px solid #f1f1f1;
        font-size: 9pt;
        line-height: 11pt;
        padding: 5px 0 0 0;
        margin: 5px 0 -3px 0;
        float: left;
        font-weight: normal;
    }

/* Profil Düzenle */

.ayar-sayfasi {
    width: calc(100% - 30px);
    margin: 0 0 0 30px;
}

    .ayar-sayfasi hr {
        width: 100%;
        height: 1px;
        border: none;
        background: #ccc;
        margin: 0 0 20px 0;
    }

    .ayar-sayfasi .tek-ayar {
        width: 100%;
        margin: 0 0 20px 0;
        font-size: 13pt;
        line-height: 18pt;
        color: #333;
    }

        .ayar-sayfasi .tek-ayar .menu-dd-kucuk {
            border: 1px solid #f5792a;
            color: #333;
            margin: 0 0 0 5px;
            float: left;
        }

        .ayar-sayfasi .tek-ayar .ayar-bilgisi {
            width: 100%;
            margin: 0 0 10px 0;
            float: left;
        }

            .ayar-sayfasi .tek-ayar .ayar-bilgisi .nedir {
                float: left;
                margin: 0 0 0 10px;
                font-weight: bold;
                font-size: 13pt;
                line-height: 17pt;
                color: #f5792a;
            }

            .ayar-sayfasi .tek-ayar .ayar-bilgisi .ekbilgi {
                float: right;
                color: #999;
            }

        .ayar-sayfasi .tek-ayar .ayar-formu {
            width: 100%;
            position: relative;
        }

            .ayar-sayfasi .tek-ayar .ayar-formu .kutu {
                margin-bottom: 10px;
            }

                .ayar-sayfasi .tek-ayar .ayar-formu .kutu.ikili {
                    width: calc(50% - 25px);
                    float: left;
                }

            .ayar-sayfasi .tek-ayar .ayar-formu .gun {
                width: 100px;
                float: left;
                margin: 0 10px 0 0;
            }

            .ayar-sayfasi .tek-ayar .ayar-formu .ay {
                width: 200px;
                float: left;
                margin: 0 10px 0 0;
            }

            .ayar-sayfasi .tek-ayar .ayar-formu .yil {
                width: 120px;
                float: left;
                margin: 0 10px 0 0;
            }

            .ayar-sayfasi .tek-ayar .ayar-formu .havalandir {
                position: absolute;
                top: 5px;
                right: 5px;
            }

            .ayar-sayfasi .tek-ayar .ayar-formu .arkaplanli {
                width: calc(100% - 22px);
                padding: 10px 10px;
                background: #f1f1f1;
                color: #333;
                border: 1px solid #ccc;
                border-radius: 3px;
                line-height: 20px;
                position: relative;
                margin-bottom: 10px;
            }

                .ayar-sayfasi .tek-ayar .ayar-formu .arkaplanli .cb {
                    line-height: 20px;
                }

                .ayar-sayfasi .tek-ayar .ayar-formu .arkaplanli.yasgizliligi {
                    width: 238px;
                    float: right;
                }

            .ayar-sayfasi .tek-ayar .ayar-formu .sehir {
                width: 180px;
                float: left;
                margin: 0 10px 0 0;
            }

            .ayar-sayfasi .tek-ayar .ayar-formu .ilce {
                width: 180px;
                float: left;
                margin: 0 10px 0 0;
            }

            .ayar-sayfasi .tek-ayar .ayar-formu .arkaplanli.sehirsifirlama {
                width: 308px;
                float: right;
            }

            .ayar-sayfasi .tek-ayar .ayar-formu .arkaplanli.kendinibanlama {
                width: 398px;
                float: right;
            }

            .ayar-sayfasi .tek-ayar .ayar-formu .bansuresi {
                width: 280px;
                float: left;
                margin: 0 10px 0 0;
            }

            .ayar-sayfasi .tek-ayar .ayar-formu .arkaplanli.kendinibanlama .btn {
                margin: 0 0 0 5px;
                float: left;
            }

/* Trend Haberler Detayı */

.trend-haberler-detay {
    width: 100%;
    margin: 0 0 30px 0;
}

    .trend-haberler-detay .tablo {
        width: calc(100% - 60px);
        margin: 30px 30px 0 30px;
    }

        .trend-haberler-detay .tablo .sira {
            width: 1% !important;
        }

        .trend-haberler-detay .tablo .goruntulenenicerik {
            width: 63% !important;
        }

        .trend-haberler-detay .tablo .bakansayisi {
            width: 15% !important;
        }

        .trend-haberler-detay .tablo .tur {
            width: 10% !important;
        }

        .trend-haberler-detay .tablo .tarih {
            width: 10% !important;
        }

        .trend-haberler-detay .tablo * {
            min-width: inherit !important;
        }

/* Özel Liste (Video) */

.ozel-liste-video {
    background: #f1f1f1;
    min-height: 1400px;
}

    .ozel-liste-video .kolon.tam {
        padding: 0 30px 0 20px;
        width: calc(100% - 50px)
    }

    .ozel-liste-video .medya-buyuk-kapsam {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }

        .ozel-liste-video .medya-buyuk-kapsam .medya-buyuk {
            float: left;
            width: calc(100% - 555px);
            height: 300px;
            margin: 0 0 0 10px;
            box-sizing: border-box;
            position: relative;
        }

            .ozel-liste-video .medya-buyuk-kapsam .medya-buyuk .onizleme {
                width: 100%;
                height: 300px;
                background-size: cover;
                background-position: center;
                position: relative;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
                background-color: #000;
            }

                .ozel-liste-video .medya-buyuk-kapsam .medya-buyuk .onizleme .not {
                    position: absolute;
                    top: 10px;
                    left: 10px;
                    background: rgba(0,0,0,0.7);
                    color: #fff;
                    font-size: 11pt;
                    font-weight: bold;
                    padding: 0 10px;
                    line-height: 30px;
                    border-radius: 3px;
                }
        /*.ozel-liste-video .medya-buyuk-kapsam .medya-buyuk .baslik { position: absolute; bottom: 0; left: 0; right: 0; color: #fff; font-size:26pt; line-height:30pt; font-family:'Ubuntu', Arial; font-weight:bold; color:#fff; text-shadow:0 1px 2px #000; padding:100px 25px 20px 25px; background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%); }*/
        .ozel-liste-video .medya-buyuk-kapsam .yan-bilgi {
            float: right;
            width: 505px;
            height: 260px;
            padding: 20px;
            background: #fff;
            box-sizing: content-box;
            position: relative;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .ozel-liste-video .medya-buyuk-kapsam .yan-bilgi .baslik {
                width: 100%;
                color: #000;
                font-size: 26pt;
                line-height: 30pt;
                font-family: 'Ubuntu', Arial;
                font-weight: bold;
                margin: 0 0 20px 0;
            }

            .ozel-liste-video .medya-buyuk-kapsam .yan-bilgi .aciklama {
                width: 100%;
                color: #666;
                font-size: 12pt;
                line-height: 17pt;
            }

            .ozel-liste-video .medya-buyuk-kapsam .yan-bilgi .bilgi {
                position: absolute;
                bottom: 20px;
                left: 20px;
                font-size: 10pt;
                line-height: 14pt;
                color: #999;
            }

            .ozel-liste-video .medya-buyuk-kapsam .yan-bilgi .alt {
                position: absolute;
                bottom: 20px;
                right: 20px;
            }

                .ozel-liste-video .medya-buyuk-kapsam .yan-bilgi .alt .imle {
                    background: #dedede !important;
                }

                    .ozel-liste-video .medya-buyuk-kapsam .yan-bilgi .alt .imle.aktif {
                        background: #f5792a !important;
                    }

    .ozel-liste-video .liste-baglantilari {
        width: calc(100% - 10px);
        margin: 30px 0 30px 10px;
        background: none !important;
        padding: 0;
    }

        .ozel-liste-video .liste-baglantilari .ne {
            float: left;
            margin: 0 20px 0 0;
            line-height: 36px;
            font-size: 24pt;
            font-weight: bold;
            font-family: 'Ubuntu', Arial;
            max-width: 450px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .ozel-liste-video .liste-baglantilari .tek {
            float: left;
            margin: 0 5px 0 0 !important
        }

        .ozel-liste-video .liste-baglantilari .listede-ara {
            width: 230px;
            float: right;
            margin: 0 0 0 20px;
        }

        .ozel-liste-video .liste-baglantilari .video-turu-sec {
            float: right;
            position: relative;
            bottom: 2px;
        }

            .ozel-liste-video .liste-baglantilari .video-turu-sec .menu-dd {
                width: 135px !important;
            }

    .ozel-liste-video .tam-kucuk-sorgu {
        width: 100%;
        margin: 0 0 0 0;
        background: #f1f1f1;
        padding: 10px 0 8px 0;
        overflow: hidden;
        position: relative;
        float: left;
    }

    .ozel-liste-video .medya-kapsam {
        position: relative;
        margin: 0 0 25px 0;
        width: 100%;
        padding: 0 0 5px 0;
    }

        .ozel-liste-video .medya-kapsam:after {
            position: absolute;
            content: "";
            width: calc(100% - 10px);
            bottom: -1px;
            left: 10px;
            height: 1px;
            background: #dedede;
        }

        .ozel-liste-video .medya-kapsam .medya-kapsam-ustu {
            width: calc(100% - 10px);
            padding: 0 0 0 10px;
            margin: 0 0 5px 0;
        }

            .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .simge-resim {
                float: left;
                width: 30px;
                height: 30px;
                border-radius: 6px;
                overflow: hidden;
                margin: -3px 10px 0 0;
                background: #fff;
            }

                .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .simge-resim img {
                    width: 30px;
                    height: 30px;
                }

            .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .simge {
                float: left;
                width: 30px;
                height: 30px;
                border-radius: 6px;
                overflow: hidden;
                margin: -3px 10px 0 0;
                background: #f5792a;
                color: #fff;
                line-height: 30px;
                font-size: 15pt;
                text-align: center;
            }

            .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .ne {
                float: left;
                margin: 0 5px 4px 0;
                font-weight: bold;
                line-height: 26px;
                font-size: 13pt;
                color: #f5792a;
            }

            .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .not {
                font-size: 9pt;
                color: #666;
                float: left;
                line-height: 30px;
            }

            .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .gizle {
                width: 30px;
                height: 30px;
                line-height: 30px;
                margin: 0 0 0 10px;
                text-align: center;
                color: #666;
                float: right;
            }

                .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .gizle:hover {
                    color: #ccc;
                }

                .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .gizle * {
                    line-height: 24px;
                    font-size: 14pt;
                }

            .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .abone-ol {
                float: right;
                padding-left: 7px;
            }

            .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .bildirim-aboneligi {
                float: right;
                margin: 0 -10px 0 5px;
            }

                .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .bildirim-aboneligi .simge {
                    background: none !important;
                    color: #999;
                }

                .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .bildirim-aboneligi.aktif .simge {
                    background: none !important;
                    color: #f5792a;
                }

            .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .gizle * {
                line-height: 24px;
                font-size: 14pt;
            }

            .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .abone-ol {
                float: right;
                padding-left: 7px;
            }

            .ozel-liste-video .medya-kapsam .medya-kapsam-ustu .btn {
                float: right;
                margin: 3px 0 0 5px;
            }

        .ozel-liste-video .medya-kapsam .uyari {
            width: calc(100% - 45px);
            margin: 0 0 15px 5px;
        }

    .ozel-liste-video .medya-kucuk-alt {
        width: calc(25% - 10px);
        float: left;
        margin: 0 0 30px 10px;
    }

        .ozel-liste-video .medya-kucuk-alt .onizleme .onizleme-hover {
            width: 100%;
            height: 150px;
            background-size: cover;
            background-position: center;
            position: relative;
            border-radius: 3px;
            background-color: #ccc;
            display: none;
            float: left;
        }

        .ozel-liste-video .medya-kucuk-alt:hover .onizleme .onizleme-hover {
            display: inline-block;
        }

        .ozel-liste-video .medya-kucuk-alt .onizleme .seekbar {
            width: 100%;
            background: #f5792a;
            height: 3px;
            position: absolute;
            bottom: 0;
            left: 0;
            box-shadow: 0 -1px 3px rgba(0,0,0,0.5);
            z-index: 2;
        }

    .ozel-liste-video .daha-fazla {
        margin-top: 10px; /*margin-left:15px;*/
    }

        .ozel-liste-video .daha-fazla .btn {
            /*width: calc(100% - 30px);*/
            width: auto;
            margin: 0 0 0 10px;
            padding: 7px 30px;
            font-size: 13pt;
            font-weight: bold;
            letter-spacing: 1px;
            border-radius: 30px;
            font-family: 'Ubuntu', Arial;
            -webkit-transition: background-color 100ms linear;
            -moz-transition: background-color 100ms linear;
            -o-transition: background-color 100ms linear;
            -ms-transition: background-color 100ms linear;
            transition: background-color 100ms linear;
        }

            .ozel-liste-video .daha-fazla .btn:hover {
                opacity: 1;
            }

/* Özel Detay (Video) */

.ozel-detay-video {
    background: #fff;
}

    .ozel-detay-video .video-sol {
        width: 730px;
        padding: 0 0 30px 30px;
        float: left;
    }

        .ozel-detay-video .video-sol .video-kucuk {
            margin: 30px 0 0 0;
            position: relative;
        }

    .ozel-detay-video .oynaticida-sonrakine-geciliyor {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.95);
        width: 100%;
        height: calc(100% - 30px);
        color: #fff;
        font-size: 12pt;
        z-index: 2;
        text-align: center;
    }

        .ozel-detay-video .oynaticida-sonrakine-geciliyor div {
            width: cacl(100% - 40px);
            display: block;
            margin: 10px 0;
            padding: 0 20px;
        }

            .ozel-detay-video .oynaticida-sonrakine-geciliyor div a {
                color: #fff;
            }

        .ozel-detay-video .oynaticida-sonrakine-geciliyor .siradaki {
            margin-top: 70px;
            color: #ccc;
            font-size: 11pt;
            line-height: 14pt;
        }

        .ozel-detay-video .oynaticida-sonrakine-geciliyor .video-adi {
            color: #fff;
            font-size: 20pt;
            line-height: 24pt;
            font-family: 'Ubuntu', Arial;
        }

        .ozel-detay-video .oynaticida-sonrakine-geciliyor .yukleyen {
            color: #fff;
            font-size: 11pt;
            line-height: 14pt;
            margin: 0 0 15px 0;
        }

        .ozel-detay-video .oynaticida-sonrakine-geciliyor .oynat-geri-sayim {
            position: relative;
        }

            .ozel-detay-video .oynaticida-sonrakine-geciliyor .oynat-geri-sayim svg {
                width: 80px;
                height: 80px;
                color: #fff;
                display: inline-block;
            }

            .ozel-detay-video .oynaticida-sonrakine-geciliyor .oynat-geri-sayim .geri-sayim {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 50px;
                margin: -21px 0 0 -25px;
                text-align: center;
                line-height: 22px;
                font-size: 13pt;
            }

        .ozel-detay-video .oynaticida-sonrakine-geciliyor .iptal {
            color: #fff;
            font-size: 11pt;
            line-height: 15pt;
            letter-spacing: 1px;
        }

    .ozel-detay-video .video-sol .oynatici-tercihleri {
        width: calc(100% - 10px);
        background: #f1f1f1;
        padding: 3px 5px;
    }
    /*.ozel-detay-video .video-sol .temel-bilgi .oge .abone-ol {
	margin-left: 0; }*/
    .ozel-detay-video .video-sol .oto-baslat {
        float: right;
        color: #999;
        font-size: 9pt;
    }

        .ozel-detay-video .video-sol .oto-baslat .not {
            float: left;
            line-height: 24px;
            margin: 0 5px 0 0;
        }

    .ozel-detay-video .video-sol .post-baslik {
        font-size: 20pt;
        line-height: 24pt;
    }

    .ozel-detay-video .video-sol .post {
        width: 100%;
    }

        .ozel-detay-video .video-sol .post .kolon.mini {
            left: 0;
        }

        .ozel-detay-video .video-sol .post .kolon.yazi {
            width: calc(100% - 120px);
            margin: 0 0 0 120px;
            min-height: 100px;
        }

    .ozel-detay-video .video-sol .yorumlar {
        width: calc(100% - 120px);
        margin: 0 0 0 120px; /*border-top: 1px solid #dedede; padding-top:20px;*/
    }

    .ozel-detay-video .video-sag {
        width: 320px;
        padding: 30px 30px 30px 0;
        float: right;
    }

        .ozel-detay-video .video-sag .ara-baslik {
            line-height: 22px;
            margin-bottom: 10px;
        }

            .ozel-detay-video .video-sag .ara-baslik .nedir {
                color: #000;
                margin-top: -2px;
                font-weight: bold;
                font-size: 12pt;
            }

            .ozel-detay-video .video-sag .ara-baslik .not {
                font-size: 9pt;
            }

        .ozel-detay-video .video-sag hr.ayrac {
            width: 100%;
            margin: 10px 0 20px 0;
            display: inline-block;
            float: left;
            background: #dedede;
            height: 1px;
            border: none;
        }

        .ozel-detay-video .video-sag footer {
            display: inline-block;
            margin: 20px 0 0 0;
        }

/* Özel Liste (Foto Galeri) */

.ozel-liste-galeri {
    background: #f1f1f1;
    min-height: 1400px;
}

    .ozel-liste-galeri .kolon.tam {
        padding: 0 30px 0 10px;
    }

    .ozel-liste-galeri .liste-baglantilari {
        width: calc(100% - 20px);
        margin: 30px 0 30px 20px;
        background: none !important;
        padding: 0;
    }

        .ozel-liste-galeri .liste-baglantilari .ne {
            float: left;
            margin: 0 20px 0 0;
            line-height: 36px;
            font-size: 24pt;
            font-weight: bold;
            font-family: 'Ubuntu', Arial;
            word-wrap: break-word;
        }

        .ozel-liste-galeri .liste-baglantilari .tek {
            float: left;
        }

        .ozel-liste-galeri .liste-baglantilari .listede-ara {
            width: 230px;
            float: right;
            margin: 0 0 0 20px;
        }

    .ozel-liste-galeri .tam-kucuk-sorgu {
        width: 100%;
        margin: 0 0 0 0;
        background: #f1f1f1;
        padding: 10px 0 8px 0;
        overflow: hidden;
        position: relative;
        float: left;
    }

    .ozel-liste-galeri .medya-kapsam {
        position: relative;
        margin: 0 0 25px 0;
        width: 100%;
        padding: 0 0 5px 0;
    }

        .ozel-liste-galeri .medya-kapsam:after {
            position: absolute;
            content: "";
            width: calc(100% - 10px);
            bottom: -1px;
            left: 10px;
            height: 1px;
            background: #dedede;
        }

        .ozel-liste-galeri .medya-kapsam .medya-kapsam-ustu {
            width: calc(100% - 20px);
            padding: 0 0 0 20px;
            margin: 0 0 5px 0;
        }

            .ozel-liste-galeri .medya-kapsam .medya-kapsam-ustu .simge-resim {
                float: left;
                width: 30px;
                height: 30px;
                border-radius: 6px;
                overflow: hidden;
                margin: -3px 10px 0 0;
                background: #fff;
            }

                .ozel-liste-galeri .medya-kapsam .medya-kapsam-ustu .simge-resim img {
                    width: 30px;
                    height: 30px;
                }

            .ozel-liste-galeri .medya-kapsam .medya-kapsam-ustu .simge {
                float: left;
                width: 30px;
                height: 30px;
                border-radius: 6px;
                overflow: hidden;
                margin: -3px 10px 0 0;
                background: #f5792a;
                color: #fff;
                line-height: 30px;
                font-size: 15pt;
                text-align: center;
            }

            .ozel-liste-galeri .medya-kapsam .medya-kapsam-ustu .ne {
                float: left;
                margin: 0 5px 4px 0;
                font-weight: bold;
                line-height: 26px;
                font-size: 13pt;
                color: #f5792a;
            }

            .ozel-liste-galeri .medya-kapsam .medya-kapsam-ustu .not {
                font-size: 9pt;
                color: #666;
                float: left;
                line-height: 30px;
            }

            .ozel-liste-galeri .medya-kapsam .medya-kapsam-ustu .gizle {
                width: 30px;
                height: 30px;
                line-height: 30px;
                margin: 0 0 0 10px;
                text-align: center;
                color: #666;
                float: right;
            }

                .ozel-liste-galeri .medya-kapsam .medya-kapsam-ustu .gizle:hover {
                    color: #ccc;
                }

                .ozel-liste-galeri .medya-kapsam .medya-kapsam-ustu .gizle * {
                    line-height: 24px;
                    font-size: 14pt;
                }

            .ozel-liste-galeri .medya-kapsam .medya-kapsam-ustu .abone-ol {
                float: right;
                padding-left: 7px;
            }

            .ozel-liste-galeri .medya-kapsam .medya-kapsam-ustu .btn {
                float: right;
                margin: 3px 0 0 5px;
            }

        .ozel-liste-galeri .medya-kapsam .uyari {
            width: calc(100% - 55px);
            margin: 0 0 15px 15px;
        }

    .ozel-liste-galeri .medya-galeri-kutu {
        width: calc(33.3% - 20px);
        float: left;
        margin: 0 0 20px 20px;
    }

        .ozel-liste-galeri .medya-galeri-kutu.orta {
            width: calc(50% - 20px);
        }

        .ozel-liste-galeri .medya-galeri-kutu.buyuk {
            width: calc(100% - 20px);
        }

    .ozel-liste-galeri .daha-fazla {
        margin: 0 0 20px 20px;
        width: calc(100% - 20px); /*margin-top: 10px; margin-left:15px;*/
    }

        .ozel-liste-galeri .daha-fazla .btn {
            /*width: calc(100% - 30px);*/
            width: auto;
            margin: 0;
            padding: 7px 30px;
            font-size: 13pt;
            font-weight: bold;
            letter-spacing: 1px;
            border-radius: 30px;
            font-family: 'Ubuntu', Arial;
            -webkit-transition: background-color 100ms linear;
            -moz-transition: background-color 100ms linear;
            -o-transition: background-color 100ms linear;
            -ms-transition: background-color 100ms linear;
            transition: background-color 100ms linear;
        }

            .ozel-liste-galeri .daha-fazla .btn:hover {
                opacity: 1;
            }

/* Hata Sayfaları */
.hata {
    width: 1080px;
    height: 764px;
    margin-top: 30px;
    border-radius: 20px;
}

    .hata.h403 {
        background-image: url("../img/403.jpg");
    }

    .hata.h404 {
        background-image: url("../img/404.jpg");
    }

    .hata.h500 {
        background-image: url("../img/500.jpg");
    }

    .hata.h502 {
        background-image: url("../img/502.jpg");
    }

    .hata.h503 {
        background-image: url("../img/503.jpg");
    }

    .hata.h504 {
        background-image: url("../img/504.jpg");
    }

/* Düzenlemeler */

@keyframes yukseliste {
    0% {
        background: #a3ffa5;
        box-shadow: 0 0 50px #a3ffa5;
    }

    100% {
        background: none;
        box-shadow: none;
    }
}

.trend-haberler-detay .tablo tr.vurgula.yukselis {
    animation: yukseliste 1s;
}

@keyframes dususte {
    0% {
        background: #ffbcbf;
        box-shadow: 0 0 50px #ffbcbf;
    }

    100% {
        background: none;
        box-shadow: none;
    }
}

.trend-haberler-detay .tablo tr.vurgula.dusus {
    animation: dususte 1s;
}

/* Rehberler (Guide) vs. */
@keyframes box-shadow {
    0% {
        box-shadow: 0 5px 50px rgba(0,0,0,0.3);
    }

    30% {
        box-shadow: 0 5px 80px #000;
    }

    50% {
        box-shadow: 0 5px 100px rgba(0,0,0,0.3);
    }

    100% {
        box-shadow: 0 5px 100px rgba(0,0,0,1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

    20% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

    60% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
    }

    80% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

.anlatim.rehber {
    display: inline-block;
    animation: box-shadow 2s;
    bottom: 45px;
    top: inherit;
    animation: scale 1.1s ease-in-out;
    box-shadow: 0 5px 100px rgba(0,0,0,1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 99;
    width: 220px;
    padding: 20px 20px;
}

    .anlatim.rehber:after {
        content: '';
        position: absolute;
        bottom: -18px;
        right: 32px;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: #ffffff transparent transparent transparent;
    }

    .anlatim.rehber img {
        float: inherit; /*margin-top:25px; margin-bottom: 25px; */
    }

    .anlatim.rehber .kapat {
        position: absolute;
        top: 3px;
        right: 3px;
        background: #fff;
        border: 1px solid #ccc;
        width: 26px;
        height: 24px;
        line-height: 26px;
        text-align: center;
        color: #333;
        font-size: 13pt;
        border-radius: 3px;
    }

        .anlatim.rehber .kapat:hover {
            background: #f1f1f1;
        }

        .anlatim.rehber .kapat:active {
            color: #666;
        }

/* Zorlamalar */

.doseme-yuklenirken {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 1140px;
    z-index: 2;
    background: #f1f1f1 url(../img/yukleniyor.gif) center no-repeat;
}

/* Fix */

.uyari.tepe {
    min-width: 1100px;
    z-index: 12;
    position: relative;
}

.medya-kucuk { /* detaydaki ilgili son gönderiler modülü sayfayı yenilediğimizde dağınık görünüyor diye bu eklendi */
    width: 198px !important;
    margin-bottom: 35px !important;
}

.video-buyuk div { /* flowplayer'ın üstündeki barların kaymasını engellesin diye eklendi */
    /*display: block;*/
}
/*gerek kalmamış (şimdilik yoruma alındı)*/
/* Tabletler için Medya Sorguları */

/* --------------------------------------------------------------------------------------------- */


/* Cookie Kutu */
.cookie-kutu {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9999;
    width: 475px;
    height: 120px;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}

    .cookie-kutu .dh-cookie {
        width: 102px;
        height: 62px;
        padding: 30px 0 0 9px;
    }

    .cookie-kutu .govde {
        width: 317px;
        height: 36px;
        float: right;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.13px;
        line-height: 18px;
        padding: 18px 38px 66px 0;
    }

        .cookie-kutu .govde .butonlar {
            white-space: nowrap;
            padding: 15px 0 0 0;
        }

            .cookie-kutu .govde .butonlar .cookie-buton {
                width: 157px;
                height: 30px;
                border-radius: 5px;
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 0.13px;
                text-align: center;
                line-height: 28px;
                cursor: pointer;
            }

                .cookie-kutu .govde .butonlar .cookie-buton.onay {
                    color: #fff;
                    margin-right: 21px;
                    background-image: linear-gradient(135deg, #f28743 0%, #ee5347 100%);
                }

                .cookie-kutu .govde .butonlar .cookie-buton.info {
                    color: #999999;
                    font-weight: 400;
                    background-image: linear-gradient(-45deg, #f1f1f1 0%, #dedede 100%);
                }

    .cookie-kutu .kapat {
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        line-height: 34px;
        text-align: center;
        color: #fff;
        font-size: 16pt;
        background-image: linear-gradient(135deg, #f28743 0%, #ee5347 100%)
    }

/* Elastic Search */

.elastic-search {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.51);
}

    .elastic-search .body {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-color: #fff;
        width: 580px;
        overflow: scroll;
    }

        .elastic-search .body .searchBody {
            width: 100%;
            display: inline-block;
        }

            .elastic-search .body .searchBody .header {
                background-color: #fff;
                padding: 15px 15px 0px 15px;
            }

                .elastic-search .body .searchBody .header .title {
                    color: #000000;
                    font-size: 20px;
                    font-weight: 700;
                    letter-spacing: -0.53px;
                }

                .elastic-search .body .searchBody .header .searchInput {
                    position: relative;
                    width: 100%;
                }

                    .elastic-search .body .searchBody .header .searchInput input {
                        padding: 0 45px 0 20px;
                        margin: 15px 0 20px 0;
                        width: calc(100% - 70px);
                        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
                        border-radius: 20px;
                        border: 2px solid #ee8f00;
                        background-color: #ffffff;
                        height: 40px;
                        font-size: 15px;
                        letter-spacing: 0.14px;
                    }

                    .elastic-search .body .searchBody .header .searchInput .submit {
                        position: absolute;
                        top: 18px;
                        right: 5px;
                        width: 38px;
                        height: 38px;
                        border-radius: 20px;
                        background-image: linear-gradient(135deg, #f48f1c 0%, #d3871a 100%);
                    }

                        .elastic-search .body .searchBody .header .searchInput .submit:before {
                            content: url('../img/icon-search.png');
                            position: absolute;
                            top: 6px;
                            left: 8px;
                        }

                .elastic-search .body .searchBody .header .info {
                    width: 100%;
                    color: #000000;
                    font-size: 13px;
                    font-weight: 400;
                    letter-spacing: -0.35px;
                }

                    .elastic-search .body .searchBody .header .info b {
                        font-weight: 700;
                    }

                .elastic-search .body .searchBody .header .custom-filters {
                    padding: 15px 0 0 0;
                    width: 100%;
                }

                    .elastic-search .body .searchBody .header .custom-filters .title {
                        display: inline-block;
                        vertical-align: 8px;
                        color: #000000;
                        font-size: 13px;
                        font-weight: 700;
                        letter-spacing: -0.35px;
                    }

                    .elastic-search .body .searchBody .header .custom-filters .custom-filterToggle {
                        line-height: 25px;
                        float: right;
                        color: #999999;
                        font-size: 13px;
                        font-weight: 400;
                        letter-spacing: -0.35px;
                    }

                        .elastic-search .body .searchBody .header .custom-filters .custom-filterToggle:before {
                            content: url('../img/icon-arrows-down.png');
                            position: relative;
                            right: 5px;
                            top: 1px;
                        }


@media (max-width:550px) {
    .elastic-search .body .custom-filter.list {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

        .elastic-search .body .custom-filter.list div {
            float: unset;
            border: 1px solid #000 !important;
            border-radius: 5px;
            margin-left: 0 !important;
            margin-bottom: 3px;
            text-align: center;
        }
}

.elastic-search .body .custom-filter_txt {
    display: inline;
    margin-left: 5px;
}

    .elastic-search .body .custom-filter_txt:after {
        content: ' ';
        display: block;
        clear: both;
        margin-bottom: 5px;
    }

.elastic-search .body .custom-filter div {
    float: left;
    display: block;
    position: relative;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 0;
    margin: 0;
}

    .elastic-search .body .custom-filter div:first-child {
        margin-left: 5px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-right: 1px solid #dedede;
        border-left: 1px solid #dedede;
    }

    .elastic-search .body .custom-filter div:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.elastic-search .body .custom-filter input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.elastic-search .body .custom-filter > div > label {
    cursor: pointer;
    display: block;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.35px;
}

.elastic-search .body .custom-filter input:checked ~ label {
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.3);
    border-radius: 2px 0 0 2px;
    background-color: #ee8f00;
    color: #fff;
}

.float-right {
    float: right;
}


.elastic-search .body .searchBody .footer {
    padding: 0 0 0 15px;
    display: inline-block;
    width: calc(100% - 30px );
}

    .elastic-search .body .searchBody .footer .title {
        color: #000000;
        vertical-align: 8px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: -0.35px;
        display: inline-block;
        margin-bottom: 5px;
    }

    .elastic-search .body .searchBody .footer .item {
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }

    .elastic-search .body .searchBody .footer .pagination {
        display: inline-block;
    }

        .elastic-search .body .searchBody .footer .pagination .page, .pagination-next {
            float: left;
            border: 1px solid #ddd;
            border-right: 0;
            padding: 10px;
            margin-top: 20px;
            margin-bottom: 5px;
        }

    .elastic-search .body .searchBody .footer .pagination-next::after {
        content: 'Sonraki'
    }

@media (min-width: 320px) and (max-width: 480px) {
    .elastic-search .body .searchBody .footer .pagination-next::after {
        content: '>'
    }
}

.elastic-search .body .searchBody .footer .pagination a {
    color: #000;
    height: 10px;
    line-height: 10px;
}

.elastic-search .body .searchBody .footer .pagination .page.active {
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.3);
    border-radius: 2px 0 0 2px;
    background-color: #ee8f00;
    color: #fff;
}

.elastic-search .body .searchBody .footer .pagination a:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.elastic-search .body .searchBody .footer .pagination a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #dedede;
}

.elastic-search .body .searchBody .footer .pagination-next {
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-left: 10px;
    color: #000;
}

.elastic-search .body .searchBody .footer .sortcustom-filter {
    display: inline-block;
}

.elastic-search .body .searchBody .footer .smart-dropdown {
    cursor: pointer;
}

    .elastic-search .body .searchBody .footer .smart-dropdown:after {
        content: url('../img/icon-down.png');
        position: absolute;
        right: 8px;
        top: 0px;
        height: 22px;
        border-left: 1px solid #ddd;
        padding: 5px 0 0 8px;
    }

    .elastic-search .body .searchBody .footer .smart-dropdown.open:after {
        content: url('../img/icon-up.png');
    }

    .elastic-search .body .searchBody .footer .smart-dropdown .title {
        width: 130px;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-radius: 3px;
        background-color: #fff;
        color: #000000;
        letter-spacing: -0.35px;
        padding: 5px 30px 5px 10px;
        font-size: 13px;
        border: 1px solid #dedede;
        cursor: pointer;
        font-weight: 400;
    }

    .elastic-search .body .searchBody .footer .smart-dropdown .content .searchbox {
        width: 100%;
        position: relative;
        top: 0;
    }

        .elastic-search .body .searchBody .footer .smart-dropdown .content .searchbox input {
            border-radius: 3px;
            padding: 0 10px 0 10px;
            box-sizing: border-box;
            box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
            border: 1px solid #dedede;
            height: 30px;
            font-size: 14px;
            width: 100%;
        }

            .elastic-search .body .searchBody .footer .smart-dropdown .content .searchbox input:focus {
                outline: 2px solid #ddd;
                border-radius: 3px;
            }

.elastic-search .body .searchBody .footer .smart-dropdown {
    position: relative;
    display: inline-block;
}

    .elastic-search .body .searchBody .footer .smart-dropdown .content {
        margin-bottom: 20px;
        max-height: 200px;
        border-radius: 3px;
        display: none;
        position: absolute;
        padding: 10px;
        background-color: #fff;
        width: 230px;
        overflow: hidden;
        border: 1px solid #ddd;
        z-index: 1;
    }

        .elastic-search .body .searchBody .footer .smart-dropdown .content .items {
            overflow: auto;
            overflow-x: hidden;
            display: inline-block;
            width: 100%;
            max-height: 180px;
        }

        .elastic-search .body .searchBody .footer .smart-dropdown .content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

    .elastic-search .body .searchBody .footer .smart-dropdown a:hover {
        background-color: #ddd;
    }

    .elastic-search .body .searchBody .footer .smart-dropdown .content.show {
        display: block;
    }

.elastic-search .body .searchBody .result {
    background-color: #fff;
    padding: 0 15px 0 15px;
    display: inline-block;
    width: calc(100% - 30px);
}

    .elastic-search .body .searchBody .result .item {
        position: relative;
        margin-top: 15px;
        border-radius: 3px;
        background-color: #ffffff;
        min-height: 110px;
    }

        .elastic-search .body .searchBody .result .item .row-7 {
            display: inline-block;
            width: 69%;
        }

            .elastic-search .body .searchBody .result .item .row-7 .title {
                padding: 15px 40px 20px 0;
                color: #1200e3;
                font-size: 16px;
                font-weight: 400;
                letter-spacing: -0.43px;
            }

                .elastic-search .body .searchBody .result .item .row-7 .title b {
                    font-weight: 700;
                }

                .elastic-search .body .searchBody .result .item .row-7 .title a {
                    color: #1200e3;
                }

            .elastic-search .body .searchBody .result .item .row-7 .description {
                margin-top: -15px;
                color: #666666;
                font-size: 13px;
                font-weight: 400;
                letter-spacing: -0.35px;
            }

                .elastic-search .body .searchBody .result .item .row-7 .description b {
                    color: #000000;
                    font-weight: 700;
                }

        .elastic-search .body .searchBody .result .item .category {
            position: relative;
            bottom: 15px;
            left: -15px;
            padding: 0 0 7px 15px;
            color: #2d652a;
            font-size: 13px;
            letter-spacing: -0.35px;
            font-weight: 400;
        }

        .elastic-search .body .searchBody .result .item .row-3 {
            position: relative;
            float: left;
            padding: 0 10px 0 10px;
        }

            .elastic-search .body .searchBody .result .item .row-3 img {
                width: 100px;
                height: 100px;
                float: right;
                padding: 10px 10px 0 0;
            }

        .elastic-search .body .searchBody .result .item .date {
            color: #999999;
            font-size: 12px;
            font-weight: 400;
            letter-spacing: -0.32px;
            position: absolute;
            top: 18px;
            right: 10px;
        }


.elastic-search .smartSearch {
    width: calc(100% - 50px);
    z-index: 9989;
    position: absolute;
    top: 99px;
    left: 25px;
    height: 305px;
    max-height: 305px;
    overflow: hidden;
    box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: 1px solid #d2d1cc;
    background-color: #ffffff;
}

    .elastic-search .smartSearch .search-title {
        position: relative;
        padding: 10px 0 10px 15px;
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #dedede;
        color: #999999;
        font-size: 11px;
        letter-spacing: 0.1px;
    }

    .elastic-search .smartSearch .search-body {
        background-color: #fff;
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 265px;
    }

        .elastic-search .smartSearch .search-body .search-list {
            margin: 0;
            padding: 10px 20px 10px 20px;
        }

            .elastic-search .smartSearch .search-body .search-list .user {
                line-height: 20px;
                font-size: 15px;
            }

                .elastic-search .smartSearch .search-body .search-list .user .info {
                    color: #999999;
                    font-size: 10px;
                    letter-spacing: 0.1px;
                    position: relative;
                    top: 13px;
                    left: -110px;
                }

            .elastic-search .smartSearch .search-body .search-list li {
                display: inline-block;
                width: 100%;
                list-style-type: none;
                white-space: nowrap;
                margin-top: 10px;
            }

                .elastic-search .smartSearch .search-body .search-list li .profile {
                    float: left;
                    height: 30px;
                    margin-right: 10px;
                    display: inline-block;
                    width: 30px;
                    border-radius: 100%;
                    background-color: #fff
                }

                .elastic-search .smartSearch .search-body .search-list li:first-child {
                    margin-top: 0;
                }

                .elastic-search .smartSearch .search-body .search-list li .title {
                    text-overflow: ellipsis;
                    overflow: hidden;
                    display: inline-block;
                    width: calc(100% - 50px);
                    color: #000000;
                    font-size: 15px;
                    letter-spacing: 0.1px;
                }

                .elastic-search .smartSearch .search-body .search-list li .place {
                    color: #999999;
                    font-size: 10px;
                    letter-spacing: 0.1px;
                }

                .elastic-search .smartSearch .search-body .search-list li .where {
                    float: right;
                    color: #999999;
                    font-size: 11px;
                    letter-spacing: 0.07px;
                }

    .elastic-search .smartSearch ::-webkit-scrollbar {
        width: 5px;
    }

    .elastic-search .smartSearch ::-webkit-scrollbar-thumb {
        background-color: #cccccc;
        border-radius: 10px;
    }

.tip {
    z-index: 99999;
    width: 0px;
    height: 0px;
    position: absolute;
    background: transparent;
    border: 10px solid #fff;
}

.tip-up {
    top: 80px;
    left: 55px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

body.no-scroll {
    overflow: hidden;
}



/* Gece Modu Özelleştirmeleri */

body.gecemodu {
    background: #312411 url("../img/bg_gecemodu.jpg") repeat-x top left;
}

/* Stil Rehberindeki Değişiklikler */

.gecemodu .btn.pasif {
    color: #444 !important;
    background: #222 !important;
}

/* Header Civarı (Altı-Üstü) Genel */

.gecemodu .trend-liste {
    background: #333;
}

    .gecemodu .trend-liste .oge {
        border-bottom: 1px solid #333;
        background: #444;
    }

        .gecemodu .trend-liste .oge:hover {
            background: #555;
        }

        .gecemodu .trend-liste .oge .baslik {
            color: #dedede;
        }

.gecemodu .duyuru {
    background: #111;
}

    .gecemodu .duyuru:hover {
        background: #222;
    }

    .gecemodu .duyuru .ayrinti .bilgi {
        color: #dedede;
    }

/* Gece Modu: Header */

.gecemodu nav .oge ul.menu {
    background: #222;
}

    .gecemodu nav .oge ul.menu:before {
        border-color: transparent transparent #222 transparent;
    }

    .gecemodu nav .oge ul.menu a {
        background: #222;
        color: #dedede;
    }

        .gecemodu nav .oge ul.menu a:hover {
            background: #333;
        }

    .gecemodu nav .oge ul.menu li:hover > a {
        background: #333;
    }

    .gecemodu nav .oge ul.menu ul.altmenu a {
        color: #dedede;
    }

        .gecemodu nav .oge ul.menu ul.altmenu a:hover {
            background: #333;
        }

.gecemodu header .oturum .oturum-menu:before {
    border-color: transparent transparent #333 transparent;
}

.gecemodu header .oturum .oturum-menu .ust {
    background: #333;
    color: #dedede;
}

    .gecemodu header .oturum .oturum-menu .ust a {
        color: #dedede;
    }

    .gecemodu header .oturum .oturum-menu .ust .cb {
        color: #999;
    }

.gecemodu header .oturum .oturum-menu .govde {
    background: #222;
}

.gecemodu header .oturum .govde input {
    background: #333;
    border-color: #666;
    color: #dedede;
}

    .gecemodu header .oturum .govde input.gir {
        background: #f5792a;
        color: #fff;
    }

.gecemodu header .oturum .govde .satir .sifirla {
    background: #666;
}

.gecemodu header .oturum .baglan {
    border-top: 1px solid #444;
}

    .gecemodu header .oturum .baglan .nedir span {
        background: #222;
        color: #666;
    }

.gecemodu header .uye .bildirim-menu:before {
    border-color: transparent transparent #222 transparent;
}

.gecemodu header .uye .bildirim-menu .profil-ozeti {
    background: #222;
    border-color: #666;
}

    .gecemodu header .uye .bildirim-menu .profil-ozeti .kullanici-adi a {
        color: #dedede;
    }

    .gecemodu header .uye .bildirim-menu .profil-ozeti .baglantilar .tek.cikis-yap {
        color: #999;
    }

.gecemodu header .uye .bildirim-menu .govde {
    background: #222;
}

    .gecemodu header .uye .bildirim-menu .govde .bildirim-tek {
        background: #444;
        color: #dedede;
        border-color: #666;
    }

        .gecemodu header .uye .bildirim-menu .govde .bildirim-tek.yeni {
            background: #222;
        }

        .gecemodu header .uye .bildirim-menu .govde .bildirim-tek:hover {
            background: #333;
        }

        .gecemodu header .uye .bildirim-menu .govde .bildirim-tek .olay {
            color: #999;
        }

            .gecemodu header .uye .bildirim-menu .govde .bildirim-tek .olay strong {
                color: #dedede;
            }

        .gecemodu header .uye .bildirim-menu .govde .bildirim-tek .ayrinti {
            color: #999;
        }

    .gecemodu header .uye .bildirim-menu .govde .daha-fazla {
        background: #666;
    }

.gecemodu header .uye .bildirim-menu .segment {
    border-color: #666;
    background: #333;
}

    .gecemodu header .uye .bildirim-menu .segment label {
        background: #666;
    }

        .gecemodu header .uye .bildirim-menu .segment label div {
            color: #dedede;
        }

        .gecemodu header .uye .bildirim-menu .segment label input:checked + div + span {
            background: #333;
        }

        .gecemodu header .uye .bildirim-menu .segment label input:checked + div {
            background: #999;
            color: #fff;
        }

.gecemodu header .uye .bildirim-menu .ara-tercih {
    background: #333;
    border-color: #666;
}

    .gecemodu header .uye .bildirim-menu .ara-tercih .cb {
        color: #dedede;
    }

.gecemodu header .hizli-ayar .ayar-listesi:before {
    border-color: transparent transparent #444 transparent;
}

.gecemodu header .hizli-ayar .ayar-listesi .ust {
    background: #444;
    border-bottom: 1px solid #333333;
    color: #dedede;
}

    .gecemodu header .hizli-ayar .ayar-listesi .ust .ayarlar {
        color: #999;
    }

.gecemodu header .hizli-ayar .ayar-listesi .ayar {
    background: #222;
    border-bottom: 1px solid #333333;
    color: #dedede;
}

.gecemodu header .populer-mini .ozet-populer:before {
    border-color: transparent transparent #444 transparent;
}

.gecemodu header .populer-mini .ozet-populer .ust {
    background: #444;
    border-bottom: 1px solid #333333;
    color: #dedede;
}

    .gecemodu header .populer-mini .ozet-populer .ust a {
        color: #dedede;
    }

.gecemodu header .populer-mini .ozet-populer .govde {
    background: #222;
}

    .gecemodu header .populer-mini .ozet-populer .govde .sonuc-tek {
        background: #222;
        color: #dedede;
    }

        .gecemodu header .populer-mini .ozet-populer .govde .sonuc-tek:hover {
            background: #333;
        }



.gecemodu header .arama .akilli-arama .ust {
    background: #444;
    border-bottom: 1px solid #333333;
    color: #dedede;
}

    .gecemodu header .arama .akilli-arama .ust a {
        color: #dedede;
    }

.gecemodu header .arama .akilli-arama .govde {
    background: #222;
}

    .gecemodu header .arama .akilli-arama .govde .sonuc-tek {
        background: #222;
        color: #dedede;
    }

        .gecemodu header .arama .akilli-arama .govde .sonuc-tek:hover {
            background: #333;
        }

/* Gece Modu: Anasayfa */

.gecemodu .slayt .buzlucam {
    background: #333 !important;
}

.gecemodu .manset-kolon .oge {
    border-color: #444;
}

.gecemodu .klasik-manset3 {
    background: #111;
}

    .gecemodu .klasik-manset3 .populer-haberler {
        background-color: #333;
    }

        .gecemodu .klasik-manset3 .populer-haberler .populer-tek {
            background-color: #333;
        }

            .gecemodu .klasik-manset3 .populer-haberler .populer-tek:hover {
                background-color: #111;
            }

            .gecemodu .klasik-manset3 .populer-haberler .populer-tek .govde .baslik {
                color: #fff;
            }

.gecemodu .icerik {
    background: #111;
}

.gecemodu .medya {
    background: #333;
}

    .gecemodu .medya .onizleme img {
        border-color: #222;
    }

    .gecemodu .medya.goruldu img {
        border-color: #444 !important;
    }

    .gecemodu .medya .govde .baslik {
        color: #dedede;
    }

    .gecemodu .medya.goruldu {
        background: #222;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

        .gecemodu .medya.goruldu .govde .baslik {
            color: #666;
        }
    /*.gecemodu .medya .alt .imle { background: #222 !important; }*/
    .gecemodu .medya .alt .imle span:before {
        color: #ccc;
    }

.gecemodu .sponsor {
    background: #333;
    color: #dedede !important;
    border-color: #111;
}

.gecemodu .oge .kolon-kutu .anlasmali {
    border-color: #666;
}

.gecemodu .kolon-kutu {
    background: #333;
}

.gecemodu .medya-resimsiz {
    border-color: #111;
}

    .gecemodu .medya-resimsiz:hover {
        box-shadow: none;
    }

    .gecemodu .medya-resimsiz .baslik {
        color: #dedede;
    }

.gecemodu .konu-liste {
    background: #333;
}

    .gecemodu .konu-liste .liste span a {
        color: #dedede;
        border-color: #111;
    }

        .gecemodu .konu-liste .liste span a:hover {
            box-shadow: none;
        }

.gecemodu .medya-simgeli {
    background: #333;
    border-color: #111;
}

    .gecemodu .medya-simgeli:hover {
        box-shadow: none;
    }

    .gecemodu .medya-simgeli .baslik {
        color: #dedede;
    }

    .gecemodu .medya-simgeli .simge {
        background-color: #fff;
        border-radius: 7px;
    }

.gecemodu .medya-sag {
    box-shadow: none;
    border-color: #111;
}

    .gecemodu .medya-sag .baslik {
        color: #dedede;
    }

.gecemodu .zaman-cizelgesi .uzat {
    background-image: linear-gradient(to bottom,rgba(51,51,51,0) 0,rgba(51,51,51,1) 50%);
    color: #dedede;
}

.gecemodu .zaman-cizelgesi .tek .baslik {
    color: #dedede;
}

.gecemodu .kripto-paralar div.tek {
    background-color: #666;
    border-color: #333;
}

    .gecemodu .kripto-paralar div.tek span {
        color: #fff !important;
    }

.gecemodu .kripto-paralar a.tek {
    background-color: #333;
    border-color: #666;
}

    .gecemodu .kripto-paralar a.tek .ad {
        color: #dedede;
    }

    .gecemodu .kripto-paralar a.tek .fiyat {
        color: #ccc;
    }

.gecemodu .kripto-paralar .alt-baglanti {
    background-color: #666;
    border-color: #666;
}

    .gecemodu .kripto-paralar .alt-baglanti a {
        color: #fff;
    }

.gecemodu .kripto-paralar .uzat {
    background-image: linear-gradient(to bottom,rgba(51,51,51,0) 0,rgba(51,51,51,1) 50%);
    color: #dedede;
}

.gecemodu .sistem-tavsiyeleri .tablo.bilesenler tr {
    border-color: #333;
}

.gecemodu .sistem-tavsiyeleri .tablo table {
    color: #dedede;
}

.gecemodu .sistem-tavsiyeleri .tablo.bilesenler .btn {
    color: #dedede;
    background: #666;
}

    .gecemodu .sistem-tavsiyeleri .tablo.bilesenler .btn.aktif {
        color: #ccc;
        background: #222;
    }

.gecemodu .sistem-tavsiyeleri .menu-dd {
    color: #dedede;
    background: #444;
    border-color: #666;
}

    .gecemodu .sistem-tavsiyeleri .menu-dd option {
        background: #000;
    }

    .gecemodu .sistem-tavsiyeleri .menu-dd optgroup {
        background: #000;
    }

.gecemodu .oge .kolon-kutu .daha-fazla {
    color: #dedede;
}

.gecemodu .onay-penceresi {
    background: #333;
}

    .gecemodu .onay-penceresi .alt {
        background: #666;
    }

    .gecemodu .onay-penceresi .orta .satir {
        color: #dedede;
    }

.gecemodu .reklam-fix {
    background: #333;
}

.gecemodu .blog-arasi-modul {
    background: #333;
}

/* Detay Sayfasında Olup Başka Yerde de Olanlar */

.gecemodu .anket {
    background: #333;
    color: #dedede;
    border-color: #666;
}

    .gecemodu .anket .cb {
        color: #dedede;
    }

    .gecemodu .anket .siklar {
        border-bottom: 1px solid #666;
    }

    .gecemodu .anket .sonuclar {
        border-bottom: 1px solid #666;
    }

        .gecemodu .anket .sonuclar .sonuc .oyunuz {
            border-color: #222;
        }

        .gecemodu .anket .sonuclar .sonuc .yuzde {
            color: #ccc;
        }

        .gecemodu .anket .sonuclar .sonuc .sik .metin {
            color: #ccc;
        }

        .gecemodu .anket .sonuclar .sonuc .sik .bar {
            background: #111;
        }

        .gecemodu .anket .sonuclar .sonuc.aktif .sik .bar {
            background: #444;
        }

/* Detay Sayfası Genel */

.gecemodu .tam-kucuk-sorgu {
    background: #333;
}

    .gecemodu .tam-kucuk-sorgu:after {
        background-image: linear-gradient(to right,rgba(51,51,51,1) 0,rgba(51,51,51,0) 100%);
    }

.gecemodu .medya-kucuk {
    box-shadow: none;
    background: #666;
}

    .gecemodu .medya-kucuk .govde {
        background: #666;
    }

        .gecemodu .medya-kucuk .govde .baslik {
            color: #dedede;
        }

    .gecemodu .medya-kucuk.aktif:after {
        border-top: 12px solid #666;
    }

    .gecemodu .medya-kucuk.daha {
        color: #dedede;
    }

.gecemodu .ara-baslik .nedir a {
    color: #fff;
}

.gecemodu .tam-kucuk-sorgu:before {
    background-image: linear-gradient(to left,rgba(51,51,51,1) 0,rgba(51,51,51,0) 100%);
}

.gecemodu .detay {
    background: #111;
}

.gecemodu .post-baslik {
    color: #fff;
}
/*.gecemodu .abone-ol { margin: 0; }*/

.gecemodu .post {
    background: #111;
    color: #dedede;
}

.gecemodu .editor-yan .isim a {
    color: #fff;
}

.gecemodu .editor-yan .avatar {
    background: #333;
}

.gecemodu .resim .aciklama {
    border-bottom: 1px solid #333;
}

    .gecemodu .resim .aciklama .resmipaylas .simge {
        color: #fff;
    }

.gecemodu .alinti-yan .tweetle span {
    color: #fff;
}

.gecemodu .post .kolon.yazi .onerilen-icerik-yan {
    background: #333;
    border: 1px solid #666;
}

    .gecemodu .post .kolon.yazi .onerilen-icerik-yan .simge {
        color: #666;
    }

.gecemodu .post .kolon.yazi .alinti-yorum {
    background: #333;
    border: 1px solid #666;
}

    .gecemodu .post .kolon.yazi .alinti-yorum .yazilan {
        color: #ccc;
    }

    .gecemodu .post .kolon.yazi .alinti-yorum .yazan {
        color: #666;
    }

    .gecemodu .post .kolon.yazi .alinti-yorum:before {
        border-top: 15px solid #666;
    }

.gecemodu .post .kolon.yazi blockquote.alinti {
    background: #333;
    color: #dedede;
    border-color: #666;
}

    .gecemodu .post .kolon.yazi blockquote.alinti .bilgi .sahip {
        color: #fff;
    }

    .gecemodu .post .kolon.yazi blockquote.alinti .bilgi .diger a {
        color: #fff;
    }

.gecemodu .post .kolon.yazi h3 {
    color: #fff;
}

.gecemodu .post .kolon.yazi .medya-sag:hover {
    box-shadow: none !important;
}

.gecemodu .post .etkinlik-alarmi {
    background: #333;
}

    .gecemodu .post .etkinlik-alarmi .bilgilendirme strong {
        color: #dedede;
    }

.gecemodu .lnk-bkz {
    background: #333;
}

.gecemodu .lnk-kaynak {
    background: #333;
    color: #fff;
    border-color: #666;
}

    .gecemodu .lnk-kaynak:after {
        background: #666;
    }

.gecemodu .uygulamayi-indir {
    background: #333;
    border-color: #666;
}

.gecemodu .detay-yatay-sorgu {
    background: #111;
    border-top: 1px solid #333;
}

    .gecemodu .detay-yatay-sorgu .ara-baslik .lnk {
        color: #666;
    }

    .gecemodu .detay-yatay-sorgu .medya-orta {
        background: #333;
        box-shadow: none;
    }

        .gecemodu .detay-yatay-sorgu .medya-orta .govde {
            background: #333;
            border-color: #222;
        }

            .gecemodu .detay-yatay-sorgu .medya-orta .govde .baslik {
                color: #dedede;
            }

    .gecemodu .detay-yatay-sorgu .medya-orta-resimsiz {
        background: #333;
        box-shadow: none;
    }

        .gecemodu .detay-yatay-sorgu .medya-orta-resimsiz .govde {
            border-color: #222;
        }

            .gecemodu .detay-yatay-sorgu .medya-orta-resimsiz .govde .baslik {
                color: #dedede;
            }

    .gecemodu .detay-yatay-sorgu .reklam-kare {
        background: #333;
    }

    .gecemodu .detay-yatay-sorgu .medya-orta .bilgi {
        color: #999;
    }

    .gecemodu .detay-yatay-sorgu .medya-orta-resimsiz .bilgi {
        color: #999;
    }

.gecemodu .diger-icerikler {
    background: #111;
    border-top: 1px solid #333;
}

    .gecemodu .diger-icerikler .sorgu-yatay {
        border-color: #333;
    }

        .gecemodu .diger-icerikler .sorgu-yatay .oge {
            background: #111;
            border-color: #333;
        }

            .gecemodu .diger-icerikler .sorgu-yatay .oge .baslik {
                color: #dedede;
            }

            .gecemodu .diger-icerikler .sorgu-yatay .oge .zaman {
                color: #999;
            }

            .gecemodu .diger-icerikler .sorgu-yatay .oge.aktif {
                background: #222;
                border-color: #333;
            }

            .gecemodu .diger-icerikler .sorgu-yatay .oge.onizlemeli {
                background: #333;
            }

                .gecemodu .diger-icerikler .sorgu-yatay .oge.onizlemeli .baslik {
                    color: #f5792a;
                }

                .gecemodu .diger-icerikler .sorgu-yatay .oge.onizlemeli .not {
                    color: #ccc;
                }

                .gecemodu .diger-icerikler .sorgu-yatay .oge.onizlemeli .aciklama {
                    color: #ccc;
                }

.gecemodu .detay-gecis {
    background-color: #222;
}

    .gecemodu .detay-gecis .gecis-efekti {
        background: #222 url(../img/detay-gecis-gece.gif) center no-repeat;
    }

/* Gece Modu: Videolar, Video Kategorileri, Video Editör Profilleri, Popüler Videolar vs. */

.gecemodu .ozel-liste-video {
    background: #111;
}

    .gecemodu .ozel-liste-video .liste-baglantilari .ne {
        color: #fff;
    }
    /*.gecemodu .liste-baglantilari .listede-ara .kutu { background: #444; color: #fff; }
.gecemodu .liste-baglantilari .listede-ara .buton { color: #ccc; }
.gecemodu .liste-baglantilari .listede-ara .buton:hover { color: #fff; }*/
    .gecemodu .ozel-liste-video .medya-buyuk-kapsam .yan-bilgi {
        background: #000;
    }

        .gecemodu .ozel-liste-video .medya-buyuk-kapsam .yan-bilgi .baslik {
            color: #fff;
        }

        .gecemodu .ozel-liste-video .medya-buyuk-kapsam .yan-bilgi .aciklama {
            color: #ccc;
        }

        .gecemodu .ozel-liste-video .medya-buyuk-kapsam .yan-bilgi .alt .imle {
            background: #333 !important;
        }

            .gecemodu .ozel-liste-video .medya-buyuk-kapsam .yan-bilgi .alt .imle span:before {
                color: #dedede;
            }

            .gecemodu .ozel-liste-video .medya-buyuk-kapsam .yan-bilgi .alt .imle.aktif {
                background: #f5792a !important;
            }

    .gecemodu .ozel-liste-video .medya-kucuk-alt .baslik {
        color: #dedede;
    }

        .gecemodu .ozel-liste-video .medya-kucuk-alt .baslik:hover {
            color: #fff;
        }

    .gecemodu .ozel-liste-video .medya-kapsam:after {
        background: #222;
    }

    .gecemodu .ozel-liste-video .daha-fazla .btn {
        background: #222;
    }

        .gecemodu .ozel-liste-video .daha-fazla .btn:hover {
            background: #f5792a;
        }

    .gecemodu .ozel-liste-video .medya-kucuk-alt .onizleme {
        background-color: #333;
    }

/* Gece Modu: Galeriler */

.gecemodu .ozel-liste-galeri {
    background: #111;
}

    .gecemodu .ozel-liste-galeri .liste-baglantilari .ne {
        color: #fff;
    }

    .gecemodu .ozel-liste-galeri .medya-kapsam:after {
        background: #222;
    }

    .gecemodu .ozel-liste-galeri .medya-galeri-kutu .govde {
        background: #000;
    }

        .gecemodu .ozel-liste-galeri .medya-galeri-kutu .govde .baslik {
            color: #fff;
        }

    .gecemodu .ozel-liste-galeri .daha-fazla .btn {
        background: #222;
        margin: 0 0 0 5px;
    }

        .gecemodu .ozel-liste-galeri .daha-fazla .btn:hover {
            background: #f5792a;
        }

    .gecemodu .ozel-liste-galeri .medya-kapsam-ustu .btn.btn-0 {
        background: #666;
        color: #ccc;
    }

/* Gece Modu: Video Detay */

.gecemodu .ozel-detay-video {
    background: #111;
}

    .gecemodu .ozel-detay-video .video-sol .post {
        background: #111;
    }

    .gecemodu .ozel-detay-video .video-sol .post-baslik {
        color: #fff;
    }

    .gecemodu .ozel-detay-video .video-sol .editor-yan .isim a {
        color: #fff;
        width: 100%;
        word-wrap: break-word;
    }

    .gecemodu .ozel-detay-video .video-sol .post .kolon.yazi {
        color: #dedede;
    }

.gecemodu .oynatici-tercihleri {
    background: #030303 !important;
    border: none;
}

    .gecemodu .oynatici-tercihleri .btn.btn-0 {
        background: #333;
    }

    .gecemodu .oynatici-tercihleri .btn.btn-2 {
        background: #222;
        color: #999 !important;
    }

    .gecemodu .oynatici-tercihleri .not {
        color: #999;
    }

.gecemodu .ozel-detay-video .video-sol .temel-bilgi .menu-dd-kucuk {
    color: #999;
    background: #333;
}

    .gecemodu .ozel-detay-video .video-sol .temel-bilgi .menu-dd-kucuk .oge {
        color: #999;
    }

.gecemodu .imle {
    background: rgb(0,0,0, 0.5) !important;
}

    .gecemodu .imle.aktif {
        background: #f5792a !important;
    }

.gecemodu .lnk-paylas.baglanti {
    background: #333;
}

    .gecemodu .lnk-paylas.baglanti .nerede {
        color: #999;
    }

.gecemodu .tab .tab-oge a {
    background: #333;
    color: #fff;
}

.gecemodu .tab .tab-oge.aktif a {
    background: #f5792a;
}

.gecemodu .tab .tab-oge a.carpi {
    background: #666;
}

.gecemodu .tab .simgeli .simge:hover {
    background: #333;
    box-shadow: none;
}

.gecemodu .menu-dd-kucuk .verilen {
    background: #333;
}

    .gecemodu .menu-dd-kucuk .verilen .not {
        color: #ccc;
    }

.gecemodu .ozel-detay-video .video-sag .ara-baslik .nedir {
    color: #fff;
}

.gecemodu .ozel-detay-video .video-sag .medya-kucuk-alt-yan .baslik {
    color: #fff;
}

.gecemodu .ozel-detay-video .video-sag hr.ayrac {
    background: #333;
}

/* Gece Modu: Detay Yorumlar */

.gecemodu .yorumkapsam {
    background: #111;
    border-top: 1px solid #333;
}

.gecemodu .yorumlar .ara-baslik .lnk.lnk-2 {
    color: #f1f1f1;
}

.gecemodu .yorumlar .yorum {
    border-bottom: 1px solid #333;
}

    .gecemodu .yorumlar .yorum .kullanici .nick {
        color: #f1f1f1;
    }

        .gecemodu .yorumlar .yorum .kullanici .nick a {
            color: #f1f1f1;
        }

    .gecemodu .yorumlar .yorum .kullanici .alinti-goster {
        color: #666;
    }

    .gecemodu .yorumlar .yorum .mesaj {
        color: #ccc;
    }

    .gecemodu .yorumlar .yorum .kullanici .bandrol {
        color: #fff !important;
        background: #333 !important;
    }

.gecemodu .yorumlar .daha-fazla-yorum .btn.btn-2 {
    background: rgba(255,255,255,0.80);
    color: #333 !important;
}

.gecemodu .yorumlar .yorum-giris {
    border-top: 1px solid #333;
}

.gecemodu .yorumlar .yorum .yorum-giris .nedir span {
    background: #111;
    color: #999;
}

.gecemodu .yorumlar .yorum .yorum-giris .istenen input {
    background: #333;
    border: 1px solid #666;
    color: #fff;
}

.gecemodu .yorumlar .yorum .bbcode {
    background: #222;
    border: 1px solid #666;
}

    .gecemodu .yorumlar .yorum .bbcode .bb-tek {
        border-right: 1px solid #666;
        color: #fff;
    }

        .gecemodu .yorumlar .yorum .bbcode .bb-tek:hover {
            background: #666;
        }

        .gecemodu .yorumlar .yorum .bbcode .bb-tek .bb-menu {
            background: #333;
            border: 1px solid #666;
        }

            .gecemodu .yorumlar .yorum .bbcode .bb-tek .bb-menu .bb-tek {
                color: #fff;
                border-top: 1px solid #666;
            }

.gecemodu .yorumlar .yorum .mesajiniz textarea {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

.gecemodu .yorumlar .yorum .mesajgonder .gonder.pasif {
    background: #333;
}

.gecemodu .yorumlar .yorum-islemleri .acilan {
    background: #333;
}

    .gecemodu .yorumlar .yorum-islemleri .acilan:before {
        border-color: transparent transparent #333 transparent;
    }

    .gecemodu .yorumlar .yorum-islemleri .acilan a {
        color: #fff !important;
    }

        .gecemodu .yorumlar .yorum-islemleri .acilan a:hover {
            background: #666;
        }

.gecemodu .yorumlar .yorum .mesaj blockquote {
    border: 1px solid #333;
    background: #222;
}

    .gecemodu .yorumlar .yorum .mesaj blockquote a {
        color: #fff;
    }

.gecemodu .yorumlar .yorum.cevap.yanit {
    border-bottom: 1px solid #333;
}

.gecemodu .yorumlar .yorum .yorum {
    border-top: 1px solid #333;
}

.gecemodu .yorumlar .yorum .resim {
    border: 1px solid #333;
    background: #333;
}

    .gecemodu .yorumlar .yorum .resim:after {
        background: #333;
    }

.gecemodu .yorumlar .lnk-tik {
    background: #333;
}

.gecemodu .populer-yorumcular .yorumcu:hover {
    background: #666;
}

.gecemodu .populer-yorumcular .yorumcu .nick {
    color: #dedede;
}

.gecemodu .istatistik {
    background: #333;
    color: #dedede;
}

    .gecemodu .istatistik a {
        color: #fff;
    }

    .gecemodu .istatistik .icerik-etiketleri .acici {
        color: #fff;
    }

    .gecemodu .istatistik .icerik-etiketleri .acilan {
        background: #222;
    }

        .gecemodu .istatistik .icerik-etiketleri .acilan a {
            color: #fff !important;
        }

            .gecemodu .istatistik .icerik-etiketleri .acilan a:hover {
                background: #444;
            }

        .gecemodu .istatistik .icerik-etiketleri .acilan:before {
            border-color: transparent transparent #222 transparent;
        }

.gecemodu .reklam-kare {
    background: #333;
}

/* Gece Modu: Diğer Liste Sayfaları */

.gecemodu .liste-kapak {
    background: #111;
    border-bottom: 1px solid #333;
}

    .gecemodu .liste-kapak .temel-bilgiler .ne {
        color: #fff;
    }

    .gecemodu .liste-kapak .temel-bilgiler .hakkinda {
        color: #dedede;
    }

    .gecemodu .liste-kapak .istatistik {
        background: #111;
    }

        .gecemodu .liste-kapak .istatistik a {
            color: #fff;
        }

.gecemodu .liste-baglantilari {
    background: #333;
}

    .gecemodu .liste-baglantilari .tek.terscevir {
        background: #444;
        color: #dedede;
    }

.gecemodu .tab .menu-dd {
    background: #444;
    color: #ccc;
    border-color: #666;
}

.gecemodu .medya-yatay {
    background: #333;
}

    .gecemodu .medya-yatay .baslik {
        color: #dedede;
    }

.gecemodu .one-cikan-yorum {
    background: #333;
    border-color: #666;
}

    .gecemodu .one-cikan-yorum .yazilan {
        color: #dedede;
    }

.gecemodu .listede-ara .kutu {
    background: #444;
    color: #fff;
}

.gecemodu .listede-ara .buton {
    color: #ccc;
}

    .gecemodu .listede-ara .buton:hover {
        color: #fff;
    }

.gecemodu .bilgi-yonlendirme-yatay {
    background: #444;
}

    .gecemodu .bilgi-yonlendirme-yatay .simge {
        background: #555;
    }

        .gecemodu .bilgi-yonlendirme-yatay .simge * {
            color: #dedede;
        }

    .gecemodu .bilgi-yonlendirme-yatay .ne a {
        color: #fff;
    }

    .gecemodu .bilgi-yonlendirme-yatay .medya-yatay {
        border-color: #111 !important;
    }

    .gecemodu .bilgi-yonlendirme-yatay .ayrinti {
        border-color: #111;
        color: #dedede;
    }

    .gecemodu .bilgi-yonlendirme-yatay .daha-fazla {
        border-color: #111;
    }

    .gecemodu .bilgi-yonlendirme-yatay .anket {
        border-color: #111 !important;
    }

        .gecemodu .bilgi-yonlendirme-yatay .anket .sonuclar {
            border-color: #111 !important;
        }

.gecemodu .yuzen-bilgi {
    background: #444;
    color: #dedede;
    border-color: #111;
}

    .gecemodu .yuzen-bilgi .yildiz {
        background: #333;
        border-color: #111;
    }

.gecemodu .tablo table {
    background: #333;
    color: #dedede;
}

    .gecemodu .tablo table a {
        color: #dedede;
    }

    .gecemodu .tablo table tbody {
        border-color: #666;
    }

    .gecemodu .tablo table thead tr {
        border-color: #666;
    }

    .gecemodu .tablo table tbody tr {
        border-color: #666;
    }

    .gecemodu .tablo table tbody th {
        border-color: #666;
    }

    .gecemodu .tablo table tbody td {
        border-color: #666;
    }

    .gecemodu .tablo table thead th {
        color: #fff;
        background: #444;
        border-color: #666;
    }

.gecemodu .posta-bulteni-arsiv {
    background: #333;
    border-color: #666;
}

    .gecemodu .posta-bulteni-arsiv .olay {
        color: #dedede;
    }

.gecemodu .bildirim-detay {
    background: #333;
    border-color: #666;
}

    .gecemodu .bildirim-detay.yeni {
        background: #444;
        border-color: #666;
    }

    .gecemodu .bildirim-detay .simge {
        color: #dedede;
    }

    .gecemodu .bildirim-detay .olay {
        color: #dedede;
    }

    .gecemodu .bildirim-detay .ayrinti {
        color: #999;
    }

.gecemodu .post .kunye.ozel {
    background: #333;
    border-color: #666;
}

/* Gece Modu: Ayarlar, Tercih Sayfaları, Formlar vs. */

.gecemodu .ayar-sayfasi .tek-ayar .ayar-formu .kutu {
    background: #444;
    color: #fff;
    border-color: #666;
}

    .gecemodu .ayar-sayfasi .tek-ayar .ayar-formu .kutu.pasif {
        background: #222;
    }

.gecemodu .ayar-sayfasi .tek-ayar .ayar-formu .arkaplanli {
    background: #333;
    border-color: #666;
    color: #dedede;
}

    .gecemodu .ayar-sayfasi .tek-ayar .ayar-formu .arkaplanli .cb {
        color: #dedede;
    }

.gecemodu .ayar-sayfasi .tek-ayar .ayar-formu .menu-dd {
    background: #333;
    color: #dedede;
    border-color: #666;
}

.gecemodu .ayar-sayfasi .tek-ayar .ayar-formu .kutu-alan {
    background: #333;
    color: #dedede;
    border-color: #666;
}

.gecemodu .sayfa {
    background: #111;
    color: #dedede;
}

.gecemodu .temel-bilgi .dizin .lnk {
    color: #dedede;
}

.gecemodu .tercih-ust {
    background: #444;
}

.gecemodu .tercih-detay {
    background: #222;
    color: #dedede;
    border-color: #333;
}

    .gecemodu .tercih-detay a {
        color: #dedede;
    }

    .gecemodu .tercih-detay .cb {
        color: #dedede;
    }

    .gecemodu .tercih-detay .aciklama {
        border-color: #333;
    }

.gecemodu .form-sayfasi .satir {
    color: #dedede;
}

    .gecemodu .form-sayfasi .satir .menu-dd {
        background: #333;
        color: #dedede;
        border-color: #666;
    }

    .gecemodu .form-sayfasi .satir .kutu {
        background: #444;
        color: #fff;
        border-color: #666;
    }

    .gecemodu .form-sayfasi .satir .kutu-alan {
        background: #444;
        color: #dedede;
        border-color: #666;
    }

.gecemodu .yuzen-bilgi .gizlilik {
    border-color: #666;
}

.gecemodu .post .kunye .kisi-yatay .foto {
    background: #666;
}

.gecemodu .post .kunye .kisi .foto {
    background: #666;
}


/* Gece Modu: Hata sayfaları */

.gecemodu .hata.h403 {
    background-image: url("../img/403gece.jpg");
}

.gecemodu .hata.h404 {
    background-image: url("../img/404gece.jpg");
}

.gecemodu .hata.h500 {
    background-image: url("../img/500gece.jpg");
}

.gecemodu .hata.h502 {
    background-image: url("../img/502gece.jpg");
}

.gecemodu .hata.h503 {
    background-image: url("../img/503gece.jpg");
}

.gecemodu .hata.h504 {
    background-image: url("../img/504gece.jpg");
}


/* --------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1320px) {
    /*.tasiyici { width:1140px; }
.reklam-yatay { display:none; }
.reklam-dikey { display:none; }
.reklam-kare { display:none; }
.icerik { width:100%; }*/
}

/*@media screen and (min-width: 1370px) {
.masonry .oge { width:calc(33.3% - 30px); }
.masonry .oge.genis { width:calc(66.6% - 30px); }
.masonry .oge.tam { width:calc(100% - 30px); }
.masonry .oge.genisleyebilir { width:calc(33.3% - 30px); }
.masonry .oge .medya .aciklama { display:inline-block; }
.masonry .oge .medya .alt { margin-top:0; }
.medya-dev-kapsam { height:641px; }
.medya-dev { height:641px; }
}*/

@media screen and (max-width: 1370px) {
    .slayt .slayt-kapsam {
        height: 262px;
    }

    .manset-kolon .oge {
        height: 250px;
    }

        .manset-kolon .oge .govde .baslik {
            font-size: 16pt;
            line-height: 20pt;
        }

    .ekslaytkapsam .ekslayt .ekoge {
        height: 250px;
    }

    .manset-kolon .ekslayt .ekoge .ekgovde .baslik {
        font-size: 16pt;
        line-height: 20pt;
    }

    /*.manset-kolon .oge .onizleme { display: none; }
.manset-kolon .oge .onizleme.dikey { display: inline-block; }*/

    .masonry { /*width:calc(100% - 8px); margin: 0 0 0 8px;*/
    }

        .masonry .oge {
            width: calc(25% - 31px); /*width:calc(25% - 23px); margin: -13px 0 8px 22px;*/
        }

            .masonry .oge.genis {
                width: calc(50% - 32px);
            }

            .masonry .oge.tam {
                width: calc(100% - 30px);
            }

            .masonry .oge.genisleyebilir {
                width: calc(50% - 35px);
            }

            .masonry .oge .medya .baslik {
                font-size: 14pt;
                line-height: 19pt;
            }

            .masonry .oge .medya .govde .aciklama {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

            .masonry .oge .medya .bilgi .lnk {
                display: none;
            }

    .duzen-hibrit .kolon.genis {
        width: calc(75% - 60px);
    }

    .duzen-hibrit .kolon.dar {
        width: calc(25% - 30px);
    }

    .duzen-hibrit .masonry {
        width: 830px !important;
    }

        .duzen-hibrit .masonry .oge {
            width: calc(33.3% - 30px);
        }

            .duzen-hibrit .masonry .oge.genis {
                width: calc(66.666% - 30px);
            }

            .duzen-hibrit .masonry .oge.genisleyebilir {
                width: calc(33.3% - 30px);
            }

            .duzen-hibrit .masonry .oge.tam {
                width: calc(100% - 30px);
            }

            .duzen-hibrit .masonry .oge .medya {
                margin: 0 0 30px 0;
            }

    .kolon.genis .medya-yatay {
        margin-bottom: 20px;
    }

    .medya-yatay .onizleme {
        width: 120px;
    }

    .medya-yatay .govde {
        width: calc(100% - 150px);
        padding: 10px 0;
        margin: 0 15px 0 0;
    }

    .medya-yatay .baslik {
        font-size: 15pt;
        line-height: 17pt;
    }

    .medya-yatay .bilgi {
        display: none;
    }

    .medya-yatay .alt {
        margin-top: 0;
    }

        .medya-yatay .alt .damga.gizlenebilir {
            display: inline-block;
        }

    .medya-yatay .aciklama {
        /*display: none;*/ margin-bottom: 5px; /*height: 14pt; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;*/
    }

    .medya-yatay .onizleme .tur-icon {
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 5px;
        top: 5px;
        right: 5px;
        font-size: 15px;
        padding: 5px;
    }

        .medya-yatay .onizleme .tur-icon span {
            line-height: 20px;
        }

    .medya-yatay.goruldu:after {
        content: 'Görüldü';
    }

    .medya-blog {
        margin-bottom: 20px;
    }

        .medya-blog .onizleme {
            height: 320px;
        }

        .medya-blog .govde {
            padding-top: 50px;
        }

        .medya-blog .baslik {
            font-size: 19pt;
            line-height: 23pt;
        }

        .medya-blog .aciklama {
            display: none !important;
        }

    /*.masonry .oge .medya .aciklama { display:none; }
.masonry .oge .medya .alt { margin-top:20px; }
.masonry .oge .medya .alt .r-turuncu { width:100%; display:block; margin:0 0 5px 0; }*/
    /*.medya-dev-kapsam { height:490px; }
.medya-dev { height:460px; }*/
    .medya-sag {
        float: left;
    }

        .medya-sag .onizleme {
            width: 100%;
            position: relative;
            height: 125px;
            margin: 0;
            float: left;
        }

        .medya-sag .govde {
            width: calc(100% - 40px);
            padding: 15px 20px;
            margin: 0;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            background: rgba(0,0,0,0.60);
        }

            .medya-sag .govde .baslik {
                color: #fff;
            }

    .sosyal-ag .alt {
        font-size: 13pt;
    }

    .sistem-tavsiyeleri .tablo.bilesenler tr {
        width: 100%;
        display: inline-block;
    }

    .sistem-tavsiyeleri .tablo.bilesenler td {
        width: 100%;
        display: inline-block;
        margin: 0 0 10px 0;
    }

    .kripto-paralar .modul-bilgisi {
        font-size: 11pt;
    }

        .kripto-paralar .modul-bilgisi a {
            font-size: 9pt;
        }

    .kripto-paralar .tek .ad {
        width: calc(40% - 10px);
    }

    .kripto-paralar .tek .fiyat {
        width: calc(32% - 10px);
    }

    .kripto-paralar .tek .degisim {
        width: calc(28% - 10px);
    }

    .kripto-paralar .tek .hacim {
        display: none;
    }

    .reklam-fix .w300 {
        display: none;
    }

    .reklam-fix .w160 {
        display: inline-block;
    }

    .reklam-fix.fixed {
        width: 235px;
    }

    .modul-hakkinda .konu .simge, .modul-hakkinda .konu .simge-resim {
        display: none;
    }

    .blog-arasi-modul {
        margin-bottom: 20px;
    }

    .blog-arasi-reklam {
        margin-bottom: 20px;
    }

    /* Küçük ekranlarda header'ın incelmesi. */
    header .uye {
        height: 30px;
    }
    /*header .uye .bildirim-no {
	padding: 0 15px 0 10px; line-height: 32px; float: right; }
header .uye .bildirim-no:after {
	top:-2px; right:-6px; border-radius:8px; width:12px; height:12px; border:2px solid #fff; }*/
    header .populer-mini {
        height: 40px;
        margin-right: 135px;
    }

    header .oturum .eylem {
        height: 30px !important;
    }

    header .uye .avatar {
        width: 30px;
        height: 30px;
    }

        header .uye .avatar img {
            width: 30px;
            height: 30px;
        }

    header nav .oge {
        height: 30px;
    }

        header nav .oge a.oge-ad {
            line-height: 30px;
            height: 30px;
        }

    header nav a [class*=icon-] {
        margin-top: -3px;
        font-size: 12pt;
    }

    header nav a.hamburger [class*=icon-] {
        margin: 0;
        font-size: 14pt;
    }

    header nav a .kisa-ad {
        /*display:none;*/ margin-bottom: -3px;
    }

    header nav a.hamburger [class*=icon-] {
        top: 5px;
    }

    header .logo {
        height: 30px; /*padding:0 5px 0 0;*/
    }

        header .logo img {
            margin: 0;
        }

    header .oturum {
        height: 30px;
    }

        header .oturum .eylem {
            margin: 5px 5px 5px 0;
            height: 30px;
            line-height: 30px;
        }

    header nav.gundem {
        height: 40px;
    }

    header nav.hiza-sag {
        margin-right: 40px;
    }

    header .hizli-ayar {
        height: 40px;
    }

        header .hizli-ayar a.oge-ad {
            height: 30px;
            line-height: 30px;
        }

    header .acilir-menu .acici {
        height: 40px;
    }

    header .populer-mini a.oge-ad {
        margin: 0;
    }

    header .hizli-ayar .cark {
        padding: 0 1px;
    }

    header .hizli-ayar .ay {
        padding: 0 1px;
    }

    header .arama {
        margin-top: 0;
    }

    nav.gundem .oge {
        height: 40px !important;
    }

        nav.gundem .oge.gorsel {
            height: 40px !important;
        }

            nav.gundem .oge.gorsel img {
                height: 30px !important;
            }

    .post .kolon.yazi .onerilen-icerik-yan {
        width: 118px;
        left: -145px; /*margin:0 0 10px -155px;*/
    }

        .post .kolon.yazi .onerilen-icerik-yan .avatar {
            display: none;
        }

    .medya-galeri-kutu .baslik {
        height: 36pt;
        margin: 0 0 7px 0;
        -webkit-line-clamp: 2;
    }

    .medya-galeri-kutu.orta .baslik {
        height: 40pt;
    }

    .medya-galeri-kutu.buyuk .baslik {
        height: auto;
        margin-bottom: 7pt;
    }
}
