﻿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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none !important;
    color: white;
}


/*-----------------------------------------------------------Reset Css Son*/

* {
    margin: 0;
}

html, body, form {
    height: 100%;
}

.page-wrap {
    min-height: 0;
    margin-bottom: 14px;
}

    .page-wrap:after {
        content: "";
        display: block;
    }

    .site-footer, .page-wrap:after {
        height: -5px;
    }

.site-footer {
}

/*-----------------------------------------------------------Footer Css Son*/

body {
    font-family: 'Fira Sans', sans-serif;
    background: white;
    background: url(../Images/bg.png) no-repeat top center;
}

footer {
    background: url(../Images/footer_bg.png) no-repeat center center;
}

.limit {
    width: 1070px;
    margin: auto;
}

.header {
    height: 84px;
}

.logo {
    float: left;
    /*line-height: 122px;*/
}

.menu {
    float: right;
}

    .menu > ul {
    }

        .menu > ul > li {
            margin-left: 4px;
            border-bottom: 3px solid #f0f3f5;
            display: inline-block;
            position: relative;
        }

            .menu > ul > li > a {
                padding: 40px 20px 15px 20px;
                color: white;
                font-size: 16px;
                display: block;
            }

                .menu > ul > li > a:hover {
                    color: #00365e;
                    background: #f0f3f5;
                    transition: all .4s;
                }

.biz_ul {
    position: absolute;
    top: 66px;
    left: 0;
    display: none;
    background: transparent;
    padding-top: 24px;
    z-index: 20;
}

    .biz_ul li {
        min-width: 200px;
        border-bottom: 1px solid white;
        background: #dbc080;
        opacity: .9;
    }

        .biz_ul li:hover {
            background: #b88f57;
            opacity: 1;
        }

        .biz_ul li a {
            display: block;
            padding: 10px;
        }

            .biz_ul li a div {
                display: inline-block;
                vertical-align: middle;
                color: white;
                font-size: 12px;
            }

            .biz_ul li a img {
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
            }

    .biz_ul::before {
        content: "";
        position: absolute;
        background: url(../Images/ucgen.png) no-repeat top center;
        width: 10px;
        height: 5px;
        top: 19px;
        left: 15px;
    }

.biz_li:hover .biz_ul {
    display: block;
}

.diller {
    float: right;
    margin-top: 7px;
}

.footer_ust {
}

.sosyal_header1 {
    font-size: 30px;
    color: #d1d6dc;
    font-weight: 300;
    padding-top: 28px;
    padding-bottom: 10px;
    float: left;
}

.sosyal1 {
    width: 16px;
    background: url(../Images/social17.png) 0 0;
}

    .sosyal1:hover {
        background-position: 0 32px;
    }

.sosyal2 {
    width: 28px;
    background: url(../Images/social17.png) 106px 0;
}

    .sosyal2:hover {
        background-position: 106px 32px;
    }

.sosyal3 {
    width: 26px;
    background: url(../Images/social17.png) 164px 0;
}

    .sosyal3:hover {
        background-position: 164px 32px;
    }

.sosyal4 {
    width: 24px;
    background: url(../Images/social17.png) 203px 0;
}

    .sosyal4:hover {
        background-position: 203px 32px;
    }

.sosyal_linkler {
    float: right;
    padding-top: 50px;
}

    .sosyal_linkler > a {
        height: 31px;
        display: inline-block;
        margin-right: 4px;
        margin-left: 3px;
    }

.sosyal_header2 {
    font-size: 14px;
    color: #d1d6dc;
    padding-bottom: 10px;
}

.footer_sosyal {
    background: #ba9159;
    padding: 38px 0px;
    border-top: 1px solid #854012;
    border-bottom: 1px solid #854012;
}

.footer_alt {
}

.insta1 {
    display: inline-block;
    vertical-align: top;
}

    .insta1 a, .insta2 a, .InstagramElement {
        display: block;
    }

        .insta1 a div, .InstagramElementImg, .insta2 a div {
            height: 200px;
            width: 200px;
            position: relative;
        }

            .insta1 a div img, .InstagramElementImg img, .insta2 a div img {
                position: absolute;
                left: 10px;
                top: 10px;
            }

.insta2 {
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px 0px 0px;
}

