﻿/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,600&subset=latin,latin-ext);*/
@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=latin-ext');

body {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    background: url("../img/bg_17.png") no-repeat center center fixed #000;
    background-size: cover;
}

#content-t {
    margin-top: 15px; 
    /*margin-bottom:10px;*/
}

#all-mm {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    height: auto;
}

#Ust-m {
    background-image: url("../img/Menu_Bg_14.png");
    width: 1024px;
    height: 81px;
}

    #Ust-m .logo {
        padding: 10px;
        float: left;
        width: 170px;
        height: 81px;
    }

    #Ust-m .comp {
        width: 854px;
        height: 81px;
        float: left;
    }

        #Ust-m .comp .adrs {
            width: 854px;
            height: 40px;
        }

            #Ust-m .comp .adrs .men-a {
                float: left;
                margin-left: 230px;
                margin-top: 12px;
                font-size: 11px;
                color: #fff;
            }

            #Ust-m .comp .adrs .men-b {
                float: left;
                margin-top: 12px;
                margin-left: 31px;
                font-size: 11px;
                color: #fff;
            }

        #Ust-m .comp .menu-a {
            width: 854px;
            height: 40px;
            margin-top: 16px;
            margin-left: 110px;
        }

            #Ust-m .comp .menu-a div {
                float: left;
                margin-left: 30px;
            }

                #Ust-m .comp .menu-a div a {
                    color: #fff;
                    text-decoration: none;
                }

#Bottom-all {
    margin-top: 15px;
    background-image: url("../img/bottom_bg.png");
    /*background-color:#3d5885;*/
    width: 1024px;
    height: 27px;
    clear: both;
}

    #Bottom-all .b-a {
        float: left;
        width: 700px;
        color: #fff;
        font-size: 11px;
        margin-top: 8px;
        margin-left: 10px;
    }

    #Bottom-all .b-b {
        float: left;
        font-size: 11px;
        margin-top: 8px;
        margin-left: 170px;
    }

        #Bottom-all .b-b a {
            text-decoration: none;
            color: #fff;
        }

ul#mem-z, ul#mem-z ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
}

    ul#mem-z li {
        float: left;
        position: relative;
    }

        ul#mem-z li ul {
            display: none;
            position: absolute;
            top: 19px; /* yukseklik 15px + sonradan eklenecek paddingler 4px toplam 19px */
            left: 0;
            background-color: rgba(41, 83, 139, 0.66);
            width: 180px;
            height: 70px;
            border-left: 5px solid #fff;
        }

            ul#mem-z li ul li {
                margin-top: 10px;
                margin-left: 5px;
            }

        ul#mem-z li > ul {
            top: auto;
            left: auto;
        }

        ul#mem-z li a:hover {
            color: #a00;
        }

        ul#mem-z li:hover ul {
            /*display: block;*/
        }

        ul#mem-z li:hover ul, ul#mem-z li.over ul {
            display: block;
        }

ul#mem-f, ul#mem-f ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
}

    ul#mem-f li {
        float: left;
        position: relative;
    }

        ul#mem-f li ul {
            display: none;
            position: absolute;
            top: 19px; /* yukseklik 15px + sonrsadan eklenecek paddingler 4px toplam 19px */
            left: 0;
            background-color: rgba(41, 83, 139, 0.66);
            width: 180px;
            height: 190px;
            border-left: 5px solid #fff;
        }

            ul#mem-f li ul li {
                margin-top: 10px;
                margin-left: 5px;
            }

        ul#mem-f li > ul {
            top: auto;
            left: auto;
        }

        ul#mem-f li a:hover {
            color: #a00;
        }

        ul#mem-f li:hover ul {
            /*display: block;*/
        }

        ul#mem-f li:hover ul, ul#mem-f li.over ul {
            display: block;
        }

