html {
    position: relative;
    min-height: 100%;
}

    html * {
        font-family: 'Izmir';
        font-weight: 400;
    }

svg {
    fill: #fff;
}

body {
    width: 100%;
    background-position: top !important;
    background-size: cover;
    font-family: 'Izmir';
    -o-background-size: cover;
    height: 100%;
    margin-bottom: 50px;
}

header {
    height: 135px;
    margin-top:0%!important;
    width: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 99999;
    position: relative;
}

    header #header-top {
        border-bottom: 1px solid transparent;
        height: 78px;
        width: 100%;
        position: relative;
    }

        header #header-top:after {
            content: '';
            bottom: 0px;
            width: calc(100% - 260px);
            left: 85px;
            background: white;
            height: 1px;
            position: absolute;
        }

    header .yuzuncuyil {
        top: 30px;
        bottom: 0px;
        width: 110px;
        height: 82px;
        z-index: 44;
        left: auto;
        right: 50px;
        position: absolute;
    }

    header .ataturk {
        top: 3px;
        bottom: 0px;
        width: 53px;
        left: 0px;
        position: absolute;
    }

    header #header-top #header-top-left {
        max-width: 536px;
        min-width: 150px;
        margin-top: 5px;
    }

        header #header-top #header-top-left .logo {
            float: left;
            display: inline-block;
        }

        header #header-top #header-top-left .y150 {
            display: inline-block;
            float: left;
            position: relative;
        }

    header #header-top #header-top-right {
        margin-top: 22px;
    }

        header #header-top #header-top-right .temperature {
            margin-right: 19px;
        }

            header #header-top #header-top-right .temperature span {
                font-size: 1.6rem;
                color: #fff;
                margin-right: .5rem;
                position: relative;
            }

            header #header-top #header-top-right .social-media, header #header-top #header-top-right .social-media a, header #header-top #header-top-right .temperature, header #header-top #header-top-right .temperature img, header #header-top #header-top-right .temperature span {
                float: left;
            }

                header #header-top #header-top-right .social-media a {
                    padding: 5px;
                    border: 1px solid #fff;
                    margin: 0 3px;
                }

                    header #header-top #header-top-right .social-media a:hover {
                        -webkit-transition: all .5s;
                        transition: all .5s;
                        border-radius: 40px;
						}

                    header #header-top #header-top-right .social-media a:last-child {
                        margin-right: 0;
                    }

    header.fixed #header-bottom {
        position: fixed;
        top: 0;
        width: 100%;
        background: #8a2be2;
        z-index: 9;
        max-height: 57px;
    }

    header #header-bottom {
        width: 100%;
        height: auto;
    }

        header #header-bottom nav.navbar {
            position: static;
            margin-bottom: 0;
        }

            header #header-bottom nav.navbar #navbar {
                padding: 0;
                margin-top: 3px;
                position: relative;
            }

            header #header-bottom nav.navbar .navbar-nav > li {
                position: static;
            }

        header #header-bottom .language a i {
            width: 30px;
            height: 30px;
            background: url(../images/icon-search2.png) no-repeat;
            margin-right: 27px;
            display: inline-block;
        }

        header #header-bottom .language select {
            background-color: transparent;
            font-size: 1rem;
            color: #fff;
            border: 1px solid #fff;
            position: relative;
            top: 5px;
            padding: .2rem 0;
            margin-right: 2px;
            border-radius: 0;
        }

.nav-item, .nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}

header #header-bottom .language select option {
    color: #000;
}

.nav-menu {
    z-index: 15;
}

.nav-item > a {
    position: relative;
    display: inline-block;
    padding: .5em 1em;
    margin: 0 0 -1px;
}

    .nav-item > a.open {
        border-bottom: none;
        z-index: 1;
    }

.tweets {
    padding-right: 10px;
}

.baskan-twit {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #f0ad2e;
}

.twit-item {
    font-size: 14px;
    margin: 6px 0;
}

    .twit-item span.tw {
        color: #000;
        display: inline-block;
        padding: 6px 6px 0;
        font-size: 13px;
    }

    .twit-item span.date {
        font-size: 10px;
        border-bottom: 1px solid #fff;
        display: block;
        padding: 6px;
        color: #000;
    }

/*134*/
header #header-bottom nav.navbar .navbar-nav > li {
    position: relative;
}
/*225*/
nav .open .top-level {
    width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    max-width: calc(100vw - 190px);
    -webkit-transform: translateX(-35px);
    transform: translateX(-35px);
    z-index: 999999999;
    max-height: calc(100vh - 180px);
    display: none;
    background-color: #f1f0f0;
    border-radius: 0px;
}

nav .top-level > li {
    display: flex;
    width: 100%;
}

nav .open .top-level {
    display: block;
    display: flex;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

nav .navbar-nav > li > .dropdown-menu.baskan {
    width: 570px;
    padding: 20px 0 12px 20px !important;
    height: 406px;
}

    nav .navbar-nav > li > .dropdown-menu.baskan .custom-bar {
        padding: 0px !important;
    }

nav .custom-bar {
    height: auto;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f1f0f0;
    padding: 18px 9px 18px 25px;
    overflow-y: auto;
    height: 100%;
    max-height: 480px;
}

    nav .custom-bar .mCSB_dragger_bar {
       
        width: 2px !important;
    }

    nav .custom-bar .mCSB_scrollTools .mCSB_draggerRail {
        background: #fff;
    }

    /*277*/
    nav .custom-bar li {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 1.5px 0;
        position: relative;
        min-height: 25.3px;
    }
        /*336*/
        nav .custom-bar li a {
            color: #000;
            text-align: left;
            display: block;
            font-family: 'Izmir-SemiBold';
            width: 100%;
            padding: 4px 35px 4px 0;
            -webkit-transition: all .3s;
            transition: all .3s;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.3px;
            position: relative;
            white-space: pre-wrap;
        }

            .menu-exclusive a.menu-major-facebook:hover, .menu-exclusive a.menu-major-twitter:hover, nav .custom-bar li a:hover, nav .custom-bar li.open > a {
                color: #f0ad2e !important;
            }

            nav .custom-bar li a[data-toggle="dropdown"]:after {
                content: '...';
                position: absolute;
                color: #f0ad2e;
                font-size: 52px;
                right: 11px;
                top: -7px;
                letter-spacing: -5px;
                line-height: 0;
                height: 23px;
                width: 27px;
                display: inline;
                overflow: hidden;
                font-weight: 400;
            }
/*408*/
#navbar .nav-item > a {
    display: inline-block;
}
    /*419*/
    #navbar .nav-item > a i {
        margin-left: 2px;
        margin-top: -2px;
    }

nav .navbar-nav > li > .dropdown-menu {
    margin-top: 2px;
    padding: 0px !important;
}

/* 285*/

