﻿@charset "UTF-8";
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND HORIZONTAL */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/*@mixin font-face($fontFamily: myFont, $eotFileSrc: 'myFont.eot', $woffFileSrc: 'myFont.woff', $ttfFileSrc: 'myFont.ttf') {
  font-family: $fontFamily;
  src: url($eotFileSrc)  format('eot'),
       url($woffFileSrc) format('woff'),
       url($ttfFileSrc)  format('truetype');
}*/
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/*FONT REM PX CONVERT*/
/*rem*/
/**
 * Computes a bottom-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/**
 * Gives a card depth effect.
 *
 * @param {Number} $depth - depth level (between 1 and 5)
 *
 * @link https://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality Google Design
 *
 * @requires {function} top-shadow
 * @requires {function} bottom-shadow
 */
/* Black To White Scale */
/* #fcfcfc */
/* #fafafa */
/* #f7f7f7 */
/* #f5f5f5 */
/* #f2f2f2 */
/* #f0f0f0 */
/* #ededed */
/* #ebebeb */
/* #e8e8e8 */
/* #e6e6e6 */
/* #d9d9d9 */
/* #cccccc */
/* #bfbfbf */
/* #b3b3b3 */
/* #a6a6a6 */
/* #999999 */
/* #8c8c8c */
/* #808080 */
/* #737373 */
/* #666666 */
/* #595959 */
/* #4d4d4d */
/* #404040 */
/* #333333 */
/* #262626 */
/* #1a1a1a */
/* #0d0d0d */
/* Category Color */
/* Ana Renk */
/* Gündem */
/* Dünya */
/* Ekonomi */
/* Spor */
/* Teknoloji */
/* Yaşam */
/* Foto */
/* Video */
/* Bildirimler */
/* Yazarlar */
/* Gazeteler */
/* Piyasalar */
/* Canlı Yayın */
/* Hava Durumu */
/* Namaz Vakti */
/* Ramazan */
/* Spor Color */
/* Avrupa Sampiyonasi */
/* Dunya Kupasi */
/* Sampiyonlar Ligi*/
/* Uefa Ligi */
/* Custom Color */
/* Spor */
/* Spor 2 */
/* Flat Pallette Color */
/* Font */
/* Thin (Hairline), Extra Light (Ultra Light) */
/* Light */
/* Normal, Regular */
/* Medium, Semi Bold (Demi Bold) */
/* Bold */
/* Light */
/* Regular, Normal  */
/* Medium, Semi Bold (Demi Bold) */
/* Bold */
/* Extra Bold (Ultra Bold) */
/* Light */
/* Regular, Normal  */
/* Medium, Semi Bold (Demi Bold) */
/* Bold */
/* Extra Bold (Ultra Bold) */
/* Font Icon Sets */
/* Font Icon Sets */
/* Rules */
#pid-popup .pid-right-col p {
  font-family: helveticaneue-light;
}

.pid-lightbox, pid-comment {
  font-family: helveticaneue-regular;
}

.pid-rating .pid-result, section.pid-comment textarea, section.pid-comment h2, section.pid-comment input[type=button], section.pid-comment .pid-main-user, section.pid-comment .pid-user-name, section.pid-comment footer.pid-counter, section.pid-comment nav.pid-more .pid-all, .pid-all-comment {
  font-family: helveticaneue-medium;
}

#pid-popup h3, .pid-rating .pid-result, .pid-bubble, section.pid-comment nav.pid-menu li.pid-active, section.pid-comment nav.pid-menu .pid-counter, section.pid-comment footer.pid-interaction .pid-counter, section.pid-comment footer.pid-counter i {
  font-family: helveticaneue-bold;
}

