﻿@charset "utf-8";

/* 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 */
a {
    text-decoration: none;
    color: #333333;
}

header, nav, div, p, a, span, figure, figcaption {
    display: inline-block;
}

/* ------------------------------ Kullanılabilir Sınıflar ------------------------------ */

/* Butonlar */

.btn {
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    font-size: 11pt;
    cursor: pointer;
    background: #f5792a;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

input.btn {
    border: none;
}

.btn.btn-1 {
    background: #d06724;
}

.btn.btn-2 {
    background: rgba(255,255,255,0.40);
    color: #333 !important;
    border: 1px solid rgba(0,0,0,0.20);
    line-height: 28px;
}

.btn.btn-0 {
    background: #dedede;
    color: #666;
    box-shadow: none;
}

.btn.btn-k {
    height: 20px;
    line-height: 20px;
    font-size: 8pt;
}

.btn.daha {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-size: 13pt;
    font-weight: bold;
    margin: 0 0 25px 0;
}

    .btn.daha [class*=icon-] {
        line-height: 30px;
        margin: 0 10px;
    }

.btn:hover {
    opacity: 0.9;
}

.btn:active {
    box-shadow: none;
    color: #f1f1f1;
}

.btn.btn-0:active {
    color: #999;
}

.btn.pasif {
    box-shadow: none;
    color: #999 !important;
    background: #dedede !important;
    cursor: default;
}

/* Bağlantılar */

.lnk {
    cursor: pointer;
    color: #f5792a;
    position: relative;
}

    .lnk:after {
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 0;
        height: 1px;
        background: #f5792a;
        content: "";
        transition: width 0.1s;
    }

    .lnk:hover:after {
        width: 100%;
    }

    .lnk.lnk-1 {
        color: #d06724;
    }

        .lnk.lnk-1:after {
            background: #d06724;
        }

    .lnk.lnk-2 {
        color: #333;
    }

        .lnk.lnk-2:after {
            background: #333;
        }

    .lnk.lnk-0 {
        color: #ccc;
    }

        .lnk.lnk-0:after {
            background: #ccc;
        }

/* Bakınız Bağlantısı */

.lnk-bkz {
    width: calc(100% - 63px);
    background: #fffaef;
    font-family: Arial;
    font-size: 14pt;
    line-height: 18pt;
    position: relative;
    margin: 0 30px 25px 30px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    border: 1px solid #ff6600;
}
    /*.lnk-bkz {
	width:calc(100% - 63px); background:#f5f5f5; font-family:Arial; font-size:17pt; line-height:19pt; position:relative; margin:10px 30px 20px 30px; border-radius:60px; box-shadow:0 2px 3px rgba(0,0,0,0.2);  border:1px solid #f5792a; }*/
    /*.lnk-bkz:hover {
	opacity:0.9; }*/
    .lnk-bkz:active {
        box-shadow: none;
    }
    /*.lnk-bkz:hover {
	border-bottom:2px solid #EDD2B1; }
.lnk-bkz:active {
	background:linear-gradient(225deg, transparent 16px, #F9E4CB 0) top right; }*/
    .lnk-bkz .not {
        float: left;
        background: #f5792a;
        color: #ffffff; /*width:calc(20% - 20px);*/
        padding: 0 10px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        top: -21px;
        left: 10px; /*margin:-15px 0 0 0;*/
        font-size: 9pt;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    /*.lnk-bkz .not:after {
	position:absolute; right:-15px; top:50%; width:0; height:0; content:''; margin:-15px 0 0 0; border-top:15px solid transparent; border-left:15px solid #ff6600; border-bottom:15px solid transparent; }*/
    .lnk-bkz .hedef {
        float: right;
        width: calc(100% - 50px);
        padding: 10px 20px;
        color: #f5792a;
        font-weight: bold;
        margin: 0 5px;
        font-family: 'Ubuntu', Arial; /*height:38pt;*/
        overflow: hidden;
    }
/*.lnk-bkz .hedef .onizleme {
	float:left; width:80px; height:80px; background-size:cover; background-position:center; margin:-15px 15px -15px -15px; border-radius:40px; }*/

/* Bağlantı Tıklanmaları (Yorumlar vs. için) */

.lnk-tik {
    background: #f1f1f1;
    border-radius: 20px;
    padding: 0 7px;
    color: #999;
}

    .lnk-tik span {
        float: left;
        margin: 0 4px 0 0;
        line-height: 20px;
    }

/* Etkinlik Alarmı */

.etkinlik-alarmi {
    width: 100%;
    background: #f1f1f1;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

    .etkinlik-alarmi .aksiyon {
        float: left;
        background: #f5792a;
        color: #fff;
        font-size: 14pt;
        line-height: 40px;
        font-weight: bold;
        padding: 10px 20px;
        margin: 0 20px 0 0;
        width: calc(40% - 60px);
    }

    .etkinlik-alarmi.pasif .aksiyon {
        background: #999;
    }

    .etkinlik-alarmi .aksiyon span {
        float: left;
        margin: 0 10px 0 -5px;
        font-size: 20pt;
        line-height: 40px;
    }

    .etkinlik-alarmi .bilgilendirme {
        float: left;
        line-height: 20px;
        padding: 10px 0;
        color: #999;
        font-size: 12pt;
        vertical-align: middle;
        display: table-cell;
        width: 60%;
    }

        .etkinlik-alarmi .bilgilendirme strong {
            color: #333;
        }

/* Kaynak Bağlantısı */

.lnk-kaynak {
    width: calc(100% - 2px);
    background: #fff;
    border: 1px dotted #dedede;
    font-family: Arial;
    float: left;
    font-size: 9pt;
    line-height: 30px;
    position: relative;
    margin: 0 0 20px 0; /*padding:5px;*/
    color: #333;
    border-radius: 3px;
}

    .lnk-kaynak:active {
        background: #dedede;
    }

    .lnk-kaynak:after {
        position: absolute;
        left: 0;
        top: 0;
        content: 'Kaynak';
        background: #f1f1f1;
        padding: 0 5px;
        text-align: center;
        width: 60px;
    }

    .lnk-kaynak .hedef {
        float: right;
        width: calc(100% - 80px);
        height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


/* Date Picker */

.date-picker {
    position: relative;
    float: right;
    background-color: #ffffff;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    margin-left: 20px;
    margin-top: 2px;
    line-height: 20px;
}

    .date-picker .toggle-picker {
        position: relative;
        padding: 6px;
    }

        .date-picker .toggle-picker:before {
            content: "|";
            position: absolute;
            left: -12px;
            color: #ccc;
        }

        .date-picker .toggle-picker img {
            vertical-align: middle;
        }

    .date-picker .picker-container {
        position: absolute;
        display: none;
        z-index: 9999;
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
        background-color: #ffffff;
        border-radius: 4px;
        width: 426px;
        right: 0;
        top: 40px;
        padding: 12px;
    }

        .date-picker .picker-container.active {
            display: block;
        }

        .date-picker .picker-container .picker-item {
            display: inline-block;
            width: 160px;
        }

            .date-picker .picker-container .picker-item.w50 {
                width: 90px;
                text-align: center;
            }

            .date-picker .picker-container .picker-item span {
                font-size: 13px;
                color: #000;
                margin-bottom: 10px;
            }

            .date-picker .picker-container .picker-item input[type="date"] {
                background-color: #ffffff;
                border: 1px solid #cbcbcb;
                border-radius: 5px;
                padding: 4px 8px;
                width: calc(100% - 25px);
            }

            .date-picker .picker-container .picker-item a {
                padding: 4px 15px;
                background-color: #f4792b;
                box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
                border-radius: 5px;
                color: #fff;
                font-size: 12px;
            }

                .date-picker .picker-container .picker-item a:hover {
                    background-color: #e27029;
                }
/* Date Picker */

/* Dropdown */

.menu-dd {
    /*height:30px;*/ line-height: 30px; /*padding:0 10px;*/
    color: #666;
    font-size: 11pt;
    cursor: pointer;
    background: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

    .menu-dd option {
        background: #fff;
    }

    .menu-dd optgroup {
        background: #fff;
    }

    .menu-dd .varsayilan {
        padding: 0 10px;
        min-width: 140px;
    }

        .menu-dd .varsayilan .not {
            float: left;
            min-width: 100px;
        }

        .menu-dd .varsayilan .simge {
            float: right;
            line-height: 30px;
            margin: 0 0 0 15px;
            font-size: 13pt;
        }

    .menu-dd.kucuk .icon- {
        line-height: 24px;
    }

    .menu-dd ul {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        box-shadow: 0 0 5px #ccc;
        display: none;
        z-index: 3;
    }

    .menu-dd:hover > ul {
        display: inline-block;
    }

    .menu-dd ul li {
        width: 100%;
        line-height: 20px;
        cursor: pointer;
    }

        .menu-dd ul li a {
            padding: 5px 10px;
            display: block;
            background: #fff;
            color: #666;
        }

            .menu-dd ul li a:hover {
                background: #f5f5f5;
                color: #333;
            }

            .menu-dd ul li a:active {
                background: #dedede;
                box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
            }

            .menu-dd ul li a.aktif {
                color: #f60;
            }

select.menu-dd { /* select ile dropdown */
    background: #fff;
    height: 40px;
    font-size: 12pt;
    border: 1px solid #fff;
    padding: 0 5px;
    border-radius: 3px;
    font-weight: bold;
}

    select.menu-dd:hover {
        background: #f9f9f9;
        border: 1px solid #dedede;
    }

    select.menu-dd:focus {
        background: #f9f9f9;
        border: 1px solid #f5792a;
    }

    select.menu-dd.tam {
        width: 100%;
    }

    select.menu-dd option {
        background: #fff;
        width: 100%;
    }

        select.menu-dd option:hover {
            background: #f1f1f1;
        }

        select.menu-dd option.aktif {
            background: #f5792a;
            color: #fff;
        }

.menu-dd hr {
    border: none;
    background: #f60;
    width: 100%;
    height: 1px;
    margin: 5px 0;
}

.yorumlar select.menu-dd { /* yalnızca yorum kısmında görünen dropdown içindir */
    height: 30px;
    font-size: 12pt;
    border: 1px solid #f5792a;
    float: left !important;
}

/* Dropdown Küçük (Video Detay) */

.menu-dd-kucuk {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #666;
    font-size: 11pt;
    background: #fff;
    position: relative;
    z-index: 2;
    font-weight: normal;
    float: left;
    border-radius: 3px;
}

    .menu-dd-kucuk.koyu {
        color: #fff;
        background: #333;
    }

    .menu-dd-kucuk.acik {
        color: #666;
        background: #f1f1f1;
    }

    .menu-dd-kucuk .oge {
        float: right;
    }

    .menu-dd-kucuk.koyu .oge {
        color: #fff;
    }

    .menu-dd-kucuk.acik .oge {
        color: #666;
    }

    .menu-dd-kucuk .simge {
        float: left;
        line-height: 24px;
        margin: 1px 5px 0 -2px;
        font-size: 13pt;
    }

    .menu-dd-kucuk .verilen {
        width: 120px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        box-shadow: 0 0 5px #ccc;
        display: none;
        padding: 5px 0 0 0;
        z-index: 3;
        border-radius: 3px;
    }

    .menu-dd-kucuk:hover > .verilen {
        display: inline-block;
    }

    .menu-dd-kucuk .verilen .not {
        width: calc(100% - 20px);
        padding: 0 5px;
        margin: 0 5px 5px 5px;
        color: #333;
        font-size: 11pt;
        line-height: 15pt;
    }

    .menu-dd-kucuk .verilen .btn {
        width: calc(100% - 20px);
        padding: 0 5px;
        margin: 0 5px 5px 5px;
        float: left;
    }

    .menu-dd-kucuk .verilen .kutu {
        width: calc(100% - 20px);
        padding: 0 5px;
        margin: 0 5px 5px 5px;
        float: left;
        line-height: 24px;
        height: 24px;
        border: none;
        background: #f1f1f1;
        font-size: 11pt;
    }

/* Sonrası için İmle */

.imle {
    background: #f1f1f133 !important;
    padding: 4px 8px 0 8px;
    color: #999 !important;
    height: 30px;
    line-height: 30px;
    font-size: 16pt;
    float: right;
    margin: -7px 0 0 20px;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

    .imle.aktif {
        background: #f5792a !important;
        color: #fff !important;
    }

        .imle.aktif span[class^="icon-"]:before {
            color: #fff !important;
        }

    .imle:hover {
        opacity: 0.9;
    }

    .imle:active {
        box-shadow: none;
    }

/* Textbox */

.kutu {
    /*width:280px; max-*/ width: calc(100% - 20px);
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    color: #000;
    font-size: 12pt;
    background: #fff;
    border: none;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
    border-bottom: 1px solid #fff;
    border-radius: 3px;
}

    .kutu:focus {
        border-bottom: 1px solid #999;
        background: #feffed;
    }

    .kutu.onay {
        border-bottom: 1px solid #72bb12;
    }

    .kutu.red {
        border-bottom: 1px solid #ff0000;
    }

    .kutu.pasif {
        border-bottom: 1px dotted #ccc;
        background: #f1f1f1;
    }

/* Textbox Butonu */

.kutu-butonu {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #000;
    font-size: 12pt;
    background: #f5792a;
    color: #fff;
    font-weight: bold;
    font-size: 12pt;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 3px;
    cursor: pointer;
}

    .kutu-butonu:active {
        background: #d06724;
    }

/* Textarea */

.kutu-alan {
    width: 280px;
    max-width: calc(100% - 20px);
    min-height: 80px;
    font-family: Arial;
    line-height: 20px;
    padding: 10px 10px;
    color: #000;
    font-size: 12pt;
    background: #f1f1f1;
    border: none;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
    border-bottom: 1px solid #f1f1f1;
    border-radius: 3px;
}

    .kutu-alan.tam {
        width: calc(100% - 20px);
    }

    .kutu-alan:focus {
        border-bottom: 1px solid #999;
        background: #feffed;
    }

    .kutu-alan.onay {
        border-bottom: 1px solid #72bb12;
    }

    .kutu-alan.red {
        border-bottom: 1px solid #ff0000;
    }

    .kutu-alan.pasif {
        border-bottom: 1px dotted #ccc;
    }

/* Tab */

/*.tab {
	width:calc(100% - 60px); line-height:30px; font-size:11pt; background:#ccc; padding:10px 30px 0 30px; border-bottom-right-radius:4px; }
.tab .tab-oge {
	float:left; margin:0 10px 0 0; }
.tab .tab-oge a {
	padding:5px 25px; margin-top:2px; border-bottom:1px solid #ccc; border-radius:3px; border-bottom-left-radius:0; border-bottom-right-radius:0; background:#dadada; color:#333; }
.tab .tab-oge a:hover {
	background:#f5f5f5; }
.tab .tab-oge a:active {
	background:#f1f1f1; box-shadow:inset 0 2px 3px rgba(0,0,0,0.3); }
.tab .tab-oge.aktif a {
	font-weight:bold; background:#e4e4e4; color:#f5792a; margin-top:0; border:none; border-top:3px solid #f5792a; box-shadow:-2px -1px 3px 0 rgba(0,0,0,0.10); }
.tab .tab-oge a [class*=icon-] {
	margin:0 10px 0 -10px; float:left; line-height:30px; font-size:14pt; }
.tab .menu-dd {
	float:right; }
.tab .simgeli {
	float:right; margin:2px -10px 0 20px; }
.tab .simgeli .simge {
	float:left; margin:0 5px 0 0; font-size:20px; color:#ccc; }
.tab .simgeli .dugme {
	margin:4px 10px 0 0; float:right; }*/

.tab {
    width: calc(100% - 60px);
    line-height: 30px;
    font-size: 11pt;
    padding: 30px 30px 0 30px;
    border-bottom-right-radius: 4px;
}

    .tab .tab-oge {
        float: left;
        margin: 0 7px 0 0;
        position: relative;
        font-weight: normal;
    }

        .tab .tab-oge a {
            padding: 0 9px;
            background: #fff;
            color: #333;
            border-radius: 3px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.2);
            float: left;
            position: relative;
        }

            .tab .tab-oge a:hover {
                background: #f5f5f5;
            }

            .tab .tab-oge a:active {
                background: #ccc;
                box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
            }

            .tab .tab-oge a [class*=icon-] {
                margin: 0 5px 0 -5px;
                float: left;
                line-height: 30px;
                font-size: 14pt;
            }

        .tab .tab-oge.simge a [class*=icon-] {
            margin: 0;
        }

        .tab .tab-oge a .miktar {
            position: absolute;
            top: -10px;
            right: 1px;
            background: #f5792a;
            color: #fff;
            font-size: 8pt;
            line-height: 9pt;
            padding: 2px 6px;
            border-radius: 20px;
            border-top: 1px solid #dedede;
        }

        .tab .tab-oge.aktif a .miktar {
            background: #fff;
            color: #f5792a;
        }

        .tab .tab-oge.aktif a {
            background: #f5792a;
            color: #fff;
            box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
        }

        .tab .tab-oge.ekle a {
            background: #f1f1f1;
            color: #ccc;
        }

        .tab .tab-oge.kaldir a {
            /*font-weight:bold;*/ max-width: 100px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .tab .tab-oge.kaldir a.carpi {
                display: none;
                font-weight: bold;
                margin: 0;
                padding: 0 1px;
                line-height: 16px;
                position: absolute;
                top: -5px;
                right: -7px;
                background: #f1f1f1;
                color: #ccc;
            }

                .tab .tab-oge.kaldir a.carpi [class*=icon-] {
                    margin: 0 3px;
                    line-height: 16px;
                    font-size: 8pt;
                }

        .tab .tab-oge.kaldir:hover > a.carpi {
            display: inherit;
        }

        .tab .tab-oge a.ikincil {
            display: none;
            background: #d06724;
            padding: 0 8px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            box-shadow: none;
            margin: 0 0 0 -2px;
        }

        .tab .tab-oge.aktif a.ikincil {
            display: block;
        }

        .tab .tab-oge a.ikincil [class*=icon-] {
            margin: 0;
        }

        .tab .tab-oge:hover .carpi {
            display: none;
        }

    .tab .menu-dd {
        float: right;
    }

    .tab .simgeli {
        float: right;
        margin: 0 -10px 0 5px;
        position: relative;
        z-index: 99;
    }

        .tab .simgeli .simge {
            float: left; /*margin:0 10px 0 0;*/
            font-size: 20px;
            color: #ccc;
            border-radius: 3px; /*margin: 0 0 0 10px;*/
            padding: 0 5px;
        }

            .tab .simgeli .simge:hover {
                background: #dedede;
                box-shadow: 0 2px 3px #ccc;
            }

            .tab .simgeli .simge.aktif {
                /*background: #fff;*/
            }

            .tab .simgeli .simge img {
                margin: 1px;
                float: left;
                opacity: 0.3;
            }

            .tab .simgeli .simge.aktif img {
                opacity: 0.8;
            }

        .tab .simgeli .dugme {
            margin: 4px 10px 0 0;
            float: right;
        }

/* Yeni Haber Var Butonu */
#news-published-refresh {
    position: absolute;
    left: 0;
    right: 0;
}

.new-news-container {
    display: block;
    text-align: center;
    margin-bottom: -20px;
    height: 40px;
}

    .new-news-container a.refresh-news {
        position: relative;
        z-index: 9999;
        background-color: #000000;
        opacity: 0.71;
        border-radius: 20px;
        box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.19);
        padding: 10px 25px;
        font-weight: 500;
        font-size: 16px;
        color: #fff;
    }

        .new-news-container a.refresh-news i {
            font-size: 20px;
            padding-right: 5px;
            vertical-align: sub;
        }

        .new-news-container a.refresh-news.fixed {
            position: fixed;
            top: 40px;
            left: calc(50% - 98px);
        }
/* Tik kutusu ve Radyo Buton */

.cb {
    line-height: 30px;
    color: #333;
    font-size: 12pt;
}

    .cb input {
        display: none;
    }

        .cb input + label span {
            width: 16px;
            height: 16px;
            border: 1px solid #ccc;
            border-radius: 4px;
            margin: -3px 8px 0 0;
            vertical-align: middle;
            background: #ffffff;
            cursor: pointer;
            background-image: linear-gradient(to bottom,#ffffff 0,#dedede 100%);
        }

        .cb input[type="radio"] + label span {
            border-radius: 10px;
        }

        .cb input:checked + label span {
            background: #ff6600;
            border: 1px solid #dedede;
            background-image: linear-gradient(to top,#f90 0,#f30 100%);
        }

        .cb input:disabled + label span {
            background: #f1f1f1;
            border: 1px solid #f1f1f1;
            opacity: 0.5;
        }

        .cb input:checked:disabled + label span {
            background: #f60;
            border: 1px solid #f90;
        }

    .cb label {
        cursor: pointer;
    }

/* Düğme (Toggle) */

.dugme {
    position: relative;
    width: 80px;
}

    .dugme.kucuk {
        width: 50px;
    }

.dugme-cb {
    display: none;
}

.dugme-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #ff6600;
    border-radius: 20px;
    background: #ff6600;
}

.dugme.kucuk .dugme-label {
    border: none;
}

.dugme-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
}

    .dugme-inner:before, .dugme-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 11pt;
        color: #ffffff;
        font-weight: bold;
        box-sizing: border-box;
    }

.dugme.kucuk .dugme-inner:before, .dugme.kucuk .dugme-inner:after {
    height: 22px;
    line-height: 22px;
    font-size: 7pt;
    font-weight: normal;
}

.dugme-inner:before {
    content: "Açık";
    padding-left: 10px;
    background: #ff6600;
    color: #ffffff;
}

.dugme-inner:after {
    content: "-";
    padding-right: 15px;
    background: #333333;
    color: #fff;
    text-align: right;
}

.dugme-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 46px;
}

.dugme.kucuk .dugme-switch {
    right: 26px;
    width: 14px;
    margin: 3px;
}

.dugme.kucuk .dugme-inner:before {
    padding-left: 7px;
}

.dugme-cb:checked + .dugme-label .dugme-inner {
    margin-left: 0;
}

.dugme-cb:checked + .dugme-label .dugme-switch {
    right: 0px;
}

.dugme-cb:disabled + .dugme-label {
    opacity: 0.3;
}

/* Uyarılar */

.uyari {
    width: calc(100% - 42px);
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 11pt;
    line-height: 18pt;
    background-image: linear-gradient(to bottom,#ffffff 0,#dedede 100%);
    border: 1px solid #f1f1f1;
    color: #666666;
    margin: 0 0 15px 0;
}

    .uyari.yesil {
        background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
        border: 1px solid #b2dba1;
        color: #3c763d;
    }

    .uyari.sari {
        background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
        border: 1px solid #f5e79e;
        color: #8a6d3b;
    }

    .uyari.kirmizi {
        background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
        border: 1px solid #dca7a7;
        color: #a94442;
    }

    .uyari.seffaf {
        background-image: linear-gradient(to bottom,rgba(0,0,0,0.6) 0,rgba(0,0,0,1) 80%);
        border: 1px solid #000;
        color: #fff;
    }

    .uyari.tepe {
        border: none;
        width: calc(100% - 40px);
        border-radius: 0;
        margin: 0;
    }

    .uyari .btn {
        float: right;
        margin: 2px -5px 2px 15px !important;
    }

    .uyari hr {
        width: 100%;
        height: 1px;
        background: #ccc;
        border: none;
        margin: 0 0 20px 0;
    }

/* Tablolar */

.tablo {
    width: 100%;
    overflow: auto;
}

    .tablo table {
        width: calc(100% - 2px);
        font-size: 11pt;
        line-height: 15pt;
        background: #fff;
        border: 1px solid #f1f1f1;
        color: #666666;
        text-align: left;
    }

        .tablo table thead {
            background: #f1f1f1;
        }

            .tablo table thead tr {
                border: 1px solid #dedede;
            }

            .tablo table thead th {
                padding: 10px;
                border-left: 1px solid #dedede;
            }

        .tablo table tbody {
            border: 1px solid #f1f1f1;
        }

            .tablo table tbody tr {
                border-bottom: 1px solid #f1f1f1;
            }

            .tablo table tbody th {
                padding: 10px;
                border-left: 1px solid #f1f1f1;
                min-width: 100px;
            }

            .tablo table tbody td {
                padding: 10px;
                border-left: 1px solid #f1f1f1;
                min-width: 100px;
            }

/* Listeler */

.liste {
    width: 100%;
}

ul.liste li {
    width: 100%;
    position: relative;
    padding: 0 0 0 15px;
}

    ul.liste li:after {
        position: absolute;
        top: 8px;
        left: 0;
        width: 6px;
        height: 6px;
        background: #f60;
        content: '';
        border-radius: 3px;
    }

ol {
    counter-reset: item;
}

    ol.liste li:before {
        content: counter(item) ". ";
        counter-increment: item;
        color: #f60;
    }

/* Yükleniyor */

svg.yukleniyor {
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 40px;
}

/* Standart Medya */

.medya {
    width: 100%;
    background: #fff;
    position: relative;
    border-radius: 3px; /*box-shadow:0 0 10px #dedede;*/
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    z-index: 3;
}

    .medya.karsitlik {
        background: #111;
    }
    /*.medya.renk-1 {
	background:#fff6f0; }
.medya:hover {
	box-shadow:0 0 20px #ccc; }
.medya:active {
	box-shadow:0 0 2px #dedede; }*/
    .medya .buzlucam {
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; /*z-index:1;*/
        border-radius: 3px; /*opacity:0.3; -webkit-filter:blur(20px); box-shadow:inset 0 0 30px #000;*/
    }

    .medya .onizleme {
        width: 100%;
        position: relative;
        float: left;
        min-width: 100px;
        z-index: 2;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .medya .onizleme img {
            width: 100%;
            height: auto;
            float: left;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            border-bottom: 1px solid white;
        }

        .medya .onizleme .baslik {
            width: calc(100% - 40px);
            padding: 100px 20px 20px 20px;
            position: absolute;
            bottom: 1px;
            left: 0;
            background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%);
            color: #f1f1f1;
            font-size: 26pt;
            line-height: 30pt;
            font-family: 'Ubuntu', Arial;
            font-weight: bold;
            margin: 0;
        }

            .medya .onizleme .baslik:hover {
                color: #fff;
            }

        .medya .onizleme .tur-icon {
            position: absolute;
            top: 50%;
            right: 50%;
            margin: -30px -30px 0 0;
        }

        .medya .onizleme .yukleniyor {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 1px;
            left: 0;
            z-index: 3;
            background-color: rgba(0,0,0,0.8);
            background-image: url(../img/yukleniyor.svg);
            background-repeat: no-repeat;
            background-position: center;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .medya .onizleme .bakanlar {
            position: absolute;
            top: 10px;
            right: 0;
            background: #f00;
            color: #fff;
            font-size: 9pt;
            line-height: 14px;
            border-top-left-radius: 14px;
            border-bottom-left-radius: 14px;
            padding: 2px 5px 2px 7px;
            box-shadow: -2px 2px 0 rgba(0,0,0,0.1);
        }

            .medya .onizleme .bakanlar .simge {
                float: left;
                margin: 0 5px 0 0;
                font-size: 9pt;
                height: 14px;
            }

                .medya .onizleme .bakanlar .simge * {
                    line-height: 14px;
                }

            .medya .onizleme .bakanlar .nedir {
                float: right;
            }

    .medya .govde {
        width: calc(100% - 40px);
        padding: 15px 20px 20px 20px;
        float: left;
        position: relative;
        z-index: 2;
    }

    .medya .baslik {
        width: 100%;
        font-weight: bold;
        margin: 0 0 15px 0;
        font-size: 16pt;
        line-height: 22pt;
        font-family: 'Ubuntu', Arial;
        color: #333;
    }

        .medya .baslik:hover {
            color: #000;
        }

    .medya.karsitlik .baslik {
        color: #f1f1f1;
    }

        .medya.karsitlik .baslik:hover {
            color: #fff;
        }

    .medya .bilgi {
        width: 100%;
        font-size: 11pt;
        margin: 0 0 15px 0;
        line-height: 15pt;
        color: #999999;
    }

    .medya .aciklama {
        width: 100%;
        font-size: 11pt;
        line-height: 15pt;
        color: #999; /*max-height:30pt; overflow:hidden;*/
    }

    .medya .alt {
        width: 100%;
        font-size: 11pt;
        line-height: 15pt;
        color: #999;
        margin: 20px 0 0 0;
        z-index: 4;
        position: relative;
    }

        .medya .alt .damga {
            /*float:right;*/ color: #ccc;
            margin: 0 5px 0 0;
            max-width: 130px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .medya .alt .damga span {
                float: left;
                font-size: 12pt;
                line-height: 14pt;
                margin: 1pt 4px 0 0;
            }

        .medya .alt .imle {
            /*position:absolute; top:10px; right:10px; margin:0;*/ margin: -8px 0 -10px 10px;
            background: none;
            box-shadow: none;
            color: #ccc;
        }

            .medya .alt .imle.aktif {
                color: #f5792a;
            }

        .medya .alt .gundem-buton {
            float: unset;
            margin: -2px 0 0 0;
            vertical-align: top;
        }

            .medya .alt .gundem-buton .simge {
                background: none;
            }


    /* Medya (Görüntülediniz) */

    .medya.goruldu {
        background: #f1f1f1;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

        .medya.goruldu:after {
            background: #f1f1f1;
            content: 'Görüntülediniz';
            position: absolute;
            top: 10px;
            left: 0;
            z-index: 22;
            line-height: 20px;
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
            padding: 0 5px;
            font-size: 9pt;
            color: #666;
        }

        .medya.goruldu .onizleme img {
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
        }

        .medya.goruldu .govde img {
            border-bottom: 1px solid #ccc;
        }

        .medya.goruldu .baslik {
            color: #666;
        }

    .medya.karsitlik.goruldu .govde img {
        border-bottom: 1px solid #999;
    }

    .medya.karsitlik.goruldu .baslik {
        color: #999;
    }

.genis .medya.goruldu .baslik {
    color: #ccc;
}

/* Standart Medya Boyutunda Modül */

.medya-modul {
    width: 100%;
    height: 366px;
    float: left;
    margin: 0 0 30px 0;
}

/* Alternatif Medya */

.medya-blog {
    width: 100%;
    background: #fff;
    position: relative; /*padding:0 0 20px 0; border-bottom:1px solid #dedede;*/
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
}

    .medya-blog .onizleme {
        width: 100%;
        background-size: cover;
        background-position: center;
        position: relative; /*margin:0 0 15px 0;*/ /*max-height:500px;*/
        overflow: hidden;
        float: left;
        background-color: #ccc;
    }

        .medya-blog .onizleme img {
            width: 100%;
        }

        .medya-blog .onizleme .not {
            position: absolute;
            top: 20px;
            left: 20px;
            background: #f00;
            color: #fff;
            font-size: 11pt;
            font-weight: bold;
            padding: 0 10px;
            line-height: 30px;
            border-radius: 3px;
        }

        .medya-blog .onizleme .yukleniyor {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 5;
            background-color: rgba(0,0,0,0.8);
            background-image: url(../img/yukleniyor.svg);
            background-repeat: no-repeat;
            background-position: center;
        }

        .medya-blog .onizleme .bakanlar {
            position: absolute;
            top: 80px;
            right: 0;
            background: #f00;
            color: #fff;
            font-size: 9pt;
            line-height: 14px;
            border-top-left-radius: 14px;
            border-bottom-left-radius: 14px;
            padding: 2px 5px 2px 7px;
            box-shadow: -2px 2px 0 rgba(0,0,0,0.1);
        }

            .medya-blog .onizleme .bakanlar .simge {
                float: left;
                margin: 0 5px 0 0;
                font-size: 9pt;
                height: 14px;
            }

                .medya-blog .onizleme .bakanlar .simge * {
                    line-height: 14px;
                }

            .medya-blog .onizleme .bakanlar .nedir {
                float: right;
            }

    .medya-blog .govde {
        width: calc(100% - 40px);
        padding: 100px 20px 20px 20px;
        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-blog .baslik {
        width: 100%;
        font-size: 26pt;
        line-height: 30pt;
        font-family: 'Ubuntu', Arial;
        font-weight: bold;
        color: #fff;
        margin: 0 0 10px 0;
        text-shadow: 0 1px 2px #000;
    }
    /*.medya-blog:hover .baslik {
	display:none; }*/
    .medya-blog .bilgi {
        width: 100%;
        font-size: 11pt;
        margin: 0 0 15px 0;
        line-height: 15pt;
        color: #999999;
    }

    .medya-blog .aciklama {
        width: 100%;
        font-size: 12pt;
        line-height: 16pt;
        color: #dedede; /*font-family:Georgia;*/
        display: none;
    }

    .medya-blog:hover .aciklama {
        display: inline-block;
    }

    .medya-blog .alt {
        width: 100%;
        font-size: 11pt;
        line-height: 15pt;
        color: #999;
        margin: 15px 0 0 0;
        z-index: 4;
        position: relative;
    }

        .medya-blog .alt .altbilgi {
            color: #ccc;
            margin: 0 10px 0 0;
        }

        .medya-blog .alt .damga {
            /*float:right;*/ color: #ccc;
            margin: 0 10px 0 0;
        }

            .medya-blog .alt .damga span {
                float: left;
                font-size: 10pt;
                line-height: 14pt;
                margin: 1pt 4px 0 0;
            }

        .medya-blog .alt .imle {
            /*position:absolute; top:10px; right:10px; margin:0;*/ margin: -8px -5px -15px 10px;
            background: none;
            box-shadow: none;
            color: #ccc;
        }

            .medya-blog .alt .imle.aktif {
                color: #f5792a;
            }


/* Medya İnce */
.medya-ince {
    width: calc(100% - 60px);
    position: relative;
    display: grid;
    grid-template-columns: auto 100px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #ffffff;
    margin: 0 0 10px 30px;
    padding: 10px 10px 13px 15px;
}

    .medya-ince:hover {
        background-color: #f1f1f1;
    }

    .medya-ince .onizleme {
        position: relative;
        z-index: 99;
        float: right;
        height: 56px;
        width: 100px;
        border-radius: 3px;
        border: 1px solid #f1f1f1;
        background-size: cover;
    }

        .medya-ince .onizleme .news-info {
            position: absolute;
            border-radius: 4px;
            background-color: rgba(0, 0, 0, 0.5);
            bottom: 4px;
            right: 4px;
            color: #dedede;
            font-size: 11px;
            padding: 4px 6px;
            line-height: 14px;
        }

            .medya-ince .onizleme .news-info i {
                font-size: 14px;
                float: left;
                margin: 0 6px 0 0;
            }

    .medya-ince .tur-icon {
        width: auto;
        height: 15px;
        line-height: 15px;
        font-size: 11px;
        padding: 0px 5px 5px 5px;
        border-radius: 4px;
        text-align: left;
        right: 4px;
        bottom: 4px;
        top: auto;
    }

        .medya-ince .tur-icon span {
            line-height: 22px;
        }

        .medya-ince .tur-icon .icon-image {
            font-size: 15px;
            vertical-align: middle;
        }

    .medya-ince .govde {
        position: relative;
        width: 100%;
    }

    .medya-ince .baslik {
        color: #333333;
        font-size: 18px;
        font-weight: 700;
        padding-top: 5px;
        line-height: 19px;
    }

    .medya-ince .alt {
        display: block;
        margin: 11px 0 0 0;
    }

        .medya-ince .alt .damga {
            color: #adadad;
            font-size: 13px;
            padding: 0 2px;
        }

            .medya-ince .alt .damga:after {
                content: ".";
                position: relative;
                bottom: 3px;
                left: 4px;
            }

            .medya-ince .alt .damga:last-child:after {
                content: "";
            }

        .medya-ince .alt .gundem-buton {
            margin: 0 0 -7px 0;
        }

    .medya-ince .absoluteLink {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
    }
/* Medya Makale */
.medya-makale {
    position: relative;
    display: block;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #f1f1f1;
    margin: 0 0 20px 30px;
    padding: 10px;
}

    .medya-makale .baslik {
        position: relative;
        width: calc(100% - 55px);
        padding: 5px 0 15px 0;
        font-size: 26px;
        font-weight: 700;
        color: #fff;
    }

        .medya-makale .baslik.siyah {
            color: #000;
        }

    .medya-makale .imle {
        background: none !important;
        box-shadow: none;
    }

        .medya-makale .imle span:before {
            color: #fff;
        }

        .medya-makale .imle.siyah span:before {
            color: #000;
        }

    .medya-makale .blur-bg {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
    }

    .medya-makale .buzlucam {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 50%;
        filter: blur(30px);
        opacity: 0.6;
        background-position: top;
        pointer-events: none;
    }

    .medya-makale .onizleme {
        position: relative;
        display: block;
    }

        .medya-makale .onizleme img {
            display: inline-block;
            height: 390px;
            width: 100%;
        }

        .medya-makale .onizleme .bakanlar {
            position: absolute;
            right: 0;
            top: 10px;
            border-radius: 4px 0 0 4px;
            background-color: #ff0000;
            font-size: 12px;
            color: #fff;
            padding: 3px 6px;
        }

        .medya-makale .onizleme .alt {
            position: absolute;
            left: 5px;
            right: 5px;
            bottom: 8px;
        }

            .medya-makale .onizleme .alt .damga {
                border-radius: 4px;
                background-color: rgba(0, 0, 0, 0.5);
                color: #fff;
                font-size: 11px;
                padding: 3px 6px;
            }

                .medya-makale .onizleme .alt .damga.sag {
                    float: right;
                }

                .medya-makale .onizleme .alt .damga.gundem-buton {
                    padding: 0 5px;
                    margin: 0px 0px;
                    float: initial;
                    display: inline-block;
                }

                    .medya-makale .onizleme .alt .damga.gundem-buton .sayi {
                        font-size: 11px;
                        line-height: 10px;
                        color: #fff !important;
                        float: initial;
                        vertical-align: middle;
                        margin: -2px 2px 0 3px;
                    }

                    .medya-makale .onizleme .alt .damga.gundem-buton.pasif {
                        background: #f5792a;
                    }

                    .medya-makale .onizleme .alt .damga.gundem-buton .simge i {
                        margin: 1px 0 -1px 0;
                    }

    .medya-makale .govde .giris {
        color: #333333;
        width: 100%;
        font-style: italic;
        font-size: 18px;
        line-height: 24px;
        padding: 15px 0 10px 0
    }

    .medya-makale .govde h2 {
        font-size: 20pt !important;
        line-height: 26pt !important;
        color: #ff6600;
        margin: 15px 0 20px 0;
    }

    .medya-makale .habere-git {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        background-image: linear-gradient(180deg, rgb(241, 241, 241, 0.1) 0, #f1f1f1 50%);
        height: 20%;
    }

        .medya-makale .habere-git a {
            position: absolute;
            bottom: 16px;
            left: 0;
            right: 0;
            color: #000000;
            font-size: 14px;
            font-weight: 700;
        }

            .medya-makale .habere-git a i {
                position: relative;
                top: 2px;
            }
/* Medya Yatay (Görüntülediniz) */
.medya-blog.goruldu {
    background: #f1f1f1;
}

    .medya-blog.goruldu:after {
        background: #f1f1f1;
        content: 'Görüntülediniz';
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 22;
        line-height: 20px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        padding: 0 5px;
        font-size: 9pt;
        color: #666;
    }

    .medya-blog.goruldu .onizleme {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    .medya-blog.goruldu .govde .baslik {
        color: #ccc;
    }


.medya-makale .govde {
    line-height: 20px;
    font-size: 14px;
}

.medya-makale .start-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0.8;
    font-size: 62px;
    padding: 15px;
}

    .medya-makale .start-video i {
        -webkit-filter: drop-shadow(2px 0px 6px #00000070);
        -moz-filter: drop-shadow(2px 0px 6px #00000070);
        filter: drop-shadow(2px 0px 6px #00000070);
    }
/* Yatay Medya */

.medya-yatay {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    background: #ffffff;
    position: relative; /*box-shadow:0 0 10px #dedede;*/
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
}
    /*.medya-yatay:hover {
	box-shadow:0 0 20px #ccc; }
.medya-yatay:active {
	box-shadow:0 0 2px #dedede; }*/
    .medya-yatay .onizleme {
        width: 200px;
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        float: left;
        background-color: #ccc;
    }

        .medya-yatay .onizleme .yukleniyor {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 3;
            background-color: rgba(0,0,0,0.8);
            background-image: url(../img/yukleniyor.svg);
            background-repeat: no-repeat;
            background-position: center;
        }

        .medya-yatay .onizleme .bakanlar {
            position: absolute;
            bottom: 10px;
            right: 0;
            background: #f00;
            color: #fff;
            font-size: 9pt;
            line-height: 14px;
            border-top-left-radius: 14px;
            border-bottom-left-radius: 14px;
            padding: 2px 5px 2px 7px;
            box-shadow: -2px 2px 0 rgba(0,0,0,0.1);
        }

            .medya-yatay .onizleme .bakanlar .simge {
                float: left;
                margin: 0 5px 0 0;
                font-size: 9pt;
                height: 14px;
            }

                .medya-yatay .onizleme .bakanlar .simge * {
                    line-height: 14px;
                }

            .medya-yatay .onizleme .bakanlar .nedir {
                float: right;
            }

    .medya-yatay .govde {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        padding: 15px;
    }

    .medya-yatay .baslik {
        width: 100%; /*font-weight:bold;*/
        margin: 0 0 10px 0;
        font-size: 17pt;
        line-height: 20pt;
        font-weight: bold;
        font-family: 'Ubuntu', Arial;
    }

        .medya-yatay .baslik a {
            display: inline;
        }

    .medya-yatay .bilgi {
        width: 100%;
        font-size: 11pt;
        margin: 0 0 10px 0;
        line-height: 15pt;
        color: #999999;
    }

    .medya-yatay .aciklama {
        width: 100%;
        font-size: 11pt;
        line-height: 14pt;
        color: #999;
        padding-bottom: 35px;
    }

    .medya-yatay .alt {
        font-size: 11pt;
        line-height: 15pt;
        color: #999;
        margin: 10px 0 0 0;
        z-index: 4;
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

        .medya-yatay .alt .damga {
            color: #ccc;
            margin: 0 10px 0 0; /*max-width:130px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;*/
        }

            .medya-yatay .alt .damga.gizlenebilir {
                display: none;
            }

            .medya-yatay .alt .damga span {
                float: left;
                font-size: 12pt;
                line-height: 14pt;
                margin: 1pt 4px 0 0;
            }

        .medya-yatay .alt .imle {
            margin: -5px -5px -5px 0;
            background: none;
            box-shadow: none;
            color: #ccc;
        }

            .medya-yatay .alt .imle.aktif {
                color: #f5792a;
            }

    /* Medya Yatay (Görüntülediniz) */

    .medya-yatay.goruldu {
        background: #f1f1f1;
    }

        .medya-yatay.goruldu:after {
            background: #f1f1f1;
            content: 'Görüntülediniz';
            position: absolute;
            top: 10px;
            left: 0;
            z-index: 22;
            line-height: 20px;
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
            padding: 0 5px;
            font-size: 9pt;
            color: #666;
        }

        .medya-yatay.goruldu .onizleme {
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
        }

        .medya-yatay.goruldu .govde .baslik {
            color: #ccc;
        }

/* Bilgi Yönlendirme Medya */

.bilgi-yonlendirme-yatay {
    width: 100%;
    background: #ffffff;
    position: relative; /*box-shadow:0 0 10px #dedede;*/
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
}

    .bilgi-yonlendirme-yatay .avatar {
        width: 44px;
        height: 44px;
        float: left;
        background-size: cover;
        background-position: center;
        background-color: #ccc;
    }

    .bilgi-yonlendirme-yatay .simge {
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        float: left;
        background-color: #f1f1f1;
        font-size: 16pt;
    }

    .bilgi-yonlendirme-yatay.hd {
        margin: 0 0 20px 30px !important;
        border-radius: 5px 3px 3px;
    }

        .bilgi-yonlendirme-yatay.hd:hover {
            background-color: #fff8f3;
            box-shadow: 2px 2px 5px #ffece0;
        }

        .bilgi-yonlendirme-yatay.hd.secondary {
            background-color: #f1f1f1;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            cursor: auto;
        }

        .bilgi-yonlendirme-yatay.hd .simge {
            font-size: 18px;
            background: none;
            position: relative;
            top: 18px;
            left: 5px;
        }

            .bilgi-yonlendirme-yatay.hd .simge img {
                height: 20px;
            }

    .bilgi-yonlendirme-yatay .avatar img {
        width: 33px;
        height: 32px;
        border-radius: 3px;
    }

    /* .bilgi-yonlendirme-yatay.hd .simge span[class^="icon-"]:before { background-size: 30px 30px; display: inline-block; width: 30px; height: 20px; content:""; } */

    .bilgi-yonlendirme-yatay.hd .yuzen-bilgi {
        position: absolute;
        display: inline-block;
        top: calc(100% - 17px);
        background: none;
        float: right;
        border: none;
        box-shadow: none;
        padding: 0 5px 0 0;
    }

        .bilgi-yonlendirme-yatay.hd .yuzen-bilgi .tooltip span:first-child {
            position: relative;
            top: 1px;
            right: 1px;
        }

        .bilgi-yonlendirme-yatay.hd .yuzen-bilgi b {
            color: #000;
        }

    .bilgi-yonlendirme-yatay.hd b {
        font-weight: 500;
    }

    .bilgi-yonlendirme-yatay.hd .yuzen-bilgi .gizlilik {
        margin: -2px 2px -3px -10px;
        color: #999;
        border: none;
    }

    .bilgi-yonlendirme-yatay.hd .ne {
        height: auto;
        color: #000;
        width: 100%;
        line-height: 25px;
        font-size: 18px;
        font-weight: 300;
        white-space: normal;
        overflow: auto;
        text-overflow: unset;
    }

        .bilgi-yonlendirme-yatay.hd .ne b {
            font-weight: 700;
        }

    .bilgi-yonlendirme-yatay.hd .temel-bilgiler {
        padding: 0;
        margin: 23px 0 23px 10px;
        float: left;
    }

    .bilgi-yonlendirme-yatay.hd .avatar {
        height: 32px;
        width: 32px;
        border-radius: 3px;
        margin: 20px 0 0 10px;
    }

    .bilgi-yonlendirme-yatay .simge span {
        line-height: 44px;
    }

    .bilgi-yonlendirme-yatay .simge-resim {
        width: 30px;
        height: 30px;
        padding: 7px;
        float: left;
        background-color: #f1f1f1;
    }

        .bilgi-yonlendirme-yatay .simge-resim img {
            width: 30px;
            height: 30px;
        }

    .bilgi-yonlendirme-yatay .temel-bilgiler {
        width: calc(100% - 84px);
        float: right;
        padding: 5px 0;
        line-height: 34px;
        margin: 0 20px 0 0;
    }

    .bilgi-yonlendirme-yatay .ne {
        font-size: 17pt;
        font-family: 'Ubuntu', Arial;
        float: left;
        width: calc(100% - 130px);
        height: 34px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #999;
        font-weight: normal;
    }

        .bilgi-yonlendirme-yatay .ne a {
            display: inline;
            color: #333;
            font-weight: bold;
        }

    .bilgi-yonlendirme-yatay .tur {
        font-size: 11pt;
        color: #999999;
        float: right;
    }

    .bilgi-yonlendirme-yatay .ayrinti {
        width: calc(100% - 40px);
        padding: 20px;
        font-size: 11pt;
        line-height: 15pt;
        color: #666;
        word-wrap: break-word;
        overflow: hidden;
        border-top: 1px solid #f1f1f1;
        float: left;
    }

        .bilgi-yonlendirme-yatay .ayrinti .comment-owner {
            float: right;
            font-weight: 600;
        }

        .bilgi-yonlendirme-yatay .ayrinti .thumb {
            float: right;
            padding: 0px 0 0 10px;
            position: relative;
            top: 1px;
        }

            .bilgi-yonlendirme-yatay .ayrinti .thumb.liked {
                color: #f5792a;
            }

            .bilgi-yonlendirme-yatay .ayrinti .thumb.disliked {
                color: #ccc;
            }

    .bilgi-yonlendirme-yatay .daha-fazla {
        border-top: 1px solid #f1f1f1;
        padding: 15px 0;
        margin: 0 !important;
        font-size: 11pt;
        line-height: 15pt;
    }

    .bilgi-yonlendirme-yatay.buyuk .onizleme {
        width: 120px;
        height: 80px;
        float: left;
        background-size: cover;
        background-position: center;
        background-color: #ccc;
    }

    .bilgi-yonlendirme-yatay.buyuk .temel-bilgiler {
        width: calc(100% - 168px);
    }

    .bilgi-yonlendirme-yatay.buyuk .ne {
        height: 68px;
        text-overflow: inherit;
        white-space: inherit;
    }

/* Medya (Sağ Sütun) */

.medya-sag {
    width: 100%;
    position: relative;
    min-height: 90px;
    border-bottom: 1px solid #f1f1f1;
}

    .medya-sag:hover {
        box-shadow: 0 0 20px #ccc;
    }

    .medya-sag:active {
        box-shadow: 0 0 2px #dedede;
    }

    .medya-sag .onizleme {
        width: 40%;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
    }

        .medya-sag .onizleme:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255,118,0,0.10);
        }

    .medya-sag .govde {
        width: calc(60% - 30px);
        padding: 15px 0;
        margin: 0 30px 0 20px;
    }

    .medya-sag .baslik {
        width: 100%;
        font-size: 11pt;
        line-height: 15pt;
    }

        .medya-sag .baslik a {
            display: inline;
        }

    .medya-sag .bilgi {
        width: 100%;
        font-size: 10pt;
        line-height: 17pt;
        color: #f5792a;
    }

/* Medya (Sol Simgeli) */

.medya-simgeli {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #dedede;
    float: left;
}

    .medya-simgeli:hover {
        box-shadow: 0 0 20px #ccc;
    }

    .medya-simgeli:active {
        box-shadow: 0 0 2px #dedede;
    }

    .medya-simgeli .simge {
        width: 36px;
        height: 36px;
        margin: -20px 0 0 0;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 50%;
        left: 5px;
        bottom: 0;
        border: 2px solid #fff;
    }

    .medya-simgeli .govde {
        width: calc(100% - 65px);
        padding: 12px 0 12px 0;
        margin: 0 0 0 55px;
        float: left;
    }

    .medya-simgeli .baslik {
        width: 100%;
        font-size: 11pt;
        line-height: 15pt;
        min-height: 30pt;
    }

        .medya-simgeli .baslik a {
            display: inline;
        }

    .medya-simgeli .hit {
        position: absolute; /*width:30px;*/
        height: 12px;
        right: 0;
        bottom: 0; /*margin:-11px 0 0 0; background:#f1f1f1;*/
        color: #999; /*border:1px solid #dedede; border-right:none; border-bottom:none;*/
        padding: 0 2px;
        font-size: 10px;
        line-height: 12px;
        border-top-left-radius: 3px; /*border-bottom-left-radius:3px;*/
        cursor: help;
        text-align: center;
    }

        .medya-simgeli .hit span {
            float: right;
            margin: 0 0 0 3px;
            line-height: 12px;
        }

    .medya-simgeli.trend-mod {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #dedede;
        float: left;
    }

        .medya-simgeli.trend-mod .sayi {
            width: 40px;
            height: 40px;
            margin: -15px 0 0 0;
            position: absolute;
            top: 50%;
            left: 5px;
            bottom: 0;
            line-height: 15px;
            text-align: center;
            font-weight: bold;
            color: #f5792a;
            font-size: 14pt;
        }

            .medya-simgeli.trend-mod .sayi span {
                font-weight: normal;
                color: #ccc;
                font-size: 9pt;
            }

    .medya-simgeli.onecikan-mod {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #dedede;
        float: left;
        box-shadow: none !important;
    }

        .medya-simgeli.onecikan-mod .sayi {
            width: 40px;
            height: 40px;
            margin: -22px 0 0 0;
            position: absolute;
            top: 50%;
            left: 5px;
            bottom: 0;
            line-height: 10px;
            text-align: center;
            font-weight: bold;
            color: #999;
            font-size: 14pt;
        }

            .medya-simgeli.onecikan-mod .sayi:hover {
                color: #333;
            }

            .medya-simgeli.onecikan-mod .sayi:active {
                color: #666;
            }

            .medya-simgeli.onecikan-mod .sayi.aktif {
                background: #f5792a;
                color: #fff;
                padding: 5px 0 5px 0;
                margin: -25px 0 0 0; /*border-top-right-radius: 5px; border-bottom-right-radius: 5px;*/
                border-radius: 5px;
            }

            .medya-simgeli.onecikan-mod .sayi span.thumbs-up:before {
                font-family: "icomoon";
                content: "\e905";
                vertical-align: text-bottom;
            }

            .medya-simgeli.onecikan-mod .sayi.aktif span.thumbs-up:before {
                font-family: "icomoon";
                content: "\e904";
                vertical-align: text-bottom;
            }

            .medya-simgeli.onecikan-mod .sayi span {
                font-weight: normal;
                font-size: 9pt;
            }

                .medya-simgeli.onecikan-mod .sayi span.ok {
                    font-size: 16pt;
                    margin-bottom: 8px;
                }

                .medya-simgeli.onecikan-mod .sayi span.stars-up:before {
                    font-family: "icomoon";
                    content: "\e931";
                    vertical-align: text-bottom;
                }

            .medya-simgeli.onecikan-mod .sayi.aktif span.stars-up:before {
                font-family: "icomoon";
                content: "\e930";
                vertical-align: text-bottom;
            }
/* Resimsiz Medya (Sağ Sütun) */

.medya-resimsiz {
    width: calc(100% - 40px);
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

    .medya-resimsiz:hover {
        box-shadow: 0 0 20px #ccc;
    }

    .medya-resimsiz:active {
        box-shadow: 0 0 2px #dedede;
    }

    .medya-resimsiz .baslik {
        width: 100%;
        font-size: 11pt;
        line-height: 14pt;
        font-weight: bold;
    }

        .medya-resimsiz .baslik a {
            display: inline;
        }

    .medya-resimsiz .bilgi {
        width: 100%;
        font-size: 10pt;
        line-height: 17pt;
        color: #f5792a;
    }

/* Küçük Medya */

.medya-kucuk {
    /*width:calc(100% - 2px);*/ width: 100%;
    height: 150px; /*border:1px solid #dedede;*/
    background: #ffffff;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 10px #dedede;
}

    .medya-kucuk:hover {
        box-shadow: 0 0 20px #ccc;
    }

    .medya-kucuk:active {
        box-shadow: 0 0 2px #dedede;
    }

    .medya-kucuk .onizleme {
        width: 100%;
        height: 94px;
        background-size: cover;
        background-position: center;
        position: relative;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background-color: #ccc;
    }

    .medya-kucuk .not {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        color: #ffffff;
        font-style: italic;
        font-size: 8pt;
        line-height: 11pt;
        text-align: center;
        padding: 3px 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .medya-kucuk .govde {
        width: calc(100% - 20px);
        min-height: 36px;
        padding: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
    }

    .medya-kucuk.aktif .govde {
        background: #dedede;
    }

    .medya-kucuk .baslik {
        width: 100%;
        font-size: 11pt;
        line-height: 15pt;
        font-family: 'Ubuntu', Arial;
    }

    .medya-kucuk.aktif:after {
        position: absolute;
        bottom: -12px;
        left: 50%;
        width: 0;
        height: 0;
        content: '';
        margin: 0 0 0 -12px;
        border-top: 12px solid #dedede;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
    }

    .medya-kucuk.daha {
        background: none !important;
        box-shadow: none !important;
        text-align: center;
        color: #333;
    }

        .medya-kucuk.daha .simge {
            width: 100%;
            font-size: 74px;
            line-height: 94px;
            float: left;
            text-shadow: 3px 3px 0 #f5792a;
        }

        .medya-kucuk.daha .metin {
            width: 100%;
            font-size: 12pt;
            line-height: 20px;
            padding: 10px 0;
            font-weight: bold;
            float: left;
        }

/* Küçük Medya Alternatif (Videolar gibi listeleme sayfaları için) */

.medya-kucuk-alt {
    /*width:calc(100% - 2px);*/ width: 100%; /*width: 225px;*/ /*height:150px;*/ /*border:1px solid #dedede;*/
    position: relative; /*box-shadow:0 0 10px #dedede;*/
}
    /*.medya-kucuk-alt:hover {
	box-shadow:0 0 20px #ccc; }
.medya-kucuk-alt:active {
	box-shadow:0 0 2px #dedede; }*/
    .medya-kucuk-alt .onizleme {
        width: 100%;
        height: 150px;
        background-size: cover;
        background-position: center;
        position: relative;
        border-radius: 3px;
        background-color: #ccc;
        margin: 0 0 5px 0;
    }

        .medya-kucuk-alt .onizleme .tur-icon {
            left: 50%;
            top: 50%;
            margin: -30px 0 0 -30px;
            background: none;
            font-size: 40px;
            opacity: 0.9;
            display: inline-block;
            z-index: 1;
        }

    .medya-kucuk-alt:hover > .onizleme .tur-icon {
        display: none;
    }

    .medya-kucuk-alt .not {
        position: absolute;
        top: 125px;
        right: 5px;
        background: rgba(0,0,0,0.8);
        color: #ffffff;
        font-size: 8pt;
        line-height: 10px;
        text-align: center;
        padding: 5px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-radius: 3px;
    }

    .medya-kucuk-alt:hover > .not {
        display: none;
    }

    .medya-kucuk-alt .imle {
        position: absolute;
        top: 5px;
        right: 5px;
        background: rgba(0,0,0,0.8) !important;
        margin: 0;
        box-shadow: none;
        display: none;
    }

    .medya-kucuk-alt:hover > .imle {
        display: inline-block;
    }

    .medya-kucuk-alt .imle span[class^="icon-"]:before {
        color: #fff;
    }

    .medya-kucuk-alt .imle.aktif {
        background: #f60 !important;
    }

    .medya-kucuk-alt .govde {
        width: 100%;
    }

    .medya-kucuk-alt .baslik {
        width: 100%;
        font-size: 11pt;
        line-height: 14pt;
        height: 28pt;
        float: left;
        font-weight: bold;
        margin: 0 0 2px 0;
        color: #000;
        overflow: hidden;
    }

        .medya-kucuk-alt .baslik:hover {
            text-decoration: underline;
        }

    .medya-kucuk-alt .bilgi {
        width: 100%;
        font-size: 10pt;
        line-height: 14pt;
        color: #999;
        float: left;
        overflow: hidden;
    }

/* Küçük Medya Alternatif Yan (Video detay sağ gibi yerler için) */

.medya-kucuk-alt-yan {
    /*width:calc(100% - 2px);*/ width: 100%; /*width: 225px;*/ /*height:150px;*/ /*border:1px solid #dedede;*/
    position: relative; /*box-shadow:0 0 10px #dedede;*/
    float: left;
    margin: 0 0 10px 0;
}

    .medya-kucuk-alt-yan .onizleme {
        width: 45%;
        float: left;
        height: 100px;
        background-size: cover;
        background-position: center;
        position: relative;
        border-radius: 3px;
        background-color: #ccc;
    }

        .medya-kucuk-alt-yan .onizleme .tur-icon {
            left: 50%;
            top: 50%;
            margin: -30px 0 0 -30px;
            background: none;
            font-size: 30px;
            opacity: 0.7;
            display: inline-block;
            z-index: 1;
        }

    .medya-kucuk-alt-yan:hover > .onizleme .tur-icon {
        display: none;
    }

    .medya-kucuk-alt-yan .onizleme .not {
        position: absolute;
        top: 75px;
        right: 5px;
        background: rgba(0,0,0,0.8);
        color: #ffffff;
        font-size: 8pt;
        line-height: 10px;
        text-align: center;
        padding: 5px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-radius: 3px;
    }

    .medya-kucuk-alt-yan:hover > .onizleme .not {
        display: none;
    }

    .medya-kucuk-alt-yan .imle {
        position: absolute;
        top: 5px;
        left: calc(45% - 35px);
        width: 15px;
        background: rgba(0,0,0,0.8) !important;
        margin: 0;
        box-shadow: none;
        display: none;
    }

    .medya-kucuk-alt-yan:hover > .imle {
        display: inline-block;
    }

    .medya-kucuk-alt-yan .imle span[class^="icon-"]:before {
        color: #fff;
    }

    .medya-kucuk-alt-yan .imle.aktif {
        background: #f60 !important;
    }

    .medya-kucuk-alt-yan .govde {
        width: calc(55% - 10px);
        float: right;
    }

    .medya-kucuk-alt-yan .baslik {
        width: 100%;
        font-size: 11pt;
        line-height: 14pt;
        max-height: 56pt;
        float: left;
        font-weight: bold;
        margin: 5px 0 0 0;
        color: #000;
        overflow: hidden;
    }
    /*.medya-kucuk-alt-yan .baslik:hover {
	text-decoration: underline; }*/
    .medya-kucuk-alt-yan .bilgi {
        width: 100%;
        font-size: 10pt;
        line-height: 14pt;
        color: #999;
        float: left;
        overflow: hidden;
    }

        .medya-kucuk-alt-yan .bilgi .damga {
            color: #fff;
            background: #333;
            padding: 0 7px;
            border-radius: 12px;
        }

            .medya-kucuk-alt-yan .bilgi .damga.yesil {
                background: #16B834;
            }

            .medya-kucuk-alt-yan .bilgi .damga.kirmizi {
                background: red;
            }

/* Medya Galeri Kutu (Galeriler gibi listeleme sayfaları için) */

.medya-galeri-kutu {
    width: 100%;
    position: relative;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    border-radius: 5px;
}

    .medya-galeri-kutu .onizleme {
        width: 100%;
        height: 180px;
        background-size: cover;
        background-position: center;
        position: relative;
        background-color: #000;
        float: left;
        opacity: 1;
        margin: 0 0 3px 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .medya-galeri-kutu .onizleme:hover {
            opacity: 0.7;
        }

    .medya-galeri-kutu .not {
        position: absolute;
        top: 10px;
        right: 10px;
        background: rgba(0,0,0,0.8);
        color: #ffffff;
        line-height: 20px;
        font-size: 10pt;
        padding: 3px 11px;
        border-radius: 5px;
    }

    .medya-galeri-kutu:hover .not {
        display: none;
    }

    .medya-galeri-kutu .not span {
        line-height: 20px;
        margin: 0 5px 0 0;
        float: left;
    }

    .medya-galeri-kutu .imle {
        position: absolute;
        top: 5px;
        right: 5px;
        background: rgba(0,0,0,0.8) !important;
        margin: 0;
        box-shadow: none;
        display: none;
    }

    .medya-galeri-kutu:hover > .imle {
        display: inline-block;
    }

    .medya-galeri-kutu .imle span[class^="icon-"]:before {
        color: #fff;
    }

    .medya-galeri-kutu .imle.aktif {
        background: #f60 !important;
    }
    /*.medya-galeri-kutu .govde {
	width:calc(100% - 20px); padding: 30px 10px 10px 10px; position: absolute; bottom: 0; left: 0; background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 30%); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
.medya-galeri-kutu .baslik {
	width:100%; font-size:13pt; line-height:18pt; float: left; margin: 0 0 7px 0; color: #fff; overflow: hidden; }
.medya-galeri-kutu .bilgi {
	width:100%; font-size:10pt; line-height:14pt; color: #999; float: left; overflow: hidden; }*/
    .medya-galeri-kutu .govde {
        width: calc(100% - 20px);
        padding: 7px 10px 10px 10px;
        float: left; /*background:rgba(0,0,0,0.8);*/
        margin-top: -3px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #fff;
    }

    .medya-galeri-kutu .baslik {
        width: 100%;
        font-size: 13pt;
        line-height: 18pt;
        height: 54pt;
        overflow: hidden;
        float: left;
        margin: 5px 0 7px 0;
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .medya-galeri-kutu .govde.beyaz-yazi .baslik {
        color: #fff !important;
    }

    .medya-galeri-kutu .govde.siyah-yazi .baslik {
        color: #000 !important;
    }

    .medya-galeri-kutu .bilgi {
        width: 100%;
        font-size: 10pt;
        line-height: 14pt;
        color: #999;
        float: left;
        overflow: hidden;
    }

    .medya-galeri-kutu .govde.beyaz-yazi .bilgi {
        color: #fff !important;
    }

    .medya-galeri-kutu .govde.siyah-yazi .bilgi {
        color: #000 !important;
    }

    .medya-galeri-kutu .onizlemeler {
        width: 100%;
        float: left;
    }

        .medya-galeri-kutu .onizlemeler .damga {
            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;
        }

        .medya-galeri-kutu .onizlemeler .ana-onizleme {
            width: calc(75% - 3px);
            float: left;
            height: 180px;
            background-size: cover;
            background-position: center;
            border-top-left-radius: 5px;
        }

            .medya-galeri-kutu .onizlemeler .ana-onizleme:hover {
                opacity: 0.7;
            }

    .medya-galeri-kutu .mini-onizlemeler {
        width: 25%;
        float: right;
        border-top-right-radius: 5px;
        overflow: hidden;
    }

        .medya-galeri-kutu .mini-onizlemeler .mini-onizleme {
            width: 100%;
            float: left;
            height: 58px;
            background-size: cover;
            background-position: center;
            margin: 0 0 3px 0;
        }

            .medya-galeri-kutu .mini-onizlemeler .mini-onizleme:hover {
                opacity: 0.7;
            }

    .medya-galeri-kutu.orta .onizleme {
        height: 246px;
    }

    .medya-galeri-kutu.orta .baslik {
        font-size: 17pt;
        line-height: 20pt;
        height: 60pt;
        overflow: hidden;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .medya-galeri-kutu.buyuk .onizleme {
        height: 336px;
    }

    .medya-galeri-kutu.buyuk .baslik {
        font-size: 21pt;
        line-height: 27pt;
        height: auto;
        overflow: inherit;
        margin-bottom: 27pt;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .medya-galeri-kutu.orta .onizlemeler .ana-onizleme {
        height: 246px;
    }

    .medya-galeri-kutu.orta .mini-onizlemeler .mini-onizleme {
        height: 80px;
    }

    .medya-galeri-kutu.buyuk .onizlemeler .ana-onizleme {
        height: 396px;
    }

    .medya-galeri-kutu.buyuk .mini-onizlemeler .mini-onizleme {
        height: 130px;
    }

/* Orta Boy Medya */

.medya-orta {
    /*width:calc(100% - 2px);*/ width: 100%;
    height: 250px; /*border:1px solid #cccccc;*/
    background: #ffffff;
    position: relative;
    float: left;
    border-radius: 3px;
    box-shadow: 0 0 10px #dedede;
}

    .medya-orta:hover {
        box-shadow: 0 0 20px #ccc;
    }

    .medya-orta:active {
        box-shadow: 0 0 2px #dedede;
    }

    .medya-orta .onizleme {
        width: 100%;
        height: 133px;
        background-size: cover;
        background-position: center;
        position: relative;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background-color: #ccc;
    }

    .medya-orta .govde {
        width: calc(100% - 40px);
        padding: 15px 20px 15px 20px;
        border-top: 1px solid #f5792a;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
    }

    .medya-orta .baslik {
        width: 100%;
        font-weight: bold;
        margin: 0 0 5px 0;
        font-size: 12pt;
        line-height: 16pt;
        min-height: 48pt;
        font-family: 'Ubuntu', Arial;
    }

    .medya-orta .bilgi {
        width: 100%;
        font-size: 10pt;
        line-height: 13pt;
        color: #f5792a;
    }

    .medya-orta .aciklama {
        width: 100%;
        font-size: 11pt;
        line-height: 15pt;
        color: #999999;
    }


    .medya-orta.dh-advice {
        padding: 15px 20px;
        box-sizing: border-box;
    }

        .medya-orta.dh-advice .head {
            width: 100%;
            float: left;
            color: #f5792a;
            font-size: 14px;
            font-weight: bold;
            line-height: 24px;
        }

            .medya-orta.dh-advice .head img {
                float: left;
                width: 24px;
                height: 24px;
                margin: 0 6px 15px 0;
            }

            .medya-orta.dh-advice .head .see-all {
                float: right;
                font-size: 11px;
                color: #999;
            }

                .medya-orta.dh-advice .head .see-all i {
                    float: right;
                    font-size: 10px;
                    margin: 7px 0 7px 2px;
                }

        .medya-orta.dh-advice .price-tag {
            width: 100%;
            float: left;
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            border-radius: 3px;
            background-color: #658a9f;
            padding: 7px 0;
            text-align: center;
            margin: 0 0 20px 0;
        }

        .medya-orta.dh-advice .product {
            width: 100%;
            float: left;
        }

            .medya-orta.dh-advice .product .image {
                float: left;
                width: 80px;
                height: 80px;
                margin: 0 10px 0 0;
                text-align: center;
            }

                .medya-orta.dh-advice .product .image img {
                    max-width: 100%;
                    max-height: 100%;
                    width: auto;
                    height: auto;
                }

            .medya-orta.dh-advice .product .name {
                float: right;
                width: calc(100% - 90px);
                font-family: 'Ubuntu', Arial;
                font-size: 15px;
                font-weight: 600;
                color: #333;
                line-height: 20px;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

        .medya-orta.dh-advice .buy-product {
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            text-align: center;
            font-size: 12px;
            color: #666;
            border-top: 1px solid #dedede;
            padding: 16px 0;
        }
/* Orta Boy Resimsiz Medya */

.medya-orta-resimsiz {
    /*width:calc(100% - 2px);*/ width: 100%;
    height: 250px; /*border:1px solid #cccccc;*/
    background: #ffffff;
    position: relative;
    float: left;
    border-radius: 3px;
    box-shadow: 0 0 10px #dedede;
}

    .medya-orta-resimsiz:hover {
        box-shadow: 0 0 20px #ccc;
    }

    .medya-orta-resimsiz:active {
        box-shadow: 0 0 2px #dedede;
    }

    .medya-orta-resimsiz .govde {
        width: calc(100% - 40px);
        padding: 15px 20px 20px 20px;
        border-top: 1px solid #f5792a;
    }

    .medya-orta-resimsiz .baslik {
        width: 100%;
        font-size: 20pt;
        line-height: 26pt;
        height: 130pt;
        overflow: hidden;
        margin: 0 0 25px 0;
        font-family: 'Ubuntu', Arial;
        font-weight: bold;
    }

    .medya-orta-resimsiz .bilgi {
        width: 100%;
        font-size: 10pt;
        line-height: 13pt;
        color: #f5792a;
    }

    .medya-orta-resimsiz .aciklama {
        width: 100%;
        font-size: 11pt;
        line-height: 15pt;
        color: #999999;
    }

/* Bildirim Detay */

.bildirim-detay {
    width: calc(100% - 70px);
    margin: 0 0 5px 30px;
    padding: 12px 10px 12px 30px;
    background: #fff;
    position: relative;
    float: left; /*border-top:1px solid #fff; border-bottom:1px solid #dedede;*/
    font-size: 11pt;
    line-height: 14pt;
    border-radius: 3px;
}

    .bildirim-detay:hover {
        background: #f5f5f5;
    }

    .bildirim-detay.yeni {
        background: #fdffb3;
    }

        .bildirim-detay.yeni:hover {
            background: #ffffe5;
        }

    .bildirim-detay .simge {
        position: absolute;
        top: 12px;
        left: 10px;
    }

    .bildirim-detay.onemli .simge {
        color: #f00;
    }

    .bildirim-detay .olay {
        width: 100%;
        color: #111;
    }

        .bildirim-detay .olay .zaman {
            float: right;
            color: #999;
            margin: 0 0 0 5px;
        }

    .bildirim-detay .ayrinti {
        width: 100%;
        margin: 3px 0 0 0;
        color: #777;
        font-size: 10pt;
    }

    .bildirim-detay.icerik-bildirimi {
        width: calc(100% - 115px);
        padding: 12px 10px 12px 75px;
        min-height: 40pt;
    }

        .bildirim-detay.icerik-bildirimi .onizleme {
            width: 60px;
            height: 60px;
            background-size: cover;
            background-position: center;
            position: absolute;
            top: 8px;
            left: 8px;
            border-radius: 3px;
        }

/* Bildirim Detay */

.posta-bulteni-arsiv {
    width: calc(100% - 50px);
    margin: 0 0 5px 30px;
    padding: 10px 10px 10px 10px;
    background: #fff;
    position: relative;
    float: left;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dedede;
    font-size: 11pt;
    line-height: 14pt;
    border-radius: 3px;
}

    .posta-bulteni-arsiv:hover {
        background: #f9f9f9;
    }

    .posta-bulteni-arsiv .olay {
        width: 100%;
        color: #111;
        font-weight: bold;
    }

        .posta-bulteni-arsiv .olay .zaman {
            float: right;
            color: #999;
            margin: 0 0 0 5px;
            font-size: 10pt;
            line-height: 14pt;
            font-weight: normal;
        }

/* Medya Tür Simgeleri */

.tur-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; /*border:2px solid #333;*/
    border-radius: 10px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
    padding: 10px;
}

.tur-icon span {
    line-height: 40px;
}

.tur-icon-middle {
    background: rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 390px;
}

    .tur-icon-middle span {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 72px;
        text-shadow: 0px 0px 12px #000;
        color: white;
    }

        .tur-icon-middle span:hover {
            color: #f5792a;
        }

/* Uygulamayı İndir Butonları */

.uygulamayi-indir {
    width: calc(100% - 32px);
    margin: 0 0 20px 0;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 10px 10px 10px 20px;
    border: 1px dotted #dedede;
}

    .uygulamayi-indir .nedir {
        float: left;
        color: #999;
        font-size: 11pt;
        line-height: 17px;
        padding: 3px 0;
    }

    .uygulamayi-indir .magaza {
        float: right;
        margin: 0 0 0 10px;
    }

        .uygulamayi-indir .magaza img {
            float: left;
            width: auto;
            height: 40px;
        }

/* Paylaşım Butonları */

.paylas-kapsam {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}

.lnk-paylas {
    background: #ff6600;
    font-size: 11pt;
    line-height: 30px;
    color: #ffffff;
    font-family: Arial;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

    .lnk-paylas.facebook {
        background: #2d609b;
    }

    .lnk-paylas.twitter {
        background: #00c3f3;
    }

    .lnk-paylas.google {
        background: #eb4026;
    }

    .lnk-paylas.whatsapp {
        background: #07bc4c;
    }

    .lnk-paylas.posta {
        background: #333333;
    }

    .lnk-paylas.baglanti {
        background: #f1f1f1;
    }

    .lnk-paylas.yorum-yaz {
        background: #f5792a;
        width: 125px;
    }

    .lnk-paylas .simge {
        background: rgba(0,0,0,0.2);
        padding: 0 8px;
        min-width: 20px;
        text-align: center;
        font-size: 12pt;
        float: left;
        line-height: 34px;
        height: 30px;
        border-radius: 3px;
    }

    .lnk-paylas.yorum-yaz .simge {
        padding: 0 3px;
    }

    .lnk-paylas .nerede {
        float: left;
        padding: 0 10px;
    }

    .lnk-paylas .sayi {
        float: right;
        padding: 0 5px;
        margin: 5px;
        background: rgba(255,255,255,0.25);
        font-size: 9pt;
        line-height: 20px;
        border-radius: 3px;
    }

    .lnk-paylas.baglanti .nerede {
        color: #666666;
    }

    .lnk-paylas input.nerede {
        line-height: 30px;
        height: 30px;
        border: none;
        background: none;
        width: 140px;
        font-size: 11pt;
    }

    .lnk-paylas:hover {
        opacity: 0.9;
    }

    .lnk-paylas:active {
        box-shadow: none;
        color: #f1f1f1;
    }

/* Temel Bilgi */

.temel-bilgi {
    width: 100%;
    font-size: 11pt;
    line-height: 24px;
    margin: 0 0 25px 0;
}

    .temel-bilgi .oge {
        float: left;
        margin: 0 10px 0 0;
        color: #999999;
    }

        .temel-bilgi .oge.kategori {
            font-weight: bold;
            color: #f5792a;
        }

        .temel-bilgi .oge .simge {
            float: left;
            margin: 0 5px 0 0;
            font-size: 13pt;
        }

        .temel-bilgi .oge .veri {
            float: left;
        }

        .temel-bilgi .oge.kategori {
            margin-right: 5px;
        }

            .temel-bilgi .oge.kategori .veri {
                margin: 0 -15px 0 0;
                max-width: 105px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .temel-bilgi .oge.begeni {
            margin: 0 !important;
        }

            .temel-bilgi .oge.begeni a {
                margin: 0 10px 0 0 !important;
            }

                .temel-bilgi .oge.begeni a .simge {
                    background: none;
                }

                .temel-bilgi .oge.begeni a.pasif .simge {
                    color: #999;
                }

    .temel-bilgi .sitene-gom .oge {
        margin: 0;
    }

    .temel-bilgi .google-news {
        display: inline-flex;
        padding: 10px 9px;
        margin-top: -5px;
        border-radius: 3px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
        background-color: #070809;
    }

        .temel-bilgi .google-news img {
            height: 15px;
        }

    .temel-bilgi .imle {
        margin-left: 15px;
    }

    .temel-bilgi .menu-dd-kucuk {
        padding: 0 5px;
    }

        .temel-bilgi .menu-dd-kucuk .simge {
            margin: 2px 0;
        }
    /* Dizin */

    .temel-bilgi .dizin {
        float: left;
        margin: 0 20px 0 0;
        color: #999999;
    }

        .temel-bilgi .dizin .lnk {
            float: left;
            margin: 0 10px 0 0;
        }

        .temel-bilgi .dizin .simge {
            float: left;
            margin: 0 8px 0 0;
            font-size: 9pt;
            text-align: center;
            min-width: 12px;
        }

/* Abone Ol */

/*.abone-ol {
	background:#f5792a; color:#fff; font-weight:bold; font-size:11pt; line-height:14pt; padding:3px 0; position:relative; margin:0 0 0 20px; float:left; }
.abone-ol.pasif {
	background:#f1f1f1; font-weight:normal; color:#999; }*/
.abone-ol {
    background: #f5792a;
    color: #fff;
    font-size: 11pt;
    line-height: 14pt;
    padding: 3px;
    position: relative;
    margin: 0 0 0 20px;
    float: left;
    font-weight: normal;
    border-radius: 3px;
}

    .abone-ol.pasif {
        background: #f1f1f1;
        color: #999;
    }

.one-cikar:not(.pasif) .icon-thumbs-up,
.one-cikar.pasif .icon-thumbs-o-up {
    display: none;
}

.one-cikar .eylem:after {
    content: 'Beğen';
}

.one-cikar.pasif .eylem:after {
    content: 'Vazgeç';
}

/*.abone-ol:before {
	position:absolute; left:-12px; top:50%; width:0; height:0; content:''; margin:-12px 0 0 0; border-top:11px solid transparent; border-right:12px solid #f5792a; border-bottom:12px solid transparent; }
.abone-ol.pasif:before {
	border-right:12px solid #f1f1f1; }*/
.abone-ol .simge {
    float: left;
    margin: 0 5px 0 0;
    background: #d06724;
    color: #fff;
    text-align: center;
    min-width: 20px;
    border-radius: 3px;
    font-weight: bold;
}

.abone-ol.pasif .simge {
    background: #999;
    color: #fff;
    line-height: 16px;
    height: 14pt;
}

.abone-ol .eylem {
    float: left;
    margin: 0 7px 0 0;
}

.abone-ol .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;
}

.abone-ol.pasif .sayi {
    background: #999;
    color: #fff;
}
/*.abone-ol .sayi:before {
	position:absolute; left:-7px; top:50%; width:0; height:0; content:''; margin:-7px 0 0 0; border-top:7px solid transparent; border-right:7px solid #f5792a; border-bottom:7px solid transparent; }
.abone-ol.pasif .sayi:before {
	border-right:8px solid #999; }*/

/* Abone Ol (Bildirim Aboneliği Zili) */

/*.abone-ol {
	background:#f5792a; color:#fff; font-weight:bold; font-size:11pt; line-height:14pt; padding:3px 0; position:relative; margin:0 0 0 20px; float:left; }
.abone-ol.pasif {
	background:#f1f1f1; font-weight:normal; color:#999; }*/
.abone-ol-bildirim {
    font-size: 11pt;
    line-height: 14pt;
    padding: 3px;
    position: relative;
    float: left;
    font-weight: normal;
    border-radius: 3px;
    text-align: center;
    margin: 0 5px;
}

    .abone-ol-bildirim.pasif {
        color: #999;
    }

    .abone-ol-bildirim .simge {
        color: #f5792a;
        text-align: center;
        min-width: 20px;
        margin: 0 5px;
    }

    .abone-ol-bildirim.pasif .simge {
        color: #999;
    }

/* Yatay Tek Resimli Sorgu */

.sorgu-yatay {
    width: calc(100% - 2px);
    border: 1px solid #dedede;
    border-bottom: none;
    position: relative;
}

    .sorgu-yatay .oge {
        width: 100%;
        border-bottom: 1px solid #dedede;
        background: #ffffff;
        font-size: 12pt;
        line-height: 16pt;
        position: relative;
        float: left;
    }

        .sorgu-yatay .oge.aktif {
            background: #f1f1f1;
        }

        .sorgu-yatay .oge.onizlemeli {
            background: #fffaef;
        }

        .sorgu-yatay .oge:hover {
            background: #f9f9f9;
        }

        .sorgu-yatay .oge:active {
            background: #dedede;
        }

        .sorgu-yatay .oge.onizlemeli .onizleme {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 23%;
            border-right: 3px solid #f5792a;
            background-size: cover;
            background-position: center;
        }

        .sorgu-yatay .oge .not {
            width: calc(77% - 60px);
            float: right;
            margin: 20px 30px 0 30px;
            font-size: 14pt;
            line-height: 19pt;
            font-weight: bold;
        }

        .sorgu-yatay .oge .zaman {
            width: calc(23% - 30px);
            float: left;
            text-align: right;
            padding: 10px 0 10px 30px;
            color: #f5792a;
        }

        .sorgu-yatay .oge .baslik {
            width: calc(77% - 60px);
            float: right;
            padding: 10px 30px 10px 0;
            margin: 0 0 0 30px;
            font-weight: bold;
        }

        .sorgu-yatay .oge.onizlemeli .baslik {
            color: #f5792a;
            font-size: 20pt;
            line-height: 23pt;
            font-family: 'Ubuntu', Arial;
        }

        .sorgu-yatay .oge .baslik .goruntulenen {
            float: right;
            font-size: 9pt;
            font-weight: normal;
            margin: 0 -15px 0 0;
            color: #999999;
        }

        .sorgu-yatay .oge .aciklama {
            width: calc(77% - 60px);
            float: right;
            margin: 0 30px 20px 30px;
        }

    .sorgu-yatay .daha {
        position: absolute;
        right: -1px; /*background:#fff; border:1px solid #dedede;*/
        line-height: 20px;
        padding: 5px 10px;
        font-size: 11pt;
        line-height: 20px;
        color: #f5792a;
    }

        .sorgu-yatay .daha.yukari {
            top: -40px;
        }

        .sorgu-yatay .daha.asagi {
            bottom: -40px;
        }

        .sorgu-yatay .daha .not {
            float: left;
        }

        .sorgu-yatay .daha .simge {
            font-size: 14pt;
            margin: 0 0 0 5px;
            float: right;
        }

/* Uygulama Modülü */

.uygulama {
    width: calc(100% - 156px);
    padding: 10px 10px 10px 146px;
    position: relative;
    margin: 0 0 25px 0;
    font-family: Arial;
    float: left;
    background: #dedede;
    height: 106px;
    border-radius: 63px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .uygulama.ios {
        background: #333;
    }

    .uygulama.android {
        background: #77c159;
    }

    .uygulama.windows {
        background: #0cb3ee;
    }

    .uygulama .simge-tema {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        filter: blur(30px);
        -webkit-filter: blur(30px);
        opacity: 0.3;
        z-index: 3;
    }

    .uygulama .simge {
        width: 120px;
        height: 120px;
        border-radius: 60px;
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
        overflow: hidden;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 4;
    }

        .uygulama .simge img {
            width: 120px;
            height: 120px;
        }

    .uygulama .platform {
        width: 64px;
        height: 64px;
        position: absolute;
        top: 50%;
        right: 0;
        margin: -32px 20px 0 0;
        z-index: 2;
    }

    .uygulama .ayrinti {
        position: relative;
        z-index: 3;
        color: #fff;
        font-size: 11pt;
        line-height: 16pt;
    }

        .uygulama .ayrinti .ad {
            /*max-width:calc(100% - 130px);*/ max-width: 450px;
            float: left;
            padding: 0 30px 0 0;
            font-size: 20pt;
            line-height: 24pt;
            height: 24pt;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-weight: bold;
            margin: 5px 0;
            position: relative;
            font-family: 'Ubuntu', Arial;
        }

            .uygulama .ayrinti .ad span[class*=icon] {
                position: absolute;
                bottom: 5px;
                right: 0;
                font-size: 13pt;
                line-height: 13pt;
            }

        .uygulama .ayrinti .altbilgi {
            width: 100%;
            padding: 0 0 5px 0;
            margin: 0 0 5px 0;
            position: relative;
        }

            .uygulama .ayrinti .altbilgi:before {
                content: '';
                background-image: linear-gradient(to right,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 75%);
                width: 100%;
                height: 1px;
                display: inline-block;
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 5;
            }

            .uygulama .ayrinti .altbilgi .derece {
                float: left;
                margin: 2px 10px 0 0;
                width: 78px;
                height: 15px;
                background: url(../img/uygulama-yildiz.png) left top no-repeat;
            }

                .uygulama .ayrinti .altbilgi .derece .dolu {
                    width: auto;
                    height: 15px;
                    background: url(../img/uygulama-yildiz-dolu.png) left top no-repeat;
                }

            .uygulama .ayrinti .altbilgi .gelistirici {
                float: left;
                max-width: 320px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

        .uygulama .ayrinti .diger {
            width: 100%;
        }

            .uygulama .ayrinti .diger .tek {
                float: left;
                margin: 0 20px 0 0;
                font-weight: bold;
            }

/* Resim (Açıklamalı) */

.resim {
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
    font-family: Arial;
    float: left;
}

    .resim .dosya {
        width: 100%;
        float: left;
    }

    .resim.dikey .dosya {
        text-align: center;
    }

    .resim .dosya a {
        width: 100%;
        float: left;
    }

    .resim .dosya img {
        width: 100%;
        float: left;
    }

    .resim.dikey .dosya img {
        width: auto;
        max-height: 500px;
        float: none;
        vertical-align: middle;
    }

    .resim .aciklama {
        width: 100%;
        border-bottom: 1px solid #dedede;
        padding: 5px 0; /*margin:5px 0 0 0;*/
        font-size: 11pt;
        line-height: 15pt;
        text-align: left;
    }

        .resim .aciklama.tamboysuz {
            width: calc(100% - 20px);
            border-bottom: none;
            padding: 5px 10px;
            position: absolute;
            bottom: 0;
            left: 0;
            color: #fff;
            text-shadow: 0 0 3px rgba(0,0,0,0.5);
            line-height: 20pt;
        }

        .resim .aciklama span {
            float: left;
        }

        .resim .aciklama .buyut {
            margin: 0 10px 0 0;
        }

            .resim .aciklama .buyut .simge {
                margin: 1px 5px 0 0;
                float: left;
            }

        .resim .aciklama .resmipaylas {
            margin: 0 10px 0 0;
        }

            .resim .aciklama .resmipaylas .simge {
                margin: 2px 0 0 0;
                float: left;
                color: #333;
            }

        .resim .aciklama.tamboysuz .resmipaylas .simge {
            color: #fff;
            font-size: 20px;
        }

        .resim .aciklama .not {
            color: #333333;
        }

        .resim .aciklama .ayrinti {
            color: #999999;
        }

/* Resim (Foto Galeri Açma) */

.galeri-ac {
    background: #fff;
    font-size: 12pt;
    line-height: 22pt;
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 10px;
}

    .galeri-ac .simge {
        float: left;
        margin: 1px 10px 0 5px;
        font-size: 14pt;
    }

    .galeri-ac .on-bilgi {
        float: left;
    }

    .galeri-ac .eylem {
        background: #f5792a;
        margin: 0 0 0 10px;
        color: #fff;
        font-size: 11pt;
        padding: 0 10px;
        float: right;
        border-radius: 3px;
    }

/* Foto Galeri */

/*.foto-galeri {
	width:calc(100% - 60px); min-height:300px; position:relative; padding:30px; background:#222; font-family:Arial; text-align:left; }
.foto-galeri .dosya {
	width:calc(100% - 390px); position:absolute; top:30px; left:30px; bottom:30px; text-align:center; float:left; background-color:#242424; background-size:contain; background-position:center; background-repeat:no-repeat; }
.foto-galeri .dosya img {
	max-width:100%; max-height:100%; }
.foto-galeri .bilgiler {
	width:300px; float:right; color:#fff; position:absolute; top:30px; right:30px; bottom:30px; }
.foto-galeri .bilgiler .eylemler {
	width:100%; }
.foto-galeri .bilgiler .eylemler .ok {
	float:left; background:#111; width:50px; height:50px; line-height:50px; text-align:center; color:#fff; font-size:24pt; }
.foto-galeri .bilgiler .eylemler .ok.alt {
	background:#333; color:#222; }
.foto-galeri .bilgiler .eylemler .ok .simge {
	margin:3px 0 0 0; }
.foto-galeri .bilgiler .eylemler .sayi {
	float:left; height:30px; line-height:30px; color:#666; margin:10px; font-size:14pt; }
.foto-galeri .bilgiler .eylemler .sayi .yaz-git {
	border:none; background:#333; color:#fff; width:30px; height:30px; line-height:30px; text-align:center; font-size:14pt; padding:0; }
.foto-galeri .bilgiler .eylemler .sayi .yaz-git:focus {
	background:#666; }
.foto-galeri .bilgiler .eylemler .kapat {
	float:right; background:#111; width:50px; height:50px; line-height:50px; text-align:center; color:#fff; font-size:22pt; position:inherit; }
.foto-galeri .bilgiler .eylemler .kapat .simge {
	margin:1px 0 0 0; }
.foto-galeri .bilgiler .kisayollar {
	width:100%; color:#666; font-style:italic; font-size:9pt; line-height:12pt; padding:10px 0 0 0; margin:10px 0 0 0; border-top:1px solid #333; }
.foto-galeri .bilgiler .kisayollar span {
	color:#fff; }
.foto-galeri .bilgiler .ozet {
	width:100%; position:absolute; bottom:0; right:0; font-family:Georgia; font-size:14pt; line-height:19pt; }*/

/* Alıntı */

blockquote.alinti {
    width: calc(100% - 52px);
    padding: 15px 20px;
    font-size: 11pt;
    line-height: 15pt;
    background: #f1f1f1;
    border: 1px solid #dedede;
    border-left: 11px solid #dedede;
    color: #333;
    position: relative;
    float: left;
    margin: 0 0 30px 0;
    font-family: Arial;
}

    blockquote.alinti:before {
        position: absolute;
        top: -7px;
        left: -38px;
        width: 30px;
        content: '“';
        font-family: Georgia;
        font-size: 50pt;
        line-height: 50pt;
        color: #ccc;
    }

    blockquote.alinti .bilgi {
        width: 100%;
        line-height: 15pt;
    }

        blockquote.alinti .bilgi .sahip {
            float: left;
            font-weight: bold;
            color: #333;
            font-size: 13pt;
        }

        blockquote.alinti .bilgi .diger {
            float: right;
            color: #999;
            font-style: italic;
            font-size: 9pt;
        }


/* Gundem Yap */

.gundem-yap {
    width: 55px;
    height: 55px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3);
    background-color: #f5792a;
    color: #fff;
    position: absolute !important;
    right: 25px;
    top: 0;
    border-radius: 100%;
    text-align: center;
    padding: 5px;
}

    .gundem-yap.pasif {
        background-color: #f1f1f1;
        color: #333;
    }

    .gundem-yap.fixed {
        position: sticky !important;
        top: 50px;
        float: right;
        margin-right: 25px;
        margin-bottom: 20px;
    }

    .gundem-yap span.icon-stars {
        width: 100%;
    }

        .gundem-yap span.icon-stars:before {
            font-family: "icomoon";
            content: "\e930";
            font-size: 40px;
        }

    .gundem-yap.pasif span.icon-stars:before {
        content: "\e931";
    }

    .gundem-yap span.vote {
        font-size: 12px;
    }

    .gundem-yap .eylem {
        display: none;
    }

    .gundem-yap.pasif .eylem {
        display: block;
        font-size: 11px;
        padding-top: 3px;
    }

    .gundem-yap.aktif {
        background-color: #f47a2c;
        color: #fff;
    }

.gundem-buton {
    background: #f5792a;
    color: #fff;
    font-size: 11pt;
    line-height: 14pt;
    padding: 3px;
    position: relative;
    margin: 0 10px 0 20px;
    float: left;
    font-weight: normal;
    border-radius: 3px;
}

    .gundem-buton.video.pasif {
        background: #f1f1f133 !important;
    }

    .gundem-buton.sag {
        float: unset;
        margin: 0 10px 0 0;
    }

    .gundem-buton.pasif {
        background: #f1f1f1;
        color: #999;
    }

    .gundem-buton .sayi {
        color: #fff;
        margin: 3px 2px 0 3px;
        padding: 0 3px;
        position: relative;
        font-size: 11pt;
        line-height: 11pt;
        float: right;
        border-radius: 3px;
    }

        .gundem-buton .sayi.oy-yok:before {
            content: "Oy Ver";
            display: block;
            font-size: 11px;
            line-height: 12px;
        }

    .gundem-buton.pasif .sayi.oy-yok:before {
        content: "1";
    }

    .gundem-buton.pasif.pasif .sayi {
        color: #ccc;
    }

    .gundem-buton .eylem {
        font-size: 12px;
    }

        .gundem-buton .eylem:before {
            content: "Oy Verdiniz";
        }

    .gundem-buton span[class^="icon-"] {
        color: #fff;
        height: 15px;
        width: 15px;
    }

    .gundem-buton.pasif span[class^="icon-"] {
        margin: 4px 0 0 0;
        color: #ccc;
    }

    .gundem-buton.pasif .eylem:before {
        content: "Gündem Yap";
    }

    .gundem-buton .icon-stars {
        width: 12.7px;
        float: left;
        margin: 3px 0;
        text-align: center;
    }

    .gundem-buton.pasif .icon-stars {
        font-size: 12.5px;
        margin: 2.5px 0;
    }

        .gundem-buton.pasif .icon-stars:before {
            font-family: "icomoon";
            content: "\e931";
        }

.gecemodu .gundem-buton.pasif {
    background: rgba(0, 0, 0, 0.5);
}

.medya.karsitlik .gundem-buton.pasif {
    background-color: #f1f1f133;
}

.medya-blog .gundem-buton.pasif, .medya-makale .gundem-buton.pasif {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.icon-stars:before {
    font-family: "icomoon";
    content: "\e930";
}

/* Yan Alıntı */

.alinti-yan {
    width: 100%;
    font-size: 17pt;
    line-height: 22pt;
    color: #f5792a;
    position: relative;
    font-family: Georgia;
    font-style: italic;
    margin: 0 0 40px 0;
}

    .alinti-yan:after {
        position: absolute;
        bottom: -7px;
        left: 0;
        width: 60%;
        height: 1px;
        content: '';
        background: #f5792a;
    }

    .alinti-yan .tweetle {
        margin: 0 0 0 5px;
    }

        .alinti-yan .tweetle span {
            color: #333;
        }

    .alinti-yan.sagdan-tassin {
        position: absolute;
        width: 140px;
        right: 40px;
        top: 10%;
    }

.alinti-yorum.sagdan-tassin {
    position: absolute;
    width: 140px;
    right: 40px;
    top: 20%;
}

.kolon-kutu.sagdan-tassin {
    position: absolute;
    width: 200px;
    right: 40px;
    top: 40%;
}
/* Yan Önerilen İçerik */

.onerilen-icerik-yan {
    position: absolute;
    top: 5%;
    left: 5px;
    padding: 5px 5px 10px 5px;
    background: #f1f1f1;
    font-family: Arial;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 5px;
    width: 140px;
}

    .onerilen-icerik-yan:hover {
        background: #f5f5f5;
    }

    .onerilen-icerik-yan .nedir {
        background: #f5792a;
        color: #fff;
        padding: 0 6px;
        line-height: 24px;
        height: 24px;
        font-size: 10pt;
        float: left;
        border-radius: 3px;
    }

    .onerilen-icerik-yan .avatar {
        width: 24px;
        height: 24px;
        float: right;
    }

        .onerilen-icerik-yan .avatar img {
            width: 24px;
            height: 24px;
            border-radius: 15px;
        }

    .onerilen-icerik-yan .simge {
        width: 100%;
        font-size: 40px;
        color: #333;
        margin: 15px 0;
        text-shadow: 3px 3px 0 #f5792a;
    }

    .onerilen-icerik-yan .baslik {
        width: 100%;
        font-size: 13pt;
        line-height: 15pt;
        font-family: Georgia;
        color: #f5792a;
        margin: 0 0 10px 0;
    }

    .onerilen-icerik-yan .buton {
        display: block;
        margin: 0 auto;
        font-size: 7pt;
        height: 20px;
        line-height: 22px;
        width: 20px;
        text-align: center;
        color: #fff;
        background: #f5792a;
        border-radius: 10px;
    }

/* Yorum Alıntı */

.alinti-yorum {
    width: 160px !important;
    padding: 20px 20px;
    font-size: 12pt;
    line-height: 16pt;
    background: #f1f1f1;
    border: 1px solid #dedede;
    color: #333;
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
    border-radius: 5px;
}

    .alinti-yorum:before {
        position: absolute;
        bottom: -15px;
        left: 30px;
        width: 0;
        height: 0;
        content: '';
        margin: 0 0 0 -15px;
        border-top: 15px solid #dedede;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }

    .alinti-yorum .nedir {
        width: 100%;
        color: #f5792a;
        font-weight: bold;
        font-size: 15pt;
        line-height: 20pt;
        margin: -5px 0 10px 0;
    }

    .alinti-yorum .yazilan {
        width: 100%; /*margin:20px 0 0 0;*/
        position: relative;
    }

        .alinti-yorum .yazilan img {
            width: 100%;
            margin: 5px 0 5px 0;
        }

        .alinti-yorum .yazilan:before {
            position: absolute;
            bottom: -4px;
            right: -3px;
            width: 30px;
            height: 30px;
            content: '”';
            font-family: Arial;
            font-size: 60pt;
            line-height: 60pt;
            color: #f5792a;
        }

    .alinti-yorum .yazan {
        width: calc(100% - 70px);
        padding: 5px 20px 5px 50px;
        float: left;
        font-weight: bold;
        color: #333;
        font-size: 11pt;
        line-height: 15pt;
        position: absolute;
        bottom: -30px;
        left: 0;
    }

/* Üyenin Öne Çıkan Yorumu (Bana Özel Sağ Sütun için) */

.one-cikan-yorum {
    width: calc(100% - 40px);
    padding: 20px 20px;
    font-size: 11pt;
    line-height: 16pt;
    background: #ffffff;
    border: 1px solid #dedede;
    color: #333;
    position: relative;
    margin: 0 0 30px 0;
}

    .one-cikan-yorum .nedir {
        width: 100%;
        color: #f5792a;
        font-weight: bold;
        font-size: 15pt;
        line-height: 16pt;
        margin: -5px 0 20px 0;
    }

    .one-cikan-yorum .yazilan {
        width: calc(100% - 30px);
        margin: 0 0 0 30px;
        position: relative;
    }

        .one-cikan-yorum .yazilan:before {
            position: absolute;
            top: -3px;
            left: -32px;
            width: 30px;
            content: '“';
            font-family: Arial;
            font-size: 60pt;
            line-height: 60pt;
            color: #f5792a;
        }

/* İstatistik */

.istatistik {
    width: calc(100% - 40px);
    padding: 20px 20px;
    font-size: 10pt;
    line-height: 13pt;
    background: #f1f1f1;
    color: #333;
    position: relative;
    margin: 0 0 40px 0; /*text-transform:uppercase;*/
}

    .istatistik .istenen {
        width: 100%;
        color: #f5792a;
        font-size: 9pt;
    }

    .istatistik .veri {
        width: 100%;
    }

    .istatistik a {
        color: #000;
    }

        .istatistik a:hover {
            color: #f5792a;
        }

    .istatistik .icerik-etiketleri {
        position: relative;
    }

        .istatistik .icerik-etiketleri .acici {
            cursor: pointer;
            color: #000;
        }

            .istatistik .icerik-etiketleri .acici:hover {
                color: #f5792a;
            }

        .istatistik .icerik-etiketleri .acilan {
            position: absolute;
            z-index: 15;
            top: calc(100% + 10px);
            right: 0;
            width: 200px;
            background: #f1f1f1;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
            line-height: 20px;
            padding: 5px 0;
            display: none;
        }

        .istatistik .icerik-etiketleri.acilsin .acilan {
            display: inline-block;
        }

        .istatistik .icerik-etiketleri .acilan:before {
            content: '';
            position: absolute;
            top: -20px;
            right: 10px;
            width: 0;
            height: 0;
            border-width: 10px;
            border-style: solid;
            border-color: transparent transparent #f1f1f1 transparent;
        }

        .istatistik .icerik-etiketleri .acilan a {
            width: calc(100% - 20px);
            padding: 5px 10px;
            color: #333 !important;
        }

            .istatistik .icerik-etiketleri .acilan a:hover {
                background: #fff;
            }

            .istatistik .icerik-etiketleri .acilan a [class*=icon-] {
                line-height: 20px;
                width: 20px;
                text-align: center;
                margin: 0 5px 0 0;
                float: left;
            }

/* Abonelik */

.abonelik {
    width: calc(100% - 40px);
    padding: 20px;
    font-size: 12pt;
    line-height: 16pt;
    color: #ffffff;
    background: #f5792a;
    margin: 0 0 30px 0;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}

    .abonelik .aciklama {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .abonelik .form {
        width: 100%;
    }

        .abonelik .form .eposta {
            width: calc(100% - 110px);
            padding: 5px 10px;
            line-height: 24px;
            height: 24px;
            background: #ffffff;
            border: none;
            font-size: 11pt;
            float: left;
        }

        .abonelik .form .aksiyon {
            width: 80px;
            background: #d06724;
            color: #ffffff;
            border: none;
            height: 34px;
            line-height: 34px;
            padding: 0 10px;
            font-size: 11pt;
            cursor: pointer;
            float: right;
        }

    .abonelik .sonuc {
        width: 100%;
        margin: 10px 0 0 0;
        font-weight: bold;
    }

/* Ara Modül Başlıkları */

.modul-hakkinda {
    width: calc(100% - 40px);
    padding: 20px 20px 20px 20px;
    text-align: center;
    background: #f5792a;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .modul-hakkinda .konu {
        width: 100%;
        color: #fff;
        font-weight: bold;
        font-size: 15pt;
        line-height: 20pt;
    }

        .modul-hakkinda .konu .simge {
            width: 100%;
            font-size: 40px;
            line-height: 40px;
        }

        .modul-hakkinda .konu .simge-resim {
            width: 100%;
        }

            .modul-hakkinda .konu .simge-resim img {
                width: 60px;
                height: 60px;
                padding: 2px;
                background: #fff;
                border-radius: 12px;
            }

        .modul-hakkinda .konu .btn {
            float: right;
            border: 1px solid #fff;
            margin: 2px 0 0 0;
        }

    .modul-hakkinda .alt {
        width: 100%;
        color: #f1f1f1;
    }

        .modul-hakkinda .alt a {
            color: #fff;
            font-weight: bold;
        }

    .modul-hakkinda .alt-secimli {
        width: 100%;
        color: #f1f1f1;
    }

        .modul-hakkinda .alt-secimli .aciklamali-dugme {
            margin: 5px 0 0 0;
            text-align: left;
        }

            .modul-hakkinda .alt-secimli .aciklamali-dugme .not {
                line-height: 22px;
                float: left;
                margin: 0 10px 0 0;
            }

/* Konu Listesi */

.konu-liste {
    /*width:calc(100% - 2px);*/ width: 100%;
    font-size: 12pt;
    line-height: 16pt;
    background: #fff; /*border:1px solid #dedede;*/
    color: #333;
    position: relative;
    margin: 0 0 30px 0;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
}

    .konu-liste .liste {
        width: 100%;
        float: left;
    }

        .konu-liste .liste span {
        }

            .konu-liste .liste span:after {
                display: none;
            }

            .konu-liste .liste span a {
                width: calc(100% - 40px);
                padding: 20px;
                border-bottom: 1px solid #f1f1f1;
            }

                .konu-liste .liste span a:hover {
                    box-shadow: 0 0 20px #ccc;
                }

                .konu-liste .liste span a:active {
                    box-shadow: 0 0 2px #dedede;
                }

.video-liste {
    width: calc(100% - 9px);
    padding: 5px 5px 0 5px;
    column-gap: 0em;
    column-count: 2;
    text-align: center;
}

    .video-liste .sessiz-video {
        position: relative;
        overflow: hidden;
        width: 155px;
        margin: 5px;
        margin-bottom: 10px;
        border-radius: 3px;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

        .video-liste .sessiz-video .onizleme {
            position: relative;
            display: block;
            line-height: 0px;
        }

            .video-liste .sessiz-video .onizleme img {
                width: 100%;
                height: 155px;
            }

            .video-liste .sessiz-video .onizleme .play-icon {
                position: absolute;
                top: calc(50% - 20px);
                left: calc(50% - 20px);
                border-radius: 100%;
                background-color: rgba(0, 0, 0, 0.7);
                color: #fff;
                height: 40px;
                width: 40px;
                display: inline-flex;
                align-items: center;
                font-size: 30px;
            }

                .video-liste .sessiz-video .onizleme .play-icon span {
                    margin: 0 auto;
                    width: 25px
                }

        .video-liste .sessiz-video a.baslik {
            font-size: 15px;
            padding: 10px;
            text-align: left;
            line-height: 17px;
        }

@media screen and (max-width: 1380px) {
    .video-liste .sessiz-video {
        width: 105px;
    }

        .video-liste .sessiz-video .onizleme img {
            height: 105px;
        }
}
/* Zaman Çizelgesi */

.zaman-cizelgesi {
    width: calc(100% - 40px);
    padding: 20px 0 0 0;
    margin: 0 20px 0 20px;
    position: relative;
    font-size: 11pt;
    line-height: 15pt;
    height: 400px;
    overflow: hidden;
}

    .zaman-cizelgesi.acik {
        height: auto;
    }

    .zaman-cizelgesi:after {
        content: '';
        width: 4px;
        height: 100%;
        background: #f5792a;
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        z-index: 1;
    }

    .zaman-cizelgesi .tek {
        width: 50%;
        margin: -110px 50% 10px 0;
        text-align: left;
        min-height: 170px;
        position: relative;
    }

        .zaman-cizelgesi .tek.sagda {
            margin: -90px 0 10px 50%;
            text-align: right;
        }

        .zaman-cizelgesi .tek.ilk {
            margin-top: 0;
        }

        .zaman-cizelgesi .tek.resimsiz {
            min-height: 110px;
            margin-top: -50px;
        }

        .zaman-cizelgesi .tek .nokta {
            width: 10px;
            height: 10px;
            position: absolute;
            top: 3px;
            right: -9px;
            border: 4px solid #f5792a;
            border-radius: 14px;
            z-index: 2;
            background: #fff;
        }

        .zaman-cizelgesi .tek:hover > .nokta {
            background: #000;
            border-color: #fff;
        }

        .zaman-cizelgesi .tek.sagda .nokta {
            right: inherit;
            left: -9px;
        }

        .zaman-cizelgesi .tek .yil {
            width: 100%;
            margin: 0 0 5px 0;
            font-weight: bold;
            color: #f5792a;
        }

        .zaman-cizelgesi .tek:hover .yil {
            color: #111;
        }

        .zaman-cizelgesi .tek .yil:after {
            width: calc(100% - 40px);
            height: 1px;
            background: #ccc;
            position: absolute;
            top: 11px;
            left: 40px;
            content: '';
        }

        .zaman-cizelgesi .tek:hover .yil:after {
            background: #f5792a;
        }

        .zaman-cizelgesi .tek.sagda .yil:after {
            left: inherit;
            right: 40px;
        }

        .zaman-cizelgesi .tek .onizleme {
            width: calc(100% - 22px);
            height: 72px;
            border: 1px solid #f1f1f1;
            background-size: cover;
            background-position: center;
        }

        .zaman-cizelgesi .tek .baslik {
            width: calc(100% - 20px);
            color: #333;
            padding: 5px 0;
            max-height: 58pt;
            overflow: hidden;
        }

    .zaman-cizelgesi .uzat {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        z-index: 3;
        text-align: center;
        padding: 40px 0 10px 0;
        cursor: pointer;
        background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
        font-size: 9pt;
        line-height: 20px;
    }

        .zaman-cizelgesi .uzat:hover {
            text-decoration: underline;
        }

/* Kripto Paralar */

.kripto-paralar {
    width: 100%;
    height: 110px;
    overflow: hidden;
    padding: 0 0 35px 0;
}

    .kripto-paralar.acik {
        height: auto;
    }

    .kripto-paralar .modul-bilgisi {
        width: calc(100% - 10px);
        padding: 0 5px;
        background: #f5792a;
        color: #fff;
        font-weight: bold;
        font-size: 14pt;
        line-height: 20pt;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .kripto-paralar .modul-bilgisi a {
            color: #fff;
            font-size: 11pt;
            float: right;
            font-weight: normal;
        }

            .kripto-paralar .modul-bilgisi a img {
                float: left;
                height: 14px;
                margin: 6px 5px 0 0;
            }

    .kripto-paralar .tek {
        width: 100%;
        float: left;
        border-bottom: 1px solid #dedede;
        font-size: 10pt;
        line-height: 20pt;
    }

        .kripto-paralar .tek:hover {
            background: #f1f1f1;
        }

        .kripto-paralar .tek span {
            float: left;
            padding: 0 5px;
        }

        .kripto-paralar .tek .ad {
            width: calc(25% - 10px);
            font-weight: bold;
            font-size: 12pt;
        }

            .kripto-paralar .tek .ad img {
                float: left;
                margin: 2px 4px 0 0;
                width: 20px;
                height: 20px;
            }

        .kripto-paralar .tek .fiyat {
            width: calc(20% - 10px);
            text-align: right;
        }

        .kripto-paralar .tek .degisim {
            width: calc(20% - 10px);
            text-align: right;
        }

            .kripto-paralar .tek .degisim.negatif {
                color: red;
            }

            .kripto-paralar .tek .degisim.pozitif {
                color: green;
            }

        .kripto-paralar .tek .hacim {
            width: calc(35% - 10px);
            text-align: right;
            color: #999;
        }

    .kripto-paralar div.tek {
        background: #f1f1f1;
        line-height: 16pt;
    }

        .kripto-paralar div.tek span {
            color: #999 !important;
            font-size: 9pt !important;
            font-weight: normal !important;
        }

    .kripto-paralar .alt-baglanti {
        width: calc(100% - 10px);
        float: left;
        border-bottom: 1px solid #dedede;
        font-size: 10pt;
        line-height: 16pt;
        padding: 0 5px;
        background: #f1f1f1;
    }

        .kripto-paralar .alt-baglanti a {
            float: right;
        }

    .kripto-paralar .uzat {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 3;
        text-align: center;
        padding: 20px 0 5px 0;
        cursor: pointer;
        background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%);
        font-size: 9pt;
        line-height: 20px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

        .kripto-paralar .uzat:hover {
            text-decoration: underline;
        }


/* Kripto Paralar Detay Sayfası */

.crypto-panel {
    position: relative;
    display: block;
    height: 100px;
    box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border: 1px solid #dedede;
    background-color: #ffffff;
    overflow: hidden;
}

    .crypto-panel .crypto-item {
        display: inline-block !important;
        vertical-align: top;
        padding: 10px 35px 20px 15px;
        border-right: 1px solid #ccc;
    }

        .crypto-panel .crypto-item:nth-child(4) {
            border-right: none;
        }

        .crypto-panel .crypto-item:last-child {
            border-right: none;
        }

        .crypto-panel .crypto-item.link {
            padding: 0;
            position: absolute;
            right: 0;
        }

        .crypto-panel .crypto-item .item-title {
            display: block;
            color: #999999;
            font-size: 17px;
            letter-spacing: -0.41px;
            font-family: Arial;
        }

        .crypto-panel .crypto-item b {
            display: block;
            font-weight: 700;
            letter-spacing: -0.63px;
            font-size: 26px;
            padding: 5px 0 7px 0;
            max-width: 150px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .crypto-panel .crypto-item .item-price {
            letter-spacing: -0.41px;
            font-size: 17px;
        }

            .crypto-panel .crypto-item .item-price.up {
                color: #21a621;
            }

                .crypto-panel .crypto-item .item-price.up:after {
                    position: relative;
                    bottom: 2px;
                    content: url('../img/icon-crypto-up.png');
                }

            .crypto-panel .crypto-item .item-price.down:after {
                position: relative;
                bottom: 2px;
                content: url('../img/icon-crypto-down.png');
            }

            .crypto-panel .crypto-item .item-price.down {
                color: #ff0000;
            }

        .crypto-panel .crypto-item b img {
            vertical-align: bottom;
            display: inline-block;
            height: 25px;
            width: 25px;
        }


/* Instagram Feed */

.instagram-feed {
    margin: 0 !important;
    position: relative;
    display: flex !important;
    overflow: hidden;
    height: 370px;
    width: 100%;
    background: #fff;
    border: solid 1px #dedede;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

    .instagram-feed .feed-media {
        position: relative;
        width: 370px;
        float: left;
        margin-bottom: 0 !important;
    }

        .instagram-feed .feed-media video {
            width: 100%;
            height: 100%;
        }

        .instagram-feed .feed-media a {
            position: absolute;
            right: 10px;
            top: 10px;
            border-radius: 5px;
            background-color: rgba(0, 0, 0, 0.25);
            padding: 0 13px;
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            opacity: 1;
        }

            .instagram-feed .feed-media a:hover {
                color: black;
                background-color: white;
            }

            .instagram-feed .feed-media a.passive {
                opacity: 0;
                -webkit-transition: opacity 1s ease-in-out;
                -moz-transition: opacity 1s ease-in-out;
                -ms-transition: opacity 1s ease-in-out;
                -o-transition: opacity 1s ease-in-out;
                transition: opacity 1s ease-in-out;
            }

        .instagram-feed .feed-media:hover a.passive {
            opacity: 1;
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
        }


    .instagram-feed .feed-right {
        width: 350px;
        float: left;
        position: relative;
        margin: 0 !important;
    }

        .instagram-feed .feed-right .feed-content {
            padding: 15px 15px 15px 20px;
            border-bottom: 1px solid #dedede;
            margin-bottom: 0 !important;
            height: 110px;
        }

            .instagram-feed .feed-right .feed-content .owner-picture {
                display: inline-flex;
                width: 40px;
                height: 40px;
                border: double 0.1em transparent;
                border-radius: 100%;
                vertical-align: top;
                margin-top: 2px;
            }

                .instagram-feed .feed-right .feed-content .owner-picture img {
                    width: 40px;
                    height: 40px;
                    border-radius: 100%;
                    margin: 0 auto;
                }

            .instagram-feed .feed-right .feed-content .owner-info {
                display: inline-block;
                width: calc(100% - 70px);
                margin-bottom: 0;
                padding-left: 7px;
            }

                .instagram-feed .feed-right .feed-content .owner-info a.owner {
                    display: block;
                    font-size: 17px;
                    font-weight: 600;
                }

                .instagram-feed .feed-right .feed-content .owner-info span.info {
                    font-size: 12px;
                    color: #999999;
                    vertical-align: text-bottom;
                }

                .instagram-feed .feed-right .feed-content .owner-info a.follow {
                    color: #0095f6;
                    font-size: 12px;
                    font-weight: bold;
                    vertical-align: text-bottom;
                }

                    .instagram-feed .feed-right .feed-content .owner-info a.follow:before {
                        content: "";
                        background-color: #ccc;
                        height: 3px;
                        width: 3px;
                        display: inline-block;
                        border-radius: 100%;
                        vertical-align: middle;
                        margin: 0 5px;
                    }

                .instagram-feed .feed-right .feed-content .owner-info p.content {
                    color: #333;
                    font-size: 14px;
                    margin-bottom: 0;
                    padding: 0;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    line-height: 1.3em;
                }

            .instagram-feed .feed-right .feed-content:hover {
                height: auto;
            }

                .instagram-feed .feed-right .feed-content:hover .owner-info p.content {
                    display: block;
                }

        .instagram-feed .feed-right .feed-comments {
            overflow: scroll;
            overflow-x: hidden;
            padding-top: 10px;
            margin: 0 4px 0 0 !important;
            height: 182px;
        }

            .instagram-feed .feed-right .feed-comments::-webkit-scrollbar {
                width: 5px;
            }

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #aaa;
    }


.instagram-feed .feed-right .feed-comments .feed-comment {
    position: relative;
    padding: 0 20px 0 25px;
    margin-bottom: 10px;
}

    .instagram-feed .feed-right .feed-comments .feed-comment:last-child {
        margin-bottom: 0 !important;
    }

    .instagram-feed .feed-right .feed-comments .feed-comment .profile {
        display: inline-block;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        background-color: #dedede;
        vertical-align: top;
        margin-top: 5px;
    }

    .instagram-feed .feed-right .feed-comments .feed-comment .avatarsiz {
        text-align: center;
        line-height: 32px;
        font-weight: normal;
    }

    .instagram-feed .feed-right .feed-comments .feed-comment .profile img {
        height: 100%;
        border-radius: 100%;
    }

    .instagram-feed .feed-right .feed-comments .feed-comment span.date {
        position: absolute;
        top: 0;
        right: 20px;
        color: #999;
        font-size: 12px;
    }

    .instagram-feed .feed-right .feed-comments .feed-comment .content {
        display: inline-block;
        width: calc(100% - 50px);
        margin-bottom: 0;
        padding: 0;
        margin-left: 10px;
    }

        .instagram-feed .feed-right .feed-comments .feed-comment .content a.user {
            vertical-align: top;
            color: #333;
            font-size: 14px;
            font-weight: 600;
            display: block;
        }

        .instagram-feed .feed-right .feed-comments .feed-comment .content p {
            color: #333;
            font-size: 14px;
            margin-bottom: 0;
            line-height: 18px;
        }

.instagram-feed .feed-right .feed-new-comment {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin-bottom: 0 !important;
}

    .instagram-feed .feed-right .feed-new-comment input[type="text"] {
        width: calc(100% - 97px);
        border-bottom-right-radius: 5px;
        box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
        border: none;
        border-top: solid 1px #dedede;
        padding: 10px 80px 10px 20px;
        font-size: 14px;
    }

    .instagram-feed .feed-right .feed-new-comment .submit-comment {
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        color: #ef7828;
        font-size: 14px;
        align-items: center;
        padding: 0 20px;
        display: inline-flex;
    }

.gecemodu .instagram-feed {
    background: #333;
    border-color: #222;
}

    .gecemodu .instagram-feed .feed-right .feed-content .owner-info p.content,
    .gecemodu .instagram-feed .feed-right .feed-comments .feed-comment .content a.user {
        color: white;
    }

    .gecemodu .instagram-feed .feed-right .feed-comments .feed-comment .content p {
        color: #ccc
    }

    .gecemodu .instagram-feed .feed-right .feed-content {
        border-color: #222;
    }

    .gecemodu .instagram-feed .feed-right .feed-new-comment input[type="text"] {
        background: #333;
        border-color: #222;
        color: white;
    }

/* Editör (Yan) */

.editor-yan {
    width: 100%;
    font-size: 12pt;
    line-height: 16pt;
    color: #333;
    position: relative;
    text-align: center;
}

    .editor-yan .avatar {
        width: 100%;
        height: 100px;
        float: left;
        margin: 0 0 5px 0;
        background: #f1f1f1;
    }

        .editor-yan .avatar img {
            width: 100px;
            height: 100px;
            border-radius: 3px;
            box-shadow: 0 2px 3px rgba(0,0,0,0.2);
        }

    .editor-yan .isim {
        width: 100%;
        font-weight: bold;
        font-size: 11pt;
        line-height: 15pt;
        margin: 0 0 5px 0;
        float: left;
    }

    .editor-yan .gorev {
        width: 100%;
        font-size: 11pt;
        line-height: 15pt;
        margin: -5px 0 5px 0;
        float: left;
        color: #999;
    }

    .editor-yan .takip {
        width: 100%;
        font-size: 9pt;
        line-height: 12pt;
    }

        .editor-yan .takip .simge {
            float: left;
            margin: 0 5px 0 0;
            background: #f5792a;
            color: #fff;
            padding: 0 4px;
            border-radius: 3px;
        }

        .editor-yan .takip.alt .simge {
            background: #999;
        }

        .editor-yan .takip .eylem {
            color: #f5792a;
            float: left;
        }

        .editor-yan .takip.alt .eylem {
            color: #999;
        }

/* Gönderi Başlığı */

.post-baslik {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 20px 0;
    font-family: 'Ubuntu', Arial;
    font-size: 32pt;
    line-height: 38pt;
    color: #000;
    font-weight: bold;
}

/* Ara Başlık */

.ara-baslik {
    width: 100%;
    margin: 0 0 20px 0;
    float: left;
}

    .ara-baslik .nedir {
        float: left;
        font-size: 14pt;
        line-height: 19pt;
        color: #999;
    }

        .ara-baslik .nedir a {
            color: #333;
            font-weight: bold;
        }

    .ara-baslik .lnk {
        float: right;
        font-size: 11pt;
        line-height: 15pt;
        margin: 0 0 0 10px;
    }

        .ara-baslik .lnk .simge {
            float: right;
            margin: 1px 0 0 10px;
            font-size: 14pt;
        }

    .ara-baslik .ayrac {
        float: right;
        margin: 0 0 0 10px;
        font-size: 12pt;
        font-weight: normal;
    }

    .ara-baslik .aciklamali-dugme {
        float: right;
    }

    .ara-baslik .not {
        margin: 0 10px 0 0;
        line-height: 16pt;
        color: #999;
        font-size: 11pt;
    }

    .ara-baslik .tumunu-genislet {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        color: #999999;
        margin-left: 15px;
    }

        .ara-baslik .tumunu-genislet:after {
            content: "";
            background-image: url(../img/icon-expand-all.png);
            height: 22px;
            width: 18px;
            background-size: 14px 20px;
            display: inline-block;
            background-repeat: no-repeat;
            margin-left: 5px;
            vertical-align: middle;
        }


/* Sürmanşet */

.surmanset {
    width: calc(100% - 40px);
    margin: 0 0 25px 0;
    padding: 0 0 0 40px;
    font-size: 14pt;
    line-height: 19pt;
    color: #999;
    position: relative;
    font-family: Georgia;
    font-style: italic;
}

    .surmanset:before {
        position: absolute;
        top: -3px;
        left: 0;
        width: 30px;
        content: '“';
        font-size: 50pt;
        line-height: 50pt;
        color: #999;
    }

/* Anket */

.anket {
    width: calc(100% - 2px);
    border: 1px solid #dedede;
    border-radius: 5px;
    margin: 0 0 30px 0;
    background: #fff;
}

    .anket .soru {
        width: calc(100% - 60px);
        padding: 25px 30px;
        line-height: 20px;
        font-size: 12pt;
        font-weight: bold; /*border-bottom:1px solid #dedede; margin:0 0 20px 0;*/
    }

    .anket .siklar {
        width: calc(100% - 60px);
        padding: 0 30px 20px 30px;
        color: #333;
        border-bottom: 1px solid #dedede;
    }

        .anket .siklar .sik {
            width: 100%;
            float: left;
        }

    .anket .aksiyon {
        width: calc(100% - 40px);
        padding: 0 20px;
        margin: 10px 0 10px 0;
    }

        .anket .aksiyon .btn {
            float: left;
            margin: 0 20px 0 0;
            min-width: 80px;
            text-align: center;
        }

            .anket .aksiyon .btn.hiza-sag {
                margin: 0;
            }

        .anket .aksiyon .oylayan {
            float: left;
            margin: 0 20px 0 10px;
            line-height: 30px;
            color: #999;
        }

    .anket .sonuclar {
        width: calc(100% - 60px);
        padding: 0 30px 10px 30px;
        border-bottom: 1px solid #dedede;
    }

        .anket .sonuclar .sonuc {
            width: 100%;
            margin: 0 0 5px 0;
            line-height: 30px;
            color: #666;
            float: left;
            position: relative;
        }

            .anket .sonuclar .sonuc .yuzde {
                float: left;
                width: 50px;
            }

            .anket .sonuclar .sonuc.aktif .yuzde {
                font-weight: bold;
                color: #f5792a !important;
            }

            .anket .sonuclar .sonuc .sik {
                float: left;
                width: calc(100% - 125px);
                position: relative;
            }

                .anket .sonuclar .sonuc .sik .metin {
                    float: left;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 8;
                    max-width: calc(100% - 20px);
                    margin: 0 10px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

            .anket .sonuclar .sonuc.aktif .sik .metin {
                color: #f5792a !important;
            }

            .anket .sonuclar .sonuc .oyunuz {
                position: absolute;
                top: 0;
                right: 65px;
                z-index: 9;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                background-color: #f90;
                color: #fff;
                padding: 0 5px;
                border-radius: 5px;
                font-size: 8pt;
                line-height: 20px;
                margin: 3px 0;
                border: 2px solid #fff;
            }

            .anket .sonuclar .sonuc .sik .bar {
                float: left;
                height: 30px;
                background: #f1f1f1;
                border-radius: 3px;
            }

            .anket .sonuclar .sonuc.aktif .sik .bar {
                background: #fff6eb;
            }

            .anket .sonuclar .sonuc .sayi {
                float: right;
                color: #ccc;
                width: 75px;
                text-align: right;
            }

/* Sağ Sütun Modül Başlık */

/*.modul-baslik {
	width:calc(100% - 40px); font-size:14pt; line-height:19pt; font-weight:bold; color:#f5792a; padding:20px; border-bottom:1px solid #f1f1f1; }
.modul-baslik .simge {
	float:left; margin:0 10px 0 0; line-height:19pt; }*/

/* Yorum Formu ve Listesi */

.yorumlar {
    width: 100%;
    font-size: 11pt;
    line-height: 15pt;
    min-height: 340px;
}

    .yorumlar hr {
        width: 100%;
        height: 1px;
        background: #f1f1f1;
        border: none;
        margin: 0 0 20px 0;
    }

    .yorumlar .tab {
        margin: 0 0 20px 0;
        padding: 0;
        width: 100%;
        background: none;
        z-index: 6;
        position: relative;
    }
        /*.yorumlar .tab .tab-oge a {
	padding:0 10px; border-radius:3px; border:none; margin:0; background:#dedede; }
.yorumlar .tab .tab-oge a:hover {
	background:#f5f5f5; }
.yorumlar .tab .tab-oge.aktif a {
	background:#f1f1f1; }*/
        .yorumlar .tab .lnk {
            float: right;
            margin: 5px 10px 0 0;
            font-size: 11pt;
            line-height: 15pt;
        }

            .yorumlar .tab .lnk .simge {
                margin: 2px 0 0 10px;
                font-size: 14pt;
                float: right;
            }

/*.yorum-takip {
	background:#fff; color:#333; font-size:11pt; line-height:20px; padding:5px 0; position:relative; float:right; }
.yorum-takip.pasif {
	background:#dedede; color:#999; }
.yorum-takip .eylem {
	float:left; margin:0 10px 0 10px; }
.yorum-takip .sayi {
	background:#666; color:#fff; margin:0 5px 0 0; padding:0 5px; }
.yorum-takip.pasif .sayi {
	background:#ccc; }*/

.yorum-takip {
    background: #f5792a;
    color: #fff;
    font-size: 11pt;
    line-height: 24px;
    padding: 3px;
    position: relative;
    float: left;
    font-weight: normal;
    border-radius: 3px;
    float: right;
    z-index: 4;
}

    .yorum-takip.pasif {
        background: #f1f1f1;
        color: #999;
    }

    .yorum-takip .simge {
        float: left;
        margin: 0 5px 0 0;
        background: #d06724;
        color: #fff;
        text-align: center;
        min-width: 20px;
        border-radius: 3px;
        font-weight: bold;
    }

    .yorum-takip.pasif .simge {
        background: #999;
        color: #fff;
    }

    .yorum-takip .eylem {
        float: left;
        margin: 0 10px 0 0;
    }

    .yorum-takip .sayi {
        background: #fff;
        color: #f5792a;
        margin: 2px 2px 0 5px;
        padding: 0 3px;
        position: relative;
        font-size: 8pt;
        line-height: 20px;
        float: right;
        border-radius: 3px;
    }

    .yorum-takip.pasif .sayi {
        background: #999;
        color: #fff;
    }

.yorum-takipciler {
    float: right;
    height: 24px;
    margin: 0 0 0 5px;
}

    .yorum-takipciler .avatar {
        float: left;
        width: 20px;
        height: 20px;
        border-radius: 15px;
        overflow: hidden;
        margin: 0 0 0 -5px;
        background: #fff;
        border: 2px solid #fff;
    }

        .yorum-takipciler .avatar img {
            width: 20px;
            height: 20px;
        }

.yorumlar .yorum {
    position: relative;
    width: calc(100%);
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f1f1f1;
}

.yorumlar .yorum-islemleri {
    position: relative;
}

    .yorumlar .yorum-islemleri .acici {
        cursor: pointer;
        color: #ccc;
    }

        .yorumlar .yorum-islemleri .acici:hover {
            color: #f5792a;
        }

    .yorumlar .yorum-islemleri .acilan {
        position: absolute;
        z-index: 15;
        top: calc(100% + 10px);
        right: 0;
        width: 200px;
        background: #f1f1f1;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
        line-height: 20px;
        padding: 5px 0;
        display: none;
    }

    .yorumlar .yorum-islemleri.acilsin .acilan {
        display: inline-block;
    }

    .yorumlar .yorum-islemleri .acilan:before {
        content: '';
        position: absolute;
        top: -20px;
        right: 10px;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #f1f1f1 transparent;
    }

    .yorumlar .yorum-islemleri .acilan a {
        width: calc(100% - 20px);
        padding: 5px 10px;
        color: #333 !important;
    }

        .yorumlar .yorum-islemleri .acilan a:hover {
            background: #fff;
        }

        .yorumlar .yorum-islemleri .acilan a [class*=icon-] {
            line-height: 20px;
            width: 20px;
            text-align: center;
            margin: 0 5px 0 0;
            float: left;
        }

@keyframes highlight {
    0% {
        background: #ff0;
        box-shadow: 0 0 50px #ff0;
    }

    100% {
        background: none;
        box-shadow: none;
    }
}

.yorumlar .yorum.vurgula {
    animation: highlight 1s;
}

.yorumlar .yorumcevapkapsam {
    width: 100%;
}

.yorumlar .yorum.cevap {
    width: calc(100% - 35px);
    margin: 0 0 15px 35px;
}

.yorumlar .cevapaltikapsam {
    width: 100%;
}

.yorumlar .yorum.cevap-alti {
    width: calc(100% - 35px);
    margin: 0 0 15px 35px; /*padding:0;*/
}
/*.yorumlar .yorum.cevap-alti.girintili {
	position:relative; }
.yorumlar .yorum.cevap-alti.girintili:after {
	content:''; width:2px; height:calc(100% + 5px); background:#f5792a; position:absolute; top:-10px; left:-50px; border-radius:5px; }
.yorumlar .yorum.cevap-alti.girintisi {
	position:relative; }
.yorumlar .yorum.cevap-alti.girintisi:after {
	content:''; width:4px; height:calc(100% + 5px); background:#dedede; position:absolute; top:-10px; left:-50px; border-radius:5px; }
.yorumlar .yorum.cevap-alti.girintisi-2 {
	position:relative; }
.yorumlar .yorum.cevap-alti.girintisi-2:after {
	content:''; width:6px; height:calc(100% + 5px); background:#ccc; position:absolute; top:-10px; left:-50px; border-radius:5px; }*/
/*.yorumlar .yorum.form {
	border:none; }*/
.yorumlar .yorum.cevap.yanit {
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 15px 0;
}

.yorumlar .yorum .satirkapsam {
    width: 100%;
}

.yorumlar .yorum.visitor .satirkapsam {
    position: absolute;
    right: 0;
    top: -7px;
}

.yorumlar .yorum .yorum {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #dedede;
    border-bottom: none;
}

.yorumlar .daha-fazla-yorum {
    width: 100%;
    margin: 0 0 30px 0; /*font-size:12pt; line-height:17pt;*/
    text-align: center;
}

    .yorumlar .daha-fazla-yorum .btn {
        margin: 0 5px;
    }
/*.yorumlar .daha-fazla-yorum a {
	border:1px solid #dedede; border-radius:3px; padding:0 10px; line-height:30px; color:#666; }
.yorumlar .daha-fazla-yorum a:hover {
	background:#f1f1f1; }
.yorumlar .daha-fazla-yorum a:active {
	background:#dedede; }*/

.yorumlar .daha-fazla-yanit {
    width: calc(100% - 50px);
    margin: 0 0 30px 50px;
    font-size: 10pt;
    line-height: 14pt;
}

.yorumlar .cevapaltikapsam .daha-fazla-yanit {
    width: calc(100% - 80px);
    margin: 0 0 30px 80px;
    font-size: 10pt;
    line-height: 14pt;
}

.yorumlar .daha-fazla-yanit .simge {
    font-size: 12pt;
    margin: 0 0 0 10px;
}

.yorumlar .yorum .kullanici {
    width: 100%;
    line-height: 12pt;
    margin: 0 0 5px 0;
    font-weight: bold;
    position: relative;
}

    .yorumlar .yorum .kullanici span {
        float: left;
    }

    .yorumlar .yorum .kullanici .nick {
        position: relative;
        top: 7px;
        font-size: 11pt;
        margin: 0 10px 0 0;
    }

        .yorumlar .yorum .kullanici .nick .name {
            float: right;
            font-weight: 500;
            margin-left: 5px;
            color: #999;
        }

    .yorumlar .yorum .kullanici .zaman {
        position: relative;
        top: 8px;
        font-size: 9pt;
        color: #999;
        font-weight: normal;
        float: left;
    }

    .yorumlar .yorum .kullanici .duzenlendi {
        position: relative;
        top: 7px;
        font-size: 9pt;
        color: #999;
        font-weight: normal;
        float: left;
        margin-left: 5px;
    }

    .yorumlar .yorum .kullanici .bandrol {
        padding: 0 4px;
        font-size: 8pt;
        color: #fff;
        margin: 6px 0 0 10px;
        border-radius: 3px;
    }

    .yorumlar .yorum .kullanici .avatar {
        position: relative;
        float: left;
        margin-right: 8px;
        top: 0;
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 40px;
    }

        .yorumlar .yorum .kullanici .avatar img {
            width: 30px;
            height: 30px;
            border-radius: 20px;
        }

        .yorumlar .yorum .kullanici .avatar.avatarsiz {
            background-color: #d85757;
            color: #fff;
            text-align: center;
            line-height: 30px;
            font-weight: normal;
        }

    .yorumlar .yorum .kullanici.yorumyaz {
        position: absolute;
        top: -10px;
        height: 40px;
    }

        .yorumlar .yorum .kullanici.yorumyaz img {
            height: 35px;
            width: 35px;
        }

.yorumlar .yorum.cevap .kullanici .nick {
    top: 5px;
}

.yorumlar .yorum.cevap .kullanici .zaman {
    top: 6px;
}

.yorumlar .yorum.cevap .kullanici .avatar {
    width: 25px;
    height: 25px;
}

    .yorumlar .yorum.cevap .kullanici .avatar img {
        width: 25px;
        height: 25px;
    }

.yorumlar .yorum.cevap-alti .kullanici .nick {
    top: 5px;
}

.yorumlar .yorum.cevap-alti .kullanici .zaman {
    top: 6px;
}

.yorumlar .yorum.cevap-alti .kullanici .avatar {
    width: 25px;
    height: 25px;
}

    .yorumlar .yorum.cevap-alti .kullanici .avatar img {
        width: 25px;
        height: 25px;
    }

    .yorumlar .yorum.cevap-alti .kullanici .avatar.avatarsiz {
        line-height: 26px;
    }

.yorumlar .yorum.cevap-alti-girinti .kullanici .avatar {
    width: 25px;
    height: 25px;
}

    .yorumlar .yorum.cevap-alti-girinti .kullanici .avatar img {
        width: 25px;
        height: 25px;
    }

.yorumlar .yorum .kullanici .alinti-goster {
    float: right;
    margin: 5px 0 0 0;
}

    .yorumlar .yorum .kullanici .alinti-goster span {
        float: left;
        margin: 0 5px 0 0;
        line-height: 15pt;
    }

.yorumlar .yorum .kullanici .yoruma-git {
    float: right;
    font-weight: normal;
    color: #ccc;
    font-size: 13px;
}

.yorumlar .yorum .mesaj {
    width: 100%;
    font-size: 11pt;
    line-height: 15pt;
    margin: 0 0 10px 0;
    padding: 0 0 3px 0;
    color: #666;
    word-wrap: break-word;
    overflow: hidden;
}

    .yorumlar .yorum .mesaj * {
        max-width: 100%;
    }

    .yorumlar .yorum .mesaj table {
        width: 100%;
        overflow-wrap: anywhere;
    }

        .yorumlar .yorum .mesaj table tr {
            width: 100%;
        }

            .yorumlar .yorum .mesaj table tr td {
                width: 100%;
            }

    .yorumlar .yorum .mesaj p {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .yorumlar .yorum .mesaj a {
        /*font-weight:bold;*/
    }

    .yorumlar .yorum .mesaj blockquote {
        width: calc(100% - 22px);
        padding: 10px;
        border-radius: 3px;
        border: 1px solid #dedede;
        background: #FEFFF6;
    }

    .yorumlar .yorum .mesaj .gulucuk {
        vertical-align: middle;
    }

.yorumlar .yorum .resim {
    max-width: 150px;
    max-height: 240px;
    display: inline-block;
    padding: 5px;
    border: 1px solid #dedede;
    float: none;
    background: #f1f1f1;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    text-align: center;
}

    .yorumlar .yorum .resim:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px; /*background:linear-gradient(to bottom, rgba(241,241,241,0) 0%, rgba(241,241,241,20) 25%, rgba(241,241,241,100) 100%);*/
        background: #f1f1f1;
    }

    .yorumlar .yorum .resim .dosya {
        text-align: center;
    }

    .yorumlar .yorum .resim a {
        text-align: center;
    }

    .yorumlar .yorum .resim img {
        max-width: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
        display: block;
    }

.yorumlar .yorum iframe {
    width: 100%; /*height:321px;*/
    display: inline-block;
    float: none;
    margin: 5px 0 5px 0;
}

.yorumlar .yorum .aksiyon {
    position: relative;
    width: 100%;
    font-size: 13px;
    line-height: 17px;
}

    .yorumlar .yorum .aksiyon a {
        color: #ccc;
        float: left;
        margin: 0 10px 0 0;
    }

        .yorumlar .yorum .aksiyon a:hover {
            color: #f5792a;
        }

    .yorumlar .yorum .aksiyon .hiza-sag {
        margin: 0 0 0 10px;
    }

    .yorumlar .yorum .aksiyon .oylar {
        /*float:right;*/ font-size: 8pt;
        margin: 0 0 0 10px;
        line-height: 19px;
    }

        .yorumlar .yorum .aksiyon .oylar .ver {
            float: left;
            text-align: center;
            font-size: 13pt;
        }

            .yorumlar .yorum .aksiyon .oylar .ver a {
                float: left;
                width: 25px;
                height: 17px;
                line-height: 17px;
                margin: 0;
                color: #ccc;
                text-align: left;
            }

                .yorumlar .yorum .aksiyon .oylar .ver a:hover {
                    color: #f5792a;
                }

            .yorumlar .yorum .aksiyon .oylar .ver .arti.aktif {
                color: #f5792a;
            }

            .yorumlar .yorum .aksiyon .oylar .ver .eksi.aktif {
                color: #de0000;
            }

        .yorumlar .yorum .aksiyon .oylar .anlik {
            float: right;
            background: #dedede;
            color: #fff;
            padding: 0 4px;
            margin: 0;
            border-radius: 3px;
            cursor: default;
        }

            .yorumlar .yorum .aksiyon .oylar .anlik.pozitif {
                background: #f5792a;
            }

            .yorumlar .yorum .aksiyon .oylar .anlik.negatif {
                background: #de0000;
            }

    .yorumlar .yorum .aksiyon .begen {
        position: absolute;
        top: -2px;
        font-size: 20px;
        padding-left: 5px;
        color: #ccc;
    }

        .yorumlar .yorum .aksiyon .begen:hover {
            color: #f07a2d;
        }

.yorumlar .yorum .bbcode {
    width: calc(100% - 50px);
    float: right;
    background: #fff;
    margin: -10px 0 0 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #dedede;
    border-bottom: none;
    line-height: 30px;
    font-size: 10pt;
    text-align: center; /*padding:0 10px;*/
}

    .yorumlar .yorum .bbcode .bb-tek {
        padding: 0 10px;
        min-width: 20px;
        float: left;
        border-right: 1px solid #dedede;
        cursor: pointer;
        position: relative;
    }

        .yorumlar .yorum .bbcode .bb-tek.hiza-sag {
            border: none;
            border-left: 1px solid #dedede;
        }

        .yorumlar .yorum .bbcode .bb-tek:hover {
            background: #f1f1f1;
        }

        .yorumlar .yorum .bbcode .bb-tek .bb-menu {
            position: absolute;
            top: calc(100% - 1px);
            left: 0;
            background: #fff;
            border: 1px solid #dedede;
            box-shadow: 0 5px 20px rgba(0,0,0,0.4);
            text-align: left;
            display: none;
            z-index: 100;
        }

        .yorumlar .yorum .bbcode .bb-tek:hover .bb-menu {
            display: inline-block;
        }

        .yorumlar .yorum .bbcode .bb-tek .bb-menu .bb-tek {
            border: none;
            border-top: 1px solid #dedede;
            width: 120px;
        }

.yorumlar .yorum .mesajiniz {
    width: calc(100% - 48px);
    float: right;
}

    .yorumlar .yorum .mesajiniz textarea {
        transition-delay: 1s;
        width: calc(100% - 22px) !important;
        height: 60px;
        padding: 10px;
        font-size: 12pt;
        line-height: 16pt;
        margin: 0 0 10px 0;
        font-family: Arial;
        background: #f1f1f1;
        border: 1px solid #dedede; /*border-radius:3px;*/
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

        .yorumlar .yorum .mesajiniz textarea.hata {
            border: 1px solid #f00;
            color: #f00;
            background: #FFEFEF;
            position: relative;
        }

.yorumlar .yorum.cevap .mesajiniz textarea {
    height: 40px;
}

.yorumlar .mesajiniz textarea:focus {
    height: 140px;
    transition-delay: 0s;
}

.yorumlar .yorum.visitor .mesajiniz {
    color: #999;
    margin: -2px 0 0 0;
}

/*.yorumlar .yorum .mesajiniz .duzenlenebilir {
	width:calc(100% - 22px) !important; min-height:60px; padding:10px; font-size:12pt; line-height:16pt; margin:0 0 10px 0; font-family:Arial; background:#f1f1f1; border:1px solid #dedede; border-radius:3px; }*/

.yorumlar .yorum .yorum-giris {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #f1f1f1;
    font-size: 11pt;
    position: relative;
    text-align: center;
}

    .yorumlar .yorum .yorum-giris .nedir {
        width: 100%;
        text-align: center;
        position: absolute;
        top: -12px;
        left: 0;
    }

        .yorumlar .yorum .yorum-giris .nedir span {
            background: #fff;
            padding: 0 10px;
        }

    .yorumlar .yorum .yorum-giris .baglan {
        float: left;
    }

        .yorumlar .yorum .yorum-giris .baglan a {
            width: 34px;
            height: 34px;
            line-height: 38px;
            border-radius: 17px;
            text-align: center;
            background: #ccc;
            color: #fff;
            float: left;
            margin: 0 5px 0 0;
            font-size: 15pt;
        }

            .yorumlar .yorum .yorum-giris .baglan a:hover {
                box-shadow: 0 3px 5px #999;
            }

            .yorumlar .yorum .yorum-giris .baglan a:active {
                box-shadow: none;
                opacity: 0.8;
            }

            .yorumlar .yorum .yorum-giris .baglan a.facebook {
                background: #2d609b;
            }

            .yorumlar .yorum .yorum-giris .baglan a.twitter {
                background: #00c3f3;
            }

            .yorumlar .yorum .yorum-giris .baglan a.google {
                background: #eb4026;
            }

    .yorumlar .yorum .yorum-giris .veya {
        color: #999;
        font-size: 12pt;
        line-height: 32px;
        margin: 0 5px 0 0;
    }

    .yorumlar .yorum .yorum-giris .istenen {
        width: calc(100% - 48px);
    }

        .yorumlar .yorum .yorum-giris .istenen.uye-ozel {
            width: 65%;
            float: right;
        }

        .yorumlar .yorum .yorum-giris .istenen input {
            width: calc(100% - 22px) !important;
            height: 24px;
            padding: 5px 10px;
            font-size: 12pt;
            line-height: 16pt;
            background: #f1f1f1;
            border: 1px solid #dedede;
            float: left;
            border-radius: 3px;
        }

            .yorumlar .yorum .yorum-giris .istenen input.hata {
                color: #f00;
                border: 1px solid #f00;
                background: #FFEFEF;
            }

            .yorumlar .yorum .yorum-giris .istenen input:focus {
                background: #fff;
            }

            .yorumlar .yorum .yorum-giris .istenen input.ad {
                width: calc(59% - 32px) !important;
                margin: 0 10px 0 0;
            }

            .yorumlar .yorum .yorum-giris .istenen input.parola {
                width: calc(41% - 22px) !important;
            }

            .yorumlar .yorum .yorum-giris .istenen input.eposta {
                width: calc(100% - 22px) !important;
            }

.yorumlar .yorum .satirkapsam.custom-width .yorum-giris {
    width: calc(100% - 50px);
    float: right;
}

    .yorumlar .yorum .satirkapsam.custom-width .yorum-giris .istenen {
        width: 100%;
    }

        .yorumlar .yorum .satirkapsam.custom-width .yorum-giris .istenen input.eposta {
            width: 100% !important;
            float: right;
            box-sizing: border-box;
            padding: 17px 10px;
        }

.yorumlar .yorum .satirkapsam.custom-width .mesajgonder {
    width: calc(100% - 50px);
    float: right;
}

.yorumlar .yorum .mesajgonder {
    width: 100%;
    font-size: 11pt;
    line-height: 30px;
    color: #999;
}

    .yorumlar .yorum .mesajgonder .gonder {
        float: right;
        border: none;
        padding: 0 10px;
        height: 30px;
        background: #f5792a;
        color: #fff;
        cursor: pointer;
        font-size: 11pt;
        border-radius: 3px;
        box-shadow: 0 2px 3px rgba(0,0,0,0.2);
        margin: 0 0 0 10px;
    }

        .yorumlar .yorum .mesajgonder .gonder:hover {
            opacity: 0.9;
        }

        .yorumlar .yorum .mesajgonder .gonder:active {
            box-shadow: none;
            color: #f1f1f1;
        }

        .yorumlar .yorum .mesajgonder .gonder.pasif {
            background: #ccc;
            box-shadow: none;
        }

        .yorumlar .yorum .mesajgonder .gonder.alternatif {
            background: #d06724;
        }

    .yorumlar .yorum .mesajgonder .kim {
        float: left;
    }

        .yorumlar .yorum .mesajgonder .kim a {
            color: #999;
            font-weight: 600;
        }

    .yorumlar .yorum .mesajgonder .cb {
        float: right;
        margin: 0 10px 0 0;
        color: #999;
    }

/* Haftanın Yorumcuları */

.populer-yorumcular {
    width: 100%;
    margin: 0 0 30px 0;
}

    .populer-yorumcular .yorumcu {
        width: 100%;
        font-size: 11pt;
        line-height: 20px;
        height: 30px;
        color: #333;
        position: relative;
        float: left;
        z-index: 7;
        margin: 0 0 2px 0;
    }

        .populer-yorumcular .yorumcu:hover {
            background: #f9f9f9;
        }

        .populer-yorumcular .yorumcu:active {
            box-shadow: inset 0 0 5px rgba(0,0,0,0.20);
            background: #f1f1f1;
            border-radius: 3px;
        }

        .populer-yorumcular .yorumcu .nick {
            float: left;
            position: absolute;
            top: 5px;
            left: 10px;
            z-index: 8;
        }

            .populer-yorumcular .yorumcu .nick .sirasi {
                float: left;
                margin: 0 5px 0 -7px;
                background: #fff;
                color: #f5792a;
                text-align: center;
                font-weight: bold;
                width: 15px;
                border-radius: 30px;
                padding: 0 3px;
            }

            .populer-yorumcular .yorumcu .nick .kullanici-adi {
                float: left;
                max-width: 180px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .populer-yorumcular .yorumcu .nick .kacinci {
                float: left;
                margin: 3px 0 0 5px;
                background: rgba(0,0,0,0.7);
                color: #fff;
                border-radius: 30px;
                padding: 0 4px;
                font-size: 8pt;
                line-height: 14px;
            }

        .populer-yorumcular .yorumcu .puan {
            float: right;
            color: #f5792a;
            font-size: 9pt;
            position: absolute;
            top: 5px;
            right: 10px;
        }

        .populer-yorumcular .yorumcu .bar {
            float: left;
            height: 30px;
            opacity: 0.5;
            border-radius: 3px;
        }

            .populer-yorumcular .yorumcu .bar.seviye-1 {
                background: rgba(245,121,42,1);
            }

            .populer-yorumcular .yorumcu .bar.seviye-2 {
                background: rgba(245,121,42,0.9);
            }

            .populer-yorumcular .yorumcu .bar.seviye-3 {
                background: rgba(245,121,42,0.8);
            }

            .populer-yorumcular .yorumcu .bar.seviye-4 {
                background: rgba(245,121,42,0.7);
            }

            .populer-yorumcular .yorumcu .bar.seviye-5 {
                background: rgba(245,121,42,0.6);
            }

            .populer-yorumcular .yorumcu .bar.seviye-6 {
                background: rgba(245,121,42,0.5);
            }

            .populer-yorumcular .yorumcu .bar.seviye-7 {
                background: rgba(245,121,42,0.4);
            }

            .populer-yorumcular .yorumcu .bar.seviye-8 {
                background: rgba(245,121,42,0.3);
            }

            .populer-yorumcular .yorumcu .bar.seviye-9 {
                background: rgba(245,121,42,0.2);
            }

            .populer-yorumcular .yorumcu .bar.seviye-10 {
                background: rgba(245,121,42,0.1);
            }

/* Sponsor */

.sponsor {
    width: calc(100% - 20px);
    padding: 10px;
    border-top: 1px solid #dedede;
    text-align: center;
    background: #fff;
    float: left;
}

    .sponsor:active {
        background: #f1f1f1;
    }

    .sponsor.alternatif {
        text-align: left;
    }

    .sponsor .marka {
        width: 100%;
        font-size: 15pt;
        line-height: 20pt;
    }

    .sponsor.alternatif .marka {
        font-size: 20pt;
        line-height: 24pt;
    }

    .sponsor .aciklama {
        width: 100%;
        font-size: 11pt;
        line-height: 15pt;
    }

/* Sosyal Ağ */

.sosyal-ag {
    width: calc(100% - 20px);
    padding: 7px 10px;
    background: #333;
    color: #fff;
}

    .sosyal-ag:active {
        color: #f1f1f1;
    }

    .sosyal-ag .ust {
        width: 100%;
        font-size: 11pt;
        line-height: 15pt;
    }

    .sosyal-ag .alt {
        width: 100%;
        font-size: 17pt;
        line-height: 24pt;
        font-family: 'Ubuntu', Arial;
    }

        .sosyal-ag .alt span {
            font-size: 10pt;
        }

        .sosyal-ag .alt [class*=icon-] {
            margin: 0 0 0 5px;
            font-size: 18pt;
            text-align: center;
            width: 30px;
            float: right;
            line-height: 24pt;
        }

        .sosyal-ag .alt b.baslik {
            display: inline-block;
            color: #000;
            font-weight: 700;
            font-size: 12px;
            padding-right: 8px;
        }

        .sosyal-ag .alt a.hakkinda {
            display: inline-block;
            background-color: #f1f1f1;
            padding: 5px 4px;
            border-radius: 4px;
            font-size: 11px;
            line-height: 12px;
            text-align: center;
        }

            .sosyal-ag .alt a.hakkinda i {
                font-size: 16px;
                line-height: 11px;
            }

        .sosyal-ag .alt .magaza {
            margin-top: 10px;
        }
/* Zaman Ayraç */

.zaman-ayrac {
    width: calc(100% - 20px);
    padding: 7px 0 0 20px;
    color: #999;
    border-top: 3px solid #f5792a;
    font-size: 14pt;
    line-height: 19pt;
    margin: 0 0 30px 0;
}

/* Tooltip (Data-Title) */

.tooltip {
    position: relative;
    z-index: 4;
}

    .tooltip:hover:after {
        background: rgba(0,0,0,0.80);
        color: #fff;
        border-radius: 10px;
        font-size: 8pt;
        line-height: 10pt;
        padding: 5px 10px;
        content: attr(data-title);
        position: absolute;
        left: 50%;
        top: calc(100% + 10px);
        text-align: center;
        width: 140px;
        margin: 0 0 0 -80px;
        z-index: 4;
        font-weight: normal;
        font-style: normal;
        font-family: Arial;
    }

    .tooltip.ust:hover:after {
        top: inherit;
        bottom: calc(100% + 10px);
    }

    .tooltip.aktif[data-active-title]:hover:after {
        content: attr(data-active-title);
    }

    .tooltip.pasif[data-passive-title]:hover:after {
        content: attr(data-passive-title);
    }
/* Açılır Pencere (Modal) */

.pencere {
}

    .pencere:target {
        display: block !important;
    }

    .pencere .diyalog {
        position: fixed;
        top: 150px;
        left: 50%;
        width: 460px;
        background: #fff;
        margin: 0 0 0 -250px;
        padding: 20px 20px 0 20px;
        z-index: 999 !important;
        border-radius: 3px;
    }

        .pencere .diyalog.buyuk {
            width: 660px;
            margin: 0 0 0 -350px;
        }

    .pencere.fix .diyalog {
        position: fixed;
    }

    .pencere .kararti {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.80);
        content: '';
        z-index: 998 !important;
        cursor: default;
    }

    .pencere .kapat {
        position: absolute;
        top: -10px;
        right: -10px;
        background: #f5792a;
        width: 44px;
        height: 44px;
        line-height: 46px;
        text-align: center;
        color: #fff;
        font-size: 20pt;
        border-radius: 3px;
        box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    }

        .pencere .kapat:active {
            box-shadow: none;
            color: #f1f1f1;
        }

    .pencere .nedir {
        width: 100%;
        margin: 0 0 20px 0;
        font-size: 15pt;
        line-height: 18pt;
        font-weight: bold;
        color: #f5792a;
    }

    .pencere .satir {
        width: 100%;
        margin: 0 0 20px 0;
        font-size: 11pt;
        line-height: 14pt;
        color: #333;
    }

        .pencere .satir .menu-dd {
            border: 1px solid #f5792a;
            color: #333;
            margin: 0 5px 0 0;
            float: left;
        }

        .pencere .satir .btn.hiza-sag {
            margin-left: 10px;
        }

    .pencere hr {
        width: 100%;
        height: 1px;
        border: none;
        background: #dedede;
        margin: 0 0 20px 0;
    }

/* Onay Penceresi */

.onay-penceresi {
    position: fixed;
    bottom: 30px;
    right: 80px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #f5792a;
    z-index: 223;
    width: 296px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

    .onay-penceresi .ust {
        width: calc(100% - 20px);
        float: left;
        background: #f5792a;
        color: #fff;
        padding: 10px 10px;
        margin: -2px 0 0 0;
    }

        .onay-penceresi .ust .nedir {
            float: left;
            font-weight: bold;
            font-family: 'Ubuntu', Arial;
            font-size: 15pt;
            line-height: 30px;
            margin: 0 0 0 5px;
        }

            .onay-penceresi .ust .nedir span {
                float: left;
                margin: 0 5px 0 0;
                line-height: 30px;
            }

        .onay-penceresi .ust .kapat {
            float: right;
            background: rgba(0,0,0,0.3);
            width: 30px;
            height: 30px;
            line-height: 34px;
            text-align: center;
            color: #fff;
            font-size: 16pt;
            border-radius: 8px;
            cursor: pointer;
        }

            .onay-penceresi .ust .kapat:hover {
                background: rgba(0,0,0,0.7);
            }

    .onay-penceresi .orta {
        width: calc(100% - 30px);
        float: left;
        padding: 20px 15px 0 15px;
        font-size: 12pt;
        line-height: 16pt;
    }

        .onay-penceresi .orta .satir {
            width: 100%;
            float: left;
            margin: 0 0 15px 0;
        }

            .onay-penceresi .orta .satir .cb {
                color: #999;
            }

            .onay-penceresi .orta .satir.aciklama {
                color: #ccc;
                font-size: 10pt;
            }

    .onay-penceresi .alt {
        width: calc(100% - 20px);
        float: left;
        background: #f1f1f1;
        color: #999;
        padding: 10px 10px;
    }

        .onay-penceresi .alt .lnk {
            float: left;
            line-height: 30px;
            font-size: 11pt;
            color: #999;
            padding: 0 5px;
            margin: 5px 0;
        }

            .onay-penceresi .alt .lnk:hover {
                color: #f5792a;
            }

        .onay-penceresi .alt .btn {
            float: right;
            padding: 5px 20px;
            font-weight: bold;
        }

            .onay-penceresi .alt .btn span {
                float: left;
                line-height: 30px;
                margin: 0 5px 0 0;
            }

/* Form (İletişim ve Benzer Sayfalar için) */

.form-sayfasi {
    width: 100%;
}

    .form-sayfasi .satir {
        width: 100%;
        margin: 0 0 20px 0;
        font-size: 13pt;
        line-height: 18pt;
        color: #333;
    }

        .form-sayfasi .satir .menu-dd {
            border: 1px solid #f5792a;
            color: #333;
            margin: 0 5px 0 0;
            float: left;
        }

    .form-sayfasi hr {
        width: 100%;
        height: 1px;
        border: none;
        background: #dedede;
        margin: 0 0 20px 0;
    }

/* Canlı Yayın Sohbet */

.sohbet {
    width: 100%;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    font-size: 11pt;
    line-height: 14pt;
}

    .sohbet .nedir {
        width: calc(100% - 20px);
        color: #333;
        font-size: 14pt;
        line-height: 19pt;
        padding: 5px 10px;
        float: left;
        background: #f1f1f1;
    }

    .sohbet .yazismalar {
        width: 100%;
        height: 315px;
        overflow-x: hidden;
        overflow-y: scroll;
        border-top: 1px solid #dedede;
        float: left;
    }

        .sohbet .yazismalar .yorum {
            width: calc(100% - 20px);
            padding: 10px;
            border-top: 1px solid #dedede;
            float: left;
        }

            .sohbet .yazismalar .yorum .kullanici {
                width: 100%;
                line-height: 20px;
                font-weight: bold;
                position: relative;
            }

                .sohbet .yazismalar .yorum .kullanici span {
                    float: left;
                }

                .sohbet .yazismalar .yorum .kullanici .nick {
                    font-size: 11pt;
                    margin: 0 10px 0 0;
                }

                .sohbet .yazismalar .yorum .kullanici .zaman {
                    font-size: 9pt;
                    color: #999;
                    font-weight: normal;
                    float: right;
                }

                .sohbet .yazismalar .yorum .kullanici .avatar {
                    width: 20px;
                    height: 20px;
                    float: left;
                    margin: 0 10px 0 0;
                }

                    .sohbet .yazismalar .yorum .kullanici .avatar img {
                        width: 20px;
                        height: 20px;
                        border-radius: 20px;
                    }

            .sohbet .yazismalar .yorum .mesaj {
                width: 100%;
                font-size: 11pt;
                line-height: 15pt;
                color: #111;
                word-wrap: break-word;
                overflow: hidden;
            }

                .sohbet .yazismalar .yorum .mesaj * {
                    max-width: 100%;
                }

                .sohbet .yazismalar .yorum .mesaj p {
                    width: 100%;
                    margin: 0 0 10px 0;
                }

                .sohbet .yazismalar .yorum .mesaj a {
                    font-weight: bold;
                }

        .sohbet .yazismalar .uyari {
            margin: 5px;
            width: calc(100% - 50px);
        }

    .sohbet .yaz {
        width: calc(100% - 10px);
        padding: 5px;
        border-top: 1px solid #dedede;
        float: left;
        background: #f1f1f1;
    }

        .sohbet .yaz .kutu {
            float: left;
            width: calc(100% - 125px);
        }

        .sohbet .yaz .kutu-butonu {
            float: right;
            width: 100px;
            height: 42px;
            border: none;
        }

    .sohbet .yazilamiyor {
        width: calc(100% - 40px);
        padding: 17px 20px;
        border-top: 1px solid #dedede;
        float: left;
    }

/* Header Trend Liste */

.trend-liste {
    width: calc(100% - 20px);
    background: #f1f1f1;
    position: relative;
}

    .trend-liste .nedir {
        width: 86px;
        padding: 0 2px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background: #f5792a;
        color: #fff;
        position: absolute;
        font-size: 13px;
        bottom: 0;
        left: 0;
        overflow: hidden;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

    .trend-liste .oge {
        width: calc(100% - 10px);
        padding: 2px 5px 1px 4px;
        border-bottom: 1px solid #dedede;
        background: #f1f1f1;
        height: 26px;
        line-height: 26px;
        position: relative;
        overflow: hidden;
        float: left;
        font-size: 10pt;
    }
        /*.trend-liste .oge.bir {
	background:#fff; color:#333; }
.trend-liste .oge.iki {
	background:#f6f6f6; color:#666; }
.trend-liste .oge.uc {
	background:#f1f1f1; color:#999; }*/
        .trend-liste .oge.son {
            border: none;
        }

        .trend-liste .oge:hover {
            background: #FFFDE1;
        }

        .trend-liste .oge .bilgi {
            float: left;
            width: 25px;
            margin: 0 5px 0 0;
            color: #666;
            font-weight: bold;
            text-align: center;
            color: #f5792a;
        }

            .trend-liste .oge .bilgi span {
                line-height: 25px;
                margin: 0 4px 0 0;
                font-size: 8pt;
            }

        .trend-liste .oge .simge {
            width: 26px;
            height: 26px;
            background-position: center;
            background-size: cover;
            float: left;
        }

        .trend-liste .oge .baslik {
            float: right;
            width: calc(100% - 70px);
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

/* ------------------------------ Geçmiş ve Hareket Dökümü Gibi Sayfalar için Medya Üzeri Yüzen Bilgi Satırı ------------------------------ */

.yuzen-bilgi {
    background: #fff;
    border-top: 1px solid #f1f1f1;
    float: left;
    line-height: 14px;
    padding: 3px 10px;
    text-align: right;
    color: #999;
    font-size: 10pt;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    border-bottom-left-radius: 3px;
}

    .yuzen-bilgi .cihaz {
        float: left;
        margin: 0 5px 0 0;
    }

    .yuzen-bilgi .tip {
        position: relative;
        height: auto;
        width: auto;
        background: none;
        border: none;
        float: left;
        margin: 0 5px 0 0;
        border-right: 1px solid #dedede;
        padding: 0 5px 0 0;
        height: 15px;
    }

    .yuzen-bilgi .yildiz {
        float: right;
        margin: -3px -10px -3px 10px;
        padding: 3px 5px;
        color: #ccc;
        border-left: 1px solid #f1f1f1;
    }

        .yuzen-bilgi .yildiz.aktif {
            color: #f5792a;
            background: #f1f1f1;
        }

    .yuzen-bilgi .gizlilik {
        float: left;
        margin: -3px 10px -3px -10px;
        padding: 3px 5px;
        color: #999;
        border-right: 1px solid #f1f1f1;
    }

        .yuzen-bilgi .gizlilik:hover {
            color: #333;
        }

    .yuzen-bilgi select.menu-dd {
        float: left;
        margin: 0 12px 0 -7px;
        height: 15px;
        line-height: 15px;
        font-size: 8pt;
        border: none;
        display: none;
    }

        .yuzen-bilgi select.menu-dd:focus {
            display: inline-block;
        }

    .yuzen-bilgi:hover select.menu-dd {
        display: inline-block;
    }

/* ------------------------------ Şekilli Scroll Bar ------------------------------ */

/* Örnek kullanım alanları: Bana Özel'de, takip ettiklerimi filtreleme ekranı...*/

.sekilli-scroll-bar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.sekilli-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    background-color: #F5F5F5;
    border-radius: 3px;
}

.sekilli-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    border-radius: 3px;
}

.sekilli-scroll::-webkit-scrollbar-thumb {
    background-color: #f5792a;
}


.anlatimli {
    position: relative;
}

.anlatim {
    position: absolute;
    top: calc(100% + 5px);
    right: -10px;
    background: #fff;
    border-radius: 3px;
    color: #999;
    width: 180px;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    display: none;
    z-index: 9999;
}

.anlatimli:hover .anlatim {
    display: inline-block;
}

.anlatim .not {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    float: left;
    white-space: initial;
}

.anlatim .gorsel {
    width: 100%;
    float: left;
}

    .anlatim .gorsel img {
        max-width: 100%;
        height: auto;
        opacity: 1 !important;
    }

.anlatim::before {
    content: '';
    position: absolute;
    top: -20px;
    right: 15px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

/* ------------------------------ Pagination (Detay.html Yorum Kısmında Mevcut) ------------------------------ */

.pagination {
    position: relative;
    width: 100%;
    text-align: center;
}

    .pagination ul {
        display: inline-block;
    }

        .pagination ul li {
            display: inline-block;
            font-size: 15px;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            border-radius: 3px;
            background-color: #ffffff;
            padding: 5px 13px;
            cursor: pointer;
            color: #000;
            font-weight: 700;
        }

            .pagination ul li:hover {
                background-color: #f9f9f9;
            }

            .pagination ul li.selected {
                box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
                background-color: #f5792a;
                color: #fff;
            }

            .pagination ul li.pg-first:before, .pagination ul li.pg-last:after {
                font-size: 20px;
                line-height: 20px;
                vertical-align: sub;
                position: relative;
                right: 2px;
                bottom: 1px;
            }

            .pagination ul li.pg-first:before {
                font-family: "icomoon";
                content: "\e92a";
            }

            .pagination ul li.pg-last:after {
                font-family: "icomoon";
                content: "\e92b";
            }

/* ------------------------------ Genel Ezici Sınıf Stilleri ------------------------------ */

/* Hizalama */

.hiza-sol {
    float: left !important;
}

.hiza-sag {
    float: right !important;
}

.hiza-yazi-sol {
    text-align: left;
}

.hiza-yazi-sag {
    text-align: right;
}

.hiza-dikey-orta {
    vertical-align: middle !important;
}

/* Yazı Boyutu */

.fs-1 {
    font-size: 8pt;
    line-height: 11pt;
}

.fs-2 {
    font-size: 9pt;
    line-height: 12pt;
}

.fs-3 {
    font-size: 10pt;
    line-height: 13pt;
}

.fs-4 {
    font-size: 11pt;
    line-height: 15pt;
}

.fs-5 {
    font-size: 12pt;
    line-height: 16pt;
}

.fs-6 {
    font-size: 13pt;
    line-height: 17pt;
}

.fs-7 {
    font-size: 14pt;
    line-height: 19pt;
}

/* Yazı Özellikleri */

.kalin {
    font-weight: bold;
}

.yatik {
    font-style: italic;
}

.alti-cizili {
    text-decoration: underline;
}

.imlec-soru {
    cursor: help;
}

/* Metin Renkleri */

.r-beyaz {
    color: #ffffff !important;
}

.r-siyah {
    color: #000000 !important;
}

.r-gri {
    color: #333333 !important;
}

.r-gri1 {
    color: #666666 !important;
}

.r-gri2 {
    color: #999999 !important;
}

.r-gri3 {
    color: #cccccc !important;
}

.r-turuncu {
    color: #f5792a !important;
}

.r-yesil {
    color: #72bb12 !important;
}

.r-kirmizi {
    color: #b6100a !important;
}

/* Arkaplan Renkleri */

.ap-beyaz {
    background: #ffffff !important;
}

.ap-siyah {
    background: #000000 !important;
}

.ap-gri {
    background: #333333 !important;
}

.ap-gri1 {
    background: #666666 !important;
}

.ap-gri2 {
    background: #999999 !important;
}

.ap-gri3 {
    background: #cccccc !important;
}

.ap-turuncu {
    background: #ff6600 !important;
}

.ap-krem {
    background: #dac0b0 !important;
}

.ap-yesil {
    background: #35b33d !important;
}

.ap-kirmizi {
    background: #ff0000 !important;
}

/* Font Entegrasyonları */

@font-face {
    font-family: 'Ubuntu';
    src: url('../font/Ubuntu.woff2') format('woff2'), url('../font/Ubuntu.woff') format('woff'), url('../font/Ubuntu.ttf') format('truetype'), url('../font/Ubuntu.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    /*unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;*/
}

/* Arama Sayfasi */
.arama-bg {
    width: 1080px;
    height: 462px;
    background-size: cover;
    margin-top: 30px;
    border-radius: 20px;
}

    .arama-bg.gunduz {
        background-image: url('../img/searchpage.jpg');
    }

    .arama-bg.gece {
        background-image: url('../img/searchpagegece.jpg');
    }





.video-quality-option {
    width: 100%;
    float: left;
    height: 30px;
    border-radius: 0 0 5px 5px;
    background-color: #dedede;
    margin: -3px 0 0 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

    .video-quality-option span {
        line-height: 30px;
        float: left;
        color: #000;
        font-size: 11px;
    }

    .video-quality-option .buttons {
        float: right;
        margin: 5px 0 0 0;
    }

        .video-quality-option .buttons a {
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            border-radius: 3px;
            background-color: #ffffff;
            color: #000;
            font-size: 11px;
            padding: 4px 12px;
            float: left;
            margin: 0 5px 0 0;
        }

            .video-quality-option .buttons a.active {
                background-color: #f5792a;
                color: #fff;
                padding: 11px 12px 4px 12px;
                margin: -7px 5px 0 0;
            }



.opportunity-products {
    width: 100%;
    float: left;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.24);
    border: solid 1px #ccc;
    background-color: #fff;
}

    .opportunity-products li {
        width: 100%;
        float: left;
        border-bottom: 1px solid #ccc;
        color: #000;
        font-size: 16px;
        display: flex;
    }

        .opportunity-products li:first-child > div {
            font-weight: bold;
        }

        .opportunity-products li:last-child {
            border: none;
        }

        .opportunity-products li > div {
            border-right: 1px solid #ccc;
            float: left;
            padding: 8px;
            text-align: center;
            box-sizing: border-box;
            margin: 0 !important;
            position: relative;
        }

            .opportunity-products li > div:last-child {
                border: none;
            }

            .opportunity-products li > div span {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                width: 100%;
                padding: 0 10px;
                box-sizing: border-box;
            }

        .opportunity-products li .name {
            font-weight: bold;
            width: 339px;
            text-align: left;
        }

        .opportunity-products li .category {
            width: 129px;
        }

        .opportunity-products li .price {
            color: #f47a2c;
            width: 99px;
            font-weight: bold;
        }

        .opportunity-products li:first-child .price {
            color: #000;
        }

        .opportunity-products li .discount {
            width: 150px;
        }

            .opportunity-products li .discount a {
                border-radius: 3px;
                background-color: #4baa32;
                color: #fff;
                font-weight: bold;
                position: relative;
                padding: 3px 16px;
            }

                .opportunity-products li .discount a:after {
                    content: attr(data-discount);
                    position: absolute;
                    left: -8px;
                    top: -4px;
                    font-size: 10px;
                    color: #fff;
                    border-radius: 3px;
                    background-color: #9e3124;
                    font-weight: bold;
                    padding: 1px 4px;
                    line-height: 11px;
                    transform: rotate(-30deg);
                }

#rising-posts {
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    padding: 0 0 20px 30px;
}

    #rising-posts:before {
        width: 60px;
        height: 250px;
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        background-image: linear-gradient(to left,rgba(241,241,241,1) 0,rgba(241,241,241,0) 100%);
        z-index: 9;
    }

    #rising-posts .owl-dots {
        position: absolute;
        bottom: 20px;
        right: 13px;
        z-index: 11;
    }

        #rising-posts .owl-dots .owl-dot {
            margin: 2px;
            width: 10px;
            height: 10px;
            background: #ccc;
            border-radius: 5px;
        }

            #rising-posts .owl-dots .owl-dot.active {
                background: #fff;
            }

    #rising-posts .item {
        margin: 0;
        width: 100% !important;
    }


/*Crypto Icons*/

.bg-litecoin_icon {
    width: 25px;
    height: 25px;
    background: url('../img/crypto-module-sprite.png') -10px -50px;
    display: inline-block;
}

.bg-paribu_logo {
    width: 100px;
    height: 20px;
    background: url('../img/crypto-module-sprite.png') -10px -10px;
    display: inline-block;
}

.bg-right_arrow_crypto_icon {
    width: 11px;
    height: 18px;
    background: url('../img/crypto-module-sprite.png') -130px -55px;
    display: inline-block;
}

.bg-up_crypto_icon {
    width: 13px;
    height: 8px;
    background: url('../img/crypto-module-sprite.png') -137px -95px;
    display: inline-block;
}

.bg-bitcoin_cash_icon {
    width: 25px;
    height: 25px;
    background: url('../img/crypto-module-sprite.png') -55px -50px;
    display: inline-block;
}

.bg-tether_icon {
    width: 25px;
    height: 25px;
    background: url('../img/crypto-module-sprite.png') -130px -10px;
    display: inline-block;
}

.bg-eth_icon {
    width: 17px;
    height: 23px;
    background: url('../img/crypto-module-sprite.png') -100px -95px;
    display: inline-block;
}

.bg-xrp_icon {
    width: 25px;
    height: 23px;
    background: url('../img/crypto-module-sprite.png') -55px -95px;
    display: inline-block;
}

.bg-down_crypto_icon {
    width: 13px;
    height: 8px;
    background: url('../img/crypto-module-sprite.png') -10px -140px;
    display: inline-block;
}

.bg-btc_icon {
    width: 25px;
    height: 25px;
    background: url('../img/crypto-module-sprite.png') -10px -95px;
    display: inline-block;
}


.crypto-content {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    border-top: 1px solid #dedede;
    padding: 30px 30px;
    box-sizing: border-box;
    font-family: Arial;
}

    .crypto-content .head {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
    }

        .crypto-content .head h3 {
            margin: 0;
            float: left;
            font-size: 19px;
            color: #666;
            line-height: 22px;
            font-weight: normal;
        }

        .crypto-content .head .powered-by {
            float: right;
            font-size: 14px;
            color: #97a926;
        }

            .crypto-content .head .powered-by .bg-right_arrow_crypto_icon {
                margin: 0 0 0 3px;
            }

    .crypto-content ul {
        border-radius: 3px;
        box-shadow: 4px 3px 10px 0 rgba(0, 0, 0, 0.15);
        background-color: #fff;
        width: 100%;
        float: left;
    }

        .crypto-content ul li {
            width: 16.6%;
            float: left;
            box-sizing: border-box;
            padding: 20px 0 20px 25px;
            position: relative;
        }

            .crypto-content ul li:after {
                content: '';
                position: absolute;
                right: 0;
                top: 30px;
                bottom: 30px;
                width: 1px;
                background-color: #ccc;
            }

            .crypto-content ul li:last-child:after {
                content: initial;
            }

            .crypto-content ul li .name {
                font-size: 17px;
                letter-spacing: -0.41px;
                color: #999;
                margin: 0 0 10px 0;
            }

            .crypto-content ul li .middle {
                display: block;
            }

                .crypto-content ul li .middle .img {
                    float: left;
                    width: 25px;
                    height: 25px;
                    margin: 0 5px 0 0;
                    text-align: center;
                }

                    .crypto-content ul li .middle .img img {
                        max-width: 100%;
                        height: auto;
                    }

                .crypto-content ul li .middle .price {
                    font-size: 26px;
                    font-weight: bold;
                    letter-spacing: -0.63px;
                    color: #000;
                    float: left;
                    line-height: 30px;
                    margin: -3px 0 0 0;
                }

            .crypto-content ul li .percent {
                font-size: 17px;
                letter-spacing: -0.41px;
                float: left;
                margin: 5px 0 0 0;
                line-height: 20px;
            }

                .crypto-content ul li .percent.green {
                    color: #21a621;
                }

                .crypto-content ul li .percent.red {
                    color: #ff0000;
                }

                .crypto-content ul li .percent i {
                    margin: -1px 0 0 10px;
                    vertical-align: middle;
                }

/* member card css */

#member-card-container {
    position: absolute;
    z-index: 999;
    display: none;
}

#member-card {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    border-radius: 6px;
    min-height: 272px;
    position: relative;
    width: 243px;
}

    #member-card.top {
        margin-top: 8px;
    }

    #member-card.top {
        margin-bottom: 8px;
    }

        #member-card.top:before {
            content: '';
            position: absolute;
            top: -8px;
            left: 40px;
            width: 0;
            height: 0;
            border: 8px solid transparent;
            border-bottom-color: #bbb;
            border-top: 0;
            margin-left: -20px;
        }

        #member-card.top:after {
            content: '';
            position: absolute;
            top: -8px;
            left: 40px;
            width: 0;
            height: 0;
            border: 8px solid transparent;
            border-bottom-color: white;
            border-top: 0;
            margin-left: -20px;
            margin-top: 1px;
        }

    #member-card.bottom:before {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 40px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top-color: #bbb;
        border-bottom: 0;
        margin-left: -20px;
    }

    #member-card.bottom:after {
        content: '';
        position: absolute;
        bottom: -7px;
        left: 40px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top-color: white;
        border-bottom: 0;
        margin-left: -20px;
    }

.member-card-header {
    border-bottom: 1px solid #dedede;
    padding: 10px 11px 4px 11px;
    width: calc(100% - 22px);
}

    .member-card-header .member-card-image {
        width: 42px;
        height: 42px;
        overflow: hidden;
        float: left;
        overflow: hidden;
        border-radius: 50%;
        line-height: 42px;
        text-align: center;
    }

    .member-card-header .member-card-info {
        width: calc(100% - 42px);
    }

        .member-card-header .member-card-info > a {
            line-height: 17px;
            display: inline-block;
            height: 17px;
            overflow: hidden;
            padding-left: 5px;
            font-size: 15px;
            font-weight: bold;
            margin-top: 4px;
            color: black;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 100%;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
        }

        .member-card-header .member-card-info > div > span {
            font-size: 11px;
            font-family: Arial, Helvetica, sans-serif;
            font-style: normal;
            font-weight: 400;
        }

        .member-card-header .member-card-info > div {
            padding-left: 5px;
            font-size: 11px;
            line-height: 15px;
            font-weight: normal;
            color: #999;
            display: block;
            margin-top: 4px;
        }

        .member-card-header .member-card-info .damga:after {
            content: ".";
            position: relative;
            bottom: 3px;
            left: 0px;
        }

.member-card-statistic {
    padding: 14px 11px 13px 11px;
    display: block;
}

    .member-card-statistic > div {
        width: 33%;
        float: left;
    }

        .member-card-statistic > div > div:first-child {
            font-size: 15px;
            line-height: 15px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
        }

        .member-card-statistic > div > .statistic-description {
            font-size: 11px;
            line-height: 14px;
            color: #999;
            margin-top: 8px;
            font-family: Arial, Helvetica, sans-serif;
            font-style: normal;
        }

.member-card-buttons {
    padding: 0 11px;
}

    .member-card-buttons a {
        margin-bottom: 10px;
        border: 1px solid #df7618;
        border-radius: 5px;
        height: 34px;
        color: #df7618;
        font-size: 14px;
        line-height: 34px;
        font-weight: bold;
        display: inline-block;
        width: 100%;
        text-align: center;
        cursor: pointer;
        font-family: Arial, Helvetica, sans-serif;
    }

        .member-card-buttons a label {
            cursor: pointer;
        }

        .member-card-buttons a.active {
            border-color: #ccc;
            color: #ccc;
            background-color: #f1f1f1;
        }

        .member-card-buttons a.follow-button {
            display: none;
        }

    .member-card-buttons.follow .follow {
        display: inherit;
    }

    .member-card-buttons.following .unfollow {
        display: inherit;
    }

    .member-card-buttons.waiting .waiting {
        display: inherit;
    }

    .member-card-buttons.rejected .rejected {
        display: inherit;
    }

    .member-card-buttons.login-required a.login-required {
        display: inherit;
    }

.gecemodu #member-card {
    background-color: #333;
    border-color: #222;
}

.gecemodu .member-card-buttons a.active {
    background-color: #111;
}

.gecemodu .member-card-header,
.gecemodu .member-card-buttons a {
    border-color: #222;
}

    .gecemodu .member-card-statistic > div > div:first-child,
    .gecemodu .member-card-header .member-card-info > a,
    .gecemodu .member-card-buttons a {
        color: #dedede;
    }


.gecemodu #member-card.top:before,
.gecemodu #member-card.top:after {
    border-bottom-color: #333;
}

.gecemodu #member-card.bottom:before,
.gecemodu #member-card.bottom:after {
    border-top-color: #333;
}
