/* mehmetdadaci.com - Özel CSS */

/* Genel */
html, body {
    font-family: 'Roboto', Arial, 'Times New Roman', Times, serif;
}

/* Üst bilgi çubuğu */
.header {
    background: #b3b3b3;
    font-size: 11px;
    padding: 10px 0;
    color: #333;
}
.header i { padding: 0 8px 0 0; }

/* Sol sabit navbar */
@media (min-width: 768px) {
    .navbar-brand img { position: relative; top: 0; }
    .navbar-inverse .navbar-nav > li > a { color: #fff; font-weight: 500; }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li.active > a,
    .navbar-inverse .navbar-nav > li > a.active,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #080808 !important;
    }
    .navbar-brand { float: none; padding: 0; margin: 0; top: 0; }
    .navbar-brand img { top: 0; width: 80%; padding: 10px; float: none; margin: 0 auto; }
    .navbar-fixed-left {
        background: url('/img/bg.jpg');
        background-size: cover;
        width: 250px;
        position: fixed;
        border-radius: 0;
        height: 100%;
        z-index: 9999;
        border: none;
    }
    .navbar-fixed-left .navbar-nav > li { float: none; width: 100%; }
    #navv .navbar-nav > li > a {
        display: flex;
        align-items: center;
        white-space: nowrap;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.2;
        padding: 11px 14px;
        text-transform: uppercase;
    }
    #navv .navbar-nav > li > a .ikonx {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        flex-shrink: 0;
    }
    #navv .navbar-nav > li > a .menu-text {
        white-space: nowrap;
        flex-shrink: 0;
    }
    .anakalip { width: 100%; padding-left: 240px; float: right; position: relative; }
}

/* Slider */
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    padding-right: 0;
}
.carousel-caption {
    text-align: left;
    font-size: 18pt;
    left: 0; right: 0; width: 100%;
}

