﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

html,
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0px auto;
    padding: 0px;
    min-height: 100% !important;
    height: 100%;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 0;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
}

header {
    background-color: #fff;
}

    header .header_top {
        position: relative;
        float: left;
        width: 100%;
        background-color: #FFF;
        padding: 10px 20px;
        color: #3d3d3b;
        font-size: 14px;
        text-align: center;
        border-bottom: 1px dotted #c8cbcc;
    }

    header .logo a img {
        margin: 5px auto;
    }

.middle_bottom {
    position: relative;
    background-color: #000;
    text-align: center;
}

.middle_top .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}

.copy {
    padding: 15px 0;
}

.middle_top .container-fluid .iletisim {
    text-align: right;
}

.middle_in_top .sosyal_medya_header {
    text-align: right;
}

    .middle_in_top .sosyal_medya_header ul li {
        display: inline-block;
        margin: 10px 5px;
    }

        .middle_in_top .sosyal_medya_header ul li a {
            color: #fff;
            font-size: 16px;
            font-weight: 600;
        }

        .middle_in_top .sosyal_medya_header ul li.globe {
            border-left: 1px solid #fff;
            padding-left: 10px;
        }

.carousel-caption {
    top: 50%;
    left: 10%;
    right: auto;
    padding-bottom: 0;
    text-align: left;
    width: 40%;
}

    .carousel-caption > h1 {
        font-size: 24px !important;
        font-weight: 600 !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 1px !important;
        color: #fff !important;
    }

        .carousel-caption > h1 i {
            font-family: 'Playfair Display', serif;
            font-style: normal;
        }

    .carousel-caption > p {
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        color: #fff;
        margin: 0 0 10px !important;
    }

    .carousel-caption a,
    .autoplaypratik a {
        padding: 15px 0;
        background: #2a4f7b;
        color: #fff;
        text-align: center;
        border-radius: 0;
        line-height: normal;
        text-transform: none !important;
        position: relative;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        border: none;
        cursor: pointer;
        margin: 0 auto 15px;
        width: 50%;
    }

        .carousel-caption a:hover,
        .autoplaypratik a:hover {
            color: #fff !important;
        }

        .carousel-caption a i,
        .autoplaypratik a i {
            margin-left: 25px;
            transition: .3s ease-in all;
            position: absolute;
            padding: 2.5px 0;
        }

        .carousel-caption a:hover i,
        .autoplaypratik a:hover i {
            margin-left: 50px;
        }

        .carousel-caption a:before,
        .autoplaypratik a:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 55%;
            background: rgba(42, 79, 123, 0.58);
            z-index: -1;
            transition: .3s ease-in all;
        }

        .carousel-caption a:after,
        .autoplaypratik a:after {
            content: '';
            position: absolute;
            left: -5%;
            top: 5%;
            height: 90%;
            width: 5%;
            background: rgba(251, 251, 251, 0.24);
            z-index: -1;
            transition: .4s .02s ease-in all;
        }

        .carousel-caption a:hover:before,
        .autoplaypratik a:hover:before {
            left: 100%;
            width: 25%;
        }

        .carousel-caption a:hover:before,
        .autoplaypratik a:hover:after {
            left: 100%;
            width: 70%;
        }

