﻿/* Minification failed. Returning unminified contents.
(308,11): run-time error CSS1035: Expected colon, found ';'
 */
/* Minification failed. Returning unminified contents.
(305,11): run-time error CSS1035: Expected colon, found ';'
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'gothamblack';
    src: url('fonts/gotham-black_0-webfont.eot');
    src: url('fonts/gotham-black_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-black_0-webfont.woff') format('woff'), url('fonts/gotham-black_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'gothambold';
    src: url('fonts/gotham-bold_0-webfont.eot');
    src: url('fonts/gotham-bold_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-bold_0-webfont.woff') format('woff'), url('fonts/gotham-bold_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'gothambook';
    src: url('fonts/gotham-book_0-webfont.eot');
    src: url('fonts/gotham-book_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-book_0-webfont.woff') format('woff'), url('fonts/gotham-book_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'gothammedium';
    src: url('fonts/gotham-medium_0-webfont.eot');
    src: url('fonts/gotham-medium_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-medium_0-webfont.woff') format('woff'), url('fonts/gotham-medium_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'gothamlight';
    src: url('fonts/gotham-light_0-webfont.eot');
    src: url('fonts/gotham-light_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-light_0-webfont.woff') format('woff'), url('fonts/gotham-light_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.row {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    font-size: 13px;
    font-family: "gothambook", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background: #fff;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

input, select, textarea {
    -webkit-user-select: text;
}

header, footer, nav, section {
    display: block;
}


.seo-content {
    visibility: hidden;
    display: none;
}

strong {
    font-weight: bold;
}

b {
    font-weight: bolder;
}

i {
    font-style: italic;
}

a {
    color: #e61a27;
    cursor: pointer;
}

    a:hover {
        color: #e61a27;
        cursor: pointer;
        text-decoration: underline;
    }
a.textLink{
    color: #000;
    font-weight:bold;
    cursor: pointer;
}
    a.textLink:hover{
            color: #000;
        font-weight:bold;
        cursor: pointer;
        text-decoration:underline;
    }
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.other-answer-holder{
    display: none;
    margin-top: 10px;
}
.other-answer-holder textarea{
    resize: none;
    height: 100px;
    border: 1px solid #cacaca;
    width: 100%;
    padding: 5px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


#supersized {
    display: none;
}

    #supersized .slide-0 {
        /*display: none;*/
    }


/* MOBILE INTRO */

.mobile-intro {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .mobile-intro .content-fake {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0, .4);
    }

    .mobile-intro .content {
    }

    .mobile-intro .logo {
        width: 117px;
        height: 115px;
        background: url(images/site/logo.png) 0 0 transparent no-repeat;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .mobile-intro .content {
        width: 276px;
        text-align: center;
        height: 270px;
        top: 50%;
        left: 50%;
        margin-left: -138px;
        margin-top: -135px;
        position: absolute;
    }

        .mobile-intro .content h3 {
            font-size: 32px;
            font-family: "gothamblack";
            color: #fff;
            margin-bottom: 15px;
            text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
        }

    .mobile-intro .mobile-switch {
        font-size: 15px;
        font-family: "gothammedium";
        color: #4e3f52;
        background: #f8f8f8;
        display: block;
        text-decoration: none;
        width: 50%;
        margin: 10px auto 0;
        height: 42px;
        co;
    }

        .mobile-intro .mobile-switch:after {
            clear: both;
            content: "";
        }

        .mobile-intro .mobile-switch .button {
            float: left;
            width: 50%;
            line-height: 42px;
        }

            .mobile-intro .mobile-switch .button.active {
                background: #fff;
            }

            .mobile-intro .most-asked{
                margin-top:20px;
            }
                .mobile-intro .most-asked .most-questions{
                    font-size: 13px;
                    color: #FFF;
                    margin-top: 20px;
                    background: #E61A27;
                    padding: 10px;
                    margin-left: 0;
                    display: inline-block;
                }
                .mobile-intro .most-asked .most-questions:hover{
                    text-decoration: none;
                }


    .mobile-intro .content span {
        font-size: 15px;
        font-family: "gothammedium";
        color: #fff;
        display: inline-block;
        padding: 5px;
    }

        .mobile-intro .content span.red {
            background: #e02834;
        }

        .mobile-intro .content span.grey {
            background: #615465;
        }

        .mobile-intro .content span.dark-grey {
            background: #FBF8F6;
            color: #515151;
        }


    .mobile-intro .mobile-call-center {
        position: absolute;
        top: 10px;
        right: 10px;
        text-align: right;
        color: #fff;
    }

.mobile-call-center h2 {
    font-family: "gothambold";
    font-size: 16px;
    margin: 0;
}

.mobile-call-center span {
    font-family: "gothamlight";
    font-size: 13px;
}

.mobile-footer {
    position: absolute;
    bottom: 10px;
    padding: 10px;
    width: 100%;
}

    .mobile-footer:after {
        clear: both;
        content: "";
    }

    .mobile-footer .coca-cola-logo {
        float: left;
        height: 25px;
    }

        .mobile-footer .coca-cola-logo img {
            height: 100%;
            width: auto;
        }

    .mobile-footer .policy-menu {
        float: right;
        font-size: 13px;
        line-height: 25px;
    }

        .mobile-footer .policy-menu ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .mobile-footer .policy-menu ul:after {
                clear: both;
                content: "";
            }

            .mobile-footer .policy-menu ul li {
                float: left;
                margin-left: 5px;
            }

                .mobile-footer .policy-menu ul li a {
                    color: #fff;
                    font-family: "gothambook";
                    text-decoration: underline;
                }


/* INTRO */

#intro {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

    #intro .logo {
        width: 117px;
        height: 115px;
        background: url(images/site/logo.png) 0 0 transparent no-repeat;
        position: absolute;
        left: 30px;
        top: 30px;
    }

    #intro .call-center {
        position: absolute;
        color: #fff;
        top: 30px;
        right: 30px;
        text-align: right;
    }

        #intro .call-center h2 {
            font-family: "gothambold";
            font-size: 22px;
            margin: 0;
        }

        #intro .call-center span {
            font-family: "gothamlight";
            font-size: 17px;
        }

    #intro .content {
        text-align: center;
        width: 900px;
        margin: 0 auto;
        position: absolute;
        height: 300px;
        left: 50%;
        top: 50%;
        margin-top: -150px;
        margin-left: -450px;
    }

        #intro .content h3 {
            font-size: 75px;
            font-family: "gothamblack";
            color: #fff;
            text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
        }

        #intro .content span {
            font-size: 20px;
            font-family: "gothammedium";
            color: #fff;
            display: inline-block;
            padding: 4px;
        }

            #intro .content span.red {
                background: #e02834;
            }

            #intro .content span.grey {
                background: #615465;
            }

            #intro .content span.dark-grey {
                background: #FBF8F6;
                color: #515151;
                /*margin-top: 20px;*/
            }

        #intro .content .ask-holder {
            background: #fff;
            width: 100%;
            height: 60px;
            margin-top: 20px;
            overflow: hidden;
        }

    #intro .footer {
    }

        #intro .footer .coca-cola-logo {
            width: 102px;
            height: 32px;
            position: absolute;
            bottom: 30px;
            left: 30px;
        }

        #intro .footer .scroll {
            width: 63px;
            height: 78px;
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: -31px;
            background: url(images/site/scroll-bg.png) bottom center transparent no-repeat;
            text-align: center;
            padding-top: 10px;
        }

        #intro .footer .policy-menu {
            position: absolute;
            bottom: 30px;
            right: 30px;
        }

            #intro .footer .policy-menu ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                #intro .footer .policy-menu ul li {
                    float: left;
                    margin-left: 25px;
                }

                    #intro .footer .policy-menu ul li a {
                        font-size: 15px;
                        color: #fff;
                        font-family: "gothambook";
                        text-decoration: underline;
                    }

                        #intro .footer .policy-menu ul li a:hover {
                            color: #e61a27;
                        }

                        #intro .footer .policy-menu ul li a i {
                            font-size: 18px;
                        }

                        #intro .footer .policy-menu ul li a.tw:hover {
                            color: #00acf0;
                        }

                        #intro .footer .policy-menu ul li a.fb:hover {
                            color: #516fa7;
                        }