nav .custom-bar .secondlevel {
    display: none;
    position: fixed;
    margin-left: 280px;
    -webkit-box-shadow: 0 0 3px 0 #cecece;
    box-shadow: 0 0 3px 0 #cecece;
    -webkit-transform: translate(-15px,-50%);
    transform: translate(-15px,-50%);
    background: #fff;
}

    nav .custom-bar .secondlevel li {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 1px 0;
        position: relative;
    }

nav .custom-bar .open > .secondlevel {
    padding: 20px;
    width: 285px;
    max-height: 500px;
    min-height: 120px;
    border: 0px;
    border-bottom: 4px solid #f0ad2e;
    top: auto;
    left: auto;
    height: auto;
    background-color: #f1f0f0;
    display: flex;
    background-color: #f1f0f0;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    border-radius: 0px;
}

nav .custom-bar ol > li:nth-child(-n+3) .secondlevel {
    -webkit-transform: translate(-15px,-28%);
    transform: translate(-15px,-28%);
}

nav .custom-bar .open > .secondlevel.miniMenu {
    background-size: auto 90%;
    min-height: 130px;
}

nav .custom-bar .secondlevel li a {
    padding-right: 0px;
    background: transparent !important;
}

.menu-exclusive .sub-nav-group {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 3px 0 !important;
    position: relative;
}

    .menu-exclusive .sub-nav-group h3 a, .sub-nav-group h3 a {
        color: #000;
        text-align: left;
        display: block;
        font-family: 'Izmir';
    }

.sub-nav-group h3 a {
    width: 100%;
    padding: 4px 35px 4px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 11.9px;
    font-weight: 700;
}

.menu-exclusive .sub-nav-group h3 a {
    background-repeat: no-repeat !important;
    padding: 10px 0 4px 40px;
    background-size: 30px 30px !important;
    background-position: bottom left !important;
    overflow: hidden;
}

.menu-exclusive a.menu-major-facebook:hover, .menu-exclusive a.menu-major-twitter:hover, .menu-exclusive a.menu-major-instagram:hover, .sub-nav-group h3 a._openhover, .sub-nav-group h3 a:hover {
    color: #f0ad2e !important;
}

.menu-exclusive .sub-nav-group h3 a.img_0 {
    background: url(../../Content/img/baskan-ozgecmis.png);
}

.menu-exclusive .sub-nav-group h3 a.img_1 {
    background: url(../../Content/img/baskan-gorseller.png);
}

.sub-nav-group h3.dotted a {
    position: relative;
}

    .sub-nav-group h3.dotted a:after {
        content: '...';
        position: absolute;
        color: #f0ad2e;
        font-size: 52px;
        right: 11px;
        top: -4px;
        letter-spacing: -5px;
        line-height: 0;
        height: 21px;
        width: 27px;
        display: inline;
        overflow: hidden;
        font-weight: 400;
    }

#navbar .nav-item > a {
    font-family: 'Izmir';
    font-size: 1rem;
    color: #fff;
    padding: 16px 17px 18px 0;
    line-height: 18px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    #navbar .nav-item > a i {
        margin-left: 2px;
    }

    #navbar .nav-item > a.open:after, #navbar .nav-item > a:hover:after {
        content: '';
        width: calc(100% - 4px);
        position: absolute;
        left: -5px;
        height: 1px;
        bottom: 10px;
        background-color: #fff;
    }

.abs-helper1, abs-helper2 {
    width: 100% !important;
}

.menu-exclusive {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px 0 8px;
    text-align: center;
}

    .menu-exclusive a {
        margin: 0 auto;
    }

        .menu-exclusive a.menu-major-facebook, .menu-exclusive a.menu-major-twitter, .menu-exclusive a.menu-major-instagram {
            font-size: 15px;
            color: #000;
            font-family: 'Izmir';
            display: block;
            background-repeat: no-repeat !important;
            padding: 10px 0 4px 40px;
            text-align: left;
            background-size: 30px 30px !important;
            background-position: bottom left !important;
        }

        .menu-exclusive a.menu-major-twitter {
            overflow: hidden;
            display: block;
            background: url(../../Content/img/twitter.png);
        }

        .menu-exclusive a.menu-major-facebook {
            background: url(../../Content/img/facebook-takip.png);
        }

        .menu-exclusive a.menu-major-instagram {
            background: url("../../Content/img/bskn-instagram.png");
        }

.abs-helper1 {
    height: auto !important;
    padding-top: 4rem;
}

#sidenav, abs-helper2 {
    height: 100% !important;
}

#sidenav {
    right: 40px;
    bottom: 0;
    top: 0;
    position: absolute;
}

    #sidenav .r-cetvel {
        position: absolute;
        width: 1px;
        bottom: 0;
        top: 0;
        background-color: #fff;
        z-index: 99999;
    }

    #sidenav .r-menu {
        margin-top: 182px;
        position: absolute;
        right: 0;
        z-index: 9999;
        width: 190px;
        max-height: 80vh;
        overflow: hidden;
        background-color: rgba(0,0,0,0.55);
    }

        #sidenav .r-menu .btn-trigger {
            padding: .5rem 2rem .4rem .4rem;
            font-size: 1rem;
            width: 100%;
            display: block;
            color: #000;
            position: relative;
            font-weight: 400;
            color: #fff
        }

.FlexContainer, .middle {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

#sidenav .r-menu .btn-trigger:after {
    content: '';
    right: 15px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-25%);
    transform: translatey(-25%);
}

#sidenav .r-menu ul {
    padding: 5px 0 15px;
}

    #sidenav .r-menu ul li.link-group-item {
        text-align: right;
        color: #fff;
        padding: 10px 7px 0 2px;
        position: relative;
    }

        #sidenav .r-menu ul li.link-group-item:after {
            position: absolute;
            bottom: 0;
            left: 50%;
            right: 0;
            height: 1px;
            background-color: #fff;
            content: '';
        }

        #sidenav .r-menu ul li.link-group-item a {
            color: #fff;
            font-size: 1rem;
            font-style: italic;
            position: relative;
        }

.middle {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.FlexContainer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    min-height: calc(100vh - 265px);
}

main, section#main {
    -webkit-box-align: center;
}

.FlexItem {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

section#main {
    height: auto;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.5vh;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.5vh;
}

.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
}

    .line-clamp:after {
        content: '...';
        text-align: right;
        bottom: 0;
        right: 0;
        width: 25%;
        display: block;
        position: absolute;
        height: calc(1em * 1.2);
    }

@supports (-webkit-line-clamp:1) {
    .line-clamp:after {
        display: none !important;
    }
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.2 * 2);
}