.snip0040 {
    border: none;
    background-color: #3d3d3b;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 60px;
    display: inline-block;
    margin: 50px auto 0;
    line-height: 1.5em;
    font-weight: 500;
    font-size: 12px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .snip0040 span {
        display: inline-block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .snip0040 i {
        font-size: 20px;
        left: 15px;
        position: absolute;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .snip0040:before {
        content: '';
        top: 0;
        left: 0;
        width: 0;
        position: absolute;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .snip0040:hover {
        background-color: #2a4f7b;
        color: #fff;
    }

        .snip0040:hover span,
        .snip0040.hover span {
            -webkit-transform: translate3d(20px, 0px, 0px);
            transform: translate3d(20px, 0px, 0px);
            opacity: 1;
        }

        .snip0040:hover i,
        .snip0040.hover i {
            opacity: 1;
            -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
        }

        .snip0040:hover:before,
        .snip0040.hover:before {
            width: 44px;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }

    .snip0040:active:before {
        background: rgba(255, 255, 255, 0.3);
    }

    .snip0040.blue {
        background-color: #20638f;
    }

    .snip0040.red {
        background-color: #962d22;
    }

    .snip0040.yellow {
        background-color: #a85913;
    }

.urunler {
    position: relative;
    background-color: #f3f3f5;
    text-align: center;
    margin: 0 auto;
    padding: 2.5% 0;
}

    .urunler > div > .title > h1 {
        text-align: center;
    }

.theree_block {
    position: relative;
    padding: 2.5% 0;
    text-align: center;
}

    .theree_block > div > .title {
        padding: 0 15px 0 0;
    }

        .theree_block > div > .title > h1,
        .urunler > div > .title > h1 {
            font-size: 12px;
            font-family: 'Montserrat', sans-serif;
            color: #2a4f7b;
            line-height: 1.6;
            letter-spacing: .2em;
            font-weight: 400;
        }

        .theree_block > div > .title > h2,
        .urunler > div > .title > h2 {
            font-size: 24px;
            font-weight: bold;
            color: #3d3d3b;
        }

            .theree_block > div > .title > h2 > i {
                font-family: 'Playfair Display', serif;
                font-weight: 500;
            }

        .theree_block > div > .title > h3,
        .urunler > div > .title > h3 {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            color: #3d3d3b;
            font-weight: 300;
            margin: 15px auto;
            width: 50%;
        }

.icon_kurumsal {
    background-color: #F3F3F4;
    padding: 50px 30px !important;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    text-align: center;
}

    .icon_kurumsal:hover {
        -webkit-transform: translateY(-10px);
        -khtml-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .icon_kurumsal img {
        width: 42px;
        margin: 0 5px 0 0;
    }

    .icon_kurumsal h1 {
        font-size: 16px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        color: #3d3d3b;
        font-style: normal;
    }

    .icon_kurumsal h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #3d3d3b;
        font-weight: 300;
        display: inline-block;
        height: 75px;
        overflow: hidden;
    }

    .icon_kurumsal a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

.theree_block > div > div > div {
    padding: 0 15px !important;
}

.theree_block > div > .title > a {
    border: 1px solid #eee;
    border-radius: 24px;
    outline: none;
    background: transparent;
    padding: 10px 50px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    font-family: 'Montserrat', sans-serif;
    color: #3d3d3b;
}

    .theree_block > div > .title > a:hover {
        color: white;
    }

        .theree_block > div > .title > a:hover:before {
            left: 0;
            transform: rotate(0deg);
            transition: all .5s;
        }

        .theree_block > div > .title > a:hover:after {
            right: 0;
            transform: rotate(0deg);
            transition: all .5s;
        }

    .theree_block > div > .title > a:before {
        top: 0;
        left: 0;
        width: 150%;
        background: #259f6c;
        transform-origin: 0 bottom;
        transform: translateX(-100%) rotate(-30deg);
        background: #fafcd6;
        z-index: -2;
        transform: translate3D(0, 0, 0);
    }

    .theree_block > div > .title > a:after {
        top: 0;
        left: auto;
        right: 0;
        width: 150%;
        transform-origin: right bottom;
        transform: translateX(100%) rotate(30deg);
    }

    .theree_block > div > .title > a:before,
    .theree_block > div > .title > a:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background: #00aed9;
        z-index: -1;
        transform: translate3D(0, -100%, 0);
        transition: all .5s;
    }

.theree_block .heading-divider,
.urunler .heading-divider {
    margin: 15px auto 75px;
    min-width: 385px;
    display: inline-block;
    height: 3px;
    position: relative;
    z-index: 1;
}

    .theree_block .heading-divider .heading-line2,
    .urunler .heading-divider .heading-line2 {
        width: 100%;
        height: 1px;
        display: inline-block;
        background-color: #dedede;
        position: absolute;
        top: 1px;
        left: 0;
        width: 100%;
        z-index: -1;
    }

    .theree_block .heading-divider .heading-line1,
    .urunler .heading-divider .heading-line1 {
        width: 100px;
        height: 3px;
        display: inline-block;
        background-color: #3d3d3b;
        vertical-align: top;
    }

.ftrBltn h1 {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    color: #3d3d3b;
    font-weight: 500;
    letter-spacing: -1px;
    font-style: italic;
}

.back_ara {
    position: relative;
    height: 250px;
    background-color: #2a4f7b;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .back_ara > .inset > .back_baslik {
        font-size: 17px;
        padding: 10px;
        margin: 0;
        font-weight: bold;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
    }

    .back_ara > .inset > .back_baslik2 {
        padding: 10px;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
    }

    .back_ara > .inset > a {
        border: none;
        color: #fff;
        cursor: pointer;
        padding: 10px 20px;
        display: inline-block;
        margin: 15px 30px;
        font-weight: 400;
        font-size: 11px;
        outline: none;
        position: relative;
        overflow: hidden;
        border-radius: 23px;
        letter-spacing: 2px;
        -webkit-transform: translateZ(0);
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .back_ara > .inset > a:before {
            opacity: 0;
            content: "";
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            border-radius: inherit;
            background-color: #fff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }

        .back_ara > .inset > a:after {
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            border: 1px solid #5666a5;
            content: '';
            border-radius: inherit;
        }

        .back_ara > .inset > a:hover {
            background-color: #5666a5;
            color: #fff;
        }

            .back_ara > .inset > a:hover:before {
                -webkit-transform: translateY(0%);
                transform: translateY(0%);
                opacity: 0.25;
            }

.urunler a.explore {
    padding: 10px 0;
    font-size: 12px;
    background: #2a4f7b;
    color: #fff;
    text-align: center;
    border-radius: 0;
    line-height: normal;
    text-transform: none !important;
    position: relative;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    border: 1px solid #2a4f7b;
    cursor: pointer;
    margin: 15px auto;
    -webkit-transition: all .75s;
    transition: all .75s;
}

    .urunler a.explore:hover {
        background: #fff;
        border: 1px solid #2a4f7b;
        color: #2a4f7b !important;
    }

.item {
    padding: 0 15px !important;
}

    .item h1 {
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        color: #3d3d3b;
        line-height: 1.6;
        font-weight: 600;
    }

    .item h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #3d3d3b;
        font-weight: 300;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .item > .urunresim > img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: 50vh;
        background: #fff;
    }

.aksiyon14 {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
    position: relative;
    background-blend-mode: overlay;
}

    .aksiyon14 > .screen_table14 {
        height: 100vh;
        position: relative;
    }

        .aksiyon14 > .screen_table14 > div > .screen_table14_in {
            height: 100%;
            position: absolute;
            z-index: 1;
            right: 0;
            left: 0;
            text-align: left;
        }

            .aksiyon14 > .screen_table14 > div > .screen_table14_in > .dt {
                display: table;
                height: 100%;
                width: 100%;
            }

                .aksiyon14 > .screen_table14 > div > .screen_table14_in > .dt > .dtc {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: left;
                    padding: 0 7.5%;
                }

                    .aksiyon14 > .screen_table14 > div > .screen_table14_in > .dt > .dtc > div > h1 {
                        margin: 5% auto;
                        font-size: 24px;
                        font-weight: bold;
                        color: #3d3d3b;
                        font-family: 'Montserrat', sans-serif;
                        word-wrap: break-word;
                    }

                        .aksiyon14 > .screen_table14 > div > .screen_table14_in > .dt > .dtc > div > h1 i {
                            font-family: 'Playfair Display', serif;
                        }

                    .aksiyon14 > .screen_table14 > div > .screen_table14_in > .dt > .dtc > div > h2 {
                        margin: 2% auto;
                        color: #3d3d3b;
                        font-size: 14px;
                        font-family: 'Montserrat', sans-serif;
                        font-weight: 300;
                        word-wrap: break-word;
                        line-height: inherit;
                    }

                    .aksiyon14 > .screen_table14 > div > .screen_table14_in > .dt > .dtc > div > .dual > a {
                        background-color: rgb(1, 175, 218);
                        color: #FFF;
                        -webkit-transition: all 0.5s;
                        -moz-transition: all 0.5s;
                        -o-transition: all 0.5s;
                        transition: all 0.5s;
                        position: relative;
                        border: 1px solid rgb(1, 175, 218);
                        overflow: hidden;
                        display: inline-block;
                        text-align: center;
                        cursor: pointer;
                        padding: 10px 30px;
                        margin: 5px auto;
                        font-family: 'Montserrat', sans-serif;
                        text-decoration: none;
                    }

                        .aksiyon14 > .screen_table14 > div > .screen_table14_in > .dt > .dtc > div > .dual > a::before,
                        .aksiyon14 > .screen_table14 > div > .screen_table14_in > .dt > .dtc > div > .dual > a::after {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            z-index: 1;
                            -webkit-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -o-transition: all 0.5s;
                            transition: all 0.5s;
                            opacity: 1;
                            -webkit-transform: translate(-105%, 0);
                            transform: translate(-105%, 0);
                            border-right-width: 1px;
                            border-right-style: solid;
                            border-right-color: rgba(255, 255, 255, 1);
                            background-color: rgba(255, 255, 255, 1);
                        }

                        .aksiyon14 > .screen_table14 > div > .screen_table14_in > .dt > .dtc > div > .dual > a::after {
                            -webkit-transition-delay: 0.2s;
                            transition-delay: 0.2s;
                        }

                        .aksiyon14 > .screen_table14 > div > .screen_table14_in > .dt > .dtc > div > .dual > a:hover::before,
                        .aksiyon14 > .screen_table14 > div > .screen_table14_in > .dt > .dtc > div > .dual > a:hover::after {
                            opacity: 0;
                            -webkit-transform: translate(0, 0);
                            transform: translate(0, 0);
                        }

.formalani > .satir > .Buton,
.btnKyt {
    float: left;
    border: none;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    background: #2a4f7b;
    padding: 7.5px 40px;
    color: #fff;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    transition: all 0.4s ease-in-out 0s !important;
    -moz-transition: all 0.4s ease-in-out 0s !important;
    -webkit-transition: all 0.4s ease-in-out 0s !important;
    -o-transition: all 0.4s ease-in-out 0s !important;
    -ms-transition: all 0.4s ease-in-out 0s !important;
}

    .formalani > .satir > .Buton:hover,
    .btnKyt:hover {
        background-color: #f0f8fb;
        color: #2a4f7b;
    }

.iletisim11 {
    position: relative;
    width: 100%;
    margin: -100px auto 20px;
}

    .iletisim11 > .container {
        max-width: 100%;
        width: 960px;
        margin: 0 auto;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    }

    .iletisim11 > div > div {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        align-items: center;
        justify-content: center;
    }

    .iletisim11 .first_img {
        padding: 0;
    }

        .iletisim11 .first_img .in {
            height: 75vh;
        }

            .iletisim11 .first_img .in .inset {
                height: calc(100%);
            }

                .iletisim11 .first_img .in .inset .ig {
                    display: block;
                    position: relative;
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                    background-blend-mode: overlay;
                    background-color: rgba(31, 31, 31, 0.1);
                }

    .iletisim11 > div > div > .back_color {
        display: block;
        padding: 0 2%;
    }

    .iletisim11 > div > div > div > h1,
    .ikiliblock > .container > div > h1 {
        font-weight: bold;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        color: #2a4f7b;
    }

    .iletisim11 > div > div > div > h3 {
        font-weight: bold;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
    }

    .iletisim11 > div > div > div > h2,
    .ikiliblock > .container > div > h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 27px;
        font-weight: bold;
        color: #3d3d3b;
    }

        .iletisim11 > div > div > div > h2 > i,
        .ikiliblock > .container > div > h2 > i {
            font-family: 'Playfair Display', serif;
        }

.sirkuler > .iconfa {
    font-size: 34px;
    padding: 5px;
    text-align: center;
}

.sign {
    margin-top: 10px;
}

    .sign ul li {
        display: inline-block;
        margin: 0 5px;
        border: 1px solid #fff;
        padding: 3px 10px;
        border-radius: 10px;
    }

        .sign ul li a,
        .hosgeldin-yazi {
            font-size: 14px;
            color: #3d3d3b;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
        }

.page-title {
    height: auto;
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 10% 0 0 0;
}

    .page-title .col12 {
        position: relative;
    }

        .page-title .col12 h1 {
            font-size: 21px;
            font-family: 'Montserrat', sans-serif;
            color: #fff;
            margin: 20px 0 5px 0;
            line-height: 26px;
            font-weight: bold;
        }

    .page-title .breadcrumb {
        background-color: transparent;
        margin-top: 10px;
        padding: 0;
    }

        .page-title .breadcrumb ul li,
        .page-title .breadcrumb ul li a {
            display: inline-block;
            vertical-align: super;
        }

            .page-title .breadcrumb ul li a {
                font-size: 12px;
                font-weight: 500;
                color: #fff;
            }

            .page-title .breadcrumb ul li i {
                margin: 0 8px;
                font-size: 14px;
                font-style: normal;
            }

::-moz-selection {
    background: #00123F;
    color: #fff;
}

::selection {
    background: #00123F;
    color: #fff;
}

a::-moz-selection {
    background: #00123F;
    color: #fff;
}

a::selection {
    background: #00123F;
    color: #fff;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #3d3d3b;
    outline: none;
}

    a:focus {
        outline: none;
        text-decoration: none;
        color: #3d3d3b;
    }

    a:hover {
        text-decoration: none;
        color: #3d3d3b;
    }

    a:active {
        text-decoration: none;
        color: #3d3d3b;
    }

ul {
    padding-left: 0px;
}

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

td {
    padding-left: 10px;
    padding-right: 10px;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
}

.line {
    width: 100%;
    margin: 5px 0;
    height: 1px;
    background: #e9e9e9;
    position: relative;
    float: left;
}

.sag {
    float: right;
}

.sag-yazi {
    text-align: right;
}

.kalin {
    font-weight: bold;
}

.dotted-line {
    border-top: #2a4f7b 1px dotted;
    background: url(../images/header.png) no-repeat center center;
    height: 22px;
}

.dotted-line-gold {
    border: #2a4f7b 1px dotted;
}

.dotted-line-black {
    border: #3d3d3b 1px dotted;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.vertical-line {
    margin: 5px 10px 5px 10px;
    border-left: 1px solid;
}

.gold {
    color: #7b7b7b;
}

.white {
    color: white;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.form-control {
    border-radius: 0;
}

.btn-default {
    border-radius: 0;
    border: 3px #e0e0e0 solid;
    padding: 1px 15px;
    margin: 10px 0 10px 0;
    float: right;
    margin-right: 34px;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #3d3d3b;
        background-color: #fff;
        border-color: #e0e0e0;
    }

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline: 0px auto;
    outline-offset: 0px;
}

.form-control:focus {
    border-color: #2a4f7b;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:focus {
    border-color: #2a4f7b;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

:focus {
    outline: none;
}

a:focus,
a:active,
,
input[type="reset"]::-moz-focus-inner,
input[type=""]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type=""]::-moz-focus-inner {
    outline: none !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #faf9f7;
    background-image: none;
    color: rgb(0, 0, 0);
}

.selected {
    background: #3d3d3b;
    color: #fff;
}

.ms-staff-carousel .ms-staff-info h3 {
    font-size: 18px;
    font-weight: bold;
}

    .ms-staff-carousel .ms-staff-info h3:hover a {
        color: #ed118f;
    }

.taksit-tab {
    height: 25px;
}

.baslik {
    background: #eee;
    color: #3d3d3b;
    line-height: 27px;
}

.pink {
    color: #7b7b7b;
}

.ErorControl {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#CustomValidator {
    color: red;
}

.mor {
    color: #242b54;
}

.shadow-blok {
    position: relative;
}

.box1 {
    width: 540px;
    float: left;
}

.box2 {
    width: 375px;
    float: left;
}

.box3 {
    width: 250px;
    float: left;
    top: -94px;
}

.Bosluk {
    width: 100%;
    height: 10px;
}

.navbar-inverse {
    background-color: #fff;
    border: 0px;
}

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background: transparent;
        color: #fff;
    }

.satis-noktalari {
    min-height: 350px;
}

.satis-nokta-baslik {
    background: #3d3d3b;
    padding: 0px 10px;
    border: 1px solid #eee;
    color: #fff;
    font-weight: bold;
}

.satis-nokta {
    padding: 0px 10px;
    border: 1px solid #eee;
}

.satis-nokta-buyuk p {
    margin: 0;
    padding: 10px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -5px;
        min-width: 0px;
        border-left: 1px solid;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.UstSerit {
    background: #3d3d3b;
    border-bottom: 2px solid #3d3d3b;
    width: 100%;
    height: 35px;
}

.UstMenuSol ul {
    float: left;
    z-index: 99999;
}

.UstMenuSol {
    z-index: 9999;
}

.UstMenu {
    background: #3d3d3b;
    color: #fff;
    text-align: right;
}

    .UstMenu a {
        color: #999;
    }

        .UstMenu a:hover {
            color: #fff;
        }

#pnlSepetlink a {
    float: left;
    padding: 3px 10px;
}

.UstMenuSag a {
    font-size: 14px;
    font-weight: bold;
    padding: 3px 24px;
}

.UstMenuSag i {
    margin-right: 5px;
}

.UstMenuSag > div {
    display: inline-block;
    padding: 5px;
}

.oul {
    float: none;
    text-align: center;
}

.oli {
    float: none;
    display: inline-block;
    padding: 10px 5px;
}

.MenuAlani .navbar-collapse.collapse {
    padding: 0;
}

    .MenuAlani .navbar-collapse.collapse ul {
        margin: 0;
        border: none;
    }

.MenuAlani .navbar-inverse {
    background: #3d3d3b;
    border-radius: 0;
}

.MenuAlani .nav > li > a {
    color: #999;
    font-size: 12.6px;
    -webkit-transition: color 0.45s, padding 0.25s;
    -moz-transition: color 0.45s, padding 0.25s;
    transition: color 0.45s, padding 0.25s;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 40px 40px 20px 20px;
    font-weight: bold;
}

.MenuAlani a:hover,
.navbar-inverse a:focus {
    color: #fff;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    transition: color 0.25s;
}

.dropdown-menu {
    width: auto;
    left: auto;
}

    .dropdown-menu > li > a {
        padding: 0 20px;
        font-size: 12px;
    }

.blog-detay-resim img {
    padding: 20px;
    overflow: hidden;
}

.panel {
    margin-bottom: 0;
    margin: 5px;
}

.txtAra {
    font-size: 12px;
    color: #3d3d3b;
    width: 67%;
    border: none;
    float: left;
    padding: 0 25px;
    height: 31px;
    background-color: #fff;
}

#btnAra {
    right: -22px;
    position: absolute;
    width: 30px;
    height: 30px;
}

label {
    padding: 0;
}

.margn10 {
    margin: 5px;
}

    .margn10 h5 {
        max-height: 275px;
        min-height: 275px;
    }

.tema-buton {
    border: 3px #ccc solid;
    padding: 4px 10px;
    color: #3d3d3b;
    background: #fff;
    margin: 10px 0;
    float: left;
}

.kapat-buton {
    background: url(../images/btn_remove.png) 0 0 no-repeat;
    display: block;
    width: 14px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

    .kapat-buton:hover {
        background-position: bottom;
    }

.ara {
    padding: 5px 10px;
    top: -12px;
    left: -230px;
    color: #999;
    background: transparent;
}

.lnk.two ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.lnk ul li a,
.lnk ul li {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #3d3d3b;
    display: inline-block;
    margin: 0 0 0 10px;
}

.lnk ul.adres li .fa {
    width: 5%;
    text-align: center;
    font-size: 14px;
    margin: 5px;
}

.hizmetler .title {
    position: relative;
    margin: 25px auto;
}

    .hizmetler .title h1 {
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        font-size: 27px;
        color: #2a4f7b;
        font-weight: 600;
        letter-spacing: -1px;
        margin-bottom: 0;
    }

    .hizmetler .title h2 {
        font-family: 'Playfair Display', serif;
        text-align: center;
        font-size: 17px;
        color: #3d3d3b;
        font-weight: 500;
        letter-spacing: -1px;
        font-style: italic;
        margin-top: 5px;
    }

    .hizmetler .title .alt-title {
        position: absolute;
        display: flow-root;
        left: 0;
        right: 0;
        text-align: center;
        top: -50%;
        font-size: 68px;
        font-weight: bold;
        opacity: .1;
    }

.footer_phone {
    padding: 30px;
    font-size: 12px;
    color: #3d3d3b;
    text-align: center;
}

    .footer_phone span .fa {
        margin: 0 2px;
        text-align: center;
        font-size: 28px;
        vertical-align: middle;
    }

.sosyal_medya a {
    font-size: 14px;
    overflow: hidden;
    margin: 5px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 0;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}

.sosyal_medya_footer ul {
    text-align: center;
}

    .sosyal_medya_footer ul li {
        display: inline-block;
        margin: 10px 15px;
    }

        .sosyal_medya_footer ul li a {
            color: #3d3d3b;
            font-size: 18px;
        }

        .sosyal_medya_footer ul li:hover a {
            color: #2a4f7b;
        }

.adres_footer {
    text-align: center;
}

    .adres_footer ul li {
        display: block;
    }

.footer_menu {
    text-align: right;
}

footer {
    position: relative;
    clear: both;
}

    footer .bank2 img {
        margin: 0 auto;
    }

    footer .logo {
        text-align: center;
    }

#toTop {
    position: fixed;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    background: #2a4f7b;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 9px 70px -5px #3d3d3b;
    -moz-box-shadow: 0px 9px 70px -5px #3d3d3b;
    box-shadow: 0px 9px 70px -5px #3d3d3b;
}

    #toTop:hover {
        background: rgba(0, 0, 0, 0.9);
    }

    #toTop .fa {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #toTop:hover .fa {
        color: #fff;
        top: 5px;
    }