*:focus {
    outline: 0;
}

#cokeApp .search {
    overflow: hidden;
}

.old-questions {
    margin: 40px auto 5px;
}



    .old-questions a {
        color: #fff;
        font-size: 16px;
        background: #E31C28;
        padding: 15px 10px;
        width: 200px;
    }

    a.most-questions{
        margin-left: 5px;
    }

.ask-holder .c2a-holder {
    width: 60px;
    height: 60px;
    float: right;
    display: block;
    font-size: 28px;
    color: #e31c28;
    position: relative;
    /*top:-60px;*/
    cursor: pointer;
    transition: all .3s ease;
}

    .ask-holder .c2a-holder .search-btn, .ask-holder .c2a-holder .ask-btn {
        width: 60px;
        height: 60px;
        display: table;
        text-align: center;
    }

.ask-holder .search-btn.active, .ask-holder .ask-btn.active {
    background: #e31c28;
    color: #fff;
}

.ask-holder .search-btn i, .ask-holder .ask-btn i {
    display: table-cell;
    vertical-align: middle;
}

.ask-holder .cancel-btn {
    font-family: "gothambook";
    background: #fff;
    float: left;
    display: block;
    font-size: 19px;
    color: #4a4a4a;
    display: table;
    line-height: 60px;
    cursor: pointer;
    margin-right: 10px;
    display: none;
}

    .ask-holder .cancel-btn i {
        font-size: 24px;
    }

.search-result {
    height: 50px;
    display: block;
    position: relative;
    line-height: 50px;
    overflow: hidden;
    border-top: 1px solid #d1cdd2;
}

    .search-result .bg {
        background: #fff;
        opacity: 1;
        position: absolute;
        width: 100%;
        height: 100%;
    }



    .search-result a {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 20px;
        font-size: 20px;
        color: #523a42;
        text-decoration: none;
        background: url(images/site/search-result-arrow.png) top right transparent no-repeat;
        height: 100%;
        width: 100%;
    }

        .search-result a:hover {
            color: #e61a27;
        }

.ask-holder .search-input {
    color: #df3050;
    font-size: 21px;
    font-family: "gothamlight";
    width: 640px;
    border: none medium;
    float: left;
    margin: 10px;
    height: 40px;
    padding: 0;
    border: none medium !important;
}

.ask-holder .swicth {
    width: 140px;
    height: 40px;
    margin: 10px;
    float: left;
    font-family: "gothammedium";
    font-size: 13px;
    border:1px solid #ebe5ed;
}

    .ask-holder .swicth .button {
        width: 50%;
        float: left;
        text-align: center;
        height: 100%;
        display: block;
        line-height: 1;
        border: 1px solid #fff;
        padding-top: 12px;
        background: #f5f5f5;
        cursor: pointer;
    }

        .ask-holder .swicth .button:last-child {
            border-left: none medium;
        }

    .ask-holder .swicth .active {
        background: #fff;
        color: #4e3f52;
    }

#cokeApp {
    position: absolute;
    top: 1000px;
    width: 100%;
    background: #fff;
    display: block;
}

    #cokeApp .header {
    }

    #cokeApp .search {
        float: left;
        position: relative;
    }

    #cokeApp .search-input {
        height: 30px;
    }

    #cokeApp .results-holder {
        position: absolute;
        z-index: 300;
        width: 100%;
        left: 0;
    }

        #cokeApp .results-holder .search-result:nth-child(odd) .bg {
            opacity: .95 !important;
        }

    #cokeApp .search-input {
        background: none;
        font-size: 25px;
    }


    #cokeApp .search-btn {
        display: block;
        float: right;
        height: 60px;
        width: 137px;
        cursor: pointer;
        background: url(images/site/ara-sor-bg-v2.png) 0 0 transparent no-repeat;
        text-indent: -999em;
    }

    #cokeApp .ask-btn {
        display: block;
        float: right;
        height: 60px;
        width: 184px;
        cursor: pointer;
        background: url(images/site/ara-sor-bg-v2.png) -137px 0 transparent no-repeat;
        text-indent: -999em;
    }

        #cokeApp .search-btn:hover, #cokeApp .ask-btn:hover {
            background-position-y: -60px;
        }

    #cokeApp .cancel-btn {
        font-family: "gothambook";
        background: #fff;
        float: left;
        display: block;
        font-size: 19px;
        color: #4a4a4a;
        display: table;
        line-height: 60px;
        cursor: pointer;
        margin-right: 10px;
        display: none;
    }

        #cokeApp .cancel-btn i {
            font-size: 24px;
        }

    #cokeApp .cancel-btn {
        position: absolute;
        right: 80px;
        background: none;
    }

    #cokeApp .inline-logo {
        float: left;
        /*height:60px;*/
    }



/* ANGULAR */

.content-alert {
    position:relative;
    width:410px;
    font-size: 18px;
    color:#515151;
    font-family:"gothammedium";
    margin: 200px auto 0;
    display:none;
    text-align:center;
}

.alert-icon {
    width:70px;
    height:45px;
    display:block;
    margin: 0 auto 10px;
}

    .alert-icon.photo {
        background: url(images/site/photo_icon.png) 0 0 transparent no-repeat;
       }

    .alert-icon.video {
        background: url(images/site/video_icon.png) 0 0 transparent no-repeat;
       }

.form-holder {
    display: none;
}