main {
    padding-top: 1.5vh;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.5vh;
}

    main #main-tab_modul_1 {
        max-width: 1350px;
    }

    main #announcements {
        height: auto;
        width: 100%;
        background-color: rgba(0,0,0,.52);
        margin-bottom: .22rem;
        padding: .45rem 2rem .45rem 1rem;
        position: relative;
    }

        main #announcements .AnnouncementsContainer {
            overflow: hidden;
        }

            main #announcements .AnnouncementsContainer .aleft {
                width: 40px;
                float: left;
            }

            main #announcements .AnnouncementsContainer .aright {
                overflow: hidden;
                margin-top: 5px;
            }

        main #announcements #dimg {
            position: relative;
            top: 0;
            height: 32px;
            overflow: hidden;
        }

        main #announcements p {
            color: #fff;
            font-size: .85rem;
            margin-bottom: 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-left: 25px;
        }

    main .main-content {
        height: auto;
        width: 100%;
        background-color: rgba(0,0,0,.52);
        padding-top: .55rem;
        position: relative;
    }

        main .main-content .pill-container-like {
            position: relative;
            padding: 0 .7rem 12px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            main .main-content .pill-container-like .pill-left {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                max-width: calc(100% - 105px);
            }

                main .main-content .pill-container-like .pill-left ul {
                    padding: .32rem .2rem;
                    border: 1px solid #fff;
                    display: inline-block;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    text-align: center;
                    max-width: 100%;
                    overflow: hidden;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-flow: wrap row;
                    flex-flow: wrap row;
                }

                    main .main-content .pill-container-like .pill-left ul li a:after {
                        border-left: 1px solid #fff;
                        content: '';
                        position: absolute;
                        top: 13%;
                        left: 0;
                        height: 75%;
                    }

                    main .main-content .pill-container-like .pill-left ul li:first-child a:after {
                        height: 0;
                    }

                    main .main-content .pill-container-like .pill-left ul li a {
                        font-size: .9rem;
                        background-color: transparent;
                        color: #fff;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-flex: 1;
                        -ms-flex: 1;
                        flex: 1;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        padding: 2px 15px;
                        font-weight: 600;
                        fill: #fff;
                    }

                        main .main-content .pill-container-like .pill-left ul li a .img-part {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            min-height: 25px;
                            margin-bottom: 1px;
                        }

                            main .main-content .pill-container-like .pill-left ul li a .img-part svg {
                                fill: inherit;
                            }

                        main .main-content .pill-container-like .pill-left ul li a .text-part {
                            color: inherit;
                            padding-top: 2px;
                            font-weight: 400;
                        }

                    main .main-content .pill-container-like .pill-left ul li .img-part div {
                        display: inline-block;
                        height: 28px;
                        width: 35px;
                        background-position: center center !important;
                    }

                        main .main-content .pill-container-like .pill-left ul li .img-part div.news {
                            background: url(../images/icon-haberler.png) no-repeat;
                        }

                        main .main-content .pill-container-like .pill-left ul li .img-part div.galleries {
                            background: url(../images/icon-galeri.png) no-repeat;
                        }

                        main .main-content .pill-container-like .pill-left ul li .img-part div.tv {
                            background: url(../images/icon-tv.png) no-repeat;
                        }

                        main .main-content .pill-container-like .pill-left ul li .img-part div.movie {
                            background: url(../images/icon-film.png) no-repeat;
                            position: relative;
                        }

            main .main-content .pill-container-like .pill-right {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                height: 1px;
                width: 100%;
                background-color: #fff;
            }

        main .main-content .tab-content {
            padding-left: 15px;
            padding-right: 15px;
            text-align: center;
        }

            main .main-content .tab-content .slick-slide {
                padding: 5px 10px;
            }

                main .main-content .tab-content .slick-slide .img-part {
                    margin: 0 auto;
                    max-height: 200px;
                    min-height: 150px;
                    display: table;
                }

                main .main-content .tab-content .slick-slide img {
                    margin: 0 auto;
                    max-height: 200px;
                }

            main .main-content .tab-content .tab-pane h5 {
                position: absolute;
                color: #fff;
                font-style: italic;
                font-size: .7rem;
                right: 17px;
                top: 1.5rem;
                padding-right: 30px;
            }

                main .main-content .tab-content .tab-pane h5:after {
                    position: absolute;
                    content: '';
                    background: url(../images/after-icon.png) no-repeat;
                    width: 20px;
                    height: 20px;
                    right: -7px;
                }

            main .main-content .tab-content .tab-pane .slick-slide .text-part .title {
                font-size: .85rem;
                margin-top: .7rem;
                white-space: nowrap;
                text-overflow: ellipsis;
                position: relative;
                overflow: hidden;
            }

                main .main-content .tab-content .tab-pane .slick-slide .text-part .title:after {
                    content: '';
                    height: 1px;
                    left: 50%;
                    width: 50px;
                    position: absolute;
                    -webkit-transform: translatex(-50%);
                    transform: translatex(-50%);
                    bottom: -5px;
                }

            main .main-content .tab-content .tab-pane .slick-slide .text-part .content {
                font-size: .85rem;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                line-height: 1.2;
                color: #fff;
                position: relative;
            }

            main .main-content .tab-content .tab-pane .slick-slide .text-part .time {
                font-size: .75rem;
                margin-bottom: 4px;
                color: #fff;
            }

            main .main-content .tab-content .tab-pane .next-arrow.slick-arrow {
                background-size: cover;
                width: 2.5rem;
                height: 2.5rem;
                right: -3.5rem;
                top: 35%;
                position: absolute;
            }

            main .main-content .tab-content .tab-pane .slick-arrow {
                z-index: 999999999;
                cursor: pointer;
            }

                main .main-content .tab-content .tab-pane .slick-arrow img {
                    top: 50%;
                    position: relative;
                    -webkit-transform: translatey(-50%);
                    transform: translatey(-50%);
                }

            main .main-content .tab-content .tab-pane .prev-arrow.slick-arrow {
                background-size: cover;
                width: 2.5rem;
                height: 2.5rem;
                left: -3.5rem;
                top: 35%;
                position: absolute;
            }

section.content-changer {
    text-align: center;
}

    section.content-changer #Tab li {
        display: inline-block;
    }

        section.content-changer #Tab li a {
            overflow: hidden;
            display: inline-block;
            margin-top: 5px;
        }

            section.content-changer #Tab li a span {
                font-size: 1.5rem;
                color: inherit;
                width: 2.4rem;
                height: 3px;
                margin-left: .5rem;
                margin-right: .5rem;
                margin-top: 11px;
                display: block;
            }

    section.content-changer .cool-tab {
        text-align: center;
        margin: 0 auto;
        display: inline-block;
    }

        section.content-changer .cool-tab span {
            font-size: 1rem;
            padding: .5rem 1.4rem;
            margin: 0;
            color: #000;
            font-weight: 400;
            display: inline-block;
        }

        section.content-changer .cool-tab p, section.content-changer img {
            margin: 0 auto;
        }

        section.content-changer .cool-tab img {
            display: inline-block;
        }

body.search section#search {
    display: block;
}

