::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

::-webkit-scrollbar-thumb {
    background: #108f34
}

::-webkit-scrollbar-track {
    background-color: #b7b8b7
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    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
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

::selection {
    background: #799e2a;
    color: #fff
}

html {
    position: relative;
    height: 100%;
    min-height: 100%
}

* {
    -webkit-tap-highlight-color: transparent
}

h1 {
    font-family: akrobat;
    font-weight: 900;
    color: #000;
    font-size: 50px;
    text-align: center;
    margin-bottom: 100px;
    position: relative
}

    h1 span {
        position: absolute;
        width: 150px;
        height: 10px;
        background-color: #00684b;
        left: 50%;
        margin-left: -75px;
        bottom: -27px
    }

h2 {
    font-family: akrobat;
    font-size: 22px;
    font-weight: 700
}

h3 {
    font-family: gotham_narrow_bold,Arial;
    font-size: 34px;
    color: #555;
    margin-bottom: 17px
}

.home_h4title {
    font-family: akrobat;
    font-size: 28px;
    color: #000;
    font-weight: 900;
    margin-bottom: 50px;
    position: relative
}

    .home_h4title span {
        position: absolute;
        width: 60px;
        height: 2px;
        background-color: #00684b;
        left: -30px;
        bottom: -26px
    }

p {
    font-family: gotham_narrow_book,Arial;
    font-size: 16px;
    line-height: 24px
}

    p strong {
        font-weight: 700
    }

a {
    text-decoration: none
}

.clear {
    clear: both
}

::selection {
    background-color: #000;
    color: #fff
}

.valign-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

    .valign-wrapper .valign {
        display: block
    }

.center-image {
    display: block;
    margin: 0 auto
}

* {
    outline: 0 !important
}

.full_width_img {
    float: left;
    width: 100%
}

.nmb {
    margin-bottom: 0 !important
}

.green_evim {
    color: #006d4d
}

.no_border {
    border: 0 !important
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both
}

.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%)
}

.absolute-center-x {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0)
}

.absolute-center-y {
    position: absolute;
    top: 50% !important;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%)
}

.mb20 {
    margin-bottom: 20px
}

.center_text_align {
    text-align: center
}

.mw80 {
    max-width: 80%
}

.t1 {
    transition: all cubic-bezier(.6,.18,.85,.94) .1s;
    -moz-transition: all cubic-bezier(.6,.18,.85,.94) .1s;
    -webkit-transition: all cubic-bezier(.6,.18,.85,.94) .1s;
    -o-transition: all cubic-bezier(.6,.18,.85,.94) .1s
}

.t2 {
    transition: all cubic-bezier(.6,.18,.85,.94) .2s;
    -moz-transition: all cubic-bezier(.6,.18,.85,.94) .2s;
    -webkit-transition: all cubic-bezier(.6,.18,.85,.94) .2s;
    -o-transition: all cubic-bezier(.6,.18,.85,.94) .2s
}

.t3 {
    transition: all cubic-bezier(.6,.18,.85,.94) .3s;
    -moz-transition: all cubic-bezier(.6,.18,.85,.94) .3s;
    -webkit-transition: all cubic-bezier(.6,.18,.85,.94) .3s;
    -o-transition: all cubic-bezier(.6,.18,.85,.94) .3s
}

.t4 {
    transition: all cubic-bezier(.6,.18,.85,.94) .4s;
    -moz-transition: all cubic-bezier(.6,.18,.85,.94) .4s;
    -webkit-transition: all cubic-bezier(.6,.18,.85,.94) .4s;
    -o-transition: all cubic-bezier(.6,.18,.85,.94) .4s
}

.t5 {
    transition: all cubic-bezier(.6,.18,.85,.94) .5s;
    -moz-transition: all cubic-bezier(.6,.18,.85,.94) .5s;
    -webkit-transition: all cubic-bezier(.6,.18,.85,.94) .5s;
    -o-transition: all cubic-bezier(.6,.18,.85,.94) .5s
}

.t10 {
    transition: all cubic-bezier(.6,.18,.85,.94) 1s;
    -moz-transition: all cubic-bezier(.6,.18,.85,.94) 1s;
    -webkit-transition: all cubic-bezier(.6,.18,.85,.94) 1s;
    -o-transition: all cubic-bezier(.6,.18,.85,.94) 1s
}

footer #footer_top {
    height: 68px;
    position: relative
}

    footer #footer_top #footer_social {
        height: 98px;
        width: 360px;
        background-color: #fff;
        border: 1px solid #e7e7e7;
        box-sizing: border-box;
        padding-top: 20px
    }

        footer #footer_top #footer_social p {
            height: 27px;
            text-align: center;
            font-family: akrobat,sans-serif;
            font-size: 24px;
            color: #000;
            font-weight: 900
        }

        footer #footer_top #footer_social ul {
            width: 100%;
            text-align: center
        }

            footer #footer_top #footer_social ul li {
                width: 50px;
                height: 49px;
                display: inline-block;
                border-bottom: 1px solid #e7e7e7
            }

                footer #footer_top #footer_social ul li:hover {
                    border-bottom: 1px solid #006d4d
                }

                footer #footer_top #footer_social ul li a {
                    width: 50px;
                    height: 50px;
                    display: block;
                    font-size: 24px;
                    line-height: 50px;
                    text-align: center;
                    color: #000
                }

                    footer #footer_top #footer_social ul li a:hover {
                        color: #006d4d
                    }

footer #footer_mid {
    background-color: #f2f2f2;
    border-top: 1px solid #e7e7e7;
    padding-top: 97px;
    padding-bottom: 40px
}

    footer #footer_mid #footer_mid_container {
        box-sizing: border-box;
        padding-left: 135px;
        padding-right: 135px
    }

        footer #footer_mid #footer_mid_container .footer_fourth {
            float: left;
            width: 25%
        }

            footer #footer_mid #footer_mid_container .footer_fourth .footer_h2 {
                font-family: akrobat,sans-serif;
                color: #000;
                font-size: 18px;
                margin-bottom: 18px;
                font-weight: 700
            }

                footer #footer_mid #footer_mid_container .footer_fourth .footer_h2 a {
                    color: #000
                }

                    footer #footer_mid #footer_mid_container .footer_fourth .footer_h2 a:hover {
                        color: #006d4d
                    }

        footer #footer_mid #footer_mid_container .footer_mutlu {
            color: #fff;
            height: 51px;
            line-height: 51px;
            padding-left: 20px;
            padding-right: 75px;
            display: inline-block;
            border-radius: 26px;
            background: #00855e;
            background: -moz-linear-gradient(left,#00855e 0,#00976b 44%,#007452 100%);
            background: -webkit-linear-gradient(left,#00855e 0,#00976b 44%,#007452 100%);
            background: linear-gradient(to right,#00855e 0,#00976b 44%,#007452 100%);
            font-family: akrobat,sans-serif;
            font-size: 18px;
            position: relative
        }

            footer #footer_mid #footer_mid_container .footer_mutlu:hover {
                padding-right: 85px
            }

            footer #footer_mid #footer_mid_container .footer_mutlu span {
                width: 20px;
                height: 5px;
                background: url(../images/img_footer_arrow.png) top left no-repeat;
                position: absolute;
                right: 25px;
                top: 22px
            }

            footer #footer_mid #footer_mid_container .footer_mutlu:hover span {
                right: 15px
            }

        footer #footer_mid #footer_mid_container .footer_fourth p {
            color: #000;
            font-family: gotham_narrow_light;
            margin-bottom: 10px
        }

        footer #footer_mid #footer_mid_container .footer_fourth ul {
            width: 100%
        }

            footer #footer_mid #footer_mid_container .footer_fourth ul li {
                background: url(../images/footer_li_bullet.png) top left no-repeat;
                width: 100%;
                font-family: gotham_narrow_book,Arial;
                margin-bottom: 16px;
                box-sizing: border-box;
                padding-left: 20px
            }

                footer #footer_mid #footer_mid_container .footer_fourth ul li a {
                    color: #000
                }

                    footer #footer_mid #footer_mid_container .footer_fourth ul li a:hover {
                        color: #006d4d
                    }

        footer #footer_mid #footer_mid_container .footer_fourth .footer_gray {
            color: #000
        }

    footer #footer_mid .footer_fourth .footer_gray.internet_link {
        font-size: 22px;
        font-family: gotham_narrow_book,Arial;
        color: #000
    }

    footer #footer_mid .footer_fourth .footer_gray span {
        position: relative
    }

    footer #footer_mid #footer_mid_container .footer_fourth .footer_gray span span {
        position: absolute;
        height: 1px;
        width: 0;
        left: 0;
        bottom: 0;
        background-color: #999
    }

    footer #footer_mid #footer_mid_container .footer_fourth .footer_gray:hover span span {
        width: 100%
    }

    footer #footer_mid #footer_mid_container .footer_fourth .contact_text {
        line-height: 18px;
        margin-bottom: 12px
    }

        footer #footer_mid #footer_mid_container .footer_fourth .contact_text a {
            color: #000
        }

            footer #footer_mid #footer_mid_container .footer_fourth .contact_text a:hover {
                color: #799e2a
            }

        footer #footer_mid #footer_mid_container .footer_fourth .contact_text img {
            float: left;
            margin-right: 10px
        }

        footer #footer_mid #footer_mid_container .footer_fourth .contact_text.last_contact_text {
            margin-bottom: 50px
        }

    footer #footer_mid #footer_mid_container #newsletter_wrapper {
        width: 298px;
        height: 48px;
        border: 1px solid #999;
        border-radius: 10px;
        margin-bottom: 30px;
        overflow: hidden
    }

        footer #footer_mid #footer_mid_container #newsletter_wrapper input[type=submit] {
            background: #f9af1b;
            background: -moz-linear-gradient(left,#f9af1b 0,#f8b421 44%,#fa9f1b 100%);
            background: -webkit-linear-gradient(left,#f9af1b 0,#f8b421 44%,#fa9f1b 100%);
            background: linear-gradient(to right,#f9af1b 0,#f8b421 44%,#fa9f1b 100%);
            color: #fff;
            cursor: pointer;
            width: 98px;
            box-sizing: border-box;
            border: 0;
            height: 48px;
            float: right
        }

        footer #footer_mid #footer_mid_container #newsletter_wrapper input[type=text] {
            width: 200px;
            box-sizing: border-box;
            padding-left: 20px;
            background-color: transparent;
            height: 48px;
            float: left;
            border: 0
        }

#scroll_up {
    position: fixed;
    bottom: 95px;
    right: 20px;
    z-index: 2;
    width: 35px;
    cursor: pointer;
    display: none
}

footer #footer_bottom {
    height: 79px;
    border-top: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 30px
}

    footer #footer_bottom #img_emingrup {
        float: left;
        margin-top: 19px;
        height:auto;
    }

    footer #footer_bottom p {
        float: right;
        margin-top: 19px;
        font-size: 17px;
        color: #000;
        margin-top: 31px
    }

        footer #footer_bottom p a.footer_sitemap {
            color: #000
        }

        footer #footer_bottom p a.copy_link {
            color: #000;
            font-style: italic
        }

        footer #footer_bottom p a span {
            position: relative
        }

            footer #footer_bottom p a span span {
                position: absolute;
                height: 1px;
                width: 0;
                left: 0;
                bottom: 0;
                background-color: #000
            }

        footer #footer_bottom p a:hover span span {
            width: 100%
        }

aside {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80px;
    border-right: 1px solid #e7e7e7;
    background-color: #fff;
    z-index: 103
}

    aside #left_menu_cover {
        position: absolute;
        left: -2px;
        width: 80px;
        top: 0;
        bottom: 0
    }

        aside #left_menu_cover #left_menu_cover_top {
            cursor: pointer;
            background-color: #ebebeb;
            position: absolute;
            left: 0;
            width: 80px;
            top: 0;
            height: 50%
        }

            aside #left_menu_cover #left_menu_cover_top:hover {
                background-color: #00684b
            }

            aside #left_menu_cover #left_menu_cover_top a {
                transform-origin: center center;
                transform: rotate(-90deg);
                font-family: akrobat;
                font-weight: 400;
                font-size: 26px;
                color: #00684b;
                margin-left: -68px
            }

            aside #left_menu_cover #left_menu_cover_top:hover a {
                color: #fff
            }

        aside #left_menu_cover #left_menu_cover_bottom {
            cursor: pointer;
            background-color: #f6f6f6;
            position: absolute;
            left: 0;
            width: 80px;
            top: 50%;
            height: 50%
        }

            aside #left_menu_cover #left_menu_cover_bottom a {
                transform-origin: center center;
                transform: rotate(-90deg);
                font-family: akrobat;
                font-weight: 400;
                font-size: 26px;
                color: #00684b;
                margin-left: -68px
            }

            aside #left_menu_cover #left_menu_cover_bottom:hover a {
                color: #fff
            }

            aside #left_menu_cover #left_menu_cover_bottom:hover {
                background-color: #00684b
            }

    aside a span {
        position: relative
    }

        aside a span img.chosen_icon {
            position: absolute;
            top: 2px;
            right: -50px;
            height: 24px;
            transform: rotate(90deg)
        }

        aside a span img.img_aside_down {
            position: absolute;
            top: 8px;
            left: -40px;
            transform: rotate(90deg)
        }

#mobile_menu_wrapper {
    display: none
}