.nav {
    background: #fff;
    height: 60px;
    line-height: 50px;
    float: left;
}

    .nav ul.category {
        height: 60px;
        float: left;
        margin: 0 30px 0 50px;
    }

        .nav ul.category li {
            float: left;
            list-style: none;
            margin: 16px 16px 0 0;
            height: 31px;
            line-height: 60px;
        }

            .nav ul.category li a {
                display: block;
                height: 100%;
                background: url(images/site/category-buttons-bg-v3.png) 0 0 transparent no-repeat;
                text-indent: -999em;
            }

                .nav ul.category li a.kurumsal {
                    width: 77px;
                    background-position: -168px 0;
                }

                .nav ul.category li a.marka {
                    background-position: -92px 0;
                    width: 56px;
                }

                .nav ul.category li a.surdurulebilirlik {
                    background-position: -265px 0;
                    width: 132px;
                }

                .nav ul.category li a.aktif-yasam {
                    background-position: -315px 0;
                    width: 86px;
                }

                .nav ul.category li a.icerik {
                    background-position: -13px 0;
                    width: 54px;
                }

                .nav ul.category li a:hover, .nav ul.category li a.active {
                    background-position-y: -32px;
                }

    .nav ul.filter {
        float: left;
        height: 40px;
        margin: 10px 0;
        border-left: 1px solid #515151;
        padding-left: 20px;
    }

        .nav ul.filter li {
            float: left;
            list-style: none;
            margin-right: 10px;
            line-height: 60px;
            margin: 10px 10px;
        }

            .nav ul.filter li a {
                border: none medium;
                padding: 0 10px;
                width: 24px;
                height: 18px;
                display: block;
                background: url(images/site/filter-icons-bg.png) 0 0 transparent no-repeat;
                text-indent: -999em;
            }

        .nav ul.filter a.icon-metin {
            background-position: -48px 0;
        }

        .nav ul.filter a.icon-fotograf {
            background-position: -24px 0;
        }

        .nav ul.filter a.icon-video {
            background-position: 0 0;
        }

        .nav ul.filter li a:hover, .nav .filter li a.active {
            background-position-y: -18px;
        }

    .nav ul.buttons-holder {
        float: right;
        height: 60px;
    }

        .nav ul.buttons-holder li {
            width: 150px;
            font-size: 14px;
            font-family: "gothammedium";
            text-align: center;
            float: left;
            height: 100%;
        }

            .nav ul.buttons-holder li a {
                display: block;
                width: 100%;
                height: 100%;
                line-height: 60px;
                border: none;
                background: url(images/site/c2a-buttons-bg.jpg) 0 0 transparent no-repeat;
                text-indent: -999em;
            }

            .nav ul.buttons-holder li.seperator {
                display: block;
                width: 1px;
                color: #fff;
                height: 100%;
                background: url(images/site/seperator_bg.png) 5px 0 #E61A27 no-repeat;
            }

.change_captcha {
    background: url(images/site/captcha_change.png) 0 0 transparent no-repeat;
    width: 18px;
    height: 15px;
    display: block;
}

    .change_captcha:hover {
        background-position: 0 -15px;
    }

.at-least {
    display: none;
    font-size: 16px;
    font-family: "gothambook";
    color: #FFF;
    clear: both;
    background: #E61A27;
    padding: 20px 30px;
    border-top: 1px solid #fff;
    position: relative;
}

    .at-least .arrow {
        background: url(images/site/arrow-seperator.png) 0 0 transparent no-repeat;
        width: 28px;
        height: 24px;
        position: absolute;
        top: -20px;
        left: 40px;
    }

.nav ul.buttons-holder li a.ask-c2a-btn {
    background-position: -152px 0;
}

.nav ul.buttons-holder li a.active {
    background-position: -304px 0;
}

    .nav ul.buttons-holder li a.ask-c2a-btn:hover, .nav ul.buttons-holder li a.search-c2a-btn:hover, .nav ul.buttons-holder li a.active:hover {
        background-position-y: -60px;
    }


.nav .inner-call-center {
    float: right;
    margin-right: 10px;
}

    .nav .inner-call-center h2 {
        font-size: 16px;
        color: #fff;
        font-family: "gothambold";
        float: left;
        line-height: 50px;
        margin: 0;
    }

    .nav .inner-call-center span {
        color: #b099b6;
        float: left;
        line-height: 50px;
        margin-left: 10px;
    }

    .nav .inner-call-center ul {
        margin: 0;
        padding: 0;
    }

        .nav .inner-call-center ul li {
            float: left;
        }

            .nav .inner-call-center ul li a {
                padding: 0;
                margin-left: 20px;
                border: none medium;
                font-size: 18px;
            }

.question {
    font-size: 18px;
    min-height: 240px;
    overflow: hidden;
}

.category i, .user i {
    margin-right: 10px;
}

.item-holder p {
    font-size: 28px;
    padding: 25px 30px 10px 30px;
    position: absolute;
    z-index: 3;
}

.user {
    width: 100%;
    position: absolute;
    bottom: 0;
    /*height:90px;*/
    border-top: 1px solid #ddd7d7;
    background: #f6efef;
    font-size: 19px;
    color: #3f3342;
    padding: 20px;
    font-family: "gothambook";
}

.social {
    position: absolute;
    width: 160px;
    top: 0;
    right: 0;
    padding: 30px 20px;
    text-indent: -999em;
    z-index: 100;
}

    .social ul {
        list-style: none;
    }

        .social ul li {
            float: left;
            width: 30px;
            height: 30px;
            margin-left: 10px;
        }

            .social ul li a {
                display: block;
                width: 100%;
                height: 100%;
                background: url(images/site/social-icons.png) 0 0 transparent no-repeat;
            }

                .social ul li a:hover {
                    background-position: 0 -30px;
                }

                .social ul li a.tw {
                    background-position: -30px 0;
                }

                    .social ul li a.tw:hover {
                        background-position: -30px -30px;
                    }

                .social ul li a.gg {
                    background-position: -60px 0;
                }

                    .social ul li a.gg:hover {
                        background-position: -60px -30px;
                    }



.link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    zoom:1;
}

.item .category-flag {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 31px;
    height: 31px;
    text-indent: -999em;
    background: url(images/site/category-flag-v2.png) 0 0 transparent no-repeat;
    z-index: 190;
    display: block;
}


    .item .category-flag.category-1 {
        background-position: -124px 0;
    }

    .item .category-flag.category-2 {
        background-position: 0 0;
    }

    .item .category-flag.category-3 {
        background-position: -62px 0;
    }

    .item .category-flag.category-4 {
        background-position: -93px 0;
    }

    .item .category-flag.category-5 {
        background-position: -31px 0;
    }

.share {
    margin-top: 40px;
}

.category i, .user i {
    margin-right: 10px;
}

