﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Calibrim';
    src: url('../Font/calibri.eot');
    src: url('../Font/calibri.eot?#iefix') format('embedded-opentype'), url('../Font/calibri.woff') format('woff'), url('../Font/calibri.ttf') format('truetype'), url('../Font/calibri.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibrim-i';
    src: url('../Font/calibrii.eot');
    src: url('../Font/calibrii.eot?#iefix') format('embedded-opentype'), url('../Font/calibrii.woff') format('woff'), url('../Font/calibrii.ttf') format('truetype'), url('../Font/calibrii.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clear {
    clear: both;
}

.close {
    width: 16px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
    background: url(../img/close.jpg);
}

.closep {
    width: 16px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
    background: url(../img/closep.jpg);
}

* {
    outline: none
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

::-webkit-input-placeholder {
    color: #185898;
}

::-moz-placeholder {
    color: #185898;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #185898;
}
/* ie */
input:-moz-placeholder {
    color: #185898;
}

/*header*/
#header {
    width: 100%;
    height: 51px;
    margin: 0;
    padding: 0;
    background: #185898;
    position: relative;
}

    #header .header {
        width: 980px;
        height: 51px;
        position: relative;
        margin: 0 auto;
    }

        #header .header .logo {
            width: 122px;
            height: 38px;
            position: relative;
            padding: 7px 0 0 0;
            float: left;
        }

        #header .header .tel {
            width: 148px;
            height: 36px;
            position: relative;
            padding: 7px 0 0 0;
            float: right;
        }

        #header .header .search {
            width: 355px !important;
            height: 38px;
            position: relative;
            float: left;
            padding: 7px 0 0 258px !important;
            margin-left: -56px;
        }
/* search */
input.search_text {
    width: 250px;
    height: 34px;
    border-radius: 7px 7px 7px 7px;
    border: 1px solid #dbdbdb;
    padding: 0 0 0 10px;
    margin: 0;
    float: left;
    font: 7pt Tahoma !important;
    color: #185898;
}

input.search_button {
    width: 53px;
    height: 36px;
    background: url(../img/search_button.png) no-repeat;
    border: none;
    padding: 0;
    margin: 0;
    float: left;
}
/*header*/

/*menu*/
#menu {
    width: 100%;
    height: 31px;
    margin: 0;
    padding: 0;
    background: url(../img/menubg.jpg) repeat-x;
    position: relative;
}

    #menu .menu {
        width: 980px;
        height: 31px;
        position: relative;
        margin: 0 auto;
    }

        #menu .menu ul#nav {
            width: 980px;
            height: 31px;
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

            #menu .menu ul#nav > li {
                width: 163px;
                height: 31px;
                padding: 0;
                margin: 0;
                list-style-type: none;
                float: left;
                position: relative;
            }

                #menu .menu ul#nav > li > a {
                    width: 163px;
                    height: 31px;
                    display: block;
                    font: 13px/30px Tahoma;
                    color: #185898;
                    text-align: center;
                    text-decoration: none;
                }

                    #menu .menu ul#nav > li > a:hover {
                        background: #f3d600;
                    }

                #menu .menu ul#nav > li > ul#submenu {
                    width: 210px;
                    height: auto;
                    position: absolute;
                    left: 0;
                    top: 31px;
                    padding: 10px 0;
                    margin: 0;
                    list-style-type: none;
                    background: #f3d600;
                    display: none;
                    z-index: 999
                }

                    #menu .menu ul#nav > li > ul#submenu > li {
                        width: 210px;
                        height: 30px;
                        padding: 0;
                        margin: 0;
                        list-style-type: none;
                    }

                        #menu .menu ul#nav > li > ul#submenu > li > a {
                            width: 190px;
                            height: 30px;
                            display: block;
                            text-align: left;
                            padding: 0 10px;
                            font: 13px/30px Tahoma;
                            color: #185898;
                            text-decoration: none;
                        }
/*menu*/

.content {
    width: 1080px;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 15px 0 0 0
}

/*Anasayfa*/

.proje_image {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 0;
}

    .proje_image ul#proje_slider {
        width: 1300px;
        height: 400px;
        position: relative;
        padding: 0;
        overflow: hidden;
        margin: 0 auto;
    }

        .proje_image ul#proje_slider li {
            width: 1300px;
            height: 400px;
            position: relative;
            float: left;
        }
