﻿@font-face {
    font-display: swap;
    font-family: 'robotoregular';
    src: url('/fonts/roboto-regular.woff2') format('woff2'), url('/fonts/roboto-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'robotobold';
    src: url('/fonts/roboto-bold.woff2') format('woff2'), url('/fonts/roboto-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'roboto_condensedbold';
    src: url('/fonts/robotocondensed-bold.woff2') format('woff2'), url('/fonts/robotocondensed-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0px;
    color: #000;
    font-family: 'robotoregular'; /* text-shadow: rgba(0,0,0,.01) 0 0 1px;*/
    font-size: 15px;
    overflow-x: hidden;
    line-height: 1.428571429;
    background: #fefefe;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'robotoregular';
    font-weight: 500;
    line-height: 1.1;
}

 

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: red;
        text-decoration: none;
    }

    a:visited {
        color: #000;
        text-decoration: none;
    }

figure {
    padding: 0;
    margin: 0;
}

.surVitOrta {
    
    width: 1025px;
    display: flex;
    height: 262px;
    padding: 0px;
  
}


.vitrina {
    margin: 8px;
    margin-bottom:2px;
    width: 325px;
    display: flex;
    flex-direction: column;
    height: 252px;
    background-color: #fff;
}


    .vitrina span {
        font-size: 21px;
        margin: 10px;
        margin-bottom:2px;
        height:50px;
        overflow: hidden;
        font-family: 'roboto_condensedbold';
        font-weight: 700;
        text-align: left;
        color: #141414;
        display: flex;
        
        line-height:normal;
    }



.vitrinb {
    margin: 4px 10px;
    width: 321px;
    display: flex;
    border-bottom: 1px #efefef solid;
    height: 59px;
    overflow: hidden;
}

    .vitrinb:hover {
        color: red;
    }

    .vitrinb span {
        height: 50px;
        width: 240px;
        font-size: 16px;
        display: flex;
        align-items: center;
        padding: 0px 10px;
        line-height: normal;
        font-family: 'roboto_condensedbold';
        text-align: left;
    }

.mansetSag {
    display: flex;
    margin-right: 5px;
    flex-direction: column;
    
}

    .mansetSag h1 {
        font-size: 1.25rem;
        padding: 8px 0 8px 8px;
        color: #000;
        background-color: #fff200;
        border-radius: 10px 10px 0 0;
        margin: 10px;
        display: flex;
        justify-content: center;
        width: 90%;
        font-family: 'roboto_condensedbold';
    }
 
 
 

.sur_kare {
    width: 1025px;
    display: flex;
    height: 235px;
    margin:0px auto;
    margin-top: 15px;
}

.sur_kare a {
    margin: 10px;
    width: 237px;
    display: flex;
    flex-direction: column;
    height: 217px;
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
}

    .sur_kare a figure {
        width: 237px;
      
        height: 150px;
        overflow: hidden;
    }

        .sur_kare a figure img {
            height: auto !important;
        }

    .sur_kare a span {
        font-size: 21px;
        display: flex;
        align-items: center;
        padding: 3px;
        margin: 5px;
        line-height: 24px;
        overflow: hidden;
        font-family: 'roboto_condensedbold';
        font-weight: 700;
        text-align: left;
        color: #141414;
        height: 73px;
    }

.sola_Ust {
    display: none;
    float: left;
    height: 36px;
    width: 113px;
    position: absolute;
    visibility: hidden;
}
.yazarlar {
    display: flex;
    height: 345px;
    width: 1005px;
    padding-left: 10px;
    flex-direction: column;
    margin-bottom: 15px;
}
.ortala_ana h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 990px;
    height: 65px;
    margin: 5px 5px;
    font-family: 'roboto_condensedbold';
    font-size: 27px;
    color: #333;
}
        .ortala_ana h3::after {
            content: " ";     
            height: 10px;
            background-color: #d11919;          
            width:73%;
             
          
        }
    .y1 {
    font-family: 'roboto_condensedbold';
    font-size:15px;
    color:red;
    padding:7px;
}
.y2 {
    font-family: 'robotoregular';
    font-size: 15px;
    line-height: normal;
    color: #333;
    display: flex;
    height: 60px;
    padding: 0px 3px 0px 5px;
}
.yazarListe {
    display: flex;
    height: 295px;
    width: 1005px;
    overflow-x: auto;
    overflow-y:hidden;
}
/* width */
    .yazarListe::-webkit-scrollbar {
        margin-left: 15px;
        height: 11px;
     
    }

/* Track */
    .yazarListe::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px grey;
        border-radius: 0px;

    }