.twitter1 {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}

    .twitter1 > a {
        max-width: 260px;
        padding: 15px 20px;
        border: 1px solid #2c6185;
        display: block;
        max-height: 93px;
        overflow: hidden;
        margin-bottom: 20px;
        cursor: auto;
    }

p.tweet a {
    color: #32b4ea !important;
}

.kus {
    /*padding: 13px 0px;*/
}

.t_content {
    font-size: 14px;
    color: #eaf7fd;
    margin-bottom: 10px;
    text-align: left;
    line-height: 17px;
}

.timePosted {
    color: #849eb1;
    float: right;
    font-size: 14px;
}

.t_baslik {
    color: #32b4ea;
    font-size: 14px;
    margin-bottom: 3px;
}

.footer_alt_sol {
    float: left;
    color: #d1d6dc;
    font-size: 12px;
    padding-top: 30px;
    line-height: 15px;
    width: -webkit-fill-available;
}

.footer_alt_sag {
    float: right;
    padding-top: 36px;
}

.scrollup {
    width: 38px;
    height: 43px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('../Images/yukari_cik.png') no-repeat;
}


/*----------------------------------------------------------------------------------Bxslider saçmalığı1*/

.banner .bx-wrapper .bx-viewport {
    -webkit-box-shadow: 0 !important;
    box-shadow: none !important;
    border: none !important;
    left: 0 !important;
    background: none !important;
}

.banner .bx-wrapper .bx-next {
    background: url(../Images/sag.jpg) no-repeat top center !important;
    height: 155px;
    width: 83px;
    right: 10%;
}

/*.banner .bx-wrapper .bx-next:hover {
        background: url(/Images/slide_sag_aktif.png) no-repeat top center !important;
    }*/

.banner .bx-wrapper .bx-prev {
    background: url(../Images/sol.jpg) no-repeat top center !important;
    height: 155px;
    width: 83px;
    left: 9%;
}

/*.banner .bx-wrapper .bx-prev:hover {
        background: url(/Images/slide_sol_aktif.png) no-repeat top center !important;
    }*/

/*----------------------------------------------------------------------------------Bxslider saçmalığı1*/



/*----------------------------------------------------------------------------------Bxslider saçmalığı2*/

.satistaki_projeler .bx-wrapper .bx-viewport {
    -webkit-box-shadow: 0 !important;
    box-shadow: none !important;
    border: none !important;
    left: 0 !important;
    background: none !important;
}

.satistaki_projeler .bx-wrapper .bx-next {
    background: url(../Images/sag1.png) no-repeat top center !important;
    height: 155px;
    width: 83px;
    right: -11%;
}

/*.banner .bx-wrapper .bx-next:hover {
        background: url(/Images/slide_sag_aktif.png) no-repeat top center !important;
    }*/

.satistaki_projeler .bx-wrapper .bx-prev {
    background: url(../Images/sol1.png) no-repeat top center !important;
    height: 155px;
    width: 83px;
    left: -10%;
}

/*.banner .bx-wrapper .bx-prev:hover {
        background: url(/Images/slide_sol_aktif.png) no-repeat top center !important;
    }*/

/*----------------------------------------------------------------------------------Bxslider saçmalığı2*/




.banner {
}

    .banner .bxslider {
    }

        .banner .bxslider li {
            height: 603px !important;
        }

    .banner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: 84px !important;
    }

        .banner .bx-wrapper .bx-pager.bx-default-pager a {
            background: none !important;
            height: 33px !important;
            width: 33px !important;
            background-image: url(../Images/gecis2.png) !important;
            margin: 0 !important;
        }

            .banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
                background-image: url(../Images/gecis1.png) !important;
            }

.anasayfa_sol {
    float: left;
    width: 750px;
}

.anasayfa_sag {
    float: right;
    width: 300px;
}

.yirmi {
    /*background: url(/Images/20.png) no-repeat top left;*/
    background-position-x: 114px;
}

    .yirmi a img {
        /*padding-top: 30px;*/
        width: 100%;
        margin-top: -63px;
    }

.satistaki_projeler {
    margin-top: 26px;
    font-size: 16px;
    color: #00365e;
    margin-bottom: 30px;
}



    .satistaki_projeler ul li {
        position: relative;
        text-align: center;
        line-height: 80px;
        height: 80px;
        vertical-align: middle;
        display: inline-block;
        float: none !important;
        border-left: 1px solid #dadada;
    }

        .satistaki_projeler ul li a {
            vertical-align: middle;
            display: inline-block;
            float: none !important;
            height: 80px;
            display: block;
        }

        .satistaki_projeler ul li img {
            max-height: 80px;
            max-width: 180px;
            vertical-align: middle;
            display: inline-block;
            float: none !important;
        }