.panel {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0 !important;
}

.panel-default {
    border-color: #ebedef !important;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.75);
}

.panel .panel-body {
    position: relative;
    padding: 15px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    overflow: hidden;
    height: auto;
}

    .panel .panel-body a {
        overflow: hidden;
    }

        .panel .panel-body a img {
            display: block;
            margin: 0;
            width: 100%;
            height: auto;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        .panel .panel-body a.zoom:hover img {
            transform: scale(1.3);
            -ms-transform: scale(1.3);
            -webkit-transform: scale(1.3);
            -o-transform: scale(1.3);
            -moz-transform: scale(1.3);
        }

        .panel .panel-body a.zoom span.overlay {
            position: absolute;
            top: 0;
            left: 0;
            visibility: hidden;
            height: 100%;
            width: 100%;
            background-color: #3d3d3b;
            opacity: 0;
            transition: opacity .25s ease-out;
            -moz-transition: opacity .25s ease-out;
            -webkit-transition: opacity .25s ease-out;
            -o-transition: opacity .25s ease-out;
        }

        .panel .panel-body a.zoom:hover span.overlay {
            display: block;
            visibility: visible;
            opacity: 0.55;
            -moz-opacity: 0.55;
            -webkit-opacity: 0.55;
            filter: alpha(opacity=65);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
        }

            .panel .panel-body a.zoom:hover span.overlay i {
                position: absolute;
                top: 45%;
                left: 0%;
                width: 100%;
                font-size: 2.25em;
                color: #fff !important;
                text-align: center;
                opacity: 1;
                -moz-opacity: 1;
                -webkit-opacity: 1;
                filter: alpha(opacity=1);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
            }

.panel .panel-footer {
    padding: 8px !important;
    background-color: #f9f9f9 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    text-align: center;
}

    .panel .panel-footer h4 {
        display: inline;
        font: 400 normal 1.125em'Poppins', sans-serif;
        color: #34495e;
        margin: 0 !important;
        padding: 0 !important;
    }

    .panel .panel-footer i.glyphicon {
        display: inline;
        font-size: 1.125em;
        cursor: pointer;
    }

    .panel .panel-footer div {
        width: 15px;
        display: inline;
        font: 300 normal 1.125em'Poppins', sans-serif;
        color: #34495e;
        text-align: center;
        background-color: transparent !important;
        border: none !important;
    }

.panel-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.panel-default > .panel-heading {
    text-align: left;
}

.urunler_area {
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    color: #3d3d3b;
}

.ktlMenu {
    position: relative;
    width: 100%;
    display: block;
}

.btnKtl {
    display: inline-block;
    text-align: center;
    color: #3d3d3b;
    width: 100%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

    .btnKtl:hover,
    .btnKtl:focus {
        color: #2a4f7b;
    }

    .btnKtl i {
        font-size: 21px;
        margin-right: 5px;
    }

        .btnKtl i.two {
            padding: 0 5%;
            margin: 0;
            font-size: 21px;
        }

.tgKtl {
    display: none;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 3;
    background: #2a4f7b;
    width: 100%;
    min-width: 250px;
}

    .tgKtl > ul > li {
        line-height: 20px;
        text-align: center;
    }

        .tgKtl > ul > li > a {
            color: #fff;
            padding: 5px;
            display: block;
        }

            .tgKtl > ul > li > a:hover {
                background: #3d3d3b;
            }

.UstPanel li {
    float: right;
    margin: 5px 5px;
}

.UstPanel a,
.UstPanel p {
    color: #7b7b7b;
}

.ana-menu .navbar-nav > li {
    float: none;
}

    .ana-menu .navbar-nav > li:first-child a {
        color: #E50000;
    }

    .ana-menu .navbar-nav > li a {
        width: 0;
        border-bottom: 1px solid #3d3d3b;
        transition: .3s ease-in-out;
        display: inline-block;
        white-space: nowrap;
        padding: 10px 0;
        margin: 0 13px;
        color: #3d3d3b;
        padding: 7px 0;
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 100;
    }

    .ana-menu .navbar-nav > li:hover a {
        width: 130px;
        border-bottom: 1px solid #3d3d3b;
        text-decoration: none !important;
    }

.ana-menu .dropdown-menu {
    position: relative;
    float: none;
    border: 1px solid #ccc;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}

    .ana-menu .dropdown-menu li a {
        border-bottom: 0px;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 1px;
        border-bottom: 0px;
    }

    .ana-menu .dropdown-menu li:hover a {
        border-bottom: 0px;
    }

.ana-menu .navbar-nav > li:hover .dropdown-menu li a {
    border-bottom: 0px;
}

.FooterEnSag {
    height: 185px;
    border-left: 1px solid #3d3d3b;
}

.ana-menu .KolListe {
    position: absolute;
}

.OrtalaUl {
    text-align: left;
    float: none;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

    .OrtalaUl li {
        margin: 5px 50px;
    }

        .OrtalaUl li a {
            color: #999;
        }

.sub li:hover a {
    color: #fff;
}

.OrtalaLi {
    display: inline-block;
    float: none;
}

.baslikSlider {
    font-weight: bold;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.Sliderbuton {
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    color: #fff;
    background: #3d3d3b;
    font-size: 18px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 2px #3d3d3b;
    -moz-box-shadow: 0px 0px 0px 2px #3d3d3b;
    -webkit-box-shadow: 0px 0px 0px 2px #3d3d3b;
}

    .Sliderbuton:hover {
        color: #fff;
    }

#form1 {
    min-height: 100% !important;
    height: 100%;
}

.FooterMenu {
    border-top: 3px solid #fff;
    border-bottom: 1px solid #3d3d3b;
}

.copy a {
    font-size: 0.9em;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.anasayfa_haber1_icerik {
    color: #999;
    font-size: 10px;
    font-weight: bold;
}

.footer_li a {
    font-size: 10px;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer_li:hover a {
    color: #fff;
}

.FoterBlog {
    background: #EAEAEA;
}

    .FoterBlog ul {
        margin-bottom: 0;
    }

    .FoterBlog a {
        color: #6F6F6F;
        padding: 5px 10px 5px 10px;
        display: block;
        font-weight: bold;
    }

.FooterKatMenu {
    background: #3d3d3b;
}

    .FooterKatMenu ul {
        text-align: center;
        margin-bottom: 0px;
    }

        .FooterKatMenu ul li {
            display: inline-block;
        }

            .FooterKatMenu ul li a {
                color: #fff;
                font-weight: bold;
                padding: 10px 10px;
                display: block;
            }

.NewsTextBox {
    height: 32px;
    width: 100%;
    background-color: #fff;
    border: none;
    float: left;
    padding-left: 10px;
    font-size: 12px;
}

.News {
    margin-right: 0px;
    margin-top: -30px;
    float: right;
    color: #999;
    border: 2px solid #999;
    cursor: pointer;
    background-color: transparent;
    height: 28px;
    vertical-align: top;
    font-size: 0.7em;
    letter-spacing: 0.25em;
    padding: 0 10px 0 10px;
}

.uclu-blok {
    margin: 0 auto 30px;
    max-width: 75%;
}

.banner-blok.first {
    position: relative;
    height: 450px;
    padding: 10px;
}

.banner-blok.two {
    position: relative;
    height: 900px;
    padding: 10px;
}

.banner-blok .inset {
    position: relative;
    overflow: hidden;
    height: calc(100%);
}

    .banner-blok .inset img {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

.urun {
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

    .urun:hover {
        position: relative;
        z-index: 1;
        box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.3);
    }

.price {
    font-size: 15px;
    font-weight: bold;
    color: #3d3d3b;
}

.price-old {
    font-size: 14px;
    font-weight: 100;
    color: #3d3d3b;
    text-decoration: line-through;
}

.yildiz {
    padding: 10px 0 10px 0;
}

.bx-wrapper {
    max-width: 100%;
}

.ms-slide img {
    padding: 0 5px;
}

.product1 img {
    transition: background-color 0.5s ease;
}

.product1 {
    position: relative;
}

    .product1:hover .ilk-resim {
        z-index: -2;
    }

    .product1 .ilk-resim {
        top: 0;
        z-index: 1;
    }

    .product1 .iki-resim {
        position: absolute;
        top: 0px;
        z-index: 0;
        left: 0;
    }

.giris-sayfa {
}

    .giris-sayfa h3 {
        margin: 10px 30px;
    }

    .giris-sayfa .giris-yap {
        padding: 40px;
    }

    .giris-sayfa .uye-ol {
        padding: 40px;
    }

    .giris-sayfa .giris-kutu {
        min-height: 200px;
    }

        .giris-sayfa .giris-kutu label,
        .giris-kutu p {
            padding: 10px 0 10px 0;
        }

        .giris-sayfa .giris-kutu .text {
            border-radius: 0;
        }

        .giris-sayfa .giris-kutu input[type="checkbox"] {
            width: auto;
            margin: 5px;
        }

    .giris-sayfa .giris-yap a {
        text-decoration: none;
        color: #3d3d3b;
        margin: 10px 0 10px 0;
        font-weight: 100;
    }

    .giris-sayfa .btn-default {
        border-radius: 0;
        border: 3px #e0e0e0 solid;
        padding: 1px 15px;
        margin: 10px 0 10px 0;
        float: right;
    }

        .giris-sayfa .btn-default:hover,
        .btn-default:focus,
        .btn-default:active,
        .btn-default.active,
        .open > .dropdown-toggle.btn-default {
            color: #3d3d3b;
            background-color: #fff;
            border-color: #e0e0e0;
        }

    .giris-sayfa .btn:focus,
    .btn:active:focus,
    .btn.active:focus {
        outline: none;
        outline: 0px auto;
        outline-offset: 0px;
    }

    .giris-sayfa .form-control:focus {
        border-color: #2a4f7b;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.parolami-unuttum {
    margin-bottom: 30px;
    padding: 0 40px;
}

    .parolami-unuttum input {
        margin-bottom: 30px;
    }

.satir-1 {
    float: left;
    margin-right: 20px;
    width: 46%;
}

.satir-2 {
    float: left;
    width: 100%;
}

select {
    padding: 10px 0;
}

.line-iletisim {
    border: #eee 1px dashed;
}

.iletisim-sol-blok {
    margin-top: 10px;
    padding: 10px;
}

.iletisim-sag-blok {
    margin-top: 10px;
    padding: 10px;
}

    .iletisim-sag-blok .nav > li {
        display: inline-block;
        width: 16%;
        text-align: center;
    }

    .iletisim-sag-blok .tab-content {
        padding: 20px;
    }

    .iletisim-sag-blok .satir-1 {
        width: 46%;
    }

    .iletisim-sag-blok .satir-2 {
        width: 96%;
    }

    .iletisim-sag-blok label {
        margin: 5px 0 5px 0;
    }

    .iletisim-sag-blok a {
        text-decoration: none;
        color: #3d3d3b;
        margin: 10px 0 10px 0;
        font-weight: 100;
    }

    .iletisim-sag-blok .adres {
        width: 20%;
    }

    .iletisim-sag-blok .thumbnail {
        border-radius: 0px;
    }

.banka-hesap {
    border: 1px solid #eee;
    text-align: center;
    padding: 5px 0 5px 0;
}

.sepet-urun {
    padding: 10px 0 10px 0;
}

.urunler-sepeti:hover {
    background-color: #fcfcfc;
}

.kasa-buton {
    height: 42px;
    text-align: left;
    background: none;
    border: 4px #3d3d3b solid;
    color: #3d3d3b;
    position: relative;
    padding-left: 10px;
    margin-bottom: 30px;
}

    .kasa-buton h5 {
        padding-right: 100px;
    }

    .kasa-buton i {
        font-size: 30px;
        padding-right: 10px;
    }

    .kasa-buton:hover {
        color: #7b7b7b;
    }

.urun-detay-sol {
    padding: 20px;
}

.urun-detay-sag {
    padding: 20px;
}

.urun-detay-tab {
    background-color: rgba(149, 155, 141, 0.1);
    min-height: 500px;
    padding: 10px;
    background: url('../images/wtr.png')repeat repeat 0.2;
}

.urun-detay-tab-ic {
    border: 3px solid #fff;
    text-align: center;
    min-height: 480px;
}

    .urun-detay-tab-ic h2 {
        color: #3d3d3b;
        padding: 20px;
        border-bottom: 1px solid #3d3d3b;
        width: 130px;
        margin: 0px auto;
    }

#tabs-3 .urun-detay-tab-ic {
    text-align: left;
    padding: 10px;
}

.detay-yazi {
    padding-top: 20px;
    font-style: italic;
}

.tab-content {
    padding: 0 10px;
}

.tab-pane {
    border: 3px solid #fff;
}

.radio-buton {
    text-align: center;
}

.yorum-tab {
    background: #fff;
    margin: 0 0 10px 0;
}

.urun-detay-tab-ic input {
    border-radius: 0;
    width: 50%;
}

.watermark {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/wtr.png') repeat repeat;
    top: 0;
    left: 0;
    opacity: 0.2;
}

#tabs-1 {
    position: relative;
}

.banner-resim-detay {
    margin: 10px 0 10px 0;
    float: left;
}

.tablo {
    background: #3d3d3b;
    color: #fff;
    padding: 5px 15px;
    opacity: 0.8;
}

    .tablo:hover {
        color: #fff;
        opacity: 1;
    }

.ayak-no-blok {
    margin: 10px 0 10px 0;
}

.ayak-no {
    padding: 6px 3px 5px 3px;
    border: 1px solid #fff;
}

    .ayak-no:hover {
        border: 1px solid #3d3d3b;
    }

    .ayak-no img {
        margin-top: -3px;
    }

.sepete-ekle-buton {
    border: 4px solid #3d3d3b;
    padding: 5px 20px 5px 20px;
    color: #3d3d3b;
    font-weight: bold;
    display: block;
}

    .sepete-ekle-buton:hover {
        color: #7b7b7b;
    }

.detay-resim img {
    width: 100%;
}

.urun-detay-sag .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px dotted #3d3d3b;
}

.urun-detay-sag .panel-default > .panel-heading {
    color: #3d3d3b;
    background-color: #fff;
    border-radius: 0px;
    border-top: 1px dotted #3d3d3b;
    border-bottom: 0px;
    padding: 5px 15px;
}

.urun-detay-sag .panel-default:last-child .panel-heading {
    border-top: 0px;
}

.urun-detay-sag .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
}

:target {
    display: block;
}

#adetform {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.qty {
    width: 30px;
    height: 25px;
    text-align: center;
    border: 2px #3d3d3b solid;
    margin: 10px;
    color: #3d3d3b;
    margin-left: -3px;
}

input.qtyplus {
    margin: 0;
    cursor: pointer;
    width: 19px;
    height: 27px;
    border: 2px #3d3d3b solid;
    border-left: none;
    background-color: white;
    color: #3d3d3b;
    font-size: 14px;
    padding: 0;
    margin-left: -3px;
}

input.qtyminus {
    cursor: pointer;
    width: 19px;
    height: 27px;
    border: 2px #3d3d3b solid;
    border-right: none;
    background-color: white;
    color: #3d3d3b;
    font-size: 14px;
    padding: 0;
}

.detay-buyuk-resim img {
    width: 100%;
}

.mini-resim #gal1 a {
    float: left;
    padding: 2px;
    height: 234px;
    width: 33.3%;
    transition-duration: 0ms;
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(.1, 0, .25, 1);
}

    .mini-resim #gal1 a .in {
        background-color: #fff;
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .mini-resim #gal1 a .in .foto_img {
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            height: auto;
            position: absolute;
            top: 50%;
            width: 100%;
        }

    .mini-resim #gal1 a.active {
        border: 1px solid #de7332;
    }