.pic-holder {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

.answer-date {
    font-size: 14px;
    color: #e51e2b;
    font-family: "gothambook";
}

.close-question {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #E61A27;
    color: #FFF;
    font-family: "gothamlight";
    right: 0;
    top: 5px;
    z-index: 200;
    font-size: 32px;
    text-align: center;
    display: none;
    padding: 8px 0;
    transition: .3s left ease-in, .3s right ease-in;
    background: url(images/site/close-button-bg.png) 0 0 transparent no-repeat;
    text-indent: -999em;
}

    .close-question:hover {
        background-position: 0 -60px;
    }

.third-elm .close-question {
    left: 0;
}

.que-holder {
    clear: both;
}

.view {
}

.item {
    cursor: pointer;
    padding: 0 !important;
    font-family: "gothamlight";
    position: relative;
    display: none;
}

.item-holder {
    position: relative;
    background: #FAF7F7;
    margin: 5px !important;
    color: #726875;
    height: 100%;
    min-height: 240px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

    .item-holder:hover {
        background: #f6cbcd;
    }

.question {
    position: relative;
}

.answer-holder {
    padding: 50px 30px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    display: none;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}


/* 
 ############  
 ############  
 ############
 ÖNERİLENLER
 ############  
 ############  
 ############  */


.suggestion-cont {
    position: absolute;
    width: 100%;
    background-color: #4c4051;
    left: 0;
    z-index: 9999;
    margin-top: 50px;
}

    .suggestion-cont .col-md-4 {
        padding-left: 0;
        padding-right: 0;
        min-height: 250px;
        position: relative;
    }

        .suggestion-cont .col-md-4.first-column {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABUCAYAAAAh+XGnAAAEO0lEQVR4nO3cTYhVZRzH8c+9OKFUJoWIi6jAohdoE0QYvRFEGWQREojUJjctWqdSEERF4bZFhIvIIDAks3ITRUGr2pha+QJFuWwYdSSpsdPifyev04znnqd7z3nuzPnC2Zx7/vf8nh/P85znvVMUhQS66PSucaDoXX9XDVw24HPrsAUP444Kcbkxg+9wAO/heFlApyQH3YzX8ZjxyS2DUmAfXsCPCz3UvcT9bTiIjRafOUSaNoo0brOAF/PloOV4H0+MUl2G7MVmnOu/Odegy/CRqGuWIgdErvpz9sbcbLXT0jWHSPvO/hv9OegRfFq3okzZgM+4YNAy/CA+5y3x+b8FM7NFbLPWnH7WCU/+rYO2NqclW7YSRWw5/mhYTK6s6GJt0yoyZm0Xq5pWkTGruljRtIqMWdHFRNMqMmZioc5qS4/WoBJSDdqNW0Xx7GR+TfS07k5JaMrI4AdidHFcmBHdqC0ivU9VCU7JQW8kxORCZe0pBv2WEJMLlbWnGLQ+ISYXKmtPMehNrEmIa5o1QnslUirpdfge74hxk8pzTTXTFZqfxeqqwanzW6vFTMCip20oltAaVEJrUAmtQSW0BpXQGlRC6mf+Z7yFY8OTMlJuxHO4vmpgikEHcS9OJcQ2ydv4CrdXCUopYtuMnzmE5sqN2xSDvk2IyYXK2lMMuiEhJhcqa08x6EXjueKsI7RXIqWSfhT78SqO4q+E/6iTCdyE7WJZSyVSP/MbUl42jrQNxRJag0poDSqhNaiE1qASWoNKSP3MF/gCvw5Ry6BciwfU1FhNMeiUaAN9M2QtVVgv1nRfNeoXpfbmmzRH7/21TDulGLR/6CrSqEVHikG5rGmsRUeKQU8PXUUatehIrYOe19y2zGW999dSB3WKorgPXybETuGX4coZiOvUt7b7/v+TC1ZZAovQuzjftIiMOd81Z49my0Wc64q6pGV+pjpFUVyJ000ryZSVXZzBkaaVZMgRnJltB+1qUkmm7OLCpt4rxIKEaxoUlBO/i4UO07M5aBo7GpOTHzuEJxftm++IMZalfLAAcfrCBjEo+J+jKa7G12J3zFLkCO7B5OyNuZ3VSTyEQzWKyoVDIu2T/Tfn682fxN3YU4OoXNgj0nxy7g8LDXecxiY8iROj09U4J0QaN1mgsVx2AhUx/rJRDFA9iMuHKLAJzuJzvCuOApq51MODGNTPBG4Ty0lWivZTP6+JA5pSmRKb3oZ9EsS0yCFHcViFJTtVDSpjSvpUzGE8boCD1+okl5nVvbhLZubQvEEFXhIV5XTDWualyfMQT4mdyLnMs81LUwb9JM5mPNrQ+wemiSL2Me40BuZQv0EvizbV2Ixg1lXEzoj6Zl9N7xsadRh0TLRvxnJYd9RF7BNR34ylOYzWoFfEl2qsp5VGUcTO4hl8OIL/rp1h56DjosuwKMxh+J3Vjt5Y7mLhHxZ+y5+AYStpAAAAAElFTkSuQmCC');
            background-position: 95% 30px;
            background-repeat: no-repeat;
        }

    .suggestion-cont span.suggestion-title {
        color: #faf7f7;
        position: absolute;
        left: 45px;
        bottom: 45px;
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        padding-top: 100px;
        border-top: 1px solid #faf7f7;
        padding-right: 80px;
    }

/* 
 ############  
 ############  
 ############
 ÖNERİLENLER
 ############  
 ############  
 ############  */

.sticky-header {
    height: 60px;
    position: fixed;
    top: -60px;
    left: 0;
    width: 100%;
    font-size: 38px;
    color: #fff;
    transition: .3s all ease-in;
}

    .sticky-header .bg {
        opacity: .2;
        background: red;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .sticky-header .content {
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        margin: 0 20px;
        position: relative;
    }

    .sticky-header .close-btn {
        height: 60px;
        width: 60px;
        background: url(images/site/close-button-bg.png) 0 0 transparent no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        z-index: 5;
    }

        .sticky-header .close-btn:hover {
            background-position: 0 -60px;
        }

.top-of-page {
    position: fixed;
    bottom: 55px;
    right: 20px;
    width: 43px;
    height: 43px;
    z-index: 500;
    display: none;
}

    .top-of-page .button {
        width: 100%;
        height: 100%;
        display: block;
        background: url(images/site/top_bg.jpg) 0 0 transparent no-repeat;
    }

        .top-of-page .button:hover {
            background-position: 0 -43px;
        }

.page-404 {
    background: #e61a27;
    color: #fff;
    font-family: "gothambook";
    font-size: 15px;
    padding: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .page-404 h2 {
        font-family: "gothambold";
        font-size: 21px;
        line-height: 41px;
    }

    .page-404 a {
        font-family: "gothambold";
        color: #fff;
    }

        .page-404 a:hover {
            color: #fff;
        }


.process {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
}

    .process .bg {
        opacity: .8;
        background: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
    }

.success-content {
    display: none;
    padding: 25px 30px;
}

    .success-content h2 {
        font-family: "gothambold";
        font-size: 25px;
        line-height: 95px;
        color: #2ec29a;
    }


    .success-content h3 {
        font-family: "gothammedium";
        font-size: 21px;
        color: #4a4a4a;
        margin: 15px 0;
    }

    .success-content p {
        font-family: "gothambook";
        font-size: 15px;
        color: #4a4a4a;
    }

    .success-content .note {
        color: #e61a27;
    }

    .success-content .close-success {
        font-family: "gothammedium";
        font-size: 14px;
        color: #E61A27;
        float: right;
        background: url(images/site/close-btn-bg.png) top right transparent no-repeat;
        padding-right: 40px;
        margin-top: 15px;
        height: 28px;
        line-height: 27px;
        text-decoration: none;
    }

        .success-content .close-success:hover {
            color: #3f3442;
            background-position: right -27px;
        }




.loader-gif {
    width: 143px;
    height: 143px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -72px;
    margin-top: -72px;
    background: url(images/site/loading-bg.png) 0 0 transparent no-repeat;
    text-align:center;
}

    .loader-gif img {
        position:relative;
        top:22px;
    }

.search-holder {
    display: none;
    padding: 15px;
}

    .search-holder input {
        width: 90%;
        height: 40px;
    }

footer {
    position: fixed;
    bottom: 0;
}

.content {
    /* margin-top:20px;*/
    font-size: 30px;
    font-family: "gothamlight";
}

    .content .social-link {
        float: right;
        text-indent: -999em;
        z-index: 100;
        margin-top: 20px;
        width: 120px;
    }


.social-link ul {
    list-style: none;
}

    .social-link ul li {
        float: left;
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }

        .social-link ul li a {
            display: block;
            width: 100%;
            height: 100%;
            background: url(images/site/social-icons.png) 0 0 transparent no-repeat;
            float: left;
        }

            .social-link ul li a:hover {
                background-position: 0 -30px;
            }


            .social-link ul li a.tw {
                background-position: -30px 0;
            }

                .social-link ul li a.tw:hover {
                    background-position: -30px -30px;
                }


            .social-link ul li a.gg {
                background-position: -60px 0;
            }

                .social-link ul li a.gg:hover {
                    background-position: -60px -30px;
                }





.content .content-category-flag {
    margin-top: 20px;
    display: inline-block;
    line-height: 31px;
    float: left;
}

    .content .content-category-flag .date {
        font-size: 16px;
        font-family: "gothamlight";
        color: #515151;
        margin-left: 18px;
    }

    .content .content-category-flag a {
        display: block;
        float: left;
        height: 40px;
        width: 33px !important;
        width: 100px;
        margin-top:-7px;
        background: url(images/site/content-category-flag-v2.png) 0 0 transparent no-repeat;
        margin-right: 18px;
        transition: .3s width ease-out;
    }

.content-category-flag a.category-1 {
    background-position: -400px 0;
    width: 35px !important;
}

    .content-category-flag a.category-1:hover {
        width: 102px !important;
    }

.content-category-flag a.category-2 {
    background-position: -148px 0;
    width: 45px !important;
}

    .content-category-flag a.category-2:hover {
        width: 101px !important;
    }

.content-category-flag a.category-3 {
    background-position: 0 0;
    width: 38px !important;
}

    .content-category-flag a.category-3:hover {
        width: 72px !important;
    }

.content-category-flag a.category-4 {
    background-position: -245px 0;
    width: 47px !important;
}

    .content-category-flag a.category-4:hover {
        width: 145px !important;
    }

.content-category-flag a.category-5 {
    background-position: -72px 0;
    width: 43px !important;
}

    .content-category-flag a.category-5:hover {
        width: 77px !important;
    }

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.photos-wrapper {
    margin-bottom: 20px;
    overflow: hidden;
    /*
     position: relative;
	padding-bottom: 56.25%;
    overflow:hidden;
    height:0;
    */
}

    .photos-wrapper img {
        width: 100%;
        height: auto;
    }

.overlay {
    background: #515151;
    opacity: .8;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 195;
    top: 0;
    left: 0;
    display: none;
}

.active-question {
    background: #e01822;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
    z-index: 200;
    word-wrap: break-word;
    height: 98%;
}

    .active-question p {
        padding: 25px 30px 20px 30px;
        font-size: 26px;
    }

.ui-match {
    font-weight: bold;
}

.active-question .user {
    background: none;
    border: none;
    color: #fff;
    padding: 20px 30px;
    bottom: auto;
}


.navbar {
    margin-bottom: 0px !important;
}

.search-holder {
    background: #fff;
}

#cokeApp .search-wrapper {
    display: none;
}

#cokeApp .search-input {
    width: 85%;
    height: 60px;
    margin: 0;
    position: relative;
    z-index: 100;
}

#cokeApp .social-user {
    color: #4a4a4a;
    font-size: 23px;
    font-family: "gothammedium";
    margin-top: 20px;
}

    #cokeApp .social-user img {
        width: 60px;
        height: 60px;
        vertical-align: middle;
        margin-right: 20px;
    }