/* İçerik alanları */
.med-baslik hr { width: 50px; border: none; border-bottom: 1px solid; border-color: #fff; clear: both; margin: 0 0 10px 0; }
.med-baslik { clear: both; }
h4 { font-weight: 700; }
.mavi-baslik { color: #E3000F; }
.mavi-baslik hr { border-color: #E3000F; }

/* Random (Son makaleler/slider) */
.Random { clear: both; }
.Random-icerik { position: relative; margin: 0 10px; }
.Random-icerik.mar { margin: 0; padding: 0; margin-bottom: 15px; }
.Random-icerik label {
    width: 100%;
    border-left: 4px solid #E3000F;
    padding: 8px 10px 5px;
    color: #fff;
    background: #333;
    display: block;
    cursor: pointer;
}
.Random-icerik.mar label {
    background: none;
    color: #333;
    padding: 0 0 5px 5px;
    border-bottom: 1px solid #E3000F;
    border-left: 0;
}

/* Footer */
.footer-ust { background: #353535; color: #bfbfbf; margin-top: 15px; }
.footer-ust i { font-size: 27px; border-right: 1px solid #4a4a4a; line-height: 50px; padding-right: 10px; margin-right: 10px; }
.footer-ust .sosyal i { font-size: 14px; border: none; }
.footer { background: #232323; padding: 20px 0; }
.footer img { margin: 0 auto; max-width: 100%; width: auto; float: none; }
.logolar img { width: 32%; padding: 0 .5%; }
.footer-alt { background: #2c2c2c; padding: 10px 0; color: #fff; font-size: 13px; }
.gratek a { color: #fff; }
.gratek a span { color: orange; }
.gratek a:hover { color: orange; text-decoration: none; }

/* Detay sayfaları */
.detay-caption { bottom: auto; top: 100px; }
.detay-caption h4 { font-size: 40px; font-weight: 100; }

/* Makale listesi */
.makale h4 { top: 10px; padding: 10px 0; font-size: 18px; position: relative; }
.makale { margin-bottom: 20px; }
.makale a.devam { font-weight: 700; font-size: 14px; }
.makale-detay hr { margin-bottom: 10px; }
.makale-detay img { margin-bottom: 10px; }
.Makaleler.list h4 { font-weight: 500; padding-bottom: 10px; }
.Makaleler.list a { color: #000; font-weight: 400; }
.Makaleler.list h3 { font-size: 14px; font-weight: 400; line-height: 1.4; margin: 0; }

.makale ul { list-style-type: none; padding: 10px 0 10px 5px; border-top: 1px solid #E3000F; border-bottom: 1px solid #E3000F; }
.makale ul li:before { content: '+'; position: relative; padding-right: 10px; }
.makale ul li ul li:before { content: '-'; }
.makale ul li ul { margin: 5px 0; }
.makale ul li.active a { color: #E3000F; }
.makale ul li.active ul li a { color: #000; }
.makale ul li.active ul li.active a { color: #E3000F; }

/* Hizmetler menüsü */
.mevzuat { text-align: left; }
.mevzuat a.devam {
    display: block;
    padding: 8px 10px;
    border-left: 3px solid transparent;
    color: #333;
    transition: all 0.2s;
}
.mevzuat a.devam h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
}
.mevzuat a.devam h3 .menu-baslik {
    flex: 1;
    min-width: 0;
}
.mevzuat a.devam h3 span {
    float: none;
    flex-shrink: 0;
}
.mevzuat a.devam:hover,
.mevzuat a.devam.active {
    border-left-color: #E3000F;
    color: #E3000F;
    text-decoration: none;
    background: #f9f9f9;
}
.mevzuatdetay { border: 1px solid #dbdbd9; padding: 15px; }

/* Hakkında belge menüsü */
.belgeler-menu .mevzuat a.devam h3 .menu-baslik {
    white-space: nowrap;
    font-size: 12px;
}
.belgeler-menu .mevzuat a.devam h3 .menu-baslik .fa {
    margin-right: 6px;
}

/* İletişim */
.iletisim h4 { color: #E3000F; font-size: 14px; }
.iletisim-form { border-radius: 0 !important; }

/* İkon */
.ikonx { width: 20px; }

/* Sosyal linkler */
.xxsosyal a { color: #333; }
.sosyal a { color: #fff; }

/* Carousel kontrol */
.carousel-control { background: none !important; }

/* Devam butonu */
.devami {
    border: 1px solid #78a6f1;
    padding: 10px 20px;
    border-radius: 5px;
    color: #E3000F;
    position: relative;
    top: 20px;
    display: inline-block;
}
.devami:hover { background: #E3000F; color: #fff; text-decoration: none; }

/* Nopadding */
.nopadding { padding: 0; }

/* Onlymobil - sadece mobil görünsün */
.onlymobil { display: none; }

@media (min-width: 768px) {
    .anaorta .ic { padding: 0 40px 0 0; line-height: 30px; }
    .top-padding { padding: 0 15px; }
}

/* Responsive mobil */
@media (max-width: 767px) {
    .nopadding-xs { padding: 0; }
    .onlymobil { display: block; }
    .onlymobil.right { float: right; }
    .mobilayar { padding: 10px !important; margin: 0; }
    .footer ul { display: none; }
    .slick-dots { margin-bottom: 30px; }
    .navbar-brand { position: absolute; top: 0; left: 0; padding: 10px; width: 95px; }
    .navbar-brand img { width: 100%; }
    .ic { padding-bottom: 40px; }
    h4 { padding: 5px 0; }
    .anaorta .sag, .anaorta .sol { position: relative; top: -10px; }
    .navbar-inverse .navbar-toggle .icon-bar { background: #E3000F; }
    .detay-caption { bottom: auto; top: -25px; }
}

/* Thumbnail hover */
.thumbnail { transition: box-shadow 0.2s; }
.thumbnail:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

/* Alert düzeni */
.alert { border-radius: 0; }