header {
    width: 100%;
    position: relative;
    z-index: 102
}

    header #header_top {
        width: 100%;
        height: 99px;
        border-bottom: 1px solid #e7e7e7;
        background-color: #fff
    }

        header #header_top #logo_eminevim {
            float: left;
            margin-left: 160px;
            margin-top: 10px;
            margin-right: 110px;
            height: 80px
        }

        header #header_top #header_stats_cover {
            height: 99px;
            float: left;
            border-left: 1px solid #e7e7e7
        }

            header #header_top #header_stats_cover #header_stats {
                float: left;
                margin-top: 20px;
                height: 58px;
                line-height: 58px;
                margin-left: 74px;
                border: 1px solid #fff;
                padding-left: 30px;
                padding-right: 30px;
                border-radius: 30px;
                background: linear-gradient(-45deg,#a00,#f9af1b,#0c0,#f9af1b);
                background-size: 400% 400%;
                -webkit-animation: Gradient 15s ease infinite;
                -moz-animation: Gradient 15s ease infinite;
                animation: Gradient 15s ease infinite
            }

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

header #header_top #header_stats_cover #header_stats img {
    filter: brightness(0) invert(1);
    float: left;
    margin-top: 14px;
    margin-right: 16px;
    height: 30px;
    margin-bottom: 10px
}

header #header_top #header_stats_cover #header_stats p {
    color: #fff;
    height: 60px;
    line-height: 60px;
    float: left;
    font-family: akrobat;
    font-weight: 700;
    font-size: 22px;
    display: block
}

    header #header_top #header_stats_cover #header_stats p span {
        color: #fff;
        margin-left: 10px;
        font-family: gotham_narrow_bold,Arial
    }

        header #header_top #header_stats_cover #header_stats p span#current_month {
            color: #fff;
            font-family: akrobat;
            font-weight: 700
        }

header #header_top #header_stats_cover #header_stats #header_seperator {
    float: left;
    width: 1px;
    height: 30px;
    background-color: #fff;
    margin-top: 14px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px
}

header #header_top #header_phone {
    float: right;
    margin-right: 80px;
    height: 30px;
    margin-top: 34px;
    line-height: 30px;
    font-size: 20px;
    font-family: akrobat,Arial
}

    header #header_top #header_phone img {
        float: left;
        margin-right: 11px;
        width: 20px
    }

    header #header_top #header_phone a {
        color: #000
    }

        header #header_top #header_phone a:hover {
            color: #799e2a
        }

header #header_top #header_internet {
    float: right;
    margin-right: 50px;
    height: 30px;
    margin-top: 34px;
    line-height: 30px;
    font-size: 20px;
    font-family: akrobat,Arial
}

    header #header_top #header_internet img {
        float: left;
        margin-right: 11px;
        width: 24px
    }

    header #header_top #header_internet a {
        color: #000
    }

        header #header_top #header_internet a:hover {
            color: #799e2a
        }

        header #header_top #header_internet a span {
            position: relative
        }

            header #header_top #header_internet a span span {
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 100%;
                height: 1px;
                background-color: #000
            }

        header #header_top #header_internet a:hover span span {
            background-color: #799e2a
        }

header #header_bottom {
    width: 100%;
    height: 79px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff
}

    header #header_bottom #menu_cover {
        height: 80px;
        line-height: 80px;
        float: left;
        margin-left: 160px;
        border-right: 1px solid #e7e7e7
    }

        header #header_bottom #menu_cover .menu_item {
            position: relative;
            height: 80px;
            line-height: 80px;
            float: left;
            margin-right: 50px
        }

            header #header_bottom #menu_cover .menu_item a {
                height: 80px;
                line-height: 80px;
                font-family: akrobat;
                font-size: 22px;
                color: #000;
                display: block;
                font-weight: 700
            }

            header #header_bottom #menu_cover .menu_item .bottom_span {
                opacity: 0;
                height: 2px;
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                background-color: #00684b
            }

            header #header_bottom #menu_cover .menu_item .menu_arrow {
                width: 14px;
                height: 14px;
                bottom: 8px;
                background: url(../images/img_gray_arrowdown.png) right center no-repeat
            }

            header #header_bottom #menu_cover .menu_item:hover .menu_arrow {
                bottom: 6px;
                background: url(../images/img_green_arrowdown.png) right center no-repeat
            }

            header #header_bottom #menu_cover .menu_item:hover .bottom_span {
                opacity: 1
            }

            header #header_bottom #menu_cover .menu_item .menu_hover_cover {
                position: absolute;
                top: 77px;
                left: 0;
                z-index: 1;
                display: none
            }

            header #header_bottom #menu_cover .menu_item:hover .menu_hover_cover {
                position: absolute;
                top: 77px;
                left: 0;
                z-index: 10;
                display: block
            }

#header_menu_2 {
    width: 320px;
    box-sizing: border-box
}

.menu_hover_bg {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 4px;
    opacity: 0
}

header #header_bottom #menu_cover .menu_item:hover .menu_hover_cover .menu_hover_bg {
    opacity: 1
}

.menu_hover_bg ul li a {
    font-size: 18px !important;
    color: #000 !important;
    height: 40px !important;
    line-height: 40px !important
}

    .menu_hover_bg ul li a:hover {
        color: #00684b !important
    }

#header_menu_1 {
    width: 240px
}

    #header_menu_1 .gradient_button {
        height: 40px !important;
        line-height: 40px !important;
        color: #fff !important;
        text-align: left !important
    }

        #header_menu_1 .gradient_button a {
            height: 40px !important;
            line-height: 40px !important;
            color: #fff !important
        }

.home_drop_prod {
    box-sizing: border-box;
    border: 1px solid #fff;
    width: 300px;
    height: 300px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer
}

    .home_drop_prod:hover {
        border: 1px solid #00684b
    }

    .home_drop_prod .menu_h2 {
        font-family: akrobat;
        font-size: 22px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 10px
    }

    .home_drop_prod p {
        margin-bottom: 20px
    }

#header_menu_1 .home_icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: block
}

    #header_menu_1 .home_icon.home_icon_1 {
        background: url(../images/icon_urun_1_g.svg) top left no-repeat
    }

    #header_menu_1 .home_icon.home_icon_2 {
        background: url(../images/aracf.png) top left no-repeat
    }

    #header_menu_1 .home_icon.home_icon_3 {
        background: url(../images/icon_urun_3_g.svg) top left no-repeat
    }

#header_menu_3 {
    width: 280px
}

    #header_menu_3 h2 {
        float: left;
        line-height: 1;
        margin-bottom: 20px
    }

    #header_menu_3 ul {
        width: 260px;
        float: left
    }

    #header_menu_3 #menu_3_rightside {
        padding-left: 50px;
        width: 260px;
        border-left: 1px solid #999;
        float: left
    }

.settingsHappyCustomersLink i {
    margin-left: 8px
}

#fakebg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 99
}

#searchbg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 1000px;
    background-color: rgba(0,0,0,.6);
    z-index: 99;
    padding-left: 100px;
    box-sizing: border-box
}

    #searchbg p {
        width: 100%;
        margin-top: 30px;
        padding-left: 20px
    }

    #searchbg ul {
        width: 100%;
        margin-top: 30px;
        padding-left: 20px;
        font-size: 20px;
        color: #fff;
        margin-bottom: 8px;
        font-family: gotham_narrow_book,Arial
    }

        #searchbg ul li {
            width: 100%;
            float: left;
            font-size: 20px;
            list-style: disc;
            color: #fff;
            margin-bottom: 8px;
            font-family: gotham_narrow_book,Arial
        }

            #searchbg ul li.search_title {
                list-style: none;
                font-size: 30px;
                color: #799e2a;
                margin-bottom: 8px;
                font-family: gotham_narrow_book,Arial
            }

            #searchbg ul li a {
                color: #fff
            }

                #searchbg ul li a:hover {
                    opacity: .9
                }

    #searchbg i {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 30px;
        cursor: pointer;
        color: #fff
    }

header #header_bottom #mutlu_musteriler_cover {
    height: 80px;
    line-height: 80px;
    float: left;
    margin-right: 50px;
    font-family: akrobat;
    font-weight: 700;
    color: #00684b;
    font-size: 26px
}

    header #header_bottom #mutlu_musteriler_cover a {
        color: #00684b;
        padding-left: 40px;
        padding-right: 20px;
        display: block;
        height: 80px;
        font-weight: 400
    }

        header #header_bottom #mutlu_musteriler_cover a strong {
            font-weight: 700
        }

        header #header_bottom #mutlu_musteriler_cover a:hover {
            color: #fff;
            background-color: #799e2a
        }

        header #header_bottom #mutlu_musteriler_cover a img {
            float: right;
            margin-left: 10px;
            margin-top: 31px
        }

        header #header_bottom #mutlu_musteriler_cover a:hover img {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%)
        }

header #header_bottom #notify_box {
    float: right;
    height: 79px;
    line-height: 79px;
    margin-right: 80px;
    margin-left: 20px;
    position: relative
}

    header #header_bottom #notify_box span {
        font-size: 10px;
        color: #fff;
        font-family: akrobat;
        top: 20px;
        right: 0;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        background-color: #00684b;
        border-radius: 100%;
        position: absolute
    }

    header #header_bottom #notify_box img {
        float: right;
        margin-top: 25px;
        width: 25px
    }

header #header_bottom #header_bottom_line {
    float: right;
    width: 1px;
    margin-top: 25px;
    background-color: #e7e7e7;
    height: 30px;
    margin-left: 20px
}

header #header_bottom #form_cover {
    background: url(../images/icon_header_search.svg) right center no-repeat;
    float: right;
    width: 340px;
    margin-top: 25px;
    height: 30px;
    margin-left: 20px;
    display: none
}

#mobile_menu_cover form {
    display: none
}

header #header_bottom #form_cover input {
    float: left;
    width: 295px;
    line-height: 30px;
    height: 30px;
    border: 0;
    font-family: akrobat;
    font-size: 20px;
    border-bottom: 2px solid #c1c1c1
}

header .header_form {
    height: 100px;
    box-sizing: border-box;
    margin-left: 80px;
    padding-left: 80px;
    padding-right: 80px;
    background: linear-gradient(180deg, rgba(0, 108, 80, 1) 0%, rgb(123 160 44) 100%);
}

    header .header_form .icon_headerform_phone {
        float: left;
        margin-top: 23px;
        margin-right: 20px
    }

    header .header_form .call_you_headline {
        font-family: akrobat;
        font-weight: 900;
        color: #fff;
        font-size: 28px;
        line-height: 1;
        float: left;
        margin-top: 37px;
        margin-right: 20px
    }

    header .header_form .call_you_text {
        font-family: gotham_narrow_book,Arial;
        color: #fff;
        font-size: 22px;
        line-height: 1;
        float: left;
        margin-top: 29px;
        margin-right: 20px
    }

header .header_form_wrapper {
    float: right;
    width: calc(100% - 520px);
    margin-top: 10px
}

    header .header_form_wrapper input {
        float: left;
        width: 25%;
        margin-right: 1%;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
        padding-left: 2%;
        font-family: gotham_narrow_book,Arial;
        color: #000;
        font-size: 16px;
        border: 0;
        border-radius: 3px;
        box-sizing: border-box
    }

    header .header_form_wrapper .error_message {
        display: none !important
    }

.header_form_wrapper .intl-tel-input {
    width: 24%;
    float: left;
    margin-right: 0
}

    .header_form_wrapper .intl-tel-input .intl-tel-input {
        width: 100%
    }

    .header_form_wrapper .intl-tel-input input {
        width: 100%
    }

header .header_form_wrapper .checkbox_wrapper {
    float: left;
    margin-top: 4px;
    width: 60%
}

    header .header_form_wrapper .checkbox_wrapper p {
        font-size: 12px;
        height: 16px;
        line-height: 16px;
        color: #fff;
        font-family: gotham_narrow_book,Arial;
        font-style: italic;
        margin-bottom: 4px
    }

        header .header_form_wrapper .checkbox_wrapper p a {
            color: #fff;
            text-decoration: underline
        }

.checkbox_wrapper p span {
    cursor: pointer
}

header .header_form_wrapper .custom_checkbox {
    cursor: pointer;
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    margin-right: 14px
}

    header .header_form_wrapper .custom_checkbox.active {
        background: url(../images/img_headerform_checked.png) center center no-repeat
    }

header .header_form_wrapper .header_form_button_wrapper {
    float: right;
    width: 16%;
    margin-top: 4px
}

    header .header_form_wrapper .header_form_button_wrapper a {
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        background-color: #fff;
        color: #799e2a;
        font-family: akrobat;
        font-weight: 900;
        text-align: center;
        padding-left: 25px;
        padding-right: 25px;
        width: 90%;
        box-sizing: border-box;
        display: inline-block;
        float: Right
    }

        header .header_form_wrapper .header_form_button_wrapper a:hover {
            box-shadow: 0 0 7px 7px rgba(0,0,0,.15);
            color: #fff;
            background-color: #799e2a
        }

header.fixedHeader {
    position: fixed;
    z-index: 99991;
    left: 0;
    top: 0
}

header.noSticky.fixedHeader {
    display: none !important
}

header.fixedHeader #header_bottom {
    display: none
}

header.fixedHeader #header_top {
    display: none
}

body.fixedHeader {
    padding-top: 180px
}

