/* =====================================================
   GENEL YAPI
   Simetrik, ortalanmış ve mobil uyumlu kurumsal düzen
===================================================== */

#colwrapper {
    position: relative;

    left: 0 !important;

    float: left;

    width: 100% !important;
    max-width: 100%;

    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0;

    background: #ffffff;

    box-sizing: border-box;
}

#colwrapper *,
#colwrapper *::before,
#colwrapper *::after {
    box-sizing: border-box;
}


/* =====================================================
   FOOTER
   Position ve float yapısı değiştirilmedi
===================================================== */

.footer2 {
    position: relative !important;
    float: left !important;

    clear: both;

    width: 100% !important;
    max-width: 100%;

    margin: 0;
    padding: 0;

    box-sizing: border-box;
}


/* =====================================================
   SOL MENÜ GİZLEME
===================================================== */

.master2solmenu2 {
    display: none !important;
}


/* =====================================================
   PAGE DETAIL / KATEGORİ AÇIKLAMA ANA ALAN
===================================================== */

.pagedetail {
    position: relative;

    float: left;
    clear: both;

    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0 40px 70px 40px;

    top: 0;

    background: #ffffff;

    color: #666666;

    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;

    box-sizing: border-box;
}


/* Float temizleme */
#colwrapper::after,
.pagedetail::after,
.pagedetail .detail::after,
.p2detail::after {
    content: "";
    display: table;
    clear: both;
}


/* =====================================================
   PAGE DETAIL / KATEGORİ BAŞLIK
   İçerikle hizalı, ortalanmış başlık
===================================================== */

.pagedetail h3 {
    position: relative;

    float: none;
    clear: both;

    display: block;

    width: 100%;
    max-width: 1180px;

    margin: 0 auto 35px auto;
    padding: 22px 34px 22px 58px;

    color: #444444;

    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: 22px center;

    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;

    letter-spacing: 0.5px;

    border-left: 5px solid #a07e49;
    border-radius: 0 6px 6px 0;

    box-sizing: border-box;
}


/* =====================================================
   FONT BÜYÜT / KÜÇÜLT ALANI
===================================================== */

.pagedetail .changefontsize {
    display: none !important;

    float: right;

    width: 58px;
    height: 25px;

    padding: 0;

    background: url("../img/changefontsize.png") no-repeat left top;
}

.pagedetail .changefontsize a {
    float: left;

    width: 29px;
    height: 25px;

    text-decoration: none;
}

.pagedetail .changefontsize a .big,
.pagedetail .changefontsize a .small {
    display: block;
}


/* =====================================================
   PAGE DETAIL / İÇERİK ALANI
===================================================== */

.pagedetail .detail {
    position: relative;

    float: none;
    clear: both;

    display: block;

    width: 100%;
    max-width: 1180px;

    min-height: 1px;

    margin: 0 auto;
    padding: 0;

    background: #ffffff;

    box-sizing: border-box;
}


/* =====================================================
   DETAY / KATEGORİ AÇIKLAMA METİN BLOĞU
   Ortalanmış, sağ-sol dengeli boşluklu yapı
===================================================== */

.p2detail,
.pagedetail .p2detail,
.pagedetail .detail .p2detail,
#colwrapper .p2detail {
    position: relative;

    float: none;
    clear: both;

    display: block;

    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
    padding: 55px 65px 75px 65px;

    color: #666666;

    background: #ffffff;

    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;

    text-align: left;

    border: 1px solid #f0f0f0;
    border-radius: 8px;

    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.035);

    box-sizing: border-box;
}


/* =====================================================
   METİN ELEMENTLERİ
===================================================== */