/* Handle */
    .yazarListe::-webkit-scrollbar-thumb {
        background: black;
        height: 11px;
        border-radius: 0px;
        background: rgba(51, 51, 51, 0.41);
        cursor:pointer;
    }

    /* Handle on hover */haber
        .yazarListe::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }
.yazar01 {
    display: flex;
    flex-direction: column;
    margin: 5px 15px 0px 0px;
    width: 154px;
    height: 265px;
    background:#fff;
}
.yazar01 img{
width:auto;
}
.ortalaVideo {
    max-width: 1015px;
    width: 96%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    margin: 0px auto;
    margin-top: 20px;
    min-height: 425px;
    background: #fff;
}

    .ortalaVideo h1 {
        font-family: 'roboto_condensedbold';
        font-size: 21px;
    }

    .ortalaVideo iframe {
        max-width: 950px;
        width: 96%;
    }

    .ortalaVideo h2 {
        font-size: 16px;
    }


.ortala01 {
    max-width: 1015px;
    width: 96%;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    height: auto;
    margin: 0px auto;
    margin-top: 20px;

    min-height: 425px;
    background:#fff;
}

    .ortala01 h1 {
        font-family: 'roboto_condensedbold';
        font-size: 21px;
    }

    .ortala01 iframe {
  max-width:950px;
  width:96%;
  
    }
    .ortala01 h2 {
        
        font-size: 16px;
    }
.ortala02 {
    max-width: 1015px;
    width: 100%;
    display: flex;
    height: auto;
    justify-content: space-between;
}
.ortala_ana {
    width: 1015px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    height: auto;
    margin: 0px auto;
    margin-top: 15px;
}
.ortala_text {
    max-width: 975px;
    display: flex;
    flex-direction: column;
}
    .ortala_text p {
        padding: 2px;
        margin: 2px;
    }
.ortalaHaber {
    width: 1025px;
    display: flex;
    justify-content: space-around;
        margin: 0px auto;
    margin-top: 15px;
    background-color: #fff;
flex-wrap: wrap;
}

.itemk1 {
    margin: 0px auto;
}

.ortaSaga {
    width: 300px;
    display: table;
    float: right;
    margin-right: 10px;
}