.satistakiler_baslik {
    margin: 20px 0px;
}

.anasayfa_sag1_baslik {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #8500ff;
    line-height: 33px;
    text-align: right;
}

.anasayfa_sag1_icerik {
    font-size: 16px;
    margin-bottom: 30px;
    color: #8500ff;
    text-align: right;
    line-height: 22px;
}

.anasayfa_basin {
    font-size: 24px;
    color: #00365e;
    padding-bottom: 14px;
    border-bottom: 1px solid #aabcc9;
}

.tek_basin {
    margin: 30px 0px;
    padding-bottom: 40px;
    border-bottom: 1px solid #aabcc9;
}

    .tek_basin > a {
        display: block;
    }

.tek_basin_sag > .baslik {
}

.tek_basin_sag > .icerik {
}

.tek_basin_sol {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-right: 5px;
    font-weight: 300;
    margin-right: -20px;
}

    .tek_basin_sol > .gun {
        display: inline-block;
        vertical-align: middle;
        color: #6b7f93;
        font-size: 18px;
    }

    .tek_basin_sol > .ay {
        display: inline-block;
        vertical-align: middle;
        transform: rotate(90deg);
        margin-left: -32px;
        color: #6b7f93;
        font-size: 16px;
        min-width: 72px;
        text-align: center;
    }

.tek_basin_sag {
    display: inline-block;
    vertical-align: middle;
    max-width: 240px;
}

.basin_baslik {
    font-size: 18px;
    color: #0067a0;
    line-height: 20px;
    margin-bottom: 8px;
}

.basin_icerik {
    color: #001B2A;
    line-height: 18px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
}

.basin_detay {
    color: #0067a0;
    font-size: 12px;
}

.basin_social {
    float: right;
    position: relative;
    z-index: 10;
}

    .basin_social a {
        display: inline-block;
    }

    .basin_social > .f_tw {
        height: 20px;
        width: 65px;
        background: url(../Images/t.png) no-repeat top center;
    }

    .basin_social > .f_fb {
        height: 20px;
        width: 55px;
        background: url(../Images/f.png) no-repeat top center;
    }

.biz_list {
    width: 270px;
    float: left;
}

    .biz_list > ul {
    }

        .biz_list > ul > li {
            margin-bottom: 18px;
        }

            .biz_list > ul > li > a {
                position: relative;
            }

                .biz_list > ul > li > a > img {
                    position: absolute;
                    bottom: -6px;
                    left: 0;
                    display: none;
                }

                .biz_list > ul > li > a > span {
                    font-size: 18px;
                    color: black;
                }

.kurumsal_content {
    width: 730px;
    float: right;
}

.kurumsal_baslik {
    font-size: 18px;
    color: black;
    margin-bottom: 14px;
    font-weight: 500;
}

.sag_sanal_baslik {
    font-size: 18px;
    color: black;
    margin-bottom: 16px;
    font-weight: 500;
}

.kurumsal_icerik {
    font-size: 13px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 30px;
}

