﻿

.tam_gen {
    width: 100%;
}

.gen_1024 {
    width: 96%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 2%;
}

.gen_1200 {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
}

.back_1 {
    background-color: #fff;
}

.back_2 {
    background-color: #000;
}

.yazi_renk1 {
    color: #fff;
}

.yazi_renk2 {
    color: #000;
}


.orta, .sol, .sag {
    margin: 0;
    padding: 0;
}

.sol {
    text-align: left;
}

.sag {
    text-align: right;
}

.orta {
    text-align: center;
}

#logo {
    resize: both;
    width: 170px;
    /*background-color:#fff;*/
    padding:4.5px;
     border: 1px solid #787070;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.85);
    /*border:.5px solid #838383;*/
    /*-moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;*/
     /*-webkit-box-shadow: 0 0 25px #000;
    -moz-box-shadow: 0 0 25px #000;
    box-shadow: 0 0 25px #000;*/
   /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
     -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;*/
}

#ana_logo {
    border: 0;
    width: 100%;
    /*border-bottom: 1px solid #000;*/
}




.l3 {
    margin: 20px 1%;
    float: left;
    text-align: center;
    width: 23%;
    padding: 0;
    overflow: hidden;
}

.tknd {
    color: #fff;
    position: absolute;
    top: 10%;
    right: 10%;
    padding: 5px 5px;
    background-color: red;
    /*opacity:0.7;
    transform:rotate(-35deg);*/
}

.tukendi {
    color: #fff;
    font-size: 13pt;
    padding: 10px 20%;
    background-color: red;
}

.urunfiyat {
    color: #fff;
    position: absolute;
    border-radius: 5% 5%;
    bottom: 10%;
    right: 10%;
    width: 50px;
    font-size: 13pt;
    padding: 10px 20px;
    background-color: #2bbeff;
}

#bas_lik {
    padding: 20px;
    margin: 20px 0;
}

.l3 img {
    resize: both;
    width: 80%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.86);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.86);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.86);
    -webkit-transition: all 1.6s ease;
    -moz-transition: all 1.6s ease;
    -o-transition: all 1.6s ease;
    transition: all 1.6s ease;
}

    .l3 img:hover {
        cursor: zoom-in;
    }

.goster div:first-child img {
    cursor: zoom-out;
}

#galeri {
    position: relative;
    padding: 0 0 20px 0;
}

.goster #re_geri {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 5px;
    resize: both;
    width: 40px;
    z-index: 10300;
}

    .goster #re_geri img {
        resize: both;
        width: 30px;
        cursor: pointer;
    }

.goster #re_ileri {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 5px;
    resize: both;
    width: 40px;
    z-index: 10300;
}

    .goster #re_ileri img {
        resize: both;
        width: 30px;
        cursor: pointer;
    }



.goster #rk_div {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 15px 5px;
    resize: both;
    width: 30px;
    z-index: 10300;
}

    .goster #rk_div img {
        resize: both;
        width: 20px;
        cursor: pointer;
    }

.goster > div:first-child {
    position: fixed;
    z-index: 1300;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    resize: both;
    width: 50%;
    -webkit-transition: all 1.6s ease;
    -moz-transition: all 1.6s ease;
    -o-transition: all 1.6s ease;
    transition: all 1.6s ease;
}

    .goster > div:first-child > img {
        resize: both;
        width: 100%;
        border: 4px solid #fff;
    }

.ustlinkler {
    background-color: #000;
    color: #fff;
}

#ustlink {
    width: 100%;
    text-align: right;
    padding: 10px 0 10px 0;
}

    #ustlink img {
        resize: both;
        width: 20px;
        vertical-align: middle;
        margin-right: 10px;
    }

.altlinkler {
    background-color: #000;
    color: #fff;
}

#altlink {
    width: 100%;
    text-align: right;
    padding: 10px 0 10px 0;
}

#alt-menu li {
    display: inline;
    margin: 0 10px;
    font-size: 80%;
}

    #alt-menu li a {
        padding: 0;
    }

        #alt-menu li a:hover {
            color: #bababa;
        }

#sepetbil a:hover {
    color: #bababa;
}

#smust li, #smalt li {
    display: inline;
}

    #smust li a, #smalt li a {
        padding: 0 5px;
    }

#smust img, #smalt img {
    resize: both;
    width: 20px;
    margin: 0;
    padding: 0;
}

.ustbos {
    padding-top: 10px;
}

.urunler {
    width: 100%;
    padding: 20px 0;
}

#logos {
    z-index: 10300;
}

.gst {
    position: fixed;
    z-index: 10299;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(7, 6, 6, 0.69);
}
#yazar{
    position:fixed;
    right:20px;
    bottom:20px;
    font-size:80%;
    color:#fa0000;
    z-index:9000;
}
#sayfalar {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

    #sayfalar a, #sayfalar b {
        padding: 5px 10px;
        color: #fff;
        background-color: #000;
        margin: 5px;
    }

    #sayfalar b {
        color: #000;
        background-color: #bababa;
    }