.yatGenel {
    display: flex;
    flex-direction: column;
    float: left;
    width: 317px;
    margin: 8px ;
 
    height: 423px;
    text-decoration: none;
    font-weight: bold;
    background: #fff;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}

    .yatGenel:hover {
        color: #272727;
    }
    .yatGenel .s1 {
        width: 323px;
        height: 183px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position-x: center !important;
    }

    .yatGenel .s2 {
        width: 275px;
        padding: 0px;
        margin: 0px auto;
        height: 150px;
        font-size: 15px;
        padding: 0px;
        font-family: 'robotoregular';
        font-weight: 400;
        display: flex;
     
    }

    .yatGenel h3 {
        width: 275px;
        padding: 0px;
        margin: 0px auto;
        height: 120px;
        font-size: 15px;
        padding: 0px;
        font-family: 'robotoregular';
        font-weight: 400;
        display: flex;
 
    }

    .yatGenel h4 {
        height: 80px;
        width: 275px;
        display: flex;
        align-items: center;
    
       
        margin: 5px auto;
        font-size: 20px;
        font-family: 'roboto_condensedbold';
        font-weight: 700;
        line-height: normal;
        color: #000;
  
    }

    .yatGenel figcaption {
        margin: 5px;
        font-size: 19px;
    }



.yaziOku {
    display: flex;
    max-width: 700px;
    border: 1px solid #ccc;
    flex-direction: column;
}

.yaziOku01 {
   
    width:650px;
    display: flex;
    height: 120px;
     border-bottom: 4px solid #d11919;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
   
}

.yaziOku01Sola {
    width: 180px;
 height:120px;
 overflow:hidden;
}

.yaziOku01Saga {
    max-width: 440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}

    .yaziOku01Saga h1 {
        margin: 0px;
        padding: 0px;
        font-size: 19px;
    }

    .yaziOku01Saga h2 {

        font-size: 15px;
        color: #d11919;
    }

    .yaziOku01Saga time {
  
        text-align: right;
        font-weight: normal;
        font-size: 13px;
        color: #aeb2b3;
        margin: 5px;
    }

.yaziOku02 {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    width: 94%;
    font-size: 17px;
    margin: 15px 0px;
    padding: 10px 5px 5px 20px;
}


.yaziOkuSag {
    display: flex;
    width: 303px;
    flex-direction: column;
    margin-top:15px;
}

.yaziOkuSag_a {
    margin-top: 15px;
    background: url(https://i.sohaber.com/content/images/yazOk01.png) no-repeat;
    padding-left: 12px;
    font-size: 13px;
    color: #356083;
    max-width: 285px;
}

    .yaziOkuSag_a:hover {
        text-decoration: underline;
    }

.yaziOkuSag_b {
    display: table;
    background: url(https://i.sohaber.com/content/images/yazOk01.png) no-repeat;
    padding-left: 12px;
    font-size: 14px;
    color: #356083;
    max-width: 600px;
    white-space: pre-line;
    overflow: hidden;
    margin-bottom: 7px;
}

    .yaziOkuSag_b:hover {
        text-decoration: underline;
    }

    .yaziOkuSag_b span {
        color: red;
        font-size: 13px;
    }



.ustY {
    height: 50px;
    display: flex;
    background-color: #ec0000;
    width: 100%;
    margin: 0px auto;
    -webkit-box-shadow: 0 2px 0 0 rgb(47 49 51 / 10%);
    -moz-box-shadow: 0 2px 0 0 rgba(47,49,51,.1);
    box-shadow: 0 2px 0 0 rgb(255 255 255);
}

    .ustY .orta {
        height: 50px;
        width: 1025px;
        margin: 0px auto;
        display: flex;
        align-items: center;
    }

    .ustY .logo {
        height: 50px;
        width: 197px;
        
        display: flex;
    }

.menuDoviZemi {
    background-color: #000;
    height: 47px;
    display: flex;
    align-items: center;
    width: 100%;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
}

.menuDoviz {
    height: 32px;
    width: 100%;
    max-width:1025px;
    display: flex;
    align-items: center;
    margin:0px auto;
}
 

        .menuDoviz span { 
            color:#fff;
            width: 100px;
            height: 18px; 
            line-height:18px;
            font-size: 14px;
            margin:0px 7px;
            display:flex;
        }



            .menuDoviz span b {
                width: 35px;
                height: 18px;
                font-size: 14px;
                font-family: 'roboto_condensedbold';
                font-weight: 700;
                margin-left: 3px;
                margin-right: 2px;
            }

.dovi{width:100%; max-width:625px; display:flex;}
 
         .ara {   
            height: 50px ;          
            width: 50px;
            color: #fff;
            cursor: pointer;
            background: url(/Content/images/search.png) no-repeat center;
            position:absolute;
            right:50px;
        }

                .ara:hover {
                color: #ffd50d;
            }

.logoMe {
    width: 25%;
    min-width: 250px;
    display: flex;
    margin-left: 50px;
}
#menuDetay {
    width: 900px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #menuDetay a {
        margin: 5px;
        align-items: center;
        display: flex;
        height: 35px;
        font-family: 'roboto_condensedbold';
        color: #fff;
        font-size: 15px;
    }

    #menuDetay .menuYa {
        color: #fff;
    }

    #menuDetay a:hover {
        color: #efefef;
    }