/* Ust Banner */
.content .top {
    width: 1080px;
    height: 320px;
    padding-bottom: 12px;
    position: relative;
}

    .content .top .top_left {
        width: 355px;
        height: 320px;
        position: relative;
        float: left;
    }

        .content .top .top_left .image {
            width: 355px;
            height: 320px;
            position: relative;
        }

            .content .top .top_left .image .bant {
                width: 335px;
                height: 20px;
                position: absolute;
                left: 0;
                bottom: 0;
                background: url(../img/siyah_70.png) repeat;
                filter: alpha(opacity=70);
                padding: 10px;
                font: 14px/20px Calibrim;
                color: #fff;
            }

    .content .top .top_right {
        width: 705px;
        position: relative;
        padding-left: 20px;
        height: 320px;
        overflow: hidden;
    }

        .content .top .top_right .slider {
            width: 705px;
            height: 320px;
            position: relative;
            overflow: hidden;
        }

            .content .top .top_right .slider ul, .content .top .top_right .slider ul li {
                width: 705px;
                height: 320px;
                position: relative;
                margin: 0;
                padding: 0;
                list-style-type: none;
            }

            .content .top .top_right .slider .sliderLeft {
                width: 46px;
                height: 46px;
                position: absolute;
                left: 10px;
                top: 140px;
                z-index: 999;
                cursor: pointer;
            }

            .content .top .top_right .slider .sliderRight {
                width: 46px;
                height: 46px;
                position: absolute;
                right: 10px;
                top: 140px;
                z-index: 999;
                cursor: pointer;
            }

            .content .top .top_right .slider ul li .bant {
                width: 685px;
                height: 20px;
                position: absolute;
                left: 0;
                bottom: 0;
                background: url(../img/siyah_70.png) repeat;
                filter: alpha(opacity=70);
                padding: 10px;
                font: 14px/20px Calibrim;
                color: #fff;
            }
/* Ust Banner */

.content .left {
    width: 240px;
    height: auto;
    margin-right: 10px;
    float: left;
}

.content .right {
    width: 830px;
    height: auto;
    float: left;
}

.content .left .menubaslik {
    width: 210px;
    height: 34px;
    background: url(../img/menu240.jpg) no-repeat;
    padding: 0 15px;
    font: 12px/34px Tahoma;
    color: #000;
}

.content .left .menubaslik2 {
    width: 210px;
    height: 34px;
    padding: 0 15px;
    font: 12px/34px Tahoma;
    color: #000;
    border-bottom: 1px dotted #acb0b9;
}

.content .right .menubaslik {
    width: 800px;
    border: 1px solid #DBDBDB;
    height: 33px;
    background: url(../img/menu730.jpg) repeat-x;
    padding: 0 15px;
    font: 12px/34px Tahoma;
    color: #000;
}

.content .left .linkgrup {
    width: 240px;
    height: auto;
    margin: 5px 0 15px 0;
}

    .content .left .linkgrup a {
        width: 190px;
        height: 30px;
        background: url(../img/link.jpg) no-repeat left;
        padding-left: 40px;
        display: block;
        font: bold 12px/30px Tahoma;
        color: #4e4e4e;
        text-decoration: none;
        border-bottom: 1px dotted #acb0b9;
    }

.content .left .epkhaber {
    width: 230px;
    height: 105px;
    background: url(../img/epk.jpg) no-repeat;
    position: relative;
    margin-bottom: 15px;
    padding-top: 40px
}

    .content .left .epkhaber .habergrup {
        width: 230px;
        height: 90px;
        position: relative;
        padding-top: 5px
    }

        .content .left .epkhaber .habergrup li a {
            width: 190px;
            height: auto;
            padding-left: 5px;
            display: block;
            font: normal 12px/14px Tahoma;
            color: #4e4e4e;
            text-decoration: none;
            margin-bottom: 3px
        }

        .content .left .epkhaber .habergrup li {
            list-style: none
        }

.content .left .linkgrup table {
    font: 12px/25px Tahoma;
}

.content .right .urunGrup {
    width: 830px;
    height: auto;
    margin: 18px 0 10px 0;
}

    .content .right .urunGrup .urun {
        width: 120px;
        height: 110px;
        margin: 0 20px 12px 0;
        float: left;
    }

        .content .right .urunGrup .urun .img {
            width: 115px;
            height: 86px;
            position: relative;
            border: 1px dotted #acb0b9;
            padding: 2px;
            overflow: hidden;
        }

            .content .right .urunGrup .urun .img .image {
                width: 115px;
                height: 86px;
                overflow: hidden;
            }

        .content .right .urunGrup .urun .text {
            width: 115px;
            overflow: hidden;
            white-space: nowrap;
            height: 23px;
            position: relative;
            padding: 2px;
            font: normal 12px/23px Tahoma;
            color: #4e4e4e;
            text-align: center;
        }