#breadcrumb {
    height: 50px;
    line-height: 50px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding-left: 160px
}

    #breadcrumb ul {
        float: left;
        margin-top: 15px
    }

        #breadcrumb ul li {
            float: left;
            font-size: 22px;
            font-family: gotham_narrow_book,Arial;
            height: 20px;
            line-height: 20px;
            margin-right: 10px;
            font-weight: 700
        }

            #breadcrumb ul li a {
                color: #000;
                font-weight: 400
            }

                #breadcrumb ul li a:hover {
                    color: #00684b
                }

            #breadcrumb ul li img {
                width: 22px
            }

.full_content {
    padding-top: 40px;
    padding-bottom: 110px
}

.two_col_content {
    padding-bottom: 80px
}

.wrapper {
    padding-left: 160px;
    padding-right: 80px
}

#left_col {
    width: 300px;
    float: left
}

#right_col {
    width: calc(100% - 380px);
    float: right
}

#bg_gray_title {
    position: absolute;
    z-index: 0;
    left: 0;
/*    height: 77px;
*/    width: 100%;
    background-color: #f6f6f6;
    z-index: -1
}

#news_right {
    width: 400px;
    float: right
}

#news_left {
    width: calc(100% - 480px);
    float: left
}

    #news_left img.img_news {
        max-width: 100%;
        height: auto;
        width: 100%;
        margin-bottom: 20px
    }

    #news_left p {
        margin-bottom: 22px;
        font-size: 22px;
        line-height: 33px
    }

    #news_left ul {
        margin-bottom: 22px;
        padding-left: 20px
    }

        #news_left ul li {
            font-size: 22px;
            line-height: 33px;
            list-style: disc;
            font-family: gotham_narrow_book,Arial
        }

.content_img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px
}

.center_content {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px
}

#bankno {
    position: absolute;
    top: -99999px
}

.text_bank {
    font-family: gotham_narrow_book,Arial;
    font-size: 22px;
    color: #000;
    line-height: 42px;
    margin-bottom: 20px
}

    .text_bank img {
        float: left;
        margin-right: 21px;
        width: 42px
    }

    .text_bank strong {
        font-family: gotham_narrow_bold,Arial
    }

.bank_table {
    width: 100%;
    border-bottom: 1px solid #999
}

.bank_row {
    width: 100%;
    height: 120px;
    line-height: 120px
}

.bank_col {
    float: left;
    height: 120px;
    font-family: akrobat;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    border-top: 1px solid #999;
    box-sizing: border-box;
    border-left: 1px solid #999
}

.bank_title .bank_col {
    font-size: 28px;
    font-weight: 900;
    font-family: akrobat;
    color: #00684b;
    text-align: center
}

.bank_col_1 {
    width: 30%;
    padding-left: 20px;
    position: relative
}

    .bank_col_1 img.bank_img {
        margin-top: 35px;
        float: left;
        height: 50px
    }

    .bank_col_1 img.icon_freeaccount {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -21px;
        width: 42px
    }

.bank_col_2 {
    width: 20%;
    text-align: center
}

.bank_col_3 {
    width: 20%;
    text-align: center
}

.bank_col_4 {
    width: 30%;
    position: relative;
    padding-left: 20px;
    border-right: 1px solid #999
}

    .bank_col_4 img.img_copybank {
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -20px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        cursor: pointer;
        height: 40px
    }

        .bank_col_4 img.img_copybank:hover {
            -webkit-filter: grayscale(0);
            filter: grayscale(0)
        }

#art_banka #text_title_wrapper {
    margin-bottom: 20px
}

.gradient_button {
    height: 60px;
    line-height: 60px;
    font-family: gotham_narrow_book,Arial;
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
    background-color: red;
    display: inline-block;
    min-width: 180px;
    position: relative;
    overflow: hidden
}
.gradient_button_popup {
    height: 60px;
    line-height: 60px;
    font-family: gotham_narrow_book,Arial;
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
    
    border-radius: 30px;
    background-color: red;padding-right: 30px;
    display: inline-block;
    min-width: 180px;
    position: relative;
    overflow: hidden
}

    .gradient_button .button_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .gradient_button:hover .button_bg {
        opacity: 1
    }

    .gradient_button a {
        position: relative;
        z-index: 1;
        color: #fff;
        display: block;
        margin-left: -30px;
        margin-right: -30px;
        box-sizing: border-box;
        padding-left: 30px
    }

    .gradient_button span {
        position: absolute;
        width: 5px;
        height: 8px;
        background: url(../images/img_gbutton_arrow.png) top left no-repeat;
        right: 30px;
        top: 50%;
        margin-top: -4px;
        z-index: 2
    }

    .gradient_button:hover span {
        right: 20px
    }

.green_gradient_button {
    background: #008e66;
    background: -moz-linear-gradient(left,#008e66 0,#009c70 44%,#006a4c 100%);
    background: -webkit-linear-gradient(left,#008e66 0,#009c70 44%,#006a4c 100%);
    background: linear-gradient(to right,#008e66 0,#009c70 44%,#006a4c 100%)
}

    .green_gradient_button .button_bg {
        opacity: 0;
        background: #006a4c;
        background: -moz-linear-gradient(left,#006a4c 0,#009c70 44%,#008e66 100%);
        background: -webkit-linear-gradient(left,#006a4c 0,#009c70 44%,#008e66 100%);
        background: linear-gradient(to right,#006a4c 0,#009c70 44%,#008e66 100%)
    }

.yellow_gradient_button {
    background: #799e2a;
    background: -moz-linear-gradient(left,#799e2a 0,#7ba02c 44%,#8aad2f 100%);
    background: -webkit-linear-gradient(left,#799e2a 0,#7ba02c 44%,#8aad2f 100%);
    background: linear-gradient(to right,#799e2a 0,#7ba02c 44%,#8aad2f 100%)
}

    .yellow_gradient_button .button_bg {
        opacity: 0;
        background: #8aad2f;
        background: -moz-linear-gradient(left,#8aad2f 0,#7ba02c 44%,#799e2a 100%);
        background: -webkit-linear-gradient(left,#8aad2f 0,#7ba02c 44%,#799e2a 100%);
        background: linear-gradient(to right,#8aad2f 0,#7ba02c 44%,#799e2a 100%)
    }

.orange_gradient_button {
    background: #f9af1b;
    background: -moz-linear-gradient(left,#f9af1b 0,#f8b421 44%,#fa9f1b 100%);
    background: -webkit-linear-gradient(left,#f9af1b 0,#f8b421 44%,#fa9f1b 100%);
    background: linear-gradient(to right,#f9af1b 0,#f8b421 44%,#fa9f1b 100%)
}

    .orange_gradient_button .button_bg {
        opacity: 0;
        background: #fa9f1b;
        background: -moz-linear-gradient(left,#fa9f1b 0,#f8b421 44%,#f9af1b 100%);
        background: -webkit-linear-gradient(left,#fa9f1b 0,#f8b421 44%,#f9af1b 100%);
        background: linear-gradient(to right,#fa9f1b 0,#f8b421 44%,#fa9f1b 100%)
    }

.white_gradient_button {
    background: #fff;
    border: 1px solid #00684b;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    width: 220px
}

    .white_gradient_button .button_bg {
        opacity: 0;
        background: #fff
    }

    .white_gradient_button a {
        color: #00684b
    }

    .white_gradient_button span {
        background: url(../images/img_gbutton_arrow_green.png) top left no-repeat
    }

#big_map {
    width: 100% !important;
    height: 550px;
    background-color: #f1f1f1;
    margin-bottom: 40px
}

#small_map {
    width: 100%;
    height: 300px;
    background-color: #f1f1f1;
    margin-bottom: 0
}

#control_cover_subeler {
    width: 100%;
    margin-bottom: 20px
}

    #control_cover_subeler .yellow_gradient_button {
        float: right
    }

    #control_cover_subeler .green_gradient_button {
        float: left;
        margin-right: 20px
    }

    #control_cover_subeler select {
        float: left;
        margin-right: 20px;
        height: 60px;
        width: 25%;
        border: 1px solid #999;
        border-radius: 6px;
        padding-left: 40px;
        font-family: gotham_narrow_book,Arial;
        color: #555;
        font-size: 22px
    }

.sube_list {
    /*width: calc(100% + 40px);*/
    margin-left: -20px;
    height: 516px !important;
    overflow: auto !important;
}

.istanbul_list .sube_cover {
    width: 100%
}

.sube_cover {
    /*width: 33.33%;*/
    padding: 20px 20px 0;
    /*margin-bottom: 20px;*/
    box-sizing: border-box
}

.align_sube_left .sube_cover {
    float: left
}

.sube_cover .sube {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    /*border: 1px solid #999;*/
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
  /*  box-shadow: 0 0rem 1rem hsl(0deg 0% 0% / 20%);
    border-radius: 2ch;*/
}

    .sube_cover .sube .sube_h2 {
        font-family: akrobat;
        font-weight: 700;
        width: 100%;
        color: #000;
        margin-bottom: 10px;
        font-size: 16px
    }

div.other_sube {
    font-family: akrobat;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    color: #000;
    height: 40px;
    line-height: 40px;
    background-color: #ebebeb;
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    margin-top: 20px
}

.sube_cover .sube .sube_left {
    width: 100%;
    float: left;
    padding-right: 30px;
    box-sizing: border-box
}

.sube_cover .sube .sube_right {
    width: 100%;
    float: left
}

.sube_cover .sube .sube_left .sube_text_cover {
    width: 100%;
    float: left
}

.sube_cover .sube .sube_right .sube_text_cover .gradient_button {
    box-sizing: border-box;
    float: right
}

.sube_cover .sube .sube_image {
    width: 35px;
    float: left
}

    .sube_cover .sube .sube_image img {
        float: left
    }

.sube_cover .sube .sube_text {
    width: calc(100% - 35px);
    float: left;
    font-family: gotham_narrow_book,Arial;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px
}

    .sube_cover .sube .sube_text p {
        font-family: gotham_narrow_book,Arial;
        font-size: 14px;
        line-height: 14px
    }

    .sube_cover .sube .sube_text a {
        color: #000
    }

        .sube_cover .sube .sube_text a:hover {
            color: #799e2a
        }

.sube_cover .sube label {
    width: 100%;
    color: #00684b;
    font-size: 14px;
    font-family: gotham_narrow_bold,Arial;
    display: block;
    margin-bottom: 4px
}

.sube_cover .sube .gradient_button {
    height: 40px;
    line-height: 40px
}

#sube_photo {
    float: right;
    width: 45%;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    margin-right: 0
}

    #sube_photo img {
        float: right;
        width: 100%;
        position: relative;
        z-index: 2
    }

.orange_shadow {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #799e2a
}

#form_wrapper {
    float: right;
    padding: 60px 0;
    box-sizing: border-box;
    width: 50%
}

.kurumsal_h2 {
    font-family: akrobat;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    color: #000;
    margin-bottom: 36px;
    font-size: 28px
}

#form_wrapper .kurumsal_h2 {
    font-family: akrobat;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    color: #000;
    margin-bottom: 36px;
    font-size: 28px
}

#form_wrapper .form_left_text {
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding-left: 20px;
    float: left;
    border: 1px solid #999;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    margin-bottom: 20px
}

#form_wrapper .form_right_text {
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding-left: 20px;
    float: right;
    border: 1px solid #999;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    margin-bottom: 20px
}

#form_wrapper .form_right_textarea {
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding-left: 20px;
    float: right;
    border: 1px solid #999;
    height: 100px;
    line-height: 40px;
    border-radius: 4px;
    margin-bottom: 20px
}

#form_wrapper .gradient_button {
    width: calc(48% - 60px);
    float: right;
    min-width: 1px
}

#form_wrapper #img_contact {
    width: 100%;
    float: right
}

#medya_text {
    font-size: 20px;
    line-height: 30px;
    font-family: akrobat;
    font-weight: 400;
    margin-bottom: 30px
}

    #medya_text strong {
        font-weight: 700
    }

.current_sube {
    background-color: #f1f1f1
}

.map_message p {
    cursor: pointer
}

#sube_yedek {
    display: none
}

#logo_wrapper {
    text-align: center
}

    #logo_wrapper .logo_box {
        margin-top: 40px;
        display: inline-block;
        position: relative;
        width: 20%;
        margin-left: 2%;
        margin-right: 2%;
        border-radius: 10px;
        background-color: #f0f0f0;
        box-sizing: border-box;
        padding: 40px 40px 60px
    }

        #logo_wrapper .logo_box img {
            width: 100%
        }

        #logo_wrapper .logo_box .gradient_button {
            text-align: left;
            position: absolute;
            left: 50%;
            margin-left: -126px;
            bottom: -40px;
            border: 6px solid #fff
        }

#left_menu_cover {
    border: 1px solid #e7e7e7;
    background-color: #fff
}

#left_menu_title {
    box-sizing: border-box;
    height: 76px;
    line-height: 76px;
    font-family: akrobat;
    color: #555;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    padding-left: 20px;
    position: relative
}

    #left_menu_title span {
        height: 1px;
        width: 80px;
        background-color: #e7e7e7;
        position: absolute;
        left: 0;
        bottom: 0
    }