.urun {
    margin: 15px 2%;
    padding: 25px 2% 10px 2%;
    width: 92%;
    position: relative;
    /*  border:1px solid #818181;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.86);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.86);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.86);*/
}

.hidebr br {
    display: none;
}

.urun img {
    width: 90%;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.86);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.86);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.86);
}

.urunadibaslik {
    margin-top: 5px;
    font-weight: 300;
}

.urunfiyat {
    margin-top: 10px;
    font-weight: 600;
}



#resim img {
    resize: both;
    width: 98%;
}

#digerres img {
    resize: both;
    width: 20%;
    margin: 10px 0;
    margin-right: 20px;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.86);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.86);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.86);
}

#urun_ayrnt {
    border-bottom: 1px solid #bababa;
}

#urun_butlar {
    padding: 20px 0;
}

#d_yuzuk, #d_beden, #d_buton, #d_adet {
    padding: 10px 0;
}

#urun_ac {
    padding-bottom: 20px;
}

    #urun_ac h2 {
        padding-bottom: 10px;
        font-size: 16pt;
        font-weight: 400;
    }

    #urun_ac p {
        padding-bottom: 30px;
        font-weight: 100;
    }

#urun_fi h2 {
    padding: 5px 5px;
    font-size: 22pt;
    font-weight: 500;
    text-align: right;
}

#mesaj {
    color: #fa0000;
    font-size: 12pt;
    line-height: 18pt;
    display: table-cell;
    vertical-align: middle;
}

#mesajsepet {
    height: 300px;
    color: #fa0000;
    font-size: 12pt;
    line-height: 18pt;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#urunbilgi_ay {
    padding: 0;
}

    #urunbilgi_ay header {
        padding: 10px 0;
        font-size: 12pt;
        width: 100%;
        background-color: rgba(7, 6, 6, 0.79);
        color: #fff;
    }

#sepet_urun, #sepet_toplam {
    width: 100%;
}

.sepet_ayrinti {
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #838383;
}

.septoplam {
    width: 100%;
    margin: 20px 0;
    padding: 10px 0;
    background-color: rgba(7, 6, 6, 0.79);
    color: #fff;
}

.sepres img {
    resize: both;
    width: 35%;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.86);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.86);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.86);
}

.sepres {
    text-align: left;
}

.sepbil, .s_topfiy {
    text-align: left;
}

.sepfiyat, .s_topfiy {
    text-align: right;
    font-size: 14pt;
    font-weight: 500;
}

#sepet_toplam {
    padding: 10px 10px 30px 10px;
    text-align: center;
}

#Bsatal {
    margin-right: 20px;
}

#uyeaciklama {
    padding: 30px 0;
    text-align: center;
}


#uyeformu {
    margin: 0 auto;
    padding: 0 0;
    text-align: left;
    width: 50%;
}

.formbaslik {
    font-size: 10pt;
    text-align: left;
    margin-top: 10px;
    width: 100%;
    color: #838383;
}


.formtextbox {
    border: 1px solid #838383;
    border-radius: 5px;
    padding: 7px 5px;
}

#odemeList {
    text-align: left;
}

#d_odemeyap {
    padding: 10px;
    text-align: right;
}

#bodemeyap {
    padding: 10px;
}

#formiletisim {
    padding: 5px 0 20px 0;
    margin: 20px 0 0 0;
    margin-bottom: 0px;
    color: #fff;
}

.formbaslik {
    margin: 5px 0;
    color: #000;
}

#formiletisim h2 {
    font-weight: 100;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #000;
}



#formiletisim input {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

#formiletisim textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#formiletisim input[type=submit] {
    background-color: #4e4c4c;
    color: white;
    margin-top: 20px;
    padding: 10px;
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
}

    #formiletisim input[type=submit]:hover {
        background-color: #211f1f;
        color: #fff;
    }

.ka_img {
    resize: both;
    width: 100%;
    margin: 15px 0;
}

.bord_t {
    border-top: 1px solid #000;
}

#iletd {
    width: 258px;
    position: fixed;
    right: 15px;
    bottom: 30%;
    z-index: 1201;
}


.menu_ici {
    text-align: left;
    margin: 0 auto;
    padding: 5px 5px 5px 15px;
    visibility: hidden;
    font-size: 0%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .menu_ici p {
        color: #fa0000;
    }

.acmen {
    position: absolute;
    width: 0px;
    left: 200px;
    background-color: rgba(7, 6, 6, 0.99);
    color: #fff;
    visibility: hidden;
    z-index: -1;
    border: 1px solid #787070;
    border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#m_adr {
    top: 10px;
    height: 130px;
}

#m_tel {
    top: 57px;
    height: 50px;
}