section#search {
    width: 767px;
    margin: 6rem auto;
    padding: .65rem .7rem;
    background: url(../img/aramabg.png) top no-repeat;
    background-size: 100% 4rem;
    display: none;
    max-width: 85%;
    min-width: 298px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

    section#search form > div:first-child {
        position: relative;
        margin: 0 auto;
        padding: 0;
        -webkit-transition: top .4s;
        transition: top .4s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.2rem;
        height: 2.2rem;
    }

    section#search div input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4;
        padding-left: 15px;
        font-size: 1rem;
    }

        section#search div input::-webkit-input-placeholder {
            font-family:'Izmir'!important;
            font-size: 1rem;
        }

        section#search div input::-ms-clear {
            width: 0;
            height: 0;
            display: none;
        }

    section#search div .armbutton {
        /*margin-left: 10px;
        padding: .4rem .8rem;
        border: 0;
        font-size: 1rem;
        font-weight: 600;
        width: 5.3rem;
        text-align: center;
        cursor: pointer;*/
        width: 50px;
        height: 30px;
        background: url(../img/icon-search.png) no-repeat;
        margin-right: 0px;
        display: inline-block;
        margin-left: 10px;
        height: 100%;
        background-position: 40% 44%;
        background-size: 98% auto;
        position: relative;
        cursor: pointer;
    }

    section#search .clear-search {
        display: none;
        position: absolute;
        top: 0;
        right: 50px;
        width: 3.8rem;
        height: 100%;
        text-indent: -999em;
        background: url(../img/clear.svg) center no-repeat;
        border-radius: 2px;
        border: none;
    }

    section#search.search--active .clear-search {
        display: block;
    }

footer {
    min-height: 52px;
    background-color: rgba(0,0,0,.52);
    position: absolute;
    bottom: 0;
    width: 100%;
    /*overflow: hidden;*/
    z-index: 15;
}

    footer #footer-menus {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
    }

        footer #footer-menus a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            color: #fff;
            font-size: 1rem;
            border-right: 1px solid #fff;
            padding: 0 15px;
        }

          footer #footer-menus a:last-child{
 border: none;
} 

            footer #footer-menus a p {
                display: inline-block;
                padding-left: 18px;
                margin: 3px 0 0;
            }

        footer #footer-menus .menu-div {
            width: 100%;
            display: Flex;
        }

            footer #footer-menus .menu-div .img-part {
                display: Flex;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                margin-right: 10px;
            }

            footer #footer-menus .menu-div .text-part {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
            }

                footer #footer-menus .menu-div .text-part p {
                    padding-left: 0;
                    display: inline-block;
                }

            footer #footer-menus .menu-div .img-part div {
                display: inline-block;
                height: 32px;
                margin-left: 7px;
            }
/*body apps*/
.popover {
    /*background: rgba(0,0,0,0.5);*/
    width: 152px;
    background: transparent;
    border: transparent;
}

    .popover .arrow {
        background: transparent;
        border: transparent;
    }

    .popover ul li {
        float: left;
    }

        .popover ul li a {
            padding: 1px 3px;
            border: 1px solid #fff;
            display: block;
            margin: 0px 5px;
            max-width: 45px;
            position: relative;
        }

    .popover.top > .arrow:after {
        border-top-color: transparent;
    }

    .popover .popover-content {
        padding: 3px 5px;
        text-align: center;
        margin: 0 auto;
    }

footer .native-apps {
    position: absolute;
    right: 70px;
    top: 6px;
}

    footer .native-apps .popover {
        background: rgba(0,0,0,0.5);
        width: 152px;
    }



    footer .native-apps ul li {
        float: left;
    }

        footer .native-apps ul li a {
            padding: 1px 3px;
            border: 1px solid #fff;
            display: block;
            margin-right: 10px;
            max-width: 45px;
            position: relative;
        }

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 767px) {

    .fullscreen-bg__video {
        display: none;
    }
}

html {
    font-size: 20px;
    opacity: 0;
    transition: opacity 1.2s;
}

@media screen and (min-width: 1651px) {
    #tripleBlock {
        min-height: 410px !important;
    }
}

@media screen and (max-width: 1650px) {
    header #header-top:after {
        left: 68px;
        width: calc(100% - 210px);
    }

    header .ataturk {
        width: 42px;
        top: 2px;
    }

    footer .native-apps {
        position: absolute;
        right: 35px;
        top: 6px;
    }

    #navbar .nav-item > a {
        padding-top: 3px;
        padding-bottom: 15px;
    }

    nav .open .top-level {
        -webkit-transform: translate(-120px,0px);
        transform: translate(-120px,0px);
    }

    #navbar .nav-item > a i {
        margin-top: 0px;
    }

    section#search div .armbutton {
        background-size: 85% auto;
        margin-left: 5px;
    }
}

@media (max-width: 1500px) {
    html {
        font-size: 16px;
    }

    footer #footer-menus a {
        padding: 0 8px;
    }
}

.responsive-mobile-menu {
    display: none;
    padding-bottom: 50px;
    position: fixed;
    top: 0;
    float: left;
    z-index: 9999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: -webkit-transform .2s,opacity .2s,visibility 0s .2s;
    -webkit-transition: opacity .2s,visibility 0s .2s,-webkit-transform .2s;
    transition: opacity .2s,visibility 0s .2s,-webkit-transform .2s;
    transition: transform .2s,opacity .2s,visibility 0s .2s;
    transition: transform .2s,opacity .2s,visibility 0s .2s,-webkit-transform .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 86px;
    color: #fff;
    width: 100%;
    max-width: 100%;
    font-weight: 600;
    font-size: 16px;
    background: url(../img/background-mobile.png);
    background-size: cover;
}

    .responsive-mobile-menu .navbar-nav a {
        background-color: transparent !important;
        font-weight: 600;
    }

    .responsive-mobile-menu .navbar-nav .link-color {
        color: #fff;
    }

    .responsive-mobile-menu .navbar-nav > li {
        border-bottom: 1px solid rgba(255,255,255,.03);
    }

    .responsive-mobile-menu .navbar-nav li {
        position: relative;
        overflow: hidden;
        font-weight: 600;
        float: none;
    }

        .responsive-mobile-menu .navbar-nav li a[data-toggle=dropdown]:after {
            -webkit-transition: all .5s;
            transition: all .5s;
            position: absolute;
            background: url(../img/icsayfa-iconlar/footer-after.png) no-repeat !important;
            width: 11px;
            height: 7px;
            right: 20px;
            top: 17px;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            content: '';
            z-index: 999999999;
        }

        .responsive-mobile-menu .navbar-nav li.open > a[data-toggle=dropdown]:after {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

    .responsive-mobile-menu .dropdown-menu {
        -webkit-transition: all .3s;
        transition: all .3s;
        display: block;
        overflow: hidden;
        opacity: 0;
        background-color: Transparent;
        max-height: 0;
        position: relative;
        border: 0;
        padding: 0;
    }

    .responsive-mobile-menu .open > .dropdown-menu {
        max-height: none;
        opacity: 1;
    }

    .responsive-mobile-menu .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        font-size: 15px;
    }

    .responsive-mobile-menu .navbar-nav .open > .dropdown-menu {
        padding: 5px 0 5px 15px;
        -webkit-transition: all .6s;
        transition: all .6s;
        border-radius: 0;
    }

