/*Media Query  1392px*/
@media only screen and (max-width: 1392px) {

    .fourBoxes.centered-news,
    .content {
        padding: 0 20px;
    }

    .threeBoxes .c-boxes {
        display: grid;
        grid-template-columns: 40% 60%;
        justify-content: space-between;
        gap: 30px 40px;
        padding-right: 40px;
    }

    .threeBoxesReverse .threeBoxes {
        display: grid;
        grid-template-columns: 60% 40%;
        grid-template-rows: repeat(2, 1fr);
        gap: 30px 40px;
        justify-content: space-between;
        padding-right: 40px;
    }

    .graybox-container.reverse .content .leftblock {
        align-items: flex-end;
        padding-left: 0;
        padding-right: 0px;
    }

    .graybox-container .content .leftblock .head {
        padding: 60px 154px 30px 0;
    }

    .video .boxes {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .graybox-container .content {
        padding: 0px;
    }

    .header .bottomheader-menu {
        gap: 20px;
    }

    .header.scrolled .header-menu.open .bottomheader-menu {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1159px) {
    /* Header - Footer*/
    .fix {
        padding-top: 72px !important;
    }

    .header .header-menu, .header .linex, .header .social-exchange, .header .headmain .rightblock, .header .headmain .weather {
        display: none;
    }

    .header .content .topheader {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 15px 0 13px;
        height: auto;
        gap: 20px;
    }

    .header input.search-input.active, .header.scrolled input.search-input.active {
        display: block;
        width: 100%;
        position: absolute;
        border-radius: 10px;
        border: 1px solid #d6dded;
        box-sizing: border-box;
        height: 49px;
        top: -55px;
        left: auto;
        right: 60px;
        background: #f5f5f5;
        max-width: 264px;
        z-index: 3;
        padding: 0 20px;
    }

    .header.scrolled .topheader .headmain .leftblock .logo-today img {
        height: 22px;
        width: auto;
        image-rendering: auto;
        image-rendering: -webkit-optimize-contrast;
    }

    .header.scrolled .content .topheader {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 11px 0;
        height: 42px;
        gap: 20px;
        z-index: 3;
    }

    .header .headmain .leftblock {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 25px;
        width: 100%;
        justify-content: space-between;
    }

    .header .content .toplogo img {
        height: 45px;
        width: auto;
        image-rendering: auto;
        image-rendering: -webkit-optimize-contrast;
    }

    .header .menu-today {
        height: 19px;
        display: flex;
        align-items: center;
    }

    .header.scrolled .topheader .headmain .leftblock .logo-today {
        position: absolute;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .header-navmenu {
        display: none;
        flex-direction: column;
        align-items: center;
        background: #ffffff;
        width: 80vw;
        height: 100%;
        min-width: 250px;
        box-shadow: 0px 0px 5.7px 5px rgba(0, 0, 0, 0.25);
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        padding: 20px;
        gap: 10px;
        z-index: 3;
        overflow-y: auto;
    }

    .headmain .leftblock {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 65px;
    }

    .header-navmenu .rightblock {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        position: relative;
        font-size: 12px;
        line-height: 9px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: Roboto;
        color: #333;
        text-align: left;
    }

    .header-navmenu .social {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }

    .header-navmenu .header .bottomheader-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 19px 0 16px;
        width: 100%;
        gap: 50px;
        z-index: 5;
    }

    .header-navmenu .topheader {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

        .header-navmenu .topheader .linex {
            width: 100%;
            position: relative;
            border-top: 2px solid rgb(51 51 51);
        }

    .header-navmenu .headmain {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: auto;
        width: 100%;
    }


        .header-navmenu .headmain .toplogo img {
            height: 70px;
        }

    .header-navmenu .bottomheader-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 19px 0 16px;
        width: 100%;
        gap: 15px;
        z-index: 5;
    }

        .header-navmenu .bottomheader-menu .quick-menu {
            position: relative;
            display: flex;
            flex-direction: column;
            white-space: nowrap;
            padding: 0 0 15px 0;
            border-bottom: 1px solid #000000;
            width: 100%;
        }

            .header-navmenu .bottomheader-menu .quick-menu .title {
                position: relative;
                line-height: 10px;
                color: #333333;
                text-align: left;
                font-family: "Roboto Condensed", serif;
                font-size: 16px;
                font-weight: 500;
                text-transform: uppercase;
                position: relative;
            }

                .header-navmenu .bottomheader-menu .quick-menu .title:after {
                    content: '';
                    background-image: url(/s/i/i-ddarrow.svg);
                    background-size: 18px;
                    width: 18px;
                    height: 10px;
                    position: absolute;
                    right: 0;
                }

            .header-navmenu .bottomheader-menu .quick-menu.active .title:after {
                content: '';
                background-image: url(/s/i/i-ddarrow.svg);
                background-size: 18px;
                width: 18px;
                height: 10px;
                position: absolute;
                right: 0;
                transform: rotate(180deg);
            }

            .header-navmenu .bottomheader-menu .quick-menu:first-child .title:after {
                display: none;
            }

        .header-navmenu .bottomheader-menu .title.active::before {
            content: '';
            position: absolute;
            display: flex;
            border-radius: 50%;
            background-color: #880a0d;
            height: 6px;
            width: 6px;
            top: 1px;
            left: -10px;
            animation: blink 1.5s infinite;
        }

        .header-navmenu .bottomheader-menu .menu-items {
            display: flex;
            flex-direction: column;
            gap: 15px;
            align-items: flex-start;
            justify-content: flex-start;
            flex-shrink: 0;
            position: relative;
            color: rgba(51, 51, 51, 0.75);
            text-align: left;
            font-family: "Roboto Condensed", serif;
            font-size: 14px;
            line-height: 10px;
            font-weight: 400;
            position: relative;
        }

        .header-navmenu .bottomheader-menu .quick-menu .menu-item {
            display: none;
        }

        .header-navmenu .bottomheader-menu .quick-menu.active {
            gap: 15px;
        }

            .header-navmenu .bottomheader-menu .quick-menu.active .menu-item {
                display: flex;
            }

    .headmain .category-head {
        display: none;
    }
    /**/

    .header .header-menu.open {
        top: 72px;
    }
}

@media only screen and (max-width: 1079px)  {
    .category {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .content {
        max-width: 1080px;
        min-width: 320px;
        width: 100%;
        padding: 0 20px;
    }
    .aboutus-page .aboutus .headline
    ,.newsletters-page .headline .head{
        font-size: 30px;
    }
    .aboutus-page .masthead .headline
    ,.newsletters-page .c-head{
        font-size: 24px;
    }
    .aboutus-page .masthead .title {
        color: #333;
        text-align: right;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        width: 220px;
    }
    .aboutus-page .masthead .name {
        display: flex
    ;
        align-items: center;
        gap: 10px;
        color: #333;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        width: 202px;
    }
    .newsletters-page {
        display: flex
    ;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .newsletters-page .headline{
        margin:0;
        gap: 30px;
    }
    .newsletters-page .signupnow {
        display: flex !important    ;
        max-width: 611px;
        width: 100%;
        gap: 29px;
        flex-direction: column;
        align-items: center;
    }
    .newsletters-page .signupnow,  .newsletters-page .signupnowMain {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 350px;
        width: 88%;
        border: 0;
        background: transparent;
        flex-shrink: 0;
        padding: 0;
        gap: 15px;
        height: auto;
    }
    .newsletters-page .signupnow input {
        position: relative;
        border: 1px solid #ccc;
        background-color: #ffffff;
        height: auto;
    }
    .newsletters-page .c-Boxes,
    .searchResults{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .loadmore span {
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 5px;
        background: #880A0D;
        color: #FFF;
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        cursor: pointer;
    }
    .t-tag {
        display: flex;
        align-items: center;
        color: #880A0D;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        text-transform: uppercase;
        padding: 3px;
        border: 0.5px solid #880A0D;
        gap: 5px;
    }
    .picture .t-tag {
        position: absolute;
        bottom: 10px;
        left: -10px;
        color: #fff;
        background: #880A0D;
        font-family: Roboto Condensed;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 10px;
        padding: 3px;
        height: 21px;
    }
    .picture .t-tag img{
        width: 15px !important;
        height: 15px!important;

    }
    .picture .t-tag img[src="/s/i/i-live.svg"] {
        content: '';
        height: 9px!important;
        width: 9px!important;
    }

    /* Header - Footer*/
    .fix {
        padding-top: 72px !important;
    }
   
    .header .header-menu
    ,.header .linex
    ,.header .social-exchange
    ,.header .headmain .rightblock
    ,.header .headmain .weather {display: none;}
    .header .content .topheader {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 15px 0 13px;
        height: auto;
        gap: 20px;
    }
    .header input.search-input.active
    ,.header.scrolled input.search-input.active {
        display: block;
        width: 100%;
        position: absolute;
        border-radius: 10px;
        border: 1px solid #d6dded;
        box-sizing: border-box;
        height: 49px;
        top: -55px;
        left: auto;
        right: 60px;
        background: #f5f5f5;
        max-width: 264px;
        z-index: 3;
        padding: 0 20px;
    }
    .header.scrolled .topheader .headmain .leftblock .logo-today img {
        height: 22px;
        width: auto;
        image-rendering: auto;
        image-rendering: -webkit-optimize-contrast;
    }
    .header.scrolled .content .topheader {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 11px 0;
        height: 42px;
        gap: 20px;
        z-index: 3;
    }
    .header .headmain .leftblock {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 25px;
        width: 100%;
        justify-content: space-between;
    }
    .header .content .toplogo img {
        height: 45px;
        width: auto;
        image-rendering: auto;
        image-rendering: -webkit-optimize-contrast;
    }
    .header .menu-today{
        height: 19px;
        display: flex;
        align-items: center;
    }
    .header.scrolled .topheader .headmain .leftblock .logo-today {
        position: absolute;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
	.header-navmenu{
        display: none;
        flex-direction: column;
        align-items: center;
        background: #ffffff;
        width: 80vw;
        height: 100%;
        min-width: 250px;
        box-shadow: 0px 0px 5.7px 5px rgba(0, 0, 0, 0.25);
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        padding: 20px;
        gap: 10px;
        z-index: 3;
        overflow-y: auto;
	}
    .headmain .leftblock {
        display: flex    ;
        flex-direction: row;
        align-items: flex-start;
        gap: 65px;
    }
    .header-navmenu .rightblock {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        position: relative;
        font-size: 12px;
        line-height: 9px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: Roboto;
        color: #333;
        text-align: left;
    }
    .header-navmenu .social {
        display: flex    ;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }
    .header-navmenu .header .bottomheader-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 19px 0 16px;
        width: 100%;
        gap: 50px;
        z-index: 5;
    }
    .header-navmenu .topheader {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    .header-navmenu .topheader .linex {
        width: 100%;
        position: relative;
        border-top: 2px solid rgb(51 51 51);
    }
    .header-navmenu .headmain {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: auto;
        width: 100%;
    }
    

    .header-navmenu .headmain .toplogo img{
        height: 70px;
    }
    .header-navmenu .bottomheader-menu{
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            padding: 19px 0 16px;
            width: 100%;
            gap: 15px;
            z-index: 5;
    }
    .header-navmenu .bottomheader-menu .quick-menu {
        position: relative;
        display: flex;
        flex-direction: column;
        white-space: nowrap;
        padding: 0 0 15px 0;
        border-bottom: 1px solid #000000;
        width: 100%;
        
    }
    .header-navmenu .bottomheader-menu .quick-menu .title {
        position: relative;
        line-height: 10px;
        color: #333333;
        text-align: left;
        font-family: "Roboto Condensed", serif;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
    }
    .header-navmenu .bottomheader-menu .quick-menu .title:after {
        content: '';
        background-image: url(/s/i/i-ddarrow.svg);
        background-size: 18px;
        width: 18px;
        height: 10px;
        position: absolute;
        right: 0;
    }
    .header-navmenu .bottomheader-menu .quick-menu.active .title:after {
        content: '';
        background-image: url(/s/i/i-ddarrow.svg);
        background-size: 18px;
        width: 18px;
        height: 10px;
        position: absolute;
        right: 0;
        transform: rotate(180deg);
    }
    .header-navmenu .bottomheader-menu .quick-menu:first-child .title:after {
        display: none;
    }
    .header-navmenu .bottomheader-menu .title.active::before {
        content: '';
        position: absolute;
        display: flex;
        border-radius: 50%;
        background-color: #880a0d;
        height: 6px;
        width: 6px;
        top: 1px;
        left: -10px;
        animation: blink 1.5s infinite;
    }
    .header-navmenu .bottomheader-menu .menu-items {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
        color: rgba(51, 51, 51, 0.75);
        text-align: left;
        font-family: "Roboto Condensed", serif;
        font-size: 14px;
        line-height: 10px;
        font-weight: 400;
        position: relative;
    }
    .header-navmenu .bottomheader-menu .quick-menu .menu-item {
        display: none;
    }
    .header-navmenu .bottomheader-menu .quick-menu.active {
        gap: 15px;
    }
    .header-navmenu .bottomheader-menu .quick-menu.active .menu-item {
        display: flex;
    }

    .headmain .category-head{
        display:none;
    }
    /**/
    .footer {
        margin-top: 50px;
    }
    .footer-links {
        position: relative;
        display: flex
;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        gap: 24px 52px;
        padding: 0 50px;
    }
    .footer-links .quick-menu {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        position: relative;
        flex: 0 0 auto;
        width: 75px;
        text-align: center;
    }
    .footer-links .quick-menu:last-of-type {
        display: block;
    }
    .footer .subquicklink {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        border-bottom: 1px solid #fff;
        padding: 30px 0;
    }
    
    .footer-links .menu-items{
        display: none;
    }
    .quicklink{
        display: flex;
        flex-direction: column;
    }
    .quicklink .link-about-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        gap: 30px;
        padding: 16px 0 30px 0;
        border-bottom: 1px solid #fff;
        
    }
    .quicklink .ihlas-media-group {
        width: 100%;
        position: relative;
        font-size: 12px;
        line-height: 10px;
        font-weight: 300;
        font-family: Roboto;
        color: #fff;
        display: inline-block;
        white-space: nowrap;
        text-align: center;
        padding-top:20px; ;
    }
    .quicklink .null{display: none;width: auto;}
    /**/
    .picture_picture-title{
        display: flex;
        flex-direction: column;
        gap:10px;
    }

    .newscontent .picture-title{
        color: #333333;
        text-align: center;
        font-family: Roboto, sans-serif;
        font-size: 13px;
        line-height: 18px;
        font-weight: 300;
        position: relative;
        display: flex;
        justify-content: center;
        max-width: 750px;
    }
    .newscontent .detay span.bigcharacter {
        font-size: 63px;
        float: left;
        margin-right: 10px;
        line-height: .9;
        color: #333;
        font-family: Georgia;
        font-weight: 700;
    }
    /**/
    .photo{
        width: 840px;
    }
    .photoLine .photo{
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    h1.photoh1{
        font-size: 24px;
        padding: 0 20px;
    }
    .photo .title p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
    }
    /**/

    .c-headline {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .c-headline .moreheadline {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        gap: 20px;
        width: 100%;
        order: 2;
    }
    .c-headline .moreheadline .box {
        height: 100px;
    }
    .c-headline .moreheadline .picture {
        width: 100px;
        height: 100px;
        flex-shrink: 0;
        order: 1;
    }
    .c-headline .bigheadline{
        max-width: 100%;
        width: 100%;
        border-bottom: 1px solid #eaeaea;
    }
    .c-headline .moreheadline .headline {
        order: 2;
    }
    .c-headline .moreheadline .title{
        display: none;
    }
    .c-headline .moreheadline .head {
        font-family: "Jubilat", sans-serif;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 600;
        color: #333333;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left;
        margin-bottom: 10px;
    }
    .threeBoxes,.threeBoxesReverse .threeBoxes,.threeBoxes .c-boxes{
        display: flex;
        flex-direction: column;
    }
    
    .c-moretoread .boxes .moretoreadnews .picture {
        width: 100px;
        height: 100px;
        flex-shrink: 0;
    }
    .c-moretoread .boxes .moretoreadnews .headline {
        color: #333333;
        text-align: left;
        font-family: "Jubilat", sans-serif;
        font-size: 16px;
        line-height: normal;
        font-weight: 600;
        position: relative;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left;
    }
    .c-moretoread .boxes .moretoreadnews .heads {
        gap: 5px;
    }
    .c-moretoread .boxes {
        gap: 20px;
    }
    .visual-container .heading {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1080px;
        gap: 2px;
        position: absolute;
        top: 12px;
        z-index: 1;
        color: white;
        font-family: Roboto;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        padding: 0 24px;
    }
    .visual .picture, .visual .picture img {
        width: 100%;
        height: 650px;
    }
    .visual .headline .head{
        text-align: center;
        font-family: Jubilat;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        -webkit-line-clamp: 4;
    }
    .visual .headline .title {
       display: none;
    }
     .visual .picture img {
        width: 100%;
        aspect-ratio: 10 / 15;
        object-fit: cover;
    }
    .visualbox{display: none;}
    .visual .spot {
        position: absolute;
        bottom: 0px;
        z-index: 0;
        height: 100%;
        display: flex;
    
    }
    .visual .headline {
        display: flex;
        max-width: 640px;
        width: 100%;
        align-items: flex-end;
        gap: 10px;
        margin-bottom: 30px;
        bottom: 0;
        position: relative;
        flex-direction: column;
        justify-content: flex-end;
    }
    .visual .i-foto {
        top: 46px;
        bottom: auto;
        right: 24px;
        display: none;
    }
    .video.slider-container {
        overflow-x:hidden;
    }
    .video.gap35 {
        gap: 30px !important;
    }
    .video .boxes {
        display: flex;
        gap: 0px;
    }
    .video .boxes .box {
        position: relative;
        grid-area: unset;
        flex-shrink: 0;
        width: 100%;
    }
    .video .boxes .box .headline {
        position: absolute;
        bottom: 70px;
        left: 40px;
        width: 80%;
        color: #FFF;
        font-family: Jubilat;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .video .boxes .box .time {
        position: absolute;
        bottom: 16px;
        left: 16px;
        width: 80%;
        color: #FFF;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        display: flex
    ;
        align-items: center;
        gap: 4px;
    }
    .video .boxes .box .picture img {
        position: relative;
        aspect-ratio: 10 / 16;
        object-fit: cover;
        max-height: 528px;
        height: 100%;
        width: 100%;
    }
    .video .dots {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 18px;
    }
    .video .dot{
        display:block;
        width: 10px;
        height: 10px;
        border:1px solid #333;
        border-radius: 50%;
    }
    .video .dot.active{
        background-color: #880a0d;
    }

    /*
    .fourBoxes.moreFromTurkiyeToday {
        padding: 0 24px;
    }*/
    .fourBoxes.moreFromTurkiyeToday .c-head {
        font-size: 24px;
        padding: 0 24px;
    }
    .fourBoxes {
        padding: 0;
    }
     /*blackbox*/
     .blackbox
     ,.graybox
     ,.blackbox-container.onenews .blackbox
     ,.graybox-container.onenews .graybox
     ,.graybox-container.onenews.reverse .graybox{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 30px 0;
    }
    .blackbox-container.onenews .content .leftblock .title
    ,.graybox-container.onenews .content .leftblock .title {
        font-size: 16px;
        max-width: 100%;
        -webkit-line-clamp: 5;
    }
    .blackbox-container .content .leftblock 
    ,.graybox-container .content .leftblock {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        padding: 0px;
        padding-right: 0 !important;
    }
    .blackbox-container .content .leftblock .head
    ,.graybox-container .content .leftblock .head 
    ,.blackbox-container.reverse .content .leftblock .head
    ,.graybox-container.reverse .content .leftblock .head {
        padding: 0 0 20px;
    }
    .blackbox-container .content .rightblock
    ,.graybox-container .content .rightblock {
        width: 100%;
        max-width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    .blackbox-container .content .leftblock .headline
    ,.graybox-container .content .leftblock .headline{
        text-align:left!important;
        margin: 20px 0 5px;
        -webkit-line-clamp: 3;
        font-size: 24px;
    }
    .blackbox-container .content .leftblock .moretoread .moretoreadnews .headline
    ,.graybox-container .content .leftblock .moretoread .moretoreadnews .headline {
        color: #F4F6F8;
        font-family: Jubilat;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0;
    }
    .graybox-container .content .leftblock .moretoread .moretoreadnews .headline {
        color: #333 !important;
    }

    .blackbox-container .content .leftblock .headline
    ,.blackbox-container .content .leftblock .moretoread
    ,.blackbox-container .content .leftblock .moretoread .moretoreadnews .heads{
        width: 100%;
        max-width: 100%;
    }
    .blackbox-container .content .leftblock .moretoread
    ,.graybox-container .content .leftblock .moretoread {
        margin-top: 20px;
        padding: 0;
    }
    .blackbox-container .content .leftblock .minread
    ,.graybox-container .content .leftblock .minread {
        color: #FFF;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 16px;
        text-transform: inherit;
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .blackbox-container .content .leftblock .minread span
    ,.graybox-container .content .leftblock .minread span{
        text-transform: uppercase;
    }
    /**/
     /*graybox*/

    .graybox-container .content .leftblock .headline
    ,.graybox-container .content .leftblock .moretoread
    ,.graybox-container .content .leftblock .moretoread .moretoreadnews .heads{
        width: 100%;
        max-width: 100%;
    }
    .graybox-container .content .leftblock .minread {
        color: #333;
    }
    /**/
    .blackbox-container.reverse .moretoread .moretoreadnews .picture
    ,.graybox-container.reverse .moretoread .moretoreadnews .picture {
        width: 100px;
        height: 100px;
        flex-shrink: 0;
        order:2;
    }

    .blackbox-container.reverse .blackbox,
    .graybox-container.reverse .graybox{
        display: flex;
        flex-direction: column;
    }
    .blackbox-container.reverse .content .rightblock 
    ,.graybox-container.reverse .content .rightblock {
        width: 100%;
        position: relative;
        left: 0;
        display: block;
        height: 100%;
    }
    .blackbox-container.onenews .content .leftblock
    ,.graybox-container.onenews .content .leftblock
    ,.graybox-container.onenews.reverse .content .leftblock {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center!important;
        gap: 15px;
        justify-content: center;
        padding: 0;
    }
    .graybox-container.onenews.reverse .content .leftblock .head{
        padding:0;
    }
    .blackbox-container.onenews.reverse .content .rightblock, 
    .graybox-container.onenews.reverse .content .rightblock {
        width: 100%;
        position: relative;
        left: 0;
        display: block;
        height: 100%;
        order: 2;
    }
    .blackbox-container.onenews.reverse .content .leftblock
    ,.graybox-container.onenews.reverse .content .leftblock {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    /**/
    .blackbox-container.onenews.gradient.reverse .blackbox 
    ,.blackbox-container.onenews.gradient .blackbox{
        padding: 128px 20px 40px ;
    }
    .blackbox-container.onenews.gradient:after
    ,.blackbox-container.onenews.gradient.reverse:after {
        
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 17%, rgba(0, 0, 0, 0.90) 76%);
        display: block;
        position: absolute;
        top: 0;
    }
    .blackbox-container.onenews.gradient .content
    ,.blackbox-container.onenews.gradient.reverse .content {
        padding:0;
    }
    .blackbox-container.onenews.gradient.reverse .blackbox {
        display: flex
    ;
    flex-direction: column;
    }
    
    .blackbox-container.onenews.gradient .content .leftblock
    ,.blackbox-container.onenews.gradient.reverse .content .leftblock{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        justify-content: flex-end;;
        z-index: 1;
        padding: 0 0px 0;
        bottom: 0;
        position: relative;
    }
    .blackbox-container.onenews.gradient.reverse .leftblock .head{
        padding:0;
    }
    .blackbox-container.onenews .content .leftblock .head
    ,.blackbox-container.onenews.gradient.reverse .leftblock .head
    ,.graybox-container.onenews .content .leftblock .head
    ,.graybox-container.onenews.gradient.reverse .leftblock .head{
        font-size: 14px;
    }
    .blackbox-container.onenews .content .leftblock .headline
    ,.blackbox-container.onenews.gradient.reverse .leftblock .headline
    ,.graybox-container.onenews .content .leftblock .headline {
        font-size: 24px;
        text-align: center !important;
    }
    .blackbox-container.onenews .content .rightblock 
    ,.blackbox-container.onenews.gradient.reverse .content .rightblock
    ,.graybox-container.onenews .content .rightblock 
    ,.graybox-container.onenews.gradient.reverse .content .rightblock   {
        margin-top: 0;
    }
    .blackbox-container.onenews.gradient.reverse .content .rightblock  {
        position: absolute;
    }
    .blackbox-container.onenews.gradient.reverse .content .leftblock .minread {
        display: none;
    }
    .blackbox-container.onenews.gradient.reverse .content .rightblock img{
        position: relative;
    }
    .blackbox-container.onenews.gradient.reverse .content .blackbox
    ,.blackbox-container.onenews.gradient .content .leftblock
    {
        display: flex;
        flex-direction: column;
        height: 596px;
    }
   
    .hompage-headline {
        display: flex;
        flex-direction: column;
    }
    .hompage-headline .midBoxes.discover{
        order:1
    }
    .hompage-headline .leftBoxes{
        order:2;
        gap:20px;
    }
    .hompage-headline .rightBoxes{
        order: 3;
        gap: 10px;
        display: flex;
        flex-direction: column;
        border-top: 1px solid #e8eaed;
        padding-top: 50px;
    }
    .hompage-headline .rightBoxes .box{
        /*border-bottom: 1px solid rgba(51, 51, 51, 0.25);*/
    }
    .hompage-headline .rightBoxes .box:nth-child(2)
    ,.hompage-headline .rightBoxes .box:last-of-type{
        border-bottom: 0;
    }
    
    .hompage-headline .rightBoxes .headline{
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        width: 100%;
    }
    .hompage-headline .rightBoxes .headline .picture
    ,.hompage-headline .rightBoxes .headline .picture img{
        width: 100%;
    }

    .hompage-headline .midBoxes.discover .headline{
        order:1;
    }
    .hompage-headline .midBoxes.discover .c-box .headline{
        font-size: 30px;
        max-width: 100%;
    }
    .hompage-headline .midBoxes.discover .picture{
        order:2;
        width: 100%;
    }
    
    .hompage-headline .midBoxes.discover .minread{
        display: none;
    }
    .hompage-headline .midBoxes.discover .c-box {
        display: flex
    ;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        position: relative;
        align-items: center;
    }
    .hompage-headline .midBoxes.discover .newsline{
        display: none;
    }
    .sportsBoxes{
        display: flex;
        flex-direction: column;
    }
    
    .sportsBoxes .c-box.bigbox .headline
    ,.threeBoxes .c-box.bigbox .headline{
        font-size: 24px;        
        -webkit-line-clamp: 4;
    }
    .threeBoxes .c-boxes
    ,.threeBoxesReverse .threeBoxes {
        gap: 20px;
    }
    .sportsBoxes .c-box.bigbox
    ,.threeBoxes .c-box.bigbox{
        order:-1;
    }
    .c-headline .bigheadline .head {
        font-size: 24px;
        -webkit-line-clamp: 3;
    }
    .c-headline .bigheadline .title{
        display: none;
    }
}
/**/
/*Media Query 1439 END*/

/*Media Query 1399 */
@media only screen and (max-width: 1399px)  {
    
	.mostRead-newsletter{
        display: none;
    }
    .photoLine .moreFromTurkiyeToday .head
    ,.moreFromTurkiyeToday .head {
        font-family: "Jubilat", sans-serif;
        font-size: 24px;
        font-weight: 700;
    }
    .photoLine .moreFromTurkiyeToday .liney
    ,.moreFromTurkiyeToday .liney {
        display: none;
    }
    .photoLine .moreVisualStories .head, .moreVisualStories .head {
        font-family: "Jubilat", sans-serif;
        font-size: 24px;
        font-weight: 700;
    }
    .photoLine .moreVisualStories .liney, .moreVisualStories .liney {
        display: none;
    }
/*    .photoLine .moreFromTurkiyeToday .boxes
    ,.moreFromTurkiyeToday .boxes
    ,.fourBoxes .c-Boxes {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        gap: 0px;
    }*/
    .fourBoxes .c-Boxes .liney{
        display: none;
    }
/*    .photoLine .moreFromTurkiyeToday .box, .moreFromTurkiyeToday .box, .fourBoxes .c-box {
        width: 100%;
        flex-shrink: 0;
    }*/
    .photoLine .moreFromTurkiyeToday .box .picture
    ,.moreFromTurkiyeToday .box .picture 
    ,.fourBoxes .c-box .picture  {
        max-width: 100%;
        max-height: 100%;
    }
    .photoLine .moreFromTurkiyeToday .box .headline
    ,.moreFromTurkiyeToday .box .headline
    ,.fourBoxes .c-box .headline {
        font-size:18px;
    }
    .photoLine .moreVisualStories .box .picture, .moreVisualStories .box .picture, .fourBoxes .c-box .picture {
        max-width: 100%;
        max-height: 100%;
    }
    .photoLine .moreVisualStories .box .headline, .moreVisualStories .box .headline, .fourBoxes .c-box .headline {
        font-size: 18px;
    }
    .columns .c-box {
        flex-direction: column;
    }
    
    .editorsPickMostRead {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .editorsPickMostRead .MostRead .c-head {
        width: 100%;
    }
    .editorsPickMostRead .MostRead .boxes {
        display: flex    ;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .editorsPickMostRead .MostRead .box{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        padding: 0;
    }
    .editorsPick .c-box .title {
        display: none;
    }
    .category .editorsPick .c-box .headline
    ,.editorsPickMostRead .MostRead .mostReadNumber {
        font-size: 24px;
    }
    .editorsPickMostRead .MostRead .mostReadNews {
        font-size: 18px;
    }

}
/*Media Query 1399 END*/

@media only screen and (max-width: 1159px)  {
    .contactus-page ,.contactus form .file-upload{
        width: 100%;
        max-width: 100%;
    }
    .contactus{
        gap:30px;
        max-width: 100%;
    }
    .contactus form .file-upload {
        height: 160px !important;
    }
    .contactus form input, .contactus form textarea, .contactus form select {
        display: flex;
        max-width: 100%;
        width: 100%;
        height: 40px;
        flex-shrink: 0;
        border-radius: 10px;
        border: 1px solid #D6DDED;
        color: rgba(51, 51, 51, 0.75);
        font-family: Georgia;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        padding: 0 20px;
    }
    .contactMails {
        max-width: 100%;
        width: 100%;
    }
    .contactMails .boxes {
        display: flex;
        flex-direction: column;
        gap: 50px;
        padding-top: 0;
    }
    .contactus-page .dogrulama {
        width: 100%;
        height: 65px;
        border: 1px solid gray;
        flex-shrink: 0;
    }
    .contactus .headline {
        font-size: 30px;
    }
    .contactMails .boxes .box .headline{
        font-size: 24px;
    }
    .form-contactMails {
        display: flex;
        flex-direction: column;
        max-width: 1158px;
        width: 100%;
        align-items: center;
        gap: 50px;
    }
    /*signupnow*/
    .signupnow, .signupnowMain{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid #333;
        background: #FFF1E5;
        flex-shrink: 0;
        padding: 18px 20px;
        gap:15px;
        height: auto;
    }
    .signupnow .text,.signupnowMain .note{
        color: #333;
        text-align: center;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .signupnow input{
        position: relative;
        border: 0;
        background-color: #ffffff;
        width: 209px;
        height: 21px;
        
    }
    .signupnow .btn-signup ,.signupnowMain .btn-signup{
        display: inline-flex;
        height: 27.523px;
        padding: 9.117px 3.5px 9.406px 4.5px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        color: #FFF;
        text-align: center;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 1; 
        text-transform: uppercase;
        border-radius: 5px;
        background: #880A0D;
    }
    .signupnow-eposta-ikon{
        position: absolute;
        width: 30px;
        height: 32px;
        display: block;
        z-index: 1;
        left: -16px;
        top: 50%;
        bottom: auto !important;
        left: -15px !important;
        right: auto !important;
        top: 38% !important;
    }
    .signupnowMain .ikon{display: none;}
    
    /*signupnow END*/
    .fourBoxes.centered-news {
        margin-left: 0;
        margin-top: 100px;
        padding: 0 10px;
    }

    .c-head-bn {
        justify-content: center;
    }
}
/*Media Query 899 */
@media only screen and (max-width: 899px)  {

    .newscontent {
        padding: 0 20px;
    }

    .c-Boxes.grid-news {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .c-Boxes.grid-news .c-box {
            width: 100%;
            max-width: 400px;
            margin-bottom: 20px;
        }

    .photoLine{
        width: 100%;
    }
    .photo {
        width: 100%;
    }
    .dikpicture-container {
        position: relative;
        display: flex    ;
        align-items: flex-start;
        gap: 20px;
        max-width: 630px;
        width: 100%;
        min-height: auto;
        flex-direction: column;
    }
    .dikpicture-container .dikpicture {
        max-width: 100%;
        width: 100%;
        aspect-ratio: unset;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .dikpicture-container.leftblock .dikpicture {
        left: auto;
    }
    .dikpicture-container.rightblock .dikpicture{
        right: auto;
    }
    .dikpicture-container .dikpicture img {
        max-width: 100%;
        width: 100%;
    }
    .dikpicture-container .dikpicture .dikpicture-title {
        color: #333;
        text-align: center;
        font-family: Roboto Condensed;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 18px;
    }

}
/*Media Query 599 */

@media only screen and (max-width: 599px)  {
    .graybox-container.onenews .graybox {
        padding-left: 20px;
        padding-right: 20px !important;
    }
    .graybox-container.reverse .content .leftblock {
        padding-left: 20px;
        padding-right: 20px !important;
    }

    .threeBoxesReverse .threeBoxes,
    .threeBoxes .c-boxes {
        padding-right: 0px;
    }
    .hompage-headline .head {
        font-size: 18px;
    }
        .hompage-headline .head.font22 {
            font-size: 18px;
        }
    .hompage-headline .midBoxes .c-box .title {
        display: block;
        text-align: left;
        color: #333;
    }
    .hompage-headline .leftBoxes .box {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }
    .hompage-headline .leftBoxes .box .headline {
        order: 1;
    }
    .hompage-headline .leftBoxes .box .picture {
        display: block;
        width: 100px;
        height: 100px;
        flex-shrink: 0;
        order: 2;
    }
    .hompage-headline .rightBoxes .headline .picture {
        display:none;
    }
    .hompage-headline .rightBoxes {
        padding-top: 20px;
        padding-left: 0px;
    }

    .hompage-headline .midBoxes .c-box {
        align-items: start;
    }

    .newscontent {
        padding: 0 20px;
    }
	.newscontent h1{
        width: auto;
        font-size: 24px;
    }
    .detay {
        gap: 20px;
    }
    .detay h2, .detay h3, .detay h4 {
        font-size: 22px;
    }
    .newscontent .sources-share {
        margin-bottom: 0;
    }
    .newscontent .detay .moretoread .mhead
    ,.detay .moretoread .moretoreadnews{
        padding: 0 10px;
    }
    .moretoread .mhead{
        color: #880a0d;
        font-family: "Jubilat", sans-serif;
        font-size: 24px;
        line-height: 1;
        font-weight: 600;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .moretoread .moretoreadnews .headline {
        font-size: 16px;
        line-height: 1.2;
    }
    .keynews .keypoints{
        padding: 24px 12px 0;
    }
    .keynews .whodate {
        gap: 5px;
        align-items: center;
        border-top: 1px solid #bdadad;
    }
    .keynews .keypoints .headline {
        font-size: 18px;
    }
    .keynews .keypoints .title p {
        font-size: 16px;
    }
    .keynews .keynew .whodate .date {
        font-size: 16px;
        gap: 5px;
        padding: 10px 0;
        line-height: 1;
        height: auto;
    }
    .keynews .keynew .date {
        font-size: 16px;
        line-height: 1;
        height: auto;
    }
    .keynews {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .keynews .keynew:before {
        content: '';
        position: absolute;
        height: 30px;
        width: 1px;
        background-color: #b7b7b7;
        top: 14px;
        left: 8px;
    }
    .keynews .keynew::after {
        content: '';
        position: absolute;
        height: 33px;
        width: 1px;
        background-color: #b7b7b7;
        bottom: -33px;
        left: 8px;
    }
    
    .photoLine .newscontent {
        padding: 0;
    }
    .photoLine .moreFromTurkiyeToday ,
    .fourBoxes.moreVisualStories{
        margin-bottom: 40px;
    }
    
    /* Genel Kategori*/
    .fourBoxes {
        padding: 0;
    }
    .category .c-head {
        padding-top: 5px;
    }
    .c-Boxes .liney {
        display: none;
    }
    .threeRowBoxes .c-Boxes {
        gap: 0px;
    }
    .fourBoxes.slider-container,
    .threeRowBoxes.slider-container,
    .columns.slider-container {
        overflow-x: hidden;
    }
    .moreFromTurkiyeToday .c-box {
        padding: 0 24px;
        height: 332px;
        flex-shrink: 0;
    }
    .moreVisualStories .c-box {
        padding: 0 24px;
        height: 332px;
        flex-shrink: 0;
    }
    .c-Boxes {
        display: flex !important;
        width: 100%;
        gap: 0px;
    }
    .category .c-box {
        width: 100%;
        flex-shrink: 0;
    }
    .category .fourBoxes .c-box {
        height: 332px;
    }
    .category .discover .c-box {
        height: 354px;
    }
    .category .discover .title {
        display: none;
    }
    .category .discover .headline
    ,.category .opinion .headline {
        font-size: 24px!important;
        width: 95%;
    }
    .category .opinion .headline {
        -webkit-line-clamp: 5;
    }
    .category .opinion .c-box {
        height: 388px;
    }
    
    .category .c-box .picture {
        max-width: 100%;
        max-height: 100%;
    }
    .category .c-box .headline {
        font-size: 18px;
        -webkit-line-clamp: 8;
    }
    .dots {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 18px;
    }
    .dot{
        display:block;
        width: 10px;
        height: 10px;
        border:1px solid #333;
        border-radius: 50%;
    }
    .dot.active{
        background-color: #880a0d;
    }
    .fourBoxes.moreVisualStories .dot {
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid white;
        border-radius: 50%;
        background: white;
    }
    .fourBoxes.moreVisualStories .dot.active{
        background-color: #880a0d;
    }
   
    /*Genel Kategori End*/
    .midBoxes .c-box  {
        gap:10px;
        margin-bottom: 25px;
    }
    .midBoxes .c-box .headline {
        color: #333;
        text-align: left;
        font-family: Jubilat;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        max-width: 100%;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        order: 0;
    }
    .hompage-headline .midBoxes .c-box .minread 
    ,.hompage-headline .midBoxes .newsline
    ,.hompage-headline .leftBoxes .headline .title {
        display: none;
    }

    .quotes3before:before {
        content: '';
        display: inline-block;
        background-image: url(/s/i/i-tirnak.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 28px;
        height: 28px;
        margin-right: 10px;
        vertical-align: middle;
    }
    .quotes2before:before {
        content: '';
        display: inline-block;
        background-image: url(/s/i/i-tirnak.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 19px;
        height: 19px;
        margin-right: 10px;
        vertical-align: middle;
    }
    .quotes3after:before {
        content: '';
        display: inline-block;
        background-image: url(/s/i/i-tirnak.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 28px;
        height: 28px;
        margin-right: 10px;
        vertical-align: middle;
    }
    .quotes2after:before {
        content: '';
        display: inline-block;
        background-image: url(/s/i/i-tirnak.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 19px;
        height: 19px;
        margin-right: 10px;
        vertical-align: middle;
    }
    .hompage-headline .midBoxes {
        padding-top: 5px;
        border-bottom: 1px solid #e8eaed;
    }
    .hompage-headline .leftBoxes {
        padding: 0px;
        border:0;
    }

    .columns .c-box {
        flex-direction: row;
    }
    .columns .c-box .picture {
        width: 125px;
        height: 125px;
        flex-shrink: 0;
    }
}
/*Media Query 599 END*/


/* Media query for mobile devices - 425px and below */
@media (max-width: 425px) {
    .whatsapp-banner {
        padding: 20px 15px;
        margin: 16px 0 12px 0;
    }

    .whatsapp-banner__header {
        font-size: 16px;
        gap: 0 12px;
    }

    .whatsapp-banner__content {
        font-size: 14px;
        line-height: 20px;
        gap: 0 12px;
    }
}
/*Media Query 599 END*/

@media only screen and (max-width: 630px) {
    figure.table {
        width: calc(100vw - 40px) !important;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

        figure.table table {
            min-width: calc(100vw - 40px);
        }
}