.content .right .middle {
    width: 730px;
    height: 262px;
    margin: 0 0 20px 0;
}

    .content .right .middle .projeler {
        width: 358px;
        height: 262px;
        float: left;
        position: relative;
        margin-right: 14px
    }

    .content .right .middle .talep {
        width: 358px;
        height: 262px;
        float: left;
        position: relative;
    }

    .content .right .middle .projeler .baslik {
        width: 328px;
        height: 32px;
        background: url(../img/menu358.jpg) no-repeat;
        padding: 0 15px;
        font: 12px/34px Tahoma;
        color: #000;
        position: relative;
    }

        .content .right .middle .projeler .baslik a.tumprojeler {
            font: 12px/34px Tahoma;
            color: #185898;
            position: absolute;
            right: 15px;
            text-decoration: none;
        }

    .content .right .middle .projeler .icerik {
        width: 330px;
        height: 203px;
        padding: 13px;
        font: 12px/34px Tahoma;
        color: #000;
        position: relative;
        border: 1px solid #dbdbdb;
        border-top: 0;
    }

        .content .right .middle .projeler .icerik .image {
            width: 330px;
            height: 140px;
            overflow: hidden;
        }

        .content .right .middle .projeler .icerik .text {
            width: 330px;
            height: 55px;
            overflow: hidden;
            margin-top: 5px;
        }

            .content .right .middle .projeler .icerik .text .projebaslik {
                width: 330px;
                height: 19px;
                border-bottom: 1px dotted #dbdbdb;
                font: bold 12px/19px Tahoma;
                color: #003399;
            }

            .content .right .middle .projeler .icerik .text .projeicerik {
                width: 330px;
                height: 36px;
                font: 12px/17px Tahoma;
                color: #000
            }

select.selectbox {
    width: 230px;
    height: 36px;
    padding: 0 10px;
    margin: 5px 0 0 0;
    border: 1px solid #dbdbdb;
}

input.detayliarama {
    width: 110px;
    height: 24px;
    border: 1px solid #dbdbdb;
    margin: 5px 6px 0 0;
    padding: 5px 15px 5px 15px;
}

    input.detayliarama::-webkit-input-placeholder {
        color: #000;
    }

    input.detayliarama::-moz-placeholder {
        color: #000;
    }
    /* firefox 19+ */
    input.detayliarama:-ms-input-placeholder {
        color: #000;
    }
    /* ie */
    input.detayliarama:-moz-placeholder {
        color: #000;
    }

input.detayliaramasubmit {
    width: 230px;
    height: 30px;
    background: #185898;
    border: 0;
    margin: 5px 0 20px 0;
    font: 12px/30px Tahoma;
    color: #fff;
    cursor: pointer;
}

table.kategori {
    font: 10px/12px Tahoma;
    color: #000;
    margin: 5px 0 0 0;
    position: relative;
}

    table.kategori th {
        position: relative;
        border-bottom: 1px solid #747576;
        padding: 10px 0
    }

    table.kategori td {
        position: relative;
        padding: 10px 5px;
        text-align: center;
        border-bottom: 1px solid #b9b9b9;
    }

        table.kategori td .img {
            width: 73px;
            height: 55px;
            position: relative;
            border: 1px dotted #acb0b9;
            padding: 1px;
            overflow: hidden;
        }

            table.kategori td .img .image {
                width: 73px;
                height: 55px;
                position: relative;
                overflow: hidden;
            }

                table.kategori td .img .image img {
                    width: 78px;
                    height: 55px;
                }

table.ik {
    font: 13px Tahoma;
    color: #585858;
    margin: 15px 0 15px 15px;
    position: relative;
}

    table.ik td {
        position: relative;
        padding: 10px 0 0 0;
        text-align: left;
    }