#m_pos {
    top: 104px;
    height: 30px;
    padding: 10px 0 10px 0;
}

#m_fax {
    top: 150px;
    height: 30px;
    padding: 10px 0 10px 0;
}

ul#iletul {
    border: 1px solid #787070;
    width: 58px;
    margin-left: 200px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 10px 0;
    z-index:1911;
}

    ul#iletul li {
        display: block;
        padding: 5px 0;
    }

        ul#iletul li:hover .acmen {
            visibility: visible;
            width: 200px;
            left: 0px;
        }

        ul#iletul li:hover .menu_ici {
            visibility: visible;
            font-size: 100%;
        }

        ul#iletul li:hover {
            opacity: 1;
            background-color: #000;
            border-bottom: .5px solid #787070;
            border-top: .5px solid #787070;
        }

        ul#iletul li img {
            resize: both;
            height: 32px;
        }

#social {
    border: 1px solid #787070;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 7px 8px 2px 8px;
    position: fixed;
    left: calc(5% + 290px);
    bottom: 2%;
    z-index: 1201;
}



ul#sosyalmedya li {
    display: block;
}

    ul#sosyalmedya li:hover {
        opacity: 0.8;
    }

    ul#sosyalmedya li img {
        resize: both;
        height: 32px;
    }


#saatD {
    position: fixed;
    bottom: 2%;
    left: 5%;
    width: 280px;
    /*background-color: rgba(59, 54, 54, 0.75);*/
    border: 1px solid #787070;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.85);
}

.takvim, .saat {
    float: left;
    width: 50%;
}

#tar {
    margin-top: 44%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    #tar p:first-child {
        font-size: 135%;
    }

#clock {
    position: relative;
    width: 140px;
    height: 140px;
    margin: -10px auto;
    background: url(resimler/clock.png);
    list-style: none;
}

#sec, #min, #hour {
    position: absolute;
    width: 6px;
    height: 140px;
    top: 0px;
    left: 70px;
}

#sec {
    background: url(resimler/sechand.png);
    z-index: 3;
}

#min {
    background: url(resimler/minhand.png);
    z-index: 2;
}

#hour {
    background: url(resimler/hourhand.png);
    z-index: 1;
}

.ustmn {
    position: absolute;
    width: 100%;
    top: -55px;
    left: 0px;
    z-index: 3000;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid #787070;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 0px;
}

.u_kpL {
    float: left;
    width: 80%;
    padding: 9px 0 0 20px;
}

.u_kpR {
    text-align: right;
    float: right;
    width: 10%;
    padding: 3px 18px 0 0;
}

    .u_kpR img {
        resize: both;
        width: 18px;
        background-color: #fa0000;
        padding: 4px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        cursor: pointer;
    }
::-webkit-scrollbar {
    width: 6px;
    
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px red; 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color:#838383;
    border-radius: 10px;
}

.hakki, .deger, .ilet, .insa, .proj, .tmmpr, .dmmpr {
    background-color: rgba(0, 0, 0, 0.86);
    color: #fff;
    position: absolute;
    top: calc(7% + 120px);
    left: 5%;
    right: 10%;
    height: 0;
    text-align: left;
    padding: 10px;
    visibility: hidden;
    border: 1px solid #787070;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.insa {
    background-color: rgba(0, 0, 0, 0.86);
}

.m_ac {
    visibility: visible;
    -webkit-animation: slideInUp 1.3s infinite;
    -moz-animation: slideInUp 1.3s infinite;
    -o-animation: slideInUp 1.3s infinite;
    animation: bounceIn 1.3s infinite;
    animation-iteration-count: 1;
}
.m_ac2 {
    visibility: visible;
    -webkit-animation: slideInUp 2.2s infinite;
    -moz-animation: slideInUp 2.2s infinite;
    -o-animation: slideInUp 2.2s infinite;
    animation: fadeIn 2.2s infinite;
    animation-iteration-count: 1;
}

.m__k {
    visibility: hidden;
}

.m_kp {
    -webkit-animation: fadeOut 1.0s infinite;
    -moz-animation: fadeOut 1.0s infinite;
    -o-animation: fadeOut 1.0s infinite;
    animation: fadeOut 1.0s infinite;
    animation-iteration-count: 1;
}


.hakki p, .deger p, .ilet p, .insa p {
    padding: 5px 0;
}

.hakki h1, .deger h1, .ilet h1, .insa h1 {
    font-size: 130%;
    color: #fa0000;
}

.u_kpL h1 {
    font-size: 130%;
    color: #fff;
    font-weight:400;
}


.d_ac, .i_ac, .in_ac, .pr_ac, .h_ac, .tp_ac, .dp_ac {
    visibility: visible;
    height: calc(100% - (14% + 240px));
    -webkit-animation: bounceInLeft 1.3s infinite;
    -moz-animation: bounceInLeft 1.3s infinite;
    -o-animation: bounceInLeft 1.3s infinite;
    animation: bounceInLeft 1.3s infinite;
    animation-iteration-count: 1;
}