ul#mem-y, ul#mem-y ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
}

    ul#mem-y li {
        float: left;
        position: relative;
    }

        ul#mem-y li ul {
            display: none;
            position: absolute;
            top: 19px; /* yukseklik 15px + sonrsadan eklenecek paddingler 4px toplam 19px */
            left: 0;
            background-color: rgba(41, 83, 139, 0.66);
            width: 180px;
            height: 100px;
            border-left: 5px solid #fff;
        }

            ul#mem-y li ul li {
                margin-top: 10px;
                margin-left: 5px;
            }

        ul#mem-y li > ul {
            top: auto;
            left: auto;
        }

        ul#mem-y li a:hover {
            color: #a00;
        }

        ul#mem-y li:hover ul {
            /*display: block;*/
        }

        ul#mem-y li:hover ul, ul#mem-y li.over ul {
            display: block;
        }



.text-hh {
    background-color: rgba(0, 0, 0, 0.57);
    width: 1024px;
    clear: both;
    min-height: 900px;
}

    .text-hh a {
        color: #fff;
        margin-left: 15px;
        margin-top: 15px;
    }

    .text-hh h3 {
        color: #fff;
        padding: 15px;
    }

#Text-x {
    background-color: rgba(0, 0, 0, 0.57);
    width: 1024px;
    clear: both;
    min-height: 600px;
}

.gales {
    margin-top: 15px;
    float: left;
    width: 150px;
    height: 150px;
    margin-left: 15px;
}

#Text-x img {
    width: 140px;
    height: 140px;
}



.tamam-b {
    color: #fff;
    padding: 15px;
    font-weight: 700;
    font-size: 16px;
}

.tamam-p {
    color: #fff;
}

.tamam-x {
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
}

    .tamam-x P span {
        color: #fff;
    }

.tamam-bs {
    padding: 15px;
    color: #fff;
}


.galerires {
    width: 320px;
    height: 210px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}
/*/*İLETİŞİM*/
#bizeulasin {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

#Bize-Ulasin {
    width: 1024px;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    background-color: rgba(14, 14, 14, 0.55);
}


#Harita-iframe {
    width: 1024px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.sol-ss, .sag-ss {
    float: left;
    width: 512px;
    height: 400px;
}

.sol-ss {
    border-left: 1px solid #293a51;
    border-right: 1px solid #293a51;
}

    .sol-ss div {
        margin-top: 15px;
        margin-left: 15px;
        color: #fff;
    }

.sag-ss {
    border-right: 1px solid #293a51;
}

    .sag-ss div {
        width: 470px;
        margin-left: 10px;
        margin-top: 10px;
    }

        .sag-ss div .form-control {
            background-color: rgba(183, 171, 137, 0.04);
            border-color: #293a51;
            color: #fff;
        }

#lblEklendimi {
    margin-left: 15px;
    color: #fff;
}


.proje-a {
    width: 1024px;
    background-color: rgba(0, 0, 0, 0.57);
    min-height: 840px;
}

.ProjeBaslik {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 15px;
}


