﻿@charset "utf-8";

/* ========[ header style ]============ */
.topBanner,
.headBannerCover {
    position: relative;
    z-index: 5001;
    background: #fff;
    background-image: repeating-linear-gradient(-30deg, transparent, transparent 2px, #f2f2f2 2px, #f2f2f2 4px );
    overflow: hidden;
    text-align: center;
}

body.gallDetail .headBannerCover {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

body.gallDetail.pageSkinFull .headBannerCover {
    top: 50px;
}

.topBanner > div,
.headBannerCover > div {
    display: none;
}

header {
    width: 100%;
    margin-bottom: 10px !important;
    position: relative;
    z-index: 10004;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0,0,0);
    z-index: 99999;
}

@supports (-ms-ime-align:auto) {
    /*only for edge*/
    header {
        -webkit-transform-style: inherit;
        -webkit-transform: inherit;
    }
}

body.gallDetail header,
body.sticky:not(.position-nofixed) header:not(.detail-homepage) {
    position: fixed;
    top: 0;
}

body.sticky:not(.position-nofixed).fixed header:not(.detail-homepage) {
    top: -60px !important;
}

body.gallDetail header {
    top: 94px;
}

body.gallDetail.pageSkinFull header {
    top: 155px !important;
}

.position-nofixed .headBannerCover,
.position-nofixed header {
    position: relative !important;
    margin: 0 auto !important;
}

.position-nofixed header {
    margin-bottom: 10px !important;
}

.position-nofixed .topFrame .menu > ul > li .sidebar {
    width: 0;
    opacity: 0;
    pointer-events: none;
}

.position-nofixed .menuSideBar {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
}

header:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1;
}

header.custom:after {
    top: 62px;
}

.sticky:not(.position-nofixed) header.custom:not(.detail-homepage):after {
    top: 48px;
}