input.iktext {
    width: 210px;
    height: 26px;
    border: 0;
    background: #f0efef;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input.iktext2 {
    width: 330px;
    height: 26px;
    border: 0;
    background: #f0efef;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

select.ikselect {
    width: 230px;
    height: 46px;
    border: 0;
    background: #f0efef;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

textarea.iktextarea {
    width: 330px;
    height: 80px;
    border: 0;
    background: #f0efef;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    resize: none;
}

input.iksubmit {
    width: 120px;
    height: 40px;
    border: 0;
    background: #185898;
    font: 13px Tahoma;
    color: #fff;
    cursor: pointer;
}

span.line {
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: #c3c5c7;
    display: block;
}
/*Anasayfa*/

/* GALERİ */
.content .right .galeri {
    width: 710px;
    height: auto;
    margin: 0 0 20px 0;
    padding: 9px;
    border: 1px solid #dbdbdb;
    border-top: 0;
}

    .content .right .galeri .item {
        width: 170px;
        height: 140px;
        margin: 0 10px 10px 0;
        float: left;
        background: #000
    }

.content .right .hizmet {
    width: 818px;
    height: auto;
    margin: 0 0 20px 0;
    padding: 6px;
    border: 1px solid #dbdbdb;
    border-top: 0;
    font: 12px/19px Tahoma;
    color: #000;
}
/* GALERİ */

/* Gizlilik */
.content .baslik980 {
    width: 1048px;
    height: 44px;
    border: 1px solid #DBDBDB;
    background: #FDFDFD;
    padding: 0 15px;
    font: bold 12px/44px Tahoma;
    color: #000;
    position: relative;
}

.content .icerik980 {
    width: 1060px;
    height: auto;
    margin: 0 0 20px 0;
    padding: 9px;
    border: 1px solid #dbdbdb;
    border-top: 0;
    font: 12px/21px Tahoma;
    color: #000;
}

.content .kutu980 {
    width: 960px;
    height: auto;
    margin: 20px 0 20px 0;
    padding: 9px;
    border: 1px solid #dbdbdb;
    font: 12px/21px Tahoma;
    color: #000;
}

.content .icerik2980 {
    width: 946px;
    height: auto;
    margin: 0 0 20px 0;
    padding: 16px;
    border: 1px solid #dbdbdb;
    border-top: 0;
    font: 12px/21px Tahoma;
    color: #000;
}

span.baslikfull {
    font: bold 14px/21px Tahoma;
    width: 100%;
    color: #185898;
    display: block;
}

a.sozlesme_buton {
    width: 156px;
    height: 39px;
    background: url('../img/sozlesme_bg.jpg');
    display: block;
    padding-left: 50px;
    font: 14px/40px Tahoma;
    text-decoration: none;
    color: #000
}
/* Gizlilik */

ul#sozlesme {
    width: 946px;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul#sozlesme li {
        width: 946px;
        height: auto;
        margin: 5px 0 0 0;
        padding: 0;
        list-style-type: none;
    }

        ul#sozlesme li a {
            width: 901px;
            height: 40px;
            position: relative;
            display: block;
            background: url(../img/sozlesme_ikon.jpg) no-repeat left top;
            padding-left: 45px;
            font: 12px/36px Tahoma;
            color: #000;
            text-decoration: none;
            border-bottom: 1px dotted #dbdbdb;
        }

/* ilan detay */
.ilan_head {
    width: 1080px;
    height: 30px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px
}

    .ilan_head .ilan_adi {
        width: 760px;
        height: 30px;
        float: left;
        font: bold 18px/25px Tahoma;
        color: #000;
    }

    .ilan_head .ilan_butonlar {
        width: 300px;
        height: 30px;
        float: left;
        font: bold 15px/25px Tahoma;
        color: #000;
    }

        .ilan_head .ilan_butonlar .urun_kodu {
            width: 160px;
            height: 30px;
            font: 13px/25px Tahoma;
            color: #185898;
            float: left;
            text-align: right;
        }

        .ilan_head .ilan_butonlar .yazdir {
            width: 70px;
            height: 30px;
            font: 13px/25px Tahoma;
            color: #424242;
            float: left;
            text-align: right;
        }

        .ilan_head .ilan_butonlar .paylas {
            width: 70px;
            height: 30px;
            font: 13px/25px Tahoma;
            color: #424242;
            float: left;
            text-align: right;
        }

.ilanno {
    color: #f00;
}