.mini-resim img {
    width: 218px;
}

.mini-resim #gal1 {
    text-align: center;
    width: 100%;
}

.zoomContainer {
    overflow: hidden;
}

.product-details {
    padding: 15px 0 0;
    width: 75%;
    margin: 0 auto;
    clear: both;
}

    .product-details h4 {
        height: 5em;
        width: 100%;
        overflow: hidden;
        letter-spacing: 1px;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
    }

    .product-details h5 {
        font-size: 14px;
        color: #3d3d3b;
        font-weight: 600;
        height: 2.5em;
        text-align: center;
    }

    .product-details h6 {
        font-size: 12px;
        color: #666;
        text-align: center;
    }

.blog li {
    padding: 5px;
    text-align: center;
}

.blog-liste h3 {
    margin: 10px;
}

.blog-liste {
    -padding: 20px;
    webkit-box-shadow: 0 0 7px #eee;
    -moz-box-shadow: 0 0 7px #eee;
    box-shadow: 0 0 7px #eee;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    border: 1px solid #ececec;
    border-radius: 5px;
}

    .blog-liste img {
        padding: 10px;
        width: 100%;
    }

.blog-detay-yazi {
    padding: 10px;
}

.blog-detay-resim {
    padding: 10px;
}

.sayfa-ust-resim {
    position: relative;
    z-index: -1;
    top: -20px;
}