header .topFrame {
    width: 100%;
    max-width: 1138px;
    height: 62px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

header.custom .topFrame {
    height: 62px;
}

.sticky:not(.position-nofixed) header.custom:not(.detail-homepage) .topFrame {
    height: 48px;
}

header .topFrame > .logo {
    min-width: 100px;
    max-width: 135px;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

header.custom .topFrame > .logo {
    max-width: 170px;
    padding: 10px;
}

.sticky:not(.position-nofixed) header.custom:not(.detail-homepage) .topFrame > .logo {
    max-width: 100px;
    padding: 10px;
}

header .topFrame > .logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

header.custom .topFrame > .logo img {
    max-width: 75%;
}

header.custom .topFrame .menuTop,
header .topFrame .menu {
    width: calc(100% - 140px);
    float: right;
}

header.custom .topFrame .menuTop,
header.custom .topFrame .menu {
    width: calc(100% - 190px);
}

.sticky:not(.position-nofixed) header.custom:not(.detail-homepage) .topFrame .menuTop {
    display: none;
}

.sticky:not(.position-nofixed) header.custom:not(.detail-homepage) .topFrame .menu {
    width: calc(100% - 120px);
}

header.custom .topFrame .menuTop {
    display: none;
    border: 0;
}

header .topFrame .menu .arrow {
    bottom: 0;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(190, 23, 23, 0);
    border-bottom-color: #be1717;
    border-width: 10px;
    margin-left: -10px;
    opacity: 0;
    -webkit-transition: all .25s .25s ease-in-out;
    -moz-transition: all .25s .25s ease-in-out;
    -ms-transition: all .25s .25s ease-in-out;
    -o-transition: all .25s .25s ease-in-out;
    transition: all .25s .25s ease-in-out;
}

header .topFrame .menu.current .arrow {
    opacity: 1;
}

header .topFrame .menuTop > ul,
header .topFrame .menu > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

header.custom .topFrame .menu > ul {
    margin: 0 -10px;
}

header .topFrame .menuTop > ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    header .topFrame .menuTop > ul > li,
    header .topFrame .menu > ul > li {
        height: 62px;
        display: inline-block;
        line-height: 60px;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    header .topFrame .menuTop > ul > li {
        padding: 0 5px;
    }

    header .topFrame .menuTop > ul > li,
    header .topFrame .menu > ul > li {
        height: 48px;
        line-height: 48px;
    }

        header .topFrame .menuTop > ul > li.menuDrop,
        header .topFrame .menu > ul > li.menuDrop {
            position: relative;
            z-index: 1;
        }

        header .topFrame .menuTop > ul > li > a,
        header .topFrame .menu > ul > li > a {
            height: 62px;
            display: block;
            position: relative;
            font-size: 14px;
            color: #14233a;
            text-align: center;
            line-height: 62px;
            white-space: nowrap;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        header .topFrame .menuTop > ul > li > a,
        header.custom .topFrame .menu > ul > li > a {
            height: 48px;
            line-height: 48px;
        }

header.custom .topFrame .menuTop > ul > li.menuDrop > a {
    padding: 9px 0 7px 30px;
    position: relative;
    font-size: 12px;
    color: #c31717;
    line-height: 14px;
}

    header.custom .topFrame .menuTop > ul > li.menuDrop > a img {
        width: 25px;
        height: 25px;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.desk-menu .mediaShare {
    position: relative;
    bottom: 0;
    width: auto;
}

    .desk-menu .mediaShare li a {
        color: #172338;
        font-size: 15px;
        transition: all 0.3s ease;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border: 1px solid rgba(223, 224, 227, 0.50);
        border-radius: 30px;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .desk-menu .mediaShare ul {
        gap: 7px;
        display: inline-flex;
        padding-top: 10px;
        width: 100%;
        gap: 7px;
    }

.topFrame .menuTop > ul > li.desk-menu {
    flex: 0 0 auto;
}

.desk-menu .mediaShare li .ytb {
    background: none !important;
}

.desk-menu .mediaShare li a.face:hover {
    background: #3B57A3;
}

.desk-menu .mediaShare li a.twt:hover {
    background: #0F1419;
}

.desk-menu .mediaShare li a.inst:hover {
    color: #da4835;
}

.desk-menu .mediaShare li a.ytb:hover {
    background: #f00 !important;
}

.desk-menu .mediaShare li {
    height: 24px;
}

    .desk-menu .mediaShare li a svg {
        transition: all 0.3s ease;
        z-index: 3;
    }

    .desk-menu .mediaShare li a:hover svg path {
        fill: #fff;
    }

    .desk-menu .mediaShare li a.inst:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
        border-radius: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: akk 0.3s ease;
    }

    .desk-menu .mediaShare li a.inst:hover:before {
        opacity: 1;
        visibility: visible;
        z-index: 3;
    }

    .desk-menu .mediaShare li a.inst:hover svg {
        filter: brightness(0) invert(1);
        position: relative;
    }

header .topFrame .menuTop > ul > li a > img { /*width: 100%;*/
    height: auto;
    max-width: 100%;
}

header .topFrame .menu > ul > li.desktop-none,
header .topFrame .menu > ul > li .down {
    display: none;
}

header .topFrame .menu > ul > li:first-child > a {
    display: none;
}

header .topFrame .menu > ul > li > a > .fa {
    margin-right: 3px;
}

    header .topFrame .menu > ul > li > a > .fa.fa-line-chart {
        color: #098efb;
    }

    header .topFrame .menu > ul > li > a > .fa.fa-heart {
        color: #d11919;
    }

header .topFrame .menu > ul > li > a .special-category,
.menu.navobile-navigation > ul > li > a .special-category {
    height: 30px;
    margin-top: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    position: relative;
    color: #fff;
    font-style: normal;
    line-height: 30px;
}

header.custom .topFrame .menu > ul > li > a .special-category {
    padding: 0;
}

.menu.navobile-navigation > ul > li > a .special-category {
    margin-top: 6px;
}

header.custom .topFrame .menu > ul > li > a .special-category {
    margin-top: 8px;
}

header .topFrame .menu > ul > li > a .special-category.temmuz15 {
    padding: 0 6px 0 32px;
    background: #dc230d url('../i/special-category.png?v2') no-repeat 0 1px;
}

header .topFrame .menu > ul > li > a .special-category.spor,
.menu.navobile-navigation > ul > li > a .special-category.spor {
    background: #206602;
}

header .topFrame .menu > ul > li > a .special-category.magazin,
.menu.navobile-navigation > ul > li > a .special-category.magazin {
    width: 72px;
    background: #bd2a63;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

header .topFrame .menu > ul > li > a .special-category.kadin,
.menu.navobile-navigation > ul > li > a .special-category.kadin {
    width: 52px;
    background: #f7d2da;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

header .topFrame .menu > ul > li > a .special-category.thy,
.menu.navobile-navigation > ul > li > a .special-category.thy {
    color: #01499e;
    background: url(../i/thy-logo.png) no-repeat left center;
    padding-left: 25px;
}

header .topFrame .menu > ul > li > a .special-category.thy {
    vertical-align: initial;
}

.menu.navobile-navigation > ul > li > a .special-category.thy {
    color: #ffffff;
    padding-left: 28px;
}

header .topFrame .menu > ul > li > a .special-category.halkbank,
.menu.navobile-navigation > ul > li > a .special-category.halkbank {
    color: #01499e;
    background: url(../i/halkbank-logo.png) no-repeat left center;
    padding-left: 25px;
}

header .topFrame .menu > ul > li > a .special-category.halkbank {
    vertical-align: initial;
}

.menu.navobile-navigation > ul > li > a .special-category.halkbank {
    background-image: url(../i/halkbank-white-logo.png);
    color: #ffffff;
    padding-left: 28px;
}

header .topFrame .menu > ul > li > a .lady {
    width: 72px;
    height: 30px;
    background: #f7d2da url(../i/kadin.png) no-repeat center center;
}

.menu.navobile-navigation > ul > li > a .special-category.lady {
    width: 72px;
    background: #f7d2da url(../i/kadin.png) no-repeat center center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

header .topFrame .menu > ul > li > a .apara {
    width: 83px;
    height: 30px;
    background: url(../i/apara-menu.jpg?v2) no-repeat center center;
}

.menu.navobile-navigation > ul > li > a .special-category.apara {
    width: 72px;
    background: url(../i/apara-menu.jpg?v2) no-repeat center center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

header .topFrame .menu > ul > li > a .special-category.flash,
.menu.navobile-navigation > ul > li > a .special-category.flash {
    width: 80px;
    background: #d11919;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.menu.navobile-navigation > ul > li > a .special-category.magazin {
    width: 92px;
}

.menu.navobile-navigation > ul > li > a .special-category.kadin {
    width: 62px;
}

.menu.navobile-navigation > ul > li > a .special-category.flash {
    width: 106px;
}

header .topFrame .menu > ul > li > a .special-category .eff1,
header .topFrame .menu > ul > li > a .special-category .eff2,
.menu.navobile-navigation > ul > li > a .special-category .eff1,
.menu.navobile-navigation > ul > li > a .special-category .eff2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
    text-align: center;
    -webkit-animation-name: magazineFadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    -moz-animation-name: magazineFadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 4s;
    -o-animation-name: magazineFadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 4s;
    animation-name: magazineFadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}

header .topFrame .menu > ul > li > a .special-category.magazin .eff1,
header .topFrame .menu > ul > li > a .special-category.magazin .eff2,
.menu.navobile-navigation > ul > li > a .special-category.magazin .eff1,
.menu.navobile-navigation > ul > li > a .special-category.magazin .eff2 {
    background: #bd2a63;
}

header .topFrame .menu > ul > li > a .special-category.kadin .eff1,
header .topFrame .menu > ul > li > a .special-category.kadin .eff2,
.menu.navobile-navigation > ul > li > a .special-category.kadin .eff1,
.menu.navobile-navigation > ul > li > a .special-category.kadin .eff2 {
    background: #d4145a;
}

header .topFrame .menu > ul > li > a .special-category.flash .eff1,
header .topFrame .menu > ul > li > a .special-category.flash .eff2,
.menu.navobile-navigation > ul > li > a .special-category.flash .eff1,
.menu.navobile-navigation > ul > li > a .special-category.flash .eff2 {
    background: #d11919;
}

header .topFrame .menu > ul > li > a .special-category .eff1,
.menu.navobile-navigation > ul > li > a .special-category .eff1 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

header .topFrame .menu > ul > li > a .special-category .eff2,
.menu.navobile-navigation > ul > li > a .special-category .eff2 {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes magazineFadeInOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes magazineFadeInOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes magazineFadeInOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes magazineFadeInOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

header .topFrame .menu > ul > li > a .special-category2 {
    padding: 2px 10px;
    background: #d11919;
    color: #fff;
    font-style: normal;
    border-radius: 5px;
}

header .topFrame .menu > ul > li .sidebar,
header .topFrame .menu > ul > li .search {
    display: block;
    position: relative;
    font-size: 18px;
    color: #14233a;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    header .topFrame .menu > ul > li .sidebar i,
    header .topFrame .menu > ul > li .search i {
        width: 18px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    header .topFrame .menu > ul > li .sidebar.show i {
        /*-webkit-transform: rotate(90deg);
			 -moz-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				 -o-transform: rotate(90deg);
						transform: rotate(90deg);*/
    }

        header.sabah-tatil .mediaShare li.search.show i:before,
        header .topFrame .menu > ul > li .sidebar.show i:before,
        header .topFrame .menu > ul > li .search.show i:before {
            content: '\f00d';
        }

    header .topFrame .menu > ul > li.selected a,
    header .topFrame .menu > ul > li .sidebar.show,
    header .topFrame .menu > ul > li .search.show,
    header .topFrame .menu > ul > li > a:hover,
    header .topFrame .menu > ul > li .sidebar:hover,
    header .topFrame .menu > ul > li .search:hover {
        color: #d11919;
    }

    header .topFrame .menu > ul > li > a:after,
    header .topFrame .menu > ul > li .search:after {
        content: '';
        width: 0;
        height: 30px;
        position: absolute;
        left: 0;
        top: 50%;
        border-left: 1px solid #e6e6e6;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

header .topFrame .menuTop > ul li .subMenu,
header .topFrame .menu > ul li .subMenu {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 62px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2), inset 0px 6px 6px -6px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2), inset 0px 6px 6px -6px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2), inset 0px 6px 6px -6px rgba(0,0,0,0.4);
    -webkit-transition: all .25s .5s ease-in-out;
    -moz-transition: all .25s .5s ease-in-out;
    -ms-transition: all .25s .5s ease-in-out;
    -o-transition: all .25s .5s ease-in-out;
    transition: all .25s .5s ease-in-out;
}

header.custom .topFrame .menu > ul li .subMenu {
    top: 98px;
}

header.custom .topFrame .menuTop > ul li.menuDrop .subMenu,
header.custom .topFrame .menu > ul li.menuDrop .subMenu {
    top: 48px;
    left: auto;
    right: 0;
}

header .topFrame .menuTop > ul li.current .subMenu,
header .topFrame .menu > ul li.current .subMenu {
    height: 370px;
    visibility: visible;
    opacity: 1;
}

header.custom .topFrame .menuTop > ul li.menuDrop.current .subMenu,
header.custom .topFrame .menu > ul li.menuDrop.current .subMenu {
    height: auto;
}

header .topFrame .menu > ul li.webtv.current .subMenu {
    height: 300px;
}

header .topFrame .menu > ul li .subMenu .allLink {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid #e7e9eb;
    font-size: 14px;
    color: #356083;
    line-height: 40px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header .topFrame .menu > ul li .subMenu .tabFrame .allLink {
    width: 75%;
}

header .topFrame .menu > ul li .subMenu .allLink a {
    font-size: 14px;
    color: #356083;
}

    header .topFrame .menu > ul li .subMenu .allLink a:hover {
        color: #d11919;
    }

header .topFrame .menu > ul li .subMenu .listFrame {
    padding: 0 4px;
}

    header .topFrame .menu > ul li .subMenu .listFrame ol {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

        header .topFrame .menu > ul li .subMenu .listFrame ol li {
            width: 25%;
            float: left;
        }

            header .topFrame .menu > ul li .subMenu .listFrame ol li a,
            header .topFrame .menu > ul li .subMenu .tabFrame dl dd a {
                display: block;
                margin: 16px 5px;
                font-size: 15px;
                color: #14233a;
                text-align: center;
            }

                header .topFrame .menu > ul li .subMenu .listFrame ol li a span,
                header .topFrame .menu > ul li .subMenu .tabFrame dl dd a span {
                    width: 230px;
                    height: 230px;
                    display: block;
                    margin: 0 auto;
                    overflow: hidden;
                }

header .topFrame .menu > ul li.webtv .subMenu .tabFrame dl dd a span {
    height: 133px;
}

header .topFrame .menu > ul li .subMenu .listFrame ol li a span img,
header .topFrame .menu > ul li .subMenu .tabFrame dl dd a span img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

header .topFrame .menu > ul li .subMenu .listFrame ol li a:hover span img,
header .topFrame .menu > ul li .subMenu .tabFrame dl dd a:hover span img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

header .topFrame .menu > ul li .subMenu .listFrame ol li a strong,
header .topFrame .menu > ul li .subMenu .tabFrame dl dd a strong {
    height: 48px;
    display: block;
    margin: 10px;
    line-height: 22px;
    overflow: hidden;
}

header .topFrame .menu > ul li .subMenu .listFrame ol li a:hover,
header .topFrame .menu > ul li .subMenu .tabFrame dl dd a:hover {
    color: #d11919;
}

header .topFrame .menu > ul li .subMenu .tabFrame {
}

    header .topFrame .menu > ul li .subMenu .tabFrame ol {
        width: 25%;
        height: 370px;
        padding-bottom: 40px;
        background-color: #f4f4f4;
        border-right: 1px solid #e7e9eb;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: center;
        justify-content: center;
    }

header .topFrame .menu > ul li.webtv .subMenu .tabFrame ol {
    height: 300px;
}

header .topFrame .menu > ul li .subMenu .tabFrame ol > li {
    width: 101%;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
}

    header .topFrame .menu > ul li .subMenu .tabFrame ol > li > a {
        display: block;
        padding: 0 18px;
        position: relative;
        font-size: 15px;
        color: #14233a;
        line-height: 32px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        header .topFrame .menu > ul li .subMenu .tabFrame ol > li > a:after {
            content: '\f105';
            position: absolute;
            top: 50%;
            right: 16px;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit; /*--adjust as necessary--*/
            font-size: 22px;
            color: #89919c;
            opacity: 0;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

    header .topFrame .menu > ul li .subMenu .tabFrame ol > li:hover > a {
        color: #d11919;
    }

    header .topFrame .menu > ul li .subMenu .tabFrame ol > li.current > a {
        background-color: #fff;
        border: solid #e7e9eb;
        border-width: 1px 0;
        color: #356083;
        line-height: 30px;
    }

        header .topFrame .menu > ul li .subMenu .tabFrame ol > li.current > a:after {
            opacity: 1;
        }

    header .topFrame .menu > ul li .subMenu .tabFrame ol > li dl {
        width: 75%;
        padding: 0 3px;
        position: absolute;
        top: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    header .topFrame .menu > ul li .subMenu .tabFrame ol > li.current dl {
        visibility: visible;
        opacity: 1;
    }

    header .topFrame .menu > ul li .subMenu .tabFrame ol > li dl dt {
        display: none;
    }

    header .topFrame .menu > ul li .subMenu .tabFrame ol > li dl dd {
        width: 33.333%;
        float: left;
    }

header .topFrame .menuTop > ul > li > .advert-turkcell {
    width: 100%;
    height: 100%;
    position: relative;
}

    header .topFrame .menuTop > ul > li > .advert-turkcell a {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

header .topFrame .menuTop > ul > li.advert-finans {
    position: relative;
    padding-right: 31px;
}

    header .topFrame .menuTop > ul > li.advert-finans > div {
        position: absolute;
        top: 0;
        right: 0;
    }


header .searchFrame {
    width: 100%;
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 2;
    background-color: #f5f5f5; /*visibility: hidden;*/
    pointer-events: none;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

header.custom .searchFrame {
    top: 98px;
}

.sticky:not(.position-nofixed) header.custom:not(.detail-homepage) .searchFrame {
    top: 50px;
}

header .searchFrame.show { /*visibility: visible;*/
    pointer-events: inherit;
    opacity: 1;
}

header .searchFrame .wrapper {
    width: 100%;
    height: 70px;
    margin: 0 auto;
}

    header .searchFrame .wrapper .endList {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding-top: 14px;
        font-size: 14px;
    }

        header .searchFrame .wrapper .endList h2,
        header .searchFrame .wrapper .endList h3,
        header .searchFrame .wrapper .endList h4,
        header .searchFrame .wrapper .endList h5 {
            display: inline-block;
            padding-top: 12px;
            font-weight: 700;
        }

        header .searchFrame .wrapper .endList > span {
            display: inline-block;
            vertical-align: top;
            padding-top: 12px;
        }

        header .searchFrame .wrapper .endList > ul {
            width: calc(100% - 570px);
            display: inline-block;
            vertical-align: top;
            padding-top: 12px;
        }

            header .searchFrame .wrapper .endList > ul li {
                margin: 0 7px;
                float: left;
            }

                header .searchFrame .wrapper .endList > ul li a:hover {
                    text-decoration: underline;
                }

        header .searchFrame .wrapper .endList .inputBox {
            height: 41px;
            float: right;
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
            -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
            box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
        }

            header .searchFrame .wrapper .endList .inputBox input {
                display: inline-block;
                vertical-align: top;
                margin: 0;
                padding: 0;
                float: left;
                background: none;
                border: none;
                font-family: 'Open Sans', sans-serif;
                font-size: 15px;
                outline: inherit;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

            header .searchFrame .wrapper .endList .inputBox .inputtext {
                width: 390px;
                padding: 10px;
            }

            header .searchFrame .wrapper .endList .inputBox .submit {
                width: 41px;
                height: 41px;
                display: inline-block;
                vertical-align: top;
                background-color: #d11919;
                font-size: 20px;
                color: #fff;
                text-align: center;
                line-height: 41px;
            }

header .bottomFrame {
    background: #132239;
}

    header .bottomFrame .menu {
        width: 100%;
        position: relative;
        margin: 0 auto;
        height: 38px;
    }

        header .bottomFrame .menu ul {
            width: 100%;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }

            header .bottomFrame .menu ul > li {
                height: 38px;
                display: block;
                position: relative;
            }

                header .bottomFrame .menu ul > li.apara:before {
                    content: '';
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: -10px;
                    border-left: 1px solid #29496f;
                }

                header .bottomFrame .menu ul > li.desktop-none {
                    display: none;
                }

                header .bottomFrame .menu ul > li > a {
                    height: 38px;
                    display: block;
                    padding: 0 10px;
                    position: relative;
                    font-weight: normal;
                    font-size: 15px;
                    color: #fff;
                    text-align: center;
                    line-height: 38px;
                }

                    header .bottomFrame .menu ul > li > a > img {
                        width: auto;
                        max-height: 34px;
                        display: inline-block;
                        vertical-align: middle;
                        margin: 0 5px;
                    }

                header .bottomFrame .menu ul > li.selected > a:after {
                    content: '';
                    width: 100%;
                    height: 1px;
                    position: absolute;
                    bottom: 4px;
                    left: 0;
                    background: #fff;
                }

                header .bottomFrame .menu ul > li:hover > a {
                    background: #1e3764;
                }

                header .bottomFrame .menu ul > li.selected:hover > a:after {
                    visibility: hidden;
                }

                header .bottomFrame .menu ul > li > div,
                header .bottomFrame .menu ul > li > ol {
                    min-width: 100%;
                    display: none;
                    position: absolute;
                    left: 0;
                    top: 38px;
                    background: #1e3764;
                }

                header .bottomFrame .menu ul > li.apara > div,
                header .bottomFrame .menu ul > li.apara > ol {
                    left: auto;
                    right: 0;
                }

                header .bottomFrame .menu ul > li ol a {
                    display: block;
                    height: 39px;
                    font-weight: normal;
                    font-size: 14px;
                    line-height: 39px;
                    padding: 0 10px;
                    color: #fff;
                    white-space: nowrap;
                }

                    header .bottomFrame .menu ul > li ol a .icon-tv {
                        width: 16px;
                        height: 16px;
                        display: inline-block;
                        vertical-align: text-top;
                        margin: 0 5px;
                        background: url('../i/icon-tv.png') no-repeat;
                    }

                    header .bottomFrame .menu ul > li ol a:before {
                        content: '';
                        display: block;
                        height: 1px;
                        background: #1d2647;
                    }

                header .bottomFrame .menu ul > li ol li:first-child a:before,
                header .bottomFrame .menu ul > li.diziler ol li:nth-child(-n+3) a:before,
                header .bottomFrame .menu ul > li > ol a:hover:before {
                    visibility: hidden;
                }

                header .bottomFrame .menu ul > li:hover > div,
                header .bottomFrame .menu ul > li:hover > ol {
                    display: block;
                }

            header .bottomFrame .menu ul ol a:hover {
                background: rgba(255,255,255,0.3);
            }

            header .bottomFrame .menu ul > li.diziler > div {
                min-width: 200px;
                left: auto;
                right: 0;
            }

                header .bottomFrame .menu ul > li.diziler > div ol {
                    overflow: hidden;
                }

                    header .bottomFrame .menu ul > li.diziler > div ol li {
                        float: left;
                    }

            header .bottomFrame .menu ul > li.onhayat > a > img {
                margin-top: -3px;
            }

            header .bottomFrame .menu ul > li.onhayat ol a:before {
                background-color: #ff0a8f;
            }

            header .bottomFrame .menu ul > li.onhayat:hover > a,
            header .bottomFrame .menu ul > li.onhayat.current > a {
                background: #ff780f;
            }

            header .bottomFrame .menu ul > li.onhayat ol {
                background: rgba(255,119,15,1);
                background: -moz-linear-gradient(top, rgba(255,119,15,1) 0%, rgba(255,9,144,1) 100%);
                background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,119,15,1)), color-stop(100%, rgba(255,9,144,1)));
                background: -webkit-linear-gradient(top, rgba(255,119,15,1) 0%, rgba(255,9,144,1) 100%);
                background: -o-linear-gradient(top, rgba(255,119,15,1) 0%, rgba(255,9,144,1) 100%);
                background: -ms-linear-gradient(top, rgba(255,119,15,1) 0%, rgba(255,9,144,1) 100%);
                background: linear-gradient(to bottom, rgba(255,119,15,1) 0%, rgba(255,9,144,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff770f', endColorstr='#ff0990', GradientType=0 );
            }

        header .bottomFrame .menu li.diziler > div .seriesAll {
            display: block;
            background-color: rgba(255, 255, 255, 0.2);
            overflow: hidden;
        }

            header .bottomFrame .menu li.diziler > div .seriesAll a {
                height: 30px;
                padding: 0 10px;
                float: right;
                color: #fff;
                font-weight: normal;
                font-size: 14px;
                text-align: right;
                line-height: 30px;
            }

        header .bottomFrame .menu li.diziler ol a {
            width: 200px;
            height: 39px;
            display: inline-block;
            vertical-align: top;
            text-align: right;
            position: relative;
            line-height: 18px;
            overflow: hidden;
            white-space: normal;
        }

            header .bottomFrame .menu li.diziler ol a > span {
                width: 180px;
                height: 39px;
                display: table-cell;
                padding-left: 37px;
                vertical-align: middle;
            }

            header .bottomFrame .menu li.diziler ol a em {
                width: 37px;
                height: 32px;
                padding-top: 2px;
                position: absolute;
                left: 10px;
                bottom: 0;
                background: #14233a;
                font-size: 12px;
                color: #fff;
                line-height: 14px;
                letter-spacing: 0.3px;
                font-style: normal;
                text-align: center;
            }


        header .bottomFrame .menu ul > li.apara > div,
        header .bottomFrame .menu ul > li.apara > ol {
            background-color: #000971;
        }

            header .bottomFrame .menu ul > li.apara > ol li:not(:last-child) a {
                background: rgba(255,255,255,0.3);
            }

                header .bottomFrame .menu ul > li.apara > ol li:not(:last-child) a:hover {
                    background: #000c9a;
                }

            header .bottomFrame .menu ul > li.apara > ol li:last-child a:hover {
                background: #000c9a;
            }



header .mediaShare {
    width: 100%;
    position: absolute;
    bottom: 12px;
    right: 10px;
    overflow: hidden;
}

    header .mediaShare li {
        height: 30px;
        float: left;
    }

        header .mediaShare li img {
            display: block;
        }

        header .mediaShare li a {
            display: block;
            font-size: 20px;
            color: #fff;
            text-align: center;
            line-height: 30px;
        }

        header .mediaShare li.search {
            width: 43px;
            display: none;
            padding-left: 20px;
            border-left: 1px solid rgba(255, 255, 255, .2);
        }

            header .mediaShare li.search a {
                font-size: 24px;
            }

header.memurlarTopHeader .topFrame .menuTop > ul > li:not(:last-child) {
    display: block;
}


.menuDrop .subMenu {
    width: 180px !important;
}

    .menuDrop .subMenu .sub-menu-title {
        width: 100%;
        display: block;
        position: relative;
        padding: 10px;
        color: #282828;
        border-bottom: 1px solid #be1717;
        line-height: normal;
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        .menuDrop .subMenu .sub-menu-title .fa {
            margin: 0px 10px 0 0;
            position: absolute;
            top: 50%;
            right: 0;
            font-size: 26px;
            color: #be1717;
            transition: .2s linear;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            pointer-events: none;
        }

        .menuDrop .subMenu .sub-menu-title.active .fa:before {
            content: '\f0d8';
        }

    .menuDrop .subMenu .liveChannelList ul {
        display: none;
        padding: 0 10px;
        margin: 10px 0px 15px;
    }

        .menuDrop .subMenu .liveChannelList ul li {
            border-bottom: 1px solid #e6e6e6;
        }

            .menuDrop .subMenu .liveChannelList ul li a {
                display: block;
                line-height: 34px;
            }



.menuSideBar {
    width: 240px;
    height: 100%;
    position: absolute;
    top: 62px;
    left: 0; /*z-index: 210000;*/
    z-index: 10000;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transition: transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out;
    -o-transition: transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out;
}

header.custom .menuSideBar {
    top: 98px;
}

.sticky:not(.position-nofixed) header.custom .menuSideBar {
    top: 50px;
}

.menuSideBar.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.menuSideBar.custom {
    top: 100px;
}

.menuSideBar nav {
}

    .menuSideBar nav ul {
        overflow: hidden;
    }

    .menuSideBar nav > ul > li {
        height: 40px;
        display: block;
        position: relative;
        z-index: auto;
        border-top: 1px solid #e7e9eb;
        line-height: 40px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

        .menuSideBar nav > ul > li:first-child {
            border-top: none;
        }

        .menuSideBar nav > ul > li.current {
            background-color: #f4f4f4;
        }

        .menuSideBar nav > ul > li.reach-us {
            height: auto;
            margin: 10px 0;
            border: 0;
        }

            .menuSideBar nav > ul > li.reach-us a {
                text-align: center;
                padding-left: 0;
                width: auto;
                display: table;
                border: 1px solid #000 !important;
                margin: auto;
                padding: 0px 20px;
                height: auto;
                border-radius: 30px;
                transition: all 0.3s ease-out;
            }

            .menuSideBar nav > ul > li.reach-us.current {
                background: none;
            }

                .menuSideBar nav > ul > li.reach-us.current a {
                    background: #f7f5f5;
                    border-color: #dad9d9 !important;
                }

        .menuSideBar nav > ul > li:nth-last-child(2) {
            border-bottom: 1px solid #e7e9eb;
        }

        .menuSideBar .nav-modal ol li a,
        .menuSideBar nav > ul > li a {
            display: block;
            padding-left: 20px;
            position: relative;
            z-index: 2;
            font-size: 15px;
            color: #14233a;
            white-space: nowrap;
        }

        .menuSideBar nav > ul > li .fa {
            position: absolute;
            top: 50%;
            right: 15px;
            z-index: 3;
            color: #89919c;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

        .menuSideBar nav > ul > li a.icon {
            padding: 0 0 0 60px;
        }

            .menuSideBar nav > ul > li a.icon:not(.zk) img {
                position: absolute;
                top: 50%;
                left: 20px;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .menuSideBar nav > ul > li ol {
            display: none;
        }

.menuSideBar .nav-modal ol {
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

    .menuSideBar .nav-modal ol.show {
        opacity: 1;
    }

    .menuSideBar .nav-modal ol li {
        height: 30px;
        display: block;
        line-height: 30px;
    }

        .menuSideBar .nav-modal ol li a {
            padding: 0 12px;
            font-size: 15px;
        }

            .menuSideBar .nav-modal ol li a > i {
                font-style: normal;
            }

                .menuSideBar .nav-modal ol li a > i.yellow {
                    background: #fed55b;
                    padding: 2px 5px;
                }

            .menuSideBar .nav-modal ol li a:hover {
                background-color: #f4f4f4;
                color: #be1717;
            }

.menuSideBar .nav-modal {
    width: 0;
    min-width: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 230px;
    z-index: 10;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.menuSideBar.active .nav-modal {
    width: auto;
    min-width: 170px;
    visibility: visible;
    opacity: 1;
}

.menuSideBar .nav-modal .wrapper {
    overflow: hidden;
}

.menuSideBar .nav-modal .modalPointer {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 20px inset transparent;
    border-right: 20px inset transparent;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-right: 20px solid #b3b3b3;
    position: absolute;
    left: -41px;
    top: 0;
    bottom: auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

    .menuSideBar .nav-modal .modalPointer.middle {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .menuSideBar .nav-modal .modalPointer.bottom {
        top: auto;
        bottom: 0;
    }

    .menuSideBar .nav-modal .modalPointer .conceal {
        width: 0;
        height: 0;
        display: inline-block;
        border-left: 20px inset transparent;
        border-right: 20px inset transparent;
        border-top: 20px inset transparent;
        border-bottom: 20px inset transparent;
        border-right: 20px solid #fff;
        position: absolute;
        left: -19px;
        top: -20px;
    }

.menuSideBar .mediaShare {
    bottom: 0;
}

    .menuSideBar .mediaShare.custom {
        overflow: hidden;
        -webkit-box-shadow: 0px -2px 9px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px -2px 9px 0px rgba(0,0,0,0.3);
        box-shadow: 0px -2px 9px 0px rgba(0,0,0,0.3);
    }

    .menuSideBar .mediaShare ul {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border-bottom: 1px solid #e7e9eb;
    }

        .menuSideBar .mediaShare ul li {
            width: 16.66%;
            height: 40px;
            float: left;
        }

            .menuSideBar .mediaShare ul li a {
                display: -webkit-flex;
                display: flex;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-align-items: center;
                align-items: center;
                height: 40px;
                background-color: #3a5a98;
                font-size: 20px;
                color: #fff;
                text-align: center;
                line-height: 40px;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                -ms-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out;
            }

                .menuSideBar .mediaShare ul li a.twt {
                    background-color: #0F1419;
                }

                    .menuSideBar .mediaShare ul li a.twt .fa-brands {
                        width: 20px;
                        height: 20px;
                    }

                        .menuSideBar .mediaShare ul li a.twt .fa-brands:before {
                            content: '';
                            display: block;
                            width: 100%;
                            height: 100%;
                            background-repeat: no-repeat;
                            background-position: center center;
                            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='100%' viewBox='0 0 512 512'><style>svg{fill:%23ffffff}</style><path d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/></svg>");
                        }

                .menuSideBar .mediaShare ul li a.gplus {
                    background-color: #db4e3e;
                }

                .menuSideBar .mediaShare ul li a.inst {
                    background-color: #275485;
                }

                .menuSideBar .mediaShare ul li a.rss {
                    background-color: #ed802c;
                }

                .menuSideBar .mediaShare ul li a.flipboard {
                    background-color: #e12828;
                }

                .menuSideBar .mediaShare ul li a:hover {
                    background-color: #fff;
                    color: #3a5a98;
                }

                    .menuSideBar .mediaShare ul li a:hover.twt {
                        background-color: #fff;
                        color: #0F1419;
                    }

                        .menuSideBar .mediaShare ul li a:hover.twt .fa-brands:before {
                            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='100%' viewBox='0 0 512 512'><style>svg{fill:%23000000}</style><path d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/></svg>");
                        }

                    .menuSideBar .mediaShare ul li a:hover.gplus {
                        background-color: #fff;
                        color: #db4e3e;
                    }

                    .menuSideBar .mediaShare ul li a:hover.inst {
                        background-color: #fff;
                        color: #275485;
                    }

                    .menuSideBar .mediaShare ul li a:hover.rss {
                        background-color: #fff;
                        color: #ed802c;
                    }

                    .menuSideBar .mediaShare ul li a:hover.flipboard {
                        background-color: #fff;
                        color: #e12828;
                    }

.mediaShare a.ytb {
    background: #f00 !important;
}

    .mediaShare a.ytb:hover {
        color: #f00 !important;
        background: none !important;
    }

main .mansetSmall {
    z-index: 2;
}


/* ztk logo effect */
header .topFrame .menu > ul > li > a.zk strong,
.menu.navobile-navigation > ul > li > a.zk strong {
    margin: 20px 0 0 3px;
    float: left;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

header.custom .topFrame .menu > ul > li > a.zk strong {
    margin: 12px 0 0 3px;
}

.menu.navobile-navigation > ul > li > a.zk strong {
    margin: 7px 7px 0 0px;
}

.menuSideBar nav > ul > li a.zk.effect-6 span,
header .topFrame .menu > ul > li > a.zk.effect-6 span,
header .topFrame .menuTop > ul > li > a.zk.effect-6 span,
.menu.navobile-navigation > ul > li > a.zk.effect-6 span {
    display: block;
    width: 25px;
    height: 25px;
    margin: 17px 0 0 5px;
    position: relative;
    float: left;
}

.menuSideBar nav > ul > li a.zk.effect-6 span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

header.custom .topFrame .menu > ul > li > a.zk.effect-6 span {
    margin-top: 10px;
}

.menu.navobile-navigation > ul > li > a.zk.effect-6 span {
    margin: 7px 7px 0 0;
}

header .topFrame .menuTop > ul > li > a.zk.effect-6 span,
header .topFrame .menu > ul > li > a.zk.effect-6 span {
    display: inline-block;
    margin-left: 0;
    float: none;
    text-align: center;
}

    .menuSideBar nav > ul > li a.zk.effect-6 span em,
    header .topFrame .menu > ul > li > a.zk.effect-6 span em,
    header .topFrame .menuTop > ul > li > a.zk.effect-6 span em,
    .menu.navobile-navigation > ul > li > a.zk.effect-6 span em {
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        left: 0;
        line-height: normal;
        -webkit-animation-name: ztkFadeInOut;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 4s;
        -moz-animation-name: ztkFadeInOut;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: infinite;
        -moz-animation-duration: 4s;
        -o-animation-name: ztkFadeInOut;
        -o-animation-timing-function: ease-in-out;
        -o-animation-iteration-count: infinite;
        -o-animation-duration: 4s;
        animation-name: ztkFadeInOut;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 4s
    }

        .menuSideBar nav > ul > li a.zk.effect-6 span em.eff1,
        header .topFrame .menu > ul > li > a.zk.effect-6 span em.eff1,
        header .topFrame .menuTop > ul > li > a.zk.effect-6 span em.eff1,
        .menu.navobile-navigation > ul > li > a.zk.effect-6 span em.eff1 {
            -webkit-animation-delay: 2s;
            -moz-animation-delay: 2s;
            -o-animation-delay: 2s;
            animation-delay: 2s;
        }

        .menuSideBar nav > ul > li a.zk.effect-6 span em.eff2,
        header .topFrame .menu > ul > li > a.zk.effect-6 span em.eff2,
        header .topFrame .menuTop > ul > li > a.zk.effect-6 span em.eff2,
        .menu.navobile-navigation > ul > li > a.zk.effect-6 span em.eff2 {
            -webkit-animation-delay: 0s;
            -moz-animation-delay: 0s;
            -o-animation-delay: 0s;
            animation-delay: 0s;
        }

@-webkit-keyframes ztkFadeInOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes ztkFadeInOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes ztkFadeInOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ztkFadeInOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.menu-top-ramadan {
    height: 44px !important;
}

    .menu-top-ramadan > div {
        width: 98px;
        height: 44px !important;
        padding: 0 5px;
        background: url(../i/menu-top-ramadan-bg.jpg) no-repeat 0px 0px;
    }

    .menu-top-ramadan a {
        height: 50%;
        display: block;
        font-size: 14px;
        line-height: 23px;
        font-weight: 700;
        color: #ececec;
        text-align: center;
    }

        .menu-top-ramadan a:first-child {
            border-bottom: 1px solid #9aa5b1;
        }


/* ztk logo effect */
header .topFrame .menu > ul > li > a.turkcell span,
.menu.navobile-navigation > ul > li > a.turkcell span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
}

header .topFrame .menu > ul > li > a.turkcell:before {
    content: '';
    width: 95%;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 3%;
    z-index: 1;
    background-color: #0a1d3b;
    border-radius: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menuSideBar nav > ul > li a.turkcell.effect-trcll strong,
header .topFrame .menu > ul > li > a.turkcell.effect-trcll strong,
.menu.navobile-navigation > ul > li > a.turkcell.effect-trcll strong {
    height: 30px;
    margin: 15px 0 0 3px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    float: left;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 16px;
}

.menuSideBar nav > ul > li a.turkcell.effect-trcll strong {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu.navobile-navigation > ul > li > a.turkcell.effect-trcll strong {
    margin: 7px 7px 0 0;
}

    .menuSideBar nav > ul > li a.turkcell.effect-trcll strong em,
    header .topFrame .menu > ul > li > a.turkcell.effect-trcll strong em,
    .menu.navobile-navigation > ul > li > a.turkcell.effect-trcll strong em {
        font-style: normal;
        -webkit-animation-name: turkcellFadeInOut;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 4s;
        -moz-animation-name: 3t;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: infinite;
        -moz-animation-duration: 3s;
        -o-animation-name: turkcellFadeInOut;
        -o-animation-timing-function: ease-in-out;
        -o-animation-iteration-count: infinite;
        -o-animation-duration: 3s;
        animation-name: turkcellFadeInOut;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 3s
    }

@-webkit-keyframes turkcellFadeInOut {
    0% {
        color: #fff;
    }

    50% {
        color: #ffcb08;
    }

    100% {
        color: #fff;
    }
}

@-moz-keyframes turkcellFadeInOut {
    0% {
        color: #fff;
    }

    50% {
        color: #ffcb08;
    }

    100% {
        color: #fff;
    }
}

@-o-keyframes turkcellFadeInOut {
    0% {
        color: #fff;
    }

    50% {
        color: #ffcb08;
    }

    100% {
        color: #fff;
    }
}

@keyframes turkcellFadeInOut {
    0% {
        color: #fff;
    }

    50% {
        color: #ffcb08;
    }

    100% {
        color: #fff;
    }
}


header .topFrame .menu > ul > li > .advert-turkcell {
    width: 100%;
    height: 100%;
    position: relative;
}

    header .topFrame .menu > ul > li > .advert-turkcell a {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    header .topFrame .menu > ul > li > .advert-turkcell > div > div > div:after {
        content: '';
        width: 0;
        height: 30px;
        position: absolute;
        left: 0;
        top: 50%;
        border-left: 1px solid #e6e6e6;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

header .topFrame .menu > ul > li > .teknokulis {
    width: 100%;
    height: 100%;
    position: relative;
}

    header .topFrame .menu > ul > li > .teknokulis a {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    header .topFrame .menu > ul > li > .teknokulis:after {
        content: '';
        width: 0;
        height: 30px;
        position: absolute;
        left: 0;
        top: 50%;
        border-left: 1px solid #e6e6e6;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }


body.gallDetail main > aside.leftSticky {
    margin: 0 0 0 640px;
    position: fixed;
}

body.gallDetail.pageSkinFull main > aside.leftSticky {
    top: 256px !important;
}

/* sabah tatil topFrame */
header.sabah-tatil {
    background: #0973c1 url('../i/header-sabah-tatil.png') center center no-repeat;
}

    header.sabah-tatil:after {
        display: none;
    }

    header.sabah-tatil .topFrame {
        height: 80px;
    }

        header.sabah-tatil .topFrame > .logo {
            max-width: 130px;
            min-width: 100px;
            margin: 0 auto;
            padding-top: 10px;
            float: none;
        }

        header.sabah-tatil .topFrame .outerLink {
            width: 42px;
            position: absolute;
            top: 50%;
            left: 10px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            header.sabah-tatil .topFrame .outerLink > a {
                width: 52px;
                height: 52px;
                display: block;
                position: relative;
                border: 2px solid rgba(255, 255, 255, .7);
                text-align: center;
                border-radius: 100%;
            }

            header.sabah-tatil .topFrame .outerLink img {
                width: 42px;
                height: auto;
                margin: auto;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }

.sabah-tatil header .mediaShare {
    width: auto;
}

header.sabah-tatil .searchFrame {
    top: 90px;
}

.sabah-tatil header .mediaShare li:not(:first-child) {
    margin-left: 10px;
}

.sticky:not(.position-nofixed) header.sabah-tatil .topFrame {
    height: 60px;
}

    .sticky:not(.position-nofixed) header.sabah-tatil .topFrame > .logo {
        max-width: 100px;
    }

.sticky:not(.position-nofixed) header.sabah-tatil .searchFrame.show {
    top: 60px;
}




/* sabah avrupa topFrame */
body.sabah-avrupa header:after {
    top: 110px;
}

body.sabah-avrupa.sticky:not(.position-nofixed) header:after {
    top: 60px;
}

body.sabah-avrupa .topFrame {
    width: 100%;
    height: 110px;
    text-align: center;
}

body.sabah-avrupa.sticky:not(.position-nofixed) .topFrame {
    height: 60px;
}

body.sabah-avrupa .topFrame .container {
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    text-align: center;
    align-items: center;
    justify-content: center;
}

body.sabah-avrupa .topFrame .logo {
    display: inline-block;
}

    body.sabah-avrupa .topFrame .logo img {
        max-width: 100%;
        height: auto;
    }

body.sabah-avrupa.sticky:not(.position-nofixed) .topFrame .logo {
    -webkit-flex-basis: 130px;
    flex-basis: 130px;
}

body.sabah-avrupa .topFrame .social {
    float: right;
}

    body.sabah-avrupa .topFrame .social li.ico {
        width: 26px;
    }

        body.sabah-avrupa .topFrame .social li.ico img {
            max-width: 100%;
            height: auto;
            display: block;
        }

    body.sabah-avrupa .topFrame .social li {
        float: left;
        margin-left: 5px;
    }

        body.sabah-avrupa .topFrame .social li a {
            display: block;
            width: 25px;
            height: 25px;
            line-height: 25px;
            color: #ffffff;
        }

            body.sabah-avrupa .topFrame .social li a:hover {
                text-decoration: none;
            }

                body.sabah-avrupa .topFrame .social li a:hover i {
                    opacity: 0.7;
                }

            body.sabah-avrupa .topFrame .social li a i {
                display: block;
                width: 25px;
                height: 25px;
                text-align: center;
                line-height: 25px;
                overflow: hidden;
                -webkit-border-radius: 13px;
                -moz-border-radius: 13px;
                border-radius: 13px;
                transition: 0.5s;
            }

    body.sabah-avrupa .topFrame .social .fa-facebook {
        background-color: #3b579d;
    }

    body.sabah-avrupa .topFrame .social .fa-twitter {
        background-color: #00aced;
    }

    body.sabah-avrupa .topFrame .social .fa-google-plus {
        background-color: #da4835;
    }

    body.sabah-avrupa .topFrame .social .fa-rss {
        background-color: #ff7f00;
    }

body.sabah-avrupa .topFrame .upper {
    width: 200px;
    height: calc(100% - 15px);
    position: absolute;
    right: 20px;
    top: 15px;
}

body.sabah-avrupa.sticky:not(.position-nofixed) .topFrame .upper {
    top: 5px;
}

body.sabah-avrupa .topFrame .language {
    position: absolute;
    bottom: 10px;
    right: 0;
    margin-top: 2px;
}

body.sabah-avrupa.sticky:not(.position-nofixed) .topFrame .language {
    bottom: -5px;
}

body.sabah-avrupa .topFrame .language li {
    float: left;
    color: #272e37;
}

    body.sabah-avrupa .topFrame .language li a {
        float: left;
        height: 22px;
        line-height: 22px;
        padding: 0 0 0 16px;
        font-weight: 700;
    }

        body.sabah-avrupa .topFrame .language li a i {
            display: none;
        }

body.sabah-avrupa .topFrame .topLinks {
    width: 210px;
    position: absolute;
    left: 0px;
    top: 15px;
}

    body.sabah-avrupa .topFrame .topLinks li {
        float: left;
    }

        body.sabah-avrupa .topFrame .topLinks li:last-child:after {
            display: none;
        }

        body.sabah-avrupa .topFrame .topLinks li a {
            float: left;
            color: #45454e;
            font-size: 14px;
            padding: 0 8px;
            font-weight: 700;
        }

        body.sabah-avrupa .topFrame .topLinks li:after {
            content: "|";
            color: #93969b;
            float: right;
            font-weight: normal;
            font-size: 12px;
        }

        body.sabah-avrupa .topFrame .topLinks li a:hover {
            color: #d81921
        }


/* sabah memurlar topFrame */
header.memurlarTopHeader .show-navobile {
    color: #fff;
}

header.memurlarTopHeader {
    height: 58px;
}

    header.memurlarTopHeader:after {
        display: none;
    }

header.memurlarTopHeader {
    background-color: #0092f4;
}

    header.memurlarTopHeader .topFrame {
        height: 58px;
    }

        header.memurlarTopHeader .topFrame > .logo {
            min-width: 0;
            max-width: 160px;
            padding-top: 0;
            position: relative;
            z-index: 4;
        }

            header.memurlarTopHeader .topFrame > .logo img {
                width: 100%;
                height: auto;
            }

        header.memurlarTopHeader .topFrame .menuWrapper {
            width: 200px;
            position: absolute;
            top: 12px;
            right: 8px;
            z-index: 3;
        }

        header.memurlarTopHeader .topFrame .menu {
            display: none;
        }

            header.memurlarTopHeader .topFrame .menu > ul {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                header.memurlarTopHeader .topFrame .menu > ul > li {
                    height: 64px;
                    -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
                }
                    /*header.memurlarTopHeader .topFrame .menu > ul > li:first-child {display: none;}*/
                    header.memurlarTopHeader .topFrame .menu > ul > li > a {
                        height: 64px;
                        display: block;
                        padding: 0;
                        font-size: 13px;
                        color: #fff;
                        line-height: 64px;
                        font-weight: 400;
                    }

                    header.memurlarTopHeader .topFrame .menu > ul > li:last-child > a {
                        padding-right: 0;
                    }

                    header.memurlarTopHeader .topFrame .menu > ul > li.subMenu:hover > a {
                        background-color: #0076c5;
                    }

                    header.memurlarTopHeader .topFrame .menu > ul > li > a:after {
                        display: none;
                    }

            header.memurlarTopHeader .topFrame .menu .arrow {
                display: none !important;
            }

            header.memurlarTopHeader .topFrame .menu > ul > li > a:hover {
                color: #d0e6f0;
            }

            header.memurlarTopHeader .topFrame .menu > ul > li > .advert-turkcell {
                height: 100%;
                overflow: hidden;
                line-height: 0;
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                align-items: center;
                -webkit-justify-content: center;
                justify-content: center;
            }

body.sticky:not(.position-nofixed) header.memurlarTopHeader .topFrame .menu > ul > li > .advert-turkcell {
    margin-top: 0;
}

header.memurlarTopHeader .topFrame .menu > ul > li > .advert-turkcell > div {
    margin-top: -2px;
}

    header.memurlarTopHeader .topFrame .menu > ul > li > .teknokulis:after,
    header.memurlarTopHeader .topFrame .menu > ul > li > .advert-turkcell > div > div > div:after {
        display: none !important;
    }

header.memurlarTopHeader .topFrame .menu > ul > li .wrapper {
    width: 100%;
    height: 0;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: -1;
    background-color: #0076c5;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

body.sticky:not(.position-nofixed) header.memurlarTopHeader .topFrame .menu > ul > li .wrapper {
    top: 58px;
}

header.memurlarTopHeader .topFrame .menu > ul > li:hover .wrapper {
    height: 38px;
    z-index: 9998;
    opacity: 1;
    pointer-events: auto;
}

header.memurlarTopHeader .topFrame .menu > ul > li .wrapper ol {
    width: 100%;
    margin: 0 auto;
    background-color: #0076c5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}

header.memurlarTopHeader .topFrame .menu > ul > li ol li {
    height: 38px;
    display: block;
    position: relative;
}

    header.memurlarTopHeader .topFrame .menu > ul > li ol li > a {
        height: 38px;
        display: block;
        position: relative;
        font-weight: normal;
        font-size: 15px;
        color: #fff;
        text-align: center;
        line-height: 38px;
    }


header.memurlarTopHeader .topFrame .menuTop {
    width: auto;
    float: right;
}

    header.memurlarTopHeader .topFrame .menuTop ul li {
        height: auto;
        float: left;
        line-height: normal;
    }

        header.memurlarTopHeader .topFrame .menuTop ul li a {
            height: 30px;
            display: block;
            padding: 0 2px;
            font-size: 18px;
            color: #fff;
            line-height: 30px;
        }

    header.memurlarTopHeader .topFrame .menuTop > ul > li:last-child > a {
        padding-right: 0;
    }

    header.memurlarTopHeader .topFrame .menuTop > ul > li:not(:last-child) {
        display: none;
    }

    header.memurlarTopHeader .topFrame .menuTop ul li a img {
        display: block;
    }

header.memurlarTopHeader .bottomFrame {
    display: none;
    position: relative;
    z-index: 2;
    background-color: #0076c5;
}

    header.memurlarTopHeader .bottomFrame .menu ul > li > a {
        padding: 0;
    }



/* sabah spor topFrame */
header.sporTopHeader .show-navobile {
    color: #fff;
}

header.sporTopHeader .bgFrame {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url('../i/sabah-spor-header-bg.jpg') center top no-repeat;
}

header.sporTopHeader {
    height: 64px;
    background-color: #218f38;
    border-bottom: 2px solid #0a6613;
}

    header.sporTopHeader .topFrame {
        height: 64px;
    }

        header.sporTopHeader .topFrame > .logo {
            min-width: 0;
            max-width: 110px;
            padding-top: 0;
            position: relative;
            z-index: 4;
        }

            header.sporTopHeader .topFrame > .logo img {
                width: 100%;
                height: auto;
            }

        header.sporTopHeader .topFrame .menuWrapper {
            width: 200px;
            position: absolute;
            top: 12px;
            right: 8px;
            z-index: 3;
        }

        header.sporTopHeader .topFrame .menu {
            display: none;
        }

            header.sporTopHeader .topFrame .menu > ul {
                width: 100%;
                padding-top: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                header.sporTopHeader .topFrame .menu > ul > li {
                    height: 48px;
                    -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
                }

                    header.sporTopHeader .topFrame .menu > ul > li:first-child {
                    }

                    header.sporTopHeader .topFrame .menu > ul > li > a {
                        height: 48px;
                        display: block;
                        padding: 0;
                        font-size: 14px;
                        color: #fff;
                        line-height: 48px;
                        font-weight: 600;
                    }

                    header.sporTopHeader .topFrame .menu > ul > li:last-child > a {
                        padding-right: 0;
                    }

                    header.sporTopHeader .topFrame .menu > ul > li.subMenu:hover > a {
                        background-color: #0076c5;
                    }

                    header.sporTopHeader .topFrame .menu > ul > li > a:after {
                        display: none;
                    }

            header.sporTopHeader .topFrame .menu .arrow {
                display: none !important;
            }

            header.sporTopHeader .topFrame .menu > ul > li > .advert-turkcell {
                height: 100%;
                overflow: hidden;
                line-height: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                header.sporTopHeader .topFrame .menu > ul > li > .advert-turkcell > div {
                    margin-top: -3px;
                }

                    header.sporTopHeader .topFrame .menu > ul > li > .teknokulis:after,
                    header.sporTopHeader .topFrame .menu > ul > li > .advert-turkcell > div > div > div:after {
                        display: none !important;
                    }

body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame .menu > ul > li > .advert-turkcell > div {
    margin-top: -5px;
}

header.sporTopHeader .topFrame .menu > ul > li .wrapper {
    width: 100%;
    height: 0;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: -1;
    background-color: #0076c5;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame .menu > ul > li .wrapper {
    top: 58px;
}

header.sporTopHeader .topFrame .menu > ul > li:hover .wrapper {
    height: 38px;
    z-index: 9998;
    opacity: 1;
    pointer-events: auto;
}

header.sporTopHeader .topFrame .menu > ul > li .wrapper ol {
    width: 100%;
    margin: 0 auto;
    background-color: #0076c5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}

header.sporTopHeader .topFrame .menu > ul > li ol li {
    height: 38px;
    display: block;
    position: relative;
}

    header.sporTopHeader .topFrame .menu > ul > li ol li > a {
        height: 38px;
        display: block;
        position: relative;
        font-weight: normal;
        font-size: 15px;
        color: #fff;
        text-align: center;
        line-height: 38px;
    }


header.sporTopHeader .topFrame .menuTop {
    width: auto;
    margin-top: 10px;
    float: right;
}

    header.sporTopHeader .topFrame .menuTop ul li {
        height: auto;
        float: left;
        line-height: normal;
    }

        header.sporTopHeader .topFrame .menuTop ul li:first-child {
            width: 100%;
            display: block;
            padding-left: 20px;
            float: none;
        }

        header.sporTopHeader .topFrame .menuTop ul li a {
            height: 26px;
            display: block;
            padding: 0 7px;
            font-size: 16px;
            color: #fff;
            line-height: 26px;
        }

    header.sporTopHeader .topFrame .menuTop > ul > li:last-child > a {
        padding-right: 0;
    }

    header.sporTopHeader .topFrame .menuTop ul li:first-child a img {
        display: inline-block;
    }

    header.sporTopHeader .topFrame .menuTop > ul > li > a.zk.effect-6 span {
        margin: -2px 0 0;
    }

.fa.fa-tiktok {
    display: inline-block;
}

    .fa.fa-tiktok:before {
        content: '';
        background-image: url("../i/tiktok.png");
        width: 10px;
        height: 12px;
        display: block;
    }



/* sabah yasam topFrame */
header.yasamTopHeader .show-navobile {
    color: #fff;
}

header.yasamTopHeader .bgFrame {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(248,59,1,1) 0%, rgba(254,181,1,1) 69%, rgba(255,129,6,1) 100%);
}

header.yasamTopHeader {
    height: 64px;
    background-color: #f83b02;
    border-bottom: 2px solid #f83b02;
}

    header.yasamTopHeader .topFrame {
        height: 64px;
    }

        header.yasamTopHeader .topFrame > .logo {
            min-width: 0;
            max-width: 110px;
            padding-top: 6px;
            position: relative;
            z-index: 4;
        }

            header.yasamTopHeader .topFrame > .logo img {
                width: 100%;
                height: auto;
            }

        header.yasamTopHeader .topFrame .menuWrapper {
            width: 200px;
            position: absolute;
            top: 12px;
            right: 8px;
            z-index: 3;
        }

        header.yasamTopHeader .topFrame .menu {
            display: none;
        }

            header.yasamTopHeader .topFrame .menu > ul {
                width: 100%;
                padding-top: 14px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                header.yasamTopHeader .topFrame .menu > ul > li {
                    height: 48px;
                    -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
                }

                    header.yasamTopHeader .topFrame .menu > ul > li:first-child {
                    }

                    header.yasamTopHeader .topFrame .menu > ul > li > a {
                        height: 48px;
                        display: block;
                        padding: 0;
                        font-size: 14px;
                        color: #fff;
                        line-height: 48px;
                        font-weight: 600;
                    }

                    header.yasamTopHeader .topFrame .menu > ul > li:last-child > a {
                        padding-right: 0;
                    }

                    header.yasamTopHeader .topFrame .menu > ul > li.subMenu:hover > a {
                        background-color: #0076c5;
                    }

                    header.yasamTopHeader .topFrame .menu > ul > li > a:after {
                        display: none;
                    }

            header.yasamTopHeader .topFrame .menu .arrow {
                display: none !important;
            }

            header.yasamTopHeader .topFrame .menu > ul > li > .advert-turkcell {
                height: 100%;
                overflow: hidden;
                line-height: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                header.yasamTopHeader .topFrame .menu > ul > li > .advert-turkcell > div {
                    margin-top: -3px;
                }

                    header.yasamTopHeader .topFrame .menu > ul > li > .teknokulis:after,
                    header.yasamTopHeader .topFrame .menu > ul > li > .advert-turkcell > div > div > div:after {
                        display: none !important;
                    }

body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame .menu > ul > li > .advert-turkcell > div {
    margin-top: -5px;
}

header.yasamTopHeader .topFrame .menu > ul > li .wrapper {
    width: 100%;
    height: 0;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: -1;
    background-color: #0076c5;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame .menu > ul > li .wrapper {
    top: 58px;
}

header.yasamTopHeader .topFrame .menu > ul > li:hover .wrapper {
    height: 38px;
    z-index: 9998;
    opacity: 1;
    pointer-events: auto;
}

header.yasamTopHeader .topFrame .menu > ul > li .wrapper ol {
    width: 100%;
    margin: 0 auto;
    background-color: #0076c5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}

header.yasamTopHeader .topFrame .menu > ul > li ol li {
    height: 38px;
    display: block;
    position: relative;
}

    header.yasamTopHeader .topFrame .menu > ul > li ol li > a {
        height: 38px;
        display: block;
        position: relative;
        font-weight: normal;
        font-size: 15px;
        color: #fff;
        text-align: center;
        line-height: 38px;
    }


header.yasamTopHeader .topFrame .menuTop {
    width: auto;
    margin-top: 10px;
    float: right;
}

    header.yasamTopHeader .topFrame .menuTop ul li {
        height: auto;
        float: left;
        line-height: normal;
    }

        header.yasamTopHeader .topFrame .menuTop ul li:first-child {
            width: 100%;
            display: block;
            padding-left: 20px;
            float: none;
        }

        header.yasamTopHeader .topFrame .menuTop ul li a {
            height: 26px;
            display: block;
            padding: 0 7px;
            font-size: 16px;
            color: #fff;
            line-height: 26px;
        }

    header.yasamTopHeader .topFrame .menuTop > ul > li:last-child > a {
        padding-right: 0;
    }

    header.yasamTopHeader .topFrame .menuTop ul li:first-child a img {
        display: inline-block;
    }

    header.yasamTopHeader .topFrame .menuTop > ul > li > a.zk.effect-6 span {
        margin: -2px 0 0;
    }


/* sabah gundem topFrame */
header.gundemTopHeader .show-navobile {
    color: #fff;
}

header.gundemTopHeader .bgFrame {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(130,24,15,1) 0%, rgba(204,44,31,1) 50%, rgba(139,27,17,1) 100%);
}

header.gundemTopHeader {
    height: 64px;
    background-color: #8a1b11;
    border-bottom: 2px solid #8a1b11;
}

    header.gundemTopHeader .topFrame {
        height: 64px;
    }

        header.gundemTopHeader .topFrame > .logo {
            min-width: 0;
            max-width: 110px;
            padding-top: 6px;
            position: relative;
            z-index: 4;
        }

            header.gundemTopHeader .topFrame > .logo img {
                width: 100%;
                height: auto;
            }

        header.gundemTopHeader .topFrame .menuWrapper {
            width: 200px;
            position: absolute;
            top: 12px;
            right: 8px;
            z-index: 3;
        }

        header.gundemTopHeader .topFrame .menu {
            display: none;
        }

            header.gundemTopHeader .topFrame .menu > ul {
                width: 100%;
                padding-top: 14px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                header.gundemTopHeader .topFrame .menu > ul > li {
                    height: 48px;
                    -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
                }

                    header.gundemTopHeader .topFrame .menu > ul > li:first-child {
                    }

                    header.gundemTopHeader .topFrame .menu > ul > li > a {
                        height: 48px;
                        display: block;
                        padding: 0;
                        font-size: 14px;
                        color: #fff;
                        line-height: 48px;
                        font-weight: 600;
                    }

                    header.gundemTopHeader .topFrame .menu > ul > li:last-child > a {
                        padding-right: 0;
                    }

                    header.gundemTopHeader .topFrame .menu > ul > li.subMenu:hover > a {
                        background-color: #0076c5;
                    }

                    header.gundemTopHeader .topFrame .menu > ul > li > a:after {
                        display: none;
                    }

            header.gundemTopHeader .topFrame .menu .arrow {
                display: none !important;
            }

            header.gundemTopHeader .topFrame .menu > ul > li > .advert-turkcell {
                height: 100%;
                overflow: hidden;
                line-height: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                header.gundemTopHeader .topFrame .menu > ul > li > .advert-turkcell > div {
                    margin-top: -3px;
                }

                    header.gundemTopHeader .topFrame .menu > ul > li > .teknokulis:after,
                    header.gundemTopHeader .topFrame .menu > ul > li > .advert-turkcell > div > div > div:after {
                        display: none !important;
                    }

body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame .menu > ul > li > .advert-turkcell > div {
    margin-top: -5px;
}

header.gundemTopHeader .topFrame .menu > ul > li .wrapper {
    width: 100%;
    height: 0;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: -1;
    background-color: #0076c5;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame .menu > ul > li .wrapper {
    top: 58px;
}

header.gundemTopHeader .topFrame .menu > ul > li:hover .wrapper {
    height: 38px;
    z-index: 9998;
    opacity: 1;
    pointer-events: auto;
}

header.gundemTopHeader .topFrame .menu > ul > li .wrapper ol {
    width: 100%;
    margin: 0 auto;
    background-color: #0076c5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}

header.gundemTopHeader .topFrame .menu > ul > li ol li {
    height: 38px;
    display: block;
    position: relative;
}

    header.gundemTopHeader .topFrame .menu > ul > li ol li > a {
        height: 38px;
        display: block;
        position: relative;
        font-weight: normal;
        font-size: 15px;
        color: #fff;
        text-align: center;
        line-height: 38px;
    }


header.gundemTopHeader .topFrame .menuTop {
    width: auto;
    margin-top: 10px;
    float: right;
}

    header.gundemTopHeader .topFrame .menuTop ul li {
        height: auto;
        float: left;
        line-height: normal;
    }

        header.gundemTopHeader .topFrame .menuTop ul li:first-child {
            width: 100%;
            display: block;
            padding-left: 20px;
            float: none;
        }

        header.gundemTopHeader .topFrame .menuTop ul li a {
            height: 26px;
            display: block;
            padding: 0 7px;
            font-size: 16px;
            color: #fff;
            line-height: 26px;
        }

    header.gundemTopHeader .topFrame .menuTop > ul > li:last-child > a {
        padding-right: 0;
    }

    header.gundemTopHeader .topFrame .menuTop ul li:first-child a img {
        display: inline-block;
    }

    header.gundemTopHeader .topFrame .menuTop > ul > li > a.zk.effect-6 span {
        margin: -2px 0 0;
    }


/* sabah kadin topFrame */

header.kadinTopHeader .show-navobile {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(205, 52, 83, .54);
}

header.kadinTopHeader .bgFrame {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url('../i/sabah-kadin-header-bg.jpg') center top no-repeat;
}

header.kadinTopHeader {
    height: 64px;
    background-color: #e4557e;
    border-bottom: 2px solid #e4557e;
}

    header.kadinTopHeader .topFrame {
        height: 64px;
    }

        header.kadinTopHeader .topFrame > .logo {
            min-width: 0;
            max-width: 110px;
            padding-top: 0;
            position: relative;
            z-index: 4;
        }

            header.kadinTopHeader .topFrame > .logo img {
                width: 100%;
                height: auto;
            }

        header.kadinTopHeader .topFrame .menuWrapper {
            width: 200px;
            position: absolute;
            top: 12px;
            right: 8px;
            z-index: 3;
        }

        header.kadinTopHeader .topFrame .menu {
            display: none;
        }

            header.kadinTopHeader .topFrame .menu > ul {
                width: 100%;
                padding-top: 17px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                header.kadinTopHeader .topFrame .menu > ul > li {
                    height: 48px;
                    -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
                }
                    /*header.kadinTopHeader .topFrame .menu > ul > li:first-child {display: none;}*/
                    header.kadinTopHeader .topFrame .menu > ul > li > a {
                        height: 48px;
                        display: block;
                        padding: 0;
                        font-size: 14px;
                        color: #fff;
                        line-height: 48px;
                        font-weight: 600;
                        text-shadow: 1px 1px 1px rgba(205, 52, 83, .54);
                    }

                    header.kadinTopHeader .topFrame .menu > ul > li:last-child > a {
                        padding-right: 0;
                    }

                    header.kadinTopHeader .topFrame .menu > ul > li.subMenu:hover > a {
                        background-color: #0076c5;
                    }

                    header.kadinTopHeader .topFrame .menu > ul > li > a:after {
                        display: none;
                    }

            header.kadinTopHeader .topFrame .menu .arrow {
                display: none !important;
            }

            header.kadinTopHeader .topFrame .menu > ul > li > .advert-turkcell {
                height: 100%;
                overflow: hidden;
                line-height: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                header.kadinTopHeader .topFrame .menu > ul > li > .advert-turkcell > div {
                    margin-top: -3px;
                }

                    header.kadinTopHeader .topFrame .menu > ul > li > .teknokulis:after,
                    header.kadinTopHeader .topFrame .menu > ul > li > .advert-turkcell > div > div > div:after {
                        display: none !important;
                    }

            header.kadinTopHeader .topFrame .menu > ul > li .wrapper {
                width: 100%;
                height: 0;
                position: absolute;
                top: 64px;
                left: 0;
                z-index: -1;
                background-color: #0076c5;
                opacity: 0;
                overflow: hidden;
                pointer-events: none;
            }

body.sticky:not(.position-nofixed) header.kadinTopHeader .topFrame .menu > ul > li .wrapper {
    top: 58px;
}

header.kadinTopHeader .topFrame .menu > ul > li:hover .wrapper {
    height: 38px;
    z-index: 9998;
    opacity: 1;
    pointer-events: auto;
}

header.kadinTopHeader .topFrame .menu > ul > li .wrapper ol {
    width: 100%;
    margin: 0 auto;
    background-color: #0076c5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}

header.kadinTopHeader .topFrame .menu > ul > li ol li {
    height: 38px;
    display: block;
    position: relative;
}

    header.kadinTopHeader .topFrame .menu > ul > li ol li > a {
        height: 38px;
        display: block;
        position: relative;
        font-weight: normal;
        font-size: 15px;
        color: #fff;
        text-align: center;
        line-height: 38px;
    }


header.kadinTopHeader .topFrame .menuTop {
    width: auto;
    margin-top: 10px;
    float: right;
}

    header.kadinTopHeader .topFrame .menuTop ul li {
        height: auto;
        float: left;
        line-height: normal;
    }

        header.kadinTopHeader .topFrame .menuTop ul li:first-child {
            width: 100%;
            display: block;
            margin-left: -14px;
            float: none;
        }

        header.kadinTopHeader .topFrame .menuTop ul li a {
            height: 26px;
            display: block;
            padding: 0 7px;
            font-size: 16px;
            color: #fff;
            line-height: 26px;
            text-shadow: 1px 1px 1px rgba(205, 52, 83, .54);
        }

    header.kadinTopHeader .topFrame .menuTop > ul > li:last-child > a {
        padding-right: 0;
    }

    header.kadinTopHeader .topFrame .menuTop ul li a img {
        display: block;
    }

header.kadinTopHeader .bottomFrame {
    background: #d4145a;
}

    header.kadinTopHeader .bottomFrame .menu ul > li:hover > a {
        background: #c21717;
    }



/* sabah magazin topFrame */
header.magazinTopHeader .show-navobile {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(205, 52, 83, .54);
}

header.magazinTopHeader .bgFrame {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url('../i/sabah-magazin-header-bg.jpg') center top no-repeat;
}

header.magazinTopHeader {
    height: 64px;
    background-color: #ff6a5b;
    border-bottom: 2px solid #cd0000;
}

    header.magazinTopHeader .topFrame {
        height: 64px;
    }

        header.magazinTopHeader .topFrame > .logo {
            min-width: 0;
            max-width: 120px;
            padding-top: 0;
            position: relative;
            z-index: 4;
        }

            header.magazinTopHeader .topFrame > .logo img {
                width: 100%;
                height: auto;
            }

        header.magazinTopHeader .topFrame .menuWrapper {
            width: 200px;
            position: absolute;
            top: 12px;
            right: 8px;
            z-index: 3;
        }

        header.magazinTopHeader .topFrame .menu {
            display: none;
        }

            header.magazinTopHeader .topFrame .menu > ul {
                width: 100%;
                padding-top: 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                header.magazinTopHeader .topFrame .menu > ul > li {
                    height: 48px;
                    -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
                }
                    /*header.magazinTopHeader .topFrame .menu > ul > li:first-child {display: none;}*/
                    header.magazinTopHeader .topFrame .menu > ul > li > a {
                        height: 48px;
                        display: block;
                        padding: 0;
                        font-size: 14px;
                        color: #fff;
                        line-height: 48px;
                        font-weight: 600;
                    }

                    header.magazinTopHeader .topFrame .menu > ul > li:last-child > a {
                        padding-right: 0;
                    }

                    header.magazinTopHeader .topFrame .menu > ul > li.subMenu:hover > a {
                        background-color: #0076c5;
                    }

                    header.magazinTopHeader .topFrame .menu > ul > li > a:after {
                        display: none;
                    }

            header.magazinTopHeader .topFrame .menu .arrow {
                display: none !important;
            }

            header.magazinTopHeader .topFrame .menu > ul > li > .advert-turkcell {
                height: 100%;
                overflow: hidden;
                line-height: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                header.magazinTopHeader .topFrame .menu > ul > li > .advert-turkcell > div {
                    margin-top: -3px;
                }

                    header.magazinTopHeader .topFrame .menu > ul > li > .teknokulis:after,
                    header.magazinTopHeader .topFrame .menu > ul > li > .advert-turkcell > div > div > div:after {
                        display: none !important;
                    }

            header.magazinTopHeader .topFrame .menu > ul > li .wrapper {
                width: 100%;
                height: 0;
                position: absolute;
                top: 64px;
                left: 0;
                z-index: -1;
                background-color: #0076c5;
                opacity: 0;
                overflow: hidden;
                pointer-events: none;
            }

body.sticky:not(.position-nofixed) header.magazinTopHeader .topFrame .menu > ul > li .wrapper {
    top: 58px;
}

header.magazinTopHeader .topFrame .menu > ul > li:hover .wrapper {
    height: 38px;
    z-index: 9998;
    opacity: 1;
    pointer-events: auto;
}

header.magazinTopHeader .topFrame .menu > ul > li .wrapper ol {
    width: 100%;
    margin: 0 auto;
    background-color: #0076c5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}

header.magazinTopHeader .topFrame .menu > ul > li ol li {
    height: 38px;
    display: block;
    position: relative;
}

    header.magazinTopHeader .topFrame .menu > ul > li ol li > a {
        height: 38px;
        display: block;
        position: relative;
        font-weight: normal;
        font-size: 15px;
        color: #fff;
        text-align: center;
        line-height: 38px;
    }


header.magazinTopHeader .topFrame .menuTop {
    width: auto;
    margin-top: 10px;
    float: right;
}

    header.magazinTopHeader .topFrame .menuTop ul li {
        height: auto;
        float: left;
        line-height: normal;
    }

        header.magazinTopHeader .topFrame .menuTop ul li a {
            height: 26px;
            display: block;
            padding: 0 7px;
            font-size: 18px;
            color: #fff;
            line-height: 26px;
            text-shadow: 1px 1px 1px rgba(205, 52, 83, .54);
        }

    header.magazinTopHeader .topFrame .menuTop > ul > li:last-child > a {
        padding-right: 0;
    }

    header.magazinTopHeader .topFrame .menuTop ul li a img {
        display: block;
    }



/* sabah film topFrame */
header.filmTopHeader .show-navobile {
    color: #fff;
}

header.filmTopHeader .bgFrame {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

header.filmTopHeader {
    height: 64px;
    border-bottom: 2px solid #8a1b11;
    background: linear-gradient(90.02deg, #901C12 0.85%, #C82B1E 53.52%, #971D13 99.99%);
}

    header.filmTopHeader .topFrame {
        height: 64px;
    }

.header.filmTopHeader .topFrame .home {
    float: left;
    font-size: 25px;
    color: #fff;
    padding: 15px 0px 0px 10px;
}

header.filmTopHeader .topFrame > .logo {
    min-width: 0;
    max-width: 110px;
    padding-top: 6px;
    position: relative;
    z-index: 4;
}

    header.filmTopHeader .topFrame > .logo img {
        width: 100%;
        height: auto;
    }

header.filmTopHeader .topFrame .menuWrapper {
    width: 200px;
    position: absolute;
    top: 12px;
    right: 8px;
    z-index: 3;
}

header.filmTopHeader .topFrame .menu {
    display: none;
}

header.topFrame .menuTop > ul > li:nth-child(2) {
    display: block !important;
}

header.topFrame .menuTop > ul > li {
    display: none;
}

header.filmTopHeader .topFrame .menu > ul {
    width: 100%;
    padding-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    header.filmTopHeader .topFrame .menu > ul > li {
        height: 48px;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }

header.filmTopHeader .topFrame .menuTop > ul > li {
}

header.filmTopHeader .topFrame .menu > ul > li:first-child {
}

header.filmTopHeader .topFrame .menu > ul > li > a {
    height: 48px;
    display: block;
    padding: 0;
    font-size: 14px;
    color: #fff;
    line-height: 48px;
    font-weight: 600;
}

header.filmTopHeader .topFrame .menu > ul > li:last-child > a {
    padding-right: 0;
}

header.filmTopHeader .topFrame .menu > ul > li.subMenu:hover > a {
    background-color: #0076c5;
}

header.filmTopHeader .topFrame .menu > ul > li > a:after {
    display: none;
}

header.filmTopHeader .topFrame .menu .arrow {
    display: none !important;
}

header.filmTopHeader .topFrame .menu > ul > li > .advert-turkcell {
    height: 100%;
    overflow: hidden;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    header.filmTopHeader .topFrame .menu > ul > li > .advert-turkcell > div {
        margin-top: -3px;
    }

        header.filmTopHeader .topFrame .menu > ul > li > .teknokulis:after,
        header.filmTopHeader .topFrame .menu > ul > li > .advert-turkcell > div > div > div:after {
            display: none !important;
        }

body.sticky:not(.position-nofixed) header.filmTopHeader .topFrame .menu > ul > li > .advert-turkcell > div {
    margin-top: -5px;
}

header.filmTopHeader .topFrame .menu > ul > li .wrapper {
    width: 100%;
    height: 0;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: -1;
    background-color: #0076c5;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

body.sticky:not(.position-nofixed) header.filmTopHeader .topFrame .menu > ul > li .wrapper {
    top: 58px;
}

header.filmTopHeader .topFrame .menu > ul > li:hover .wrapper {
    height: 38px;
    z-index: 9998;
    opacity: 1;
    pointer-events: auto;
}

header.filmTopHeader .topFrame .menu > ul > li .wrapper ol {
    width: 100%;
    margin: 0 auto;
    background-color: #0076c5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}

header.filmTopHeader .topFrame .menu > ul > li ol li {
    height: 38px;
    display: block;
    position: relative;
}

    header.filmTopHeader .topFrame .menu > ul > li ol li > a {
        height: 38px;
        display: block;
        position: relative;
        font-weight: normal;
        font-size: 15px;
        color: #fff;
        text-align: center;
        line-height: 38px;
    }


header.filmTopHeader .topFrame .menuTop {
    width: auto;
    margin-top: 10px;
    float: right;
}

    header.filmTopHeader .topFrame .menuTop ul li {
        height: auto;
        float: left;
        line-height: normal;
    }

        header.filmTopHeader .topFrame .menuTop ul li:not(:nth-child(2)) {
            display: none;
        }

        header.filmTopHeader .topFrame .menuTop ul li:first-child {
            width: 100%;
            padding-left: 20px;
            float: none;
        }

        header.filmTopHeader .topFrame .menuTop ul li a {
            height: 26px;
            display: block;
            padding: 0 7px;
            font-size: 16px;
            color: #fff;
            line-height: 26px;
        }

    header.filmTopHeader .topFrame .menuTop > ul > li:last-child > a {
        padding-right: 0;
    }

    header.filmTopHeader .topFrame .menuTop ul li:first-child a img {
        display: inline-block;
    }

    header.filmTopHeader .topFrame .menuTop > ul > li > a.zk.effect-6 span {
        margin: -2px 0 0;
    }



/* mobile menu */
.mobilMask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200001;
    background: rgba(0,0,0,0.7);
}

.show-navobile {
    display: none;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    position: absolute;
    left: 0px;
    top: 0;
    color: #14233a;
    font-size: 18px;
}

    .show-navobile .fa {
        font-family: FontAwesome !important;
        font-weight: 400;
    }

.mobile-category-show {
    display: none;
    position: absolute;
    right: 10px;
    top: 0;
}

    .mobile-category-show li {
        float: left;
    }

        .mobile-category-show li a {
            display: block;
            font-size: 14px;
        }

        .mobile-category-show li .special-category {
            height: 24px;
            margin-top: 18px;
            display: inline-block;
            padding: 0 6px 0 32px;
            background: #dc230d url('../i/special-category.png?v2') no-repeat 0 1px;
            color: #fff;
            font-style: normal;
            line-height: 24px;
        }
/* ac kapat button clone  */
.show-navobile-clone {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    z-index: 50;
    font-size: 18px;
    width: 50px;
    height: 50px;
    background-color: red;
}

.menu.navobile-navigation > ul {
    display: block;
    height: 100%;
}

    .menu.navobile-navigation > ul > li {
        float: none;
        display: block;
        height: auto;
        position: relative;
        border-bottom: 1px solid #293c58;
        cursor: pointer;
    }

        .menu.navobile-navigation > ul > li .teknokulis,
        .menu.navobile-navigation > ul > li .advert-turkcell {
            margin: 10px 20px;
        }

        .menu.navobile-navigation > ul > li.desktop-none {
            border: none;
        }

        .menu.navobile-navigation > ul > li:not(.desktop-none).list-visible {
            position: relative;
        }

        .menu.navobile-navigation > ul > li .down.custom .fa,
        .menu.navobile-navigation > ul > li .down:not(.custom) {
            width: 40px;
            height: 40px;
            padding: 0;
            position: absolute;
            top: 0;
            right: 0;
            font-size: 26px;
            color: #fff;
            text-align: center;
            line-height: 40px;
            cursor: pointer;
        }

        .menu.navobile-navigation > ul > li .down.custom {
            position: relative;
        }

        .menu.navobile-navigation > ul > li > .subOpen,
        .menu.navobile-navigation > ul > li > a {
            width: 100%;
            display: block;
            padding: 0 20px;
            font-size: 1.1em;
            color: #ffffff;
            height: 40px;
            line-height: 40px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .menu.navobile-navigation > ul > li > .subMenu {
            width: 100%;
            display: none;
            background: rgba(20,35,58,0.8);
            position: relative;
            top: 0px;
            padding: 0 20px 0 30px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .menu.navobile-navigation > ul > li.list-none > .subMenu {
            display: none !important;
        }

        .menu.navobile-navigation > ul > li > .subMenu .allLink {
            color: #ffffff;
        }

        .menu.navobile-navigation > ul > li > .subMenu a {
            font-size: .9em;
            color: #ffffff;
            height: 34px;
            line-height: 34px;
        }

        .menu.navobile-navigation > ul > li > .advert-turkcell {
            margin-top: 0;
            margin-bottom: 0;
            overflow: hidden;
        }

            .menu.navobile-navigation > ul > li > .advert-turkcell > div {
                height: 48px !important;
                height: 100%;
                overflow: hidden;
                line-height: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .menu.navobile-navigation > ul > li > .teknokulis:after,
            .menu.navobile-navigation > ul > li > .advert-turkcell div > div > div:after {
                display: none !important;
            }

        .menu.navobile-navigation > ul > li.webLink {
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-top: 5px;
        }

            .menu.navobile-navigation > ul > li.webLink a {
                width: auto;
                margin: 0 2px;
                padding-right: 0;
                padding-left: 0;
                font-size: 16px;
                font-weight: 700;
                text-align: center;
            }

            .menu.navobile-navigation > ul > li.webLink span {
                padding: 5px 15px;
                border: 1px solid #702f33;
                border-radius: 50px;
            }



.menu .mediaShare {
    width: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

    .menu .mediaShare li {
        width: 100%;
        height: 40px;
        float: left;
    }

        .menu .mediaShare li a {
            display: block;
            height: 40px;
            background-color: #3a5a98;
            font-size: 20px;
            color: #fff;
            text-align: center;
            line-height: 40px;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }

            .menu .mediaShare li a.twt {
                background-color: #0F1419;
            }

            .menu .mediaShare li a.gplus {
                background-color: #db4e3e;
            }

            .menu .mediaShare li a.rss {
                background-color: #ed802c;
            }

    .menu .mediaShare ul li a.flipboard {
        padding-top: 10px;
        background-color: #e12828;
    }

        .menu .mediaShare ul li a.flipboard:before {
            content: '';
            width: 20px;
            height: 20px;
            display: block;
            margin: 0 auto;
            background: url('../i/flipboard.png') 0 0 no-repeat;
            background-size: cover;
        }

    .menu .mediaShare li a:hover {
        background-color: #fff;
        color: #3a5a98;
    }

        .menu .mediaShare li a:hover.twt {
            background-color: #fff;
            color: #0F1419;
        }

        .menu .mediaShare li a:hover.gplus {
            background-color: #fff;
            color: #db4e3e;
        }

        .menu .mediaShare li a:hover.rss {
            background-color: #fff;
            color: #ed802c;
        }

    .menu .mediaShare ul li a:hover.flipboard {
        background-color: #fff;
    }

        .menu .mediaShare ul li a:hover.flipboard:before {
            background-position: -20px 0;
        }

.menu.navobile-mobile-only,
.menu.navobile-mobile-only > ul li .subMenu .listFrame,
.menu.navobile-mobile-only > ul li .subMenu .tabFrame ol > li dl,
.menu.navobile-mobile-only > ul > li .search,
.menu.navobile-mobile-only > ul > li > .sidebar,
.menu.navobile-mobile-only > ul > li.mobile-none,
.menu.navobile-mobile-only > ul > li .subMenu .tabFrame ol > li > a:after {
    display: none;
}

    .menu.navobile-mobile-only .mediaShare {
        display: block;
    }

    .menu.navobile-mobile-only .menuTop {
        margin: 0 10px;
        padding: 10px;
        background-color: #01122a;
    }

        .menu.navobile-mobile-only .menuTop ul {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex-direction: column;
            flex-direction: column;
        }

            .menu.navobile-mobile-only .menuTop ul li {
                padding: 10px;
            }

                .menu.navobile-mobile-only .menuTop ul li a {
                    display: block;
                }

                    .menu.navobile-mobile-only .menuTop ul li a.finans,
                    .menu.navobile-mobile-only .menuTop ul li .advert-finans-sub {
                        float: left;
                    }

                    .menu.navobile-mobile-only .menuTop ul li a.finans {
                        padding-right: 10px;
                    }

                .menu.navobile-mobile-only .menuTop ul li .advert-finans-sub {
                    margin-top: -5px;
                }

                .menu.navobile-mobile-only .menuTop ul li img {
                }




@media (min-width: 768px) {
    header .topFrame,
    header .searchFrame .wrapper,
    header .bottomFrame .menu {
        width: 730px;
    }

    header .mediaShare {
        right: 0;
    }

        header .mediaShare li.search {
            display: block;
        }


    header.sabah-tatil .topFrame {
        height: 90px;
    }

        header.sabah-tatil .topFrame > .logo {
            max-width: 163px;
        }

        header.sabah-tatil .topFrame .outerLink {
            left: 0;
        }

    .sabah-tatil header .mediaShare li:not(:first-child) {
        margin-left: 10px;
    }


    header.memurlarTopHeader .topFrame .menuWrapper {
        right: 0;
    }

    header.sporTopHeader .topFrame .menuWrapper {
        right: 0;
    }

    header.yasamTopHeader .topFrame .menuWrapper {
        right: 0;
    }

    header.gundemTopHeader .topFrame .menuWrapper {
        right: 0;
    }

    header.kadinTopHeader .topFrame .menuWrapper {
        right: 0;
    }

    header.magazinTopHeader .topFrame .menuWrapper {
        right: 0;
    }

    header.filmTopHeader .topFrame .menuWrapper {
        right: 0;
    }



    .topBanner > div,
    .headBannerCover > div {
        display: block;
    }
}

@media (min-width: 992px) {
    header .topFrame,
    header .searchFrame .wrapper,
    header .bottomFrame .menu,
    header.memurlarTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.sporTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.yasamTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.gundemTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.filmTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.kadinTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.magazinTopHeader .topFrame .menu > ul > li .wrapper ol {
        width: 960px;
    }

    header.memurlarTopHeader .topFrame {
        position: static;
    }


    header.custom .topFrame {
        height: 96px;
    }

        header.custom .topFrame > .logo {
            padding: 0;
        }

            header.custom .topFrame > .logo img {
                max-width: 100%;
            }

        header.custom .topFrame .menuTop {
            display: block;
        }

    header .topFrame .menuTop > ul {
        margin-left: -10px;
    }

    header.custom:after {
        top: 96px;
    }

    header.custom:before {
        content: '';
        top: 0;
        background: #f9f9f9;
        height: 48px;
        position: absolute;
        left: 0;
        z-index: 2;
        width: 100%;
    }

    .sticky:not(.position-nofixed) header.custom:before {
        display: none;
    }

    header .topFrame .menu > ul > li > a.turkcell span {
        height: 62px;
        line-height: normal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: box;
        -webkit-box-align: center;
        -moz-box-align: start;
        -ms-box-align: center;
        box-align: center;
    }

    header .topFrame .menu > ul > li > a.zk strong,
    header .topFrame .menu > ul > li > a.turkcell.effect-trcll strong {
        font-size: 12px;
    }

    header .topFrame .menu > ul > li > a.turkcell span {
        padding-left: 15px;
    }



    header.memurlarTopHeader {
        height: auto;
    }

        header.memurlarTopHeader .topFrame {
            height: 64px;
        }

            header.memurlarTopHeader .topFrame .menu {
                width: auto;
                display: none;
                padding: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-flex: 1;
                flex: 1;
            }

            header.memurlarTopHeader .topFrame > .logo {
                min-width: 140px;
                max-width: 140px;
                margin: 0;
                padding: 0;
            }

            header.memurlarTopHeader .topFrame .menuWrapper {
                width: calc(100% - 140px);
                height: 64px;
                position: static;
                top: auto;
                left: auto;
                float: right;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            header.memurlarTopHeader .topFrame .menuTop {
                margin: 17px 0;
            }

    body.sticky:not(.position-nofixed) header.memurlarTopHeader,
    body.sticky:not(.position-nofixed) header.memurlarTopHeader .topFrame,
    body.sticky:not(.position-nofixed) header.memurlarTopHeader .topFrame .menuWrapper {
        height: 58px;
    }

        body.sticky:not(.position-nofixed) header.memurlarTopHeader .topFrame .menu > ul > li,
        body.sticky:not(.position-nofixed) header.memurlarTopHeader .topFrame .menu > ul > li > a {
            height: 58px;
            line-height: 58px;
        }

        body.sticky:not(.position-nofixed) header.memurlarTopHeader .topFrame > .logo {
            margin: 0;
        }

        body.sticky:not(.position-nofixed) header.memurlarTopHeader .bottomFrame {
            display: none;
        }

        body.sticky:not(.position-nofixed) header.memurlarTopHeader .topFrame .menuTop {
            margin: 13px 0;
        }


    header.sporTopHeader .bgFrame,
    header.sporTopHeader .topFrame {
        height: 64px;
    }

    header.sporTopHeader {
        height: auto;
    }

        header.sporTopHeader:before,
        header.sporTopHeader:after {
            content: '';
            width: 50%;
            height: 64px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background-color: #12371e;
        }

        header.sporTopHeader:after {
            left: auto;
            right: 0;
            background-color: #218f38;
        }

        header.sporTopHeader .topFrame {
            height: 64px;
        }

            header.sporTopHeader .topFrame .menu {
                width: auto;
                display: none;
                padding: 0 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-flex: 1;
                flex: 1;
            }

                header.sporTopHeader .topFrame .menu > ul > li.selected > a:before,
                header.sporTopHeader .topFrame .menu > ul > li > a:not(.icon):hover:before {
                    content: '';
                    width: 84%;
                    position: absolute;
                    bottom: 8px;
                    left: 8%;
                    border-bottom: 2px solid #fff;
                }

            header.sporTopHeader .topFrame > .logo {
                min-width: 110px;
                max-width: 48px;
                margin: 0;
                padding: 0;
            }

            header.sporTopHeader .topFrame .menuWrapper {
                width: calc(100% - 110px);
                height: 64px;
                position: static;
                top: auto;
                left: auto;
                float: right;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            header.sporTopHeader .topFrame .menuTop {
                margin: 10px 0 0;
            }

                header.sporTopHeader .topFrame .menuTop > ul {
                    display: block;
                }


    body.sticky:not(.position-nofixed) header.sporTopHeader,
    body.sticky:not(.position-nofixed) header.sporTopHeader .bgFrame,
    body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame,
    body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame .menuWrapper,
    body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame .menu > ul > li,
    body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame .menu > ul > li > a {
        height: 44px;
    }

        body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame .menu > ul > li > a {
            line-height: 44px;
        }

        body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame .menu > ul {
            padding-top: 0;
        }

        body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame > .logo {
            min-width: 86px;
            margin: 0;
        }

        body.sticky:not(.position-nofixed) header.sporTopHeader .bottomFrame {
            display: none;
        }

        body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame .menuTop {
            margin: 7px 0 0;
        }

            body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame .menuTop ul li:not(:first-child) {
                display: none;
            }

            body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame .menuTop ul li:first-child + li {
                display: block;
            }

            body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame .menuTop ul li,
            body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame .menuTop ul li:first-child {
                width: auto;
                padding-left: 0;
                float: right;
            }

                body.sticky:not(.position-nofixed) header.sporTopHeader .topFrame .menuTop ul li a.icon {
                    padding-top: 4px;
                }

        body.sticky:not(.position-nofixed) header.sporTopHeader:before,
        body.sticky:not(.position-nofixed) header.sporTopHeader:after {
            height: 44px;
        }


    header.yasamTopHeader .bgFrame,
    header.yasamTopHeader .topFrame {
        height: 64px;
    }

    header.yasamTopHeader {
        height: auto;
    }

        header.yasamTopHeader .topFrame {
            height: 64px;
        }

            header.yasamTopHeader .topFrame .menu {
                width: auto;
                display: none;
                padding: 0 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-flex: 1;
                flex: 1;
            }

                header.yasamTopHeader .topFrame .menu > ul > li.selected > a:before,
                header.yasamTopHeader .topFrame .menu > ul > li > a:not(.icon):hover:before {
                    content: '';
                    width: 84%;
                    position: absolute;
                    bottom: 8px;
                    left: 8%;
                    border-bottom: 2px solid #fff;
                }

            header.yasamTopHeader .topFrame > .logo {
                min-width: 110px;
                max-width: 48px;
                margin: 0;
                padding: 0;
            }

            header.yasamTopHeader .topFrame .menuWrapper {
                width: calc(100% - 110px);
                height: 64px;
                position: static;
                top: auto;
                left: auto;
                float: right;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            header.yasamTopHeader .topFrame .menuTop {
                margin: 10px 0 0;
            }

                header.yasamTopHeader .topFrame .menuTop > ul {
                    display: block;
                }


    body.sticky:not(.position-nofixed) header.yasamTopHeader,
    body.sticky:not(.position-nofixed) header.yasamTopHeader .bgFrame,
    body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame,
    body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame .menuWrapper,
    body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame .menu > ul > li,
    body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame .menu > ul > li > a {
        height: 44px;
    }

        body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame .menu > ul > li > a {
            line-height: 44px;
        }

        body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame .menu > ul {
            padding-top: 0;
        }

        body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame > .logo {
            min-width: 86px;
            margin: 0;
        }

        body.sticky:not(.position-nofixed) header.yasamTopHeader .bottomFrame {
            display: none;
        }

        body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame .menuTop {
            margin: 10px 0 0;
        }

            body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame .menuTop ul li:first-child {
                display: none;
            }

                body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame .menuTop ul li:first-child + li {
                }

            body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame .menuTop ul li,
            body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame .menuTop ul li:first-child {
            }

                body.sticky:not(.position-nofixed) header.yasamTopHeader .topFrame .menuTop ul li a.icon {
                }

        body.sticky:not(.position-nofixed) header.yasamTopHeader:before,
        body.sticky:not(.position-nofixed) header.yasamTopHeader:after {
            display: none;
        }



    header.gundemTopHeader .bgFrame,
    header.gundemTopHeader .topFrame {
        height: 64px;
    }

    header.gundemTopHeader {
        height: auto;
    }

        header.gundemTopHeader .topFrame {
            height: 64px;
        }

            header.gundemTopHeader .topFrame .menu {
                width: auto;
                display: none;
                padding: 0 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-flex: 1;
                flex: 1;
            }

                header.gundemTopHeader .topFrame .menu > ul > li.selected > a:before,
                header.gundemTopHeader .topFrame .menu > ul > li > a:not(.icon):hover:before {
                    content: '';
                    width: 84%;
                    position: absolute;
                    bottom: 8px;
                    left: 8%;
                    border-bottom: 2px solid #fff;
                }

            header.gundemTopHeader .topFrame > .logo {
                min-width: 110px;
                max-width: 48px;
                margin: 0;
                padding: 0;
            }

            header.gundemTopHeader .topFrame .menuWrapper {
                width: calc(100% - 110px);
                height: 64px;
                position: static;
                top: auto;
                left: auto;
                float: right;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            header.gundemTopHeader .topFrame .menuTop {
                margin: 10px 0 0;
            }

                header.gundemTopHeader .topFrame .menuTop > ul {
                    display: block;
                }


    body.sticky:not(.position-nofixed) header.gundemTopHeader,
    body.sticky:not(.position-nofixed) header.gundemTopHeader .bgFrame,
    body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame,
    body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame .menuWrapper,
    body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame .menu > ul > li,
    body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame .menu > ul > li > a {
        height: 44px;
    }

        body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame .menu > ul > li > a {
            line-height: 44px;
        }

        body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame .menu > ul {
            padding-top: 0;
        }

        body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame > .logo {
            min-width: 86px;
            margin: 0;
        }

        body.sticky:not(.position-nofixed) header.gundemTopHeader .bottomFrame {
            display: none;
        }

        body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame .menuTop {
            margin: 10px 0 0;
        }

            body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame .menuTop ul li:first-child {
                display: none;
            }

                body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame .menuTop ul li:first-child + li {
                }

            body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame .menuTop ul li,
            body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame .menuTop ul li:first-child {
            }

                body.sticky:not(.position-nofixed) header.gundemTopHeader .topFrame .menuTop ul li a.icon {
                }

        body.sticky:not(.position-nofixed) header.gundemTopHeader:before,
        body.sticky:not(.position-nofixed) header.gundemTopHeader:after {
            display: none;
        }


    header.filmTopHeader .bgFrame {
        height: 64px;
        background: url("../i/sinema-header.jpg")no-repeat;
        background-position: center !important;
        background-size: cover;
    }

    header.filmTopHeader {
        height: auto;
    }

        header.filmTopHeader .topFrame {
            height: 64px;
        }

            header.filmTopHeader .topFrame .menu {
                width: auto;
                display: none;
                padding: 0 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-flex: 1;
                flex: 1;
            }

                header.filmTopHeader .topFrame .menu > ul > li.selected > a:before,
                header.filmTopHeader .topFrame .menu > ul > li > a:not(.icon):hover:before {
                    content: '';
                    width: 84%;
                    position: absolute;
                    bottom: 8px;
                    left: 8%;
                    border-bottom: 2px solid #fff;
                }

            header.filmTopHeader .topFrame > .logo {
                min-width: 110px;
                max-width: 48px;
                margin: 0;
                padding: 0;
            }

            header.filmTopHeader .topFrame .menuWrapper {
                width: calc(100% - 110px);
                height: 64px;
                position: static;
                top: auto;
                left: auto;
                float: right;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            header.filmTopHeader .topFrame .menuTop {
                margin: 10px 0 0;
            }

                header.filmTopHeader .topFrame .menuTop > ul {
                    display: block;
                }

                header.filmTopHeader .topFrame .menuTop ul li {
                }

                    header.filmTopHeader .topFrame .menuTop ul li:not(:nth-child(2)) {
                        display: block;
                    }


    body.sticky:not(.position-nofixed) header.filmTopHeader,
    body.sticky:not(.position-nofixed) header.filmTopHeader .bgFrame,
    body.sticky:not(.position-nofixed) header.filmTopHeader .topFrame,
    body.sticky:not(.position-nofixed) header.filmTopHeader .topFrame .menuWrapper,
    body.sticky:not(.position-nofixed) header.filmTopHeader .topFrame .menu > ul > li,
    body.sticky:not(.position-nofixed) header.filmTopHeader .topFrame .menu > ul > li > a {
        height: 44px;
    }

        body.sticky:not(.position-nofixed) header.filmTopHeader .topFrame .menu > ul > li > a {
            line-height: 44px;
        }

        body.sticky:not(.position-nofixed) header.filmTopHeader .topFrame .menu > ul {
            padding-top: 0;
        }

        body.sticky:not(.position-nofixed) header.filmTopHeader .topFrame > .logo {
            min-width: 86px;
            margin: 0;
        }

        body.sticky:not(.position-nofixed) header.filmTopHeader .bottomFrame {
            display: none;
        }

        body.sticky:not(.position-nofixed) header.filmTopHeader .topFrame .menuTop {
            margin: 10px 0 0;
        }

            body.sticky:not(.position-nofixed) header.filmTopHeader .topFrame .menuTop ul li:not(:first-child):not(:nth-child(2)) {
                display: none;
            }

            body.sticky:not(.position-nofixed) header.filmTopHeader .topFrame .menuTop ul li:first-child {
                width: auto;
                padding-left: 0;
                float: right;
            }

            body.sticky:not(.position-nofixed) header.filmTopHeader .topFrame .menuTop ul li a.icon {
            }

        body.sticky:not(.position-nofixed) header.filmTopHeader:before,
        body.sticky:not(.position-nofixed) header.filmTopHeader:after {
            display: none;
        }

    .header.filmTopHeader .topFrame .home {
        display: none;
    }




    header.kadinTopHeader .bgFrame,
    header.kadinTopHeader .topFrame {
        height: 64px;
    }

    header.kadinTopHeader {
        height: auto;
    }

        header.kadinTopHeader:before,
        header.kadinTopHeader:after {
            content: '';
            width: 50%;
            height: 64px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background-color: #fde2ef;
        }

        header.kadinTopHeader:after {
            left: auto;
            right: 0;
            background-color: #fb467d;
        }

        header.kadinTopHeader .topFrame {
            height: 64px;
        }

            header.kadinTopHeader .topFrame .menu {
                width: auto;
                display: none;
                padding: 0 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-flex: 1;
                flex: 1;
            }

                header.kadinTopHeader .topFrame .menu > ul > li.selected > a:before,
                header.kadinTopHeader .topFrame .menu > ul > li > a:hover:before {
                    content: '';
                    width: 84%;
                    position: absolute;
                    bottom: 10px;
                    left: 8%;
                    border-bottom: 2px solid #fff;
                }

            header.kadinTopHeader .topFrame > .logo {
                min-width: 114px;
                max-width: 48px;
                margin: 0;
                padding: 0;
            }

            header.kadinTopHeader .topFrame .menuWrapper {
                width: calc(100% - 114px);
                height: 64px;
                position: static;
                top: auto;
                left: auto;
                float: right;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            header.kadinTopHeader .topFrame .menuTop {
                margin: 10px 0 0;
            }

                header.kadinTopHeader .topFrame .menuTop > ul {
                    display: block;
                }


    body.sticky:not(.position-nofixed) header.kadinTopHeader,
    body.sticky:not(.position-nofixed) header.kadinTopHeader .bgFrame,
    body.sticky:not(.position-nofixed) header.kadinTopHeader .topFrame,
    body.sticky:not(.position-nofixed) header.kadinTopHeader .topFrame .menuWrapper,
    body.sticky:not(.position-nofixed) header.kadinTopHeader .topFrame .menu > ul > li,
    body.sticky:not(.position-nofixed) header.kadinTopHeader .topFrame .menu > ul > li > a {
        height: 44px;
    }

        body.sticky:not(.position-nofixed) header.kadinTopHeader .topFrame .menu > ul > li > a {
            line-height: 44px;
        }

        body.sticky:not(.position-nofixed) header.kadinTopHeader .topFrame .menu > ul {
            padding-top: 0;
        }

        body.sticky:not(.position-nofixed) header.kadinTopHeader .topFrame > .logo {
            min-width: 75px;
        }

        body.sticky:not(.position-nofixed) header.kadinTopHeader .bottomFrame {
            display: none;
        }

        body.sticky:not(.position-nofixed) header.kadinTopHeader .topFrame .menuTop ul li:not(:first-child) {
            display: none;
        }

        body.sticky:not(.position-nofixed) header.kadinTopHeader:before,
        body.sticky:not(.position-nofixed) header.kadinTopHeader:after {
            height: 44px;
        }



    header.magazinTopHeader .bgFrame,
    header.magazinTopHeader .topFrame {
        height: 64px;
    }

    header.magazinTopHeader {
        height: auto;
    }

        header.magazinTopHeader:before,
        header.magazinTopHeader:after {
            content: '';
            width: 50%;
            height: 64px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background-color: #463072;
        }

        header.magazinTopHeader:after {
            left: auto;
            right: 0;
            background-color: #ff6a5b !important;
        }

        header.magazinTopHeader .topFrame {
            height: 64px;
        }

            header.magazinTopHeader .topFrame .menu {
                width: auto;
                display: none;
                padding: 0 15px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-flex: 1;
                flex: 1;
            }

                header.magazinTopHeader .topFrame .menu > ul > li.selected > a:before,
                header.magazinTopHeader .topFrame .menu > ul > li > a:hover:before {
                    content: '';
                    width: 72%;
                    position: absolute;
                    bottom: 8px;
                    left: 14%;
                    border-bottom: 2px solid #fff;
                }

            header.magazinTopHeader .topFrame > .logo {
                min-width: 133px;
                max-width: 48px;
                margin: 0;
                padding: 0;
            }

            header.magazinTopHeader .topFrame .menuWrapper {
                width: calc(100% - 133px);
                height: 64px;
                position: static;
                top: auto;
                left: auto;
                float: right;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            header.magazinTopHeader .topFrame .menuTop {
                margin: 22px 0 0;
            }

                header.magazinTopHeader .topFrame .menuTop > ul {
                    display: block;
                }



    body.sticky:not(.position-nofixed) header.magazinTopHeader .topFrame .menu > ul > li,
    body.sticky:not(.position-nofixed) header.magazinTopHeader .topFrame .menu > ul > li > a {
    }

    body.sticky:not(.position-nofixed) header.magazinTopHeader:before,
    body.sticky:not(.position-nofixed) header.magazinTopHeader:after,
    body.sticky:not(.position-nofixed) header.magazinTopHeader .bgFrame,
    body.sticky:not(.position-nofixed) header.magazinTopHeader .topFrame,
    body.sticky:not(.position-nofixed) header.magazinTopHeader .topFrame .menuWrapper {
        height: 44px;
    }

        body.sticky:not(.position-nofixed) header.magazinTopHeader .topFrame .menu > ul {
            padding-top: 2px;
        }

        body.sticky:not(.position-nofixed) header.magazinTopHeader .topFrame > .logo {
            min-width: 98px;
            margin: 0;
        }

    body.sticky:not(.position-nofixed) header.magazinTopHeader .bottomFrame {
        display: none;
    }

    body.sticky:not(.position-nofixed) header.magazinTopHeader .topFrame .menuTop {
        margin: 10px 0 0;
    }

    body.sabah-avrupa .topFrame .topLinks {
        width: auto;
    }
}

@media (min-width:1200px) {
    header .topFrame,
    header .searchFrame .wrapper,
    header .bottomFrame .menu,
    header.memurlarTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.sporTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.yasamTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.gundemTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.filmTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.kadinTopHeader .topFrame .menu > ul > li .wrapper ol {
        width: 980px;
    }

    header.kadinTopHeader .topFrame .menu > ul > li > a,
    header.magazinTopHeader .topFrame .menu > ul > li > a {
        font-size: 15px;
    }

    header.memurlarTopHeader .topFrame > .logo {
        min-width: 160px;
        max-width: 160px;
        margin: 0;
    }

    header.memurlarTopHeader .topFrame .menuWrapper {
        width: calc(100% - 160px);
    }
}

@media (min-width:1441px) {
    header .topFrame,
    header .searchFrame .wrapper,
    header .bottomFrame .menu,
    header.memurlarTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.sporTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.yasamTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.gundemTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.filmTopHeader .topFrame .menu > ul > li .wrapper ol,
    header.kadinTopHeader .topFrame .menu > ul > li .wrapper ol {
        width: 1138px;
    }

        header .topFrame .menu > ul > li > a {
            font-size: 16px;
        }

            header .topFrame .menu > ul > li > a.zk strong,
            header .topFrame .menu > ul > li > a.turkcell.effect-trcll strong {
                font-size: 14px;
            }

            header .topFrame .menu > ul > li > a .special-category.magazin,
            .menu.navobile-navigation > ul > li > a .special-category.magazin {
                width: 80px;
            }

            header .topFrame .menu > ul > li > a .special-category.kadin,
            .menu.navobile-navigation > ul > li > a .special-category.kadin {
                width: 60px;
                color: #e0536c;
            }

            header .topFrame .menu > ul > li > a .special-category.flash,
            .menu.navobile-navigation > ul > li > a .special-category.flash {
                width: 94px;
            }

    header.memurlarTopHeader .topFrame .menu {
        padding: 0 10px;
    }

    header .searchFrame .wrapper .endList {
        font-size: 16px;
    }

    header.memurlarTopHeader .topFrame .menu > ul > li > a {
        font-size: 14px;
    }

    header.kadinTopHeader .topFrame .menu > ul > li > a,
    header.magazinTopHeader .topFrame .menu > ul > li > a {
        font-size: 16px;
    }

    header.memurlarTopHeader .topFrame .menu > ul > li > a {
        font-size: 16px;
        font-weight: 600;
    }

    header.sporTopHeader .topFrame .menu > ul > li > a,
    header.yasamTopHeader .topFrame .menu > ul > li > a,
    header.gundemTopHeader .topFrame .menu > ul > li > a,
    header.filmTopHeader .topFrame .menu > ul > li > a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1440px) {
    header .topFrame .menuTop > ul > li {
        padding: 0 4px;
    }
}

@media screen and (max-width: 992px) {
    header.kadinTopHeader .topFrame .logo,
    header .topFrame .logo {
        margin: 0 auto;
        float: none;
    }

    .show-navobile {
        display: block;
    }

    header.filmTopHeader .show-navobile {
        display: none;
    }

    .navobile-bound {
        overflow-x: hidden;
        overflow-y: visible;
        height: auto;
        width: 100%;
    }


    .menu.navobile-desktop-only {
        display: none;
    }

    .menu.navobile-mobile-only,
    .mobile-category-show {
        display: block;
    }

    .navobile-navigation {
        width: 260px;
        height: 100%;
        left: -100%;
        overflow: auto;
        position: absolute;
        top: -100%;
        z-index: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .navobile-bound .navobile-navigation {
        padding: 20px 0 40px 0;
        position: fixed;
        top: 0;
        z-index: 200002;
        margin: 0px;
        height: 100%;
        background: rgba(20,35,58,0.8);
        box-shadow: 0 0 1px 0 #000;
        -webkit-transition: left .2s ease-in-out;
        -o-transition: left .2s ease-in-out;
        transition: left .2s ease-in-out;
    }

        .navobile-bound .navobile-navigation.navobile-navigation-visible {
            left: 0;
        }

    .navobile-navigation ul {
        overflow: auto;
    }

    .navobile-navigation li {
        float: none;
        overflow: hidden;
    }

    .navobile-content {
        position: relative;
        z-index: 3;
        -webkit-transition: -webkit-transform 0.2s linear;
        -moz-transition: -moz-transform 0.2s linear;
        -o-transition: -ms-transform 0.2s linear;
        -ms-transition: -o-transform 0.2s linear;
        transition: transform 0.2s linear;
    }

    .menu.navobile-mobile-only .mediaShare ul {
        display: -webkit-flex;
        display: flex;
    }
}

@media (max-width:767px) {
    .data-mobile header .topFrame .logo {
        margin: 0px auto;
    }

    .data-mobile .flashNews, .data-mobile footer {
        display: none;
    }
}

@media screen and (max-width:425px) {
    header .topFrame .logo {
        margin: 0 0 0 50px;
    }

    .navobile-navigation {
        width: 60%;
    }

    .menu.navobile-navigation > ul > li > a {
        height: auto;
        padding: 10px 15px;
        font-size: 1em;
        line-height: normal;
    }

    .mobile-category-show li .special-category {
        width: 82px;
        height: 32px;
        line-height: 16px;
    }

    header .bottomFrame .menu ul > li > a {
        font-size: 10px;
    }
}