.sol_sanal {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.sag_sanal {
    display: inline-block;
    vertical-align: middle;
}

.adem_bulut_sanal_tur2 {
    margin-top: 60px;
}

.projeler_sol {
    width: 300px;
    float: left;
}

    .projeler_sol > ul {
    }

        .projeler_sol > ul > li {
            list-style-image: none;
            margin-bottom: 20px;
            font-weight: 500;
            cursor: pointer;
        }

            .projeler_sol > ul > li > img {
                display: none;
                margin-top: -6px;
            }

            .projeler_sol > ul > li > ul {
                display: none;
                padding-left: 15px;
            }

                .projeler_sol > ul > li > ul > li {
                    border-bottom: 1px solid #a4c9dd;
                    max-width: 200px;
                    margin-bottom: 7px;
                    margin-top: 7px;
                    font-weight: normal;
                    position: relative;
                }

                    .projeler_sol > ul > li > ul > li:hover {
                        list-style-image: url(../Images/ucgen2.png);
                    }

                        .projeler_sol > ul > li > ul > li:hover > a > img {
                            display: block;
                        }


                    .projeler_sol > ul > li > ul > li > a {
                        position: relative;
                        width: 100%;
                        display: block;
                        font-size: 13px;
                        color: black;
                    }

                        .projeler_sol > ul > li > ul > li > a > img {
                            display: none;
                            position: absolute;
                            right: -2px;
                            bottom: -6px;
                        }

.aktif_li {
    list-style-image: url(../Images/ucgen1.png) !important;
}

    .aktif_li > img {
        background: url(../Imges/cubuk.html) no-repeat top center !important;
        display: block !important;
    }

    .aktif_li > ul {
        display: block !important;
    }

.projeler_sag {
    width: 750px;
    float: right;
    text-align: center;
}

    .projeler_sag > .tek_proje {
        padding: 6px 8px;
        border: 1px solid #a0a0a0;
        display: inline-block;
        margin: 10px;
    }

        .projeler_sag > .tek_proje > a {
            display: block;
        }

            .projeler_sag > .tek_proje > a > img {
            }

            .projeler_sag > .tek_proje > a > .proje_adi {
                font-size: 16px;
                color: #0067a0;
                padding: 8px 0px;
                text-align: left;
            }

.detay_ust {
    background-color: white;
    height: 60px;
    border-top: 1px solid #c4c4c4;
}

.proje_logo {
    float: left;
    margin-right: 40px;
    margin-top: 7px;
}

    .proje_logo > img {
    }

.master_bosluk {
    padding-bottom: 50px;
}

.detay_baslik {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
}

.detay_ust_sag {
    float: left;
    margin-top: 20px;
    margin-left: 60px;
}

    .detay_ust_sag > div > img {
        margin-right: 2px;
    }

.detay_baslik > img {
    display: inline-block;
    vertical-align: middle;
}

.detay_baslik > div {
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
    font-size: 14px;
    color: #CDCDCD;
}

.aktif_baslik > div {
    color: #000;
}

.resimli_kisim {
    display: inline-block;
    vertical-align: top;
    width: 329px;
    background: url(../Images/detay_bg.jpg) no-repeat top center;
}

.resimli_kisim2 {
    display: inline-block;
    vertical-align: top;
    width: 329px;
    background: url(../Images/detay_bg2.jpg) no-repeat top center;
}

.detay_tum_icerikler {
    padding: 80px 25px;
    padding-bottom: 0;
    min-height: 645px;
}

.icerik_kismi {
    display: inline-block;
    vertical-align: top;
    padding: 0px 30px;
    width: 646px;
}

.detay_limit {
    background: white;
}

.proje_detay_content {
    padding: 30px 0px;
    background: #ebebeb;
    min-height: 577px;
}

.resimli_yer_baslik1 {
    margin-bottom: 15px;
}

    .resimli_yer_baslik1 > img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
    }

    .resimli_yer_baslik1 > div {
        font-size: 18px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 3px;
        border-bottom: 1px solid #fff;
    }

.resimli_yer_baslik2 {
}

    .resimli_yer_baslik2 > img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
    }

    .resimli_yer_baslik2 > div {
        font-size: 17px;
        color: white;
        display: inline-block;
        vertical-align: middle;
    }

.resimli_yer_baslik3 {
    font-style: italic;
    color: white;
    margin-bottom: 30px;
    margin-left: 24px;
    font-weight: 300;
    font-size: 15px;
    margin-top: 2px;
}

.detay_li1 {
    display: inline-block;
    vertical-align: top;
    color: white;
    font-size: 15px;
    width: 95px;
    font-size: 15px;
}

.detay_li2 {
    display: inline-block;
    vertical-align: top;
    color: white;
    font-size: 15px;
    font-weight: 300;
    max-width: 120px;
    font-size: 15px;
    line-height: 18px;
}

.detay_hakkinda_icerik {
    margin-left: 24px;
}

    .detay_hakkinda_icerik > ul {
    }

        .detay_hakkinda_icerik > ul > li {
            list-style-image: url(../Images/ball.png);
            margin-bottom: 13px;
            text-indent: -2px;
        }


.detay_galeri_icerik {
    margin-left: 24px;
    height: 350px;
}

    .detay_galeri_icerik > ul {
        height: 100%;
    }

        .detay_galeri_icerik > ul > li {
            margin-bottom: 10px;
            display: inline-block;
            vertical-align: top;
            margin-right: 13px;
            cursor: pointer;
        }

            .detay_galeri_icerik > ul > li:nth-child(even) {
                margin-right: 10px;
            }

