﻿/*@font-face {
    font-family: 'Cuprum', sans-serif;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/ISOCP.ttf') format('truetype');
}*/
.SBanner > div.carousel-inner > div.item > span.BannerText {
    cursor: default;
}

.SBanner > div.carousel-inner > div.item > a.BannerText, .SBanner > div.carousel-inner > div.item > a.BannerText:visited, .SBanner > div.carousel-inner > div.item > a.BannerText:link, .SBanner > div.carousel-inner > div.item > span.BannerText {
    text-decoration: none;
    position: absolute;
    display: block;
    /*border: 1px solid #00FF00;*/
}

.BlogHeader {
    font-family: 'Cuprum', sans-serif;
    /*font-weight: bold;*/
    font-size: 25px;
    color: #000000;
}

.author {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 13px;
}

    .author .authorImage {
        float: left;
        margin-right: 8px;
    }

        .author .authorImage .author-img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            object-fit: cover;
        }

    .author .infoArea {
        display: inline-block;
        vertical-align: middle;
        line-height: 30px; /* resim yüksekliğiyle aynı olmalı */
        font-size: 13px;
        color: #333;
        white-space: nowrap;
    }

        .author .infoArea .author-name {
            font-weight: 600;
            color: #333;
            text-decoration: none;
        }

            .author .infoArea .author-name:hover {
                text-decoration: underline;
            }

        .author .infoArea .author-date {
            color: #777;
            margin-left: 5px;
        }

/* Tablet */
@media (min-width: 768px) {
    .author .authorImage .author-img {
        width: 35px;
        height: 35px;
    }

    .author .infoArea {
        line-height: 35px; /* resim yüksekliğiyle eşitle */
    }
}

/* Desktop */
@media (min-width: 1200px) {
    .author .authorImage .author-img {
        width: 40px;
        height: 40px;
    }

    .author .infoArea {
        line-height: 40px; /* resim yüksekliğiyle eşitle */
    }
}