#left_menu_cover ul {
    width: 100%;
    box-sizing: border-box
}

    #left_menu_cover ul ul {
        width: 100%
    }

        #left_menu_cover ul ul li {
            width: 100%;
            box-sizing: border-box;
            padding-left: 30px;
            float: left
        }

            #left_menu_cover ul ul li a {
                display: block;
                box-sizing: border-box;
                padding: 8px 32px 8px 20px;
                color: #f9af1b !important;
                cursor: pointer
            }

    #left_menu_cover ul li {
        font-family: gotham_narrow_book,Arial;
        font-size: 18px;
        color: #555;
        position: relative
    }

        #left_menu_cover ul li a {
            display: block;
            box-sizing: border-box;
            padding: 20px 32px 20px 20px;
            color: #555
        }

        #left_menu_cover ul li.current a {
            color: #00684b;
            font-family: gotham_narrow_bold,Arial
        }

        #left_menu_cover ul li:hover a {
            color: #00684b;
            font-family: gotham_narrow_bold,Arial
        }

        #left_menu_cover ul li .left_menu_arrow {
            position: absolute;
            right: 10px;
            width: 9px;
            height: 15px;
            top: 50%;
            margin-top: -8px;
            background: url(../images/left_menu_rightarrow.png) top left no-repeat;
            opacity: 0
        }

        #left_menu_cover ul li.current .left_menu_arrow {
            top: 30px
        }

        #left_menu_cover ul li:hover .left_menu_arrow {
            opacity: 1
        }

        #left_menu_cover ul li.current .left_menu_arrow {
            opacity: 1
        }

        #left_menu_cover ul li .left_menu_line {
            position: absolute;
            left: -1px;
            width: 5px;
            height: 30px;
            background-color: #00684b;
            top: 50%;
            margin-top: -15px;
            opacity: 0
        }

        #left_menu_cover ul li.current .left_menu_line {
            top: 13px;
            margin-top: 0
        }

        #left_menu_cover ul li.current .left_menu_line {
            opacity: 1
        }

        #left_menu_cover ul li:hover .left_menu_line {
            opacity: 1
        }

#image_wrapper {
    position: relative;
    margin-bottom: 40px;
    max-width: 100%
}

    #image_wrapper img {
        float: left;
        width: 100%
    }

    #image_wrapper h1 {
        position: absolute;
        bottom: 0;
        left: 20px;
        font-size: 50px;
        color: #fff;
        font-family: akrobat;
        margin-bottom: 0;
        height: 80px
    }

        #image_wrapper h1 span {
            position: absolute;
            bottom: 0;
            left: 0;
            margin-left: 0;
            background-color: #00684b
        }

    #image_wrapper ul {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1
    }

        #image_wrapper ul li {
            float: left;
            background-color: rgba(0,0,0,.6);
            border: 2px solid #fff;
            border-top-width: 0;
            margin-right: 15px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            color: #fff;
            font-size: 14px;
            font-family: gotham_narrow_book,Arial
        }

            #image_wrapper ul li a {
                display: block;
                padding: 15px;
                cursor: pointer
            }

            #image_wrapper ul li:hover {
                background-color: #799e2a
            }

#right_col_wrapper {
    padding-left: 20px;
    padding-right: 20px
}

    #right_col_wrapper p {
        margin-bottom: 22px;
        font-size: 22px;
        line-height: 33px
    }

        #right_col_wrapper p strong {
            font-family: gotham_narrow_bold
        }

        #right_col_wrapper p em {
            font-style: italic
        }

    #right_col_wrapper ul {
        margin-bottom: 22px
    }

        #right_col_wrapper ul li {
            font-family: gotham_narrow_book,Arial;
            padding-left: 20px;
            font-size: 22px;
            line-height: 33px;
            background: url(../images/img_li_orange_bullet.png) top left no-repeat
        }

            #right_col_wrapper ul li strong {
                font-family: gotham_narrow_bold,Arial
            }

            #right_col_wrapper ul li a {
                color: #000
            }

                #right_col_wrapper ul li a:hover {
                    color: #799e2a
                }

            #right_col_wrapper ul li em {
                font-style: italic
            }

    #right_col_wrapper .left_image {
        float: left;
        margin-right: 20px
    }

    #right_col_wrapper table {
        margin-bottom: 20px
    }

        #right_col_wrapper table tr:hover {
            background-color: #f1f1f1
        }

        #right_col_wrapper table tr th {
            text-align: center;
            color: #fff;
            background-color: #799e2a;
            padding: 20px 40px;
            font-family: akrobat;
            font-size: 20px
        }

        #right_col_wrapper table tr.orange_title th {
            background-color: #f9af1b
        }

        #right_col_wrapper table tr.green_title th {
            background-color: #008e66
        }

        #right_col_wrapper table tr:nth-child(even) {
            background: #ccc
        }

        #right_col_wrapper table tr td {
            text-align: center;
            color: #000;
            padding: 20px 40px;
            font-family: akrobat;
            font-size: 20px;
            border: 1px solid #f1f1f1
        }

            #right_col_wrapper table tr td .gradient_button a {
                text-align: left
            }

            #right_col_wrapper table tr td small {
                font-size: 10px;
                font-style: italic
            }

#news_list {
    text-align: center
}

    #news_list .news_box {
        display: inline-block;
        width: 22%;
        margin-left: 1%;
        margin-right: 1%;
        border: 1px solid #d1d1d1;
        border-radius: 6px;
        padding: 20px;
        box-sizing: border-box;
        margin-bottom: 40px;
        vertical-align: top
    }

        #news_list .news_box .news_title {
            margin-bottom: 30px;
            float: left
        }

            #news_list .news_box .news_title img {
                float: left;
                margin-right: 20px;
                width: 35px
            }

            #news_list .news_box .news_title .gallery_title_h2 {
                float: left;
                font-family: gotham_narrow_bold,Arial;
                font-size: 22px;
                line-height: 22px;
                color: #555;
                width: calc(100% - 90px);
                text-align: left
            }

                #news_list .news_box .news_title .gallery_title_h2 a {
                    color: #555
                }

                #news_list .news_box .news_title .gallery_title_h2:hover a {
                    color: #00684b
                }

        #news_list .news_box .img_news {
            width: 100%;
            float: left;
            border-bottom: 5px solid #799e2a
        }

        #news_list .news_box .news_wrapper {
            text-align: left
        }

        #news_list .news_box .gradient_button {
            float: left
        }

.news_meta {
    font-size: 16px;
    font-family: akrobat;
    font-weight: 400;
    color: #999;
    height: 16px;
    line-height: 16px;
    margin-bottom: 20px
}

    .news_meta img {
        float: left;
        margin-right: 8px;
        max-width: 100%
    }

#news_list .news_box.my_gallery_box .news_wrapper {
    padding: 0 !important
}

#news_list .news_box.my_gallery_box:hover {
    background-color: #f2f2f2
}

#news_list .news_box .news_wrapper {
    padding: 20px
}

    #news_list .news_box .news_wrapper p {
        margin-bottom: 20px
    }

#news_left p {
    margin-bottom: 20px
}

#related_news_cover {
    border: 1px solid #e7e7e7;
    background-color: #fff
}

#related_news_title {
    height: 76px;
    line-height: 76px;
    font-family: akrobat;
    color: #555;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    padding-left: 20px;
    position: relative
}

    #related_news_title span {
        height: 1px;
        width: 80px;
        background-color: #e7e7e7;
        position: absolute;
        left: 0;
        bottom: 0
    }

#related_news_cover ul {
    width: 100%;
    box-sizing: border-box
}

    #related_news_cover ul li {
        border-bottom: 1px solid #e7e7e7;
        font-family: gotham_narrow_book,Arial;
        font-size: 14px;
        color: #555;
        position: relative;
        padding: 20px 20px 0
    }

        #related_news_cover ul li a.related_link_title {
            color: #000;
            font-size: 20px;
            font-family: akrobat;
            margin-bottom: 20px;
            float: left
        }

        #related_news_cover ul li a.related_link {
            color: #000;
            font-size: 16px;
            font-family: akrobat;
            font-weight: 700
        }

        #related_news_cover ul li:hover a.related_link {
            color: #00684b
        }

        #related_news_cover ul li a.related_link img {
            margin-left: 8px
        }

        #related_news_cover ul li a.related_link span {
            position: relative
        }

            #related_news_cover ul li a.related_link span span {
                position: absolute;
                bottom: -1px;
                height: 2px;
                width: 100%;
                background-color: #000;
                left: 0
            }

        #related_news_cover ul li:hover a.related_link span span {
            background-color: #00684b
        }

.gallery_icon_wrapper {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #00684b;
    margin-right: 10px
}

    .gallery_icon_wrapper img {
        height: 30px;
        margin-top: 5px;
        float: none !important;
        display: block;
        margin: 5px auto !important
    }

#news_list .news_box .news_title {
    margin-bottom: 22px
}

.news_box .gradient_button {
    height: 40px;
    line-height: 40px
}

#text_title_wrapper {
    height: 76px
}

    #text_title_wrapper h1 {
        height: 76px;
        margin-bottom: 0;
        text-align: left
    }

        #text_title_wrapper h1 span {
            bottom: 0;
            left: 0;
            margin-left: 0
        }

#history_wrapper {
    width: 100%;
    padding-top: 40px
}

#history_time_cover {
    height: 70px;
    line-height: 70px;
    width: 100%;
    background-color: #00684b;
    margin-bottom: 40px
}

    #history_time_cover .history {
        float: left;
        width: 16.6666%;
        text-align: center;
        color: #fff;
        font-size: 22px;
        font-family: gotham_narrow_bold,Arial;
        position: relative;
        cursor: pointer
    }

.right_history {
    width: 11px;
    height: 70px;
    position: absolute;
    top: 0;
    right: -1px;
    background: url(../images/img_history_green_left.jpg?v1) bottom right no-repeat
}

.left_history {
    width: 11px;
    height: 70px;
    position: absolute;
    top: 0;
    left: -1px;
    background: url(../images/img_history_green_right.jpg?v1) bottom right no-repeat
}

.history.active {
    background-color: #799e2a
}

    .history.active .right_history {
        background: url(../images/img_history_orange_left.jpg?v1) bottom right no-repeat
    }

    .history.active .left_history {
        background: url(../images/img_history_orange_right.jpg?v1) bottom right no-repeat
    }

.history_col {
    width: calc(50% - 60px);
    float: left;
    position: relative
}

.r_history.history_col {
    float: right
}

.history_col img {
    float:right;
    width: 100%
}

.history_row {
    width: 100%;
    margin-bottom: 40px
}

    .history_row .history_date {
        font-family: gotham_narrow_bold,Arial;
        font-size: 28px;
        color: #799e2a;
        margin-bottom: 20px;
        line-height: 1
    }

    .history_row .history_title {
        font-family: akrobat,Arial;
        font-weight: 700;
        font-size: 28px;
        color: #00684b;
        margin-bottom: 20px;
        line-height: 1
    }

    .history_row .history_msg {
        font-family: akrobat,Arial;
        font-weight: 400;
        font-size: 22px;
        color: #000;
        margin-bottom: 20px;
        line-height: 1
    }

.l_history {
    text-align: right
}

#history_milestones {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px
}

#history_line {
    position: absolute;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    top: 0;
    background-color: #799e2a
}

.history_seperator {
    position: absolute;
    width: 76px;
    height: 30px;
    z-index: 10
}

.l_history .history_seperator {
    top: 0;
    right: -88px;
    background: url(../images/left_history.jpg) bottom right no-repeat
}

.r_history .history_seperator {
    top: 0;
    left: -88px;
    background: url(../images/right_history.jpg) bottom right no-repeat
}

.merak_title {
    font-size: 38px;
    margin-bottom: 19px;
    font-family: gotham_narrow_bold,Arial
}

    .merak_title.green_merak_title {
        color: #00684b
    }

.question_box {
    border: 1px solid #555;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box
}

    .question_box.green_question_box {
        border: 1px solid #e5e5e5
    }

    .question_box .question_box_title {
        padding-right: 60px;
        position: relative;
        line-height: 28px;
        font-size: 24px;
        padding-top: 30px;
        padding-bottom: 22px;
        font-family: akrobat,Arial;
        font-weight: 400;
        box-sizing: border-box;
        padding-left: 20px;
        cursor: pointer
    }

        .question_box .question_box_title:hover {
            color: #799e2a
        }

        .question_box .question_box_title span {
            position: absolute;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            width: 27px;
            height: 18px;
            right: 30px;
            top: 50%;
            margin-top: -9px;
            background: url(../images/o_icon_header_arrow.png) bottom right no-repeat
        }

        .question_box .question_box_title:hover span {
            right: 20px;
            -webkit-filter: grayscale(0);
            filter: grayscale(0)
        }

    .question_box.green_question_box .question_box_title {
        color: #00684b
    }

        .question_box.green_question_box .question_box_title span {
            background: url(../images/icon_header_arrow.png) bottom right no-repeat
        }

    .question_box .question_box_content {
        font-family: akrobat,Arial;
        font-weight: 400;
        box-sizing: border-box;
        padding: 20px
    }

.campaign_img {
    width: 100%;
    margin-bottom: 20px
}

#campaign_detail h1 {
    margin-bottom: 44px
}

.campaign_section {
    margin-bottom: 60px
}

    .campaign_section h2 {
        font-size: 28px;
        border-bottom: 1px solid #555;
        color: #555;
        margin-bottom: 20px;
        font-family: akrobat;
        font-weight: 900
    }

#campaign_detail .campaign_section ul li {
    font-family: gotham_narrow_book,Arial;
    padding-left: 20px;
    font-size: 16px;
    line-height: 33px;
    background: url(../images/img_li_orange_bullet.png) top left no-repeat;
    color: #799e2a
}

