﻿@charset "utf-8";

.veriAltBar {
    bottom: 60px !important;
}

    .veriAltBar.frequency {
        bottom: 91px !important;
    }

    .veriAltBar .txt {
        width: 750px !important;
    }


.col-center .repAreaWrap {
    display: block;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}



/* ========[ top 20 list style  ]============ */
.top20List {
    padding-bottom: 90px;
    background: #060816 url('../i/top20-Bg.jpg') center bottom no-repeat;
    background-size: 100%;
    border-radius: 5px;
    overflow: hidden;
    counter-reset: section;
}

    .top20List .widgetHeader {
        height: 60px;
        font-size: 38px;
        color: #ff0078;
        line-height: 60px;
        text-indent: 20px;
    }

    .top20List .items {
    }

        .top20List .items .listWrap {
            width: 95% !important;
            height: 70px;
            vertical-align: top;
            padding: 0 50px;
            position: relative;
            overflow: hidden;
            display: -webkit-flex !important;
            display: -moz-flex !important;
            display: -ms-flex !important;
            display: -o-flex !important;
            display: flex !important;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            justify-content: center;
        }
            /*.top20List .items .listWrap:not(.active):after {content: ''; width: 100%; height: 0%; position: absolute; top: 0px; background-color: rgba(255, 255, 255, 0.4); pointer-events: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .top20List .items .listWrap:after {top: auto; bottom: 0px;}*/
            .top20List .items .listWrap:before {
                width: 50px;
                position: absolute;
                top: 50%;
                left: 0;
                font-family: 'latobold';
                font-size: 40px;
                color: rgba(2550, 255, 255, .4);
                text-align: center;
                counter-increment: section;
                content: counter(section);
            }

            .top20List .items .listWrap .link {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
                text-indent: -999px;
                overflow: hidden;
            }

            .top20List .items .listWrap .title,
            .top20List .items .listWrap .subTitle {
                width: 100%;
                display: block;
                padding: 2px 0;
                font-size: 14px;
                color: #95969d;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            .top20List .items .listWrap .title {
                max-height: 48px;
                font-family: 'latobold';
                font-size: 18px;
                color: #fff;
                white-space: normal;
                display: -webkit-box;
                /*display: -moz-box;*/
                -webkit-line-clamp: 2;
                -moz-line-clamp: 2;
                -webkit-box-orient: vertical;
                -moz-box-orient: vertical;
            }

            .top20List .items .listWrap .actionPlay {
                width: 50px;
                height: 60px;
                color: #fff;
                line-height: 60px;
            }

                .top20List .items .listWrap .actionPlay .fas {
                    width: 37px;
                    height: 37px;
                    text-indent: 3px;
                    line-height: 37px;
                }

                    .top20List .items .listWrap .actionPlay .fas.fa-pause {
                        text-indent: 1px;
                    }

                    .top20List .items .listWrap .actionPlay .fas:after {
                        border-color: #fff;
                    }

            .top20List .items .listWrap.active .actionPlay,
            .top20List .items .listWrap.active .title {
                color: #ff0078 !important;
            }

                .top20List .items .listWrap.active .actionPlay .fas:after {
                    border-color: #ff0078 !important;
                }

            .top20List .items .listWrap:before {
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .top20List .items .listWrap .actionPlay,
            .top20List .items .listWrap .actionBar,
            .top20List .items .listWrap .title,
            .top20List .items .listWrap .subTitle,
            .top20List .items .listWrap .actionPlay .fas:after,
            .top20List .items .listWrap:before {
                -webkit-transition: 0.25s ease;
                -o-transition: 0.25s ease;
                transition: 0.25s ease;
                -webkit-transition-property: background-color, border-color, color;
                -o-transition-property: background-color, border-color, color;
                transition-property: background-color, border-color, color;
            }
            /*.top20List .items .listWrap:hover:after {height: 120%; background-color: rgba(255, 255, 255, 0);
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }*/
            .top20List .items .listWrap.active:before,
            .top20List .items .listWrap:hover:before,
            .top20List .items .listWrap:hover .actionPlay,
            .top20List .items .listWrap:hover .actionBar {
                color: #fff;
            }

            .top20List .items .listWrap:hover .title,
            .top20List .items .listWrap:hover .subTitle {
                color: #98a7b1;
            }

            .top20List .items .listWrap:hover .actionPlay .fas:after {
                border-color: #fff;
            }



/* ========[ mobile app style ]============ */
.mobileApp {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

    .mobileApp .link {
        width: calc(50% - 8px);
        float: left;
    }

        .mobileApp .link:not(:first-child) {
            margin-left: 16px;
        }

        .mobileApp .link img {
            max-width: 100%;
            height: auto;
            display: block;
        }




.widgetBtnWrap .link {
    height: 36px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    background-color: #00c0c7;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.widgetBtnWrap.all {
    text-align: center;
}

    .widgetBtnWrap.all .link { /*padding: 0 11%;*/
        width: 100%;
    }

.widgetBtnWrap .link:hover {
    background-color: #02a9af;
}


/* ========[ more play list style ]============ */
.morePlayList {
}

    .morePlayList ul {
    }

    .morePlayList li {
        padding: 12px 0;
        position: relative;
        overflow: hidden;
    }

        .morePlayList li:not(:first-child) {
            border-top: 1px solid #eee;
        }
        /*.morePlayList li:not(.active):after {content: ''; width: 0%; height: 100%; position: absolute; top: 0px; left: 0px; background-color: rgba(0, 192, 199, 0.4); pointer-events: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }*/
        .morePlayList li.active {
        }

        .morePlayList li .link {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            text-indent: -999px;
            overflow: hidden;
        }

        .morePlayList li .item {
            width: calc(100% - 50px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

            .morePlayList li .item .thumb {
                width: 50px;
                height: 50px;
                margin-right: 12px;
                background-color: #7a7a7a;
                text-align: center;
                overflow: hidden;
                border-radius: 5px;
            }

                .morePlayList li .item .thumb img {
                    width: auto;
                    height: 50px;
                }

            .morePlayList li .item .titleWrap {
                overflow: hidden;
                -webkit-flex: 1;
                flex: 1;
            }

                .morePlayList li .item .titleWrap span {
                    display: block;
                    font-size: 18px;
                    color: #567486;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }

                .morePlayList li .item .titleWrap .title {
                    color: #939393;
                }

        .morePlayList li .actionPlay {
            color: #c9c9c9;
        }

            .morePlayList li .actionPlay .fas:after {
                border-color: #c9c9c9;
            }

        .morePlayList li.active .item .titleWrap .title,
        .morePlayList li.active .actionPlay {
            color: #00c0c7 !important;
        }

            .morePlayList li.active .actionPlay .fas:after {
                border-color: #00c0c7 !important;
            }

        .morePlayList li,
        .morePlayList li .actionPlay,
        .morePlayList li .actionBar,
        .morePlayList li .item .titleWrap span,
        .morePlayList li .item .actionPlay .fas:after {
            -webkit-transition: 0.25s ease;
            -o-transition: 0.25s ease;
            transition: 0.25s ease;
            -webkit-transition-property: background-color, border-color, color;
            -o-transition-property: background-color, border-color, color;
            transition-property: background-color, border-color, color;
        }

            .morePlayList li:hover:after {
                width: 120%;
                background-color: rgba(0, 192, 199, 0);
                -webkit-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
            }

            .morePlayList li:hover .actionPlay,
            .morePlayList li:hover .actionBar {
                color: #00c0c7;
            }

            .morePlayList li:hover .item .titleWrap span {
                color: #00c0c7;
            }

            .morePlayList li:hover .actionPlay .fas:after {
                border-color: #00c0c7;
            }


.legend-ten li {
    background: #1E3247;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

    .legend-ten li:last-child {
        margin-bottom: 0;
    }

    .legend-ten li .item .titleWrap .title, .legend-ten li:hover .item .titleWrap .title {
        color: #fff;
    }

    .legend-ten li .item .titleWrap .subTitle, .legend-ten li:hover .item .titleWrap .subTitle {
        color: #47B6BF;
    }

    .legend-ten li .item .titleWrap span {
        font-size: 17px;
    }




/* ========[ more videos list style ]============ */
.moreVideosList {
}

    .moreVideosList ul {
    }

    .moreVideosList li {
        margin-bottom: 5px;
        padding-bottom: 5px;
        position: relative;
    }

        .moreVideosList li:not(:last-child) {
            border-bottom: 1px solid #eee;
        }

        .moreVideosList li .item {
            height: 62px;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
        }

            .moreVideosList li .item .thumb {
                height: 62px;
                display: block;
                margin-right: 16px;
                position: relative;
                -webkit-flex-basis: 95px;
                flex-basis: 95px;
            }

                .moreVideosList li .item .thumb img {
                    display: block;
                    position: relative;
                    z-index: 1;
                }

            .moreVideosList li .item .title {
                max-height: 62px;
                display: block;
                font-family: 'latobold';
                font-size: 18px;
                color: #1f1f1f;
                overflow: hidden;
            }

            .moreVideosList li .item .fas {
                position: absolute;
                top: 50%;
                left: 50%;
                z-index: 2;
                font-size: 18px;
                color: #fff;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

            .moreVideosList li .item:hover .fas {
                color: #00c0c7;
            }

        .moreVideosList li:not(:last-child):hover {
            border-bottom-color: #00c0c7;
        }





/* ========[ more news list style ]============ */
.moreNewsList {
}

    .moreNewsList ul {
        counter-reset: section;
    }

    .moreNewsList li {
        position: relative;
    }

        .moreNewsList li:not(:last-child) {
            border-bottom: 1px solid #eee;
        }

        .moreNewsList li .item {
            height: 50px;
            padding: 0 50px;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
        }

            .moreNewsList li .item .title {
                max-height: 42px;
                display: block;
                font-family: 'latobold';
                font-size: 18px;
                color: #1f1f1f;
                overflow: hidden;
            }

                .moreNewsList li .item .fas,
                .moreNewsList li .item .title:before {
                    position: absolute;
                    top: 50%;
                    right: 0;
                    font-size: 36px;
                    color: #c9c9c9;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

                .moreNewsList li .item .title:before {
                    right: auto;
                    left: 0;
                    font-size: 40px;
                    counter-increment: section;
                    content: counter(section);
                }

            .moreNewsList li .item:hover .fas,
            .moreNewsList li .item:hover .title:before {
                color: #00c0c7;
            }

        .moreNewsList li:not(:last-child):hover {
            border-bottom-color: #00c0c7;
        }


/* frekanslar */

.frequency-title {
    font-size: 27px;
    color: #00c0c7;
    font-family: 'latobold';
    margin: 30px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    z-index: 2;
}

#dataTable_wrapper {
    margin-top: -120px;
    font-family: 'latobold';
    z-index: 5;
}

.dataTables_filter {
    border: 3px solid #00c0c7;
    margin-bottom: 30px;
    padding: 6px 10px 6px 20px;
    border-radius: 5px;
}

    .dataTables_filter label, .dataTables_filter input {
        font-size: 19px;
        color: #b8b8b8;
    }

    .dataTables_filter input {
        width: 330px;
        padding: 0;
    }

.btn-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 11;
    margin-bottom: 60px;
}

    .btn-list a {
        width: 300px;
        height: 60px;
        border-radius: 5px;
        background-image: linear-gradient(to right, #172333, #5bbdc5);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #fff;
        text-align: center;
    }

        .btn-list a + a {
            margin-left: 30px;
        }


table.dataTable {
    position: relative;
    top: 0;
}

/* ========[ streaming widget style ]============ */
.streamingWidget {
}

    .streamingWidget .time {
        height: 36px;
        padding: 0 10px;
        background-color: #00c0c7;
        font-size: 16px;
        color: #fff;
        line-height: 36px;
        overflow: hidden;
        border-radius: 5px;
    }

    .streamingWidget ul {
        padding-bottom: 10px;
    }

    .streamingWidget li {
        height: 60px;
        position: relative;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
        /*.streamingWidget li:not(.selected):after {content: ''; width: 0%; height: 100%; position: absolute; top: 0px; left: 0px; background-color: rgba(0, 192, 199, 0.4); pointer-events: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }*/
        .streamingWidget li:not(:first-child):before {
            content: '';
            width: calc(100% - 40px);
            position: absolute;
            top: 0;
            left: 20px;
            border-top: 1px solid #eee;
        }

        .streamingWidget li:after {
            content: '';
            width: 0;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background-color: #00c0c7;
        }

        .streamingWidget li span {
            width: calc(100% - 80px);
            display: block;
            padding: 10px;
            position: relative;
            z-index: 2;
            font-size: 18px;
            color: #1f1f1f;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .streamingWidget li .hour {
            width: 80px;
            font-family: 'latoblack';
            color: #00c0c7;
            text-align: right;
        }

        .streamingWidget li,
        .streamingWidget li .hour,
        .streamingWidget li:after {
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

            .streamingWidget li:not(.selected):hover,
            .streamingWidget li.selected {
                background-color: #e5f9f9;
            }

                .streamingWidget li:not(.selected):hover .hour,
                .streamingWidget li.selected .hour {
                    color: #fff;
                }

                .streamingWidget li:not(.selected):hover:after,
                .streamingWidget li.selected:after {
                    width: 80px;
                }

    .streamingWidget .widgetBtnWrap {
        background-color: #00c0c7;
        overflow: hidden;
        border-radius: 5px;
    }

        .streamingWidget .widgetBtnWrap .link {
            height: 36px;
            display: block;
            padding: 0 20px;
            float: right;
            font-size: 18px;
            color: #fff;
            text-align: center;
            line-height: 36px;
        }




/* ========[ manset slider numerical type ]============ */
.news24List {
}

    .news24List .listWrap {
        vertical-align: top;
        padding: 15px 0;
        border-top: 1px solid #eee;
        position: relative;
        overflow: hidden;
    }
        /*.news24List .listWrap:after {content: ''; width: 0%; height: 100%; position: absolute; top: 0px; left: 0px; background-color: rgba(0, 192, 199, 0.4); pointer-events: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }*/
        .news24List .listWrap span {
            display: block;
            font-size: 18px;
            color: #1f1f1f;
            overflow: hidden;
            -webkit-transition: color .25s ease;
            -o-transition: color .25s ease;
            transition: color .25s ease;
        }

        .news24List .listWrap .title {
            padding-bottom: 20px;
            font-family: 'latobold';
        }

        .news24List .listWrap .info {
            font-size: 15px;
            color: #939393;
        }

            .news24List .listWrap .info em {
                padding-right: 5px;
                float: left;
                font-style: normal;
            }

            .news24List .listWrap .info .category {
                color: #00c0c7;
            }

        .news24List .listWrap:hover:after {
            width: 120%;
            background-color: rgba(0, 192, 199, 0);
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

        .news24List .listWrap:hover span {
            color: #00c0c7;
        }




/* ========[ manset slider numerical type ]============ */
.wp-block {
    display: block;
    width: 100%;
}

    .wp-block a img {
        display: block;
        max-width: 100%;
    }

    .msgSendWidget .caption {
        overflow: hidden;
        cursor: pointer;
    }

        .msgSendWidget .caption img {
            max-width: 100%;
            height: auto;
            border-radius: 4px;
        }

        .msgSendWidget .caption > picture {
            display: flex;
        }

    .msgSendWidget .formContent {
        display: none;
        overflow: hidden;
        position: relative;
        margin: 0 0 20px;
    }


    .msgSendWidget .formContent .inputBox {
        width: 100%;
        padding-top: 20px;
    }

    .msgSendWidget .formContent .inputBox:first-child {
        padding: 0;
    }

        .msgSendWidget .formContent .inputBox input,
        .msgSendWidget .formContent .inputBox textarea {
            width: 100% !important;
            padding: 10px;
            background-color: #ebebeb;
            font-size: 14px;
            overflow: hidden;
            border-radius: 5px;
        }

        .msgSendWidget .formContent .inputBox textarea {
            height: 76px;
        }

        .msgSendWidget .formContent .inputBox .submit {
            width: 100px;
            height: 30px;
            float: right;
            border: 1px solid #ebebeb;
            font-family: 'latoblack';
            font-size: 14px;
            color: #62d5da;
            text-align: center;
            line-height: 30px;
            border-radius: 5px;
        }

        .msgSendWidget .caption,
        .msgSendWidget .formContent .inputBox .submit {
            -webkit-transition: .25s ease;
            -o-transition: .25s ease;
            transition: .25s ease;
            -webkit-transition-property: background-color, color;
            -o-transition-property: background-color, color;
            transition-property: background-color, color;
        }

            .msgSendWidget .formContent .inputBox .submit:hover {
                background-color: #02a9af;
                color: #fff;
            }

    .msgSendWidget .formContent .msg-alert {
        width: calc(100% - 120px);
        position: absolute;
        left: 0;
        bottom: 5px;
        font-size: 14px;
        color: #df062c;
    }

.userWidgets .msgSendWidget .caption {
    margin-bottom: 20px;
}

@media(min-width:768px) {
    .msgSendWidget .caption img, .wp-block img {
        height: 70px;
        object-fit: cover;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .userWidgets {
        display: flex;
        gap: 1%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .msgSendWidget {
        width: 48%;
    }

    .wp-block {
        width: 48%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .userWidgets {
        display: flex;
        gap: 1%;
        justify-content: center;
    }

        .userWidgets > * {
            width: auto;
        }

    .userPrivate {
        flex: 0 0 auto;
        height: 78px;
        display: flex;
        align-items: center;
    }

    .msgSendWidget .caption img { /* height:77px; */
        object-fit: cover;
    }

    .msgSendWidget .caption {
        width: 100%;
    }

    .wp-block a img {
        width: 100%;
    }

    .userPrivate {
        flex: 0 0 auto;
        height: 80px;
    }
}

@media(min-width:1200px) {
    .msgSendWidget .caption img, .wp-block img {
        height: auto;
        object-fit: contain;
        width: 100%;
    }
}


.userPrivate {
    flex: 0 0 40%;
    position: relative;
    font-size: 15px;
    color: #000000;
    line-height: 40px;
    overflow: hidden;
}

    .userPrivate > ul {
        width: 100%;
        height: 40px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

    .userPrivate.show > ul {
        z-index: 2;
        pointer-events: inherit;
        opacity: 1;
    }

    .userPrivate > ul > li {
        height: 40px;
        width: auto;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        position: relative;
    }

        .userPrivate > ul > li:first-child,
        .userPrivate > ul > li:last-child {
            border-right: none;
        }

        .userPrivate > ul > li a {
            display: block;
        }

        .userPrivate > ul > li.timer {
            text-align: center;
            font-size: 14px;
            padding-right: 5px;
        }

        .userPrivate > ul > li:before {
            content: "";
            height: 28px;
            width: 1px;
            background-color: #e0e0e0;
            position: absolute;
            left: 0px;
            top: 6px;
        }

        .userPrivate > ul > li:first-child:before {
            display: none;
        }

        .userPrivate > ul > li.meteor {
            font-size: 14px;
            padding-right: 0;
            margin-left: 20px;
            padding-left: 15px;
        }

        .userPrivate > ul > li.timer label,
        .userPrivate > ul > li.timer strong {
            display: inline-block;
            vertical-align: top;
            cursor: pointer;
        }

        .userPrivate > ul > li.timer span {
            width: 70px;
            margin-left: 3px;
            display: inline-block;
            vertical-align: top;
            color: #000000;
            text-align: center;
            line-height: 24px;
            border: 1px solid #e2ac36;
            background-color: #ffffff;
            height: 26px;
            margin-top: 7px;
        }

        .userPrivate > ul > li.timer img {
            width: 33px;
            height: 30px;
            margin: 0px 0 0 6px;
            float: left;
        }

        .userPrivate > ul > li.route .fa {
            width: 34px;
            height: 44px;
            float: left;
            font-size: 28px;
            color: #e2ac36;
            line-height: 44px;
            text-align: center;
        }

        .userPrivate > ul > li.meteor .iconDiv {
            width: 35px;
            height: 30px;
            display: inline-block;
            vertical-align: top;
            text-align: center;
            position: relative;
        }

            .userPrivate > ul > li.meteor .iconDiv [class^="flaticon-"]:before,
            .userPrivate > ul > li.meteor .iconDiv [class*=" flaticon-"]:before,
            .userPrivate > ul > li.meteor .iconDiv [class^="flaticon-"]:after,
            .userPrivate > ul > li.meteor .iconDiv [class*=" flaticon-"]:after {
                font-size: 35px;
                color: #000000;
            }

        .userPrivate > ul > li.change {
            padding: 5px 0 5px 25px;
            position: relative;
            font-size: 14px;
            width: 90px;
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: 90px;
        }

            .userPrivate > ul > li.change em,
            .userPrivate > ul > li.change i {
                display: block;
                font-style: normal;
                line-height: 15px;
            }

            .userPrivate > ul > li.change i {
                font-weight: normal;
            }

            .userPrivate > ul > li.change:after {
                content: "\f068";
                position: absolute;
                left: 8px;
                top: 50%;
                background: none;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit; /*--adjust as necessary--*/
                color: #324370;
                font-size: 16px;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .userPrivate > ul > li.change.down:after {
                content: '\f0d7';
                font-size: 20px;
                color: #d11919;
            }

            .userPrivate > ul > li.change.up:after {
                content: '\f0d8';
                font-size: 20px;
                color: #178631;
            }

    .userPrivate .selectBox {
        height: 40px;
        position: relative;
        padding-right: 0;
        border: 2px solid #00c0c7;
        display: flex;
        align-items: center;
    }

        .userPrivate .selectBox:after {
            content: "\f107";
            position: absolute;
            right: 5px;
            top: 0px;
            color: #00c0c7;
            font-size: 14px;
            font-style: normal;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
        }

        .userPrivate .selectBox > select {
            position: relative;
            z-index: 5;
            height: 100%;
            width: 100%;
            background: transparent;
            background-image: none;
            -webkit-appearance: none;
            border: none;
            color: #000000;
            font-size: 14px;
            padding: 0 16px 0 5px;
            line-height: 30px;
            box-sizing: border-box;
        }

            .userPrivate .selectBox > select option {
                color: #000000;
            }
/* ========[ flaticon style ]============ */
@font-face {
    font-family: 'Flaticon';
    src: url('../c/fonts/flaticon.eot');
    src: url('../c/fonts/flaticon.eot#iefix') format('embedded-opentype'), url('../c/fonts/flaticon.woff') format('woff'), url('../c/fonts/flaticon.ttf') format('truetype'), url('../c/fonts/flaticon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 30px;
    font-style: normal;
    margin: 0px;
}

.flaticon-SGK:before {
    content: "\e029"
}

.flaticon-KF:before {
    content: "\e027"
}

.flaticon-KSY:before {
    content: "\e00e"
}

.flaticon-GSY:before {
    content: "\e009"
}

.flaticon-KGY:before {
    content: "\e009"
}

.flaticon-CB:before {
    content: "\e00f"
}

.flaticon-KYS:before {
    content: "\e00e"
}

.flaticon-YKY:before {
    content: "\e00c"
}

.flaticon-Y:before {
    content: "\e007"
}

.flaticon-SY:before {
    content: "\e007"
}

.flaticon-HY:before {
    content: "\e00d"
}

.flaticon-HSY:before {
    content: "\e00d"
}

.flaticon-A:before {
    content: "\e022"
}

.flaticon-SCK:before {
    content: "\e022"
}

.flaticon-AB:before {
    content: "\e026"
}

.flaticon-PB:before {
    content: "\e026"
}

.flaticon-YYSY:before {
    content: "\e020"
}

.flaticon-MSY:before {
    content: "\e020"
}

.flaticon-KKY:before {
    content: "\e006"
}

.flaticon-SIS:before {
    content: "\e015"
}

.flaticon-P:before {
    content: "\e003"
}

.flaticon-PUS:before {
    content: "\e003"
}

.flaticon-KY:before {
    content: "\e005"
}

.flaticon-K:before {
    content: "\e005"
}

.flaticon-HKY:before {
    content: "\e005"
}

.flaticon-D:before {
    content: "\e01d"
}

.flaticon-R:before {
    content: "\e027"
}

.flaticon-DMN:before {
    content: "\e015"
}



/* ========[ manset slider numerical type ]============ */
.podcastItem {
    width: 100%;
    height: 100%;
    border-bottom: 5px solid #00c0c7;
    border-radius: 5px;
    overflow: hidden;
}

    .podcastItem .actionWrap {
        margin-bottom: 10px;
        padding: 26px 10px 0;
        position: relative;
    }

        .podcastItem .actionWrap .timer {
            width: 70%;
            font-size: 16px;
            color: rgba(0, 0, 0, .5);
        }

        .podcastItem .actionWrap .actionPlay {
            width: 50px;
            height: 50px;
            top: auto;
            bottom: -10px;
            right: 10px;
            font-size: 22px;
            color: #00c0c7;
            line-height: 50px;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

            .podcastItem .actionWrap .actionPlay .fas {
                width: 40px;
                height: 40px;
                position: relative;
                text-indent: 4px;
                line-height: 40px;
            }

                .podcastItem .actionWrap .actionPlay .fas:after {
                    border-width: 1px;
                    border-color: #00c0c7;
                }




/* ========[ manset slider numerical type ]============ */
.sliderWrapper .headlineNumeric {
    position: relative;
}

    .sliderWrapper .headlineNumeric > .allLink {
        width: 0;
        height: 0;
        display: block;
        opacity: 0;
        pointer-events: none;
    }

    .sliderWrapper .headlineNumeric .items {
        width: 100%;
        position: relative;
    }

        .sliderWrapper .headlineNumeric .items .slick-slide {
            width: 100%;
            position: relative;
        }

        .sliderWrapper .headlineNumeric .items.slick-initialized .slick-track .slick-slide {
            display: block;
        }

        .sliderWrapper .headlineNumeric .items > div > span:not(.img) {
            display: none;
        }

        .sliderWrapper .headlineNumeric .items .slick-slide a {
            height: 100%;
            display: block;
            position: relative;
            overflow: hidden;
            border-radius: 5px;
        }

        .sliderWrapper .headlineNumeric .items .slick-slide span {
            display: block
        }

        .sliderWrapper .headlineNumeric .items .slick-slide .img {
            width: 100%;
            position: relative;
            z-index: 3;
            border-radius: 5px;
            overflow: hidden;
        }

            .sliderWrapper .headlineNumeric .items .slick-slide .img a {
                padding-bottom: 60.61%;
            }

        .sliderWrapper .headlineNumeric .items .slick-slide img {
            display: block;
            width: 100%;
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 0px;
            color: transparent;
        }

        .sliderWrapper .headlineNumeric .items .slick-slide .slideTitle:not(.title):not(.subTitle):not(.info) {
            height: 62px;
        }

        .sliderWrapper .headlineNumeric .items .slick-slide .slideTitle span em {
            display: table;
            margin: 3px 0;
            padding: 0 10px;
            font-style: normal;
            white-space: nowrap;
        }


        .sliderWrapper .headlineNumeric .items .slick-prev:before,
        .sliderWrapper .headlineNumeric .items .slick-next:before {
            display: none;
        }

        .sliderWrapper .headlineNumeric .items .slick-prev,
        .sliderWrapper .headlineNumeric .items .slick-next {
            width: 40px;
            height: auto;
            top: 49%;
            left: 16px;
            z-index: 6;
            font-size: 80px;
            color: rgba(255, 255, 255, .5);
            text-align: center;
            line-height: normal;
            opacity: 0;
            -webkit-transition: opacity .25s ease;
            -o-transition: opacity .25s ease;
            transition: opacity .25s ease;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .sliderWrapper .headlineNumeric .items .slick-next {
            left: auto;
            right: 16px;
        }

        .sliderWrapper .headlineNumeric .items:hover .slick-prev,
        .sliderWrapper .headlineNumeric .items:hover .slick-next {
            opacity: 1;
        }

        .sliderWrapper .headlineNumeric .items .slick-dots {
            width: auto;
            height: 26px;
            position: absolute;
            left: 50%;
            bottom: 0;
            z-index: 2;
            background: none;
            border-top: none;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

            .sliderWrapper .headlineNumeric .items .slick-dots li {
                width: 10px;
                height: 10px;
                display: inline-block;
                vertical-align: top;
                margin: 0 2px;
                cursor: pointer;
                -webkit-transition: width .25s ease;
                -o-transition: width .25s ease;
                transition: width .25s ease;
                -webkit-box-flex: 1 1 auto;
                -webkit-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto;
            }

                .sliderWrapper .headlineNumeric .items .slick-dots li a {
                    width: 10px;
                    height: 10px;
                    display: block;
                    background-color: #7a7a7a;
                    font-size: 16px;
                    color: #002045;
                    text-indent: -100px;
                    overflow: hidden;
                    cursor: pointer;
                    border: 0;
                    outline: none;
                    line-height: 38px;
                    white-space: nowrap;
                    border-radius: 100%;
                    -webkit-transition: all .25s ease;
                    -o-transition: all .25s ease;
                    transition: all .25s ease;
                }

                .sliderWrapper .headlineNumeric .items .slick-dots li.slick-active {
                    width: 20px;
                }

                    .sliderWrapper .headlineNumeric .items .slick-dots li.slick-active a {
                        width: 20px;
                        background: #7a7a7a;
                        color: #fff;
                        border-radius: 20px;
                    }


        .sliderWrapper .headlineNumeric .items > div > .img {
            display: block;
            height: 0;
            overflow: hidden;
        }

            .sliderWrapper .headlineNumeric .items > div > .img img,
            .sliderWrapper .headlineNumeric .items .img img[src$="i.gif"] {
                width: 0;
                height: 0;
            }

    .sliderWrapper .headlineNumeric.carousel .items .slick-slide .multiple > a {
        height: 200px;
    }

    .sliderWrapper .headlineNumeric.type02 .items .slick-slide .img a,
    .sliderWrapper .headlineNumeric.carousel .items .slick-slide .multiple > a {
        padding-bottom: 102.69%;
    }

    .sliderWrapper .headlineNumeric.ahaberCat .items .slick-slide .img a {
        padding-bottom: 56.17%;
    }

    .sliderWrapper .headlineNumeric.type01 .items .slick-slide .slideTitle:after {
        content: '';
        width: 100%;
        height: 40%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 4;
        background: rgba(0,0,0,.5);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.8)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }

    .sliderWrapper .headlineNumeric.type01 .items .slick-slide .slideTitle:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 200px !important;
        background-image: -webkit-gradient(linear,left bottom,left top,from(#000),to(transparent)) !important;
        background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.9),transparent) !important;
        pointer-events: none;
    }

    .sliderWrapper .headlineNumeric.type01 .items .slick-slide .slideTitle {
        width: 100%;
        height: 100% !important;
        padding: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 5;
        font-family: 'latobold';
        font-size: 18px;
        color: #fff;
        line-height: 20px;
        overflow: hidden;
        border-radius: 0 0 5px 5px;
    }

        .sliderWrapper .headlineNumeric.type01 .items .slick-slide .slideTitle span {
            position: absolute;
            max-width: 95%;
            left: 10px;
            bottom: 10px;
            z-index: 5;
        }

    .sliderWrapper .headlineNumeric.type02 .items .slick-slide .img {
        height: 200px;
    }

    .sliderWrapper .headlineNumeric.type02 .items .slick-slide .slideTitle {
        padding-top: 10px;
        font-size: 18px;
        line-height: 24px;
    }

        .sliderWrapper .headlineNumeric.type02 .items .slick-slide .slideTitle span em {
            margin: 0;
            padding: 0;
        }

        .sliderWrapper .headlineNumeric.type02 .items .slick-slide .slideTitle span .title {
            font-family: 'latobold';
        }

    .sliderWrapper .headlineNumeric.top20 .items .slick-prev,
    .sliderWrapper .headlineNumeric.top20 .items .slick-next {
        width: 50px;
        top: auto;
        bottom: -60px;
        opacity: 1;
        left: 27%;
        font-size: 50px;
        color: #ff0078;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .sliderWrapper .headlineNumeric.top20 .items .slick-next {
        left: auto;
        right: 27%;
    }

    .sliderWrapper .headlineNumeric.top20 .items .slick-disabled {
        color: rgba(255, 0, 120, .4);
    }

    .sliderWrapper .headlineNumeric.carousel {
        margin: 0 -10px;
        overflow: hidden;
    }

    .sliderWrapper .headlineNumeric.type02 {
        margin: 0 -10px;
    }

    .sliderWrapper .headlineNumeric.carousel:before,
    .sliderWrapper .headlineNumeric.carousel:after {
        content: '';
        width: 8px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
    }

    .sliderWrapper .headlineNumeric.carousel:after {
        left: auto;
        right: 0;
    }

    .sliderWrapper .headlineNumeric.carousel .items,
    .sliderWrapper .headlineNumeric.news24List .items,
    .sliderWrapper .headlineNumeric.type01 .items,
    .sliderWrapper .headlineNumeric.type02 .items {
        padding-bottom: 30px;
    }

    .sliderWrapper .headlineNumeric.top20 .items .slick-slide > div:not(:first-child) .listWrap:after {
        content: '';
        width: calc(100% - 50px);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        border-top: 1px solid rgba(255, 255, 255, .4);
    }

    .sliderWrapper .headlineNumeric.carousel .items .slick-slide,
    .sliderWrapper .headlineNumeric.type02 .items .slick-slide {
        padding: 0 10px;
    }

    .sliderWrapper .headlineNumeric.top20 .items .slick-slide {
        border-right: 1px solid rgba(255, 255, 255, .4);
    }

        .sliderWrapper .headlineNumeric.top20 .items .slick-slide a {
            position: absolute;
        }




/* ========[ haber alanları ]============ */

.bg-red-gradient {
    background: linear-gradient(to bottom, #AD3734 0%, #2F0B09 100%);
    border-radius: 6px;
    height: 100%;
    padding: 16px 6px 16px 6px;
    gap: 6px;
}

.bg-blue-gradient {
    background: linear-gradient(to bottom, #23B8B5 0%, #0D6360 100%);
    border-radius: 6px;
    height: 100%;
    padding: 16px 6px 16px 6px;
    gap: 6px;
}

.multiple {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.border-top {
    position: absolute;
    top: 0;
    left: 0;
    background: #23B7B4;
    width: 100%;
    height: 5px;
    z-index: 2;
    border-radius: 6px 6px 0 0;
}

.multiple.list {
    background: #000;
}

.multiple a {
    display: block;
}

.multiple > a {
    position: relative;
    background: #f4f4f5;
    overflow: hidden;
    border-radius: 5px;
}

    .multiple > a:after {
        content: '';
        width: 0%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(255, 255, 255, 0.4);
        pointer-events: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .multiple > a:hover:after {
        width: 120%;
        background-color: rgba(255, 255, 255, 0);
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

.podcastItem .multiple > a {
    height: 200px;
    border-radius: 5px 5px 0 0;
}

.multiple:hover a {
    color: #00c0c7;
}

.multiple:hover .type02 a {
    color: #A93630;
}

.multiple img {
    width: 100%;
    height: auto;
    display: block;
}

.multiple figcaption {
    width: 100%;
    overflow: hidden;
    height: 51px;
    padding-top: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .multiple figcaption a {
        width: 100%;
        max-height: 48px;
        display: block;
        font-family: 'latobold';
        font-size: 16px;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-transition: color .25s ease;
        -o-transition: color .25s ease;
        transition: color .25s ease;
    }

.all-view {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00c0c7;
    color: #00c0c7;
    font-family: 'latobold';
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.25s ease;
}

    .all-view i {
        margin-left: 5px;
    }

    .all-view:hover {
        color: #1e3247;
    }

.multiple figcaption a span {
    display: block;
}

.multiple figcaption a .subTitle {
    font-family: 'latoregular';
}

.multiple.podcast figcaption {
    height: auto;
    padding: 10px;
}

    .multiple.podcast figcaption a {
        max-height: 120px;
        line-height: 20px;
    }

        .multiple.podcast figcaption a .title {
            font-size: 20px;
            line-height: 22px;
        }

        .multiple.podcast figcaption a .subTitle {
            font-size: 16px;
        }

.multiple.progCatImg figcaption {
    padding-bottom: 0 !important;
}


.multiple.podcast.progCatImg figcaption a span {
    margin: 0 !important;
}

.progCatImg span.title {
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 30px !important;
}

.progCatImg .multiple.podcast figcaption a {
    max-height: 93px;
    line-height: normal !important;
}

.podcastItem.progCatImg .play {
    margin-top: -44.5px;
    margin-left: -44.5px;
}

.progCatImg .multiple.podcast .item {
    border-radius: 5px;
    background: #000000;
    transition: all 0.3s ease-out;
}

.podcastItem.view20.progCatImg {
    margin-bottom: 35px;
}

.progCatImg .bg {
    padding-bottom: 61.02% !important;
}

.progCatImg .multiple.podcast .item .bg img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.podcastItem.progCatImg {
    padding: 0 3px;
}

.progCatImg .multiple.podcast .item:hover .bg img {
    opacity: 0.6;
}

.progCatImg .multiple > a:after {
    display: none;
}

.programVideo {
    border-radius: 5px;
    background-color: #1d1d1d;
    margin-bottom: 20px;
}

a.moreVideo {
    display: table;
    margin: 30px auto 40px;
}

    a.moreVideo i {
        width: 100%;
    }

    a.moreVideo span {
        transition: all 0.3s ease-out;
        width: 332px;
        font-size: 18px;
        text-align: center;
        color: #1f1f1f;
        background: #00c0c7;
        border-radius: 5px;
        display: block;
        height: 50px;
        line-height: 50px;
    }

    a.moreVideo i {
        margin-top: 9px;
        text-align: center;
        color: #00c0c7;
    }

    a.moreVideo span:hover {
        background: #1e3247;
        color: #00c0c7;
    }

.programVideoContent {
    display: block;
    margin: auto;
    text-align: center;
}

.progCatImg .multiple.podcast figcaption {
    height: 113px;
    padding-bottom: 0 !important;
}

.progCatImg.catImg .multiple.podcast figcaption a {
    max-height: 60px;
    font-family: 'latoblack';
}

.programVideoContent img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.progCatImg.catImg .multiple.podcast figcaption {
    height: 90px;
    padding-right: 30px;
}


.multiple.podcast .item {
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

    .multiple.podcast .item .bg {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
    }

.multiple.podcast.custom03 .item .bg {
    height: 0;
    padding-bottom: 66.9892%;
}

    .multiple.podcast.custom03 .item .bg img {
        width: 100%;
        height: 100%;
        position: absolute;
        transition: all 0.3s ease-out;
    }

.multiple.podcast.custom04 .item .bg {
    height: 0;
    padding-bottom: 43,84%;
}

    .multiple.podcast.custom04 .item .bg img {
        width: 100%;
        height: 100%;
        position: absolute;
        transition: all 0.3s ease-out;
    }

.multiple.podcast .item .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.multiple.custom figcaption {
    width: 100%;
    height: 50%;
    padding: 0 0 10px;
    overflow: hidden;
    position: absolute;
    z-index: 5;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

    .multiple.custom figcaption a {
        padding: 0 12px;
        font-size: 16px;
        color: #fff;
        line-height: 24px;
    }

.multiple.list figcaption {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

    .multiple.list figcaption a {
        display: block;
    }

    .multiple.list figcaption ul {
        padding: 0 20px 20px;
    }

.multiple.list.large figcaption ul {
    padding: 30px;
}

.multiple.list figcaption ul:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.multiple.list figcaption ul li {
    position: relative;
    z-index: 5;
}

    .multiple.list figcaption > a,
    .multiple.list figcaption ul li a {
        height: auto;
        max-height: 50px;
        margin-bottom: 12px;
        padding: 0 0 0 18px;
        font-size: 16px;
        color: #fff;
    }

.multiple.list figcaption > a {
    position: relative;
    z-index: 5;
}

.multiple.list.large figcaption ul li a {
    font-size: 16px;
}

.multiple.list figcaption > a,
.multiple.list figcaption ul li:first-child a {
    max-height: initial;
    margin-bottom: 20px;
    padding: 0;
    font-size: 22px;
    line-height: 32px;
}

.multiple.list figcaption > a {
    padding: 0 20px;
}

.multiple.list.large figcaption ul li:first-child a {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
}

.multiple.list figcaption ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #c21717;
    position: absolute;
    top: 10px;
    left: 0;
}

.multiple.list figcaption ul li.gallery a,
.multiple.list figcaption ul li.video a {
    padding-left: 40px;
}

    .multiple.list figcaption ul li.gallery a:before,
    .multiple.list figcaption ul li.video a:before {
        width: 30px;
        height: 30px;
        top: 5px;
        left: 0;
        background: transparent top center no-repeat;
        background-size: 100%;
    }

    .multiple.list figcaption ul li.gallery a:before {
        background-image: url('../i/gallery-main-icon.svg');
    }

    .multiple.list figcaption ul li.video a:before {
        background-image: url('../i/video-main-icon.png');
    }

.multiple.list figcaption ul li:first-child a:before {
    display: none;
}

.multiple.list figcaption ul li a:before {
    background: #d11919;
}

.multiple.list figcaption ul li a:hover {
    text-decoration: underline;
}

.multiple.custom02 {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

    .multiple.custom02 > a {
        -webkit-flex-basis: 80%;
        flex-basis: 80%;
    }

    .multiple.custom02 figcaption {
        height: 70px;
        text-shadow: none;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

        .multiple.custom02 figcaption a {
            max-height: none;
            height: 64px;
            padding-left: 10px;
            font-size: 14px;
            line-height: 20px;
        }

            .multiple.custom02 figcaption a:before {
                display: block;
            }


.multiple.custom04 {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    border-radius: 10px;
}

    .multiple.custom04 > a {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }

    .multiple.custom04 figcaption {
        height: 63px;
        text-shadow: none;
        -webkit-align-items: flex-start;
        border-radius: 0 0 5px 5px;
        align-items: flex-start;
        position: absolute;
        z-index: 5;
        bottom: 0px;
        left: 0px;
        background: rgba(0,0,0,0.8);
        background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
        background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
        background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
        padding: 0 25px 10px 10px;
    }

        .multiple.custom04 figcaption a {
            max-height: none;
            font-size: 19px;
            color: #fff;
            line-height: 25px;
            height: 100%;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .multiple.custom04 figcaption a:before {
                display: block;
            }


.videoBreadCrumb span {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #a6a5a5;
    font-family: "latoregular";
}

.breadcrumb.videoBreadcrumb span {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #a6a5a5;
    font-family: 'latobold';
}

.breadcrumb.videoBreadcrumb {
    margin: 0;
}

.webContent h1 {
    font-family: 'latobold';
    font-size: 40px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin: 26px 0 31px;
}

.tabMenu.webTabMenu {
    margin-bottom: 17px;
}

figure.webContent img {
    max-width: 100%;
    display: block;
}

.video-js {
    background: #fff !important;
}

.videoTarih span {
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.3px;
    text-align: left;
    color: #707070;
}

    .videoTarih span b {
        padding: 2px 0;
    }

    .videoTarih span i {
        padding: 3px 0;
        line-height: normal;
        margin: 0 10px;
        padding: 3px 10px 3px 10px;
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
        display: inline-block !important;
    }

.videoTarih {
    border: 0;
}

.detail-info.view20.videoTarih {
    border: 0 !important;
    padding-bottom: 0;
}

.boldText {
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    font-family: 'latoblack';
}

.videoDesc p {
    font-family: latoregular;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75;
    color: #000000;
    margin-top: 22px;
    margin-bottom: 36px !important;
}

.videoFlex ul {
    display: flex !important;
}

    .videoFlex ul li {
        width: 100%;
        margin: 0;
    }

        .videoFlex ul li a {
            font-size: 14px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.71;
            letter-spacing: 0.4px;
            text-align: left;
            color: #ffffff;
            height: 36px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            transition: all 0.3s ease-out;
        }

.videoFlex .face {
    width: 100%;
    background: #2d599c;
}

.videoFlex {
    font-size: inherit !important;
    font-family: inherit !important;
    padding: 0 !important;
    margin-bottom: 40px;
}

.videoDesc {
    margin: 0;
}

.videoFlex ul li a i {
    position: absolute;
    left: 35px;
    font-size: 20px;
}

.videoFlex ul li + li {
    margin-left: 5px;
}

.videoFlex .x {
    background: #000;
}

    .videoFlex .x .x-icon {
        width: 12px;
        height: 12px;
        position: relative;
    }

        .videoFlex .x .x-icon:before {
            content: '';
            background-image: url("data:image/svg+xml;utf8,<svg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_57_2)'><path d='M0.0325423 0L5.26411 7.14047L0 12.9459H1.18547L5.79408 7.86338L9.51785 12.9459H13.55L8.024 5.4036L12.9239 0H11.7385L7.49403 4.68069L4.06469 0H0.0325423ZM1.77433 0.890582H3.62614L11.8051 12.0553H9.9533L1.77588 0.890582H1.77433Z' fill='white'/></g><defs><clipPath id='clip0_57_2'><rect width='13.55' height='12.9459' fill='white'/></clipPath></defs></svg>");
            width: 14px;
            height: 13px;
            display: block;
        }


.videoFlex .wht {
    background: #00aa31;
}

.videoFlex .reload {
    background: #ff9600;
}

a.reload.relActive i:before {
    content: "\f04c";
}

.marginAuto {
    display: table;
    margin: auto;
}

.play {
    position: absolute;
    left: 50%;
    z-index: 99;
    width: auto !important;
    height: auto !important;
    display: inherit !important;
    top: 50%;
    margin-top: -32.5px;
    margin-left: -32.5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

.multiple > a:hover .play {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.tabMenu ul li a {
    font-family: 'latoblack';
    font-size: 25px;
    line-height: 0.96;
    color: #000000;
    transition: all 0.3s ease-out;
}

    .tabMenu ul li a.active {
        color: #00c0c7;
    }

.tabMenu ul {
    display: flex;
}

    .tabMenu ul li + li {
        border-left: 1px solid #d7d7d7;
        padding-left: 20px;
        margin-left: 20px;
    }

.tabMenu {
    margin-bottom: 35px;
}

    .tabMenu ul li a:hover {
        color: #00c0c7;
    }

.programmer-widget a img {
    max-width: 100%;
    border-radius: 5px;
}

.programmer-widget a {
    display: block;
    margin-top: 48px;
}

.widgetHeader {
    position: relative;
    font-family: 'latoblack';
    font-size: 20px;
    color: #000;
}

    .widgetHeader.custom {
        font-size: 25px;
        color: #00c0c7;
    }

        .widgetHeader.custom .widgetImg {
            display: flex;
            align-items: center;
        }

            .widgetHeader.custom .widgetImg.populerSongs {
                background: url(../i/legend10bg.png) no-repeat;
                background-size: cover;
                height: 80px;
                justify-content: flex-start;
                padding: 0 0 0 15px;
                border-radius: 5px;
            }

            .widgetHeader.custom .widgetImg.mixedtape {
                background: url(../i/mixedtapeBg.png) no-repeat;
                background-size: cover;
                background-position: center;
                height: 80px;
                justify-content: center;
                border-radius: 5px;
            }

    .widgetHeader.custom02 {
        font-size: 22px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    .widgetHeader.custom03 .widgetImg {
        width: 100%;
        height: 0;
        padding-bottom: 20.3538%;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .widgetHeader.custom03 .widgetImg img {
            width: 100%;
            height: 100%;
            position: absolute;
        }

    .widgetHeader.custom03 h1 {
        padding: 10px;
        background-color: #132334;
        font-family: 'latoregular';
        color: #fff;
    }

    .widgetHeader.custom03 h2 {
        position: absolute;
        top: 40%;
        left: 20px;
        z-index: 2;
        font-family: 'latoblack';
        font-size: 36px;
        color: #ff0078;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .widgetHeader .selectBox {
        height: 30px;
        background-color: #ff0078;
        border: none;
        border-radius: 0;
    }

        .widgetHeader .selectBox > select {
            height: 30px;
            padding: 0 50px;
            font-size: 16px;
            color: #fff;
            line-height: 30px;
        }

        .widgetHeader .selectBox .fas {
            height: 30px;
            right: 15px;
            font-size: 20px;
            color: #fff;
            line-height: 30px;
        }

            .widgetHeader .selectBox .fas.fa-music {
                font-size: 22px;
                right: auto;
                left: 15px;
            }


/* ========[ kategori ahaber ]============ */

.customArea, .mediaArea {
    padding: 15px 10px 24px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover !important;
}

    .customArea .slick-slide {
        padding: 0 10px;
    }

    .mediaArea .progCatImg .multiple.podcast figcaption,
    .customArea .progCatImg .multiple.podcast figcaption {
        background: #fff;
        padding: 20px 12px 20px !important;
        border-bottom: 5px solid #1ea0b4;
        height: 115px;
    }

        .customArea .progCatImg .multiple.podcast figcaption.type02 {
            border-color: #A93630;
        }

    .mediaArea figure.multiple,
    .customArea figure.multiple {
        margin-bottom: 0;
    }

    .mediaArea .podcastItem.progCatImg,
    .customArea .podcastItem.progCatImg {
        margin-bottom: 0;
        padding: 0;
        border-bottom: 0;
    }

    .mediaArea .progCatImg span.title,
    .customArea .progCatImg span.title {
        font-size: 18px !important;
        line-height: 1.33 !important;
        max-height: 70px !important;
    }

    .customArea .slick-prev, .customArea .slick-next {
        top: -40px;
        right: 0;
        left: 0;
        color: #00c0c7;
        font-size: 20px;
        line-height: normal !important;
    }

        .customArea .slick-prev:before, .customArea .slick-next:before {
            display: none;
        }

    .customArea .slick-prev {
        right: 24px;
        left: auto;
    }

    .customArea .slick-next {
        right: 0;
        left: auto;
    }

    .mediaArea > .items > div {
        padding: 0 10px;
        display: flex;
        height: 100%;
        width: 50%;
    }

    .mediaArea .items {
        position: relative;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 15px;
    }



.widgetHeader.whiteTitle {
    color: #fff;
    margin-bottom: 20px;
    padding: 0 50px 0 10px;
}

.streamingWidget.ahaberStream li .hour {
    width: 55px;
    padding: 10px 0;
    text-align: center;
}

.widgetHeader.whiteTitle a:hover {
    color: #00c0c7;
}

.widgetHeader.whiteTitle a {
    color: #fff;
    transition: all 0.3s ease-out;
}

.streamingWidget.ahaberStream li .program {
    width: calc(100% - 60px);
}

.streamingWidget li:not(.selected):hover:after, .streamingWidget.ahaberStream li.selected:after {
    width: 55px;
}
/* ========[ kategori ahaber ]============ */

/*========= [ Son dakika ] ===============*/
.flash-news-wrapper {
    margin: 0 0 20px 0;
    width: 100%;
    height: 58px;
    position: relative;
    color: #212121;
    margin: 0 0 20px;
    box-shadow: 0 0 5px 3px rgba(223,223,223,.7);
    overflow: hidden;
}

.flash-news {
    display: flex;
    height: 100%
}

.flash-news-last-minute {
    height: 100%;
    width: 88px;
    line-height: normal;
    text-align: center;
    background-color: #ffc000;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    flex-shrink: 0
}

    .flash-news-last-minute a {
        display: block;
        height: 100%;
        display: flex;
        align-items: center
    }

.flash-news-slider .swiper-slide a {
    display: flex;
    height: 52px;
    align-items: center;
    margin: 3px 0;
    padding: 0 25px 0 10px
}

    .flash-news-slider .swiper-slide a span {
        display: block;
        width: 100%;
        max-height: 42px;
        line-height: normal;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        overflow: hidden
    }

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}


/* ========[ kategori widget logolar ]============ */
.categoryLogoWidget { /*height: calc(100% - 10px);*/
}

    .categoryLogoWidget .item {
        position: relative;
        overflow: hidden;
        border-radius: 5px;
    }

        .categoryLogoWidget .item img {
            width: 100%;
            height: auto;
            display: block;
        }

        .categoryLogoWidget .item .bg {
            width: 100%;
            height: 0;
            display: block;
            padding-bottom: 50%;
            position: relative;
            z-index: 1;
        }

    .categoryLogoWidget.ahaber-radyo .item .bg,
    .categoryLogoWidget.apara-radyo .item .bg,
    .categoryLogoWidget.aspor-radyo .item .bg,
    .categoryLogoWidget.anews-radio .item .bg {
        background-color: #1e3247;
    }

    .categoryLogoWidget .item .bg img {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .categoryLogoWidget .item .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .categoryLogoWidget.vav-radyo .item .logo:after {
        content: '';
        width: 248px;
        height: 30px;
        position: absolute;
        bottom: -40px;
        left: 50%;
        background: url('../i/radio/vav-radyo-alt.png') no-repeat;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }


/* ========[ selectbox type ]============ */
.selectBox {
    position: relative;
    border: 1px solid #00c0c7;
    overflow: hidden;
    border-radius: 5px;
}

    .selectBox > select {
        width: 100%;
        height: 44px;
        padding: 0 50px 0 12px;
        background: transparent;
        background-image: none;
        border: none;
        font-size: 22px;
        color: #000;
        line-height: 44px;
        position: relative;
        z-index: 10;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .selectBox > select option {
            color: #000000;
            font-size: 18px;
        }

    .selectBox .fas {
        height: 44px;
        position: absolute;
        top: 0;
        right: 15px;
        z-index: 9;
        font-size: 26px;
        line-height: 44px;
    }




/* ========[ namaz vakitleri ]============ */
.seasonWidget {
}

    .seasonWidget .selectBox {
        margin-bottom: 10px;
    }

    .seasonWidget .timeFor {
        padding: 10px 0;
        background-color: #ebebeb;
        font-size: 13px;
        color: #000;
        overflow: hidden;
        border-radius: 5px;
    }

        .seasonWidget .timeFor li {
            width: 16.6666%;
            position: relative;
            float: left;
        }

            .seasonWidget .timeFor li:not(:first-child) {
                border-left: 1px solid #fff;
            }

            .seasonWidget .timeFor li.current:before {
                content: '';
                width: 100%;
                height: 130%;
                position: absolute;
                top: -10px;
                z-index: 1;
                background-color: #00c0c7;
            }

            .seasonWidget .timeFor li span {
                height: 34px;
                display: block;
                position: relative;
                z-index: 2;
                text-align: center;
                line-height: 34px;
            }

            .seasonWidget .timeFor li.current span {
                color: #fff;
            }

            .seasonWidget .timeFor li .hour {
                border-top: 1px solid #fff;
                font-size: 12px;
            }





/* ========[ vav info box style ]============ */
.vavInfoBoxWidget {
    padding: 110px 30px 20px;
    background: #070e1a url('../i/vavInfoBoxWidgetBg.jpg') top center no-repeat;
    background-size: cover;
    font-family: "Segoe UI";
    color: #fff;
    text-align: center;
}

    .vavInfoBoxWidget span {
        display: block;
    }

    .vavInfoBoxWidget .superTitle {
        margin-bottom: 36px;
        font-weight: 700;
    }

    .vavInfoBoxWidget .title {
        margin-bottom: 20px;
        font-weight: 400;
    }

    .vavInfoBoxWidget .subTitle {
        font-weight: 200;
    }


/* ========[ breadcrumb style ]============ */
.breadcrumb {
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 12px;
    color: #8f8e8e;
}

    .breadcrumb > span {
        display: inline-block;
        font-family: 'latolight';
        font-size: 12px;
        color: #8f8e8e;
    }

        .breadcrumb > span:not(:last-child):after {
            content: '>';
            padding-left: 5px;
        }

        .breadcrumb > span:not(:first-child) {
            margin: 0 5px 0 0;
        }

        .breadcrumb > span:first-child a {
        }

        .breadcrumb > span a {
            -webkit-transition: color .25s ease;
            -o-transition: color .25s ease;
            transition: color .25s ease;
        }

            .breadcrumb > span a:hover {
                color: #00c0c7;
            }


/* ========[ frekanslar style ]============ */
.staticPage {
    font-size: 11px;
    color: #051729;
}

    .staticPage p {
        margin-bottom: 15px;
        line-height: 24px;
    }

    .staticPage strong {
        font-family: 'latobold';
    }

    .staticPage .rowline span {
        margin-bottom: 5px;
        display: block;
    }

    .staticPage .textlist {
        list-style: disc;
        padding-left: 20px;
    }

        .staticPage .textlist li {
            list-style: disc;
            line-height: 24px;
            margin-bottom: 5px;
        }

.frArea {
    width: 100%;
    margin-bottom: 20px;
}

    .frArea:after {
        content: "";
        display: block;
        clear: both;
    }

.half {
    float: left;
    width: 49%;
}

    .half:nth-child(2n) {
        margin-left: 2%;
    }

.frbox {
    width: 100%;
    font-family: 'latobold';
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0px;
}

.frArea h1, .frArea h2 {
    height: 50px;
    display: block;
    padding: 0 10px;
    background-color: #00c0c7;
    font-family: 'latoblack';
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
    border-radius: 5px;
}



/* ========[ detail style ]============ */
.detailWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.newsImage {
    position: relative;
    -webkit-order: -1;
    order: -1;
}

    .newsImage img {
        max-width: 100%;
        height: auto;
    }

    .newsImage .btn {
        width: 20%;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        position: absolute;
        top: 0;
        font-size: 26px;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .newsImage .btn.prev {
            left: 0;
        }

        .newsImage .btn.next {
            right: 0;
        }

        .newsImage .btn .fas {
            width: 35px;
            height: 35px;
            background: rgba(0,0,0,0.4);
            position: absolute;
            top: 50%;
            line-height: 35px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .newsImage .btn.prev .fas {
            left: 0;
        }

        .newsImage .btn.next .fas {
            right: 0;
        }

.authors {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    line-height: normal;
}

    .authors > a {
        display: inline-flex;
        text-decoration: none;
    }

        .authors > figure,
        .authors > a figure {
            display: inline-flex;
            align-items: center;
            column-gap: 10px;
        }

            .authors > figure img,
            .authors > a figure img {
                border-radius: 50%;
                width: 48px;
                height: 48px;
                border: 1px solid #233245;
                margin: 0;
            }

            .authors > figure figcaption,
            .authors > a figure figcaption {
                display: flex;
                flex-direction: column;
                row-gap: 15px;
            }

    .authors .name,
    .authors a .name {
        font-size: 12px;
        font-family: 'latobold';
        color: #233546;
    }



.detail-title {
    margin-bottom: 5px;
    font-family: 'latobold';
    font-size: 26px;
    line-height: 1.2;
    color: #132334;
    -webkit-order: -1;
    order: -1;
}

    .detail-title a {
        text-decoration: underline;
        -webkit-transition: color .25s ease;
        -o-transition: color .25s ease;
        transition: color .25s ease;
    }

        .detail-title a:hover {
            color: #00c0c7;
            text-decoration: none;
        }

.detail-info {
    padding: 5px 0;
    font-family: 'latolight';
    font-size: 12px;
    color: #8f8e8e;
}

    .detail-info span i {
        display: none;
        font-style: normal;
    }

    .detail-info .far {
        padding-right: 10px;
    }

.detail-text-content {
    font-size: 16px;
    line-height: 24px;
}

    .detail-text-content a {
        text-decoration: underline;
        -webkit-transition: color .25s ease;
        -o-transition: color .25s ease;
        transition: color .25s ease;
    }

    .detail-text-content table {
        width: 100% !important;
    }

    .detail-text-content a:hover {
        color: #00c0c7;
        text-decoration: none;
    }

    .detail-text-content p {
        margin-bottom: 10px;
    }

        .detail-text-content p.detail-spot,
        .detail-text-content strong {
            font-family: 'latobold';
            font-weight: normal;
        }

        .detail-text-content p.detail-spot {
            font-size: 20px;
            line-height: 24px;
        }

    .detail-text-content .detail-text-left-image img {
        float: left;
        margin: 0px 10px 10px 0;
    }

    .detail-text-content .detail-text-right-image img {
        float: right;
        margin: 0 0 10px 10px;
    }

    .detail-text-content .detail-text-left-image p,
    .detail-text-content .detail-text-right-image p {
        display: inline;
    }

    .detail-text-content img {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .detail-text-content h2 a {
        display: block;
        margin: 30px 0px;
        font-size: 20px;
        color: #004798;
        font-family: 'latobold';
        text-decoration: underline;
    }

.detail-text-content-video {
    width: 100%;
    height: 0;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
}

    .detail-text-content-video iframe {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        border: none;
    }


.newsShare {
    padding: 30px 0;
    font-family: 'latobold';
    font-size: 16px;
}

    .newsShare span {
        display: inline-block;
        vertical-align: top;
    }

    .newsShare ul {
        display: inline-block;
        vertical-align: top;
    }

    .newsShare li {
        margin: 0 5px;
        float: left;
    }

    .newsShare a {
        color: #00c0c7;
        font-size: 20px;
    }


/* ========[ streaming style ]============ */
.streaming {
}

    .streaming .streamingHeader {
        margin-bottom: 10px;
        background-color: #00c0c7;
        border-radius: 5px;
        overflow: hidden;
    }

        .streaming .streamingHeader .streamingTitle h1 {
            display: block;
            vertical-align: top;
            padding: 10px;
            font-family: 'latoblack';
            font-size: 25px;
            color: #fff;
        }

        .streaming .streamingHeader .streamingTitle .selectBox {
            width: 96%;
            height: 30px;
            margin: 0 2%;
            background-color: #ff0078;
            border: none;
        }

            .streaming .streamingHeader .streamingTitle .selectBox > select {
                height: 30px;
                padding: 0 50px 0 12px;
                font-size: 16px;
                color: #fff;
                line-height: 30px;
            }

            .streaming .streamingHeader .streamingTitle .selectBox .fas {
                height: 30px;
                right: 15px;
                font-size: 20px;
                color: #fff;
                line-height: 30px;
            }

        .streaming .streamingHeader .scheduleWeekly {
        }

            .streaming .streamingHeader .scheduleWeekly ul {
                height: 64px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                align-items: center;
            }

                .streaming .streamingHeader .scheduleWeekly ul li {
                    position: relative;
                    -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
                }

                    .streaming .streamingHeader .scheduleWeekly ul li:not(:first-child):before {
                        content: '';
                        height: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: 1;
                        border-left: 1px solid #ebebeb;
                    }

                    .streaming .streamingHeader .scheduleWeekly ul li.selected:after {
                        content: '';
                        width: 95%;
                        height: 140%;
                        position: absolute;
                        top: -20%;
                        left: 3%;
                        z-index: 1;
                        background-color: #1fa0b4;
                    }

                    .streaming .streamingHeader .scheduleWeekly ul li span {
                        height: 20px;
                        display: block;
                        font-family: 'latolight';
                        font-size: 12px;
                        color: #fff;
                        text-align: center;
                        line-height: 24px;
                    }

                        .streaming .streamingHeader .scheduleWeekly ul li span:first-child {
                            font-family: 'latobold';
                            font-size: 16px;
                            line-height: 20px;
                        }

                    .streaming .streamingHeader .scheduleWeekly ul li a {
                        display: block;
                        position: relative;
                        z-index: 2;
                    }

    .streaming .guideList {
    }

        .streaming .guideList ul {
        }

            .streaming .guideList ul li {
                border-bottom: 1px solid #ebebeb;
                font-size: 20px;
                color: #000;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
            }

                .streaming .guideList ul li span {
                    height: 80px;
                    padding-left: 4%;
                    position: relative;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-justify-content: center;
                    justify-content: center;
                    -webkit-flex-direction: column;
                    flex-direction: column;
                    -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
                }

                .streaming .guideList ul li .program {
                    font-family: 'latobold';
                }

                .streaming .guideList ul li .time {
                    -webkit-flex-grow: 0;
                    flex-grow: 0;
                    -webkit-flex-basis: 25%;
                    flex-basis: 25%;
                }

                .streaming .guideList ul li .program:before {
                    content: '';
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    border-left: 1px solid #ebebeb;
                }

                .streaming .guideList ul li.selected {
                    background-color: #00c0c7;
                }

                .streaming .guideList ul li.selected {
                    color: #fff;
                }

                    .streaming .guideList ul li.selected .time:before {
                        content: 'Şimdi';
                        font-size: 14px;
                    }

                    .streaming .guideList ul li.selected .time:after {
                        content: '';
                        width: 18px;
                        height: 18px;
                        background-color: #ff0078;
                        border-radius: 100%;
                    }




/* ========[ top list style ]============ */

.topListFrame {
}

    .topListFrame .caption {
        color: #b8b8b8;
    }

        .topListFrame .caption span {
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
        }

    .topListFrame .list {
        counter-reset: section;
    }

        .topListFrame .list li {
            width: 100% !important;
            height: 90px;
            vertical-align: top;
            padding: 7px 50px 7px 100px;
            position: relative;
            overflow: hidden;
            display: -webkit-flex !important;
            display: -moz-flex !important;
            display: -ms-flex !important;
            display: -o-flex !important;
            display: flex !important;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            justify-content: center;
        }

            .topListFrame .list li:not(:first-child) {
                border-top: 1px solid #ebebeb;
            }

            .topListFrame .list li:before {
                width: 32px;
                height: 32px;
                position: absolute;
                top: 7px;
                left: 5px;
                z-index: 2;
                background-color: rgba(0, 0, 0, 0.5);
                font-family: 'latobold';
                font-size: 20px;
                color: #fff;
                text-align: center;
                line-height: 32px;
                border-radius: 0 0 20px 0;
                counter-increment: section;
                content: counter(section);
            }

            .topListFrame .list li .thumb {
                width: 76px;
                height: 76px;
                position: absolute;
                top: 7px;
                left: 5px;
                z-index: 1;
                border-radius: 5px;
                overflow: hidden;
            }

                .topListFrame .list li .thumb img {
                    width: 100%;
                    height: auto;
                }

            .topListFrame .list li .link {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
                text-indent: -999px;
                overflow: hidden;
            }

            .topListFrame .list li .title,
            .topListFrame .list li .subTitle {
                width: 100%;
                display: block;
                padding: 2px 0;
                font-size: 14px;
                color: #000;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            .topListFrame .list li .title {
                max-height: 48px;
                font-family: 'latobold';
                font-size: 18px;
                white-space: normal;
                display: -webkit-box;
                /*display: -moz-box;*/
                -webkit-line-clamp: 2;
                -moz-line-clamp: 2;
                -webkit-box-orient: vertical;
                -moz-box-orient: vertical;
            }

            .topListFrame .list li .actionPlay {
                width: 50px;
                height: 60px;
                color: #00c0c7;
                line-height: 60px;
            }

                .topListFrame .list li .actionPlay .fas {
                    width: 37px;
                    height: 37px;
                    text-indent: 3px;
                    line-height: 37px;
                }

                    .topListFrame .list li .actionPlay .fas.fa-pause {
                        text-indent: 1px;
                    }

                    .topListFrame .list li .actionPlay .fas:after {
                        border-color: #00c0c7;
                    }

            .topListFrame .list li.active .actionPlay,
            .topListFrame .list li.active .title {
                color: #ff0078 !important;
            }

                .topListFrame .list li.active .actionPlay .fas:after {
                    border-color: #ff0078 !important;
                }

            .topListFrame .list li .actionPlay,
            .topListFrame .list li .title,
            .topListFrame .list li .subTitle,
            .topListFrame .list li .actionPlay .fas:after,
            .topListFrame .list li:before {
                -webkit-transition: 0.25s ease;
                -o-transition: 0.25s ease;
                transition: 0.25s ease;
                -webkit-transition-property: background-color, border-color, color;
                -o-transition-property: background-color, border-color, color;
                transition-property: background-color, border-color, color;
            }

            .topListFrame .list li.active:before,
            .topListFrame .list li:hover:before,
            .topListFrame .list li:hover .actionPlay {
                color: #ff0078;
            }

            .topListFrame .list li:hover .title {
                color: #ff0078;
            }

            .topListFrame .list li:hover .actionPlay .fas:after {
                border-color: #ff0078;
            }




/* ========[ pagination style ]============ */
.pagination {
    margin: 20px 0;
    float: right;
    text-align: center;
}

    .pagination > a {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        color: #000;
        margin: 0px 10px;
    }

    .pagination ul {
        display: inline-block;
        vertical-align: top;
    }

        .pagination ul li {
            display: inline-block;
            margin: 3px 0 0 3px;
        }

            .pagination ul li a {
                height: 32px;
                display: block;
                padding: 0px 10px;
                font-size: 16px;
                color: #000;
                line-height: 32px;
                border: 1px solid #ebebeb;
                border-radius: 5px;
                -webkit-transition: all .25s ease;
                -o-transition: all .25s ease;
                transition: all .25s ease;
            }

            .pagination ul li.prev a,
            .pagination ul li.next a {
                color: #ff0078;
            }

            .pagination ul li.current a {
                background-color: #00c0c7;
                color: #fff;
            }





/* ========[ podcastList style ]============ */
.podcastDetailList {
}

    .podcastDetailList > li {
        padding: 10px 10px 60px;
        position: relative;
        border: 1px solid #ebebeb;
        border-radius: 5px;
        overflow: hidden;
    }

        .podcastDetailList > li:after {
            content: '';
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            border-bottom: 5px solid #00c0c7;
        }

        .podcastDetailList > li .titleWrap {
            overflow: hidden;
            -webkit-flex: 1;
            flex: 1;
        }

        .podcastDetailList > li .actionPlay,
        .podcastDetailList > li .actionShare,
        .podcastDetailList > li .subTitle,
        .podcastDetailList > li .title {
            display: block;
        }

        .podcastDetailList > li .title {
            font-size: 14px;
        }

        .podcastDetailList > li .subTitle {
            padding-top: 10px;
            font-family: 'latobold';
            font-size: 16px;
        }

        .podcastDetailList > li .actionPlay,
        .podcastDetailList > li .actionShare {
            width: 40px;
            right: 60px;
            top: auto;
            bottom: 10px;
            z-index: 1;
            font-size: 20px;
            color: #00c0c7;
            -webkit-transition: color 0.25s ease;
            -o-transition: color 0.25s ease;
            transition: color 0.25s ease;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

            .podcastDetailList > li .actionShare.active {
                color: #00c0c7;
            }

        .podcastDetailList > li .actionShare {
            right: 10px;
            z-index: 3;
            color: #000;
        }

            .podcastDetailList > li .actionShare .fas,
            .podcastDetailList > li .actionPlay .fas {
                width: 40px;
                height: 40px;
                line-height: 40px;
            }

            .podcastDetailList > li .actionShare .fas {
                text-indent: 0;
            }

                .podcastDetailList > li .actionShare .fas:before {
                    position: relative;
                    z-index: 2;
                }

            .podcastDetailList > li .actionShare.active .fas:before {
                content: '\f00d';
            }

        .podcastDetailList > li .actionPlay .fas:after {
            border-color: #00c0c7;
        }

        .podcastDetailList > li .actionShare .fas:after {
            z-index: 1;
            background-color: #fff;
            border-color: #000;
        }

        .podcastDetailList > li .actionShareWrap {
            height: 40px;
            display: none;
            position: absolute;
            bottom: 10px;
            right: 30px;
            z-index: 2;
            overflow: hidden;
        }

            .podcastDetailList > li .actionShareWrap ol {
                height: 40px;
                padding: 0 30px 0 10px;
                position: relative;
                border: 2px solid #000;
                background-color: #fff;
                border-radius: 30px 0 0 30px;
            }

                .podcastDetailList > li .actionShareWrap ol li {
                    margin: 0 10px;
                    float: left;
                }

                .podcastDetailList > li .actionShareWrap ol > li > a {
                    height: 36px;
                    display: block;
                    padding: 0 2px;
                    position: relative;
                    font-size: 24px;
                    color: #000;
                    text-align: center;
                    white-space: nowrap;
                    line-height: 36px;
                    -webkit-transition: color 0.25s ease;
                    -o-transition: color 0.25s ease;
                    transition: color 0.25s ease;
                }

                .podcastDetailList > li .actionShareWrap ol > li:hover > a {
                    color: #00c0c7;
                }





/* ========[ application frame style ]============ */
.appFrame {
    margin-bottom: 45px;
    padding: 20px 20px 0;
    background-color: #eee;
}

    .appFrame .title,
    .appFrame .subTitle,
    .appFrame .info {
        margin-bottom: 10px;
        font-family: 'latobold';
    }

    .appFrame .info {
        margin-bottom: 0;
        font-size: 15px;
        color: #132334;
        line-height: 28px;
    }

    .appFrame .title {
        font-size: 30px;
    }

    .appFrame .subTitle {
        font-size: 18px;
        line-height: 26px;
    }

    .appFrame .supTitle {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .appFrame .appLinks {
    }

        .appFrame .appLinks a {
            width: 49%;
            display: inline-block;
            vertical-align: top;
            text-align: center;
        }

            .appFrame .appLinks a img {
                max-width: 100%;
                height: auto;
                opacity: .3;
                -webkit-transition: all .25s ease;
                -o-transition: all .25s ease;
                transition: all .25s ease;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
            }

            .appFrame .appLinks a:hover img {
                opacity: 1;
                -webkit-filter: grayscale(0%);
                filter: grayscale(0%);
            }

    .appFrame .figureList {
        height: 0;
        padding-bottom: 69.8210%;
        position: relative;
    }

        .appFrame .figureList figure {
            position: absolute;
            left: 50%;
            -webkit-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .appFrame .figureList .appMobil {
            width: 30%;
            left: 25%;
            bottom: -55px;
            z-index: 4;
        }

        .appFrame .figureList .appTablet {
            width: 38%;
            left: 15%;
            bottom: -16px;
            z-index: 2;
        }

        .appFrame .figureList .webDekstop {
            width: 90%;
            bottom: -25px;
            z-index: 1;
        }

        .appFrame .figureList .appCup {
            width: 33%;
            left: 85%;
            bottom: -28px;
            z-index: 3;
        }

        .appFrame .figureList img {
            max-width: 100%;
            height: auto;
        }



/* ========[ piyasa list style ]============ */
.exchangeList {
    margin-bottom: 10px;
    background: #171d7a;
    position: relative;
}

    .exchangeList ul {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }

        .exchangeList ul li {
            width: 25%;
            height: 76px;
            display: block;
            float: left;
            padding: 5px;
            float: left;
            position: relative;
            font-size: 12px;
        }

            .exchangeList ul li:not(:last-child) {
                border-right: 1px solid #50559f;
            }

            .exchangeList ul li a {
                display: block;
                color: #fff;
                overflow: hidden;
            }

                .exchangeList ul li a > strong,
                .exchangeList ul li a > span {
                    display: block;
                    padding-bottom: 4px;
                }

                .exchangeList ul li a > strong {
                    font-weight: normal;
                }

                .exchangeList ul li a > span {
                    font-size: 12px;
                }

                    .exchangeList ul li a > span span {
                        -webkit-transition: opacity .5s ease-in-out;
                        -o-transition: opacity .5s ease-in-out;
                        transition: opacity .5s ease-in-out;
                    }

                .exchangeList ul li a span i {
                    display: block;
                    padding-top: 3px;
                    color: #fff;
                    font-style: normal;
                }

                .exchangeList ul li a > strong:after {
                    content: '';
                    padding: 0 10px;
                    text-align: center;
                    font-family: 'Font Awesome 5 Free';
                    font-style: normal;
                    font-weight: 900;
                    font-size: 20px;
                }

            .exchangeList ul li.up a > strong:after {
                content: '\f0d8';
                color: #0aa618;
            }

            .exchangeList ul li.down a > strong:after {
                content: '\f0dd';
                color: #ff0000;
            }

            .exchangeList ul li.normal a > strong:after {
                content: '\f068';
                color: #c4c4c4;
            }
/*.exchangeList ul li.up a span i {color: #009245;}
    .exchangeList ul li.down a span i {color: #d11919;}
    .exchangeList ul li.normal a span i {color: #4374bb;}*/




/* ========[ responsive style ]============ */
@media (min-width: 576px) {

    .display-sm-none {
        display: none !important;
    }

    .display-sm-block {
        display: block !important;
    }

    .sliderWrapper .headlineNumeric.carousel .items .slick-slide .multiple > a {
        height: auto;
    }

    .sliderWrapper .headlineNumeric.type01 .items .slick-slide .slideTitle {
        font-size: 26px;
        line-height: 30px;
    }

        .sliderWrapper .headlineNumeric.type01 .items .slick-slide .slideTitle span {
            max-width: 90%;
            left: 30px;
            bottom: 20px;
        }

    .top20List {
        padding-bottom: 150px;
    }

        .top20List .widgetHeader {
            height: 110px;
            font-size: 56px;
            line-height: 110px;
        }

        .top20List .items .listWrap {
            width: 90% !important;
            height: 90px; /*padding: 0 90px;*/
            padding: 0 0 0 90px;
        }

            .top20List .items .listWrap:before {
                width: 90px;
                font-size: 50px;
            }

            .top20List .items .listWrap .title,
            .top20List .items .listWrap .subTitle {
                font-size: 16px;
            }

            .top20List .items .listWrap .title {
                font-size: 20px;
            }

            .top20List .items .listWrap .actionPlay {
                width: 60px;
            }

    .topListFrame .list li {
        height: 120px;
        padding: 7px 50px 7px 200px;
    }

        .topListFrame .list li:before {
            width: 60px;
            height: auto;
            top: 50%;
            left: 0;
            background-color: transparent;
            font-size: 40px;
            color: #999;
            line-height: normal;
            border-radius: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .topListFrame .list li .thumb {
            width: 106px;
            height: 106px;
            left: 65px;
        }

        .topListFrame .list li .title,
        .topListFrame .list li .subTitle {
            font-size: 16px;
        }

        .topListFrame .list li .title {
            font-size: 20px;
        }

        .topListFrame .list li .actionPlay {
            width: 60px;
            font-size: 24px;
        }

            .topListFrame .list li .actionPlay .fas {
                width: 50px;
                height: 50px;
                line-height: 50px;
            }



    .sliderWrapper .headlineNumeric.top20 .items .slick-slide > div:not(:first-child) .listWrap:after {
        width: calc(100% - 90px);
    }

    .sliderWrapper .headlineNumeric.top20 .items .slick-prev,
    .sliderWrapper .headlineNumeric.top20 .items .slick-next {
        bottom: -100px;
    }

    .sliderWrapper .headlineNumeric.type02 .items .slick-slide .img {
        height: auto;
    }

    .multiple figcaption,
    .sliderWrapper .headlineNumeric .items .slick-slide .slideTitle:not(.title):not(.subTitle):not(.info) {
        height: 72px;
    }

    .podcastItem .multiple > a {
        height: auto;
    }

    .widgetHeader {
        font-size: 24px;
    }

    .multiple figcaption a {
        font-size: 18px;
        line-height: 24px;
    }

    .multiple.custom02 figcaption a {
        font-size: 16px;
    }

    .multiple.custom04 figcaption a {
        font-size: 16px;
    }

    .streamingWidget ul {
        padding-bottom: 30px;
    }

    .streamingWidget li {
        height: 70px;
    }


    .categoryLogoWidget.ahaber-radyo .item,
    .categoryLogoWidget.apara-radyo .item,
    .categoryLogoWidget.aspor-radyo .item,
    .categoryLogoWidget.anews-radio .item {
        padding-bottom: 160px;
    }

        .categoryLogoWidget.ahaber-radyo .item .bg,
        .categoryLogoWidget.apara-radyo .item .bg,
        .categoryLogoWidget.aspor-radyo .item .bg,
        .categoryLogoWidget.anews-radio .item .bg {
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

    .moreNewsList li .item {
        height: 70px;
    }

    .seasonWidget .timeFor {
        font-size: 15px;
    }

        .seasonWidget .timeFor li .hour {
            font-size: 14px;
        }


    .widgetHeader.custom02 {
        padding-bottom: 20px;
        font-size: 26px;
    }

    .newsImage .btn {
        font-size: 40px;
    }

        .newsImage .btn .fas {
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

    .detail-title {
        font-size: 32px;
    }

    .newsShare,
    .newsShare a {
        font-size: 24px;
    }

    .breadcrumb,
    .breadcrumb > span,
    .detail-info {
        font-size: 16px;
    }

    .widgetHeader.custom03 h1 {
        padding: 12px 15px;
    }

    .pagination ul li a {
        height: 40px;
        padding: 0px 14px;
        font-size: 20px;
        line-height: 40px;
    }

    .half {
        float: left;
        width: 48%;
    }

        .half:nth-child(2n) {
            margin-left: 4%;
        }

    .staticPage {
        font-size: 14px;
    }


    .podcastItem.custom01 {
        height: auto;
        background-color: #132334;
        border-bottom: none;
        border-radius: 5px 5px 0 0;
    }

        .podcastItem.custom01 .multiple {
            -webkit-flex-direction: row;
            flex-direction: row;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .podcastItem.custom01 .multiple.podcast figcaption {
                height: 120px;
                padding: 0 20px;
                -webkit-flex: 1;
                flex: 1;
            }

                .podcastItem.custom01 .multiple.podcast figcaption a {
                    color: #fff;
                }

            .podcastItem.custom01 .multiple.podcast .item {
                border-radius: 0;
                -webkit-flex: 1;
                flex: 1;
            }

    .podcastDetailList > li {
        padding: 10px 10px 60px 82px;
    }

        .podcastDetailList > li:before {
            content: '';
            width: 82px;
            height: 62px;
            display: block;
            position: absolute;
            left: 0;
            top: 10px;
            background: url('../i/podcast-icon.png') center center no-repeat;
            background-size: contain;
        }

    .widgetHeader.custom03 h2 {
        top: 50%;
        font-size: 46px;
    }


    .appFrame .title,
    .appFrame .subTitle,
    .appFrame .info {
        margin-bottom: 30px;
    }

    .appFrame .title {
        font-size: 40px;
    }

    .appFrame .subTitle {
        font-size: 22px;
        line-height: 36px;
    }

    .appFrame .supTitle {
        margin-bottom: 20px;
    }

    .appFrame .appLinks a {
        width: auto;
    }

        .appFrame .appLinks a:first-child {
            margin-right: 12px;
        }

    .appFrame {
        margin-bottom: 75px;
        padding: 90px 40px 0;
    }

        .appFrame .figureList .appMobil {
            bottom: -70px;
        }

        .appFrame .figureList .appTablet {
            bottom: -41px;
        }

        .appFrame .figureList .webDekstop {
            bottom: -40px;
        }

        .appFrame .figureList .appCup {
            bottom: -45px;
        }


    .exchangeList ul li {
        width: 50%;
        padding: 5px 15px;
        font-size: 16px;
    }

        .exchangeList ul li a > span {
            font-size: 16px;
        }

        .exchangeList ul li:nth-child(even) {
            border-right: 1px solid #50559f;
        }

        .exchangeList ul li:nth-child(-n+2) {
            border-bottom: 1px solid #50559f;
        }

    .mediaArea > .items > div {
        width: 50%;
    }
}




@media (min-width: 576px) and (max-width: 767.99px) {
    .multiple.custom02 figcaption {
        height: 138px;
        -webkit-align-items: center;
        align-items: center;
    }

    .multiple.custom04 figcaption {
        height: 64px;
        -webkit-align-items: center;
        align-items: center;
    }
}


@media (min-width: 768px) {

    .veriAltBar {
        bottom: 0px !important;
    }

        .veriAltBar.frequency {
            bottom: 0 !important;
        }

    .display-md-none {
        display: none !important;
    }

    .display-md-block {
        display: block !important;
    }

    .multiple.custom02 > a {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }

    .multiple.custom02 figcaption {
        width: 100%;
        height: auto;
        padding: 0;
        overflow: hidden;
        position: absolute;
        z-index: 5;
        top: 0px;
        left: 0px;
        border-radius: 5px 5px 0;
    }

        .multiple.custom02 figcaption a {
            padding: 12px;
            font-family: 'latobold';
            font-size: 18px;
            color: #fff;
            line-height: 25px;
            background: rgba(0,0,0,0.8);
            background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
            background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
            background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
            background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
        }

    .bg-red-gradient,
    .bg-blue-gradient {
        gap: 0;
    }

    .multiple.custom04 > a {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }

    .multiple.custom04 figcaption {
        width: 100%;
        padding: 0;
        overflow: hidden;
        border-radius: 0px 0px 6px 6px;
    }

        .multiple.custom04 figcaption a {
            padding: 12px;
            font-size: 18px;
            line-height: 25px;
        }

    .all-view {
        margin-top: -20px;
    }

    .sliderWrapper .headlineNumeric.top20 .items .slick-prev {
        left: 36%;
    }

    .sliderWrapper .headlineNumeric.top20 .items .slick-next {
        right: 36%;
    }

    .podcastItem .actionWrap {
        margin-bottom: 20px;
        padding: 40px 20px 0;
    }

        .podcastItem .actionWrap .actionPlay {
            width: 60px;
            height: 60px;
            font-size: 32px;
            line-height: 60px;
        }

            .podcastItem .actionWrap .actionPlay .fas {
                width: 58px;
                height: 58px;
                position: relative;
                text-indent: 4px;
                line-height: 58px;
            }



    .breadcrumb,
    .detail-text-content p,
    .detail-text-content img {
        margin-bottom: 20px;
    }

    .breadcrumb {
        margin-bottom: 10px;
        padding-top: 0;
        color: #a5a4a4;
        -webkit-order: 0;
        order: 0;
    }

        .breadcrumb > span {
            color: #a5a4a4;
        }

    .detail-info {
        padding: 10px 0;
        border: solid #ebebeb;
        border-width: 1px 0;
        font-family: 'latoregular';
    }

    .detail-text-content {
        line-height: 34px;
    }

    .detail-info span i {
    }

    .breadcrumb > .lastItem {
        display: inline-block;
    }

    .newsImage,
    .detail-title {
        -webkit-order: 0;
        order: 0;
    }

        .newsImage .btn {
            font-size: 45px;
        }

            .newsImage .btn .fas {
                width: 55px;
                height: 55px;
                line-height: 55px;
            }

    .detail-title {
        margin-bottom: 20px;
        font-size: 34px;
    }

    .detail-text-content {
        font-size: 18px;
    }

        .detail-text-content p.detail-spot {
            font-size: 22px;
            line-height: 30px;
        }

    .pagination ul li a:hover {
        background-color: #00c0c7;
        color: #fff;
    }


    .staticPage {
        font-size: 16px;
    }


    .streaming .streamingHeader .streamingTitle h1 {
        display: inline-block;
        padding: 10px 0 10px 10px;
        font-size: 26px;
    }

    .streaming .streamingHeader .streamingTitle .selectBox {
        width: 35%;
        height: 50px;
        margin: 0;
        float: right;
        border-radius: 0 5px 0 0;
    }

        .streaming .streamingHeader .streamingTitle .selectBox > select {
            height: 50px;
            line-height: 50px;
        }

        .streaming .streamingHeader .streamingTitle .selectBox .fas {
            height: 50px;
            font-size: 33px;
            line-height: 50px;
        }

    .streaming .streamingHeader .scheduleWeekly ul li span {
        font-size: 15px;
    }

        .streaming .streamingHeader .scheduleWeekly ul li span:first-child {
            font-size: 20px;
        }

    .streaming .guideList ul li .time {
        -webkit-flex-basis: 160px;
        flex-basis: 160px;
    }

    .streaming .guideList ul li {
        font-size: 25px;
    }

        .streaming .guideList ul li.selected .time:before {
            font-size: 18px;
        }

        .streaming .guideList ul li span {
            height: 100px;
        }

    .streaming .streamingHeader {
        margin-bottom: 30px;
    }

        .streaming .streamingHeader .scheduleWeekly ul {
            height: 84px;
        }

    .podcastDetailList > li .titleWrap {
        max-height: 111px;
    }


    .widgetHeader .selectBox {
        width: 35%;
        height: 50px;
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 0;
    }

        .widgetHeader .selectBox > select {
            height: 50px;
            line-height: 50px;
        }

        .widgetHeader .selectBox .fas {
            height: 50px;
            font-size: 33px;
            line-height: 50px;
        }

    .widgetHeader.custom03 .widgetImg {
        padding-bottom: 10.3538%;
    }


    .topListFrame .list li {
        padding: 7px 50px 7px 260px;
        font-size: 50px;
    }

        .topListFrame .list li .thumb {
            left: 95px;
        }



    .appFrame .figureList .appMobil {
        bottom: -95px;
    }

    .appFrame .figureList .appTablet {
        bottom: -56px;
    }

    .appFrame .figureList .webDekstop {
        bottom: -65px;
    }

    .appFrame .figureList .appCup {
        bottom: -68px;
    }



    .exchangeList ul li {
    }

        .exchangeList ul li a {
            margin-top: 0;
        }

            .exchangeList ul li a span {
                font-size: 14px;
            }

                .exchangeList ul li a span i,
                .exchangeList ul li a > strong:after {
                }

            .exchangeList ul li a > strong:after {
                font-size: 20px;
            }

    .videoFlex .x .x-icon {
        position: absolute;
    }

    .flash-news-slider.swiper .swiper-button-next,
    .flash-news-slider.swiper .swiper-button-prev {
        display: none;
    }

    .flash-news-slider .swiper-wrapper {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .flash-news-slider .swiper-slide a {
        border-left: 2px solid #febf2d;
        padding: 0 25px 0 10px;
    }

    .flash-news-slider .swiper-slide a {
        border-left: 2px solid #febf2d;
        transition: border-color 0.3s;
    }

    .flash-news-slider .swiper-slide.no-border a {
        border: none;
    }

    .flash-news-slider .swiper-slide:nth-child(3n+1) a {
        border-left: none;
    }

    .flash-news-slider .swiper-slide:first-child a {
        border: none
    }

    .flash-news-slider .swiper-slide {
        width: 33.3333%;
    }

    .flash-news-slider {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {

    .podcastItem .multiple > a {
        max-height: 200px;
    }
}

@media (min-width: 992px) {

    .display-lg-none {
        display: none !important;
    }

    .display-lg-block {
        display: block !important;
    }

    .veriAltBar .txt {
        width: 1000px !important;
    }

    /*.sliderWrapper .headlineNumeric.type01 .items .slick-slide a > img {height: 334px;}*/

    .sliderWrapper .headlineNumeric.type01 .items,
    .sliderWrapper .headlineNumeric.type02 .items {
        padding-bottom: 0;
    }

    .sliderWrapper .headlineNumeric.top20 .items .slick-prev {
        left: 37%;
    }

    .sliderWrapper .headlineNumeric.top20 .items .slick-next {
        right: 37%;
    }

    .sliderWrapper .headlineNumeric.type01 .items .slick-dots,
    .sliderWrapper .headlineNumeric.type02 .items .slick-dots {
        height: 35px;
        bottom: 0;
        left: auto;
        right: 10px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .sliderWrapper .headlineNumeric.type02 .items .slick-dots {
        right: 20px;
    }

        .sliderWrapper .headlineNumeric.type01 .items .slick-dots li:not(:first-child),
        .sliderWrapper .headlineNumeric.type02 .items .slick-dots li:not(:first-child) {
            margin-left: 5px;
        }

        .sliderWrapper .headlineNumeric.type01 .items .slick-dots li,
        .sliderWrapper .headlineNumeric.type02 .items .slick-dots li {
            width: 15px;
            height: 15px;
        }

            .sliderWrapper .headlineNumeric.type01 .items .slick-dots li a,
            .sliderWrapper .headlineNumeric.type02 .items .slick-dots li a {
                width: 15px;
                height: 15px;
                background-color: #eee;
            }

    .sliderWrapper .headlineNumeric.type02 .items .slick-slide .slideTitle {
        width: 100%;
        height: 100%;
        padding: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 5;
        font-family: 'latobold';
    }

        .sliderWrapper .headlineNumeric.type02 .items .slick-slide .slideTitle span {
            position: absolute;
            z-index: 5;
        }

            .sliderWrapper .headlineNumeric.type01 .items .slick-slide .slideTitle span em,
            .sliderWrapper .headlineNumeric.type02 .items .slick-slide .slideTitle span em {
                display: table;
                margin: 0;
                padding: 0 10px;
                font-style: normal;
                white-space: nowrap;
            }

            .sliderWrapper .headlineNumeric.type02 .items .slick-slide .slideTitle span .title {
                margin-top: 3px;
                font-family: 'latoblack';
                font-size: 26px;
            }

            .sliderWrapper .headlineNumeric.type02 .items .slick-slide .slideTitle span .subTitle {
                font-family: 'latoregular';
                font-size: 20px;
            }

    .sliderWrapper .headlineNumeric.type01 .items .slick-dots li.slick-active a,
    .sliderWrapper .headlineNumeric.type01 .items .slick-dots li:hover a,
    .sliderWrapper .headlineNumeric.type02 .items .slick-dots li.slick-active a,
    .sliderWrapper .headlineNumeric.type02 .items .slick-dots li:hover a {
        background: #00c0c7;
    }

    .sliderWrapper .headlineNumeric.type01 .items .slick-slide a > em,
    .sliderWrapper .headlineNumeric.type02 .items .slick-slide a > em {
        width: 84px;
        height: 84px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .sliderWrapper .headlineNumeric.type01 .items .slick-slide a > em .fa,
        .sliderWrapper .headlineNumeric.type02 .items .slick-slide a > em .fa {
            content: '\f030';
            position: relative;
            z-index: 3;
            color: #fff;
            font-size: 35px;
            line-height: 40px;
        }

            .sliderWrapper .headlineNumeric.type01 .items .slick-slide a > em .fa:before,
            .sliderWrapper .headlineNumeric.type02 .items .slick-slide a > em .fa:before {
                text-rendering: optimizeLegibility;
                text-transform: none;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                font-smoothing: antialiased;
            }

        .sliderWrapper .headlineNumeric.type01 .items .slick-slide a > em:before,
        .sliderWrapper .headlineNumeric.type02 .items .slick-slide a > em:before {
            content: '';
            width: 84px;
            height: 84px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            background-color: #000;
            border: 2px solid #df062c;
            border-radius: 50%;
            -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
        }

        .sliderWrapper .headlineNumeric.type01 .items .slick-slide a > em:after,
        .sliderWrapper .headlineNumeric.type02 .items .slick-slide a > em:after {
            content: '';
            width: 84px;
            height: 84px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background-color: #df062c;
            border: 2px solid #df062c;
            border-radius: 50%;
        }

    .sliderWrapper .headlineNumeric.type01 .items .slick-slide a:hover > em:before,
    .sliderWrapper .headlineNumeric.type02 .items .slick-slide a:hover > em:before {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .sliderWrapper .headlineNumeric.type01 .items .slick-slide a:hover > em .fa,
    .sliderWrapper .headlineNumeric.type02 .items .slick-slide a:hover > em .fa {
        -webkit-animation: bounce 0.15s forwards;
        animation: bounce 0.15s forwards;
    }

    .sliderWrapper .headlineNumeric .items .slick-slide .slideTitle:not(.title):not(.subTitle):not(.info) {
        width: 100%;
        height: 100%;
        padding: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 5;
    }

    .sliderWrapper .headlineNumeric .items .slick-slide .slideTitle span {
        position: absolute;
        z-index: 5;
    }

        .sliderWrapper .headlineNumeric .items .slick-slide .slideTitle span em {
            display: table;
            margin: 3px 0;
            padding: 0 10px;
            font-style: normal;
            white-space: nowrap;
        }

    .sliderWrapper .headlineNumeric.type01 .items .slick-slide .slideTitle {
        font-size: 30px;
    }

    .sliderWrapper .headlineNumeric.type02 .items .slick-slide .slideTitle {
        font-size: 30px;
        color: #fff;
        line-height: 30px;
    }

    .sliderWrapper .headlineNumeric.type01 .items .slick-slide .slideTitle span {
        bottom: 50px;
        line-height: 37px;
    }

    .sliderWrapper .headlineNumeric.type02 .items .slick-slide .slideTitle span {
        max-width: 100%;
        left: 10px;
        top: 10px;
    }


    .categoryLogoWidget { /*height: calc(100% - 20px);*/
    }

        .categoryLogoWidget .item .bg {
            padding-bottom: 56.9892%;
        }

    .multiple.podcast figcaption {
        padding: 10px;
    }

        .multiple.podcast figcaption a {
            line-height: 26px;
        }

            .multiple.podcast figcaption a .title {
                font-size: 20px;
                line-height: 22px;
                max-height: 61px;
                overflow: hidden;
            }

    .multiple.podcast.custom03 .item .bg {
        padding-bottom: 100%;
    }





    .detail-title {
        font-size: 36px;
    }

    .detail-text-content {
        font-size: 20px;
    }


    .staticPage {
        font-size: 18px;
    }


    .streaming .streamingHeader .streamingTitle h1 {
        font-size: 35px;
    }


    .podcastDetailList > li {
        height: 140px;
        padding: 0 175px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

        .podcastDetailList > li:before {
            width: 132px;
            height: 82px;
            position: static;
        }

        .podcastDetailList > li .title {
            font-size: 16px;
        }

        .podcastDetailList > li .subTitle {
            font-size: 20px;
        }

        .podcastDetailList > li .actionPlay,
        .podcastDetailList > li .actionShare {
            width: 60px;
            bottom: auto;
            top: 50%;
            right: 100px;
            font-size: 24px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .podcastDetailList > li .actionShare {
            right: 20px;
        }

            .podcastDetailList > li .actionShare .fas,
            .podcastDetailList > li .actionPlay .fas {
                width: 60px;
                height: 60px;
                line-height: 60px;
            }

        .podcastDetailList > li .actionShareWrap {
            height: 100%;
            bottom: auto;
            top: 0;
            right: 50px;
        }

            .podcastDetailList > li .actionShareWrap ol {
                height: 60px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }

                .podcastDetailList > li .actionShareWrap ol > li > a {
                    height: 56px;
                    padding: 0 5px;
                    font-size: 30px;
                    line-height: 56px;
                }

    .streaming .streamingHeader .streamingTitle h1 {
        padding: 10px 0 10px 30px;
        font-size: 30px;
    }

    .streaming .streamingHeader .streamingTitle .selectBox {
        width: 25%;
    }

    .widgetHeader.custom03 h2 {
        font-size: 56px;
        -webkit-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
        -o-transform: translateY(-90%);
        transform: translateY(-90%);
    }

    .widgetHeader .selectBox {
        width: 35%;
    }



    /*.exchangeList ul {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .exchangeList ul li {width: auto; float: none; padding: 5px 10px;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }*/
    .exchangeList ul li:hover {
        background-color: #000971;
    }

    .exchangeList ul li a {
    }

        .exchangeList ul li a span {
            font-size: 15px;
        }

            .exchangeList ul li a span i {
                display: inline-block;
                padding: 0 8px;
            }

    .bg-red-gradient,
    .bg-blue-gradient {
        padding: 10px 0px 10px 0px;
        margin: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
}



@media (min-width: 1200px) {

    .display-xl-none {
        display: none !important;
    }

    .display-xl-block {
        display: block !important;
    }

    .veriAltBar .txt {
        width: 980px !important;
    }


    .col-center .repAreaWrap {
        display: none;
    }

    .col-right .repAreaWrap {
        display: block;
    }


    .sliderWrapper .headlineNumeric.top20 .items .slick-prev {
        left: 40%;
    }

    .sliderWrapper .headlineNumeric.top20 .items .slick-next {
        right: 40%;
    }

    /*.sliderWrapper .headlineNumeric.type01 .items .slick-slide a > img {height: 334px;}*/

    .detail-title {
        font-size: 40px;
    }


    .categoryLogoWidget.vav-radyo .item .logo {
        margin-top: -20px;
    }

    .categoryLogoWidget.ahaber-radyo .item,
    .categoryLogoWidget.aspor-radyo .item,
    .categoryLogoWidget.anews-radio .item {
        padding-bottom: 56.9892%;
    }

    .widgetHeader.custom02 {
        display: none;
    }


    .half {
        float: left;
        width: 35%;
    }

        .half:nth-child(2n) {
            margin-left: 10%;
        }


    .appFrame .figureList {
        height: 544px;
        padding-bottom: 0;
    }

        .appFrame .figureList .appMobil,
        .appFrame .figureList .appTablet,
        .appFrame .figureList .webDekstop,
        .appFrame .figureList .appCup {
            width: auto;
        }

        .appFrame .figureList img {
            max-width: none;
        }
}

@media (min-width: 1441px) {

    .display-xxl-none {
        display: none !important;
    }

    .display-xxl-block {
        display: block !important;
    }

    .veriAltBar .txt {
        width: 1158px !important;
    }

    /*.sliderWrapper .headlineNumeric.type01 .items .slick-slide a > img {height: auto;}*/

    .sliderWrapper .headlineNumeric.top20 .items .slick-prev {
        left: 42%;
    }

    .sliderWrapper .headlineNumeric.top20 .items .slick-next {
        right: 42%;
    }

    .mediaArea > .items > div {
        width: 25%;
    }

    .podcastDetailList > li {
        padding: 0 235px 0 0;
    }

        .podcastDetailList > li .actionPlay,
        .podcastDetailList > li .actionShare {
            right: 150px;
        }

        .podcastDetailList > li .actionShare {
            right: 70px;
        }

        .podcastDetailList > li .actionShareWrap {
            right: 100px;
        }


    div#dataTable_filter {
        margin-top: -66px;
    }

    table.dataTable.no-footer {
        padding-top: 70px;
    }

    .exchangeList ul li {
        padding: 5px 10px;
    }

        .exchangeList ul li a span {
            font-size: 19px;
            line-height: 18px;
        }

            .exchangeList ul li a span i {
                display: block;
                padding: 5px 0 0;
                font-size: 12px;
            }

    .bg-red-gradient,
    .bg-blue-gradient {
        gap: 0px;
        padding: 16px 11px 6px 11px;
    }
}

@media (max-width: 1600px) {
    .btn-list a + a {
        margin-left: 10px;
    }

    .btn-list a {
        font-size: 20px;
    }

    .videoFlex ul li a i {
        left: 15px;
    }

    .videoFlex ul li a {
        font-size: 13px;
    }

    a.reload i {
        font-size: 14px !important;
    }
}

@media (max-width:1440px) {
    .frequency-title {
        font-size: 24px;
        margin: 30px 0 10px;
    }

    #dataTable_wrapper {
        margin-top: -60px;
    }

    .dataTables_filter {
        padding: 6px 10px 6px 20px;
        margin-top: -120px;
    }

        .dataTables_filter label, .dataTables_filter input {
            font-size: 18px;
        }

    #dataTable_wrapper tbody th, #dataTable_wrapper tbody td {
        font-size: 18px;
    }

    .dataTables_filter input {
        width: 280px;
    }

    .progCatImg span.title {
        font-size: 17px !important;
        line-height: 23px !important;
        max-height: 113px !important;
    }

    .progCatImg .multiple.podcast figcaption {
        padding: 20px 10px 0 10px;
    }
}

@media (max-width:1300px) {
    a.reload {
        padding-left: 27px;
    }
}

@media (max-width:1100px) {
    .programmer-widget a {
        margin-top: 0;
        text-align: center;
    }
}

@media (max-width:992px) {
    .frequency-title {
        font-size: 22px;
        margin: 30px 0 10px;
    }

    #dataTable_wrapper {
        margin-top: -125px;
    }

    .dataTables_filter {
        padding: 4px 10px 4px 10px;
        margin-top: -50px !important;
    }

        .dataTables_filter label, .dataTables_filter input, #dataTable_wrapper thead th, #dataTable_wrapper thead td {
            font-size: 18px;
        }

    #dataTable_wrapper tbody th, #dataTable_wrapper tbody td {
        font-size: 16px;
    }

    .dataTables_filter input {
        width: 200px;
    }

    .btn-list a + a {
        margin-left: 10px;
    }

    table.dataTable {
        padding-top: 60px;
    }

    .btn-list a {
        font-size: 17px;
    }

    .breadcrumb.videoBreadcrumb {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }


    .progCatImg .multiple.podcast figcaption {
        height: 90px;
    }

    .progCatImg.catImg .multiple.podcast figcaption a {
        max-height: 70px;
    }

    .videoFlex ul li a {
        font-size: 10px;
    }

        .videoFlex ul li a i {
            left: 12px;
            font-size: 14px;
        }

    .col-12.separate30.repAreaWrap.dBlock {
        display: block;
    }

    .temp1159 .col-12.separate30.repAreaWrap.dBlock {
        display: none;
    }
}

@media (max-width:767px) {
    .veriAltBar .txt {
        width: 100% !important;
        font-size: 11px !important;
        padding: 5px 40px 5px 10px !important;
    }

    .frequency-title {
        font-size: 18px;
        margin: 30px 0 10px;
    }

    #dataTable_wrapper {
        margin-top: 0;
    }

    .dataTables_filter {
        padding: 4px 10px 4px 10px;
        text-align: left !important;
        margin-top: 20px !important;
    }

        .dataTables_filter label, .dataTables_filter input, #dataTable_wrapper thead th, #dataTable_wrapper thead td {
            font-size: 14px;
            padding: 5px;
        }

    #dataTable_wrapper tbody th, #dataTable_wrapper tbody td {
        font-size: 12px;
        padding: 10px;
    }

    .dataTables_filter input {
        width: calc(100% - 44px);
    }

    .frequency-mobile {
        padding: 5px;
    }

        .frequency-mobile .dataTables_filter {
            border-width: 1px;
        }

            .frequency-mobile .dataTables_filter label, .frequency-mobile .dataTables_filter input, .frequency-mobile #dataTable_wrapper thead th, .frequency-mobile #dataTable_wrapper thead td {
                font-size: 12px;
            }

        .frequency-mobile table.dataTable thead .sorting, .frequency-mobile table.dataTable thead .sorting_asc, .frequency-mobile table.dataTable thead .sorting_desc, .frequency-mobile table.dataTable thead .sorting_asc_disabled, .frequency-mobile table.dataTable thead .sorting_desc_disabled {
            background-position: center right 5px;
        }

        .frequency-mobile #dataTable_wrapper tbody th, .frequency-mobile #dataTable_wrapper tbody td {
            font-size: 11px;
            padding: 12px 8px;
        }

    .breadcrumb.videoBreadcrumb span {
        display: block;
    }

    table.dataTable {
        top: 0;
        padding-top: 0;
    }

    .btn-list {
        flex-wrap: wrap;
        margin-left: -1%;
        width: 102%;
        margin-bottom: 20px;
    }

        .btn-list a + a {
            margin-left: 0;
        }

        .btn-list a {
            width: 48%;
            margin: 1% !important;
        }

    .webContent h1 {
        font-size: 26px;
        margin: 15px 0 30px;
    }

    span.lastItem.textOverflow {
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 130px;
        display: none;
    }

    h3.boldText {
        font-size: 19px;
    }

    .breadcrumb.videoBreadcrumb span.lastItem {
        display: none;
    }

    .videoDesc p {
        font-size: 16px;
    }

    .breadcrumb.videoBreadcrumb {
        flex-wrap: inherit;
        justify-content: inherit;
    }

    .videoFlex ul li a {
        padding-left: 0 !important;
        flex-direction: column;
        gap: 5px;
        height: 50px;
        padding-top: 5px;
        text-align: center;
        line-height: normal;
    }

    li.whatsapp {
        display: block !important;
    }

    .videoFlex ul li a i {
        position: relative;
        width: 100%;
        text-align: center;
        left: 0 !important;
    }

    i.fas.fa-redo {
        font-size: 11px !important;
    }

    .progCatImg span.title {
        line-height: 24px !important;
    }

    .progCatImg .multiple.podcast figcaption {
        height: 80px;
    }

    .progCatImg.catImg .multiple.podcast figcaption {
        height: 70px;
    }


    .tabMenu ul li a {
        font-size: 18px;
    }

    .customArea .slick-slide {
        padding: 0 3px;
    }

    .mediaArea .progCatImg span.title,
    .customArea .progCatImg span.title {
        font-size: 14px !important;
    }

    .sliderWrapper .headlineNumeric.type01 .items .slick-slide .slideTitle:after {
        height: 110px !important;
    }

    .mediaArea .progCatImg .multiple.podcast figcaption,
    .customArea .progCatImg .multiple.podcast figcaption {
        height: 80px;
        padding: 10px !important;
    }

    .mediaArea .podcastItem.view20.progCatImg,
    .customArea .podcastItem.view20.progCatImg {
        margin: 0;
    }

    .tabMenu ul li + li {
        padding-left: 10px;
        margin-left: 10px;
    }


    .tabMenu ul {
        justify-content: center;
    }

    .tabMenu.webTabMenu {
        margin-bottom: 12px;
    }

    .tabMenu {
        margin-bottom: 30px;
    }

    a.moreVideo {
        margin: 0 auto;
    }

    .podcastItem.view20.progCatImg {
        margin-bottom: 30px;
    }

    .progCatImg .multiple.podcast .item {
        height: auto;
    }

    .wp-block, .msgSendWidget {
        width: auto;
        margin: 0 auto;
        display: table;
    }

    .flash-news-slider.swiper-container {
        padding-right: 30px;
    }

    .flash-news-slider .item a {
        padding: 0 5px;
    }

    .flash-news-slider.swiper-container {
        padding-right: 30px
    }

    .flash-news-slider .swiper-button-next, .flash-news-slider .swiper-button-prev {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        background-color: #ffc000
    }

    .flash-news-slider .swiper-button-next {
        right: 0;
        top: auto;
        bottom: 3px;
        transform: rotate(90deg)
    }

    .flash-news-slider .swiper-button-prev {
        left: auto;
        right: 0;
        top: 3px;
        margin-top: 0;
        transform: rotate(90deg)
    }

        .flash-news-slider .swiper-button-next:after, .flash-news-slider .swiper-button-prev:after {
            font-size: 16px;
            color: #000
        }
}


@media (max-width:320px) {


    .tabMenu ul li a {
        font-size: 15px;
    }
}