.kategori-liste {
    display: block !important;
    /*width: 100%;*/
    border: 1px solid #d5d5d5;
}

    .kategori-liste > h5 {
        margin: 0;
        font-size: 21px;
        padding: 18px 22px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #dedede;
        letter-spacing: .03em;
        color: #111;
        clear: both;
        line-height: 1.2;
        font-weight: 700;
    }

    .kategori-liste > li {
        cursor: pointer;
        list-style-type: none;
    }

        .kategori-liste > li > a {
            display: block;
            padding: 15px;
            font-size: 17px;
            color: #111;
            border-bottom: 1px solid #dedede;
            -webkit-transition: all 300ms linear 0ms;
            -khtml-transition: all 300ms linear 0ms;
            -moz-transition: all 300ms linear 0ms;
            -ms-transition: all 300ms linear 0ms;
            -o-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
        }

            .kategori-liste > li:hover > a,
            .kategori-liste > li > a.active {
                background-color: #2a4f7b;
                color: #fff;
            }

    .kategori-liste .caret {
        float: right;
        margin: 5px;
    }

    .kategori-liste li h5 {
        margin: 0px;
    }

    .kategori-liste li a {
        font-size: 12px;
        font-weight: 500;
        color: #3d3d3b;
    }

        .kategori-liste > li > a > i {
            float: right;
        }

    .kategori-liste .dropdown ul li a:hover {
        background: rgba(242, 23, 151, 0.3);
        color: #fff;
    }

    /*.kategori-liste .dropdown-menu {
        height: 120px;
        overflow-y: scroll;
    }*/

    .kategori-liste .dropdown-menu li {
        padding: 0px 0px;
        border: 0px;
    }

    .kategori-liste .dropdown-menu {
        position: relative;
        width: 100%;
        border: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        padding: 10px 15px;
    }

        .kategori-liste .dropdown-menu li a {
            padding: 5px 0px;
            font-size: 12px;
            font-weight: 500;
            color: #000000;
        }

            .kategori-liste .dropdown-menu li a:hover {
                color: #3d3d3b;
            }

    .kategori-liste .baslik {
        background: rgba(242, 23, 151, 0.3);
        color: #fff;
    }

        .kategori-liste .baslik:hover {
            background: rgba(242, 23, 151, 1);
        }