.ilan_icerik {
    width: 1080px;
    position: relative;
    margin-bottom: 10px;
}

    .ilan_icerik .ilan_left {
        width: 550px;
        position: relative;
        float: left;
    }

        .ilan_icerik .ilan_left .ilan_foto {
            width: 550px;
            position: relative;
            overflow: hidden;
        }

        .ilan_icerik .ilan_left .ilan_menu {
            width: 465px;
            position: relative;
            overflow: hidden;
            background: url(../img/ilan_menu.jpg);
            margin-bottom: 6px
        }

            .ilan_icerik .ilan_left .ilan_menu a.buyut {
                position: absolute;
                left: 35px;
                font: 12px/37px Tahoma;
                color: #000;
                text-decoration: none;
            }

            .ilan_icerik .ilan_left .ilan_menu a.video {
                position: absolute;
                right: 10px;
                font: 12px/37px Tahoma;
                color: #b7b6b6;
                text-decoration: none;
            }

        .ilan_icerik .ilan_left .ilan_thumb {
            width: 535px;
            height: 148px;
            position: relative;
            overflow: auto;
            margin-top: 6px;
            border: 0.1px solid #dbdbdb;
        }

            .ilan_icerik .ilan_left .ilan_thumb .thumb_item {
                width: 95px !important;
                height: 67px !important;
                float: left;
                position: relative;
                margin: 5px 0 0 5px;
                overflow: hidden !important;
            }

                .ilan_icerik .ilan_left .ilan_thumb .thumb_item img {
                    width: 110px;
                    height: 83px;
                }

    .ilan_icerik .ilan_middle {
        width: 275px;
        position: relative;
        float: left;
    }

        .ilan_icerik .ilan_middle table tr td {
            height: 29px;
            border-bottom: 1px dotted #dbdbdb;
            font: 13px "Lucida Grande",Arial,sans-serif;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: normal;
        }

            .ilan_icerik .ilan_middle table tr td span.fiyat {
                font: bold 16px/13px tahoma;
                color: #003399;
            }

            .ilan_icerik .ilan_middle table tr td span.baslik {
                font: 12px "Lucida Grande",Arial,sans-serif;
                color: #003399;
            }

    .ilan_icerik .ilan_right {
        width: 255px;
        position: relative;
        float: left;
    }

        .ilan_icerik .ilan_right .form {
            width: 240px;
            position: relative;
            border: 1px solid #DDDDDD;
            padding: 8px;
        }

            .ilan_icerik .ilan_right .form span.baslik {
                width: 238px;
                height: 25px;
                font: bold 13px/25px Tahoma;
                color: #003399;
                display: block;
            }

            .ilan_icerik .ilan_right .form span.mesaj {
                width: 238px;
                font: 13px/17px Tahoma;
                color: #000;
                display: block;
            }

            .ilan_icerik .ilan_right .form .icerik {
                background: #EFEFEF;
                padding: 5px;
            }

input.siparis_text {
    width: 172px;
    height: 17px;
    border: 0;
    background: #f0efef;
    padding: 10px;
    background: #ecf7ff;
    border: 1px solid #bec0c2;
    margin-top: 7px;
    margin-left: 6px;
}

textarea.siparis_text {
    width: 172px;
    border: 0;
    background: #f0efef;
    padding: 10px;
    background: #ecf7ff;
    border: 1px solid #bec0c2;
    margin-top: 7px;
    margin-left: 6px;
}

select.siparis_select {
    width: 194px;
    height: 35px;
    border: 0;
    background: #f0efef;
    padding: 10px;
    background: #ecf7ff;
    border: 1px solid #bec0c2;
    margin-top: 7px;
    margin-left: 6px;
}

input.siparis_submit {
    width: 194px;
    height: 36px;
    border: 0;
    background: #185898;
    font: 13px Tahoma;
    color: #fff;
    cursor: pointer;
    margin-top: 7px;
    margin-left: 6px;
}
/* ilan detay */


/* PROJE DETAY */
.projeleft {
    width: 288px;
    height: 891px;
    float: left;
    background: url(../img/projeleft.jpg);
    position: relative;
    padding: 20px;
}

    .projeleft .head {
        width: 288px;
        height: 107px;
        position: relative;
        border-bottom: 1px solid #fff;
    }

        .projeleft .head .image {
            width: 143px;
            height: 98px;
            overflow: hidden;
            float: left;
            margin-right: 10px;
        }

        .projeleft .head .text {
            width: 135px;
            height: 90px;
            overflow: hidden;
            float: left;
            font: lighter 16px/25px Tahoma;
            color: #003399;
            padding-top: 8px;
        }

    .projeleft table tr td {
        height: 29px;
        border-bottom: 1px dotted #dbdbdb;
        font: normal 13px/29px Calibrim;
        color: #000;
    }

        .projeleft table tr td span.fiyat {
            font: bold 17px/29px Calibrim;
            color: #003399;
        }

        .projeleft table tr td span.baslik {
            font: bold 14px/29px Calibrim;
            color: #003399;
        }