.Kutu-s {
    width: 240px;
    height: 380px;
    float: left;
    margin: 10px 5px 5px 10px;
    background-color: rgba(41, 58, 81, 0.84);
    border: 2px solid #293a51;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

    .Kutu-s:hover {
        background-color: rgba(41, 58, 81, 0.28);
    }

    .Kutu-s img {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
    }

    .Kutu-s a {
        color: #fff;
        text-decoration: none;
    }

.tpresim {
}

.PorjeAdi {
    width: 220px;
    height: 110px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.DevamınıGor {
    width: 110px;
    height: 25px;
    margin-top: 15px;
    margin-left: 125px;
}

.timg {
    margin-left: 15px;
    float: left;
}

.tyazi {
    width: 400px;
    height: 400px;
    float: left;
    background-color: rgba(41, 58, 81, 0.67);
}

.aciklamass {
    color: #fff;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
}

.ttres {
    width: 200px;
    height: 150px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

.med {
    /*margin-top: 110px;*/
    width: 1024px;
    height: 405px;
    background-image: url("../img/slid_bg2.png");
}

.med1 {
    margin-top: 33px;
    width: 1024px;
    height: 100px;
}

.resim {
    float: left;
    width: 500px;
    height: 500px;
    border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
}

    .resim img {
        border-radius: 100px 100px 100px 100px;
        -webkit-border-radius: 100px 100px 100px 100px;
        -moz-border-radius: 100px 100px 100px 100px;
    }

.yazi {
    color: #fff;
    float: left;
    width: 460px;
    height: 180px;
    margin-top: 158px;
    /*background-color: #3d5885;*/
    border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
}


.SlideBaslik {
    font-size: 16px;
    margin-left: 10px;
}

.slideYazi {
    font-size: 11px;
    color: #bebdbd;
}

.slidss {
    padding: 15px;
}

.settar-c {
    width: 1024px;
    height: 1000px;
    background-color: rgba(0, 0, 0, 0.57);
    color: #fff;
}

.s-resim {
    padding: 20px;
    margin-left: 190px;
}

.s-yazi {
    padding: 20px;
    color: #fff;
    text-align: justify;
}

.kckBaslik {
    font-size: 18px;
}

.ic-cer {
    margin-left: 20px;
    margin-right: 20px;
}

.settar-z {
    width: 1024px;
    height: 700px;
    background-color: rgba(0, 0, 0, 0.57);
    color: #fff;
    text-align: justify;
}

.ys-sema {
    width: 1024px;
    height: 810px;
    color: #fff;
}

.settar-t {
    width: 1024px;
    height: 2500px;
    background-color: rgba(0, 0, 0, 0.57);
    color: #fff;
}

.cercev_2 {
    width: 1024px;
    height: 500px;
    color: #fff;
}

.sol1 {
    float: left;
    width: 300px;
    height: 300px;
    margin-right: 24px;
    background-color: rgba(0, 0, 0, 0.57);
}

.sag1 {
    float: left;
    width: 700px;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.57);
    text-align: justify;
}

.sol1 div {
    margin-left: 5px;
    margin-top: 10px;
}

    .sol1 div a {
        color: #fff;
        text-decoration: none;
    }

.kckBaslik2 {
    font-size: 18px;
    margin-left: 11px;
}

.yazi3 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}


#menu5 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px;
    border-bottom: 1px solid #000;
}

    #menu5 ul li {
        position: relative;
    }

#menu5 li ul {
    position: absolute;
    left: 149px;
    top: 0;
    display: none;
}

#menu5 ul li a {
    display: block;
    text-decoration: none;
    background-color: #E2E2E2;
    padding: 5px;
    border: 1px solid #000;
    border-bottom: 0;
}

/* IE. gizle \*/
* html #menu5 ul li {
    float: left;
    height: 1%;
}

    * html #menu5 ul li a {
        height: 1%;
    }
/* IE den gizleme sonu */

#menu6 li:hover ul, li.over ul {
    display: block;
}

#menu6 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px;
    border-bottom: 1px solid #000;
}

    #menu6 ul li {
        position: relative;
    }

#menu6 li ul {
    position: absolute;
    left: 149px;
    top: 0;
    display: none;
}

#menu6 ul li a {
    display: block;
    text-decoration: none;
    background-color: #E2E2E2;
    padding: 5px;
    border: 1px solid #000;
    border-bottom: 0;
}

/* IE. gizle \*/
* html #menu6 ul li {
    float: left;
    height: 1%;
}

    * html #menu6 ul li a {
        height: 1%;
    }

#menu6 li:hover ul, li.over ul {
    display: block;
}

.cercev_3 {
    width: 1024px;
    height: 1100px;
    color: #fff;
}

.sag2 {
    float: left;
    width: 700px;
    height: 1250px;
    background-color: rgba(0, 0, 0, 0.57);
    text-align: justify;
}

.sag3 {
    float: left;
    width: 700px;
    height: 1000px;
    background-color: rgba(0, 0, 0, 0.57);
    text-align: justify;
}

.diller {
}

    .diller div {
        float: right;
        border: 1px solid #fff;
        margin-right: 5px;
        color: #fff;
        width: 20px;
        height: 20px;
        text-align: center;
        margin-top: 5px;
        font-size: 12px;
    }

        .diller div a {
            text-decoration: none;
            color: #fff;
        }

            .diller div a:hover {
                color: #000;
            }