.hakkinda_bolum1 {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    font-size: 12px;
    line-height: 24px;
    width: 48%;
    margin-top: 50px;
}

.hakkinda_bolum2 {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 24px;
    width: 48%;
    margin-top: 50px;
}

.proje_detay_content .detay_limit {
    display: none;
}

.oda_adi {
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color: white;
    margin-top: 4px;
    max-width: 108px;
}

.oda_adi2 {
    font-size: 18px;
    color: #000;
    font-style: italic;
    margin: 10px;
}



/*---------------------------------------------------------------------------------------- Scroll Saçmalığı*/

.detay_galeri_icerik::-webkit-scrollbar {
    width: 8px;
}

.detay_galeri_icerik::-webkit-scrollbar-thumb {
    background-color: #dedede;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.detay_galeri_icerik::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.detay_galeri_icerik::-webkit-scrollbar-corner {
    background-color: transparent;
}

.detay_galeri_icerik {
    overflow-y: auto;
}


/*---------------------------------------------------------------------------------------- Scroll Saçmalığı*/

#harita {
    height: 533px;
    width: 100%;
    margin-top: 40px;
    margin-left: 16px;
}

.tek_basin15 {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 24px;
    width: 263px;
}

    .tek_basin15 > a > img {
        border: 1px solid #c2c2c2;
        margin-bottom: 20px;
    }

.basin_baslik15 {
    font-size: 14px;
    min-height: 40px;
    border-bottom: 1px solid #0067a0;
    margin-bottom: 7px;
    color: black;
}

.basin_detay2 {
    color: #0067a0;
    float: right;
    font-size: 12px;
}

.tek_haber {
    margin-bottom: 50px;
}

    .tek_haber img {
        float: left;
        margin-right: 15px;
    }

.haber_sag {
    float: right;
    width: 437px;
}

.haber_sag_header {
    padding-bottom: 5px;
    border-bottom: 1px solid #0067a0;
    margin-bottom: 12px;
}

.haber_baslik {
    font-weight: 500;
    float: left;
    font-size: 17px;
}

.haber_tarih {
    float: right;
    color: #0067a0;
    font-size: 14px;
}

.haber_icerik {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 9px;
}

.haber_detayli {
    color: #0067a0;
    font-size: 14px;
    font-style: italic;
}

.ik_yazi {
    font-style: italic;
    font-size: 14px;
    float: left;
    max-width: 300px;
    margin-left: 20px;
}

.insan {
    float: left;
}

.yardimci_baslik1 {
    font-size: 14px;
    margin: 10px 0;
    color: #0067a0;
    font-style: italic;
}

.size_tablo {
    width: 500px;
}

    .size_tablo > table {
        width: 100%;
    }

        .size_tablo > table > tbody {
            width: 100%;
        }

            .size_tablo > table > tbody > tr, .size_tablo2 tr {
                width: 100%;
                border-bottom: 1px solid #ccc;
                line-height: 50px;
            }

                .size_tablo > table > tbody > tr > td:nth-child(even), .size_tablo2 td:nth-child(even) {
                    vertical-align: bottom;
                }

                .size_tablo > table > tbody > tr > td:nth-child(odd) {
                    font-size: 14px;
                    color: black;
                    vertical-align: bottom;
                }

.size_tablo2 td:nth-child(odd) {
    vertical-align: top !important;
}

.size_tablo2 td:nth-child(even) {
    vertical-align: top !important;
}

.size_text {
    border: none;
    text-indent: 10px;
    outline: none;
    height: 25px;
    width: 320px;
}

.radio_butonlar {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 14px;
}

.nerden {
    margin-bottom: 30px;
    margin-top: 13px;
}

    .nerden input {
        margin-right: 2px;
        vertical-align: middle;
        cursor: pointer;
    }

    .nerden label {
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer;
    }

    .nerden tr {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }

.size_mesaj_txt {
    border: none;
    text-indent: 10px;
    outline: none;
    height: 125px;
    padding-top: 16px;
    width: 320px;
}

#instafeed {
    display: none;
}

.btn_gonder {
    float: right;
    margin-top: 20px;
    cursor: pointer;
}