body.menu-push-onscreen {
    overflow: hidden;
}

    body.menu-push-onscreen .responsive-mobile-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform .4s,opacity .4s;
        -webkit-transition: opacity .4s,-webkit-transform .4s;
        transition: opacity .4s,-webkit-transform .4s;
        transition: transform .4s,opacity .4s;
        transition: transform .4s,opacity .4s,-webkit-transform .4s;
        left: 0;
        z-index: 99999999;
    }

.responsive-mobile-menu .mobile-menu-btnclose {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 0;
    width: 70px;
    height: 70px;
    cursor: pointer;
    -webkit-transition: .5s cubic-bezier(.77,0,.175,1);
    transition: .5s cubic-bezier(.77,0,.175,1);
}

.responsive-mobile-menu .close-z#searchButton {
    position: absolute;
    display: none;
    z-index: 5;
    top: 10px;
    right: 70px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    -webkit-transition: .5s cubic-bezier(.77,0,.175,1);
    transition: .5s cubic-bezier(.77,0,.175,1);
}

.responsive-mobile-menu .close-z {
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

    .responsive-mobile-menu .close-z svg {
        width: 52%;
        height: 50px;
        margin: 0 auto;
        z-index: 999;
        display: table;
        position: relative;
    }

    .responsive-mobile-menu .close-z .c-y {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        -webkit-transition: .25s;
        transition: .25s;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        background-color: rgba(50,50,50,.5);
        border-radius: 0;
    }

/*.responsive-mobile-menu .close-z .c-y:after {
            display: block;
            content: '';
            width: 33px;
            height: 1px;
            background-color: #fff;
            -webkit-transition: .35s;
            transition: .35s;
            -webkit-transform: translateY(1px) rotate(45deg);
            transform: translateY(1px) rotate(45deg);
        }*/

.responsive-mobile-menu #searchButton .close-z .c-y:after, .responsive-mobile-menu #searchButton .close-z .c-y:before {
    display: none;
}

.responsive-mobile-menu .close-z .c-y:before {
    display: block;
    content: 'X';
    font-size: 36px;
    position: absolute;
    font-weight: 300;
    font-family: nunito;
    top: 1px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
}

.responsive-mobile-menu .close-z .c-f {
    position: absolute;
    z-index: 1;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border-radius: 0;
    opacity: .25;
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #2d2d2d;
}

.responsive-mobile-menu .no-touch .close-z:hover .c-f, .responsive-mobile-menu .touch .close-z:active .c-f {
    -webkit-animation: wave 2.5s infinite;
    animation: wave 2.5s infinite;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.responsive-mobile-menu .social-media {
    display: table;
    margin: 90px auto 0;
}

    .responsive-mobile-menu .social-media a {
        float: left;
        border: 1px solid #fff;
        padding: 1px 4px;
        margin: 0 2px;
    }

.responsive-mobile-menu .logo-as-footer {
    width: 273px;
    margin: 32px auto 0;
    display: table;
}

#tripleBlock {
    width: auto;
    min-height: 359px;
    max-height: calc(100vh - 435px);
    height: 448px;
}

    #tripleBlock #newsBlock {
        width: 66.7%;
        height: 100%;
        display: inline-block;
        float: left;
        background-color: rgba(0,0,0,0.55);
        padding: 13px .7rem 6px 10px;
        position: relative;
        overflow: hidden;
    }

        #tripleBlock #newsBlock .archive {
            position: absolute;
            width: 50%;
            left: 0;
            bottom: 10px;
            top: auto;
            height: 19px;
            text-align: center;
        }

            #tripleBlock #newsBlock .archive a {
                position: relative;
                display: inline-block;
            }

            #tripleBlock #newsBlock .archive h5 {
                background: 0 0;
                border: 1px solid #fff;
                padding: 5px 8px;
                color: #fff;
                -webkit-transition: .5s;
                transition: .5s;
                font-size: 13px;
            }

            #tripleBlock #newsBlock .archive:after {
                position: absolute;
                background: url(../../../Content/img/after-icon.png) no-repeat;
                width: 16px;
                height: 20px;
                top: 1px;
                right: -1.5rem;
                -webkit-transform: translatex(-3px);
                transform: translatex(-3px);
            }

        #tripleBlock #newsBlock #recentNews {
            width: 50%;
            display: inline-block;
            float: left;
            height: calc(100% - 25px);
        }

            #tripleBlock #newsBlock #recentNews .news {
                position: relative;
                -webkit-transition: all .5s;
                transition: all .5s;
                padding: .3rem 1.1rem .3rem 0;
                border: 0 !important;
            }

                #tripleBlock #newsBlock #recentNews .news a {
                    font-size: 1rem;
                    font-weight: 300;
                    -webkit-transition: all .5s;
                    transition: all .5s;
                    color: #fff;
                }

                    #tripleBlock #newsBlock #recentNews .news a:hover, #tripleBlock #newsBlock #recentNews .news:hover {
                        color: #a0dae8;
                    }

                #tripleBlock #newsBlock #recentNews .news:after {
                    position: absolute;
                    content: '';
                    width: 45%;
                    max-width: 150px;
                    height: 1px;
                    -webkit-transition: all .5s;
                    transition: all .5s;
                    background-color: #fff;
                    bottom: 0;
                    left: 0;
                }

                #tripleBlock #newsBlock #recentNews .news:hover:after {
                    background-color: #a0dae8;
                }

        #tripleBlock #newsBlock #newsSummary {
            width: 50%;
            display: inline-block;
            float: left;
            height: 100%;
        }

            #tripleBlock #newsBlock #newsSummary .top {
                height: 53%;
                position: relative;
                min-height: 210px;
            }

                #tripleBlock #newsBlock #newsSummary .top img {
                    max-height: 100%;
                    position: absolute;
                    bottom: 0;
                    margin: 0 auto;
                    left: 50%;
                    -webkit-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                    top: 50%;
                }

            #tripleBlock #newsBlock #newsSummary .bottom {
                height: 45%;
            }

            #tripleBlock #newsBlock #newsSummary .title {
                color: #a0dae8;
                font-size: 1rem;
                font-weight: 400;
                position: relative;
                margin-top: .4rem;
            }

                #tripleBlock #newsBlock #newsSummary .title:after {
                    position: absolute;
                    content: '';
                    width: 45%;
                    max-width: 150px;
                    height: 1px;
                    -webkit-transition: all .5s;
                    transition: all .5s;
                    background-color: #a0dae8;
                    bottom: 0;
                    left: 0;
                }

            #tripleBlock #newsBlock #newsSummary .sum {
                color: #fff;
                font-size: .82rem;
                font-weight: 300;
                line-height: 130%;
            }