.fancybox-inner .error_message {
    width: 500px
}

    .fancybox-inner .error_message h2 {
        font-family: akrobat;
        font-size: 26px;
        margin-bottom: 12px;
        font-weight: 900;
        color: #f99f1b
    }

    .fancybox-inner .error_message p {
        font-family: gotham_narrow_book;
        font-size: 20px;
        margin-bottom: 12px;
        font-weight: 400
    }

.fancybox-inner .fancybox-content {
    font-family: gotham_narrow_book;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 400
}

.fancybox-inner .success_message {
    width: 500px
}

    .fancybox-inner .success_message h2 {
        font-family: akrobat;
        font-size: 26px;
        margin-bottom: 12px;
        font-weight: 900;
        color: #103f36
    }

    .fancybox-inner .success_message p {
        font-family: gotham_narrow_book;
        font-size: 20px;
        margin-bottom: 12px;
        font-weight: 400
    }

.fancybox-inner .map_message {
    width: 400px
}

    .fancybox-inner .map_message p {
        border: 1px solid #999;
        padding: 20px;
        border-radius: 8px;
        font-family: gotham_narrow_book;
        font-size: 24px;
        line-height: 42px;
        margin-bottom: 12px;
        font-weight: 400
    }

        .fancybox-inner .map_message p i {
            float: left;
            margin-right: 10px;
            color: #999;
            width: 42px;
            height: 42px;
            font-size: 24px;
            border: 1px solid #ccc;
            border-radius: 100%;
            box-sizing: border-box;
            text-align: center;
            line-height: 42px
        }

    .fancybox-inner .map_message a {
        text-decoration: none
    }

    .fancybox-inner .map_message h2 {
        text-align: center;
        margin-bottom: 20px
    }

body.home header .header_form {
    display: none
}

body.home header.fixedHeader .header_form {
    display: block
}

#home_slider {
    width: 100%;
    height: calc(100vh - 180px);
    position: relative
}

.home_wrapper {
    box-sizing: border-box;
    padding-left: 160px;
    padding-right: 20px
}

#home_stat {
    width: 100%;
    height: 100px;
    background: url(../images/bg_home_stat.jpg?v3) bottom right no-repeat;
    background-size: cover;
    margin-bottom: 80px
}

    #home_stat #stat_title {
        font-family: akrobat;
        font-weight: 600;
        color: #fff;
        font-size: 18px;
        line-height: 1;
        float: left;
        margin-top: 33px;
        padding-right: 30px;
        border-right: 1px solid rgba(255,255,255,.6);
        width: 180px;
        box-sizing: border-box
    }

        #home_stat #stat_title h1 {
            font-size: 17px;
            color: #fff;
            margin-bottom: 0;
            text-align: left
        }

    #home_stat #home_stat_list {
        float: left;
        margin-top: 25px;
        width: calc(100% - 180px);
        box-sizing: border-box
    }

        #home_stat #home_stat_list .home_stat {
            float: left;
            font-family: akrobat;
            box-sizing: border-box;
            font-weight: 100;
            font-size: 22px;
            color: #fff;
            height: 54px;
            line-height: 54px;
            width: 20%;
            border-right: 1px solid rgba(255,255,255,.6);
            text-align: center
        }

            #home_stat #home_stat_list .home_stat.long_home_stat {
                width: 30%
            }

            #home_stat #home_stat_list .home_stat strong {
                font-weight: 900
            }

            #home_stat #home_stat_list .home_stat img {
                margin-right: 8px;
                display: inline-block;
                vertical-align: middle;
                height: 40px
            }

            #home_stat #home_stat_list .home_stat.last_home_stat {
                border-right-width: 0;
                margin-right: 0;
                padding-right: 0
            }

.home_title {
    font-family: akrobat;
    font-weight: 900;
    color: #000;
    font-size: 60px;
    text-align: center;
    margin-bottom: 80px
}

    .home_title span {
        color: #00684b
    }

#urun_wrapper_cover {
    width: calc(100% + 40px);
    height: 500px;
    margin-left: -20px
}

.home_urun_cover {
    width: calc(33.3333%);
    height: 300px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    cursor: pointer
}

    .home_urun_cover .home_urun {
        width: 100%;
        height: 500px;
        border: 1px solid #00684b;
        position: relative;
        background-color: #008f6808;
        border-radius:52px;
    }

    .home_urun_cover .home_urun_merak {
        width: 100%;
        height: 300px;
        border: 1px solid #00684b;
        position: relative
    }

#home_solutions {
    padding-bottom: 150px
}

.home_urun_content {
    width: 80%
}

    .home_urun_content .home_icon {
        width: 70px;
        height: 70px;
        display: block;
        margin: 0 auto 20px;
        position: relative
    }

        .home_urun_content .home_icon.home_icon_1 {
            background: url(../images/evf.png) top left no-repeat
        }

        .home_urun_content .home_icon.home_icon_2 {
            background: url(../images/aracf.png) top left no-repeat
        }

        .home_urun_content .home_icon.home_icon_3 {
            background: url(../images/icon_urun_3_g.svg) top left no-repeat
        }

    .home_urun_content p {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        font-family: gotham_narrow_book,Arial;
        margin-bottom: 20px
    }

    .home_urun_content .home_urun_new_h2 {
        font-size: 28px;
        color: #00684b;
        line-height: 1;
        text-align: center;
        color: #00684b;
        font-family: akrobat,Arial;
        font-weight: 900;
        margin-bottom: 20px
    }

.home_urun_hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #256f4e;
    background-size: cover;
    border-radius:52px;

}

    .home_urun_hover:hover {
        opacity: 1
    }

    .home_urun_hover p {
        color: #fff
    }

    .home_urun_hover .home_urun_new_h2 {
        color: #fff
    }

    .home_urun_hover .home_urun_content .home_icon.home_icon_1 {
        background: url(../images/evf.png) top left no-repeat
    }

    .home_urun_hover .home_urun_content .home_icon.home_icon_2 {
        background: url(../images/aracf.png) top left no-repeat
    }

    .home_urun_hover .home_urun_content .home_icon.home_icon_3 {
        background: url(../images/icon_urun_3_w.svg) top left no-repeat
    }

    .home_urun_hover .white_gradient_button {
        background-color: transparent;
        border-color: #fff
    }

        .home_urun_hover .white_gradient_button a {
            color: #fff
        }

        .home_urun_hover .white_gradient_button:hover a {
            color: #00684b
        }

        .home_urun_hover .white_gradient_button span {
            background: url(../images/img_gbutton_arrow.png) top left no-repeat
        }

        .home_urun_hover .white_gradient_button:hover span {
            background: url(../images/img_gbutton_arrow_green.png) top left no-repeat
        }

#home_news {
    padding-bottom: 80px
}

.home_musteri_left {
    float: left;
    width: calc(50% - 10px);
    height: 800px;
    margin-bottom: 20px
}

.home_musteri_right {
    float: right;
    width: calc(50% - 10px);
    height: 800px;
    margin-bottom: 20px
}

#home_musteri_box_1 {
    width: 100%;
    height: 340px;
    float: left;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

#home_musteri_box_2 {
    width: calc(50% - 10px);
    height: 440px;
    float: left;
    background-color: #f1f1f1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

#home_musteri_box_3 {
    width: calc(50% - 10px);
    height: 440px;
    float: right;
    background-color: #f1f1f1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

#home_musteri_box_4 {
    width: calc(50% - 10px);
    height: 440px;
    float: left;
    margin-bottom: 20px
}

#home_musteri_box_5 {
    width: calc(50% - 10px);
    height: 440px;
    float: right;
    background-color: #f1f1f1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

#home_musteri_box_6 {
    width: 100%;
    height: 340px;
    float: right;
    background-color: #f1f1f1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

#home_musteri_box_7 {
    width: calc(36% - 20px);
    height: 320px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

#home_musteri_box_8 {
    width: calc(21% - 20px);
    height: 320px;
    float: left;
    background-color: #f1f1f1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
    margin-bottom: 20px
}

#home_musteri_box_9 {
    width: calc(21% - 20px);
    height: 320px;
    float: left;
    background-color: #f1f1f1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
    margin-bottom: 20px
}

#home_musteri_box_10 {
    position: relative;
    width: 22%;
    height: 320px;
    float: right;
    background-color: #fff;
    border: 1px solid #799e2a;
    margin-bottom: 20px;
    box-sizing: border-box
}

#home_musteri_box_10_text {
    text-align: center;
    width: 80%
}

    #home_musteri_box_10_text p {
        font-family: akrobat;
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        margin-bottom: 15px
    }

#home_musteri_box_10 a {
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background-color: #fff;
    color: #799e2a;
    font-family: akrobat;
    font-weight: 900;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    display: block;
    background-color: #799e2a;
    color: #fff;
    width: 100%;
    margin-bottom: 10px
}

    #home_musteri_box_10 a:hover {
        box-shadow: 0 0 4px 4px rgba(0,0,0,.15)
    }

#home_musteri_box_10 strong {
    color: #799e2a
}

#home_musteri_box_10 a.home_gallery_button {
    background-color: #00684b
}

.customer_box {
    box-sizing: border-box;
    padding: 20px;
    background-color: #799e2a;
    cursor: pointer
}

    .customer_box .yorum_title {
        font-family: akrobat;
        color: #fff;
        font-weight: 900;
        font-size: 26px;
        margin-bottom: 13px
    }

    .customer_box p {
        font-family: akrobat;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px
    }

#home_musteri_box_4.customer_box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

#home_musteri_box_7.customer_box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.img_home_customer {
    float: left;
    margin-bottom: 20px
}

.fancybox-caption {
    font-family: akrobat;
    color: #fff
}

.gallery_box {
    position: relative
}

.bg_customer_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,104,75,.8);
    z-index: 10;
    box-sizing: border-box;
    padding: 20px;
    opacity: 0
}

.gallery_box:hover .bg_customer_overlay {
    opacity: 1;
    cursor: pointer
}

.customer_text {
    position: absolute;
    font-family: akrobat;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    bottom: 20px;
    left: 20px
}

#faker {
    position: absolute;
    top: -9999px
}

    #faker img {
        width: 1px
    }

#home_eminevim {
    padding-bottom: 80px
}

#home_neden_left {
    width: 70%;
    float: left
}

.img_home_neden {
    float: right;
    width: calc(50% - 40px);
    margin-right: 30px
}

#home_neden_left_cover {
    float: left;
    width: 50%
}

    #home_neden_left_cover p {
        margin-bottom: 20px;
        font-family: gotham_narrow_book,Arial;
        font-size: 22px;
        line-height: 26px
    }

        #home_neden_left_cover p strong {
            font-family: gotham_narrow_bold,Arial
        }

#home_neden_right {
    width: 30%;
    float: right
}

    #home_neden_right ul {
        width: 100%
    }

        #home_neden_right ul li {
            position: relative;
            width: 100%;
            margin-bottom: 20px;
            border: 1px solid #999;
            border-radius: 29px
        }

            #home_neden_right ul li a {
                width: 100%;
                display: block;
                padding-left: 28px;
                font-family: gotham_narrow_book,Arial;
                font-size: 18px;
                line-height: 18px;
                padding-right: 60px;
                color: #000;
                box-sizing: border-box;
                height: 100%;
                padding-top: 20px;
                padding-bottom: 20px;
                font-family: gotham_narrow_book,Arial;
                font-size: 18px;
                color: #000
            }

            #home_neden_right ul li:hover a {
                color: #fff
            }

            #home_neden_right ul li .video_icon {
                position: absolute;
                right: 18px;
                top: 50%;
                width: 36px;
                height: 36px;
                margin-top: -18px;
                background: url(../images/bg_video_circle_gray.png) center center no-repeat;
                pointer-events: none
            }

            #home_neden_right ul li:hover .video_icon {
                background: url(../images/bg_video_circle_white.png) center center no-repeat
            }

            #home_neden_right ul li:hover {
                background: #008e66
            }

#home_panel {
    position: relative;
    height: 400px;
    width: 100%
}

    #home_panel #home_panel_left {
        position: relative;
        height: 400px;
        width: 50%;
        float: left
    }

#home_panel_left_control {
    width: 900px;
    height: 220px;
    top: -220px;
    left: 0;
    position: absolute;
    overflow: hidden;
    border-right: 1px solid #e7e7e7
}

#home_panel_left_panel {
    width: 6000px;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0
}

.home_news {
    float: left;
    height: 220px;
    box-sizing: border-box;
    width: 300px;
    border: 1px solid #e7e7e7;
    border-right-width: 0;
    padding: 20px;
    background: url(../images/bg_related_new.png) bottom right no-repeat;
    cursor: pointer
}

    .home_news:hover {
        background-color: #799e2a;
        color: #fff
    }

        .home_news:hover .news_meta {
            color: #fff
        }

    .home_news .home_news_title {
        font-family: akrobat;
        font-weight: 700;
        font-size: 22px;
        line-height: 26px
    }

.ing_news_leftarrow {
    left: -60px;
    top: -150px;
    position: absolute
}

.ing_news_rightarrow {
    left: 910px;
    top: -150px;
    position: absolute
}