.btn_gonder2 {
    float: right;
    margin-top: 20px;
    cursor: pointer;
    background: transparent;
    font-size: 15px;
    color: black;
    cursor: pointer;
    border: none;
    outline: none;
}

.btn_size_gonder {
    border: none;
    outline: none;
    background: transparent;
    color: black;
    font-size: 14px;
    cursor: pointer;
}

.adres_bilgileri {
    float: left;
    width: 250px;
    margin-right: 50px;
}

    .adres_bilgileri > table {
        width: 100%;
        margin-top: 15px;
    }

        .adres_bilgileri > table > tbody {
            width: 100%;
        }

            .adres_bilgileri > table > tbody > tr {
                width: 100%;
                line-height: 29px;
            }

                .adres_bilgileri > table > tbody > tr:last-child {
                }

                .adres_bilgileri > table > tbody > tr > td {
                }

                    .adres_bilgileri > table > tbody > tr > td:nth-child(odd) {
                        font-size: 14px;
                        width: 30%;
                    }

                    .adres_bilgileri > table > tbody > tr > td:nth-child(even) {
                        font-size: 14px;
                        width: 70%;
                    }


.iletisim_tablo {
    float: left;
    width: 450px;
}

    .iletisim_tablo > table {
        width: 100%;
    }

        .iletisim_tablo > table > tbody {
            width: 100%;
        }

            .iletisim_tablo > table > tbody > tr {
                width: 100%;
                line-height: 45px;
                border-bottom: 1px solid #ccc;
            }

                .iletisim_tablo > table > tbody > tr:last-child {
                }

                .iletisim_tablo > table > tbody > tr > td {
                }

                    .iletisim_tablo > table > tbody > tr > td:nth-child(odd) {
                        font-size: 14px;
                    }

                    .iletisim_tablo > table > tbody > tr > td:nth-child(even) {
                    }

.size_text2 {
    border: none;
    text-indent: 10px;
    outline: none;
    height: 25px;
    width: 220px;
}

.uzun_mesaj {
    border: none;
    text-indent: 10px;
    outline: none;
    height: 125px;
    width: 220px;
    margin-top: 9px;
}

.adres_bilgileri_baslik {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

#harita2 {
    width: 100%;
    height: 480px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.harita_cikinti {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 205px;
    background: url(../Images/harita_ozel.png) no-repeat top center;
    z-index: 10;
}

.harita {
    position: relative;
    height: 480px;
    margin-top: -185px;
}

.ac {
    display: none;
}

#menu-left {
    background: #231f20;
}

    #menu-left ul {
        display: none;
    }

.mm-menu.mm-current {
    z-index: 100;
}

.yanmenu {
    display: none;
}


/*----------------------------------------*/

.mm-listview > li > a, .mm-listview > li > span {
    color: white !important;
}

.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
    border-color: #DACDCD !important;
}

.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
    color: #DACDCD !important;
}

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: #DACDCD !important;
}


/*---------------------------------------- Mmenu sacmalıgı*/

.baskan_resmi {
    position: relative;
    padding-bottom: 23px;
}

    .baskan_resmi > .adi_again {
        position: absolute;
        top: 0;
        left: 30px;
        padding: 30px 10px;
        background: url(../Images/baskan.png) repeat top center;
        color: white;
        font-size: 15px;
    }

.tekrar_adi {
    float: right;
}

.yonetim_sol {
    float: left;
    margin-right: 20px;
    width: 180px;
}

    .yonetim_sol ul {
    }

        .yonetim_sol ul li {
        }

            .yonetim_sol ul li a {
                font-size: 13px;
                color: black;
                display: block;
                width: 100%;
                padding-bottom: 1px;
                border-bottom: 1px solid #a4c9dd;
                padding-right: 10px;
                margin-bottom: 3px;
            }

                .yonetim_sol ul li a:hover, .aktif_yonetici {
                    background: url(../Images/ucgen_list.png) no-repeat right center;
                }

.yonetim_sag {
    width: 570px;
    float: right;
}

.veri_cek div {
    line-height: 30px;
}

.instagram_resim, .InstagramElementImg {
   
}

    .InstagramElementImg img {
        max-height: 100%;
        max-width: 100%;
    }

.geri_don {
    padding-top: 30px;
}