#newsBlock .slick-slide {
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

#newsBlock .slick-active {
    opacity: 1 !important;
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

#newsDots {
    display: inline-block;
}

#newsBlock .slick-dots {
    display: inline-block;
    width: auto;
    position: relative;
    bottom: auto;
}

    #newsBlock .slick-dots li {
        color: #fff;
        -webkit-transition: .5s;
        background: 0 0;
        border: 1px solid #fff;
        transition: .5s;
        padding: 2px 8px;
        height: auto;
        width: auto;
    }

        #newsBlock .slick-dots li:nth-of-type(1n+4) {
            display: none;
        }

        #newsBlock .slick-dots li a {
            font-size: 13px;
            color: #fff;
        }

        #newsBlock .slick-dots li.slick-active {
            color: #fff;
            -webkit-transition: .5s;
            transition: .5s;
        }

            #newsBlock .slick-dots li.slick-active a {
                color: #fff;
                -webkit-transition: .5s;
                transition: .5s;
            }

#tripleBlock #announceBlock {
    width: 33%;
    height: 100%;
    display: inline-block;
    float: left;
    -webkit-transform: translatex(2px);
    transform: translatex(2px);
    background-color: rgba(0,0,0,.5);
    padding: 23px 9px 6px .5rem;
    overflow: hidden;
}

    #tripleBlock #announceBlock #_close {
        position: absolute;
        right: 5px;
        top: 5px;
        font-size: 15px;
        width: 1.5rem;
    }

        #tripleBlock #announceBlock #_close i {
            font-size: 22px;
            color: #fff;
        }

#announceBlock #announce-top {
    width: 100%;
    height: 55%;
    overflow: hidden;
    padding-bottom: 50px;
}

    #announceBlock #announce-top .overflow {
        height: 100%;
        position: relative;
    }

        #announceBlock #announce-top .overflow .duyuru-title {
            color: #a0dae8;
            font-size: 1rem;
            font-weight: 400;
            margin-bottom: .8rem;
        }

    #announceBlock #announce-top .announce a {
        color: #fff;
        font-size: .82rem;
        font-weight: 300;
        line-height: 130%;
    }

    #announceBlock #announce-top .slick-slider {
        position: static;
    }

    #announceBlock #announce-top .slick-arrow {
        bottom: -30px;
        left: 0;
        right: auto;
        top: auto;
        -webkit-transform: unset;
        transform: unset;
        font: normal normal normal 14px/1 FontAwesome;
        overflow: hidden;
    }

    #announceBlock #announce-top .slick-prev.slick-prev {
        margin-left: 50%;
        -webkit-transform: translatex(-150%);
        transform: translatex(-150%);
        z-index: 1;
    }

    #announceBlock #announce-top .slick-prev.slick-arrow:before {
        content: "\f104";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 1.2rem;
        color: #fff;
    }

    #announceBlock #announce-top .slick-next.slick-arrow {
        margin-left: 50%;
        -webkit-transform: translatex(150%);
        transform: translatex(150%);
    }

        #announceBlock #announce-top .slick-next.slick-arrow:before {
            color: #fff;
            content: "\f105";
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 1.2rem;
        }

#announceBlock #announce-bottom {
    width: 100%;
    overflow: hidden;
}

    #announceBlock #announce-bottom ul li {
        border-bottom: 1px solid #fff;
        padding: 8px 0px 6px 0px;
    }

        #announceBlock #announce-bottom ul li:first-child {
            border-top: 1px solid #fff;
        }

        #announceBlock #announce-bottom ul li a {
            color: #fff;
            font-size: .92rem;
        }

@media (max-width: 1650px) {
    html {
        font-size: 16px;
    }

    header {
        height: auto;
    }

        header .yuzuncuyil {
            top: 20px;
            bottom: 0px;
            width: 90px;
            height: 68px;
            z-index: 44;
            left: auto;
            right: 30px;
            position: absolute;
        }

        header .yuzuncuyil img {
            width:90px!important
        }

        header #header-top {
            height: 58px;
        }

            header #header-top #header-top-left {
                margin-top: 6px;
            }

                header #header-top #header-top-left .logo {
                    max-width: 300px;
                }

                header #header-top #header-top-left .y150 {
                    max-width: 280px;
                }

    .FlexContainer {
        /*menulerin bitisinden haber duyurular butonunun başlangıcına kadar (minimum)*/
        min-height: calc(100vh - 228px);
    }

    header #header-top #header-top-right {
        margin-top: 12px;
    }

        header #header-top #header-top-right .social-media a {
            padding: 5px;
            border: 1px solid #fff;
            margin: 0 3px;
            width: 32px;
        }

    .temperature img.img-responsive {
        width: 34px;
    }

    header #header-bottom nav.navbar {
        margin-bottom: 0;
    }

        header #header-bottom nav.navbar #navbar {
            margin-top: 12px;
        }

    header #header-bottom .language select {
        top: -1px;
    }

    #main-menu > li > h2 > a {
        padding-bottom: 0;
        padding-top: 0;
    }

    #navbar .language {
        top: -2px;
        position: relative;
    }

    .abs-helper1 {
        padding-top: 10px;
    }

    #sidenav .r-menu {
        margin-top: 158px;
        width: 155px;
    }

    .slick-track .img-part {
        max-width: 90%;
        margin: 0 auto;
    }

    .slick-track .text-part {
        max-width: 80%;
        margin: 0 auto;
    }

    .content-changer #Tab {
        overflow: hidden;
        margin-bottom: 10px;
    }

    section#search {
        width: 650px;
        margin-bottom: 7rem;
        margin-top: 7rem;
    }

    main .main-content .tab-content .tab-pane .slick-slide .text-part .content {
        -webkit-line-clamp: 2;
    }

    header #header-bottom nav.navbar #navbar ul > li.open ul.breadth-first, header #header-bottom nav.navbar #navbar ul > li.open ul.depth-first {
        margin-top: 0;
    }

    #tripleBlock {
        max-width: 1120px;
        float: right;
        width: 100%;
    }
}
/*ataturk*/