/* Mobil küçük ekranlar */
@media (max-width: 1200px) {
    .author .authorImage,
    .author .infoArea {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

    .CopyWriterInfo .writer-text {
        order: 2;
    }

    .CopyWriterInfo .writer-image {
        order: 1;
    }
}

.CopyWriterInfo {
    margin: 20px 0;
    display: flex; /* flex konteyner */
    flex-wrap: wrap; /* mobilde alt alta geçebilsin */
}

    /* Varsayılan sıra: yazı sol, resim sağ */
    .CopyWriterInfo .writer-text {
        flex: 0 0 75%; /* col-md-9 gibi */
        order: 1;
    }

    .CopyWriterInfo .writer-image {
        flex: 0 0 25%; /* col-md-3 gibi */
        order: 2;
        text-align: center;
    }

/* Mobilde: resim üstte, yazı altta */
@media (max-width: 991px) {
    .CopyWriterInfo .writer-text {
        flex: 0 0 100%;
        order: 2;
    }

    .CopyWriterInfo .writer-image {
        flex: 0 0 100%;
        order: 1;
        margin-bottom: 15px;
    }
}

.toc-container {
    background: #f4f4f4;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.toc-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.toc-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

    .toc-list li {
        margin: 2px 0;
    }

    .toc-list ul {
        list-style: none;
        margin: 2px 0 2px 15px; /* içe kaydırma */
        padding-left: 0;
    }

.toc-link {
    text-decoration: none;
    color: #428bca;
}

    .toc-link:hover {
        color: #2a6496;
    }

/* responsive */
@media (max-width: 768px) {
    .toc-container {
        font-size: 13px;
        padding: 10px 15px;
    }

    .toc-title {
        font-size: 15px;
    }
}

@media (min-width:992px){
    #Blog-Detail h1,
    #Blog-Detail h2,
    #Blog-Detail h3,
    #Blog-Detail h4,
    #Blog-Detail h5,
    #Blog-Detail h6 {
        scroll-margin-top: 70px; /* header yüksekliği */
    }
}

.BigHeading h1 {
    font-size: 24px;
}

/* Metin alanı */
.CopyWriterInfo .writer-text h1 {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.CopyWriterInfo .writer-text .writer-info {
    font-size: 14px;
    color: #555;
}

    .CopyWriterInfo .writer-text .writer-info p {
        margin: 5px 0 0 0;
        line-height: 1.4;
    }

/* Resim alanı */
.CopyWriterInfo .writer-image img {
    border-radius: 50%;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

#Blog-Detail > p {
    font-family: 'Cuprum', sans-serif;
    /*font-weight: bold;*/
    font-size: 20px;
    color: #45484d;
}

.UserMenu {
    margin-top: 5px;
    font-size: 11px;
    color: #9f9f9f;
}

    .UserMenu a {
        color: #666666;
    }

.DateAndCommentCount a {
    color: #808080;
}

.UserMenu a:hover {
    color: #ff6a6a;
}

.ArchiveSelect select {
    color: #666666;
    font-size: 12px;
    padding: 5px;
}

.ArchiveSelect button {
    padding: 5px;
    background-color: #000;
    color: #fff;
}

.AyYil {
    padding-left: 40px;
}

    .AyYil span {
        display: inline-block;
        padding-left: 25px;
        padding-right: 15px;
    }

#blog-search {
    width: 279px;
    height: 29px;
    padding-right: 25px;
    margin-top: 10px;
    background-position: top left;
    background-color: transparent;
    background-repeat: no-repeat;
    padding-left: 10px;
    border: none;
    border: 1px solid #d9d9d9;
    background-image: url(/Images/JMK/blogimages/search-icon.png);
    background-position: top right;
}

.MenuItemBold {
    font-weight: bold;
    color: #000;
}

.blogcategoryContainer {
    padding-top: 10px;
    padding-right: 0;
    margin-bottom: 10px;
}

    .blogcategoryContainer > ul, .blogcategoryContainer > div {
        text-align: right;
    }

        .blogcategoryContainer div > a, .blogcategoryContainer > ul > li > a, .blogcategoryContainer > ul > li > a:link, .blogcategoryContainer > ul > li > a:visited, .blogcategoryContainer > ul > li > a:active {
            font-family: 'Cuprum', sans-serif;
            /*font-weight: bold;*/
            font-size: 21px;
            color: #333;
            text-decoration: none;
            cursor: pointer;
            letter-spacing: 3px;
        }

.well-white {
    min-height: 281px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.OtherPosts .well-white {
    margin: 20px 15px;
}

.OtherPosts .slick-next:before {
    color: #000;
}

.OtherPosts .slick-prev:before {
    color: #000;
}

.blog-cat-name {
    color: #ff4b4b;
}

.mg-top-60 {
    margin-top: 60px;
}

.well-white > h4 > a, .well-white > h4 > a:link, .well-white > h4 > a:visited, .well-white > h4 > a:active {
    font-family: 'Cuprum', sans-serif;
    font-weight: normal;
    font-size: 23px;
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

footer {
    width: 100%;
    min-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #000000;
}

.footer-list {
    padding-top: 12px;
    display: table;
    width: 100%;
}

    .footer-list > div {
        padding-bottom: 10px;
    }

    .footer-list div a, .footer-list > li > a, .footer-list > li > a:link, .footer-list > li > a:active, .footer-list > li > a:visited {
        text-decoration: none;
        cursor: pointer;
        font-size: 20px;
        color: #ffffff;
        font-family: 'Cuprum', sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .footer-list div a span {
            vertical-align: middle;
            display: table-cell;
            margin-left: 10px;
        }

    .footer-list > div {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

    .footer-list a span, .footer-list .hidden-xs {
        display: inline-block;
    }

span.arsiv-icon {
    display: inline-block;
    width: 30px;
    height: 21px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/Images/JMK/blogimages/arsiv-icon.png);
}

span.sonbakilanlar-icon {
    display: inline-block;
    width: 30px;
    height: 21px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/Images/JMK/blogimages/goz_2.png);
}

span.aboneol-icon {
    display: inline-block;
    width: 30px;
    height: 21px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/Images/JMK/blogimages/aboneol-icon_2.png);
}

span.takipet-icon {
    display: inline-block;
    width: 25px;
    height: 21px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/Images/JMK/blogimages/takipet-icon_2.png);
}

.test {
    /*-moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;*/
}

.DateAndCommentCount {
    font-family: Arial;
    font-size: 12px;
    color: #808080;
}

.CommentMessage {
    width: 100%;
}



.Comments {
    padding: 0 20px 30px 20px;
}

    .Comments textarea {
        width: 100%;
    }

.CommentList {
    margin-top: 15px;
}

.CommentItem {
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #d9d9d9;
    font-family: Arial;
    overflow: auto;
}

.CommentBy {
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    padding-bottom: 5px;
}

.CommentDate {
    color: #666666;
    font-style: italic;
    font-size: 11px;
}

.CommentAvatar {
    display: inline-block;
    margin: 10px;
    margin-right: 20px;
    float: left;
}

.Comments textarea, .Comments input {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 5px;
    font-family: Arial;
}

#LoggedAs {
    color: #666666;
    font-family: Arial;
    font-style: italic;
    margin-top: -10px;
    padding-bottom: 10px;
}