@media screen and (max-width: 1070px) {
    .limit {
        width: 100%;
    }

    .kapat {
        display: none !important;
    }

    body {
        background: url(../Images/bg.png) no-repeat top center !important;
    }

    .ac {
        display: block;
    }

    .logo {
        margin-left: 20px;
    }

    .yonetim_sag {
        float: none;
        text-align: center;
        width: auto;
    }

    .menu {
        margin-right: 20px;
    }

    .banner .bxslider li {
        background-size: 100% 100% !important;
    }

    .anasayfa_sol {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: auto;
    }

    .anasayfa_sag {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: auto;
    }

    .ortala {
        text-align: center;
    }

    .yirmi {
        background: none;
        background-position-x: 0;
        margin-top: 63px;
    }

        .yirmi a img {
            margin-top: 23px;
        }

    .anasayfa_sag1_baslik {
        text-align: center;
    }

    .anasayfa_sag1_icerik {
        text-align: center;
    }

    .basin_social {
        margin-right: 10px;
    }

    .basin_detay {
        text-align: left;
    }

    .page-wrap {
        margin-bottom: -60px;
    }

        .site-footer, .page-wrap:after {
            height: 60px;
        }

    .footer_alt_sag {
        margin-right: 10px;
        padding-top: 28px;
    }

    .footer_alt_sol {
        margin-left: 10px;
    }

    .kurumsal_content {
        width: auto;
        float: none;
        padding: 0 10px 10px 10px;
    }

    .yanmenu {
        display: none;
    }

    .sag_sanal {
        display: block;
        vertical-align: baseline;
    }

    .sag_sanal_resim img {
        width: 100%;
    }

    .projeler_sag > .tek_proje > a > img {
        max-width: 100%;
    }

    .projeler_sag {
        width: auto;
        float: none;
    }

    .proje_logo {
        float: none;
        margin-right: 0;
        text-align: center;
    }

    .detay_ust_sag {
        float: none;
        margin-left: 0;
        text-align: center;
    }

    .detay_ust {
        height: auto;
    }

    .resimli_kisim {
        width: auto;
    }

    .detay_limit {
        text-align: center;
    }

    .icerik_kismi {
        width: auto;
        padding: 0;
    }

    .tek_galeri {
        display: inline-block;
        vertical-align: top;
        margin: 5px;
    }

    .icerik_kismi15 {
        width: 90%;
    }

    .kurumsal_content {
        width: auto !important;
    }

    .tek_haber {
        text-align: center;
    }

        .tek_haber img {
            float: none;
            margin-right: 0;
            max-width: 100%;
        }

    .haber_sag {
        float: none;
        width: auto;
        margin-top: 10px;
    }

    .iletisim_tablo {
        width: auto;
    }

    .size_text2 {
        width: auto;
    }

    .uzun_mesaj {
        width: 220px;
    }
}

@media screen and (max-width: 750px) {
    .menu {
        display: none;
    }

    .baskan_resmi img {
        width: 90%;
    }

    .yanmenu {
        display: block;
        float: right;
        margin-top: 20px;
        margin-right: 10px;
    }

    #menu-left {
        background: #231f20;
    }

    .hakkinda_bolum1, .hakkinda_bolum2 {
        width: auto;
    }

    .size_tablo {
        width: auto;
    }

    .size_text {
        width: auto;
    }

    .size_mesaj_txt {
        width: auto;
    }

    .btn_gonder {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .logo img {
        width: 164px;
        margin-top: 12px;
    }

    .satistaki_projeler .bx-wrapper .bx-prev {
        left: 0;
    }

    .satistaki_projeler .bx-wrapper .bx-next {
        right: 0;
    }
}


.basic-padding{
    padding-top:15px;
    padding-bottom:15px;
}
.image-hover {
  background: -webkit-linear-gradient(45deg, #ff89e9 0, #05abe0 100%);
  background: linear-gradient(45deg, #ffffff 0, #000000 100%);
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-hover .overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  text-align: left;
}
.image-hover .overlay::before {
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  opacity: 0;
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.image-hover img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  max-width: none;
  width: calc(108%);
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.image-hover h2 {
  padding: 15% 0 10px;
  color: #fff;
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
}
.image-hover .btn-hover {
  display: inline-block;
  color: #fff;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.image-hover:hover img {
  opacity: .6;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.image-hover:hover .overlay::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.image-hover:hover .btn-hover {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}