input.siparis2_text {
    width: 172px;
    height: 17px;
    border: 0;
    background: #f0efef;
    padding: 10px;
    background: #ecf7ff;
    border: 1px solid #bec0c2;
    margin-top: 12px;
    margin-left: 6px;
}

input.siparis2_2_text {
    width: 252px;
    height: 17px;
    border: 0;
    background: #f0efef;
    padding: 10px;
    background: #ecf7ff;
    border: 1px solid #bec0c2;
    margin-top: 12px;
    margin-left: 6px;
}

textarea.siparis2_textarea {
    width: 252px;
    height: 75px;
    border: 0;
    background: #f0efef;
    padding: 10px;
    background: #ecf7ff;
    border: 1px solid #bec0c2;
    margin-top: 12px;
    margin-left: 6px;
    resize: none;
    font: 12px/17px Tahoma;
    color: #888888;
}

.siparis2_dogrulama {
    margin-top: 12px;
    margin-left: 6px;
}

input.siparis2_text::-webkit-input-placeholder {
    color: #888888;
}

input.siparis2_text::-moz-placeholder {
    color: #888888;
}
/* firefox 19+ */
input.siparis2_text:-ms-input-placeholder {
    color: #888888;
}
/* ie */
input.siparis2_text:-moz-placeholder {
    color: #888888;
}

input.siparis2_2_text::-webkit-input-placeholder {
    color: #888888;
}

input.siparis2_2_text::-moz-placeholder {
    color: #888888;
}
/* firefox 19+ */
input.siparis2_2_text:-ms-input-placeholder {
    color: #888888;
}
/* ie */
input.siparis2_2_text:-moz-placeholder {
    color: #888888;
}

input.siparis2_submit {
    width: 274px;
    height: 36px;
    border: 0;
    background: #185898;
    font: 13px Tahoma;
    color: #fff;
    cursor: pointer;
    margin-top: 12px;
    margin-left: 6px;
}

.projeright {
    width: 652px;
    height: auto;
    float: left;
    position: relative;
    padding-top: 20px
}

    .projeright .projemenu {
        width: 602px;
        height: 36px;
        position: relative;
        display: block;
        background: #3a88ca;
        padding: 7px 25px;
    }

        .projeright .projemenu a {
            width: auto;
            height: 35px;
            display: inline-block;
            float: left;
            position: relative;
            padding: 0 20px;
            font: 15px/35px Tahoma;
            color: #fff;
            text-decoration: none;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

            .projeright .projemenu a:hover {
                background: #fff;
                color: #3a88ca;
            }

    .projeright .projeslider {
        width: 640px;
        height: 440px;
        position: relative;
        padding: 12px 0 0 12px;
    }

        .projeright .projeslider .projefoto {
            width: 640px;
            height: 357px;
            overflow: hidden;
            margin-bottom: 10px;
        }

        .projeright .projeslider .projethumb {
            width: 578px;
            height: 55px;
            overflow: hidden;
            position: relative;
            background: #ebeced;
            padding: 9px 31px;
        }

            .projeright .projeslider .projethumb .thumbleft {
                width: 21px;
                height: 73px;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 999
            }

            .projeright .projeslider .projethumb .thumbright {
                width: 21px;
                height: 73px;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 999
            }

            .projeright .projeslider .projethumb .item {
                width: 82px;
                height: 49px;
                overflow: hidden;
                border: 1px solid #bec0c2;
                background: #fff;
                padding: 2px;
                float: left;
                margin-right: 10px
            }

                .projeright .projeslider .projethumb .item .image {
                    width: 82px;
                    height: 49px;
                    overflow: hidden;
                }

    .projeright .projetext {
        width: 640px;
        height: auto;
        position: relative;
        padding: 12px 0 0 12px;
        font: 12px/19px Tahoma;
        color: #2c2c2d;
    }
/* PROJE DETAY */

/*footer*/
#footer {
    width: 100%;
    height: auto;
    border-top: 12px solid #185898;
    margin-top: 20px;
}

    #footer .footer {
        width: 980px;
        height: auto;
        position: relative;
        margin: 0 auto;
        border-bottom: 4px solid #185898;
        padding-bottom: 10px
    }

        #footer .footer .left {
            width: 450px;
            height: auto;
            position: relative;
            float: left;
            padding-top: 10px
        }

            #footer .footer .left .bolum {
                width: 400px;
                height: auto;
                position: relative;
                float: left;
            }

                #footer .footer .left .bolum a {
                    width: 140px;
                    height: 30px;
                    position: relative;
                    font: 12px/30px Tahoma;
                    text-decoration: none;
                    color: #185898;
                    padding: 7px;
                }

        #footer .footer .right {
            width: 420px;
            height: auto;
            position: relative;
            float: left;
            padding-top: 15px
        }

            #footer .footer .right .mbolum {
                width: 200px;
                height: auto;
                position: relative;
                float: left;
            }

                #footer .footer .right .mbolum .img {
                    width: 35px;
                    height: 40px;
                    float: left;
                    margin-left: 12px;
                    padding-top: 10px;
                }

                #footer .footer .right .mbolum .text {
                    width: 165px;
                    height: auto;
                    background: none;
                    padding-left: 61px;
                }

            #footer .footer .right .ebolum {
                width: 220px;
                height: auto;
                position: relative;
                float: left;
                background: none;
            }

                #footer .footer .right .ebolum .img {
                    width: 35px;
                    height: 40px;
                    float: left;
                    margin-left: 12px;
                    padding-top: 10px;
                }

                #footer .footer .right .ebolum .text {
                    width: 185px;
                    height: auto;
                    padding-left: 70px;
                    background: none;
                }

