﻿@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


ol, ul, li {
    list-style: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #fe8b25;
}

.ckk {
    background: #fe8b25;
    color: #FFF;
    width: 400px;
    padding: 15px 0;
    position: fixed;
    font-size: 13px;
    width: 100%;
    bottom: 0;
    z-index: 99999;
}

    .ckk a {
        color: #000 !important;
    }

        .ckk a:hover {
            color: #281f29;
        }

.ust .sosyal_medya {
    position: relative;
    margin: 0px;
}

    .ust .sosyal_medya > li {
        position: relative;
        padding: 0px;
        float: right;
    }

        .ust .sosyal_medya > li > a {
            position: relative;
            display: block;
            float: left;
            font-size: 14px;
            opacity: 1;
            color: #fff;
            background: #281f29;
            width: 30px;
            height: 30px;
            line-height: 30px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            margin-right: 5px;
            text-align: center;
            border-radius: 3px;
        }

            .ust .sosyal_medya > li > a:hover {
                position: relative;
                display: block;
                font-size: 14px;
                color: #fe8b25 !important;
                text-decoration: none;
                opacity: 1;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

.ust .phone {
    margin-right: 0;
}

    .ust .phone a {
        line-height: 30px;
        color: #FFF;
        text-decoration: none;
    }

    .ust .phone .icon-phone {
        position: relative;
        display: block;
        float: left;
        font-size: 14px;
        opacity: 1;
        color: #FFF;
        background: #281f29;
        width: 30px;
        height: 30px;
        line-height: 30px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        text-align: center;
        border-radius: 3px;
    }

    .ust .phone .tel {
        font-weight: 300;
        line-height: 30px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

        .ust .phone .tel a {
            background: #fe8b25;
            color: #FFF;
            font-weight: 300;
            line-height: 30px;
            padding: 5px;
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
        }

.ustalan .ust1 {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    margin-bottom: 15px;
    background: #FFF;
    border-bottom: 1px solid #fe8b25;
}





.ustalan .menum {
    position: relative;
}

.ustalan .ust1 .logo {
    position: absolute;
    text-align: center;
    width: 235px;
    margin-top: -50px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #FFF;
}

    .ustalan .ust1 .logo img {
        display: inline-block;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }


    .ustalan .ust1 .logo img {
        display: inline-block;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.anamenu {
    background: #FFF;
}


.ustalan .anamenu .navbar-collapse {
    padding: 0px;
}

.ustalan .anamenu .navigation {
    position: relative;
    float: right;
    margin: 0px;
}

    .ustalan .anamenu .navigation > li {
        position: relative;
        float: left;
        padding: 0px;
    }

        .ustalan .anamenu .navigation > li > a {
            position: relative;
            display: block;
            padding: 20px 10px;
            line-height: 28px;
            opacity: 1;
            font-weight: 700;
            color: #3a3a3a;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .ustalan .anamenu .navigation > li > a:hover {
                position: relative;
                display: block;
                color: #FFF !important;
                background: #fe8b25 !important;
                text-decoration: none;
                opacity: 1;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }



            .ustalan .anamenu .navigation > li > a:before {
                content: '';
                position: absolute;
                left: 0px;
                top: 0px;
                width: 0px;
                text-decoration: none;
                background: #FFF !important;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

        .ustalan .anamenu .navigation > li:hover > a {
            color: #FFF !important;
            background: #fe8b25;
            opacity: 1;
        }

            .ustalan .anamenu .navigation > li:hover > a:before {
                width: 100%;
            }

.caption {
    color: #281f29 !important;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}



/*-------------FOOTER-------------*/

.footer {
    background: #281f29;
    color: #FFF;
    padding: 40px 0;
}

    .footer .sosyal_medya {
        position: relative;
        margin: 0px;
    }

        .footer .sosyal_medya > li {
            position: relative;
            float: left;
            padding: 0px;
            line-height: 40px;
        }

            .footer .sosyal_medya > li > a {
                position: relative;
                display: block;
                font-size: 18px;
                opacity: 1;
                width: 40px;
                height: 40px;
                background: #fe8b25;
                color: #FFF;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                margin-right: 8px;
                text-align: center;
                border-radius: 3px;
            }

                .footer .sosyal_medya > li > a:hover {
                    position: relative;
                    display: block;
                    font-size: 18px;
                    color: #281f29 !important;
                    text-decoration: none;
                    opacity: 1;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

.footer-widget h4 {
    padding: 15px 0;
    color: #fe8b25;
    font-weight: 500;
}

.veri span {
    font-size: 12px;
}

.veri li {
    line-height: 24px;
    font-size: 14px;
}

    .veri li a {
        color: #FFF;
    }

        .veri li a:hover {
            position: relative;
            color: #fe8b25;
            text-decoration: none;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

.footer-contact .icon {
    font-size: 14px;
    line-height: 18px;
}

.footer-contact .blg {
    margin-left: 5px;
    line-height: 36px;
}

.footer-contact li {
    color: #FFF;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

    .footer-contact li:last-child {
        color: #FFF;
        margin-bottom: 10px;
        border-bottom: none;
    }

    .footer-contact li a {
        color: #FFF;
    }

        .footer-contact li a:hover {
            color: #fe8b25;
            text-transform: none;
        }

.copy {
    background: #fe8b25;
    color: #FFF;
    font-size: 13px;
    padding: 15px 0;
}

    .copy .cpy {
        font-family: 'Montserrat', sans-serif;
    }

.scroll-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    color: #FFF;
    background: #fe8b25;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .scroll-to-top:hover {
        background-color: #FFF;
        color: #fe8b25;
        border-radius: 3px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }



.syf {
    color: #281f29 !important;
    margin-bottom: 30px;
}

.map {
    margin-bottom: -5px;
}

.urun {
    color: #281f29;
}

#adresler {
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

.adresler-block {
    display: inline;
    float: left;
    padding: 30px 0;
    width: 100%;
}

.adresler-kutu {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    background: #281f29;
    color: #FFF;
    padding-bottom: 10px;
    min-height: 150px;
    border-radius: 10px;
}

    .adresler-kutu i {
        font-size: 24px;
        padding: 10px 8px;
        line-height: 24px;
        background: #fe8b25;
        color: #281f29;
        margin-top: -150px;
        position: relative;
        border-radius: 10px;
    }

.adresler-bilgi {
    font-size: 16px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0 15px;
    vertical-align: middle;
}

.mg {
    padding: 30px 0;
}

.icrk {
    color: #281f29;
    margin-top: 30px;
}

.slg {
    background: #fe8b25;
    color: #FFF;
    padding: 10px;
    margin-top: 0;
    margin-bottom: -10px;
}

.prg {
    text-align: center;
}

    .prg h1 {
        color: #281f29;
        font-weight: 700;
    }

@media only screen and (min-width: 768px) {
    .lg-none {
        display: none !important;
    }
    .webbaslik {
    display: block;
    position: relative;
    z-index: 99;
    background-image: linear-gradient(to left, rgb(254, 139, 37), rgb(40, 31, 41));
    margin-top: -15px;
    margin-bottom: 30px;
    height: 100px;
}


    .webbaslik span {
        padding: 150px 0;
        color: #FFF;
        font-size: 32px;
        line-height: 100px;
    }

    .ust {
        background: #FFF;
        padding: 10px 0;
        background: #fe8b25;
        height: 50px;
        padding-bottom: 10px;
    }

        .ust .slogan {
            color: #FFF;
            font-size: 20px;
            font-weight: 700;
            font-family: 'Montserrat', sans-serif;
        }





    .scroll-to-top {
        bottom: 5px;
        right: 5px;
    }

    .whatsapp {
        bottom: 5px;
        left: 5px;
    }

    .logo {
        width: 250px !important;
        margin-left: -15px;
        padding-left: 15px;
    }






    .fixed-header .menu {
        padding: 5px 0 !important;
    }

    .fixed-header .ustmenu {
        padding: 0 !important;
    }

    .ustalan.fixed-header .ust1 {
        position: fixed;
        z-index: 99999;
    }

        .ustalan.fixed-header .ust1 .logo {
            position: absolute;
            text-align: center;
            width: 170px;
            height: auto;
            margin-left: -55px;
            top: 45px;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }


            .ustalan.fixed-header .ust1 .logo img {
                width: 140px;
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -ms-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

        .ustalan.fixed-header .ust1 .anamenu .navbar-collapse {
            padding: 0px;
        }

        .ustalan.fixed-header .ust1 .anamenu .navigation {
            position: relative;
            float: right;
            padding: 5px 0;
        }

            .ustalan.fixed-header .ust1 .anamenu .navigation > li {
                position: relative;
                float: left;
                padding: 0px;
            }

                .ustalan.fixed-header .ust1 .anamenu .navigation > li > a {
                    position: relative;
                    display: block;
                    padding: 10px 10px;
                    font-size: 15px;
                    color: #fe8b25;
                    line-height: 28px;
                    opacity: 1;
                    font-weight: 700;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                    .ustalan.fixed-header .ust1 .anamenu .navigation > li > a:hover {
                        position: relative;
                        display: block;
                        padding: 10px 10px;
                        font-size: 15px;
                        background: #fe8b25 !important;
                        color: #FFF !important;
                        line-height: 28px;
                        text-decoration: none;
                        opacity: 1;
                        transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -webkit-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                    }

            .ustalan.fixed-header .ust1 .anamenu .navigation .sayfada a {
                display: block;
                font-size: 15px;
                color: #FFF;
                background: #fe8b25;
            }

    .fixed-header .ustalan .anamenu .navigation > li > a {
        padding: 34px 15px 26px;
        color: #fe8b25;
    }

    .fixed-header .ustmenu .ustsol li {
        position: relative;
        margin-top: -8px !important;
        color: #676767;
        font-size: 8.6px;
    }

    .ustalan.fixed-header .ustmenu.ustsol {
        padding: 0;
    }

    .altbos {
        margin-bottom: 50px;
    }

    .telmob {
        position: fixed;
        border-radius: 3px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

        .telmob a {
            font-size: 20px;
            line-height: 40px;
            background-color: #FFF;
            color: #68bd48;
            border-radius: 3px;
            width: 40px;
            height: 40px;
            text-align: center;
            z-index: 100;
            cursor: pointer;
            display: block;
        }

            .telmob a:hover {
                background-color: #FFF;
                color: #fe8b25;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

    .whatsapp {
        position: fixed;
        color: #FFF;
        background: #68bd48;
        border-radius: 3px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

        .whatsapp a {
            font-size: 20px;
            line-height: 40px;
            color: #FFF;
            width: 40px;
            height: 40px;
            text-align: center;
            z-index: 100;
            cursor: pointer;
            display: block;
            border-radius: 3px;
        }

            .whatsapp a:hover {
                background-color: #FFF;
                color: #fe8b25;
                border-radius: 3px;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

    .thumbnail {
        min-height: 340px;
    }
}


@media only screen and (max-width: 767px) {
    .mbl-none {
        display: none !important;
    }
    .webbaslik {
    display: block;
    position: relative;
    z-index: 99;
    background-image: linear-gradient(to left, rgb(254, 139, 37), rgb(40, 31, 41));
    margin-top: -15px;
    margin-bottom: 30px;
    min-height: 70px;
}


    .webbaslik span {
        padding: 50px 0;
        color: #FFF;
        font-size: 16px;
        line-height: 30px;
    }

    .dty
    {
        margin-top:30px;
    }
    .adresler-block {
        display: inline;
        float: left;
        padding: 30px 0;
        width: 100%;
    }

    .adresler-kutu {
        display: inline;
        float: left;
        text-align: center;
        width: 100%;
        background: #281f29;
        color: #FFF;
        padding-bottom: 10px;
        min-height: 120px;
        border-radius: 10px;
        margin-bottom: 30px;
    }

        .adresler-kutu i {
            font-size: 24px;
            padding: 10px 8px;
            line-height: 24px;
            background: #fe8b25;
            color: #281f29;
            margin-top: -150px;
            position: relative;
            border-radius: 10px;
        }

    .adresler-bilgi {
        font-size: 16px;
        font-weight: 300;
        margin-top: 30px;
        margin-bottom: 10px;
        padding: 0 15px;
        vertical-align: middle;
    }

    .thumbnail {
        min-height: 340px;
    }


    .ust {
        background: #FFF;
        padding: 5px 0;
        border-bottom: 1px solid #fe8b25;
        height: 40px;
        padding-bottom: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }

        .ust .slogan {
            color: #676767;
            font-size: 14px;
            font-weight: 500;
            font-family: 'Montserrat', sans-serif;
            float: right;
            margin-right: -15px;
            padding: 10px 0;
        }

    .rsm {
        float: left;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    .bos {
        min-height: 60px;
        background: #fe8b25;
        position: fixed;
        bottom: 0;
        padding: 5px 0;
        width: 100%;
        border-top: 3px solid #FFF;
    }

    .katalog {
        display: none;
    }

    .kategori-ad {
    }

        .kategori-ad h1 {
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            line-height: 200px;
        }

            .kategori-ad h1 span {
                background: rgba(104, 189, 72, 0.70);
                padding: 10px 15px;
                border-radius: 3px;
            }


    .bgimaj {
        width: 100%;
        height: 200px;
        font-size: 20px;
        line-height: 300px;
        color: #FFF;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        font-weight: 800;
        text-align: center;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        background: #FFF;
        position: relative;
        top: -58px;
        padding: 0 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .bg{
        display: none;
    }

    .anamenu .navbar-header .navbar-toggle {
        display: block;
        z-index: 7;
        border: 1px solid #fe8b25;
        margin: 0px 0px 0px 0px;
        background: #fe8b25;
    }



        .anamenu .navbar-header .navbar-toggle .icon-bar {
            background: #FFF;
            color: #FFF;
        }

    .logo {
        width: 200px !important;
        height: auto;
        margin-top: -65px !important;
    }

        .logo img {
            width: 200px;
            height: auto;
            padding: 5px;
        }

    .ustalan .menum {
        padding-left: 0px;
    }

    .sayfa-ust .logo,
    .ustalan .ust1 .logo {
        position: absolute;
        margin-top: 10px;
    }


    .header-style-one {
        padding: 0 0px 18px !important;
    }

    .anamenu {
        padding: 10px 0px;
        z-index: 5;
    }

        .anamenu .collapse {
            position: relative;
            overflow: auto;
            float: none;
            width: auto;
            padding: 0px;
            border-radius: 3px;
            -ms-border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
        }

            .anamenu .collapse.in,
            .anamenu .collapsing {
                padding: 0px;
                margin: 0px !important;
                border-radius: 3px;
                -ms-border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                -o-border-radius: 3px;
            }


        .anamenu .navbar-header {
            position: relative;
            float: none;
            display: block;
            right: 0px;
            width: auto;
            z-index: 12;
        }



        .anamenu .navbar-collapse > .navigation {
            float: none !important;
            margin: 10px 0;
            width: 100%;
            background: #fe8b25;
            border-radius: 3px;
        }

        .anamenu .navigation > li {
            margin: 0px !important;
            float: none;
            width: 100%;
            border: none;
        }

            .anamenu .navigation > li > a,
            .anamenu .navigation > li > ul:before {
                border: none;
            }

        .anamenu .navbar-collapse > .navigation > li > a {
            padding: 10px 10px !important;
        }

        .anamenu .navigation > li > ul > li > a:after,
        .anamenu .navigation > li > ul:before,
        .anamenu .navigation > li > ul:before {
            display: none !important;
        }

        .anamenu .navbar-collapse > .navigation > li > ul,
        .anamenu .navbar-collapse > .navigation > li > ul > li > ul {
            position: relative;
            border: none;
            float: none;
            visibility: visible;
            opacity: 1;
            display: none;
            margin: 0px;
            left: auto !important;
            right: auto !important;
            top: auto !important;
            width: 100%;
            background: #fe8b25;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            -moz-border-radius: 3px;
            transition: 500ms !important;
            -webkit-transition: none !important;
            -ms-transition: none !important;
            -o-transition: none !important;
            -moz-transition: none !important;
        }

            .anamenu .navbar-collapse > .navigation > li > ul,
            .anamenu .navbar-collapse > .navigation > li > ul > li > ul {
                border-top: 1px solid rgba(255,255,255,0.5) !important;
            }

                .anamenu .navbar-collapse > .navigation > li,
                .anamenu .navbar-collapse > .navigation > li > ul > li,
                .anamenu .navbar-collapse > .navigation > li > ul > li > ul > li {
                    border-top: 1px solid rgba(255,255,255,0.5) !important;
                }

                    .anamenu .navbar-collapse > .navigation > li:first-child {
                        border: none;
                    }


                    .anamenu .navbar-collapse > .navigation > li > a,
                    .anamenu .navbar-collapse > .navigation > li > ul > li > a,
                    .anamenu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
                        padding: 10px 10px !important;
                        line-height: 22px;
                        color: #FFFFFF;
                        background: #fe8b25;
                        text-align: left;
                    }

                        .anamenu .navbar-collapse > .navigation > li > a:hover,
                        .anamenu .navbar-collapse > .navigation > li > a:active,
                        .anamenu .navbar-collapse > .navigation > li > a:focus {
                            background: #fe8b25;
                            color: #CCC;
                        }

        .anamenu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
            display: block;
        }

        .anamenu .navbar-collapse > .navigation li.dropdown:after,
        .anamenu .navbar-collapse > .navigation > li.dropdown > a::after {
            display: none !important;
        }

        .anamenu .navigation > li > a:after,
        .anamenu .navigation > li > ul > li > a:before,
        .anamenu .navigation > li > ul > li > ul > li > a:before {
            display: none;
        }

        .anamenu li.dropdown .dropdown-btn {
            position: absolute;
            right: 10px;
            top: 6px;
            width: 34px;
            height: 30px;
            border: 1px solid #FFFFFF;
            background: url(../img/submenu-icon.png) center center no-repeat;
            background-color: #006699;
            background-size: 20px;
            cursor: pointer;
            z-index: 5;
            display: block;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            -moz-border-radius: 3px;
        }


    .ustalan .ustmenu .kalip-a {
        padding-left: 15px;
    }

    .slayt {
        display: none;
    }

    .databtn {
        background-color: #fe8b25;
        text-decoration: none;
        padding: 10px;
        color: #FFF;
        font-weight: 400;
        display: block;
        cursor: pointer;
        list-style-type: none;
        border: 1px solid #fe8b25;
        border-radius: 3px;
    }

    .dropdown-menu {
        position: relative;
        top: 105%;
        width: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        padding: 0;
        margin: 0;
        font-size: 16px;
        text-align: left;
        list-style: none;
        background-color: #FFF;
        background-clip: padding-box;
    }

        .dropdown-menu > li > a {
            display: block;
            clear: both;
            padding: 8px 10px;
            font-weight: 400;
            color: #fe8b25;
            white-space: nowrap;
            text-decoration: none;
            border-left: 1px solid #fe8b25;
            border-right: 1px solid #fe8b25;
            border-bottom: 1px solid #fe8b25;
            transition: 500ms !important;
            -webkit-transition: none !important;
            -ms-transition: none !important;
            -o-transition: none !important;
            -moz-transition: none !important;
        }



            .dropdown-menu > li > a:hover {
                background: #fe8b25;
                color: #FFF;
                padding-left: 10px;
                white-space: nowrap;
                border: none;
                transition: 500ms !important;
                -webkit-transition: none !important;
                -ms-transition: none !important;
                -o-transition: none !important;
                -moz-transition: none !important;
            }

    .open > .dropdown-menu {
        display: block;
    }

    .telmob {
        position: fixed;
        border-radius: 3px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        bottom: 7px;
        left: 70px;
    }

        .telmob a {
            font-size: 20px;
            line-height: 40px;
            background-color: #FFF;
            color: #fe8b25;
            border-radius: 3px;
            width: 40px;
            height: 40px;
            text-align: center;
            z-index: 100;
            cursor: pointer;
            display: block;
        }

            .telmob a:hover {
                background-color: #FFF;
                color: #fe8b25;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

    .whatsapp {
        position: fixed;
        color: #fe8b25;
        background: #FFF;
        border-radius: 3px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        bottom: 7px;
        left: 15px;
    }

        .whatsapp a {
            font-size: 30px;
            line-height: 40px;
            color: #fe8b25;
            width: 40px;
            height: 40px;
            text-align: center;
            z-index: 100;
            cursor: pointer;
            display: block;
            border-radius: 3px;
        }

            .whatsapp a:hover {
                background-color: #FFF;
                color: #fe8b25;
                border-radius: 3px;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

    .grs {
        margin-bottom: 30px;
    }

    .copy {
        margin-bottom: 55px;
    }
}


@media only screen and (max-width: 599px) {


    .thumbnail {
        min-height: 200px;
    }

        .thumbnail .btn {
            position: absolute;
            bottom: 25px;
        }


    .page-header h2 {
        font-size: 20px !important;
        text-align: left;
        color: #fe8b25;
        font-weight: 700;
    }

    .scroll-to-top {
        bottom: 7px;
        right: 15px;
        background: #FFF;
        color: #fe8b25;
    }

    .form-alan {
        float: right;
    }

    iletisimbilgi {
        float: left !important;
    }

    .footer-widget h4 {
        padding: 10px 0;
        color: #fe8b25;
        border-bottom: 1px solid #fe8b25;
    }

    .footer-widget {
        margin-bottom: 80px !important;
    }


    li.dropdown {
        color: #000000 !important;
    }

    .footer-widget h3 {
        margin-top: 20px;
    }

    .copyright p {
        position: relative;
        margin-left: 0 !important;
    }

    .logo {
        width: 190px !important;
        height: auto;
        top: 20px;
        margin-left: -15px;
    }

        .logo img {
            width: 190px;
            height: auto;
        }

    .urunmenu {
        position: relative;
        z-index: 99999;
        margin-bottom: 15px;
    }

    .navbar-toggle {
        margin: 3px 0 !important;
        background: #fe8b25;
    }

    .ustsol p {
        width: 50%;
    }

    .footer-widget p {
        margin-left: 0 !important;
    }


    .logo-small p {
        color: #676767;
        word-spacing: 14px;
        text-align: justify !important;
        padding-top: 0;
        margin-top: -10px;
        margin-bottom: -5px;
    }

    .logo-small span {
        color: #676767;
        word-spacing: 3px;
    }

    .mbl-none {
        display: none !important;
    }

    .table td {
        font-size: 8px !important;
    }

    .bg {
        display: none;
    }

    .phone {
        display: none;
    }

    .aciklama {
        padding: 15px 0;
    }

    .elli {
        margin: 20px 0;
    }
}
