﻿
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: auto;
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.tam_gen {
    width: 100%;
}

.gen_1200 {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
}

.back_1 {
    background-color: #fff;
}

.back_2 {
    background-color: #000;
}

.spinner {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    z-index: 5999;
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
}


.center-div {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 6000;
}



#baslik {
    text-align: center;
    width: 100%;
    max-width: 1120px;
    margin: 0px auto 7px auto;
    padding: 20px 0 5px 0;
    text-align: left;
    color: black;
}

#logo {
    /*border:1px solid #fff;*/
    resize: both;
    width: 20%;
    max-width: 250px;
    min-width: 250px;
}

#logo2 {
    /*border:1px solid #fff;*/
    resize: both;
    width: 150px;
}

#logosm {
    /*border:1px solid #fff;*/
    resize: both;
    width: 150px;
}


#slider {
    position: relative;
    margin: 0px auto 10px auto;
    top: 0px;
    left: 0px;
    width: 1200px;
    height: 500px;
    overflow: hidden;
}

.tam_gen br, menu br {
    clear: both;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.dbg-image {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url("/Images/Dms-Sac-Boru-Fabrika.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dbg-text {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
}

    .dbg-text button {
        border: none;
        outline: 0;
        display: inline-block;
        padding: 10px 25px;
        color: black;
        background-color: #ddd;
        text-align: center;
        cursor: pointer;
    }

        .dbg-text button:hover {
            background-color: #555;
            color: white;
        }


.chak p {
    margin: 15px 0;
}

.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.modal-content {
    /*background-color: aqua;*/
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.tabcont {
    width: 100%;
    margin-bottom: 20px;
}

.nav {
    width: 100%;
    border: none;
}

.nav-tabs {
    justify-content: center;
    /*flex-wrap: wrap;*/
}

.nav-item {
    list-style: none;
    border: none;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    font-style: normal;
    background: #f30e0e;
}

.nav-tabs .nav-link:hover {
    background: #fc574f;
    color: #fff;
}

.nav-tabs .nav-link {
    box-sizing: border-box;
    color: #f30e0e;
    font-style: normal;
    font-weight: 500;
    border-radius: 3px;
    margin: 0.4rem .8rem !important;
    transition: background .3s;
    border: 1px solid #f30e0e;
}


.tab-content {
    padding: 0;
}

.urImg img {
    resize: both;
    width: 100%;
}

.kvkk_content {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    right: 0;
    padding: 0;
    overflow: hidden;
    height: 0px;
    margin: 0;
    color: white;
    z-index: 9999999;
}

.xs-none {
    display: block;
}
/*.xs-block {
    display: none;
}
*/

@media only screen and (min-width: 768px) {
    .menut {
        z-index: 1000;
    }

    #menu {
        width: 100%;
        font-size: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        max-width: 1200px;
    }

    .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: right;*/
    }

    .sticky {
        position: fixed;
        top: 0;
    }

        .sticky + .content {
            padding-top: 60px;
        }

    .menu-ust ul {
        z-index: 998;
        margin: 0;
    }

        /*YY*/
        /*.menu-ust ul:after,
            .menu-ust:after {
                content: "";
                display: block;
                font-size: 0;
                height: 0;
                clear: both;
                visibility: hidden;
            }*/

        .menu-ust ul li {
            margin: 0;
            padding: 0;
            display: block;
            position: relative;
            background-color: black;
            color: white;
        }

            .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: #a11818;
                    margin-top: 2px;
                    left: 0px;
                    width: 100%;
                }

    .menu-ust.align-right ul li ul li.men-ac:after {
        right: auto;
        left: 10px;
    }

    .menu-ust ul li ul li.men-ac:before {
        display: block;
        position: absolute;
        content: "";
        height: 30px;
        width: 30px;
        /*  border: 5px solid transparent;
            border-left-color: #fff;*/
        z-index: 902;
        top: 18px;
        right: 2px;
    }

    .menu-ust.align-right ul li ul li.men-ac:before {
        right: auto;
        left: 0px;
        /*   border-left-color: transparent;
            border-right-color: #fff;*/
    }
    /*YYY SON*/

    /*açılan menü linkleri*/
    .menu-ust ul li ul li a {
        text-transform: none;
        color: #fff;
        letter-spacing: 0;
        display: block;
        width: 100%;
        padding: 11px 10px 11px 10px;
        text-align: center;
    }

    .menu-ust ul li ul li:hover > a,
    .menu-ust ul li ul li.active > a {
        color: #000; /*Açılan menü*/
        background: red;
    }

    /*YYY*/
    .menu-ust ul li ul li:hover:after,
    .menu-ust ul li ul li.active:after {
        background: #f30e0e;
    }

    .menu-ust ul li ul li:hover > ul {
        left: 101%;
        width: 70%;
        top: 0;
    }

    .menu-ust.align-center > ul > li {
        float: none;
        display: inline-block;
    }

    .menu-ust.align-center > ul {
        text-align: center;
    }

    .menu-ust.align-center ul ul {
        text-align: left;
    }

    .menu-ust.align-right > ul {
        float: right;
    }

        .menu-ust.align-right > ul > li:hover > ul {
            left: auto;
            right: 0;
        }

    .menu-ust.align-right ul ul li:hover > ul {
        right: 100%;
        left: auto;
    }

    .menu-ust.align-right ul ul li a {
        text-align: right;
    }


    /*YYYSON*/
    .menu-ust ul li ul li:hover > ul > li {
        max-height: 92px;
        position: relative;
    }
    /*weqweqweqweqweqweqwe*/
    .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: #f30e0e;
            /*border-radius:6px;*/
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .menu-ust > ul > li.men-ac > a {
            padding-right: 0px;
        }

            .menu-ust > ul > li.men-ac > a:after {
                display: block;
                content: "";
                background: #f30e0e;
                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: 5px solid transparent;
                border-top-color: #fff;
                z-index: 902;
                height: 0;
                width: 0;
                position: absolute;
                right: 14px;
                top: 45%;
            }

        .menu-ust > ul > li > a {
            color: #fff;
            padding: 20px 0;
            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;
        }

            /*YYY*/
            .menu-ust > ul > li:hover > a:after,
            .menu-ust > ul > li.active > a:after {
                background: #000000;
            }

            .menu-ust > ul > li:hover > a:before,
            .menu-ust > ul > li.active > a:before {
                border-top-color: #ffffff;
            }
        /*YYYSON*/

        .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 {
        /*border-left: 1px solid #fff;*/
        width: 20%;
    }

        .menu-ust > ul > li:last-child {
            /*border-right: 1px solid #fff;*/
        }

        .menu-ust > ul > li > ul {
            width: 100%;
            display: block;
        }

            .menu-ust > ul > li > ul > li {
                width: 100%;
                display: block;
            }

    /* .menu-ust > ul > li > ul > li.men-ac > a {
                        padding-right: 0px;
                    }

                        .menu-ust > ul > li > ul > li.men-ac > a:after {
                            display: block;
                            content: "";
                            background: #f30e0e;
                            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 > ul > li.men-ac > a:before {
                            display: block;
                            content: "";
                            border: 5px solid transparent;
                            border-top-color: #fff;
                            z-index: 902;
                            height: 0;
                            width: 0;
                            position: absolute;
                            right: 14px;
                            top: 45%;
                        }*/

    .tel {
        display: none;
    }

    #telb {
        width: 100%;
        padding: 0;
        text-align: right;
        margin: 0;
    }
} 