#home_panel #home_panel_right {
    position: relative;
    height: 400px;
    width: 50%;
    float: left
}

    #home_panel #home_panel_right #home_panel_right_firstcol {
        position: relative;
        height: 400px;
        width: 50%;
        float: left
    }

        #home_panel #home_panel_right #home_panel_right_firstcol #bg_tanitim_video {
            position: relative;
            height: 200px;
            width: 100%;
            float: left;
            background: url(../images/bg_tanitim_video.png) center center no-repeat;
            background-size: cover
        }

            #home_panel #home_panel_right #home_panel_right_firstcol #bg_tanitim_video a {
                display: block;
                width: 100%;
                height: 100%
            }

        #home_panel #home_panel_right #home_panel_right_firstcol #bg_news_all {
            position: relative;
            height: 200px;
            width: 100%;
            float: left;
            background: url(../images/bg_news_all.png) center center no-repeat;
            background-size: cover
        }

    #home_panel #home_panel_right #home_panel_right_secondcol {
        position: relative;
        height: 400px;
        width: 50%;
        float: left;
        overflow: hidden
    }

        #home_panel #home_panel_right #home_panel_right_secondcol .bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transform-origin: center center;
            background: url(../images/bg_dergi.jpg) top center no-repeat;
            background-size: cover
        }

        #home_panel #home_panel_right #home_panel_right_secondcol:hover .bg {
            transform: scale(1.2,1.2);
            -moz-transform: scale(1.2,1.2);
            -ms-transform: scale(1.2,1.2);
            -webkit-transform: scale(1.2,1.2);
            -o-transform: scale(1.2,1.2)
        }

#home_news_slider {
    position: relative;
    height: 400px;
    width: 100%;
    cursor: pointer
}

.home_news_slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

    .home_news_slider.active {
        opacity: 1;
        z-index: 1
    }

.home_slider_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg_slider.jpg) center center no-repeat;
    background-size: cover !important;
    opacity: 0;
    cursor: pointer
}

    .home_slider_bg.activeSlide {
        opacity: 1;
        z-index: 1
    }

.home_slider_text {
    position: absolute;
    left: 160px;
    width: 20%
}

.home_slider_main_text {
    font-family: akrobat;
    font-size: 60px;
    line-height: 60px;
    color: #000;
    font-weight: 900;
    margin-bottom: 20px;
    border-left: 4px solid #00684b;
    padding-left: 20px;
    margin-left: -20px
}

.home_slider_main_subtext {
    font-family: gotham_narrow_book,Arial;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    color: #000;
    margin-bottom: 20px;
    width: 80%
}

.home_slider_main_promotion ul {
    margin-bottom: 20px
}

    .home_slider_main_promotion ul li {
        font-family: gotham_narrow_book,Arial;
        color: #799e2a;
        padding-left: 20px;
        font-size: 22px;
        line-height: 33px;
        background: url(../images/img_li_orange_bullet.png) top left no-repeat
    }

.home_slider_main_promotion p {
    font-family: gotham_narrow_book,Arial;
    color: #799e2a;
    font-size: 22px;
    line-height: 33px
}

.slider_img {
    height: 76%;
    right: 550px
}

#img_scroll_down {
    z-index: 100;
    bottom: 20px;
    width: 92px;
    cursor: pointer
}

.prevBtn {
    position: absolute;
    z-index: 100;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.nextBtn {
    position: absolute;
    z-index: 100;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px
}

#homePrevBtn {
    left: 160px;
    bottom: 30px
}

#homeNextBtn {
    left: 230px;
    bottom: 30px
}

.controls i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 24px;
    color: #000
}

.controls:hover {
    opacity: .4
}

#slider_form {
    width: 400px;
    right: 0;
    background: #799e2a;
    background: -moz-linear-gradient(left,#799e2a 0,#7ba02c 44%,#8aad2f 100%);
    background: -webkit-linear-gradient(left,#799e2a 0,#7ba02c 44%,#8aad2f 100%);
    background: linear-gradient(to right,#799e2a 0,#7ba02c 44%,#8aad2f 100%);
    padding: 50px 20px;
    z-index: 2
}

    #slider_form p.h2 {
        font-family: gotham_narrow_book,Arial;
        color: #fff;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px
    }

    #slider_form input {
        float: left;
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        line-height: 30px;
        padding-left: 10px;
        font-family: gotham_narrow_book,Arial;
        color: #000;
        font-size: 18px;
        border: 0;
        border-radius: 6px;
        margin-bottom: 20px
    }

.intl-tel-input {
    width: 100%
}

#slider_form .intl-tel-input input {
    padding-left: 52px
}

.intl-tel-input * {
    font-family: gotham_narrow_book
}

#slider_form .checkbox_wrapper {
    float: left;
    margin-top: 10px;
    width: 100%
}

    #slider_form .checkbox_wrapper p {
        font-size: 16px;
        line-height: 16px;
        color: #fff;
        font-family: gotham_narrow_book,Arial;
        font-style: italic;
        margin-bottom: 10px
    }

        #slider_form .checkbox_wrapper p a {
            color: #fff;
            text-decoration: underline
        }

#slider_form .custom_checkbox {
    cursor: pointer;
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    margin-right: 14px;
    margin-bottom: 10px
}

    #slider_form .custom_checkbox.active {
        background: url(../images/img_headerform_checked.png) center center no-repeat
    }

#slider_form .header_form_button_wrapper {
    float: left;
    width: 100%
}

    #slider_form .header_form_button_wrapper a {
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        background: #f9af1b;
        background: -moz-linear-gradient(left,#f9af1b 0,#f8b421 44%,#fa9f1b 100%);
        background: -webkit-linear-gradient(left,#f9af1b 0,#f8b421 44%,#fa9f1b 100%);
        background: linear-gradient(to right,#f9af1b 0,#f8b421 44%,#fa9f1b 100%);
        color: #fff;
        font-family: akrobat;
        font-weight: 400;
        text-align: center;
        padding-left: 25px;
        padding-right: 25px;
        width: 180px;
        font-size: 22px;
        box-sizing: border-box;
        display: inline-block;
        float: Right;
        letter-spacing: 3px
    }

        #slider_form .header_form_button_wrapper a:hover {
            box-shadow: 0 0 7px 7px rgba(0,0,0,.15);
            color: #fff;
            background-color: #799e2a
        }

#slider_form .form_sol_bant {
    position: absolute;
    height: 100%;
    right: 100%;
    top: 0
}

#home_urun_menu {
    display: none
}

#mobile_sticky {
    display: none
}

#why_menu {
    display: none;
    width: 100%;
    text-align: center
}

#kampanya_wrapper {
    width: calc(100% + 60px);
    margin-left: -30px
}

.campaign_box_cover {
    width: 50%;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    margin-bottom: 20px
}

.campaign_box {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    padding: 30px
}

    .campaign_box .img_campaign {
        width: 100%;
        float: left;
        border-bottom: 5px solid #799e2a;
        margin-bottom: 20px
    }

    .campaign_box .campaign_h2_title {
        font-family: gotham_narrow_bold,Arial;
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 8px
    }

        .campaign_box .campaign_h2_title a {
            color: #00684b
        }

        .campaign_box .campaign_h2_title:hover a {
            color: #799e2a
        }

    .campaign_box p {
        font-family: gotham_narrow_book;
        font-size: 20px;
        line-height: 26px;
        color: #000;
        margin-bottom: 20px
    }

    .campaign_box ul {
        margin-bottom: 20px
    }

        .campaign_box ul li {
            font-family: gotham_narrow_book,Arial;
            color: #799e2a;
            padding-left: 20px;
            font-size: 16px;
            line-height: 24px;
            background: url(../images/img_li_orange_bullet.png) top left no-repeat
        }

body.detail_campaign header .header_form {
    display: none !important
}

body.detail_campaign #slider_form {
    position: fixed;
    z-index: 1001
}

#gray_box {
    width: 100%;
    height: 190px;
    background-color: #fff;
    position: relative;
    margin-bottom: 80px
}

    #gray_box p {
        font-size: 30px;
        color: #000;
        font-family: akrobat;
        font-weight: 400;
        line-height: 40px;
        float: left;
        width: 100%;
        text-align: center
    }

#img_add_comment {
    bottom: -30px;
    cursor: pointer
}

#hide_form {
    margin-bottom: 20px;
    display: none
}

#hide_form_left {
    width: 30%;
    float: left
}

    #hide_form_left .white_gradient_button {
        float: left;
        height: 60px;
        line-height: 60px;
        margin-bottom: 20px
    }

    #hide_form_left .green_gradient_button {
        float: right
    }

#hide_form_right {
    width: 68%;
    float: right
}

    #hide_form_right textarea {
        width: 100%;
        float: right;
        height: 220px;
        color: #000;
        font-family: akrobat;
        font-size: 20px;
        color: #000;
        box-sizing: border-box;
        padding-left: 20px;
        padding-top: 10px;
        border: 1px solid #999
    }

#art_musteri #form_wrapper {
    width: 100%
}

    #art_musteri #form_wrapper .form_left_text {
        width: 100%;
        height: 60px;
        font-family: akrobat;
        font-size: 20px;
        color: #000
    }

#comment_wrapper {
    width: 100%
}

.comment_box {
    width: 100%;
    padding: 30px;
    border: 1px solid #999;
    border-radius: 10px;
    margin-bottom: 20px;
    box-sizing: border-box
}

.comment_box_left {
    width: 100px;
    float: left
}

.comment_profile_box {
    position: relative
}

.profile_box {
    border-radius: 100%;
    overflow: hidden
}

.icon_quote {
    position: absolute;
    top: -10px;
    right: -10px
}

.comment_box_right {
    width: calc(100% - 140px);
    float: right
}

    .comment_box_right .comment_box_right_title {
        font-family: akrobat;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 24px;
        color: #000
    }

        .comment_box_right .comment_box_right_title span {
            font-size: 18px;
            font-weight: 100;
            color: #999;
            display: inline-block;
            margin-left: 20px
        }

    .comment_box_right p {
        font-size: 20px;
        line-height: 1
    }

.title_mobile_cozum {
    display: none
}

.left_coz_col {
    width: 48%;
    float: left
}

    .left_coz_col .cozum_content .product_h3 {
        color: #00684b
    }

    .left_coz_col .cozum_box {
        border-color: #00684b
    }

.right_coz_col {
    width: 48%;
    float: right
}

    .right_coz_col .cozum_content .product_h3 {
        color: #799e2a
    }

    .right_coz_col .cozum_box {
        border-color: #799e2a
    }

    .right_coz_col .white_gradient_button a {
        color: #799e2a
    }

    .right_coz_col .white_gradient_button {
        border-color: #799e2a
    }

.title_cozum {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.cozum_box {
    float: left;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 20px
}

    .cozum_box .white_gradient_button {
        float: left;
        min-width: 140px
    }

.img_cozum {
    width: 20%;
    float: left
}

.cozum_content {
    width: 76%;
    float: right
}

    .cozum_content .product_h3 {
        margin-bottom: 17px;
        font-weight: 900;
        font-family: akrobat;
        font-size: 32px
    }

    .cozum_content p {
        font-family: gotham_narrow_book,Arial;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px
    }

.cozum_meta_text {
    text-align: center;
    margin-bottom: 24px;
    min-height: 60px
}

    .cozum_meta_text p {
        font-family: gotham_narrow_book,Arial;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
        min-height: 60px
    }

.pagination {
    width: 100%;
    display: block;
    text-align: center
}

    .pagination li {
        width: 40px;
        height: 40px;
        border: 1px solid #ccc;
        text-align: center;
        font-family: akrobat;
        line-height: 40px;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px
    }

        .pagination li a {
            display: Block;
            width: 100%;
            height: 100%;
            color: #799e2a
        }

        .pagination li.active a {
            background-color: #799e2a;
            color: #fff
        }

        .pagination li:hover a {
            background-color: #799e2a;
            color: #fff
        }

#step_wrapper {
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    padding: 5px 25px;
    margin-bottom: 30px
}

    #step_wrapper .how_to_box {
        box-sizing: border-box;
        padding: 15px 25px;
        margin-bottom: 20px;
        margin-top: 20px
    }

        #step_wrapper .how_to_box h4 {
            font-family: gotham_narrow_bold,Arial;
            font-size: 34px;
            color: #555;
            margin-bottom: 0
        }

        #step_wrapper .how_to_box p {
            margin-bottom: 0
        }

.bg_gray_1 {
    background-color: #fbfbfb
}

.bg_gray_2 {
    background-color: #fafafa
}

.bg_gray_3 {
    background-color: #f6f6f6
}

.bg_gray_5 {
    background-color: #fbfbfb
}

.bg_gray_4 {
    background-color: #fafafa
}

.bg_gray_6 {
    background-color: #f6f6f6
}

.step_no {
    width: 50px;
    height: 50px;
    font-size: 50px;
    font-weight: 900;
    font-family: akrobat;
    color: #799e2a;
    line-height: 50px;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.subtitle {
    font-size: 36px;
    margin-bottom: 20px;
    color: #00684b;
    font-weight: 900;
    font-family: akrobat
}

div.truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.fancybox-inner .overlay_title {
    font-family: akrobat;
    font-weight: 400;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 24px
}

.fancybox-inner p {
    font-family: akrobat;
    font-weight: 100;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 21px
}

    .fancybox-inner p a {
        text-decoration: underline;
        color: #000
    }

    .fancybox-inner p strong {
        font-family: akrobat;
        font-weight: 700
    }

#magazine_wrapper {
    width: 100%;
    padding-top: 40px
}

    #magazine_wrapper #right_col_wrapper {
        padding-left: 0;
        padding-right: 0
    }

.magazine {
    width: calc(25% - 20px);
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative
}

    .magazine img {
        width: 100%;
        float: left
    }

.magazine_hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,104,75,.8);
    pointer-events: none
}