footer {
    display: flex;
    height: 195px;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.alt01 {
    display: flex;
    height: 7px;
    width: 100%;
    background: rgba(50, 50, 50, 0.95);
    margin-top: 10px;
    justify-content: center;
}

    .alt01 .orta {
        display: flex;
        height: 35px;
        width: 950px;
      
        align-items: center;
        justify-content: space-evenly;
    }

    .alt01 a {
 
        color: #fff;
        font-size: 14px;
        font-family: 'roboto_condensedbold';
    }

        .alt01 a:hover {
            color: #fff;
            text-decoration: underline;
        }

.alt03 {
    display: flex;
    height: 70px;
    width: 955px;
    margin: 0px auto;
    border-bottom: 1px solid #e1e1e1;
    clear: both;
    justify-content: center;
    align-items: center;
}
    .alt03 nav {
        width: 650px;
        display: flex;
        justify-content: space-around;
    }
    .alt03 a {
        font-weight: bold;
        font-family: 'roboto_condensedbold';
    }

        .alt03 a:hover {
        }

.alt04 {
    display: flex;
    height: 75px;
    width: 955px;
 
    margin: 0px auto;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 15px;
    text-align: center;
    clear: both;
    justify-content: space-between;
    align-items: center;
}







.reklam01 {
    margin: 0px auto;
    margin-top: 0px;
    text-align: center;
    display: table;
    width: 955px;
    min-height: 155px;
    height: auto;
    overflow: hidden;
}
 
    .reklam01 div {
        margin-top:15px !important;
        clear: both;
    }

.reklam02 {
    height: 90px;
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 0px auto;
    background-color: #fff;
}

.reklamSonDakika {
    width: 955px;
    display: block;
    margin: 0px auto;
    margin-top: 15px;
    background-color: #fff;
    clear: both;
    height: auto;
}


.reklam03 {
    margin: 0px auto;
       max-width: 1025px;
    width: 96%;
     
    display: flex;
    text-align: center;
     
    overflow-x: hidden;
    margin-top: 15px;
}

.rekkapat {
    padding: 0px 7px;
    width: 955px;
    margin: 0px auto;
    margin-top: 20px;
    display: block;
    cursor: pointer;
    z-index: 2000;
    background-color: #000;
    color: #fff;
    font: bold 12px Arial;
    clear: both;
    text-align: right;
    height: 17px;
    line-height: 17px;
}

    .rekkapat:hover {
        clear: both;
        background-color: #c3c3c3;
        color: #000;
    }

.reklam04 {
    position: absolute;
    top: 167px;
    left: 0px;
    display: table;
    background: #fff;
    visibility: hidden;
    width: 160px;
}

.reklam04_1 {
    position: absolute;
    top: 155px;
    left: calc(((100% - 1025px)/2) - 250px);
    display: table;
    visibility: visible;
    min-height: 300px;
    width: 225px;
}

    .reklam04_1 div {
        float: right;
    }

.reklam05 {
    position: absolute;
    top: 167px;
    right: 0px;
    display: table;
    background: #fff;
    visibility: hidden;
}

.reklam05_1 {
    position: absolute;
    top: 155px;
    left: calc(((100% - 1005px)/2) + 1025px);
    display: flex;
    flex-direction: column;
    visibility: visible;
    height: 300px;
    width: 250px;
}

.reklam06 {
    display: table;
    padding: 20px 0px 0px 10px;
    position: absolute;
    visibility: hidden;
}

.reklam07 {
    display: table;
    padding: 20px 0px 0px 10px;
    position: absolute;
    visibility: hidden;
}

.reklam08 {
    display: none;
    visibility: hidden;
    margin: 0px auto;
    width: 300px;
    overflow-x: hidden;
    box-sizing: content-box;
    margin-top: 20px;
    margin-left: 10px;
}

.payla {
    display: flex;
    height: 40px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items:center;
    font-size:13px;
    clear:both;
}

.tarih01 {
    min-height: 1px;
    max-height: 26px;
    width: 100%;
    display: table;
    color: rgba(0, 0, 0, 0.4);
    clear: both;
}

.tarih01Sola {
    display: inline-block;
    float: left;
}
.sosyalbtns {
    display: flex;
    align-items: center;
}
    .sosyalbtns a {
        padding: 0px !important;
        margin: 5px !important;
    }
.sosy {
    display: flex;
    height: 51px;
    width: 96%;
    margin-top: 10px;
    justify-content: center;
}
    .sosy a {
        padding: 0px !important;
        margin: 5px !important;
    }
    .sosy a:hover {
opacity:0.6 !important;
    }
.fa {
    display: flex;
    width: 41px;
    height: 41px;
    background: url(/Content/images/f1.png) no-repeat;
}
.xe {
    display: flex;
    width: 41px;
    height: 41px;
    background: url(/Content/images/xe.png) no-repeat;
}
.in {
    display: flex;
    width: 41px;
    height: 41px;
    background: url(/Content/images/in.png) no-repeat;
}
.yo {
    display: flex;
    width: 41px;
    height: 41px;
    background: url(/Content/images/yo.png) no-repeat;
}
.f1 {
    height: 46px;
    width: 48px;
    display: flex;
    margin: 0px 2px;
    background: url(https://i.sohaber.com/content/images/fcsy.png) no-repeat left 0px;
}
.t1 {
    height: 46px;
    width: 48px;
    display: flex;
    margin: 0px 2px;
    background: url(https://i.sohaber.com/content/images/fcsy.png) no-repeat -59px 0px;
}
.i1 {
    height: 46px;
    width: 48px;
    display: flex;
    margin: 0px 2px;
    background: url(https://i.sohaber.com/content/images/fcsy.png) no-repeat -118px 0px;
}
.l1 {
    height: 46px;
    width: 48px;
    display: flex;
    margin: 0px 2px;
    background: url(https://i.sohaber.com/content/images/fcsy.png) no-repeat -177px 0px;
}
.yo01 {
    height: 46px;
    width: 48px;
    display: flex;
    margin: 0px 2px;
    background: url(https://i.sohaber.com/content/images/fcsy.png) no-repeat -236px 0px;
}
 

.fac {
    background: url(https://i.sohaber.com/content/images/icoSosya.png) no-repeat left 0px;
    height: 32px;
    width: 76px;
    float: left;
    margin-right: 1px;
}

    .fac:hover {
        background: url(https://i.sohaber.com/content/images/icoSosya.png) no-repeat left -32px;
        cursor: pointer;
        opacity: 0.75;
    }

.twit {
    background: url(https://i.sohaber.com/content/images/icoSosya.png) no-repeat -84px 0px;
    height: 32px;
    width: 80px;
    float: left;
    margin-right: 1px;
}

    .twit:hover {
        background: url(https://i.sohaber.com/content/images/icoSosya.png) no-repeat -84px -32px;
        cursor: pointer;
        opacity: 0.75;
    }
.whats {
    background: url(https://i.sohaber.com/content/images/icoSosya.png) no-repeat right 0px #1ace1a;
    height: 32px;
    width: 80px;
    float: left;
    margin-right: 1px;
}

    .whats:hover {
        background: url(https://i.sohaber.com/content/images/icoSosya.png) no-repeat right -34px #1ace1a;
        cursor: pointer;
        opacity: 0.75;
    }
.alt05 {
    max-width: 960px;
    width: 92%;
    margin: 0px auto;
}

    .alt05 a {
        font-size: 11px;
    }

.kath1 {
    width: 100%;
    height: 39px;
    display: flex;
    color: #000;
    border-right: solid 5px red;
    font-size: 21px;
    background: #efefef;
    margin: 10px;
    text-indent: 10px;
    align-items: center;
    font-family: 'roboto_condensedbold';
}

.haberOku {
    display: flex;
    flex-direction: column;
}

.yaziAci {
    display: flex;
    flex-direction: column;
    margin:0px auto;
    width:600px;
}
    .yaziAci h2 {
        font-size: 25px;
        color: #141414;
        font-family: 'roboto_condensedbold';
        margin:15px 0px 7px 0px;
        
         
    }
    .yaziAci h3 {
        font-size: 23px;
        color: #141414;
        font-family: 'roboto_condensedbold';
        margin: 15px 0px 7px 0px;
    }
    .yaziAci p  {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .yaziAci p strong {
        margin-left: 2px;
margin-right: 1px;
    }
    .yaziAci p a {
        margin-left: 2px;
margin-right: 1px;
    }
    .yaziAci p {
        padding:  0px ;
    }
    .yaziAci img {
         height:auto !important;
    }
    .yaziAci strong {
        font-size: 21px;
   
        font-family: 'roboto_condensedbold'; 
       
    }
.sehirL {
    display: flex;
    align-items: flex-end;
    height: 35px;
    border-bottom: 1px solid #f2f3f4;
    font-size: 14px;
    width: 650px;
    justify-content: flex-start;
    font-family: 'roboto_condensedbold';
}
    .sehirL span {
        margin-right: 10px;
        text-transform: uppercase;
    }

.haber01 {
    display: flex;
    flex-direction: column;
    max-width: 650px;
    min-height:1650px;
    height:auto;
    width: 96%;
    font-size: 19px;
    line-height: 1.6;
    overflow: hidden;
}
    .haber01 img { max-width:650px !important; height:auto!important;
    }
    .haber01 h1 {
        font-size: 35px;
         
        color: #1d1d1d;
        max-width: 600px;
        width: 100%;
         
        font-family: 'roboto_condensedbold';       
        font-weight: 700;
    }

.haber02 {
    display: flex;
    flex-direction: column;
    width: 300px;
    min-height: 1650px;
}
    .haber02 a {
        display: flex;
        height: 259px;
        width: 100%;
        border-bottom: 1px solid #ececec;
    }
    .haber02 h2 {
        font-size: 20px;
        font-family: 'roboto_condensedbold';
    }
.haber02 h3{
        font-size: 20px;
    font-family: 'roboto_condensedbold';

}

    .haber02 h4 {
        font-size: 20px;
        font-family: 'roboto_condensedbold';
        height: 60px;
        color: #303030;
        margin: 10px;
        display: flex;
        align-items: center;
    }
.galGen {
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1015px;
  
}
    .galGen a {
        display: flex;
        flex-direction: column;
        margin: 8px;
        justify-content: space-between;
    }
.galGenSayfa {
    height: 50px;
    display: flex;
    width: 96%;
    max-width: 394px;
    justify-content: space-around;
    align-items: center;
    font-size: 12px;
}

    .galGenSayfa a {
        display: flex;
        width: 20px;
        height: 20px;
        justify-content: center;
        border: 1px solid #c5c5c5;
        align-items: center;
    }
    .galGenSayfa .glAk2 {
        display: flex;
        width: 20px;
        height: 20px;
        justify-content: center;
        border: 1px solid red;
        align-items: center;
    }
.havaDurumu {
    right: 90px;
    position: absolute;
    width: 150px;
    height: 50px;
    display: flex;
    color: #fff;
    align-items: center;
}
    .havaDurumu span {
        width:auto;
        margin:0px 3px;
        height: 37px;
        align-items: center;
    }
    .havaDurumu span {
        display:flex;
        width: auto;
        margin: 0px 3px;
        height: 37px;
        align-items: center;
    }
.durumResim {  height:35px;
}
.ortArs { display:flex;
}

.aboneOlNews {
    display: block;
    float: left;
    width: 107px;
    height: 30px;
    background: url(https://i.sohaber.com/content/images/google-news.svg) 60% no-repeat;
    background-size: cover;
    border: 1px solid #939393;
    margin-left: 70px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
}

    .aboneOlNews:before {
        content: "Abone Ol";
        position: relative;
        left: -65px;
    }
.ortGaleri {
    display: flex;
    margin: 0px auto;
    background-color:#e9e9e9;
     
}
    .ortGaleri figure a {
        display: flex;
        justify-content: center;
    }
.oklar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gosterge { display:flex;
}
.glAcik {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.glSl {
    background: url(https://i.sohaber.com/content/images/glSl.png) no-repeat 18px 15px rgba(0,0,0,.65);
    height: 50px;
    float: left;
    display: block;
    width: 40px;
}
.glSg {
    background: url(https://i.sohaber.com/content/images/glSg.png) no-repeat 18px 15px rgba(0,0,0,.65);
    height: 50px;
    float: right;
    display: block;
    width: 40px;
}
.videoAna {
    background: url(https://i.sohaber.com/Content/images/videoGaleri.png) no-repeat 0px 5px  ;
    padding-top: 50px;
    width: 1015px;
    height:210px;
    display: flex;
}
.videoAna a {
    width: 237px;
    height: 200px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin: 8px;
}
.tags {
    display: flex;
    height: 55px;
    align-items: center;
}
    .tags a {
        display: flex;
        padding: 3px 5px;
        background-color: #e7e7e7;
        margin: 5px;
        margin-left: 0px;
        border-radius: 3px;
        line-height: 19px;
        font-size: 13px;
    }
.rk {
    color: #1d5ac9;
    margin-left:2px;
}
    .rk:visited {
        color: #1d5ac9;
    }

.puan {
    display: flex;
    margin: 15px auto;
    max-width: 800px;
    height: 675px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
    .puan ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }
        .puan ul li  {
            display:flex;
            width: auto;
         
        }
        .puan ul .header   {
            font-weight:bold;
            background:#c5c5c5;
        }

            .puan ul   .header div {
               
                width: 230px;
                 
            }
.puan ul li div {
    display: flex;
    width: 205px;
    padding: 5px;
}
            .puan ul li div strong{
                padding: 0px !important;
            }
            .puan ul li strong {
                display: flex;
                width: 15px;
                padding: 5px;
            }
        .puan ul li span {
            justify-content: flex-end;
            display: flex;
            width: 45px;
            padding: 5px;
        }
.puanKisa {
    display: flex;
    margin: 5px 3px;
    width: 300px;
    height: 675px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
    .puanKisa a {
        border-bottom: 0px;
        height: 35px;
        font-family: 'roboto_condensedbold';
        font-size:16px;
    }

.puanKisa ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
        .puanKisa ul li {
            display: flex;
            align-items: center;
            border-bottom: 1px solid #eaeaea;
            border-left: 1px solid #eaeaea;
            border-right: 1px solid #eaeaea;
            background-color: #fcfcfc;
            font-size: 14px;
            height: 29px;
        }
        .puanKisa ul li i {
            min-width: 15px;
            padding: 3px 5px;

        }
        .puanKisa ul .title {
            background: #000000;
            color: #fff;
            display: flex;
            padding: 3px;
           
        }
        .puanKisa ul .title b {
            min-width: 15px;
            padding: 3px 3px;
        }
        .puanKisa ul .title span {
            font-weight: bold;
            width: 241px;

        }
    .puanKisa ul li span {
        width:210px;
        padding: 3px 3px;
    }
.puanH1 {
    font-family: 'roboto_condensedbold';
    font-size: 35px;
    color: #000;
    padding-bottom: 12px;
    line-height: 40px;
    width: 96%;
    max-width: 800px;
    margin: 0px auto;
    margin-top: 25px;
}
.puanH2 {
    
    font-size: 18px;
    color: #c00;
    text-shadow: 1px 1px 0 rgb(255 255 255);
    text-align: center;
    margin: 0 31px;
    padding: 8px 0 12px;
    box-shadow: inset 0 0 13px -1px rgb(0 0 0 / 12%);
    width: 96%;
    max-width: 800px;
    margin:0px auto;
}

@media (max-width: 768px) {
    .havaDurumu {
        display: none;
        visibility: hidden;
    }
    .sondakika {
        visibility: hidden;
        display: none;
    }
    .ara {
        right: 15px;
    }
    .ortala_ana h3 {
        font-size: 20px !important;
    }
    .puan ul li span{padding:3px;}
    .puan {
        height: auto !important;
        width: 96%;
        font-size: 13px;
    }
    .puanH1{font-size:25px;}
    .bgnone {
        background-color: #e9e9e9;
    }
    .videoAna {
        width: 96% !important;
        height: auto !important;
        flex-direction: column;
    }
        .videoAna a{ width:96% !important; height:235px;}
        .whats {
            width: 65px;
            background: url(https://i.sohaber.com/content/images/icoSosya.png) no-repeat -339px 0px #1ace1a;
        }
 
    .galeriResi img{ width:96%;
    }
    .galGen {
        width: 96%;
        justify-content: center; 
    }

    .galGen a { display:flex;
                flex-direction:column;
                margin:10px 5px;
    }
    .ortala01 iframe {
        width: 96%;
        min-width: 350px;
    }

    time {
        max-width:103px;
        font-size: 13px;
        line-height: normal;
    }
    .reklam01 {
        max-width: 675px !important;
        margin: 0px auto;
        margin-top: 15px;
        width: 94%;
        min-height: 55px;
        display: block;
    }

        .reklam01 div {
            width: 100% !important;
        }

            .reklam01 div img {
                width: 100% !important;
                height: initial;
            }


    .reklam02 {
        width: 94% !important;
        overflow: hidden;
        display: block;
    }

        .reklam02 div {
            width: 100% !important;
        }

            .reklam02 div img {
                width: 100% !important;
            }


    .reklam03 {
        width: 94% !important;
        overflow: hidden;
        display: flex !important;
        height: auto !important;
    }

        .reklam03 div {
            width: 100% !important;
            display: flex !important;
        }

            .reklam03 div img {
                width: 100% !important;
            }

    .reklam05_1 {
    clear: both;
    display: flex;
    margin:0px auto;
    position: static !Important;
    min-height: 110px;
    height: auto;
    width: 325px !Important;
    margin-top: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    left:0px;
    top:0px;
    }
    .reklam05_1 img{
        width:100%;
        min-height:125px;
        height:auto;
    }
    .reklam04_1 {
        clear: both;
        display: flex;
        margin: 0px auto;
        position: static !Important;
        min-height: 110px;
        height: 250px;
        width: 325px !Important;
        margin-top: 10px;
        flex-direction: column;
        flex-wrap: nowrap;
        left: 0px;
        top: 0px;
    }

    .reklamSonDakika {
        max-width: 375px !important;
        width: 94% !important;
        display: block;
    }

        .reklamSonDakika div {
            max-width: 375px !important;
            width: 100% !important;
            display: block;
        }

            .reklamSonDakika div img {
                width: 100% !important;
                display: block;
            }

 

 


    body {
        background: #fff;
    }

    .menuDoviz {
        overflow-y: hidden;
        overflow-x: scroll;
        width: 96%;
    }

    .yazarlar {
        width: 96% !important;
    }

    .yazarListe {
        width: 96% !important;
    }

        .yazarListe::-webkit-scrollbar {
            height: 3px;
        }

    #menuDetay {
        display:none;
        visibility:hidden;
        width: 94%;
        overflow: scroll;
        overflow-y: hidden;
        height: 45px;
        align-items: center;
         justify-content: normal;
    }
        #menuDetay::after {
            content: "";
            position: absolute;
            z-index: 999;
            border: solid #ffffffb0;
            border-width: 0 2px 2px 0;
            display: inline-block;
            transform: rotate( -45deg);
            -webkit-transform: rotate( -45deg);
            padding: 0px 1px 1px 1px;
            width: 4px;
            height: 4px;
            right: 2px;
            color: #fff;
        }
        .logo {

        }

        .logo img {
  
        }

    header {
        width: 100%;
        margin: 0px auto;
    }

    footer {
        width: 96%;
        margin: 0px auto;
height:245px;
    }

    .ustY {
        width: 100%;
        height: 55px;
        align-items: center;
        justify-content: center;
    }

        .ustY .orta {
            width: 100%;
            height: 85px;
            flex-direction: column;
        }

    .menuScrl {
        width: 96%;
    }

    .alt01 {
        width: 96%;
        height: 87px;
    }

        .alt01 .orta {
            width: 96%;
            height: 87px;
            flex-wrap: wrap;
        }

    .alt04 {
        width: 96%;
    }

    .alt03 {
        width: 96%;
height:87px;
    }

        .alt03 nav {
            width: 100%;
            justify-content: space-around;
            flex-wrap: wrap;
height:85px;
align-items: center;
        }

    .sur_kare {
        width: 96% !important;
        overflow-x: scroll;
    }

        .sur_kare a {
            margin: 5px !important;
            overflow: initial;
        }

            .sur_kare a span {
                font-size: 17px;
            }

    .surVitOrta {
        width: 100% !important;
        height: 169px;
        overflow: scroll;
    }

    .vitrina {
        margin: 5px !important;
        width: 169px;
        height: 169px;
    }

        .vitrina span {
            font-size: 15px !important;
            margin: 2px;
            line-height: normal !important;
            height: 40px;
        }

        .vitrina img {
            margin: 2px !important;
            width: 165px;
            height: auto;
        }

    .mansetSag {
        clear: both;
    }

        .mansetSag h1 {
            margin-top: 19px !important;
        }

    .vitrinb {
        margin: 5px !important;
        justify-content: center;
        width:360px;
    }

        .vitrinb img {
            margin: 0px !important;
        }

        .vitrinb span {
        }

    .ortala_ana {
        width: 96%;
        height: auto;
        margin-top:5px;
    }

    .ortalaHaber {
        height: auto;
        flex-direction: column;
        align-items: center;
        width: 96%;
    }
    .ortala02 {
 
        flex-direction: column;
    }
    .haber01 {
        height: auto !important;
        min-height: 1355px;
    }

        .haber01 img {
            width: 96% !important;
        }

    .haber02 {
        height: auto;
    }

    .yaziAci {
        width: 100% !important;
    }
    .yaziAci iframe {
        width: 96% !important;
        height:255px;
    }

    .sehirL {
        width: 100% !important;
        height: 30px;
    
    }

    .yatGenel {
        width: 96%;
        height: 405px;
    }

        .yatGenel .s1 {
            width: 100%;
        }

    .yaziOku01 { width:100% !important;
    }

    .itemk1 {
        display: flex !important;
        visibility: visible;
        margin:0px auto;
        width:96%;
    }

    aside img { width:100% !important; height:auto !important;
    }

    .ortalaVideo iframe {
        
        height: 255px;
    }
}