.listeKat {
    margin: 10px 0px;
}

#lnkTemizle {
    color: #43b7dc;
}

.baslikKat {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #c2c2c2;
}

.select-kutu {
    border: 1px #a8a8a8 solid;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    background: transparent;
    color: #7b7b7b;
    margin: 0;
    width: 100%;
}

    .select-kutu:active,
    .select-kutu:focus {
        border-color: #fff !important;
        box-shadow: inset 0 0 1px 1px #FFF;
    }

.kasaya-git ul li {
    width: 20%;
    text-align: left;
    border: 1px solid;
    border-top-color: #cacaca;
    border-bottom-color: #9a9a9a;
    border-right-color: #b7b7b7;
    border-left-color: #b7b7b7;
}

    .kasaya-git ul li a {
        padding: 15px 10px;
    }

    .kasaya-git ul li:first-child {
        border-radius: 4px 0px 0px 4px;
    }

    .kasaya-git ul li:last-child {
        border-radius: 0px 4px 4px 0px;
    }

.kasaya-git ul li {
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
}

.kasaya-git ul .active a,
.kasaya-git ul .active:hover a,
.kasaya-git ul .active:focus a {
    background: #7b7b7b;
    border-color: #3d3d3b;
}

.kasaya-git ul .active a {
    color: #fff;
}