/*.pid-mobile section.pid-comment.pid-top .pid-rating{
    margin-top:-12px !important ;
}

.pid-rating .pidicon:not(.pidicon-more) {
    font-size: 3.1rem !important;

}

.pid-mobile section.pid-comment.pid-main nav.pid-menu ul:nth-child(1) {
    height: 38px!important;
    line-height: 38px!important;
    font-size: 1.5rem;
}*/
/*.comment {
    height: 0;
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 99;
    background: #ffffff;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;

    &.active {
        height: 100%;
        visibility: visible;
        overflow-y: scroll;
        opacity: 1;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;

        footer {
            &.send {
                visibility: visible;
                height: 39px;
                pointer-events: all;
            }
        }
    }


    .close {
        display: block;
        text-align: right;
        padding-bottom: 10px;

        .icon-close {
            display: inline-block;
            font-size: 24px;
            color: #326890;
        }
    }
}

.comment-list {
    position: relative;
    display: block;

    .container {
        display: block;
        padding: 16px;
    }

    h2 {
        font: 11pt/11pt helveticaneue-regular;
        color: #1e1e1e;
        display: block;
        text-align: center;
        margin: 36px 0;
    }

    input[type="button"] {
        font: 10pt/24pt helveticaneue-regular;
        color: #fff;
        background: #326890;
        padding: 0 12px;
        text-align: center;
        border: 1px solid #e9e9e9;
        @include border-radius(4px);
        margin-top: 7px;
        float: right;
    }

    label {
        display: inline-block;
        margin: 16px 0; 
        @include font(1.0,1.4, $fnt-medium);
        height: 50px;
        color: $gray;
        cursor: pointer;

        input {
            position: absolute;
            top: 0;
            @include opacity(0);
        }
    }

    .button {
        @include font(1.3,2.8, $fnt-normal);
        color: #a5a5a5;
        height: 30px;
        text-align: center;
        padding: 0 10px;
        border: 1px solid #e8e8e8;
        @include border-radius(4px);
        display: inline-block;
        cursor: pointer;
        margin-right: 2px;
        background: #ffffff;
    }

    .textarea {
        position: relative;
        margin-bottom: 15px;

        textarea {
            display: block;
            font: 9pt/12pt helveticaneue-regular;
            color: #1e1e1e;
            border: 1px solid #e9e9e9;
            -webkit-border-radius: 4px;
            -khtml-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            padding: 12px;
            resize: none;
            height: 42px;
            width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;

            &:focus {
                height: 96px;
                -webkit-transition: height 1s;
                transition: height 1s;
            }
        }

        footer {
            .send {
                visibility: hidden;
                height: 0;
                pointer-events: none;
            }
        }
    }

    .dropdown {
        position: relative;

        &.active {
            .dropdown-list {
                display: block;
            }
        }

        .icon-arrow-down {
            font-size: 12px;
            color: #a2a2a2;
            margin-left: 8px;
        }

        .dropdown-list {
            display: none;
            color: #a5a5a5;
            background: $white;
            padding: 16px 0;
            z-index: 3;
            position: absolute;
            top: -16px;
            left: -8px;
            right: auto;
            cursor: default;
            @include font(1.3,2.8, $fnt-normal);
            @include box-shadow(0px, 0px, 12px, rgba(208, 208, 208, 0.75));
            @include border-radius(4px);

            &.right {
                top: -16px;
                right: -2px;
                left: auto;

                li {
                    text-align: right;
                }
            }

            li {
                display: block;
                padding: 0 24px;
                white-space: nowrap;

                &:hover {
                    background: #f5f5f5;
                }

                .counter {
                    margin-right: 10px;
                    vertical-align: middle;
                }
            }
        }
    }

    .counter {
        @include font(1.1,1.6, $fnt-bold);
        color: $white;
        background: #326890;
        height: 16px;
        padding: 0 8px;
        @include border-radius(3px);
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
    }

    .interaction {
        margin-top: 12px;
        position: relative;

        .counter {
            height: 16px;
            display: inline-block;
            padding: 1px 8px 0;
            margin-left: 10px;
            background: #cbcbcb;
            margin-bottom: 2px;

            &.case-1 {
                background: #27ae61;
            }

            &.case-2 {
                background: #2ecd71;
            }

            &.case-3 {
                background: #e84c3d;
            }

            &.case-4 {
                background: #c1392b;
            }

            &.case-5 {
                background: #9b58b5;
            }

            &.case-6 {
                background: #f1c40f;
            }
        }

        .right {
            position: absolute;
            top: 0;
            right: 0;
        }

        .icon-arrow-down {
            display: inline-block;
            margin-bottom: 2px;
        }

        .icon-comment-flag {
            visibility: visible;
            pointer-events: none;
            opacity: 1;
            font-family: 'yenisafak-mobile';
            font-size: 18px;
            line-height: 30px;
            -webkit-transition: 0.2s ease;
            -khtml-transition: 0.2s ease;
            -moz-transition: 0.2s ease;
            -ms-transition: 0.2s ease;
            -o-transition: 0.2s ease;
            transition: 0.2s ease;

            &.active {
            }
        }
    }

    .comment-menu {
        margin-bottom: 12px;
        height: 50px;

        ul {
            border-bottom: 1px solid #e9e9e9;
            position: relative;

            li {
                @include font(1.4,3.6,$fnt-medium);
                cursor: default;
                list-style: none;
                display: inline-block;
                position: relative;
                color: #326890;

                .menu-item {
                    padding: 0 16px;
                }

                .counter {
                    background: #cbcbcb;
                }

                &.active {
                    color: $gray-80;
                    border-bottom: 2px solid #326890;

                    .counter {
                        background: #326890;
                    }
                }

                &.last {
                    float: right;
                    color: $gray;
                }
            }
        }
    }

    .comment-form {

    }

    .comment-boxes {
        position: relative;
    }

    .comment-item {
        margin-bottom: 0;
    }

    .comment-sub {
        margin-left: 24px;
    }

    .comment-box {
        position: relative;
        padding: 12px 0;
        border-top: 1px dashed $gray-05;

        &.active {
            border-bottom: none;

            .textarea {
                display: block;
            }
        }

        .head {
            margin-bottom: 16px;



            .user-image {
                width: 32px;
                height: 32px;
                display: inline-block;
                margin-right: 10px;
                border: 1px solid #e9e9e9;
                background-repeat: no-repeat;
                @include border-radius(50%);
                z-index: 2;
            }

            .user-group {
                display: inline-block;
                margin-right: 10px;

                .user-name {
                    @include font(1.2,2.0, $fnt-medium);
                    color: #808080;
                    display: block;

                    .icon-two-way-arrow {
                        margin: 0 10px;
                        @include font-size(1.4);
                    }

                    i {
                        position: relative;
                        top: -5px;

                        &.icon-level-1 {
                            color: $clr-level-1;
                        }

                        &.icon-level-2 {
                            color: $clr-level-2;
                        }

                        &.icon-level-3 {
                            color: $clr-level-3;
                        }

                        &.icon-level-4 {
                            color: $clr-level-4;
                        }

                        &.icon-level-5 {
                            color: $clr-level-5;
                        }

                        &.icon-level-6 {
                            color: $clr-level-6;
                        }

                        &.icon-level-7 {
                            color: $clr-level-7;
                        }

                        &.icon-level-8 {
                            color: $clr-level-8;
                        }

                        &.icon-level-9 {
                            color: $clr-level-9;
                        }
                    }
                }

                .user-info {
                    @include font(1.2,1.2, $fnt-normal);
                    color: #aaa;

                    .item {
                        position: relative;
                        margin-right: 22px;
                        display: inline-block;

                        &:after {
                            content: '';
                            position: absolute;
                            display: inline-block;
                            height: 3px;
                            width: 3px;
                            border-radius: 3px;
                            right: -13px;
                            top: 4px;
                            background: #aaa;
                        }

                        &:last-child {
                            margin-right: 0px;

                            &:after {
                                display: none;
                            }
                        }
                    }
                }
            }

            .user-featured {
                display: inline-block;
                padding: 4px 0;
            }
        }

        .text {
            @include font(1.4, 2.0, $fnt-normal);

            p {
                color: #1e1e1e;
                margin-bottom: 0;
            }
        }

        .textarea {
            display: none;
            margin-top: 8px;
            padding-top: 17px;
            border-top: 1px solid #e9e9e9;

            &:before {
                content: "";
                position: absolute;
                top: 0px;
                left: 20px;
                width: 0;
                height: 0;
                border-left: 9px solid transparent;
                border-right: 9px solid transparent;
                border-top: 10px solid #e9e9e9;
            }

            &:after {
                content: "";
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-top: 10px solid #FFF;
                position: absolute;
                left: 21px;
                top: -1px;
            }
        }
    }

    .comment-more {
        display: block;
        border-top: 1px dashed $gray-10;
        padding-top: 12px;

        .all-comment {
            display: block;
            font: 11pt/28pt helveticaneue-regular;
            color: #326890;
            background: #f5f5f5;
            height: 36px;
            padding: 0 12px;
            @include border-radius(4px);
            cursor: pointer;
            text-align: center;
            margin-bottom: 12px;

            i {
                margin: 0 10px;
            }
        }

        .sub {
            margin-left: 24px;
            text-align: left;
        }
    }

    .comment-send {
        display: block;
        position: relative;
        background: $gray-08;
        padding: 36px 12px;
        text-align: center;
        margin: 12px auto;
        border: 1px solid $gray-10;
        @include border-radius(4px);

        p {
            @include font(1.4,2.4,$fnt-normal);
            color: $gray-90;
        }

        i {
            position: absolute;
            right: 8px;
            top: 8px;
            font-size: 14px;
            padding: 6px;
            color: $gray-35;
            cursor: pointer;
        }
    }
}

.comment-smile {
    position: relative;
    display: block;
    padding-top: 12px;
    border-radius: 2px;
    background: $white;
    border-top: solid 1px $gray-05;


    .smile-icon {
        padding-bottom: 6px;

        .smile-icon-list {
            display: block;
            font-size: 0;
            text-align: center;

            .item {
                position: relative;
                display: inline-block;
                padding: 8px 0;
                width: calc(100% / 5);
                text-align: center;
                cursor: pointer;

                &.active {
                    em {
                        color: $white;
                        background-color: $clr-default;
                    }

                    span {
                        visibility: visible;
                        opacity: 1;
                        @include transition(all .5s ease-in-out);
                    }
                }

                i {
                    display: block;
                    @include font-size(2.4);
                    width: 36px;
                    height: 36px;
                    margin: 0 auto;
                    line-height: 36px;
                    border: 2px solid $gray-15;
                    color: $clr-smile;
                    border-radius: 50%;
                    background-color: $white;
                    text-align: center;
                }

                em {
                    position: absolute;
                    top: 0;
                    left: 50%;
                    display: inline-block;
                    padding: 0 6px;
                    height: 14px;
                    @include font(1.0, 1.3, $fnt-normal);
                    color: $white;
                    background: $gray;
                    @include border-radius(2px);
                    @include box-shadow(1px, 1px, 0, rgba(0,0,0,0.3));

                    &.active {
                        background: $clr-default;
                    }
                }

                span {
                    position: absolute;
                    display: table-cell;
                    bottom: 60px;
                    padding: 6px 3px;
                    @include font(1.1,1.2,$fnt-medium);
                    background-color: $white;
                    border: solid 1px $gray-10;
                    vertical-align: middle;
                    color: $gray-20;
                    width: 100%;
                    left: 0;
                    visibility: hidden;
                    opacity: 0;
                    @include border-radius(3px);
                    @include transition(all .5s ease-in-out);

                    &:before {
                        content: "";
                        position: absolute;
                        left: 50%;
                        margin-left: -4px;
                        bottom: -5px;
                        width: 0;
                        height: 0;
                        border-left: 5px solid transparent;
                        border-right: 5px solid transparent;
                        border-top: 5px solid $gray-10;
                    }
                    &:after {
                        content: "";
                        position: absolute;
                        left: 50%;
                        margin-left: -4px;
                        bottom: -4px;
                        width: 0;
                        height: 0;
                        border-left: 5px solid transparent;
                        border-right: 5px solid transparent;
                        border-top: 5px solid $white;
                    }
                }
            }
        }

        .swiper-bullet {
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 3px;
            text-align: center;

            .swiper-pagination-bullet {
                width: 10px;
                height: 2px;
                border-radius: 0;
            }
        }

        .swiper-pagination-progress {
            position: absolute;
            bottom: 3px;
            width: calc(100% - 6px);
            margin: 0 3px;
            top: auto;

            .swiper-pagination-progressbar {
                background: $clr-comment;
            }
        }
    }

    .smile-result {
        max-height: 180px;

        .smile-result-list {
            padding: 16px;

            li {
                position: relative;
                padding-bottom: 12px;
                margin-bottom: 12px;
                border-bottom: 1px solid #fafafa;

                &:last-child {
                    margin-bottom: 0;
                    border-bottom: none;
                }

                .order {
                    position: absolute;
                    @include font(1.1, 1.1, $fnt-bold);
                }

                i {
                    display: inline-block;
                    @include font-size(2);
                    height: 24px;
                    width: 24px;
                    border: 2px solid $clr-comment;
                    color: $clr-smile;
                    border-radius: 50%;
                    background: $white;
                    margin: 0 12px;
                }

                .percent {
                    position: relative;
                    display: inline-block;
                    width: calc(100% - 48px);
                    padding-right: 24px;
                    margin: 1px 0;

                    &.ok {

                        &:after {
                            content: "\e61d";
                            font-family: yenisafak-mobile;
                            position: absolute;
                            top: 0;
                            right: 0;
                            font-size: 20px;
                            color: $clr-sport;
                        }
                    }

                    .smile-bar {
                        display: block;
                        background: $gray-07;
                        height: 22px;
                        @include border-radius(4px);
                    }

                    .smile-vote {
                        position: absolute;
                        top: 0;
                        padding: 0 4px;
                        @include font(1.2, 2.2, $fnt-medium);
                    }
                }
            }
        }
    }
}*/