.magazine:hover .magazine_hover {
    opacity: 1
}

.magazine_hover div {
    width: 80%;
    font-family: akrobat;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: center
}

#merak_wrapper {
    position: relative;
    width: 100%
}

#merak_wrapper_mover {
    position: relative;
    width: 100%
}

#merak_wrapper_mover_left {
    width: 100%;
    float: left
}

#merak_wrapper_mover_right {
    width: 100%;
    float: left
}

    #merak_wrapper_mover_right .question_box_title {
        font-size: 32px;
        font-family: akrobat;
        font-weight: 700;
        color: #799e2a;
        margin-bottom: 16px
    }

    #merak_wrapper_mover_right p {
        font-size: 24px;
        line-height: 1;
        color: #000;
        font-family: akrobat;
        font-weight: 400
    }

    #merak_wrapper_mover_right ul {
        padding-left: 20px;
        list-style: square
    }

        #merak_wrapper_mover_right ul li {
            font-size: 24px;
            line-height: 1;
            color: #000;
            font-family: akrobat;
            font-weight: 400
        }

    #merak_wrapper_mover_right .question_box_content {
        display: block !important
    }

#art_merak #slider_form {
    position: fixed
}

#galeri_select {
  
    background-color: #ebebeb;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 20px
}

    #galeri_select .gallery_box {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        margin: 10px;
        box-sizing: border-box;
        border-radius: 40px;
        background-color: #799e2a;
        color: #fff;
        display: inline-block;
        font-family: akrobat;
        cursor: pointer;
        display: inline-block
    }

        #galeri_select .gallery_box:hover {
            opacity: .6
        }

.gallery_box img {
    float: left;
    height: 24px;
    margin-right: 10px;
    margin-top: 8px
}

#home_news .gallery_box img {
    float: left;
    height: 62px;
    margin-right: 0;
    margin-top: 0
}

.center_text_align p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px
}

#galeri_select .gallery_box.other_gallery_box {
    background-color: #0b684c
}

    #galeri_select .gallery_box.other_gallery_box strong {
        font-weight: 700
    }

.fancybox-button {
    background: #799e2a !important
}

.fancybox-navigation .fancybox-button {
    height: 70px !important;
    top: calc(50% - 35px) !important;
    padding: 10px !important
}

.fancybox-caption {
    font-size: 18px !important
}

#img_musteri {
    max-width: 50%
}

.footer_form_wrapper {
    display: none
}

.odeme_half {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%
}

    .odeme_half table {
        width: 100%
    }

#art_cozum #merak_wrapper_mover {
    width: 100%
}

.footer_form_wrapper .footer_h2 {
    font-family: akrobat,sans-serif;
    color: #fff;
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 700
}

.campaign_block {
    padding: 20px
}

.campaign_title {
    font-family: akrobat;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 12px;
    color: #799e2a
}

.error_message_div {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: red;
    padding-top: 10px;
    text-align: left
}

    .error_message_div p {
        display: inline-block;
        color: #e00
    }

.error_message p {
    color: #e00;
    text-shadow: 1px 1px 0 #000
}

#slider_form input._sc_error, #slider_form textarea._sc_error {
    border: 1px solid red
}

.gm-style-iw {
    width: 400px
}

    .gm-style-iw a {
        color: #000
    }

        .gm-style-iw a:hover {
            color: #799e2a
        }

    .gm-style-iw label {
        width: 100%;
        font-weight: 700;
        float: left
    }

#convesion_area {
    max-width: 100%;
    box-sizing: border-box;
    
    background-color: rgba(0,0,0,0.8);
   
    text-align: center;
    z-index: 999;
    
    width:100%;
    height:100%;
}

    #convesion_area p {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 30px;
        color: white;

    }

        #convesion_area p strong {
            font-size: 30px;
            color: #eeb454;
            margin-bottom: 16px
        }

        #convesion_area p b {
            font-size: 26px;
            color: #edb273;
        }

    #convesion_area a {
        text-align: left;
            color:lemonchiffon;
            font-weight:bold;
            font-family: 'gotham_narrow_bold';
            font-size: large;
    }

.subcontent_title {
    font-family: gotham_narrow_bold,Arial;
    font-size: 34px;
    color: #555;
    margin-bottom: 17px
}

.fake_text {
    opacity: 0
}

.fancybox-container embed {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

body.conversion {
    background: url(../images/slide2_bg.jpg) center center no-repeat;
    background-size: cover
}

#gorsel {
    position: absolute;
    top: -9999px
}

#header_stats p span:not(#current_month), #home_stat_list .home_stat span strong {
    display: none
}

.slider_img {
    transform: translate(-50%,-50%);
    left: 50%
}

body.newlanding .my_landing_wrapper {
    background-position: top left !important
}

body.landing.newlanding #first_landing_slider .home_slider_main_text {
    color: #fff;
    border-left-color: #f06c00
}

body.landing.newlanding #first_landing_slider .home_slider_main_subtext {
    color: #fff
}

body.landing {
    height: 100%
}

    body.landing * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }

.sidebar_form {
    width: 26%;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: #799e2a;
    background: -moz-linear-gradient(left,#799e2a 0,#7ba02c 44%,#8aad2f 100%);
    background: -webkit-linear-gradient(left,#799e2a 0,#7ba02c 44%,#8aad2f 100%);
    background: linear-gradient(to right,#799e2a 0,#7ba02c 44%,#8aad2f 100%);
    padding: 15px 30px;
    z-index: 5
}

#landing_man {
    content: "";
    width: 294px;
    height: 459px;
    background: url(../images/formsign.png) no-repeat;
    position: absolute;
    bottom: 0;
    display: inline;
    left: -55px;
    z-index: -1;
    background-size: contain
}

body.landing .sidebar_form #slider_form {
    background: 0 0 !important;
    width: 100%;
    padding: 0
}

h2.form_title {
    font-size: 55px;
    font-family: akrobat;
    font-weight: 900;
    margin-top: 40px;
    color: #fff;
    text-shadow: 0 8px 12.35px rgba(0,0,0,.2);
    margin-bottom: 25px
}

p.form_text {
    font-size: 20px;
    color: #fff;
    font-family: gotham_narrow_book;
    margin-bottom: 20px
}

body.landing #slider_form .header_form_button_wrapper a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    background: #f9af1b;
    background: -moz-linear-gradient(left,#f9af1b 0,#f8b421 44%,#fa9f1b 100%);
    background: -webkit-linear-gradient(left,#f9af1b 0,#f8b421 44%,#fa9f1b 100%);
    background: linear-gradient(to right,#f9af1b 0,#f8b421 44%,#fa9f1b 100%)
}

body.landing #slider_form input {
    height: 55px;
    padding-left: 30px
}

    body.landing #slider_form input#slider_form_input_3 {
        padding-left: 65px
    }

body.landing footer {
    height: 50px;
    width: 74%;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    padding: 15px 35px;
    position: fixed;
    bottom: 0;
    z-index: 100
}

.footer_links p, .footer_links p a {
    color: #999;
    font-family: gotham_narrow_book;
    font-size: 14px;
    display: inline-block;
    line-height: 17.5px
}

    .footer_links p span {
        color: #006d4d
    }

.footer_links {
    float: right
}

    .footer_links ul {
        float: left
    }

        .footer_links ul li {
            float: left
        }

            .footer_links ul li::before {
                content: "|";
                display: inline-block;
                margin: 0 22px;
                color: #999;
                font-family: gotham_narrow_light
            }

            .footer_links ul li a {
                color: #999;
                font-family: gotham_narrow_light;
                font-style: italic;
                text-decoration: underline;
                font-size: 14px
            }

.grupLogo {
    max-width: 120px;
    display: inline-block
}

    .grupLogo svg {
        max-width: 100%;
        height: auto
    }

.landing_slider {
    height: calc(100% - 49px);
    width: 75%
}

.landing #logo_eminevim {
    max-width: 230px;
    position: fixed;
    top: 45px;
    left: 60px
}

.slider_content {
    width: 85%;
    margin-left: 55px
}

.slider_buttons {
    height: 80px;
    width: 82%;
    margin-top: -81px;
    z-index: 8;
    display: block;
    position: relative;
    border-right: 0
}

    .slider_buttons ul li {
        float: left;
        width: 25%;
        background: #fff
    }

        .slider_buttons ul li:hover {
            background: #008e66;
            background: -moz-linear-gradient(left,#008e66 0,#009c70 44%,#006a4c 100%);
            background: -webkit-linear-gradient(left,#008e66 0,#009c70 44%,#006a4c 100%);
            background: linear-gradient(to right,#008e66 0,#009c70 44%,#006a4c 100%);
            border-color: #008e66
        }

        .slider_buttons ul li a {
            padding-left: 40px;
            display: block;
            line-height: 80px;
            font-size: 20px;
            font-family: akrobat;
            color: #555;
            font-weight: 600;
            border: 1px solid #e7e7e7;
            position: relative;
            margin-right: -1px
        }

        .slider_buttons ul li:hover a {
            color: #fff
        }

        .slider_buttons ul li a::after {
            content: "";
            width: 0;
            height: 1px;
            background: #fff;
            position: absolute;
            top: 39px;
            left: 10px;
            transition: all cubic-bezier(.6,.18,.85,.94) .3s;
            -moz-transition: all cubic-bezier(.6,.18,.85,.94) .3s;
            -webkit-transition: all cubic-bezier(.6,.18,.85,.94) .3s;
            -o-transition: all cubic-bezier(.6,.18,.85,.94) .3s
        }

        .slider_buttons ul li a.active::after {
            width: 20px
        }

.goToSlide.active {
    background: #008e66;
    background: -moz-linear-gradient(left,#008e66 0,#009c70 44%,#006a4c 100%);
    background: -webkit-linear-gradient(left,#008e66 0,#009c70 44%,#006a4c 100%);
    background: linear-gradient(to right,#008e66 0,#009c70 44%,#006a4c 100%);
    color: #fff;
    border-color: #008e66
}

body.landing .owl-nav {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 120px;
    height: 60px
}

    body.landing .owl-nav button {
        width: 50%;
        float: left;
        height: 100%;
        border: 1px solid #e7e7e7 !important;
        background: #fff !important
    }

body.landing .home_slider_main_text {
    text-transform: uppercase;
    margin-left: 0
}

body.landing .owl-nav button:hover {
    background: #006d4d !important;
    color: #fff
}

.slider_content_boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: calc(100% - 140px)
}

.slider_content_box {
    padding: 40px 25px;
    text-align: center;
    border: 1px solid #00684b;
    display: inline-block;
    max-width: 380px;
    width: 32%;
    margin-bottom: 15px
}

    .slider_content_box h4 {
        font-family: akrobat;
        font-size: 28px;
        letter-spacing: .5px;
        font-weight: 600;
        color: #00684b;
        margin-bottom: 20px
    }

    .slider_content_box p {
        font-size: 20px;
        color: #555;
        font-family: gotham_narrow_book
    }

.withIcon .slider_content_box h4 {
    font-size: 18px;
    margin-bottom: 15px
}

.withIcon .slider_content_box p {
    font-size: 16px
}

.withIcon .slider_content_box {
    padding: 25px
}

.owl-carousel .owl-item .slider_content_box svg {
    width: auto;
    max-height: 40px;
    display: inline;
    margin-bottom: 15px;
    fill: #00684b;
    fill-rule: evenodd;
    clip-rule: evenodd
}

#landingVideo .slider_absolute_img {
    top: 255px
}

.slider_absolute_img {
    position: absolute;
    height: 70%;
    width: auto !important;
    right: 15px;
    top: 15%
}

.owl-dots {
    counter-reset: dots;
    bottom: 144px;
    position: absolute;
    z-index: 7;
    width: 60px
}

.owl-dot {
    display: block;
    margin-bottom: 20px;
    position: relative
}

    .owl-dot:before {
        counter-increment: dots;
        content: "0" counter(dots);
        font-size: 16px;
        padding-left: 40px;
        font-family: gotham_narrow_book;
        color: #999;
        opacity: .4
    }

    .owl-dot.active::before {
        opacity: 1
    }

    .owl-dot.active::after {
        content: "";
        width: 30px;
        height: 1px;
        background: #999;
        position: absolute;
        left: 0;
        top: 7px
    }

.input_boxes, .intl-tel-input {
    width: 100%
}

.mobileShow {
    display: none
}

.mobile_menu {
    display: none;
    position: absolute;
    right: 10px;
    top: 48px;
    width: 245px;
    height: auto;
    z-index: 6;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 12px 0 rgba(87,87,87,.1)
}

    .mobile_menu.open {
        display: block
    }

    .mobile_menu li:last-child a {
        border: none;
        margin-bottom: 0
    }

    .mobile_menu li a {
        font-family: akrobat;
        font-size: 18px;
        display: block;
        margin-bottom: 10px;
        border-bottom: 1px solid;
        padding-bottom: 5px
    }

#menu_icon {
    width: 42px;
    height: 42px;
    background: #799e2a;
    position: absolute;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 6.5px;
    right: 10px;
    z-index: 1000;
    box-shadow: 0 0 12px 0 rgba(87,87,87,.3)
}

    #menu_icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: calc(100% - 20px);
        background: #fff;
        opacity: 1;
        left: 10px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

        #menu_icon span:nth-child(1) {
            top: 12px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center
        }

        #menu_icon span:nth-child(2) {
            top: 19px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center
        }

        #menu_icon span:nth-child(3) {
            top: 26px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center
        }

    #menu_icon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 11px;
        left: 14px
    }

    #menu_icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0
    }

    #menu_icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 27px;
        left: 14px
    }