#farkli-fatura-bilgileri {
    display: none;
}

#kurumsal-fatura-blok {
    display: none;
}

#tab3default .satir-1 {
    width: 47%;
    height: 69px;
}

#tab3default select {
    width: 100%;
}

.odeme-secimi-liste .caption {
    font-weight: bold;
    float: left;
    padding: 0 10px;
    margin-right: 20px;
}

.odeme-secimi-liste a {
    border: 1px solid #eee;
    padding: 5px 20px;
}

.odeme-secimi-liste li {
    width: auto;
    margin: 10px;
}

.odeme-secimi-liste .selectedtype {
    background: #3d3d3b;
    color: #fff;
}

    .odeme-secimi-liste .selectedtype a {
        color: #fff;
    }

.odeme-secimi-liste a:focus,
.odeme-secimi-liste a:hover {
    background: #3d3d3b;
    color: #fff;
}

#tab4odeme select {
    padding: 5px 15px;
}

#tab5odeme select {
    padding: 5px 15px;
}

.hesabim .satir-1 {
    width: 47%;
}

.hesabim select {
    padding: 5px 11px;
    float: left;
    margin-right: 10px;
}

.hesabim #tab2default .satir-1 {
    width: 47%;
}

.hesabim-liste {
    width: 100%;
}

    .hesabim-liste li {
        cursor: pointer;
        border-bottom: 1px solid rgb(235, 229, 220);
    }

    .hesabim-liste .caret {
        float: right;
        margin: 5px;
    }

    .hesabim-liste li h5 {
        margin: 0px;
    }

    .hesabim-liste li a {
        font-size: 14px;
        font-weight: 300;
        color: #b2b2b2;
    }

        .hesabim-liste li a:hover,
        .hesabim-liste .open > a {
            color: #3d3d3b;
            text-decoration: none;
        }

.uye-ol,
.giris-yap {
    padding: 20px;
}

#lihesabim a {
    display: inline-block;
    padding: 10px 10px;
}