.d_kp, .i_kp, .in_kp, .pr_kp, .h_kp, .tp_kp, .dp_kp {
    -webkit-animation: bounceOut .7s infinite;
    -moz-animation: bounceOut .7s infinite;
    -o-animation: bounceOut .7s infinite;
    animation: bounceOut .7s infinite;
    animation-iteration-count: 1;
}


.y1 {
    overflow: auto;
    padding: 20px 0 0 10px;
}

.y2 {
    overflow: auto;
    position: absolute;
    top: 1%;
    bottom: 1%;
    left: 18%;
    padding: 20px 0;
}

.y0 {
    overflow: auto;
    position: absolute;
    top: 1%;
    bottom: 1%;
    left: 1%;
    right: 1%;
    padding: 20px 0;
}

    .y0 img {
        resize: both;
        width: 98%;
        margin-left: 1%;
        margin-bottom: 1%;
        opacity: 0.75;
    }

    
    
.y0h1 {
    overflow: auto;
    position: absolute;
    top: 1%;
    bottom: 1%;
    left: 1%;
    right: 1%;
    padding: 20px 0;
}

.a1, .sl1 {
    position: relative;
    color: #fff;
    /*height: 0;*/
    padding: 10px 1%;
    visibility: hidden;
}
.a1_ac, .sl1_ac {
    visibility: visible;
    -webkit-animation: slideInDown .4s infinite;
    -moz-animation: slideInDown .4s infinite;
    -o-animation: slideInDown .4s infinite;
    animation: slideInDown .4s infinite;
    animation-iteration-count: 1;
}

.a1_kp, .sl1_kp {
    -webkit-animation: fadeOutUp .4s infinite;
    -moz-animation: fadeOutUp .4s infinite;
    -o-animation: fadeOutUp .4s infinite;
    animation: fadeOutUp .4s infinite;
    animation-iteration-count: 1;
}



    .a1 img, .sl1 img {
        resize: both;
        width: 100%;
        border: 1px solid #787070;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .a1 header, .sl1 header {
        position: absolute;
        top: 50px;
        left: -10px;
        background-color: rgba(185, 29, 29, 0.90);
        padding: 10px 5%;
        border: 1px solid #787070;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .a1 h1, .sl1 h1 {
        color: #fff;
    }

    .a1 p, .sl1 p {
    }

.b1 {
    position: relative;
    color: #fff;
    /*height: 0;*/
    padding: 10px 1%;
}

    .b1 img {
        resize: both;
        width: 100%;
        border: 1px solid #787070;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .b1 header {
        position: absolute;
        top: 0px;
        left: -10px;
        background-color: rgba(0, 0, 0, 1);
        padding: 5px 4%;
        border: 1px solid #787070;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .b1 h1 {
        color: #fff;
        font-size: 90%;
    }

    .b1 p {
    }

.alt_b {
    position:relative;
    width: 70%;
    padding:10px 0;
    visibility:hidden;
    margin: 0 auto;
    /*border: 1px solid rgba(185, 29, 29, 0.90);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;*/
}

    #alt_kis_h1 {
        position: absolute;
        top: 20px;
        left: 0px;
        background-color: rgba(185, 29, 29, 0.90);
        padding: 10px 15%;
        border: 1px solid #787070;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
                font-size: 130%;
    }
   
.altks_ac {
    visibility: visible;
    -webkit-animation: fadeIn .4s infinite;
    -moz-animation: fadeIn .4s infinite;
    -o-animation: fadeIn .4s infinite;
    animation: fadeIn .4s infinite;
    animation-iteration-count: 1;
}

.altks_kp {
    -webkit-animation: fadeOut .4s infinite;
    -moz-animation: fadeOut .4s infinite;
    -o-animation: fadeOut .4s infinite;
    animation: fadeOut .4s infinite;
    animation-iteration-count: 1;
}

 .a1b {
    position: relative;
    color: #fff;
    /*height: 0;*/
    padding: 10px 1%;
}

#ilet_adr p {
    margin: 10px 0;
}

#ilet_adr h2 {
    margin: 10px 0;
    font-size: 12pt;
    color: #fa0000;
}

#ilet_adr b {
    margin: 5px 0;
    font-size: 9pt;
    color: #fa0000;
}

#ilet_adr img {
    resize: both;
    width: 40%;
}

#harita {
    position: relative;
    padding-bottom: 38%;
    height: 0;
    overflow: hidden;
}

    #harita iframe {
        position: absolute;
        top: 0px;
        right: 40px;
        width: 80%;
        height: 95%;
    }



.tam_gen br, #urun_ayrnt br, .sepet_ayrinti br {
    clear: both;
}