.text span.baslik {
    width: 100%;
    height: 30px;
    display: block;
    position: relative;
    font: 13px/30px Tahoma;
    color: #185898;
}

.text span.icerik {
    width: 100%;
    height: 30px;
    display: block;
    position: relative;
    font: 12px/14px Tahoma;
    color: #727272;
    margin-top: -5px;
}

#footer .footertext {
    width: 980px;
    height: auto;
    position: relative;
    margin: 0 auto;
    font: 11px/20px Tahoma;
    color: #185898;
}
/*footer*/

.iletisim {
    width: 960px;
    height: auto;
    position: relative;
}

    .iletisim .iletisim_left {
        width: 450px;
        height: auto;
        position: relative;
        float: left;
        margin-left: 90px;
        color: #585556;
    }

    .iletisim .iletisim_right {
        width: 400px;
        height: auto;
        position: relative;
        float: left;
        font: 15px/19px Calibri;
        color: #585556;
    }

.iletisim_right .cv {
    width: 471px;
    height: 123px;
    position: relative;
    margin-top: 17px;
}

.iletisim_harita {
    width: 930px;
    height: 325px;
    position: relative;
    margin-top: 20px;
}


select {
    -webkit-appearance: #666;
}

.text {
    width: 440px;
    height: 50px;
    font: 15px/50px Calibri;
    color: #585556;
    padding: 0 10px;
    background: #f0eeef;
    border: none;
    display: block;
    margin-bottom: 10px;
}

.text2 {
    width: 230px;
    height: 50px;
    font: 15px/50px Calibri;
    color: #585556;
    padding: 0 10px;
    background: #f0eeef;
    border: none;
    display: block;
    margin-bottom: 10px;
}

.text3 {
    width: 212px;
    height: 50px;
    font: 15px/50px Calibri;
    color: #585556;
    padding: 0 10px;
    background: #f0eeef;
    border: none;
    display: block;
    margin-bottom: 10px;
    background: url(../img/ac.jpg) no-repeat;
    -webkit-appearance: none;
}

.textrea {
    width: 435px;
    height: 90px;
    resize: none;
    font: 15px/20px Calibri;
    color: #585556;
    padding: 10px 10px;
    display: block;
    margin-bottom: 10px;
    background: #f0eeef;
    border: none;
}

.b_button {
    width: 130px;
    height: 45px;
    font: 15px/45px Calibri;
    background: #185898;
    text-align: center;
    border: 0;
    color: #FFF;
}


.altlinkler {
    width: 730px;
    height: 30px;
    padding-top: 10px;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 8px;
    margin-right: 5px;
    float: left;
}

    .altlinkler a {
        color: #00E;
        font-size: 12px;
    }

.altlinkleraktif {
    float: left;
    width: 25px;
    height: 25px;
    font-family: Verdana;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    border-right: solid 1px #444;
    text-align: center;
}