.Comments h2 {
    text-align: center;
    padding-bottom: 5px;
    font-weight: bold;
    padding-top: 0;
    font-stretch: ultra-condensed;
}

.Comments #Cmt {
    border: 1px solid #2a2c2f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #45484d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
    background-image: -webkit-linear-gradient(top, #45484d, #000000);
    background-image: -moz-linear-gradient(top, #45484d, #000000);
    background-image: -ms-linear-gradient(top, #45484d, #000000);
    background-image: -o-linear-gradient(top, #45484d, #000000);
    background-image: linear-gradient(to bottom, #45484d, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#45484d, endColorstr=#000000);
    padding-left: 30px;
    padding-right: 30px;
}

    .Comments #Cmt:hover {
        border: 1px solid #151617;
        background-color: #2d2f32;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#2d2f32), to(#1a1a1a));
        background-image: -webkit-linear-gradient(top, #2d2f32, #1a1a1a);
        background-image: -moz-linear-gradient(top, #2d2f32, #1a1a1a);
        background-image: -ms-linear-gradient(top, #2d2f32, #1a1a1a);
        background-image: -o-linear-gradient(top, #2d2f32, #1a1a1a);
        background-image: linear-gradient(to bottom, #2d2f32, #1a1a1a);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2d2f32, endColorstr=#1a1a1a);
    }

.Gizli, .Gizle, .gizli, .gizle {
    display: none;
}

.FooterTabContent .Tab {
    padding: 20px;
    background-color: rgb(239, 239, 239);
    display: none;
}

form.Cmt {
    display: none;
}


.SociallIcons, .FollowUs, .AppIcons {
    text-align: center !important;
    margin-bottom: 15px;
}

    .SociallIcons a {
        margin-right: 5px;
    }

.form-control, .form-control:focus, .btn {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.Haberdar .HaberText {
    color: #ffffff;
    font-size: 18px;
}

.Haberdar .btn {
    background-color: #333;
    color: #d9d9d9;
}

    .Haberdar .btn:hover {
        background-color: #000000;
    }

.ImageContainer {
    width: 100px;
    float: left;
    margin-right: 20px;
    display: inline-block;
    height: 80px;
    overflow: hidden;
}

    .ImageContainer img {
        width: 80%;
    }

.LastVistedItem a {
    color: #333;
    font-size: 16px;
}

    .LastVistedItem a:hover {
        color: #000;
    }

    .LastVistedItem a.CatLink {
        color: #ff4a4c;
    }

.row.footer-list > div {
    opacity: 0.4;
}



.ArsivItem a span {
    vertical-align: middle;
    display: table-cell;
    margin-left: 10px;
    display: inline-block !important;
}

.ArsivItem > div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.ArsivItem a {
    font-size: 16px;
    color: #000;
}



span.okunan-icon {
    display: inline-block;
    width: 28px;
    height: 46px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/Images/JMK/Blog_arsiv.png);
}


span.begenilen-icon {
    display: inline-block;
    width: 45px;
    height: 39px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/Images/JMK/blog_kalp.png);
}




.PrLike {
    background-position: right top;
    display: block;
    right: 13px;
    top: 15px;
    width: 32px;
    height: 32px;
    background-image: url(/Images/JMK/Icons/Follow-icon.png);
    cursor: pointer;
    background-repeat: no-repeat;
    color: #000;
}

    .PrLike:hover, .PrLike.active {
        opacity: 1;
        background-image: url(/Images/JMK/Icons/Follow-iconSelected.png);
        color: #FFFFFF;
    }

    .PrLike > span {
        display: block;
        padding-top: 11px;
        text-align: center;
        width: 32px;
        text-decoration: none;
        font-size: 9px;
        font-weight: 600;
        font-family: Arial;
    }




.SmallBlogImages img {
    height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.BigBlogImages img {
    max-width: 100%;
}


#BigBlogImages {
    text-align: center;
}

#BlogImages > div {
    display: inline-block;
    height: 90px;
    margin: 10px;
    padding: 5px;
    border: 1px solid #999;
}

.row.BigBlogImages {
    text-align: center;
    margin-bottom: 15px !important;
}



/* Reset a.carousel-control */
a.carousel-control {
    border-style: none;
    background: none;
    border-radius: 0px 0px 0px 0px;
    font-size: 0px;
    height: 41px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    width: 30px;
    text-decoration: none;
    content: "";
    z-index: 999;
    text-indent: -500px;
}

    a.carousel-control.left {
        background-image: url('/Images/JMK/Banner-Prev.png');
        background-repeat: no-repeat;
        background-position: left center;
        left: 0px;
    }

    a.carousel-control.right {
        background-image: url('/Images/JMK/Banner-Next.png');
        background-repeat: no-repeat;
        background-position: right center;
        right: 0;
    }


.tiklaBasla {
    margin-top: 20px;
}

.tiklaSmall {
    display: none;
    background-color: #000;
    color: #fff;
    letter-spacing: 2px;
}

.tiklaLarge {
    display: inline-block;
    max-width: 100%;
    margin-top: 5px;
}

.epcl-breadcrumbs {
    margin-top: 25px;
}

.ml-15-desktop {
    margin-left: -15px;
}

.epcl-breadcrumbs a {
    font-weight: 600;
    color: #596172;
}

.epcl-breadcrumbs .breadcrumb_last {
    font-family: Roboto;
}

#DetailArticle {
    margin-bottom: 100px;
    /*margin-top: 30px;*/
    position: relative;
}

    #DetailArticle .NextPost {
        position: absolute;
        right: -120px;
        top: 150px;
        display: block;
        width: 91px;
        height: 441px;
        background-image: url(/Images/JMK/blogimages/NextPost.png);
        opacity: 0.6;
    }

    #DetailArticle .PrevPost {
        position: absolute;
        left: -120px;
        top: 150px;
        width: 91px;
        height: 441px;
        opacity: 0.6;
        background-image: url(/Images/JMK/blogimages/PrevPost.png);
    }

        #DetailArticle .PrevPost:hover, #DetailArticle .NextPost:hover {
            opacity: 1;
        }

.FooterText {
}

.FixedHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.MainContainer {
    margin-top: 113px;
}


.LittleTikla img {
    max-height: 60px;
}

.LittleTikla .tiklaLarge {
    margin-top: 5px;
}

.tiklaBasla .LittleBlogSearch {
    display: none;
}

.tiklaBasla.LittleTikla .LittleBlogSearch {
    display: block;
}


.FullImg {
    width: 100%;
    max-width: 100%;
}

.MarginBottom20 {
    margin-bottom: 20px;
}

.Tags {
    color: #d9d9d9;
}

    .Tags a {
        color: #808080;
        letter-spacing: 2px;
    }

        .Tags a:hover {
            color: #45484d;
            text-decoration: underline;
        }

.BlogListPages {
    text-align: right;
    padding-bottom: 20px;
}

    .BlogListPages a {
        border-radius: 0;
    }

.BlogMenu a {
    font-family: 'Cuprum', sans-serif;
    font-size: 21px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 3px;
    padding-left: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.FixedHeader.collapsed .BlogMenu a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.FixedHeader.collapsed .tiklaLarge {
    display: none;
}

.FixedHeader.collapsed .tiklaSmall {
    display: block;
    font-size: 11px;
}

.FixedHeader .LittleSearch {
    visibility: hidden;
    display: none;
}

.FixedHeader.collapsed .LittleSearch {
    visibility: visible;
}

.LittleSearch #blog-search {
    margin-top: 3px;
    height: 25px;
    max-width: 100%;
}

.Logo img {
    padding-top: 20px;
}

.Logo.LittleLogo {
    max-height: 55px;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    min-height: 0;
}

    .Logo.LittleLogo img {
        max-height: 50px;
    }


.BlogSearch form {
    position: relative;
}

.BlogSearch .SearchSubmit {
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
    height: 20px;
    background-color: transparent;
    opacity: 0;
}

.BlogFt .FooterContainer {
    max-height: 50px;
}

.BlogFt .AppIcons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

    .BlogFt .AppIcons a {
        width: 50%;
    }

        .BlogFt .AppIcons a img {
            height: 32px;
        }

.DetailSocialIcons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.DetailSocialIcons.justify-end {
    justify-content: end;
}

/*.post img.image {
    object-fit: cover;
    height: 200px;
}*/

@media (max-width:1024px) {
    .ImageContainer {
        float: none;
    }
}

@media(min-width:1170px) {

    .Logo {
        min-height: 90px;
    }

    .FixedHeader.collapsed .tiklaSmall {
        padding: 0;
        margin-top: 3px;
    }
}

@media(max-width:1200px ) and (min-width:992px) {
    .BlogMenu a {
        font-size: 18px;
        padding-left: 10px;
        padding-top: 5px;
    }

    .tiklaLarge img {
        max-width: 80px;
    }
}

@media (max-width:1200px) {

    img {
        max-width: 100% !important;
        height: auto !important;
    }
}

@media(max-width:991px) {


    #blog-search {
        margin-top: 5px;
        width: 100%;
    }

    a.tiklaSmall {
        display: block;
        margin-top: 5px;
    }

    a.tiklaLarge {
        display: none;
    }

    .Logo {
        text-align: center;
    }

        .Logo img {
            display: inline-block;
            padding-top: 10px;
            max-height: 40px;
        }
}

@media(max-width:991px) {
    .DetailSocialIcons, .DateAndCommentCount {
        display: none;
    }

    .BlogHeader {
        font-size: 20px;
        padding-right: 26px;
        margin-top: 5px;
    }

    .PrLike {
        right: 13px;
        top: 15px;
        position: absolute;
    }

    .BlogMenu a {
        letter-spacing: 0px;
        border-right: 1px solid #ccc;
        padding-right: 10px;
        font-weight: bold;
    }

        .BlogMenu a:last-child {
            border-right: none;
        }

    .Logo {
        text-align: center;
    }

        .Logo img {
            display: inline-block;
            padding-top: 10px;
            max-height: 40px;
        }

    .SmallBlogImages img {
        height: 50px;
    }

    .UserMenu {
        text-align: center;
    }

    .tiklaBasla img {
        width: 40px;
    }

    .tiklaBasla a {
        margin-top: 0;
    }



    #blog-search {
        margin-top: 5px;
        width: 100%;
    }

    .blogcategoryContainer div > a, .blogcategoryContainer > ul > li > a, .blogcategoryContainer > ul > li > a:link, .blogcategoryContainer > ul > li > a:visited, .blogcategoryContainer > ul > li > a:active {
        font-size: 16px;
    }

    .BlogMenu {
        text-align: center;
        border-top: 1px solid #ccc;
        margin-top: 10px;
    }

        .BlogMenu a {
            font-size: 16px;
            padding-left: 10px;
            padding-top: 5px;
        }

        .BlogMenu:first-child a {
            padding-left: 0;
        }

    #DetailArticle {
        margin-bottom: 100px;
        /*        margin-top: 33px;*/
    }

    .MainContainer {
        margin-top: 173px;
    }

    .well-white > h4 > a, .well-white > h4 > a:link, .well-white > h4 > a:visited, .well-white > h4 > a:active {
        font-size: 18px;
    }
}

@media(max-width:333px) {
    .BlogMenu a {
        padding-right: 7px;
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .well-white {
        min-height: 20px;
    }

    .BlogFt .footer-list {
        margin: 0;
        padding-top: 6px;
    }

        .BlogFt .footer-list .AppIcons {
            margin: 0;
            padding: 0;
        }

            .BlogFt .footer-list .AppIcons a img {
                width: 75%;
            }

    .Blog #posts {
        width: 100%;
        margin: 0 0 25px;
    }

    .Blog .FixedHeader {
        position: relative;
    }

    .Blog .MainContainer {
        margin-top: 0;
    }

    .ml-15-desktop {
        margin-left: 0;
    }

    .OtherPosts .well-white {
        margin: 20px 5px;
    }

    .OtherPosts .slick-dots {
        bottom: -10px;
    }
}