#cokeApp .ask-wrapper {
    display: none;
}

#cokeApp .search-holder {
    display: block;
    background: #faf7f7;
    padding: 25px 15px 25px 35px;
}

#cokeApp .user-login {
    width: 100%;
    position: relative;
    padding: 20px;
    background: #2F2831;
    color: #fff;
    display: none;
}

.question-ask-holder {
    display: block;
    background: #FAF7F7;
}

.ask-input-holder {
    padding: 25px 15px;
}

.ask-holder .login {
    display: none;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
}

.ask-holder .ask-input-holder {
    /*  margin-top:15px;*/
}

.ask-holder .login a {
    width: 250px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-family: "gothambook";
    margin-left: 20px;
    display: block;
    color: #fff;
    text-align: center;
    float: left;
    text-decoration: none;
}

    .ask-holder .login a i {
        margin-right: 20px;
    }

.ask-holder .login p {
    font-size: 20px;
    color: #e61a27;
    font-family: "gothammedium";
    margin-top: 10px;
    background: url(images/site/alert-bg.jpg) 0 0 transparent no-repeat;
    padding-left: 60px;
    height: 43px;
}

.ask-holder .login a.fb {
    background: url(images/site/fb-login-bg.jpg) 0 0 transparent repeat-x;
}

    .ask-holder .login a.fb:hover {
        background-position: 0 -60px;
    }

.ask-holder .login a.tw {
    background: url(images/site/tw-login-bg.jpg) 0 0 transparent repeat-x;
}

    .ask-holder .login a.tw:hover {
        background-position: 0 -60px;
    }

.ask-holder .login a.email {
    background: url(images/site/email-login-bg.jpg) 0 0 transparent repeat-x;
}

    .ask-holder .login a.email:hover {
        background-position: 0 -60px;
    }



.ask-holder .birthdate {
    display: none;
    border-bottom: 1px solid #3F3342;
    padding: 25px 10px;
    font-size: 18px;
    color: #4a4a4a;
    font-family: "gothambook";
}

.question-ask-holder form a {
    color: #4a4a4a;
    text-decoration: underline;
}

    .question-ask-holder form a:hover {
        color: #E61A27;
    }

.birthdate .css-label {
    margin-top: 20px !important;
}
.birthdate-form .email-area{
    display: none;
}
.birthdate-form.with-email .email-area{
    display: block;
}
.birthdate-form.with-email .birth-check{
    margin-top: 17px;
}

.ask-holder {
    display: block;
    /*margin-bottom: 2px;*/
}

    .ask-holder .signed-user {
        display: none;
        padding: 25px 0;
        border-bottom: 1px solid #fff;
    }

.logoff {
    font-size: 14px;
    text-decoration: none !important;
    display: block;
    font-family: "gothambold";
    margin: 10px 0;
}

.ask-holder .signed-user .social-user {
    margin-top: 0 !important;
}

.ask-holder .signed-user .css-label {
    margin-top: 13px !important;
}


.ask-holder .register {
    display: none;
    font-size: 18px;
    color: #4a4a4a;
    font-family: "gothambook";
    border-bottom: 1px solid #fff;
    padding: 25px 0;
}

    .ask-holder .register .back-btn {
        font-size: 20px;
        color: #E61A27;
        height: 43px;
        font-family: "gothammedium";
        display: block;
        margin-top: 10px;
        background: url(images/site/back-bg.jpg) 0 0 transparent no-repeat;
        padding-left: 60px;
        line-height: 43px;
        text-decoration: none;
    }

        .ask-holder .register .back-btn:hover {
            background-position: 0 -43px;
        }

.ask-holder label {
    display: block;
    margin: 10px 0;
}