.altlinklerpasif {
    float: left;
    width: 30px;
    height: 20px;
    font-weight: bold;
    border-right: solid 1px #444;
    text-align: center;
}

.right > ul, .detay > ul {
    padding-top: 3px;
    overflow: hidden;
    font: normal 12px/23px Tahoma;
    color: #4e4e4e;
}

    .right > ul li, .detay > ul li {
        float: left;
        margin: 0 10px 10px 0px;
        position: relative;
        border: 1px solid #dcdcdc;
    }

.right .description, .detay .description {
    background: #fff;
    border-radius: 0 0 5px 5px;
    max-width: 140px;
}

    .right .description p, .detay .description p {
        color: #333;
        font-size: 11px;
        margin-bottom: 6px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font: 11px "Lucida Grande",Arial,sans-serif;
        margin-left: 5px;
        margin-top: 2px;
    }

    .right .description strong, .detay .description strong {
        color: #1a3a68;
        float: left;
        margin-left: 5px;
    }

.detay > ul li {
    width: 196px;
}

ol, ul {
    list-style: none;
}

.right > ul li img, .detay > ul li img {
    height: 161px
}

a {
    text-decoration: none
}

.buyukfoto {
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0px, rgb(237, 237, 237) 100%);
    padding: 8px 10px;
    float: left;
    width: 515px;
    border-bottom: 1px solid #d7d7d7;
}

    .buyukfoto a {
        background: url(../img/foto_sprite.gif) 0px -200px no-repeat;
        padding-left: 22px;
        text-shadow: rgb(255, 255, 255) 1px 1px 0px;
        font-weight: 700;
        font-size: 12px;
        color: #1a3663;
        font-family: "Arial",sans-serif;
    }

#cboxLoadedContent h3 {
    font-size: 22px;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dadada;
    font: 18px "Lucida Grande",Arial,sans-serif;
    font-weight: normal
}

#cboxLoadedContent {
    overflow: auto;
    color: #333;
    font-size: 14px;
    border-radius: 2px;
}

.shareLightbox li {
    float: left;
    margin-left: 10px;
}

    .shareLightbox li a {
        display: block;
        width: 70px;
        padding: 60px 0 10px 0;
        text-align: center;
        background: url(../img/share.png) no-repeat;
        cursor: pointer;
        font-size: 11px;
        color: #333;
        position: relative;
    }

.shareLightbox .classifiedShareFacebook {
    background-position: 10px 0;
}

.shareLightbox .classifiedShareTwitter {
    background-position: -70px 0;
}

.shareLightbox .classifiedShareGoogle {
    background-position: -151px 0;
}

.shareLightbox .classifiedSharePinterest {
    background-position: -232px 0;
}

.siparis {
    width: 700px;
}

    .siparis .form {
        width: 300px;
        position: relative;
        border: 1px solid #DDDDDD;
        padding: 8px;
        float: left;
        margin-left: 10px;
        min-height: 470px;
    }

        .siparis .form span.baslik {
            width: 280px;
            font: bold 13px/25px Tahoma;
            color: #003399;
            display: block;
        }

        .siparis .form span.mesaj {
            width: 238px;
            font: 13px/17px Tahoma;
            color: #000;
            display: block;
        }

        .siparis .form .icerik {
            background: #EFEFEF;
            padding: 5px;
            min-height: 452px
        }

input.siparis_text1 {
    width: 250px;
    height: 17px;
    border: 0;
    background: #f0efef;
    padding: 10px;
    background: #ecf7ff;
    border: 1px solid #bec0c2;
    margin-top: 7px;
    margin-left: 6px;
}

textarea.siparis_text1 {
    width: 250px;
    border: 0;
    background: #f0efef;
    padding: 10px;
    background: #ecf7ff;
    border: 1px solid #bec0c2;
    margin-top: 7px;
    margin-left: 6px;
}

select.siparis_select1 {
    width: 250px;
    height: 35px;
    border: 0;
    background: #f0efef;
    padding: 10px;
    background: #ecf7ff;
    border: 1px solid #bec0c2;
    margin-top: 7px;
    margin-left: 6px;
}

input.siparis_submit1 {
    width: 250px;
    height: 36px;
    border: 0;
    background: #185898;
    font: 13px Tahoma;
    color: #fff;
    cursor: pointer;
    margin-top: 7px;
    margin-left: 6px;
}