@media only screen and (min-width: 768px) {


    #baslik {
        text-align: left;
        width: 32%;
        margin: 0;
        padding: 2% 0 1% 5.2%;
        position:initial;
    }


    #menu {
        width: 95%;
        font-size: 80%;
        text-align: left;
        padding: 0 0 0 5%;
        margin: 0;
    }

    .y1 {
        float: left;
        width: 18%;
    }

    .y2 {
        float: left;
        width: 82%;
    }

    .y3L {
        float: left;
        width: 31.33333%;
        margin: 0 1%;
    }

    .y3L2 {
        float: left;
        width: 25.11%;
        margin: 0 3%;
    }

    .y4L3, .y4L2 {
        float: left;
        width: 19%;
        margin: 0 2%;
    }

    #ilet_adr {
        float: left;
        width: 38%;
        margin: 0 1%;
    }

    #harita {
        float: left;
        width: 58%;
        margin: 0 1%;
    }

    .resler {
        float: left;
        text-align: left;
        width: 60%;
        margin: 0;
        padding: 0;
    }

    .ayrnt {
        float: right;
        width: 40%;
        font-size: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    #urun_ac {
        float: left;
        text-align: left;
        width: 60%;
        margin: 0;
        padding: 0;
    }

    #urun_fi {
        float: right;
        width: 30%;
        font-size: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    #ikili_ayrli_k2 {
        float: left;
        width: 66%;
        margin: 0;
        padding: 5px 0px;
        text-align: left;
    }

    #ikili_ayrli_b2 {
        float: right;
        width: 26%;
        margin: 0;
        padding: 5px 15px;
        text-align: right;
    }

    .U2L_sol {
        float: left;
        width: 20%;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .U2L_sag {
        float: right;
        width: 80%;
        margin: 0;
        padding: 0;
        text-align: right;
    }

    .sepres, .sepbil, .sepfiyat {
        float: left;
        width: 31.3333%;
        padding: 10px 1%;
    }

    .s_topbil, .s_topfiy {
        float: left;
        width: 48%;
        padding: 10px 1%;
    }

    #icyazi {
        padding: 20px 0;
        margin: 20px 0;
        float: left;
        width: 50%;
    }

    #uyeformu {
        text-align: left;
        float: left;
        width: 50%;
    }

    .app-bar {
        display: block;
        position: initial;
        height: 0px;
        padding: 0 16px;
        margin-bottom: 0;
        box-sizing: border-box;
        background-color: transparent;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: none;
        transition: none;
    }

        .app-bar.open {
            -webkit-transform: translate(0,0);
            transform: translate(0,0);
        }



        .app-bar:after {
            content: ' ';
            display: block;
            height: 0;
            overflow: hidden;
            clear: both;
        }


    button.menu {
        display: none;
    }

    .menu-ust {
        float: left;
        border: 1px solid #787070;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        background-color: rgba(0, 0, 0, 0.85);
    }

        .menu-ust ul {
            z-index: 998;
        }


            .menu-ust ul li {
                margin: 0;
                padding: 0;
                display: block;
                position: relative;
            }

                .menu-ust ul li a {
                    text-decoration: none;
                    display: block;
                    margin: 0;
                    padding: 0;
                    -webkit-transition: color .2s ease;
                    -moz-transition: color .2s ease;
                    -ms-transition: color .2s ease;
                    -o-transition: color .2s ease;
                    transition: color .2s ease;
                    -webkit-box-sizing: border-box; /*li içinde kalıyor*/
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                }

                .menu-ust ul li ul {
                    position: absolute;
                    left: -9999px;
                    top: auto;
                }

                    .menu-ust ul li ul li {
                        max-height: 0;
                        position: absolute;
                        -webkit-transition: max-height 0.4s ease-out;
                        -moz-transition: max-height 0.4s ease-out;
                        -ms-transition: max-height 0.4s ease-out;
                        -o-transition: max-height 0.4s ease-out;
                        transition: max-height 0.4s ease-out;
                        /*background-image:url('resimler/menu2.jpg');
    background-repeat:no-repeat;
    background-size:cover;*/
                        margin-top: 2px;
                    }

                        /*açılan menü linkleri*/
                        .menu-ust ul li ul li a {
                            text-transform: none;
                            color: #fff;
                            letter-spacing: 0;
                            display: block;
                            padding: 8px 10px;
                            text-align: center;
                            width: 200px;
                            border: 1px solid #787070;
                            border-radius: 8px;
                            -moz-border-radius: 8px;
                            -webkit-border-radius: 8px;
                            background-color: rgba(0, 0, 0, 0.85);
                        }

                        .menu-ust ul li ul li:hover > a,
                        .menu-ust ul li ul li.active > a {
                            color: #000;
                            background: #fff;
                            border: 1px solid #787070;
                        }

                        .menu-ust ul li ul li:hover > ul > li {
                            max-height: 72px;
                            position: relative;
                        }

        .menu-ust > ul > li {
            float: left;
        }

            .menu-ust > ul > li:after {
                content: "";
                display: block;
                position: absolute;
                width: 100%;
                height: 0; /*Çizgi Üste*/
                top: 0px;
                z-index: 900;
                background: #000;
                /*border-radius:6px;*/
                -webkit-transition: height .3s;
                -moz-transition: height .3s;
                -ms-transition: height .3s;
                -o-transition: height .3s;
                transition: height .3s;
            }

            .menu-ust > ul > li:first-child:after {
                border-top-left-radius: 8px;
                -webkit-border-top-left-radius: 8px;
                border-bottom-left-radius: 8px;
                -webkit-border-bottom-left-radius: 8px;
                -moz-border-radius-bottomleft: 8px;
                -moz-border-radius-topleft: 8px;
            }

            .menu-ust > ul > li:last-child:after {
                border-top-right-radius: 8px;
                -webkit-border-top-right-radius: 8px;
                border-bottom-right-radius: 8px;
                -webkit-border-bottom-right-radius: 8px;
                -moz-border-radius-bottomright: 8px;
                -moz-border-radius-topright: 8px;
            }

            .menu-ust > ul > li.men-ac > a {
                padding-right: 30px;
            }

                .menu-ust > ul > li.men-ac > a:after {
                    display: block;
                    content: "";
                    background: #fff;
                    height: 12px;
                    width: 0px;
                    position: absolute;
                    /*-moz-border-radius: 13px;
                    -webkit-border-radius: 13px;
                    border-radius: 13px;*/
                    right: 14px;
                    top: 16px;
                }

                .menu-ust > ul > li.men-ac > a:before {
                    display: block;
                    content: "";
                    border: 4px solid transparent;
                    border-top-color: #fff;
                    z-index: 902;
                    height: 0;
                    width: 0;
                    position: absolute;
                    right: 14px;
                    top: 15px;
                }

            .menu-ust > ul > li > a {
                color: #fff;
                padding: 8px 20px;
                letter-spacing: 1px;
                text-transform: uppercase;
                z-index: 912;
                position: relative;
            }

            .menu-ust > ul > li:hover:after,
            .menu-ust > ul > li.active:after {
                height: 100%;
            }

            .menu-ust > ul > li:hover > a,
            .menu-ust > ul > li.active > a {
                color: #fff;
            }

            .menu-ust > ul > li:hover > ul {
                left: 0;
            }

                .menu-ust > ul > li:hover > ul > li {
                    max-height: 172px;
                    position: relative;
                }



            .menu-ust > ul > li > a {
                display: block;
                /*border-left:1px solid #bababa;*/
            }

                .menu-ust > ul > li > a:after {
                    /*border-right: 1px solid #bababa;*/
                }

        .menu-ust > ul > li {
            width: auto;
        }

            .menu-ust > ul > li > ul {
                width: 100px;
                display: block;
            }

                .menu-ust > ul > li > ul > li {
                    width: 100px;
                    display: block;
                }
}