.ask-holder input {
    border: 1px solid #dad4dd;
    height: 60px;
    padding: 20px;
    width: 100%;
}

.ask-holder .captcha input {
    width: 50%;
    float: left;
}

.ask-holder .captcha img {
    float: left;
    padding: 0 5px;
    margin: 10px 0;
}

.ask-holder .captcha a {
    float: left;
    padding: 20px 0;
}



ask-holder .captcha img {
    float: left;
}

.ask-holder select {
    border: 1px solid #dad4dd;
    height: 60px;
    padding: 10px;
    width: 30%;
}

.ask-holder input[type="checkbox"] {
    display: none;
}

/* CHECKBOX HACK */
input[type=checkbox].css-checkbox {
    display: none;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 35px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 16px;
        vertical-align: middle;
        cursor: pointer;
        margin-top: 20px;
        color: #4a4a4a;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -30px;
    }


label.css-label {
    background-image: url(images/site/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* RADIOBOX HACK */
input[type=radio].css-radiobox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-radiobox + label.css-radio-label,
input[type=radio].css-radiobox + label.css-radio-label.clr {
    padding-left:35px;
    height:30px;
    display:inline-block;
    line-height:30px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:16px;
    vertical-align:middle;
    cursor:pointer;

}

/* ie8 fixed */
input[type=radio].css-radiobox.checked + label.css-radio-label {
    background-position: 0 -30px;
}

label.css-radio-label {
    background-image: url(images/site/radiobox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




.customer-satisfaction input[type=checkbox].css-checkbox + label.css-label{
    color: #fff;
}

.customer-satisfaction div[class^='col-md']{
    padding-left: 0;
    margin-bottom: 10px;
}


.customer-satisfaction{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #cacaca;
}

.customer-satisfaction p{
    padding-bottom: 20px;
}

.customer-satisfaction a.survey-submit{
    background: #E01822;
    padding: 10px 20px;
    color:#fff;
    display: block;
    text-align: center;
}


.customer-satisfaction .first-answer{
    padding-bottom: 10px;
    overflow: hidden;
}
.customer-satisfaction .reason-holder{
    display: none;
    padding-bottom: 10px !important;
    overflow: hidden;
}

.customer-satisfaction .reason-alert{
    font-size: 14px;
    color: #E61A27;
    padding-top: 10px;
    padding-bottom: 10px;
}




#cokeApp .form-alert {
    background: #e61a27;
    color: #fff;
    font-family: "gothambook";
    font-size: 15px;
    color: #fff;
    display: none;
    padding: 30px 15px 30px 35px;
    border-bottom: 1px solid #3f3342;
    position: relative;
}

    #cokeApp .form-alert .arrow {
        background: url(images/site/arrow-seperator.png) 0 0 transparent no-repeat;
        width: 28px;
        height: 24px;
        position: absolute;
        top: -20px;
        right: 60px;
    }

    #cokeApp .form-alert.show_alert {
        display: block;
    }

    #cokeApp .form-alert h2 {
        font-family: "gothambold";
        font-size: 21px;
    }

#cokeApp .error, #cokeApp .error label {
    color: #e61a27 !important;
}

    #cokeApp .error input, #cokeApp .error select {
        border: 1px solid #e61a27;
    }

#cokeApp form .error a {
    color: #e61a27;
}




::-ms-clear {
    display: none;
}

.media-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover !important;
    overflow: hidden;
}

.ie8-bg {
    visibility: hidden;
    display: none;
}

.media-holder .play-icon {
    width: 63px;
    height: 63px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin-left: -31px;
    margin-top: -31px;
    background: url(images/site/video-play.png) 0 0 transparent no-repeat;
}

.red-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
    z-index: 0;
}

.white_txt {
    color: #fff;
}

.hide_question {
    /*display: none;*/
}

.mobile-nav {
    float: right;
    height: 100%;
}

    .mobile-nav a {
        display: block;
        height: 44px;
        width: 44px;
        background: url(images/site/mobile-menu-icon-bg-320.png) 0 0 transparent no-repeat;
        float: left;
        color: #FFF;
        padding: 11px;
    }

        .mobile-nav a:last-child {
            margin-right: 0;
        }

        .mobile-nav a.mobile-filter.active {
            background-position: 0 -44px;
            background-color: #faf7f7;
        }


        .mobile-nav a.mobile-search {
            background-position: -44px 0;
        }

            .mobile-nav a.mobile-search.active {
                background-position: -44px -44px;
                background-color: #faf7f7;
            }

        .mobile-nav a.mobile-ask {
            background-position: -88px 0;
        }

            .mobile-nav a.mobile-ask.active {
                background-position: -88px -44px;
                background-color: #faf7f7;
            }

.mobile-filters {
    display: none;
    background-color: #faf7f7;
    color: #3b313e;
}

    .mobile-filters a {
        color: #3b313e;
    }

    .mobile-filters .category {
        clear: both;
        font-size: 22px;
    }

        .mobile-filters .category li {
            padding: 5px 10px;
            border-bottom: 1px solid #fff;
        }

            .mobile-filters .category li a {
                background: url(images/site/mobile-menu-categories-v2.png) 0 0 transparent no-repeat;
                height: 31px;
                text-indent: -999em !important;
                display: block;
            }

                .mobile-filters .category li a.kurumsal {
                    width: 85px;
                    background-position: -146px 0;
                }

                .mobile-filters .category li a.marka {
                    width: 65px;
                    background-position: -74px 0;
                }

                .mobile-filters .category li a.icerik {
                    width: 60px;
                    background-position: 0 0;
                }

                .mobile-filters .category li a.surdurulebilirlik {
                    width: 140px;
                    background-position: -241px 0;
                }

                .mobile-filters .category li a.aktif-yasam {
                    width: 94px;
                    background-position: -246px 0;
                }

            .mobile-filters .category li.active {
                background-color: #e61a27;
            }

                .mobile-filters .category li.active a.kurumsal {
                    background-position: -146px -31px;
                }

                .mobile-filters .category li.active a.marka {
                    background-position: -74px -31px;
                }

                .mobile-filters .category li.active a.icerik {
                    background-position: 0 -31px;
                }

                .mobile-filters .category li.active a.surdurulebilirlik {
                    background-position: -241px -31px;
                }

                .mobile-filters .category li.active a.aktif-yasam {
                    background-position: -246px -31px;
                }

    .mobile-filters .filter {
        clear: both;
        height: 44px;
    }

        .mobile-filters .filter li {
            float: left;
        }

            .mobile-filters .filter li.title {
                font-size: 15px;
                float: left;
                padding: 15px 10px;
                font-family: "gothammedium";
                margin-right: 60px;
            }

            .mobile-filters .filter li a {
                border: none medium;
                margin: 11px 10px;
                width: 24px;
                height: 18px;
                display: block;
                background: url(images/site/filter-icons-bg.png) 0 0 transparent no-repeat;
                text-indent: -999em;
            }

                .mobile-filters .filter li a.icon-metin {
                    background-position: -48px 0;
                }

                    .mobile-filters .filter li a.icon-metin.active {
                        background-position: -48px -18px;
                    }

                .mobile-filters .filter li a.icon-fotograf {
                    background-position: -24px 0;
                }

                    .mobile-filters .filter li a.icon-fotograf.active {
                        background-position: -24px -18px;
                    }

                .mobile-filters .filter li a.icon-video {
                    background-position: 0 0;
                }

                    .mobile-filters .filter li a.icon-video.active {
                        background-position: 0 -18px;
                    }