.p2detail p,
.pagedetail .detail p {
    margin: 0 0 18px 0;

    color: #666666;

    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

.p2detail p:last-child,
.pagedetail .detail p:last-child {
    margin-bottom: 0;
}

.p2detail strong,
.p2detail b {
    color: #444444;
    font-weight: 700;
}

.p2detail a {
    color: #a07e49;
    text-decoration: none;

    transition: color 0.25s ease;
}

.p2detail a:hover {
    color: #7c5f32;
    text-decoration: underline;
}

.p2detail img,
.pagedetail .detail img {
    display: block;

    max-width: 100%;
    height: auto;

    margin: 24px auto;

    border-radius: 8px;
}


/* =====================================================
   ANAHTAR KELİME ALANI
===================================================== */

.pagedetail .keyword {
    margin-top: 30px;
    padding: 18px 20px;

    color: #777777;

    background: #fafafa;

    border: 1px dotted #cccccc;
    border-radius: 8px;

    font-size: 14px;
    line-height: 1.6;

    box-sizing: border-box;
}


/* =====================================================
   ALT BAŞLIK
===================================================== */

.pagedetail h4 {
    margin: 25px 0 15px 0;

    color: #a07e49;

    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}


/* =====================================================
   TABLET UYUMU
===================================================== */

@media screen and (max-width: 991px) {
    .pagedetail {
        padding: 0 28px 60px 28px;

        font-size: 15px;
        line-height: 1.7;
    }

    .pagedetail h3 {
        max-width: 100%;

        margin-bottom: 25px;
        padding: 20px 28px 20px 52px;

        background-position: 18px center;

        font-size: 20px;
    }

    .pagedetail .detail {
        max-width: 100%;
    }

    .p2detail,
    .pagedetail .p2detail,
    .pagedetail .detail .p2detail,
    #colwrapper .p2detail {
        max-width: 100%;

        padding: 42px 38px 60px 38px;

        font-size: 15px;
        line-height: 1.75;
    }

    .p2detail p,
    .pagedetail .detail p {
        font-size: 15px;
        line-height: 1.75;
    }

    .pagedetail h4 {
        font-size: 19px;
    }
}


/* =====================================================
   MOBİL UYUMU
===================================================== */

@media screen and (max-width: 768px) {
    #colwrapper {
        width: 100% !important;
        max-width: 100%;

        left: 0 !important;

        margin: 0 !important;
        padding: 0;
    }

    .pagedetail {
        width: 100%;
        max-width: 100%;

        padding: 0 18px 45px 18px;

        font-size: 15px;
        line-height: 1.65;
    }

    .pagedetail h3 {
        width: 100%;
        max-width: 100%;

        margin-bottom: 18px;
        padding: 18px 18px 18px 46px;

        background-position: 15px center;
        background-size: 20px auto;

        font-size: 18px;
        line-height: 1.35;

        letter-spacing: 0.2px;

        border-left-width: 4px;
        border-radius: 0 5px 5px 0;
    }

    .pagedetail .detail {
        width: 100%;
        max-width: 100%;
    }

    .p2detail,
    .pagedetail .p2detail,
    .pagedetail .detail .p2detail,
    #colwrapper .p2detail {
        width: 100%;
        max-width: 100%;

        margin: 0 auto;

        padding: 28px 22px 42px 22px;

        font-size: 15px;
        line-height: 1.7;

        text-align: left;

        border-radius: 7px;
    }

    .p2detail p,
    .pagedetail .detail p {
        margin-bottom: 15px;

        font-size: 15px;
        line-height: 1.7;
    }

    .pagedetail h4 {
        margin: 22px 0 12px 0;

        font-size: 18px;
    }

    .pagedetail .keyword {
        margin-top: 22px;
        padding: 15px;

        font-size: 13px;
    }

    .footer2 {
        position: relative !important;
        float: left !important;

        clear: both;

        width: 100% !important;
        max-width: 100%;
    }
}


/* =====================================================
   KÜÇÜK MOBİL UYUMU
===================================================== */

@media screen and (max-width: 480px) {
    .pagedetail {
        padding: 0 14px 38px 14px;
    }

    .pagedetail h3 {
        padding: 16px 15px 16px 42px;

        background-position: 13px center;
        background-size: 18px auto;

        font-size: 17px;
    }

    .p2detail,
    .pagedetail .p2detail,
    .pagedetail .detail .p2detail,
    #colwrapper .p2detail {
        padding: 24px 18px 36px 18px;

        font-size: 14px;
        line-height: 1.7;

        border-radius: 6px;
    }

    .p2detail p,
    .pagedetail .detail p {
        font-size: 14px;
        line-height: 1.7;
    }

    .pagedetail h4 {
        font-size: 17px;
    }
}


/* =====================================================
   ÇOK KÜÇÜK EKRANLAR
===================================================== */

@media screen and (max-width: 360px) {
    .pagedetail {
        padding: 0 10px 34px 10px;
    }

    .pagedetail h3 {
        padding: 15px 12px 15px 38px;

        background-position: 11px center;
        background-size: 16px auto;

        font-size: 16px;
    }

    .p2detail,
    .pagedetail .p2detail,
    .pagedetail .detail .p2detail,
    #colwrapper .p2detail {
        padding: 22px 14px 32px 14px;

        font-size: 14px;
    }
}