@media all and (max-width: 767px) {

    #menu {
        width: 100%;
        float: none;
        margin: 0;
    }

 
      #baslik {
        float: none;
        width: 100%;
        margin: 0;
        padding: 20px 0 0 0;
        position:fixed;
        right:calc(-50% + 80px);
    }

  .ska.open {
            -webkit-transform: translate(250px,0);
            transform: translate(250px,0);
        }
     #logo {
        resize: both;
        width: 120px;
    }

    #ikili_ayrli_k2 {
        float: none;
        margin: 0;
        padding: 5px 15px;
        text-align: center;
        font-size: 8pt;
    }

    #ikili_ayrli_b2 {
        float: none;
        margin: 0;
        padding: 5px 15px;
        text-align: center;
    }

    .U2L_sol {
        float: none;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        text-align: center;
    }

    .U2L_sag {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #urun_ac {
        float: none;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #urun_fi {
        float: none;
        width: 100%;
        font-size: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

        #urun_fi h2 {
            text-align: center;
        }

    #icyazi {
        padding: 20px 0;
        margin: 20px auto;
        float: none;
        width: 90%;
        text-align: center;
    }

    #uyeformu {
        text-align: center;
        float: none;
        width: 90%;
    }

    .silsos {
        display: none;
    }

    .sagust {
        text-align: right;
    }

    #resim img {
        resize: both;
        width: 100%;
    }

    #bos img {
        resize: both;
        width: 100%;
    }



    #ustlink {
        width: 100%;
        text-align: right;
        padding: 15px 0 0px 0;
    }

        #ustlink img {
            width: 30px;
        }



    #altlink {
        text-align: center;
        padding: 10px 0 0px 0;
    }

    #alt-menu li {
        display: block;
        margin: 10px 0;
        font-size: 80%;
    }


    #smust img, #smalt img {
        resize: both;
        width: 30px;
        margin: 0;
        padding: 0;
    }

    .urun {
        margin: 5px;
        padding: 5px 5px 10px 5px;
        width: 90%;
    }

    .dlis {
        width: 26.3333%;
    }

    .ustlinkler {
        position: fixed;
        top: 0px;
        padding: 0;
        margin: 0;
        right: 0px;
        width: 100%;
        height: 60px;
        -webkit-transition: right .5s ease;
        -moz-transition: right .5s ease;
        -o-transition: right .5s ease;
        transition: right .5s ease;
        z-index: 800;
    }


    .app-bar {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flexbox;
        width: 100%;
        height: 80px;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-direction: row;
        /*background-color:#fff;*/
        position: fixed;
        top: 8px;
        left: 0px;
        /*border-bottom:1px solid #fff;
        border-top:1px solid #fff;
        border-right:1px solid #fff;
        border-top-right-radius:8px;
        border-bottom-right-radius:8px;
        -webkit-border-top-right-radius:8px;
        -webkit-border-bottom-right-radius:8px;
        -moz-border-radius-bottomright:8px;
        -moz-border-radius-topright:8px;*/
        z-index: 890;
    }

    .app-bar.bac{
        background-color:#000;
    }
    /*.app-bar:after{
        content:"Menü";
        position:absolute;
        top:55px;
        left:20px;
    }*/
        .app-bar.open {
            -webkit-transform: translate(250px,0);
            transform: translate(250px,0);
        }

        .app-bar button {
            width: 45px;
            height: 45px;
            background-image: none;
            background-color: rgba(7, 6, 6, 1);
            border-style: solid;
            border-radius: 100%;
            border-color: rgb(254, 254, 254);
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            padding: 0;
            margin: 18px 15px;
            z-index: 891;
            -webkit-transition: border 300ms ease-in,background 200ms ease-in;
            transition: border 300ms ease-in,background 200ms ease-in;
            -webkit-tap-highlight-color: transparent;
        }

            .app-bar button img {
                width: 30px;
                height: 30px;
                opacity: 1.0;
                -webkit-transition: opacity 200ms ease-in;
                transition: opacity 200ms ease-in;
            }

            .app-bar button.menu {
                position: relative;
            }

                .app-bar button.menu img {
                    position: absolute;
                    top: 5px;
                    left: 5px;
                    bottom: 5px;
                    right: 5px;
                }

                .app-bar button.menu .menu-icon {
                    opacity: 1.0;
                }

                .app-bar button.menu .close-icon {
                    opacity: 0.0;
                }

        .app-bar.open button.menu .menu-icon {
            opacity: 0.0;
        }

        .app-bar.open button.menu .close-icon {
            opacity: 1.0;
        }

        .app-bar button:hover, .bottom-bar button:hover {
            border-color: rgba(254, 254, 254, 0.6);
            border-style: solid;
            opacity: 1;
        }

        .app-bar button:focus, .bottom-bar button:focus {
            border-color: #fff;
            outline: 0;
        }

        .app-bar button:active, .bottom-bar button:active {
            border-color: #fff;
        }


    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 12px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }

    .aca {
        right: -250px;
    }

    .menu-ust {
        position: fixed;
        width: 250px;
        height: 100%;
        background-color: rgba(0, 0, 0, 1);
        color: #fff;
        top: 0px;
        left: 0;
        text-align: left;
        -webkit-transform: translate(-250px,0);
        transform: translate(-250px,0);
        z-index: 891;
        overflow-y: auto;
        /*box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.51);*/
    }

        .menu-ust.open {
            -webkit-transform: translate(0,0);
            transform: translate(0,0);
        }

        .menu-ust ul {
            list-style-type: none;
            padding: 0 0 0 0;
            margin: 5px;
            box-shadow: 0 5px 5px #000;
            color: #fff;
        }

            .menu-ust ul a {
                background-color: rgba(7, 6, 6, 0.69);
                margin: 0 5px;
                border-bottom: 1px solid #fff;
            }

            .menu-ust ul ul a {
                padding: 0 0 0 20px;
                background-color: rgba(7, 6, 6, 0.69);
                margin: 0 5px;
            }

            .menu-ust ul ul {
                list-style-type: none;
                padding: 0 0 0 10px;
                margin: 6px 5px;
            }

    .app-bar, .menu-ust {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }


        .menu-ust ul li a {
            display: block;
            height: 40px;
            padding: 2px 5px;
            margin: 2px 0;
            line-height: 40px;
            text-decoration: none;
            color: #fff;
            /*border-radius:5px;*/
        }



            .menu-ust ul li a:hover {
                background-color: rgba(255, 255, 255, 0.2);
            }

            .menu-ust ul li a:focus {
                background-color: rgba(255, 255, 255, 0.3);
                outline: 0;
            }

            .menu-ust ul li a:active {
                background-color: rgba(255, 255, 255, 0.4);
            }
    #saatD {
    visibility:hidden;
}

    
#social {
    border: 1px solid #787070;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 7px 8px 2px 8px;
    position: fixed;
    left: calc(3% );
    bottom: 2%;
    z-index: 701;
}