.survey,
.static-holder {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #515151;
    width: 100%;
    min-height: 100%;
    z-index: 2000;
    display: none;
}
    .survey .bg,
    .static-holder .bg {
        background: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .survey .bg {
        background:#000;
        opacity:.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
    }

    .survey .close-btn {
        position:absolute;
        right:0;
        width:28px;
        height:30px;
        background:url(images/site/survey-close.png) 0 0 transparent no-repeat;
        margin:20px 20px 0 0;
        cursor:pointer;
    }

    .survey .content {
        position: absolute;
        background: #faf7f7;
        color: #FFF;
        font-size: 25px;
        font-family: "gothammedium";
        height: 350px;
        text-align: center;
        left: 50%;
        margin-left: -33.33%;
        top: 50%;
        margin-top: -175px;;
        padding:0 50px;
    }

        .survey .content img {
            clear:both;
            padding:40px 0 30px;
        }

        .survey .content p {
            color: #726875;
        }

        .survey .content a {
            width:258px;
            height:64px;
            background:url(images/site/survey-c2a.png) 0 0 transparent no-repeat;
            display:block;
            clear:both;
            margin:40px auto 0;
        }


    .static-holder .content {
        position: relative;
        overflow-y: auto;
        height: 955px;
    }

    .static-holder .content-holder {
        position: relative;
    }

    .static-holder .faq {
        display: none;
    }


    .static-holder .policy {
        display: none;
    }

    .static-holder .terms {
        display: none;
    }

    .static-holder .header {
        height: 60px;
        background: #e61a27;
        font-size: 38px;
        line-height: 60px;
        font-family: "gothamlight";
        padding: 0 20px;
        color: #fff;
    }

        .static-holder .header .close-btn {
            height: 60px;
            width: 60px;
            background: url(images/site/close-button-bg.png) 0 0 transparent no-repeat;
            position: absolute;
            right: 0;
            top: 0;
            display: block;
            z-index: 5;
        }

    .static-holder .container {
        font-family: "gothambook";
        font-size: 18px;
        padding: 20px 0;
    }

        .static-holder .container ul {
            list-style: disc;
            padding: 0 0 0 40px;
        }

            .static-holder .container ul li {
                margin: 10px 0;
                line-height: 1.5;
            }


.red-bold {
    color: #e61a27;
}

.pad-first {
    padding: 0 0 0 40px;
}



.static-holder .container p {
    padding: 20px 0;
    line-height: 1.4;
}

.static-holder .container h2 {
    font-family: "gothammedium";
    color: #e61a27;
    font-size: 22px;
}

.load-more {
    width: 250px;
    margin: 10px auto;
    height: 60px;
    background: url(images/site/load-more-button.png) 0 0 transparent no-repeat;
    text-indent: -999em;
    display:none;
}

    .load-more:hover {
        background-position: 0 -60px;
    }

.site-footer {
    height: 30px;
    width: 100%;
    position: relative;
    display: block;
    z-index: 100;
    line-height: 30px;
}

    .site-footer .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #db232e;
        opacity: .9;
        z-index: 1;
    }

    .site-footer .footer-content {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
        font-family: "gothambook";
        font-size: 14px;
        color: #fff;
        padding: 0 20px;
    }

    .site-footer .call-center {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        .site-footer .call-center p {
            width: 283px;
            margin: 0 auto;
        }

            .site-footer .call-center p span {
                font-family: "gothambold";
            }


.footer-content .policy-menu {
    position: absolute;
    bottom: 0;
    right: 20px;
}

    .footer-content .policy-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .footer-content .policy-menu ul li {
            float: left;
            margin-left: 10px;
        }

            .footer-content .policy-menu ul li a {
                font-size: 14px;
                color: #fff;
                font-family: "gothambook";
                text-decoration: underline;
            }

                .footer-content .policy-menu ul li a:hover {
                    color: #515151;
                }

                .footer-content .policy-menu ul li a i {
                    font-size: 18px;
                }

                .footer-content .policy-menu ul li a.tw:hover {
                    color: #00acf0;
                }

                .footer-content .policy-menu ul li a.fb:hover {
                    color: #516fa7;
                }

.active-search {
    height: 60px;
    left: 0;
    width: 100%;
    font-size: 38px;
    color: #fff;
    background: #e01822;
    display: none;
    position: relative;
}

    .active-search .content {
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        margin: 0 20px;
        position: relative;
    }

    .active-search .close-btn {
        height: 60px;
        width: 60px;
        background: url(images/site/close-button-bg.png) 0 0 transparent no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        z-index: 5;
    }

@media (min-width: 1450px) {
    #cokeApp .inline-logo {
        height: 60px !important;
    }
}


@media (min-width: 1024px) and (max-width: 1440px) {

    #cokeApp .inline-logo {
        height: 60px !important;
        width: auto;
    }



    .item-holder p {
        font-size: 24px;
    }

    .active-question p {
        font-size: 22px;
    }

    .nav ul.category {
        margin: 0 15px 0 25px;
    }

    .mobile-filters {
        display: none !important;
    }

    .user {
        padding: 15px;
        font-size: 16px;
    }

    .pic-holder {
        width: 35px;
        height: 35px;
        margin-bottom: 5px;
    }

    .social {
        width: 130px;
        padding: 15px 0;
    }

    .user-holder {
        width: 60%;
    }

    .ask-holder .login a {
        width: 205px;
    }

    .ask-holder .login p {
        font-size: 18px;
    }
}

@media (min-width: 900px) and (max-width: 1280px) {

    #cokeApp .inline-logo {
        height: 60px;
    }

    .nav ul.category {
        margin: 0 30px;
    }

        .nav ul.category li {
            margin: 16px 20px 0 0;
        }

    .nav ul.filter li {
        margin: 12px 5px;
    }

    .nav ul.filter {
        padding-left: 5px;
        margin-left: 5px;
    }

    .nav ul.buttons-holder li {
        width: 120px;
    }

        .nav ul.buttons-holder li a {
            background-position: -10px 0;
        }

            .nav ul.buttons-holder li a.active {
                background-position: -321px 0;
            }

            .nav ul.buttons-holder li a.ask-c2a-btn {
                background-position: -168px 0;
            }

                .nav ul.buttons-holder li a.ask-c2a-btn.active {
                    background-position: -321px 0;
                }

    .item-holder p {
        font-size: 18px;
    }

    .active-question p {
        font-size: 18px;
    }

    .ask-holder .login a {
        width: 200px;
    }

    .user-holder {
        width: 70%;
    }

    .user {
        padding: 20px 10px;
    }

    .social {
        width: 125px;
        padding: 30px 10px;
    }

        .social ul li {
            margin-left: 5px;
        }

    #cokeApp .search-input {
        width: 75%;
    }
}