@media (min-width:769px) {
    .owl-carousel, .owl-carousel .owl-stage, .owl-carousel .owl-stage-outer, .owl-carousel.owl-drag .owl-item, .owl-carousel.owl-drag .owl-item .item {
        height: 100%
    }
}

@media all and (min-width:1024px) and (max-width:1441px) {
    .slider_content {
        margin-left: 61px
    }

    .slider_content_box {
        padding: 25px 15px
    }

        .slider_content_box h4 {
            font-size: 18px
        }

        .slider_content_box p {
            font-size: 14px;
            line-height: 18px
        }

    .landing #logo_eminevim {
        top: 10px
    }

    .slider_buttons ul li a {
        font-size: 15px;
        padding-left: 15px
    }

    .owl-carousel .owl-item .slider_content_box svg {
        max-height: 30px;
        margin-bottom: 10px
    }

    .withIcon .slider_content_box h4 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .withIcon .slider_content_box p {
        font-size: 14px
    }

    .withIcon .slider_content_box {
        padding: 10px;
        margin: 5px 0
    }

    #landing_man {
        display: none
    }

    h2.form_title {
        margin-top: 0;
        font-size: 40px
    }

    .slider_buttons {
        width: 75%
    }

    body.landing footer {
        height: auto
    }

    .slider_absolute_img {
        height: 60%;
        top: 20%
    }
}

@media (max-width:768px) {
    #first_landing_slider img {
        display: none
    }

    body.landing .owl-carousel {
        display: block !important
    }

    .landing header {
        background-color: #fff;
        height: 55px;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5555;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.2)
    }

    .mobileShow {
        display: block
    }

    .sidebar_form {
        width: 100%;
        position: initial
    }

    #landing_man {
        display: none
    }

    .landing_slider {
        width: 100%;
        height: auto;
        z-index: 6
    }

    .slider_content {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        float: left
    }

    .landing #logo_eminevim {
        position: relative;
        top: 10px;
        left: 10px;
        height: 40px;
        width: auto
    }

    .slider_content_box {
        width: 49%;
        margin-bottom: 10px;
        padding: 15px
    }

    .slider_buttons ul li {
        width: 100%
    }

        .slider_buttons ul li a {
            display: none;
            margin: 0;
            line-height: 50px;
            height: 50px
        }

    .goToSlide.active {
        display: block
    }

    .owl-carousel.owl-drag .owl-item .item {
        float: left;
        background-size: cover !important;
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        padding-bottom: 50px
    }

    .slider_buttons {
        width: 70%;
        margin: 0 15%;
        position: fixed;
        bottom: 15px
    }

        .slider_buttons ul li a::after {
            top: 23px
        }

    body.landing .owl-nav {
        position: fixed;
        width: 100%;
        height: 50px;
        top: 0;
        left: 0;
        display: none
    }

        body.landing .owl-nav button {
            width: 15%
        }

    .owl-carousel .owl-nav button.owl-prev {
        background-color: #799e2a !important;
        color: #fff
    }

    .owl-carousel .owl-nav button.owl-next {
        background-color: #799e2a !important;
        color: #fff;
        float: right
    }

    body.landing footer {
        width: 100%;
        height: auto;
        text-align: center;
        position: relative
    }

    .footer_links ul {
        margin: 15px auto;
        width: 100%
    }

        .footer_links ul li {
            display: block;
            float: none
        }

            .footer_links ul li::before {
                display: none
            }

    body.landing {
        padding-bottom: 100px;
        height: auto;
        padding-top: 55px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

        body.landing #mobile_sticky {
            opacity: 0;
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out
        }
}

@media (max-width:575.98px) {
    .slider_content_box {
        width: 100%;
        max-width: max-content;
        padding: 10px 15px
    }
}

#img_emingrup {
    float: left;
    margin-left: 0;
    height: 30px
}

.home_slider_main_subtext {
    width: 50%
}

.home_slider_main_promotion {
    width: 50%
}

.slider_content_wrapper {
    width: 100%
}

.my_landing_wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media all and (min-width:1521px) and (max-width:1680px) {
    .slider_content_box {
        padding: 30px 20px
    }

        .slider_content_box h4 {
            font-size: 22px;
            height: 44px
        }

        .slider_content_box p {
            min-height: 90px
        }

    .withIcon .slider_content_box {
        padding: 10px 15px;
        margin-bottom: 10px
    }
}

@media all and (min-width:1367px) and (max-width:1520px) {
    .slider_content_box {
        padding: 30px 20px
    }

    .home_slider_main_promotion p {
        font-size: 18px;
        line-height: 1
    }

    .slider_content_box h4 {
        font-size: 20px
    }

    .slider_content_box p {
        min-height: 90px
    }

    .withIcon .slider_content_box {
        padding: 10px 15px;
        margin-bottom: 10px
    }

    .slider_buttons ul li a {
        padding-left: 55px
    }

    .slider_buttons {
        height: 40px;
        margin-top: -46px
    }

        .slider_buttons ul li a {
            line-height: 40px
        }

    body.landing footer {
        padding: 12px 15px
    }

    .footer_links {
        margin-top: 10px
    }

    #img_emingrup {
        height: 24px
    }

    .landing_slider {
        height: calc(100% - 46px)
    }

    body.landing .owl-nav {
        bottom: 45px;
        width: 90px;
        height: 45px
    }

    .home_slider_main_text {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 16px
    }

    .landing #logo_eminevim {
        max-width: 190px;
        top: 10px
    }

    .owl-carousel .owl-item .slider_content_box svg {
        height: 24px;
        margin-bottom: 6px
    }
}

@media all and (min-width:1025px) and (max-width:1366px) {
    .slider_content_box {
        margin-top: 30px;
        padding: 10px 20px
    }

    .home_slider_main_promotion p {
        font-size: 18px;
        line-height: 1
    }

    .slider_content_box h4 {
        font-size: 18px
    }

    .slider_content_box p {
        min-height: 60px
    }

    .withIcon .slider_content_box {
        padding: 10px 15px;
        margin-bottom: 10px
    }

    .slider_buttons ul li a {
        padding-left: 55px
    }

    .slider_absolute_img {
        top: 10%
    }

    .slider_content {
        width: 90%;
        left: 5%
    }

    .slider_buttons {
        height: 40px;
        margin-top: -28px
    }

        .slider_buttons ul li a {
            line-height: 40px
        }

    body.landing footer {
        padding: 5px 15px;
        overflow: hidden
    }

    .footer_links {
        margin-top: 10px
    }

    #img_emingrup {
        height: 24px
    }

    .landing_slider {
        height: calc(100% - 52px)
    }

    body.landing .owl-nav {
        bottom: 28px;
        width: 90px;
        height: 45px
    }

    .home_slider_main_text {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 16px
    }

    .landing #logo_eminevim {
        max-width: 190px;
        top: 10px
    }

    .owl-carousel .owl-item .slider_content_box svg {
        height: 24px;
        margin-bottom: 6px
    }
}

@media all and (min-width:768px) and (max-width:1024px) {
    .slider_content_box {
        padding: 30px 20px
    }

    .home_slider_main_promotion p {
        font-size: 18px;
        line-height: 1
    }

    .slider_content_box h4 {
        font-size: 22px
    }

    .slider_content_box p {
        min-height: 90px
    }

    .withIcon .slider_content_box {
        padding: 10px 15px;
        margin-bottom: 10px
    }

    .slider_buttons ul li a {
        padding-left: 55px
    }

    .slider_absolute_img {
        top: 10%
    }

    body.landing {
        overflow: hidden
    }

    .slider_content {
        margin-left: 20px
    }

    .landing #logo_eminevim {
        left: 20px
    }
}

#landingMobilImage {
    display: none
}

@media all and (max-width:768px) {
    .my_landing_wrapper {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        left: auto;
        box-sizing: border-box;
        padding: 20px 30px
    }

    .slider_content_wrapper {
        top: auto !important;
        position: relative;
        -webkit-transform: none
    }

    .home_slider_main_subtext {
        width: 100%
    }

    .home_slider_main_promotion {
        width: 100%
    }

        .home_slider_main_promotion p {
            font-size: 16px;
            line-height: 16px
        }

    .slider_absolute_img {
        position: relative;
        float: left;
        top: auto;
        left: auto;
        height: auto !important;
        width: 100%;
        max-width: 100% !important
    }

    .slider_buttons {
        display: none
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0;
        height: 50px;
        position: absolute;
        top: 0;
        width: 50px
    }

    .owl-carousel .owl-nav button.owl-prev {
        right: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        width: 50px
    }

    .footer_links {
        width: 100%
    }

    h2.form_title {
        font-size: 26px;
        margin-bottom: 13px;
        margin-top: 0
    }

    #slider_form input {
        height: 40px !important;
        line-height: 40px;
        border-radius: 4px;
        margin-bottom: 12px
    }

    .grupLogo {
        max-width: 100%;
        margin-bottom: 20px
    }

    #landingMobilImage {
        float: left;
        width: 100%;
        display: block;
        position: relative
    }

        #landingMobilImage img {
            max-width: 100%
        }

        #landingMobilImage h2 {
            position: absolute;
            bottom: 10px;
            left: 10px;
            font-size: 22px;
            line-height: 29px;
            font-family: akrobat;
            color: #000;
            width: 50%
        }

    .sidebar_form {
        height: auto
    }

    .owl-carousel {
        display: block
    }

    #first_landing_slider {
        display: none
    }

    .slider_content_boxes.withIcon svg {
        width: auto;
        max-height: 40px;
        display: inline;
        margin-bottom: 15px;
        fill: #00684b;
        fill-rule: evenodd;
        clip-rule: evenodd
    }

    .slider_content_box h4 {
        font-size: 21px;
        margin-bottom: 10px;
        line-height: 1
    }

    .slider_content_box p {
        font-size: 18px;
        line-height: 24px
    }

    p.form_text {
        margin-bottom: 10px
    }

    body.landing #mobile_whatsapp_cta {
        display: none
    }

    #mobile_sticky {
        left: 0
    }
}

._sc_error {
    border: 2px solid #e00 !important
}

body.landing .error_message {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    color: #e00
}

header #header_bottom #mutlu_musteriler_cover.onfire {
    margin-right: 0
}

    header #header_bottom #mutlu_musteriler_cover.onfire a {
        padding-left: 20px;
        color: #fff
    }

#mutlu_musteriler_cover span {
    display: inline-block;
    margin-right: 6px
}

    #mutlu_musteriler_cover span i {
        color: #fff;
        font-size: 20px
    }

header #header_bottom #mutlu_musteriler_cover.onfire {
    background: linear-gradient(-45deg,#f9591b,#c04110,#e00,#f9591b);
    display: none;
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite
}

header #header_bottom #mutlu_musteriler_cover.countdown {
    background: linear-gradient(-45deg,#799e2a,#0e0,#648b10,#799e2a);
    display: none;
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff
}

.sticky_onfire {
    background-color: #f9591b;
    height: 40px;
    line-height: 40px;
    text-align: center
}

    .sticky_onfire a {
        color: #fff;
        font-size: 16px;
        font-family: akrobat
    }

.sticky_oncountdown {
    background-color: #799e2a;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: akrobat
}

header #header_bottom #mutlu_musteriler_cover.countdown {
    font-weight: 400
}

    header #header_bottom #mutlu_musteriler_cover.countdown strong {
        font-weight: 700
    }

#mobile_broadcast {
    display: none
}

.profile_box img {
    float: left;
    width: 100px;
    height: 100px
}

.admin_white_text .home_slider_main_text {
    color: #fff
}

.admin_orange_button .gradient_button {
    background: #f9af1b;
    background: -moz-linear-gradient(left,#f9af1b 0,#f8b421 44%,#fa9f1b 100%);
    background: -webkit-linear-gradient(left,#f9af1b 0,#f8b421 44%,#fa9f1b 100%);
    background: linear-gradient(to right,#f9af1b 0,#f8b421 44%,#fa9f1b 100%)
}

.video_gallery_wrapper {
    width: 64vw;
    display: Block;
    margin: 0 auto
}

    .video_gallery_wrapper iframe {
        width: 100%;
        height: 36vw
    }

body.enkolaylanding #first_landing_slider .home_slider_main_text {
    color: #ff9f1a;
    border-left-color: #ff9f1a;
    text-shadow: 2px 2px 0 #000
}

body.enkolaylanding #first_landing_slider .home_slider_main_subtext {
    color: #000
}

body.enkolaylanding .home_slider_main_promotion p {
    color: #fff
}

.w100 {
    width: 100%;
    max-width: 100%
}

.new_news_image_wrapper {
    height: 320px;
    overflow: hidden
}

#iletisimpost .custom_checkbox {
    cursor: pointer;
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    margin-right: 14px;
    margin-bottom: 10px
}

    #iletisimpost .custom_checkbox.active {
        background: url(../images/img_headerform_checked.png) center center no-repeat
    }

#footer_top .custom_checkbox {
    cursor: pointer;
    float: none;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    margin-right: 14px;
    margin-bottom: 10px
}

    #footer_top .custom_checkbox.active {
        background: url(../images/img_headerform_checked.png) center center no-repeat
    }

#iletisimpost p {
    color: #000
}

    #iletisimpost p a {
        color: #000;
        text-decoration: underline
    }