ul#sosyalmedya li {
    display:inline;
}

    ul#sosyalmedya li:hover {
        opacity: 0.8;
    }

    ul#sosyalmedya li img {
        resize: both;
        height: 28px;
    }

#iletd {
    width: 140px;
    position: fixed;
    bottom: 2%;
    left: 3%;
    z-index: 701;
}

#yazar{
    position:fixed;
    right:10px;
    bottom:10px;
    font-size:60%;
    color:#fa0000;
    z-index:9000;
}
ul#iletul {
    border: 1px solid #787070;
    width: 130px;
    margin-left: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 6px 0 3px 0;
    z-index:1911;
}

    ul#iletul li {
        display: inline;
        padding:0 4px;
    }
            ul#iletul li:hover .acmen {
            visibility: hidden;
            width: 0px;
            left: 0px;
        }

        ul#iletul li:hover .menu_ici {
            visibility: hidden;
            font-size: 0%;
        }

        ul#iletul li:hover {
            opacity: 1;
            background-color: #000;
            border-bottom: none;
            border-top: none;
        }

        ul#iletul li img {
            resize: both;
            height: 28px;
        }
      
       

.hakki, .deger, .ilet, .insa, .proj, .tmmpr, .dmmpr {
    position: absolute;
    top: calc(7% + 110px);
    left: 3%;
    right: 3%;
}