@media (min-width: 320px) and (max-width: 900px) {

    .item-holder{
        margin: 0 !important;
    }
    .search-result:last-child{
        border-bottom: 1px solid #D1CDD2;
    }
    .search-result a{
        padding: 0 30px 0 20px;
    }

    .active-question{
        top: 0 !important;
        left: 0 !important;
    }
    .survey .content img{
        padding:40px 0 20px 0;
    }

    .survey .content a {
        margin-top:40px;
    }

    .survey .content p {
        padding:20px 0 0 0;
    }
     .survey .content {
        margin-left:-33%;
        font-size:16px;
        height:340px;
        margin-top:-170px;
        padding:0 5px;
    }

    .content-alert {
        width: 240px;
    }
    .static-holder .header {
        font-size: 15px;
    }

    .static-holder .container {
        font-size: 15px;
        padding:20px;
    }

        .static-holder .container h2 {
            font-size:18px;
        }
    .active-search .content {
        font-size: 14px;
    }

    .footer-content .policy-menu {
        right: 10px;
        bottom: 10px;
        width: 100%;
    }

    .site-footer {
        height: 110px;
        line-height: 15px;
        position: relative;
    }

        .site-footer .footer-content {
            padding: 10px;
            text-align: center;
        }

    .footer-content .policy-menu ul {
        width: 286px;
        margin: 0 auto;
    }

    .top-of-page {
        bottom: 165px;
        right: 0px;
    }

    .site-footer .call-center {
        bottom: 45px;
    }


    #cokeApp .header {
        min-height: 44px;
    }

    .inline-logo {
        width: auto;
        height: 44px;
    }

        .inline-logo img {
            width: auto;
            height: 100%;
        }

    .item-holder, .question {
        min-height: 175px;
    }

        .item-holder p {
            font-size: 16px;
            padding: 25px 40px 20px 20px !important;
        }


    .pic-holder {
        width: 25px;
        height: 25px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .user {
        font-size: 16px;
        padding: 10px;
    }

    .user-holder {
        width: 60%;
    }

    .answer-date {
        font-size: 14px;
    }

    .social {
        padding: 10px;
        width: 125px;
    }

        .social ul li {
            margin-left: 5px;
        }

    .active-question p {
        font-size: 18px;
        padding: 15px !important;
    }

    .active-question .user {
        font-size: 18px;
        padding: 15px !important;
        font-family: "gothammedium";
    }

    .active-question .arrow {
        position: absolute;
        height: 24px;
        width: 31px;
        display: block;
        bottom: -23px;
        background: url(images/site/mobile-question-arrow.png) 0 0 transparent no-repeat;
        left: 30px;
    }

    .answer-holder {
        padding: 80px 0px 20px 0px;
        position: relative;
    }


    .suggestion-cont {
        margin-top: 20px;
    }

        .suggestion-cont .col-md-4 {
            min-height: inherit !important;
        }

            .suggestion-cont .col-md-4.first-column {
                background-size: 10%;
            }

        .suggestion-cont span.suggestion-title {
            position: initial;
            display: inline-block;
            width: 180px;
            padding-bottom: 30px;
            padding-top: 30px;
            margin-left: 20px;
            margin-top: 30px;
            font-size: 18px;
            font-weight: 600;
            line-height: 26px;
            border-top: 1px solid #fff;
        }


    .content {
        font-size: 18px;
    }

        .content .content-category-flag a {
            margin-right: 5px;
        }

        .content .content-category-flag .date {
            font-size: 14px;
            margin-left: 5px;
        }


    #cokeApp .search-input {
        width: 85% !important;
        height: 42px;
        line-height: 42px;
        font-size: 21px !important;
    }

    .at-least {
        padding: 10px !important;
        font-size: 14px;
    }

    .login a {
        margin-top: 10px;
    }

    .close-question {
        display: none;
        bottom: -60px !important;
        right: 0px !important;
        top: inherit;
    }

    .third-elm .close-question {
        right: 3px !important;
        left: inherit !important;
    }

    .ask-holder .login {
        padding: 0;
    }

        .ask-holder .login p {
            font-size: 18px;
            height: 40px;
            margin-top: 20px;
        }

        .ask-holder .login a {
            width: 49%;
            margin: 10px 0 20px 0;
            font-size: 14px;
            height: 40px;
            line-height: 40px;
        }

            .ask-holder .login a.tw {
                float: right;
            }

            .ask-holder .login a i {
                margin-right: 10px;
            }

    .ask-input-holder {
        padding: 20px 5px 20px 15px;
    }

    #cokeApp .search-holder {
        padding: 20px 5px 20px 15px;
    }

    #cokeApp .ask-btn {
        width: 38px;
        height: 42px;
        background: url(images/site/ara-sor-bg.png) 0 0 transparent no-repeat;
        background-position: -169px 0;
    }

    #cokeApp .search-btn {
        width: 36px;
        height: 42px;
        background: url(images/site/ara-sor-bg.png) 0 0 transparent no-repeat;
        background-position: -42px 0;
    }

        #cokeApp .ask-btn:hover, #cokeApp .search-btn:hover {
            background-position-y: -42px;
        }

    .ask-holder .signed-user {
        padding: 20px 0;
    }

    input[type=checkbox].css-checkbox + label.css-label {
        font-size: 16px;
        line-height: 24px;
    }

    #cokeApp .form-alert {
        padding: 20px 0;
    }

        #cokeApp .form-alert h2 {
            font-size: 18px;
        }

    .success-content {
        padding: 20px 0;
    }

        .success-content h2 {
            line-height: 22px;
        }

        .success-content h3 {
            font-size: 18px;
        }

        .success-content p {
            margin: 5px 0;
        }


    #cokeApp .social-user {
        font-size: 18px;
    }

    ::-webkit-input-placeholder {
        font-size: 12px;
    }

    ::-moz-placeholder {
        font-size: 12px;
    }
    /* firefox 19+ */
    :-ms-input-placeholder {
        font-size: 12px;
    }
    /* ie */
    input:-moz-placeholder {
        font-size: 12px;
    }
}

@media (min-width: 770px) and (max-width: 800px) {
    .item-holder p {
        font-size: 21px !important;
    }

    .active-question p {
        font-size: 28px !important;
    }
}

@media (min-width: 320px) and (max-width: 400px) {
     .survey .content img{
        width:40px;
    }
    .survey .content {
        padding:0 20px;
        width:300px;
        margin-left:-150px;
    }
    .survey .content a {
        background-position:top center;
        width:220px;
    }
}

.contact-request-form{
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #cacaca;
}
.contact-request-form .phone-mask{
    width: auto;
    border: 1px solid #dad4dd;
    border-radius: 0;
    height: 38px;
    margin-left: 10px;
}
.contact-request-form .phone-mask.invalid {
    border: 1px solid #e61a27;
}
.contact-request-form .phone-mask:focus {
    box-shadow: none;
}
.contact-request-form .survey-submit{
    background: #E01822;
    padding: 10px 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-left: 15px;
}
.contact-sent{
    font-weight: bold;
    text-align: left;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #cacaca;
}
@media (max-width: 780px) {
    .contact-request-form .survey-submit,.contact-request-form .phone-mask{
        margin-left: 0;
    }
    .contact-request-form .phone-mask {
        display: block;
        margin: 15px 0;
    }
}

.user-holder {
    margin-top: 5px;
}

.user-holder br {
    display: block;
    margin-top: 5px;
    content: '';
}

.content p {
    margin-bottom: 17px;
}