@media all and (max-width: 767px) {
    .t-center {
        text-align: center;
    }

    .ara-top {
        margin-top: 78px;
    }

    #logo {
        resize: both;
        width: 50%;
    }


    #telb {
        display: none;
    }

    .tel {
        display: block;
        font-size: 16pt;
        padding: 12px 10px 12px 10px;
        text-align: right;
        margin: 0;
        width: 100%;
        z-index: 800;
    }

        .tel p {
            padding: 4px 0;
        }



    #baslik {
        /*        position: initial;
        width: 100%;
        float: none;
        margin: 0;
        padding: 100px 0 20px 0;
        box-shadow: none;
        text-align: center;
*/
        display: none;
    }

    #menu {
        width: 100%;
        float: none;
        margin: 0;
        margin-top: -10px;
        background-color: #fff;
    }

    .app-bar {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flexbox;
        width: 100%;
        height: 90px;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-direction: row;
        background-color: black;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 890;
    }

        .app-bar.open {
            -webkit-transform: translate(250px,0);
            transform: translate(250px,0);
        }

        .app-bar button {
            width: 42px;
            height: 40px;
            background-image: none;
            background-color: #000;
            border-style: solid;
            border-radius: 100%;
            border-color: #f30e0e;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            padding: 0;
            margin: 25px 0 0 10px;
            z-index: 891;
        }

            /*            .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 i {
                font-size: 26px;
                color: red;
            }

            .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 i {
                    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.4);
            border-style: solid;*/
            opacity: 0.8;
        }

        .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);
    }

    .menu-ust {
        position: fixed;
        width: 250px;
        height: 100%;
        background-color: #000;
        color: #000;
        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;
            color: #fff;
        }

            .menu-ust ul a {
                margin: 0 5px;
                border-bottom: 1px solid #fff;
            }

            .menu-ust ul ul a {
                padding: 0 0 0 20px;
                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;
        }



            .menu-ust ul li a:hover {
                background-color: #f30e0e;
            }

            .menu-ust ul li a:focus {
                background-color: #f30e0e;
                outline: 0;
            }

            .menu-ust ul li a:active {
                background-color: #f30e0e;
            }

  
}

@media screen and (max-width : 576px) {
    .xs-none {
        display: none;
    }
/*    .xs-block {
        display: block;
    }
*/
    #logo {
        resize: both;
        width: 80%;
    }


    .sil {
        right: -250px;
    }

    #telb {
        display: none;
    }



    .menu-ust ul li ul li a {
        font-size: 9pt;
    }
}