.servis {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 0 15px;
}

    .servis h1 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .servis h2 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }

    .servis .MiniLogo {
        text-align: center;
        margin: 15px auto;
    }

    .servis .blog_first .image {
        height: 250px;
        padding: 10px;
        position: relative;
    }

        .servis .blog_first .image .in {
            height: calc(100%);
        }

            .servis .blog_first .image .in .ig {
                position: relative;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center top;
            }

    .servis .blog_orta_up {
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

    .servis .blog_orta {
        padding: 30px 20px 150px 20px;
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
    }

        .servis .blog_orta .btn_dgsk,
        .servis .blog_first .image .btn_dgsk {
            display: block;
            background: #617746;
            color: #fff;
            outline: 1px solid transparent;
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
            border: none;
            font-size: 10px;
            cursor: pointer;
            line-height: 30px;
            margin: 0 auto;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 700;
            position: relative;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            text-align: center;
            width: 25%;
        }

    .servis .blog_first .image .btn_dgsk {
        position: absolute;
        bottom: 0;
        left: 37.5%;
    }

        .servis .blog_orta .btn_dgsk:hover,
        .servis .blog_first .image .btn_dgsk:hover {
            -webkit-transform: rotateX(15deg);
            -moz-transform: rotateX(15deg);
            -ms-transform: rotateX(15deg);
            transform: rotateX(15deg);
        }

        .servis .blog_orta .btn_dgsk:after,
        .servis .blog_first .image .btn_dgsk:after {
            width: 100%;
            height: 40%;
            left: 0;
            top: 100%;
            background: #617746;
            -webkit-transform-origin: 0% 0%;
            -webkit-transform: rotateX(-90deg);
            -moz-transform-origin: 0% 0%;
            -moz-transform: rotateX(-90deg);
            -ms-transform-origin: 0% 0%;
            -ms-transform: rotateX(-90deg);
            transform-origin: 0% 0%;
            transform: rotateX(-90deg);
            content: '';
            position: absolute;
            z-index: -1;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

    .servis .blog_orta h3,
    .servis .blog_first h3 {
        font-size: 18px;
        font-weight: bold;
        color: #3d3d3b;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .servis .blog_first h3 {
        margin: 20px 20px 5px 20px;
    }

    .servis .blog_first h4 {
        margin: 0 20px 15px 20px;
    }

    .servis .blog_orta h4,
    .servis .blog_first h4 {
        font-size: 13px;
        font-weight: 300;
        color: #999;
        text-align: center;
    }

.footer_in {
    padding: 30px 0;
    border-right: 3px solid #2a4f7b;
}

.video6 {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.5);
}

    .video6 > div.container {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        height: 100vh;
        align-items: center;
        justify-content: center;
    }

    .video6 > div > div > h1,
    .video6 > div > div > h2 {
        font-family: 'Playfair Display', serif;
        text-align: center;
        font-size: 36px !important;
        font-weight: 500 !important;
        color: #fff;
        margin: 0;
    }

    .video6 > div > div > h1 {
        margin-bottom: 15px;
    }

    .video6 > div > div > .play-button {
        width: 80px;
        height: 80px;
        background: #2a4f7b;
        text-align: center;
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
        z-index: 0;
        border-radius: 50%;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        cursor: pointer;
    }

        .video6 > div > div > .play-button:hover {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
        }

        .video6 > div > div > .play-button > a {
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 50%;
            color: #fff;
        }

            .video6 > div > div > .play-button > a:before {
                position: absolute;
                top: 50%;
                margin-top: -15px;
                left: 50%;
                margin-left: -8px;
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 15px 0 15px 26px;
                border-color: transparent transparent transparent #fff;
            }

    .video6 > .modal {
        text-align: center;
    }

        .video6 > .modal.in > .modal-dialog {
            position: fixed;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .video6 > .modal.videoModal > .modal-dialog {
            max-width: 940px;
            width: 100%;
        }

        .video6 > .modal > .modal-dialog {
            width: 100%;
            display: inline-block;
            margin: 0;
            padding: 0;
        }

            .video6 > .modal > .modal-dialog > .modal-content {
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                border: none;
                background-color: transparent;
                box-shadow: none;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
            }

                .video6 > .modal > .modal-dialog > .modal-content > .modal-header {
                    border: none;
                    margin: 0;
                    background-color: transparent;
                    text-align: right;
                }

                    .video6 > .modal > .modal-dialog > .modal-content > .modal-header > {
                        display: inline-block;
                        vertical-align: middle;
                        color: #fff;
                        outline: none;
                    }

                .video6 > .modal > .modal-dialog > .modal-content > .modal-body {
                    padding: 0;
                    margin: 0 auto;
                    background-color: transparent;
                }

        .video6 > .modal.videoModal > .modal-dialog > .modal-content > .modal-body {
            margin: 0 auto;
            background-color: transparent;
            max-width: 832px;
            width: 100%;
            padding: 4px 15px 50px 15px;
        }

@media(max-width:767px) {
    .kategori-liste {
        display: none !important;
    }

        .kategori-liste h5 {
            font-size: small;
        }

    .hemenaramobil {
        position: relative;
        clear: both;
        width: 100%;
        background-color: #000;
        /*border-top: 1px solid #000;
        border-bottom: 1px solid #000;*/
        text-align: center;
        padding: 5px 0;
    }

        .hemenaramobil a {
            color: #fff;
        }

    .aksiyon14 > .screen_table14 > div > .screen_table14_in > .dt, .aksiyon14 > .screen_table14 > div > .screen_table14_in > .dt > .dtc {
        display: block;
    }

    .theree_block .heading-divider, .urunler .heading-divider {
        min-width: 275px;
    }

    .theree_block > div > .title > h3, .urunler > div > .title > h3 {
        width: 100%;
    }

    .snip0040 {
        margin: 0 auto 10px;
    }

    .video6 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .video6 > div > div > h1,
        .video6 > div > div > h1 * {
            font-size: medium !important;
        }

        .video6 > div > div > h2,
        .video6 > div > div > h2 * {
            font-size: small !important;
        }

    .theree_block {
        padding: 0 15px;
    }

    .sirkuler {
        float: left;
        width: 100%;
        margin: 5px;
    }

    footer > .row > .container > div {
        text-align: center;
    }

    .formalani > .satir > .Buton,
    .btnKyt {
        margin: 10px auto;
    }

    .aksiyon14 > .screen_table14 > div > .screen_table14_in > .dt > .dtc,
    .ikiliblock > .container > div {
        padding: 0 15px;
    }

    .hizmetler .title {
        margin: 0 auto;
    }

    .theree_block > div > .title > h2,
    .theree_block > div > .title > h3 {
        width: 100%;
    }

    .odeme-secimi-liste a {
        padding: 5px 10px;
    }

    .mobile {
        display: block;
    }

    .laptop {
        display: none !important;
    }

    .right a span.mini_cart .st {
        position: absolute;
        top: 15%;
        right: 10%;
    }

    .lnk.two ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .uclu-blok {
        max-width: 100%;
    }

    .cart a .mini-cart-content {
        top: 50px;
    }

    .mini-resim #gal1 a h5 {
        width: 100%;
        font-size: 9px;
    }

    .MenuAlani .navbar-collapse.collapse ul {
        width: 100%;
        top: auto;
    }

    .autoplay .slick-next {
        right: -2px;
    }

    .autoplay .slick-prev {
        left: -15px;
    }

    .lnk ul li {
        display: inline-block;
        margin: 5px;
    }

    .sosyal_medya .fa {
        margin: 0 5px;
    }

    .lnk ul.adres li {
        display: block;
    }

    .banner-blok {
        padding: 5px;
        height: 200px;
    }

    .urun-detay-sol,
    .icerik {
        padding: 0;
    }

    .mini-resim #gal1 {
        height: 200px;
    }

    .footer_in,
    .footer_phone,
    .bank img {
        float: left;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border: none;
    }

    .navbar-toggle {
        border-top: 1px solid #7C7C7C;
        border-bottom: 1px solid #7C7C7C;
        text-align: left;
        border-radius: 0;
        width: 100%;
        color: #fff;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }

        .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .toggle-text,
    .toggle-icon {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        padding: 15px 5px;
    }

    .kurumsal img {
        width: 100%;
        margin: 0px;
    }

    .KategoriFixed {
        position: relative;
    }

    .sol {
        padding: 10px;
    }

    .UstMenuSag .oul {
        float: none;
    }

    .padding {
        padding: 10px;
    }

    .icon-buton {
        width: 20px;
        margin: 0 auto;
        padding: 15px 0;
    }

    .MenuAlani li {
        display: block;
    }

    .MenuAlani .nav > li > a {
        padding: 5px;
    }

    .collapse {
        display: none;
        padding: 15px;
    }

    .giris-sayfa .giris-kutu .text {
        width: 100%;
    }

    .satir-1 {
        float: left;
        margin-right: 0px;
        width: 100%;
    }

    .iletisim-sol-blok {
        display: none;
    }

    .iletisim-sag-blok .nav > li {
        display: inline;
    }

    .iletisim-sag-blok .satir-1 {
        width: 100%;
    }

    .iletisim-sag-blok {
        margin-top: 0px;
        padding: 0px;
    }

        .iletisim-sag-blok .nav > li > a {
            padding: 0px 10px;
        }

    .urun-detay-tab-ic input {
        border-radius: 0;
        width: 100%;
    }

    .tab-menu-detay li a {
        padding: 4px 0px 4px;
    }

    .qty {
        top: -3px;
    }

    .kasaya-git ul li a {
        font-size: 9px;
        padding: 15px 0px;
    }

    #tab2default .satir-1 {
        width: 100%;
    }

    .hesabim .satir-1 {
        width: 100%;
    }

    .sepet-modal {
        right: 0px;
    }

    .hesabim #tab2default .satir-1 {
        width: 100%;
    }

    .kasaya-git ul li {
        text-align: center;
    }

    .sepet-detay-baslik {
        display: none;
    }

    .toplam-fiyat {
        display: none;
    }

    .satis-nokta-kucuk {
        display: block;
    }

    .satis-nokta-buyuk {
        display: none;
    }

    .sign ul li a {
        margin: 0 14px;
    }

    .sign ul {
        height: auto;
    }
}

@media(min-width:768px) {
    .mobile {
        display: none !important;
    }

    .tx {
        text-align: center;
    }

    .laptop {
        display: block !important;
    }

    .urun-detay-sol {
        padding: 0px;
    }

    .urun-detay-sag {
        padding: 0px;
    }

    .padding {
        padding: 10px;
    }

    .UstMenuSol ul,
    .UstMenuSag .oul {
        float: none;
    }

    .giris-sayfa .giris-kutu .text {
        width: 300px;
    }

    .iletisim-sol-blok {
        display: none;
    }

    .kasa-buton h5 {
        padding-right: 60px;
    }

    .urun-detay-tab-ic input {
        border-radius: 0;
        width: 100%;
    }

    .satis-nokta-kucuk {
        display: none;
    }

    .satis-nokta-buyuk {
        display: block;
    }

    .iletisim11 .first_img .in {
        height: 65vh;
    }
}

@media(min-width:992px) {
    .urun-detay-sag {
        padding: 20px;
    }

    .iletisim11 .first_img .in,
    .aksiyon14,
    .aksiyon14 > .screen_table14 {
        height: 65vh;
    }

    .UstMenuSol ul {
        float: left;
    }

    .UstMenuSag .oul {
        float: right;
    }

    .padding {
        padding: 20px;
    }

    .footer-blok-menu2 {
        display: none;
    }

    .giris-sayfa .giris-kutu .text {
        width: 300px;
    }

    .iletisim-sol-blok {
        display: block;
    }

    .sepete-ekle-buton {
        padding: 5px 30px;
    }

    .satis-nokta-kucuk {
        display: none;
    }

    .satis-nokta-buyuk {
        display: block;
    }
}

@media(min-width:1200px) {
    .padding {
        padding: 30px;
    }

    .aksiyon14, .aksiyon14 > .screen_table14 {
        height: 100vh;
    }

    .iletisim11 .first_img .in {
        height: 75vh;
    }

    .giris-sayfa .giris-kutu .text {
        width: 300px;
    }

    .iletisim-sol-blok {
        display: block;
    }

    .blog {
        width: 960px;
    }

    .sepete-ekle-buton {
        padding: 5px 35px;
    }

    .satis-nokta-kucuk {
        display: none;
    }

    .satis-nokta-buyuk {
        display: block;
    }

    .header_right_logo {
        position: absolute;
        right: 5%;
        top: 0;
    }
}