.ustmn {
    top: -55px;
    left: 0px;
    z-index: 3000;
    padding: 5px 0;
}

.u_kpL {
    width: 70%;
    padding: 8px 0 0 10px;
}

.u_kpR {
    width: 15%;
    padding: 4px 13px 0 0;
}

    .u_kpR img {
        width: 18px;
        padding: 4px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 58px;
    }
    .hakki h1, .deger h1, .ilet h1, .insa h1 {
    font-size: 110%;
    color: #fa0000;
}

.u_kpL h1 {
    font-size: 90%;
    color: #fff;
}
.y1 {
    position:absolute;
    padding: 5px 0 0 0 ;

}

.y2 {
    top: 40px;
    bottom: 3%;
    left: 2%;
    padding: 5px;
}

.y1 {
        float: none;
        width: 90%;
    }

    .y2 {
        float: none;
        width: 93%;
    }
    .d_ac, .i_ac, .in_ac, .pr_ac, .h_ac, .tp_ac, .dp_ac {
    height: calc(100% - (14% + 160px));
}
#bas_lik {
    padding: 0px;
    margin: 0;
}

.y0 {
    top: 1%;
    bottom: 2%;
    left:2%;
    right: 2%;
    padding: 10px 0;
}

    .y0 img {
        opacity: 1;
    }

    
    
.y0h1 {
    top: 0;
    bottom: 2%;
    left: 0%;
    right: 0%;
    padding: 10px 0;
    overflow-x: hidden; 
    overflow-y:scroll;

}


.a1, .sl1 {
    padding: 10px 2%;
            text-align:center;
}
.b1 {
    padding: 10px 2%;
            text-align:center;
}

    .a1 img, .sl1 img {
        width: 90%;
    }

    .a1 header, .sl1 header {
        background-color: rgba(185, 29, 29, 1);
    }

    .a1 h1, .sl1 h1 {
        color: #fff;
    }

    .b1 img {
        width: 90%;
    }

    .b1 h1 {
        color: #fff;
        font-size: 80%;
    }
   

   

 .a1b {
    top:20px;
    padding: 25px 1%;
}

    #alt_kis_h1 {
        margin-top: -50px;
                margin-left: -50px;

    }



    #ilet_adr p {
    margin: 5px 0;

}

#ilet_adr h2 {
    margin: 5px 0;
    font-size: 11pt;
}


#ilet_adr img {
    visibility:hidden;
    width:0;
}

#harita {
    position: relative;
    padding-bottom: 100%;
    height: 0;

    overflow: hidden;
}

    #harita iframe {
        right: 15px;
        width: 90%;
        height: 100%;
    }




}

@media screen and (max-width : 420px) {
  

        .aca {
        right: -300px;
    }
    .sil {
        right: 0px;
    }



    .goster #re_geri img {
        resize: both;
        width: 14px;
        cursor: pointer;
    }


    .goster #re_ileri img {
        resize: both;
        width: 14px;
        cursor: pointer;
    }




    .goster > div:first-child {
        resize: both;
        width: 90%;
    }

        .goster > div:first-child > img {
            resize: both;
            width: 100%;
            border: 2px solid #fff;
        }


}