@media (max-width: 1440px) {
    header #header-top #header-top-right {
        margin-right:67px
    }

    #navbar .language {
        top: -2px;
        position: relative;
        right: 67px;
    }
}

    @media (max-width: 1315px) {
        header #header-top #header-top-left, header #header-bottom nav.navbar {
            padding-left: 55px;
        }
        header #header-top #header-top-right {
            margin-right: 124px
        }

        #navbar .language {
            top: -2px;
            position: relative;
            right: 124px;
        }
    }

    @media (max-width: 1199px) {
        html {
            font-size: 15px;
        }

        body {
            margin-bottom: 60px;
        }

        header #header-bottom nav.navbar #navbar ul > li.open ul {
            padding: 30px;
        }

        nav .custom-bar {
            padding: 13px 15px 18px 20px;
            height: auto;
        }

        #sidenav .r-menu .btn-trigger:after {
            right: 13px;
            border-width: 6px;
        }

        footer #footer-menus {
            margin-top: 0;
            height: 100%;
        }

            footer #footer-menus .menu-div {
                width: 100%;
                padding: 4px 2px 0;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                footer #footer-menus .menu-div div {
                    -webkit-box-flex: 0;
                    -ms-flex: none;
                    flex: none;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    margin-right: 0px !important;
                }

            footer #footer-menus a {
                margin-top: 3px;
            }

                footer #footer-menus a p {
                    margin-top: 0;
                }

            footer #footer-menus .menu-div div p {
                padding-left: 0;
            }

            footer #footer-menus .menu-div .img-part div {
                margin-left: 0;
                height: 35px;
                width: 30px;
            }

                footer #footer-menus .menu-div .img-part div svg {
                    max-width: 100%;
                }
    }

    @media (max-width: 1024px) {
        #main .sidebar .bar-block li a {
            font-size: 16px;
        }
    }

    @media (max-width: 991px) {
        header #header-top #header-top-right {
            margin-right: 84px;
        }
        #navbar .language {
            top: -2px;
            position: relative;
            right: 84px;
        }
        header #header-top:after {
            left: 68px;
            width: calc(100% - 164px);
        }
        header .yuzuncuyil {
            top: 30px;
            bottom: 0px;
            width: 70px;
            height: 53px;
            z-index: 44;
            left: auto;
            right: 15px;
            position: absolute;
        }
            header .yuzuncuyil img {
                width: 70px !important;
            }
        html {
            font-size: 14px;
        }

        main .main-content .pill-container-like .pill-left ul li a {
            padding: 0 10px;
        }

        #navbar .nav-item > a {
            font-size: 1.1rem;
            padding: 3px 20px 15px 0 !important;
        }

        #sidenav {
            right: 10px;
        }

            #sidenav .r-menu {
                width: 132px;
            }

        #main-menu > li > h2 > a {
            font-size: 1.1rem;
            padding: 1px 20px 6px 0 !important;
        }

        #main-menu > li:first-child > h2 > a {
            padding-left: 0;
        }

        footer .native-apps ul li a {
            margin-right: 5px;
            max-width: 38px;
        }
    }

    @media (min-width: 768px) {
        #tripleBlock #newsBlock #recentNews .slick-list {
            height: 100% !important;
            min-height: 320px;
        }
    }

    @media (max-width: 768px) {
        #main .sidebar .bar-block li a {
            font-size: 16px;
        }
    }

    @media (max-width: 767px) {

        .accessBtn {
            margin-top: 150px !important;
        }

        header .yuzuncuyil {
            top: 66px;
            bottom: 0px;
            width: 50px;
            height: auto;
            z-index: 44;
            left: 30px;
            right: auto;
            position: absolute;
        }
        #header-bottom nav.navbar {
            padding-left: 30px !important;
        }

        section#search div .armbutton {
            width: 30px;
        }

        #main-tab_modul_0 {
            padding: 0px !important;
            min-height: auto !important;
        }

        html {
            font-size: 12px;
        }

        body {
            margin-bottom: calc(1.5vh + 130px);
            background-image: url(../img/mobil-zemin-3.png) !important;
            margin-bottom: 0px;
        }

        header, header #header-top {
            height: auto;
        }

        .abs-helper1 {
            padding-top: 2rem;
        }

        header #header-top #header-top-left {
            min-width: 150px;
            width: 100%;
            max-width: none;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-left: 0;
            text-align: center;
            padding-left: 15px;
            padding-right: 15px;
        }

            header #header-top #header-top-left .y150 {
                max-width: 100%;
                width: auto;
            }

            header #header-top #header-top-left .logo {
                width: 230px;
            }

            header #header-top #header-top-left a {
                overflow: hidden;
                max-width: 300px;
                display: inline-block;
            }

        header #header-top #header-top-right {
            position: relative;
            float: left;
            margin-right: 5px;
            right: 0;
            width: 143px;
            margin-top: 2px;
            display: none;
        }

            header #header-top #header-top-right .social-media a {
                padding: 1px;
                width: auto;
            }

        header .social-media a img {
            width: 15px;
        }

        .navbar-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
            background-color: #fff;
        }

        .navbar-nav {
            margin: 0;
        }

        button.navbar-toggle {
            margin-right: 0;
        }

        .FlexContainer {
            min-height: calc(100vh - 288px);
        }

        #header-bottom .mobile-apps {
            float: right;
        }

            #header-bottom .mobile-apps .usefull-row {
                display: table;
                height: 51px;
            }

            #header-bottom .mobile-apps .usefull-cell {
                display: Table-cell;
                vertical-align: middle;
            }

                #header-bottom .mobile-apps .usefull-cell span {
                    color: #fff;
                    font-size: 19.88px;
                }

                #header-bottom .mobile-apps .usefull-cell > img {
                    width: 26px;
                    margin-right: 9px;
                    margin-left: 1px;
                    padding-top: 4px;
                }

                #header-bottom .mobile-apps .usefull-cell a {
                    border: 1px solid #fff;
                    padding: 1px 4px;
                    display: inline-block;
                    margin-right: 4px;
                }

                    #header-bottom .mobile-apps .usefull-cell a img {
                        width: 20px;
                    }

                #header-bottom .mobile-apps .usefull-cell select {
                    background-color: transparent;
                    font-size: 1rem;
                    color: #fff;
                    border: 1px solid #fff;
                    position: relative;
                    height: 29px;
                    width: 39px;
                    overflow: auto !important;
                    border-radius: 0;
                }

                    #header-bottom .mobile-apps .usefull-cell select option {
                        color: #000;
                    }

        header .ataturk {
            width: 21px;
            top: 52% !important;
            top: 2px;
        }

        header #header-top:after {
            left: 0px;
            width: 100%;
        }

        #sidenav {
            display: none;
        }

        main .main-content .pill-container-like {
            height: auto;
            top: 0;
        }

            main .main-content .pill-container-like .pill-left ul {
                min-width: 200px;
            }

                main .main-content .pill-container-like .pill-left ul li {
                    border: none;
                    padding: 0 2px;
                    -ms-flex: none;
                    flex: none;
                    -webkit-box-flex: auto;
                    -ms-flex-positive: auto;
                    flex-grow: auto;
                    margin: 0 auto;
                    -ms-flex-preferred-size: 36%;
                    flex-basis: 36%;
                }

                    main .main-content .pill-container-like .pill-left ul li a {
                        padding: 0;
                        border: none;
                        margin: 0 auto;
                        -webkit-box-flex: 1;
                        -ms-flex-positive: 1;
                        flex-grow: 1;
                        -ms-flex: none;
                        flex: none;
                    }

                        main .main-content .pill-container-like .pill-left ul li a:after {
                            height: 0;
                        }

        section#search div input {
            font-size: 16px;
        }

        input#search-input::-webkit-input-placeholder {
            font-size: 16px;
        }

        footer {
            background: 0 0;
            position: relative;
        }

            footer #footer-menus a {
                margin-top: 0 !important;
            }

                footer #footer-menus a .menu-div {
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    text-align: center;
                }

            footer #footer-menus .menu-div .img-part {
                margin-right: 10px !important;
                display: inline-block;
                min-height: 40px;
            }

            footer #footer-menus .menu-div .text-part {
                -webkit-box-flex: 4;
                -ms-flex: 4;
                flex: 4;
                display: inline-block;
                width: 110px;
            }

        header #header-bottom nav.navbar #navbar {
            padding: 0;
            margin-top: 1px;
            position: absolute;
            background-color: rgba(0,0,0,.95);
            right: 0;
            left: 0;
        }

        .responsive-mobile-menu {
            display: block;
        }

        #tripleBlock {
            position: relative;
            max-height: none;
            min-height: unset;
            height: auto;
            padding-top: 70px;
            width: 90%;
            float: none;
            margin: 0 auto;
        }

            #tripleBlock #newsBlock {
                display: block;
                width: 100%;
                float: none;
                margin: 0 auto;
            }

                #tripleBlock #newsBlock .archive h5 {
                    color: #fff;
                    font-size: 15px;
                    left: -15px;
                    position: relative;
                    display: none;
                }

                #tripleBlock #newsBlock #recentNews {
                    display: block;
                    width: 100%;
                    padding-bottom: 10px;
                }

                    #tripleBlock #newsBlock #recentNews .slick-list {
                        height: auto;
                        min-height: 350px;
                    }

                #tripleBlock #newsBlock #newsSummary {
                    display: none;
                }

                #tripleBlock #newsBlock #recentNews .news:after {
                    content: none;
                }

                #tripleBlock #newsBlock #recentNews .news a {
                    font-size: 15px;
                    color: #a0dae8;
                    font-weight: 400;
                    position: relative;
                    margin-top: 9px;
                    margin-bottom: 10px;
                    display: block;
                }

                    #tripleBlock #newsBlock #recentNews .news a:after {
                        position: absolute;
                        content: '';
                        width: 45%;
                        max-width: 150px;
                        height: 1px;
                        -webkit-transition: all .5s;
                        transition: all .5s;
                        background-color: #a0dae8;
                        bottom: 0;
                        left: 0;
                    }

                #tripleBlock #newsBlock #recentNews .news p {
                    font-size: 14px;
                    color: #fff;
                    font-weight: 300;
                    line-height: 130%;
                }

                #tripleBlock #newsBlock #recentNews .news img {
                    margin: 0 auto;
                }

        section.banner .banner-close {
            display: none;
        }

        #recentNews .slick-prev.slick-arrow {
            font: normal normal normal 14px/1 FontAwesome;
            bottom: -5px;
            left: 0px;
            right: auto;
            overflow: hidden;
            transform: translate(-25px, 0);
            -webkit-transform: translate(-25px, 0);
            left: 47%;
            top: auto;
            padding-left: 4px;
            width: 20px;
            height: 27px;
        }

            #recentNews .slick-prev.slick-arrow:before {
                color: #fff;
                content: "\f104";
                font: normal normal normal 14px/1 FontAwesome;
                font-size: 30px;
            }

        #recentNews .slick-next.slick-arrow {
            font: normal normal normal 14px/1 FontAwesome;
            bottom: -5px;
            left: 0px;
            right: auto;
            overflow: hidden;
            transform: translate(25px, 0);
            -webkit-transform: translate(25px, 0);
            left: 47%;
            top: auto;
            padding-left: 4px;
            width: 20px;
            height: 27px;
        }

            #recentNews .slick-next.slick-arrow:before {
                color: #fff;
                content: "\f105";
                font: normal normal normal 14px/1 FontAwesome;
                font-size: 30px;
            }

        #announceBlock #announce-top .overflow .duyuru-title {
            font-size: 0;
            background-image: url(../img/duyuru-ikon.png);
            background-repeat: no-repeat;
            height: 24px;
            position: absolute;
            top: 13px;
            left: 9px;
            width: 29px;
        }

        #announceBlock #announce-top .slick-slider {
            position: static;
            padding-top: 16px;
            margin-left: 46px;
            padding-right: 32px;
        }

        #tripleBlock #announceBlock {
            display: block;
            width: 100%;
            float: none;
            position: static !important;
            margin: 0 auto;
            -webkit-transform: none;
            transform: none;
        }

        #announceBlock #announce-top .slick-next.slick-arrow {
            right: 0;
            margin: auto;
            -webkit-transform: none;
            transform: none;
            left: auto;
            top: 18px;
        }

            #announceBlock #announce-top .slick-next.slick-arrow:before {
                font-size: 23px;
            }

        #announceBlock #announce-top .slick-prev.slick-arrow {
            display: none !important;
        }

        #announceBlock #announce-top {
            position: absolute;
            top: 15px;
            background-color: rgba(0,0,0,.5);
            height: 40px;
            left: 0;
            right: 0;
            display: inline-block;
            width: auto;
        }

            #announceBlock #announce-top .announce a {
                font-size: 15px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                width: 100%;
            }

        #announceBlock #announce-bottom ul li a {
            font-size: 14px;
        }

        #tripleBlock #announceBlock #_close {
            right: .5rem;
            top: 1.8rem;
            font-size: 15px;
            z-index: 9;
        }

        footer .native-apps ul li a {
            display: none;
        }

            footer .native-apps ul li a.feedback {
                display: block;
                position: fixed;
                right: 0px;
                bottom: 0px;
            }
    }

    .no-after:after {
        content: none !important;
    }

    input#search-input::-webkit-input-placeholder {
        color: #000;
        font-size: 20px;
    }

    input#search-input:-ms-input-placeholder {
        color: #000;
        font-size: 20px;
    }

    input#search-input::placeholder {
        color: #000;
        font-size: 20px;
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        nav .custom-bar .open > .secondlevel {
            margin-left: 240px;
        }
    }
    /*padding search*/

    #main-tab_modul_0 {
        min-height: 215px;
        /*transition: all 1s;*/
    }

    body.searchNoPadding #main-tab_modul_0 {
        padding: 0px;
    }

    .ibb-bg-6, .ibb-bg-6:after, .ibb-color-6:after {
        color: rgb(41, 41, 41) !important;
        background-color: rgb(105, 130, 192);
    }