﻿html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}


audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
} 

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}


#hwndetail {
    background-color: #FFFCE0;
    padding: 15px;
    font-size: 13px;
    line-height: 130%;
    margin: 20px 0;
    float: left;
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

ul.newspaper-list, ul.newspaper-list li, ul.newspaper-list li a, ul.newspaper-list li a span {
    animation-name: inherit
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, dl, dt, e > .detail-content > .breadcrumb div, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: sans-serif,"Helvetica Neue",Helvetica,Arial;
    vertical-align: baseline
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.wrapper table {
    font-size: 12px
}

body {
    width: 100%;
    overflow-x: hidden;
}

button, input, select, textarea {
    font: 99% sans-serif
}

html {
    overflow-y: scroll;
}

a:active, a:hover {
    outline: 0
}

b, strong, th {
    font-weight: 700
}

td {
    vertical-align: top
}

sub, sup {
    font-size: 75%;
    position: relative
}

sup {
    top: -.5em
}

button, input[type=button], input[type=image], input[type=submit], label {
    cursor: pointer
}

::selection {
    background: #f60;
    color: #fff;
    text-shadow: none
}

#wrapperCover {
    width: 100%;
    margin: auto;
    position: relative
}

#wrapper {
    width: 980px;
    float: none !important;
    margin: auto
}

body, input, select, textarea {
    color: #000;
    font: normal normal normal 12px Tahoma,Verdana,Geneva,sans-serif
}

a, a:active, a:visited {
    color: #333;
    font-weight: 700;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif,"Helvetica Neue",Helvetica,Arial;
    font-weight: 700
}

h1, h2 {
    display: inline;
    font-weight: 400
}

h3 {
    color: #000;
    font-size: 15px
}

input, select, textarea {
    vertical-align: middle
}

button, input, select, textarea {
    color: #000;
    margin: 0
}

.clearfix::after, .clearfix::before {
    height: 0;
    overflow: hidden;
    display: block;
    content: "\0020"
}

.clearfix::after {
    clear: both
}

.clearfix {
    height: 1%
}

.mrgrht1 {
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    margin: 0 4px 0 2px
}

.textreklam {
    margin-bottom: 10px;
    display: block;
    float: left
}

.textreklam ul {
    list-style-type: square !important;
    color: #000;
    padding-left: 10px !important;
    margin-left: 5px !important;
    font-size: 16px;
    margin-top: 10px
}

.textreklam ul li {
    margin-bottom: 10px !important
}

.textreklam ul a, .textreklam ul font {
    font-family: sans-serif !important;
    color: #000;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-decoration: underline
}

.bx-slider-sondakika {
    float: left;
    width: 732px;
    height: 321px;
    overflow: hidden;
}

.yukselt {
    height: 445px
}

.bx-slider-sondakika ul {
    list-style: none
}

.bx-slider-sondakika .bx-wrapper .bx-viewport {
    box-shadow: 0 0 0 #ccc;
    border: 0 solid #fff;
    left: 0;
    overflow: hidden
}

.bx-slider-sondakika .bx-wrapper {
    margin: 0;
    height: 411px;
    overflow: hidden
}

.bx-slider-sondakika .bx-pager {
    width: 731px;
    height: 33px;
    z-index: 100
}

    .bx-slider-sondakika .bx-pager a {
        width: 4%;
        height: 33px;
        text-align: center;
        display: block;
        float: left;
        border-top: 5px solid #d2d2d2;
        font-size: 14px;
        cursor: pointer;
        color: rgb(62 62 62);
        border-bottom: 1px solid rgb(210 210 210);
        padding-top: 6px;
        font-weight: 400;
    }

.bx-slider-sondakika .bx-pager .active {
    background-color: transparent;
    border-top: 5px solid #ff7900;
    color: #ff7900;
}
.bx-slider-sondakika img {
    width: 730px !important;
    max-width: none;
    display: block;
    object-fit: cover;
}

.bx-slider-sondakika .sondakika-title {
    position: absolute;
    margin-top: -80px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: rgba(0,0,0,.8) !important;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    padding: 5px 10px 5px 5px;
    display: none;
    width: auto !important
}

.bx-wrapper .bx-caption {
    background: linear-gradient(to bottom,rgb(0 0 0 / 0%) -50%,rgb(0 0 0 / 0%) 7%,#000 84%) !important;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 70px 10px 20px 10px
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-size: 26px;
    line-height: 125%;
    padding: 0 5px !important
}

.bx-wrapper .bx-caption span label {
    position: relative;
    padding: 0 5px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

#slogan, nav ul, nav ul li {
    display: block
}

#content {
    margin-top: 19px;
    font-family: arial
}

body, nav ul li {
    font-family: sans-serif,"Helvetica Neue",Helvetica,Arial
}

.mar-bot-10 {
    margin-bottom: 10px !important
}

.mar-bot-20 {
    margin-bottom: 20px !important
}

.mar-bot-30 {
    margin-bottom: 30px !important
}

.pad-hor-10 {
    padding: 0 10px !important
}

.pad-hor-15 {
    padding: 0 15px !important
}

.no-mar-pad {
    margin: 0 !important;
    padding: 0 !important
}

.no-mar-bot {
    margin-bottom: 0 !important
}

.pad-top-10 {
    padding-top: 10px !important
}

.pad-top-20 {
    padding-top: 20px !important
}

.pad-top-30 {
    padding-top: 30px !important
}

.pad-bot-10 {
    padding-bottom: 10px !important
}

.pad-lef-10 {
    padding-left: 10px !important
}

.pad-lef-20 {
    padding-left: 20px !important
}

a:hover {
    text-decoration: none
}

#header-container {
    background-color: #ff7900;
    margin-bottom: 15px
}

header {
    height: 70px;
    position: relative
}

#logo, #logoH {
    margin-top: 26px;
    display: inline-block;
    float: left
}

nav {
    float: left;
    margin-top: 3px !important;
    max-width: 716px;
    width: 100%;
}

    nav ul {
        margin-top: 36px;
        font-size: 16px;
        font-weight: 300;
        display: flex;
        justify-content: space-evenly;
        padding: 0 25px;
    }

nav ul li {
    float: left;
    margin: 0 6px
}
nav ul li > a {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px
}
nav ul li > a:active, nav ul li > a:focus, nav ul li > a:hover {
    color: #ff8b27;
    text-decoration: none
}

nav ul li > a.icon {
    background: url(../images/icon-liste.png) center left no-repeat;
    background-size: 14px;
    padding-left: 18px;
    margin-left: 5px;
    font-size: 15px
}

#searchBox-container {
    float: right;
    width: 130px;
    position: relative
}

#searchBox-container > .aramaFormu > input {
    width: 130px;
    height: 25px;
    margin-top: 35px;
    border-radius: 18px;
    Background: url(../images/icon-searcht2.png) no-repeat right 7px bottom 3px #ffc999;
    border: 0;
    padding: 0 28px 0 10px;
    outline: 0;
    background-size: 18px;
    background-color: white;
    float: right
}

#searchBox-container > .aramaFormu > #searchbtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    cursor: pointer
}

#slogan {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    text-align: right;
    width: 100%;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    opacity: .9
}

#content, #middle-top, .news-row {
    display: inline-block
}

.news-row > .news-item > .big-date, .news-row > .news-item > .date, .news-row > .news-item > .dot {
    text-align: center;
    position: absolute;
    width: 100%
}

#slogan > h1, #slogan > h2 {
    color: #fff !important
}

#slider {
    margin-bottom: 30px !important;
    width: 732px;
    float: left
}

#middle-top {
    width: 100%
}

aside {
    float: right;
    width: 300px
}

aside > div {
    margin-bottom: 30px
}

#content {
    width: 1056px
}

.news-row {
    min-height: 270px;
    margin-bottom: 40px;
    margin-left: 0
}

.news-row > .news-item {
    position: relative;
    width: 25%;
    height: 280px;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
    margin-bottom: 55px;
    border-bottom: 1px solid #ebebeb
}

#sliderM, .AnaMnst {
    margin-bottom: 30px;
    float: left
}

.news-row > .news-item > .wrapper::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 8px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 14px 0 14px;
    border-color: #ebebeb transparent transparent transparent;
    z-index: -1
}


#mtnews.news-row > .news-item > .wrapper::before {
    display: none;
}

.news-row > .news-item > .wrapper {
    height: 260px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px
}

    .news-row > .news-item > .wrapper > a {
        color: #424242;
        width: 100%;
        height: auto;
        display: inline-block !important;
        float: left;
        position: relative;
        margin-bottom: 8px;
    }

.news-row > .news-item > .wrapper > a:hover {
    color: #222;
    text-decoration: none
}

.news-row > .news-item > .wrapper > a > img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    /*max-width: 246px;*/
    min-height: 90px;
}

.detail-page .news-row > .news-item > .wrapper > a > img {
    clip-path: polygon( Calc(6% + 0px) 4px, Calc(6% + 0.4px) 2.25644042258373px, Calc(6% + 0.8px) 1.6px, Calc(6% + 1.2px) 1.14342862858286px, Calc(6% + 1.6px) 0.8px, Calc(6% + 2px) 0.535898384862246px, Calc(6% + 2.4px) 0.333939444035328px, Calc(6% + 2.8px) 0.184243194332217px, Calc(6% + 3.2px) 8.08164115469152E-02px, Calc(6% + 3.6px) 2.00502515735201E-02px, Calc(6% + 4px) 0px, Calc(100% - 4px) 0px, Calc(100% - 3.6px) 2.00502515735201E-02px, Calc(100% - 3.2px) 8.08164115469152E-02px, Calc(100% - 2.8px) 0.184243194332217px, Calc(100% - 2.4px) 0.333939444035328px, Calc(100% - 2px) 0.535898384862246px, Calc(100% - 1.6px) 0.8px, Calc(100% - 1.2px) 1.14342862858286px, Calc(100% - 0.8px) 1.6px, Calc(100% - 0.4px) 2.25644042258373px, Calc(100% - 4.44089209850063E-16px) 3.99999994039536px, 100% 5px, 100% 100%, 6% 100%, 6% 69%, 0 58%, 6% 46% );
}

.news-row > .news-item > .wrapper > a > span {
    display: block;
    background: #ebebeb;
    width: 100%;
    height: 168px;
    padding: 10px;
    overflow: hidden;
    font-weight: 400;
    border-radius: 0 0 4px 4px;
    font-size: 16px;
    line-height: 130%
}


.detail-page .news-row > .news-item > .wrapper > a::after {
    display: none
}

.news-row > .news-item > .dot {
    bottom: -25px;
    display: block;
    font-size: 42px;
    font-family: sans-serif;
    color: #f60 !important;
    padding-right: 24px
}
.news-row > .news-item > .dot.genel {
    color: black !important;
}
.news-row > .news-item > .big-date {
    bottom: 38px;
    display: block;
    font-size: 36px;
    color: #000 !important;
    padding-right: 24px;
}

.news-row > .news-item > .date {
    bottom: -30px;
    display: block;
    font-size: 16px;
    color: #f60 !important;
    padding-right: 24px
}

.news-row > .news-item > .cat-blue {
    color: #51aff9
}

.news-row > .news-item > .cat-red {
    color: #ff2529
}

.news-row > .news-item > .cat-green {
    color: #25dda7
}

.news-row > .news-item > .cat-gray {
    color: #828282
}

.news-row > .news-item > .cat-purple {
    color: purple
}

#sliderM {
    width: 630px;
    height: 350px
}

.AnaMnst {
    margin-top: 0
}

.mnsttxt, .mnsttxt:hover, .mnsttxt:visited {
    background-color: rgba(0,0,0,.8) !important;
    font-size: 26px;
    float: none !important;
    padding: 5px 10px 5px 0;
    white-space: pre-wrap;
    font-weight: 400;
    font-family: arial
}

.headlinesGaleri .itemsYeniDivic {
    margin: 0 0 20px 10px;
    border-left: 10px solid rgba(0,0,0,.8) !important;
    padding: 0
}

.headlinesGaleri .itemsYeniDivic a {
    margin-bottom: 20px;
    background-color: rgba(0,0,0,.8) !important;
    color: #fff;
    font-weight: 400 !important
}

.headlinesGaleri .itemsYeniDivic a:hover {
    color: #fff
}

.detay-content {
    width: 980px;
    margin: 0 auto
}

h1, h2 {
    color: #000
}

.content-container {
    width: 1076px !important;
    margin: 0 auto;
    padding: 0 10px
}

.Cntweather {
    margin-top: 30px
}

.Cntweather h1 {
    font-size: 15px;
    margin: 0 0 27px;
    float: left;
    background: url(/static/images/boxTitles_bg.png) right -98px no-repeat;
    float: left;
    height: 39px;
    padding-right: 25px;
    padding-top: 9px;
    padding-left: 5px;
    color: #fff
}

.detail-page {
    position:relative;
    font-family: sans-serif,helvatica,arial;
    width: 960px;
    margin: 0 auto;
}

.detail-page .detail-content {
    float: left;
    width: 640px
}

.detail-page .detail-content h1 {
    font-size: 34px;
    font-weight: 600;
    float: left;
    width: 640px;
    margin-bottom: 20px;
    line-height: 125%;
}

.detail-page .detail-content .sd-news-date {
    margin: 0 0 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #b1b1b1;
    float: left
}

.detail-page .detail-content h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
    color: #000 !important;
    line-height: 130%;
    word-break: break-word
}

.detail-page .detail-content > .relase-date {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    display: block;
    width: 100%;
    margin: 10px 0;
    color: #b1b1b1
}

.detail-page .detail-content > video {
    width: 100%;
    min-height: 350px;
    margin: 10px 0 20px;
    background-color: #000
}

.detail-page .detail-content .wrapper {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0
}

.detail-page .detail-content .wrapper p {
    line-height: 140%;
    word-break: break-word;
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
}

.detail-page .detail-content .wrapper p > img {
    margin-top: 10px;
    margin-bottom: 20px
}

.detail-page .detail-content .wrapper p img {
    float: none;
    display: block
}

.detail-page .detail-content a.spot {
    position: relative;
    display: block;
    background-color: #ebebeb;
    font-size: 18px;
    font-weight: 400;
    min-height: 100px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0;
    color: #282828;
    float: left;
    line-height: 1%
}

.detail-page .detail-content a.spot > span > img {
    width: 219px;
    height: 124px;
    object-fit: cover
}

.detail-page .detail-content a.spot > span.img {
    margin: 0 20px 0 0;
    display: inherit;
    float: left
}

.detail-page .detail-content a.spot > span.noimg {
    width: 5px;
    margin: 0 20px 0 0 !important;
    display: block;
    float: left;
    height: 100px
}

.detail-page .detail-content a.spot > span.text {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    padding-left: 0;
    line-height: 130%
}

.breadCrumbScope {
    position: relative;
    float: left;
    width: 100%;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin: 20px 0 10px 0;
}

.breadCrumbScope a {
    text-decoration: none;
    font-weight: 400 !important
}

.breadCrumbScope .breadCrumbText {
    position: relative;
    margin-bottom: 14px;
    color: #595859;
    line-height: 150%
}

.breadCrumbScope .breadCrumbText a {
    color: #595859 !important
}

.breadCrumbScope .breadCrumbText.active {
    color: #2d2d2d;
    font-weight: 700
}

.breadCrumbScope .breadRightArrow {
    position: relative;
    color: #d1d8e3;
    font-family: monospace;
    font-size: 20px;
    font-weight: 100;
    transform: translateY(-9px);
    vertical-align: bottom;
    line-height: 110%
}

.detail-page .detail-content > .breadcrumb {
    float: left;
    position: relative;
    width: 100%;
    margin: 10px 0
}

.detail-page .detail-content > .breadcrumb span {
    padding: 0;
    list-style: none;
    color: #595959;
    background: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400
}

.detail-page .detail-content > .breadcrumb a {
    color: #595959;
    font-size: 16px
}

.comment-container {
    padding: 0 20px 20px;
    background-color: #ebebeb;
    border-radius: 5px;
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    margin: 15px 0
}

.comment-container > h2 {
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0 10px 3px;
    float: left
}

.detail-page .form .form-row {
    margin-bottom: 10px;
    display: block;
    width: 100%
}

.detail-page .form .form-row .textarea-wrapper.cm-comment {
    position: relative
}

.detail-page .form .form-row .textarea-wrapper.cm-comment > textarea {
    display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
    height: 70px;
    border-radius: 5px;
    padding: 4px 6px;
    font-size: 16px;
    clear: left;
    outline: 0
}

.detail-page .form .form-row .textarea-wrapper.cm-comment > .count-result {
    position: absolute;
    right: 6px;
    font-size: 13px;
    margin-bottom: 10px;
    top: -17px
}

#prYorumKutu, .prYorumCvp {
    position: relative
}

#prYorumKutu .prYorumBlur .prYorumKadi {
    font-weight: 500;
    font-size: 16px
}

.prYorumCvp {
    float: left;
    width: 100%
}

.prYorumCvpKutu {
    width: calc(100% - 36px);
    float: right
}

.prYorumSonuc {
    display: none;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    background-color: #fff;
    height: 100%;
    padding: 4px;
    box-sizing: content-box
}

.prYorumSonuc.onay {
    border: solid 1px #53b26c
}

.prYorumSonuc.red {
    border: solid 1px #ff2800
}

.prYorumSonucic {
    width: 80%;
    height: 165px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center
}

.prYorumSnciimg {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 150%;
    margin-bottom: 10px
}

.prYorumSonuc.onay .prYorumSnciimg {
    border: solid 3px #53b26c;
    color: #53b26c
}

.prYorumSonuc.red .prYorumSnciimg {
    border: solid 3px #ff2800;
    color: #ff2800
}

.prYorumSonuc.onay .prYorumSnciimg:after {
    content: "✔"
}

.prYorumSonuc.red .prYorumSnciimg:after {
    content: "✖"
}

.prYorumSnciuyr {
    font-size: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px
}

.prYorumSonuc.onay .prYorumSnciuyr {
    color: #53b26c
}

.prYorumSonuc.red .prYorumSnciuyr {
    color: #ff2800
}

.prYorumSncisub {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 10px
}

.prYorumSncibtn {
    height: 33px;
    padding: 8px 23px 8px 35px;
    border: solid 1px #e5e5e5;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    margin: auto;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    position: relative
}

.prYorumSncibtn:before {
    border: solid #222;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    transform: rotate(135deg);
    position: absolute;
    top: 11px;
    left: 18px;
    content: ""
}

.prYorumSbb a {
    cursor: pointer
}

.prYorumTextpsf {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92857 5.17045H8.39286V3.50852C8.39286 1.57422 6.87054 0 5 0C3.12946 0 1.60714 1.57422 1.60714 3.50852V5.17045H1.07143C0.479911 5.17045 0 5.66673 0 6.27841V10.7102C0 11.3219 0.479911 11.8182 1.07143 11.8182H8.92857C9.52009 11.8182 10 11.3219 10 10.7102V6.27841C10 5.66673 9.52009 5.17045 8.92857 5.17045ZM6.60714 5.17045H3.39286V3.50852C3.39286 2.59215 4.11384 1.84659 5 1.84659C5.88616 1.84659 6.60714 2.59215 6.60714 3.50852V5.17045Z' fill='%23ABABAB'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 13px 7px;
    padding-left: 30px !important;
    border-left: solid 1px #e0e0e0 !important
}

.hbForm .hbTextarea::placeholder {
    color: #ababab;
    opacity: 1
}

.prYorumButonpsf {
    padding-right: 34px !important;
    background-image: url(/static/images/icon-login.svg);
    background-repeat: no-repeat;
    background-position: 127px 10px;
    background-size: 16px
}

header.content-container .prKullanici {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 52px;
    display: table;
    padding-top: 34px
}

header.content-container .prKullanici .prDKulIcon {
    color: #fff;
    padding: 5px 24px 5px 10px;
    border: 2px #fc9814 solid;
    border-radius: 20px;
    font-size: 11px;
    display: block;
    cursor: pointer;
    position: relative
}

.prDKulLogin:after {
    background: url(/static/images/icon-login.svg) no-repeat 0 0
}

.prDKulLogout:after {
    background: url(/static/images/icon-logout.svg) no-repeat 0 0
}

.prDKulIcon:after {
    content: "";
    width: 15px;
    height: 15px;
    top: 5px;
    right: 5px;
    position: absolute;
    display: inline-block
}

.detail-page .form .form-row .textinput-wrapper.cm-name {
    display: block;
    width: 100%;
    float: left
}

.detail-page .form .form-row .textinput-wrapper.cm-name > input {
    display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 40px;
    padding: 0 6px;
    font-size: 14px
}

.detail-page .form .form-row .button-wrapper.cm-submit {
    display: block;
    width: 166px;
    margin-top: 10px
}

.detail-page .form .form-row .button-wrapper.cm-submit > input {
    display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
    background-color: #ff8c28;
    border-radius: 5px;
    height: 40px;
    padding: 3px;
    font-size: 16px;
    color: #fff
}

.detail-page .comment-list {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
}

.detail-page .comment-list > li {
    display: block;
    float: left;
    list-style: none;
    font-size: 16px;
    margin: 5px 0;
    width: 100%
}

.detail-page .comment-list > li > .reply {
    display: inline-block;
    border-left: 3px solid #e1e1e1;
    margin: 0 0 0 60px;
    padding-left: 12px;
    width: 545px
}

.detail-page .comment-list > li .reply {
    margin: 0 0 0 35px !important;
    float: left;
    width: 90%
}

.detail-page .comment-list > li .title {
    color: #000;
    display: block;
    font-weight: 600;
    margin-bottom: 3px
}

.detail-page .comment-list > li .text {
    color: #000;
    display: block;
    line-height: 140%
}

.detail-page .comment-list > li .actions {
    display: block;
    text-align: right;
    margin: 15px 0
}

.detail-page .comment-list > li .actions > .txt-replay {
    color: #000;
    font-weight: 300;
    margin-right: 20px;
    font-size: 14px;
    cursor: pointer
}

.detail-page .comment-list > li .actions > .rate {
    display: inline-block;
    width: 48px;
    padding-left: 22px;
    text-align: left;
    color: #000;
    font-weight: 300;
    font-size: 14px
}

.detail-page .comment-list > li .actions > .rate.rate-up {
    background: url(/static/images/rate-up.png?v1) left center no-repeat;
    background-size: 14px;
    cursor: pointer
}

.detail-page .comment-list > li .actions > .rate.rate-down {
    background: url(/static/images/rate-down.png?v1) left center no-repeat;
    background-size: 14px;
    cursor: pointer
}

.detail-page .comment-list > li > .form {
    margin: 0 0 0 60px;
    padding-left: 12px
}

.detail-page .comment-list > li > .form > .form-row > .textinput-wrapper.cm-name {
    width: 363px
}

.detail-page .comment-list > li > .form > .form-row > .button-wrapper.cm-submit {
    width: 154px
}

.link-all-comments {
    color: #337ab7;
    display: block;
    width: 100%;
    text-align: left;
    margin: 5px 0 20px;
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    font-weight: 400;
    text-decoration: underline;
    font-size: 16px
}

.link-all-comments:hover {
    font-weight: 400 !important
}

.detail-page > aside {
    min-height: 500px
}

.detail-page .news-row {
    height: auto;
    width: 416px;
    background: url(/static/images/bg-asidey.png) 50px repeat-y
}

.detail-page .news-row > .news-item {
    width: 246px;
    height: auto;
    float: right;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    border:0;
}

.detail-page .news-row > .news-item:last-child {
    margin-right: 0
}

.detail-page .news-row > .news-item > .wrapper {
    background: 0;
    height: auto;
    position: relative;
    display: inline-block;
    width: 246px;
    overflow: hidden
}

.detail-page .news-row > .news-item > .wrapper > a {
    color: #424242
}

.detail-page .news-row > .news-item > .wrapper > a:hover {
    color: #222;
    text-decoration: none
}

.detail-page .news-row > .news-item > .big-date, .detail-page .news-row > .news-item > .date, .detail-page .news-row > .news-item > .dot {
    position: absolute;
    color: #ff9130;
    display: block;
    text-align: center
}

    .detail-page .news-row > .news-item > .wrapper > a > span {
        display: block;
        background: #ebebeb;
        width: 232px;
        height: auto;
        padding: 10px;
        overflow: hidden;
        border-radius: 0 0 4px 4px !important;
        margin-left: 14px;
        line-height: 135%;
        padding-bottom: 15px;
    }

.detail-page .news-row > .news-item > .dot {
    top: 47px;
    width: 20px;
    font-size: 42px;
    font-family: sans-serif;
    left: -29px;
    height: 40px;
    z-index: 9;
}

.detail-page .news-row > .news-item > .big-date {
    bottom: 38px;
    width: 100%;
    font-size: 36px
}

.detail-page .news-row > .news-item > .kalip {
    position: absolute;
    top: -1px;
    left: -21px;
    background: url(/static/images/kalipy.png) 0 20px rgba(0,0,0,0);
    width: 35px;
    height: 142px;
    z-index: 9999
}

.category-page > aside > .bio, .search-page > aside > .bio {
    Background-color: #ebebeb;
    color: #484848
}

.detail-page .news-row > .news-item > .date {
    top: 60px;
    width: 45px;
    font-size: 16px;
    left: -73px
}

.detail-page .news-row > .news-item > .cat-blue {
    color: #51aff9
}

.detail-page .news-row > .news-item > .cat-red {
    color: #ff2529
}

.detail-page .news-row > .news-item > .cat-green {
    color: #25dda7
}

.detail-page .news-row > .news-item > .cat-gray {
    color: #828282
}

.detail-page .news-row > .news-item > .cat-purple {
    color: purple
}

.related-tweets > .wrapper {
    border: 2px solid #ebebeb;
    border-radius: 0 0 5px 5px;
    border-top: 0
}

.related-tweets > .wrapper > .item {
    padding: 10px 10px 10px 65px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    color: #272727
}

.related-tweets > .wrapper > .item:last-child {
    border-bottom: 0
}

.related-tweets > .wrapper > .item > .img-profile {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 39px;
    height: 39px;
    overflow: hidden
}

.related-tweets > .wrapper > .item > .head {
    display: block;
    width: 100%;
    color: #272727
}

.related-tweets > .wrapper > .item > .content > a, .related-tweets > .wrapper > .item > .head > .account, .related-tweets > .wrapper > .item > .head > .profile {
    color: #b1b1b1
}

.related-tweets > .wrapper > .item > .head > .date {
    color: #b1b1b1;
    float: right
}

.related-tweets > .wrapper > .item > .content > img {
    width: 100%
}

#mesaj {
    float: left
}

.cwht {
    color: #fff !important
}

.cwht2 {
    color: #b9b9c8 !important
}

.sehirHavaDurumu a.tahminLink {
    height: 31px;
    width: 220px
}

.paperlist-page > h1 {
    font-size: 36px;
    color: #272727;
    border-bottom: 1px solid #272727;
    padding-bottom: 10px;
    margin-bottom: 65px;
    width: 100%;
    font-weight: 400;
    float: left;
    font-family: sans-serif,"Helvetica Neue",Helvetica,Arial
}

.paperlist-page > ul.newspapers {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block
}

.paperdetail-page > h1, .paperdetail-page > h2 {
    margin-top: 10px;
    font-family: sans-serif,"Helvetica Neue",Helvetica,Arial;
    color: #272727
}

.category-page > h1, .paperdetail-page > h1, .paperdetail-page > h2 {
    padding-bottom: 10px;
    float: left
}

.paperlist-page > ul.newspapers > li {
    list-style: none;
    width: 180px;
    margin-right: 112px;
    float: left;
    margin-bottom: 50px;
    height: 330px
}

.paperlist-page > ul.newspapers > li:nth-of-type(4n+0) {
    margin-right: 0
}

.paperlist-page > ul.newspapers > li > a > span.brand {
    font-size: 18px;
    font-weight: 300;
    color: #272727;
    display: inline-block;
    margin-bottom: 4px;
    min-height: 45px
}

.paperdetail-page > h1 {
    font-size: 36px;
    margin-bottom: 20px;
    width: 100%
}

.paperdetail-page > h2 {
    font-size: 18px;
    margin-bottom: 55px;
    width: 100%
}

.paperdetail-page > table {
    border-collapse: collapse;
    border: 0;
    width: 100%;
    margin-bottom: 20px
}

.paperdetail-page > table tr td a {
    color: #272727;
    font-size: 16px;
    float: left;
    height: 23px;
    font-weight: 400
}

.paperdetail-page > table tr td a.active {
    font-size: 16px;
    color: #ff8300
}

ul.newspaper-list {
    margin: 20px 0;
    float: left
}

ul.newspaper-list li {
    float: left;
    width: 20%;
    list-style: none;
    margin-top: 10px
}

ul.newspaper-list li.active a {
    color: #ff8301
}

ul.newspaper-list li a {
    font-size: 16px;
    font-weight: 400
}

.category-page > h1 {
    font-size: 36px;
    color: #272727;
    margin-bottom: 35px;
    width: 100%
}

.category-page > aside {
    width: 310px;
    float: left;
    padding: 0 5px
}

.category-page > aside ul.news-list {
    padding: 0;
    display: inline-block;
    background-color: #fff
}

.category-page > aside ul.news-list li {
    display: block;
    margin-bottom: 40px;
    width: 300px;
    overflow: hidden
}

.category-page > aside ul.news-list li a {
    display: block
}

.category-page > aside ul.news-list li a img {
    display: inherit !important;
    width: 300px;
    height: auto;
    object-fit: cover
}

.category-page > aside ul.news-list li a > span.title {
    display: block;
    background-color: #252525;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 6px 10px
}

.category-page > main {
    width: 100%;
    max-width: 720px
}

.category-page > main > ul.news-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%
}

.category-page > main > ul.news-list li {
    display: block;
    position: relative;
    margin: 0 0 50px;
    padding: 0 0 0 80px;
    color: #484848;
    float: left;
    width: 100%
}

.category-page > main > ul.news-list li::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: absolute;
    left: 0;
    bottom: -20px
}

.category-page > main > ul.news-list li:last-child::after {
    display: none
}

.category-page > main > ul.news-list li > .hour {
    width: 80px;
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: #f60;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 5px;
}

.category-page > main > ul.news-list li > .date {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #acacac;
    position: absolute;
    top: -20px;
    left: 5px;
    font-family: sans-serif
}

.category-page > main > ul.news-list li > a.content {
    color: #484848
}

.category-page > main > ul.news-list li > a > img, .category-page > main > ul.news-list li > img {
    margin-bottom: 4px;
    width: 246px;
    height: 140px;
    max-height: 140px;
    object-fit: cover;
    margin-right: 30px;
}

    .category-page > main > ul.news-list li > a > .title {
        font-size: 20px;
        font-weight: 600;
        max-width: 340px;
        color: #000;
        display: block;
        margin-bottom: 10px;
        line-height: 130%;
    }

.category-page > main > ul.news-list li > .spot {
    font-size: 16px;
    font-weight: 400;
    display: inherit;
    color: #666;
    word-wrap: break-word;
    word-break: break-word
}

.category-page > main > ul.news-list li > a.content > .spot:hover {
    text-decoration: none !important
}

.category-page .paginate {
    text-align: center;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    margin-bottom: 30px
}

.category-page .paginate > a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    margin: 0 2px;
    color: #ff8400;
    background-color: #fff;
    border: 2px solid #ff8400
}

.category-page .paginate > a.active {
    background-color: #ff8400;
    color: #fff;
    border: 1px solid #ff8400
}

.search-page > main > ul.news-list li > .date {
    position: absolute;
    top: 0;
    left: 0
}

.search-page > main > ul.news-list li > img {
    float: right;
    margin-left: 10px;
    margin-bottom: 4px
}

.search-page > main > ul.news-list li > a > .title {
    font-size: 22px;
    font-weight: 400
}

.search-page > main > ul.news-list li > .spot {
    font-size: 18px;
    font-weight: 400;
    display: inherit
}

.search-page > h1 {
    font-size: 36px;
    color: #272727;
    border-bottom: 1px solid #272727;
    padding-bottom: 10px;
    margin-bottom: 35px
}

.category-page > aside > .bio > .detail, .search-page > aside > .bio > .detail {
    padding: 10px 10px 20px
}

.search-page > aside {
    width: 300px;
    float: left
}

.search-page > aside > .bio > img {
    max-width: 100%
}

.search-page > aside > .bio > .detail > table {
    font-size: 16px;
    margin-bottom: 10px
}

.search-page > aside > .bio > .detail > table span.title {
    font-size: 24px;
    margin-bottom: 5px;
    display: block
}

.search-page > aside > .bio > .detail > .content {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    display: inline
}

.category-page > aside > .bio > a > img {
    max-width: 100%;
    margin: 10px
}

.category-page > aside > .bio > .detail > table {
    font-size: 16px;
    margin-bottom: 20px !important
}

.category-page > aside > .bio > .detail > table span.title {
    font-size: 24px;
    margin-bottom: 5px;
    display: block
}

.category-page > aside > .bio > .detail > .content {
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    display: inline
}

.search-page > main {
    width: 640px;
    float: right
}

.search-page > main > ul.news-list {
    display: inline-block;
    margin: 0;
    padding: 0
}

.search-page > main > ul.news-list li {
    display: block;
    position: relative;
    margin: 0 0 50px;
    padding: 0;
    color: #484848;
    float: left
}

.search-page > main > ul.news-list li > .date {
    width: 80px;
    float: left;
    font-size: 22px;
    font-weight: 400;
    color: #ff7900;
    padding-left: 5px
}

.search-page > main > ul.news-list li > a.content {
    display: block;
    float: left;
    width: 560px;
    color: #484848
}

.search-page > main > ul.news-list li > a.content > img {
    float: right;
    margin-left: 10px;
    margin-bottom: 4px
}

.search-page > main > ul.news-list li > a.content > .title {
    font-size: 22px
}

.search-page > main > ul.news-list li > a.content > .spot {
    font-size: 18px
}

.rlnk {
    margin: 20px 0 10px 15px;
    float: left;
    width: 100%
}

.rlnk > ul {
    font-size: 16px;
    list-style-type: square
}

.rlnk > ul li > a {
    font-size: 18px;
    font-weight: 400;
    color: #282828;
    padding-top: 0;
    display: block
}

.footer > .fwrapper, .paging li, .paging ul {
    display: inline-block
}

.nav1 {
    font-size: 13px
}

.haberDetay .haberDetaySolVideo {
    float: left;
    margin: 0 15px 15px 0;
    width: 404px
}

#videoplayer .ilgili_videolar {
    margin: 25px 0 0 32px;
    width: 120px;
    height: 132px;
    float: left
}

.sagMsnt, .solMsnt {
    width: 20px;
    height: 38px;
    position: absolute;
    top: 140px;
    z-index: 9999999;
    cursor: pointer
}

#videoplayer .ilgili_videolar img {
    margin: 0 0 7px !important;
    border: 0 !important;
    padding: 0 !important
}

#videoplayer .ilgili_videolar span {
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
    font-weight: 400
}

#habermetni a:active {
    font-weight: inherit !important
}

.solMsnt {
    background: url(/static/images/yssol.png) no-repeat rgba(0,0,0,0);
    left: 10px
}

.sagMsnt {
    background: url(/static/images/yssag.png) no-repeat rgba(0,0,0,0);
    right: 10px
}

.clrb {
    clear: both
}

.mt5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.w860 {
    width: 860px !important
}

.w960 {
    width: 960px !important
}

.w830 {
    width: 830px !important
}

.w820 {
    width: 820px !important
}

.w810 {
    width: 810px !important
}

.fr {
    float: right !important
}

.w350 {
    width: 350px !important
}

.w340 {
    width: 340px !important
}

.w360 {
    width: 360px !important
}

.w970-middle {
    width: 970px !important;
    margin: 0 auto;
    position: relative
}

.footer {
    font-family: Arial;
    width: 100%;
    height: 210px;
    background-color: #2c2d31;
    overflow: hidden;
    text-align: center;
    margin: 50px auto 0;
    color: #fff;
    float: left
}

.footer > .fwrapper {
    width: 1076px;
    height: 210px;
    vertical-align: top;
    text-align: left;
    padding: 0 10px
}

.footer > .fwrapper > .fwrapperIn {
    width: 1050px;
    height: 210px;
    position: relative
}

.footer > .fwrapper > .fwrapperIn > .fwrapperInIn {
    position: absolute;
    width: 202px;
    top: 38px;
    left: 0
}

.footer > .fwrapper > .fwrapperIn > .title {
    position: absolute;
    width: 202px;
    top: 82px;
    left: 0;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.footer > .fwrapper > .fwrapperIn > .links {
    position: absolute;
    width: 202px;
    top: 108px;
    left: 0;
    color: #f70;
    font-size: 11px;
    text-align: center
}

.footer > .fwrapper > .fwrapperIn > .links > a {
    color: #f70
}

.footer > .fwrapper > .fwrapperIn > ul {
    position: absolute;
    list-style: none;
    top: 45px;
    left: 230px;
    padding: 0;
    margin: 0;
    width: 100%
}

.footer > .fwrapper > .fwrapperIn > ul > li {
    padding-left: 10px;
    font-size: 13px;
    float: left
}

.footer > .fwrapper > .fwrapperIn > ul > li > a {
    color: #f70;
    text-decoration: none
}

.footer > .fwrapper > .fwrapperIn > .here {
    color: #b9b9c8;
    position: absolute;
    top: 125px;
    left: 240px;
    width: 635px;
    font-size: 12px;
    font-weight: 700
}

.footer > .fwrapper > .fwrapperIn > .info {
    color: #b9b9c8;
    position: absolute;
    top: 75px;
    left: 240px;
    width: 650px;
    font-size: 11px
}

.footer > .fwrapper > .fwrapperIn > .ticket {
    position: absolute;
    top: 185px;
    right: 0;
    font-size: 12px;
    font-weight: 700
}

.footer > .fwrapper > .fwrapperIn > .ticket > a {
    font-weight: 400;
    color: #b9b9c8;
    text-decoration: none
}

.tplmyrm {
    text-align: right;
    padding-right: 30px;
    padding-top: 10px
}

.paging {
    width: 100%;
    text-align: center
}

.paging ul {
    margin: auto
}

.paging li {
    width: 32px;
    height: 32px;
    text-align: center;
    margin: 5px
}

.paging ul li a {
    border-radius: 16px;
    color: #ff8400;
    background-color: #fff;
    border: 2px solid #ff8400;
    display: block
}

.paging ul li.current-page a {
    border-radius: 16px;
    color: #fff;
    background-color: #ff8400;
    border: 2px solid #ff8400;
    display: block
}

.hbMsg {
    margin: 10px 0;
    float: right;
    padding: 5px;
    font-size: 12px
}

.hbMsg.hbmsgOK {
    display: inline-block;
    background-color: #b9f0bd;
    color: #000
}

.hbMsg.hbmsgError {
    display: inline-block;
    background-color: red;
    color: #fff
}

.sehirHavaDurumu, .sehirHavaDurumu .kutu_alt, .sehirHavaDurumu .kutu_alt span, .sehirHavaDurumu .kutu_ic {
    background-image: url(/static/images/box_weather_bg.png)
}

.sehirHavaDurumu {
    clear: none;
    float: left !important;
    margin-right: 16px;
    width: 228px
}

.sehirHavaDurumu.detay, .sehirHavaDurumu.detay .kutu_ic {
    background-image: url(/static/images/box_framed_bg.png)
}

.sehirHavaDurumu.detay {
    clear: both;
    float: none;
    margin-right: 0;
    width: auto
}

.sehirHavaDurumu h3.sicaklik {
    color: #000;
    float: left;
    font-size: 31px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 183px;
    text-align: right;
    z-index: 1
}

.sehirHavaDurumu.detay h3.sicaklik {
    background: url(/static/images/weatherData_bg.png) right bottom no-repeat;
    float: left;
    height: 50px;
    position: static;
    text-align: center;
    width: 130px;
    margin: -15px 0 0 -15px;
    padding: 15px 15px 0 0
}

.sehirHavaDurumu.detay h3.sicaklik span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 6px
}

.sehirHavaDurumu .icon {
    right: 10px;
    position: absolute;
    top: 10px;
    z-index: 2
}

.sehirHavaDurumu.detay .icon {
    float: left;
    left: 20px;
    top: 130px
}

.sehirHavaDurumu.detay .veriler {
    clear: none;
    float: left;
    display: flex;
}

.sehirHavaDurumu.detay .ek_veriler {
    clear: none;
    float: left;
    margin: 10px 0 0 10px;
    position: relative
}

.sehirHavaDurumu table {
    width: 100%
}

.sehirHavaDurumu.detay table {
    width: 280px
}

.sehirHavaDurumu table tr {
    height: 30px
}

.sehirHavaDurumu table th {
    color: #000;
    font-family: Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left
}

.sehirHavaDurumu.detay .ek_veriler table th {
    width: 100px
}

.sehirHavaDurumu th span {
    float: right
}

.ie6 .sehirHavaDurumu th span, .ie7 .sehirHavaDurumu th span {
    margin-top: -2.2em
}

.sehirHavaDurumu table td.veri {
    color: #f60;
    font-family: Arial,sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding-left: 12px;
    text-align: left
}

.sehirHavaDurumu table td.veri div.metre {
    background: #fff;
    border: 1px solid #ccc;
    height: 6px;
    left: 160px;
    padding: 1px;
    position: absolute;
    top: 7px;
    width: 100px
}

.sehirHavaDurumu table td.veri div.metre span {
    background: #f60;
    border-top: 3px solid #f90;
    border-bottom: 3px solid #f60;
    height: 0;
    float: left;
    width: 50%
}

.sehirHavaDurumu table td.yarin {
    color: #999;
    font-size: 10px;
    padding-left: 18px;
    text-align: left;
    width: 65px
}

.sehirHavaDurumu table td.yarin.artacak {
    background: url(/static/images/icons/ico_increase.png) 0 5px no-repeat
}

.sehirHavaDurumu table td.yarin.dusecek {
    background: url(/static/images/icons/ico_decrease.png) 0 5px no-repeat
}

.sehirHavaDurumu a.tahminLink {
    background: url(/static/images/weather_footerLink_bg.png) right bottom no-repeat;
    bottom: 0;
    color: #000;
    font-weight: 400;
    position: absolute;
    right: 0;
    text-align: right;
    padding: 9px 15px 6px 0
}

.sehirHavaDurumu a.tahminLink:hover {
    color: #f60
}

.haftalikHavaDurumu table {
    margin-bottom: 20px;
    width: 100%;
}

.haftalikHavaDurumu table tr {
    background: url(/static/images/dot.png) 0 bottom repeat-x
}

.haftalikHavaDurumu table th {
    color: #000;
    font-family: Arial,sans-serif;
    font-size: 15px;
    height: 20px;
    padding-bottom: 15px;
    text-align: left
}

.haftalikHavaDurumu table td {
    color: #333;
    font-family: Arial,sans-serif;
    font-size: 15px;
    height: 36px;
    padding-top: 10px
}

.haftalikHavaDurumu table td img {
    margin-right: 10px;
    vertical-align: top;
    margin-top: -10px
}

.haftalikHavaDurumu table td strong {
    display: block
}

.sehirHavaDurumu.detay .veriler .pry {
    background: 0 0 !important;
    margin: 10px -20px 25px 0 !important;
    padding-right: 0 !important
}

.sehirler .sehirListesi {
    list-style: none;
    padding: 0 0 60px
}

.sehirler .sehirListesi li {
    float: left;
    width: 104px;
    font-size: 12px
}

.sehirler .sehirListesi li a {
    color: #000;
    display: block;
    height: 20px;
    margin-left: 15px;
    width: 85px
}

.sagSutun .sehirListesi {
    float: left;
    list-style: none;
    width: 160px
}

.sagSutun .sehirListesi li {
    height: 20px
}

.sagSutun .sehirListesi li a {
    color: #000
}

.sehirListesi li a:hover {
    color: #f60
}

.kutu {
    background: url(/static/images/box_bg.png) right -10px no-repeat;
    height: 1%;
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
}

.kutu .kutu_ic {
    background: url(/static/images/box_bg.png) left -10px no-repeat;
    margin-right: 15px;
    display: flex;
    width: auto;
    flex-direction: column;
}

.kutu .baslik {
    background: url(/static/images/boxTitles_bg.png) no-repeat;
    height: 39px;
    margin-right: -15px;
    padding-left: 13px
}

.kutu .baslik img.icon {
    float: left;
    margin-right: 7px;
    margin-top: 2px
}

.kutu .baslik h2 {
    background: url(/static/images/boxTitles_bg.png) right -98px no-repeat;
    color: #fff;
    float: left;
    height: 39px;
    padding-right: 25px;
    padding-top: 11px
}

.kutu .baslik.gri {
    background-position: left -147px;
    height: 33px
}

.kutu .baslik.gri h2 {
    background: url(/static/images/boxTitles_bg.png) right -233px no-repeat;
    font-size: 15px;
    height: 33px;
    padding-right: 35px;
    padding-top: 5px
}

.kutu.genisBaslik .baslik h2 {
    background-position: right -49px;
    float: none
}

.kutu.genisBaslik .baslik.gri h2 {
    background-position: right -190px
}

.kutu .icerik .baslik {
    clear: both;
    margin-left: -15px
}

.kutu .icerik .baslik h2 {
    background-position: right -98px;
    float: left
}

.kutu .icerik .baslik.gri h2 {
    background-position: right -233px;
    float: left
}

.kutu.yuksekBaslik .baslik {
    background-position: 0 -276px;
    height: 36px
}

.kutu.yuksekBaslik .baslik h2 {
    background-position: right -276px;
    font-size: 11px !important;
    height: 33px;
    padding: 4px 27px 0 8px;
    text-align: center;
    width: 190px
}

.kutu .icerik {
    padding: 15px 0 10px 25px;
    width: auto;
}

.kutu .icerik .icerikalt {
    width: 100px;
    height: 38px
}

.kutu .icerik .icerikalt b {
    font-size: 16px;
    color: #000
}

.kutu .kutu_alt {
    background: url(/static/images/box_bg.png) left -5px no-repeat;
    clear: both;
    height: 5px;
    position: relative
}

.kutu .kutu_alt span {
    background: url(/static/images/box_bg.png) right -5px no-repeat;
    display: block;
    height: 5px;
    position: absolute;
    right: -15px;
    top: 0;
    width: 15px
}

.ie6 .kutu .kutu_alt span {
    right: -16px
}

.kutu.cerceveli, .kutu.cerceveli .kutu_alt, .kutu.cerceveli .kutu_alt span, .kutu.cerceveli .kutu_ic {
    background-image: url(/static/images/box_framed_bg.png)
}

.kutu.cerceveli .icerik {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    margin: 0 -15px 0 0
}

.m0 {
    margin: 0 !important
}

.solSutun {
    float: left;
    margin-right: 10px;
    width: 640px;
    min-height: 800px;
    display: flex;
    flex-direction: column;
}

.w750 {
    width: calc(100% - 228px);
}

.sagSutun {
    background: url(/static/imagesrightCol_box_bg.png) center 0 repeat-y;
    margin-bottom: 30px;
    width: 190px;
    float: right
}

.mt15 {
    margin-top: 15px
}

.f11 {
    font-size: 11px !important
}

.sehirHavaDurumu .veriler {
    margin: 10px 10px 0 0 !important;
    padding-right: 10px
}

.sehirHavaDurumu .mbt5veriler {
    margin: 10px 10px 0 0 !important
}

.prytbl {
    width: 100%;
    margin-left: 75px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial,sans-serif
}

.prytd {
    padding-top: 4px;
    width: 30px
}

.turuncu {
    color: #333 !important;
    font-weight: 400 !important
}

.w740 {
    width: 740px !important
}

.p0 {
    padding: 0 !important
}

.veriperp {
    margin: 10px -20px 25px 0 !important
}

.lctnlst {
    float: left;
    width: 80px;
    margin: 20px 0 0;
    font-size: 14px
}

.lctnlst a {
    font-weight: 500 !important
}

.yty .lctnlst {
    width: 130px !important
}

.haberler {
    clear: both;
    display: inline-block;
    height: 1%;
    list-style: none;
    margin: 0;
    padding: 0
}

.haberler.listeGorunum li.haber {
    background: url(/static/images/bullet_orange.png) 0 4px no-repeat;
    clear: both;
    margin-bottom: 15px;
    padding: 0 0 0 15px
}

.haberler.listeGorunum {
    margin: 10px
}

.havadurumuIlHaber {
    margin-left: 15px
}

.mbt50 {
    margin: 50px 0 !important
}

.wthdty {
    padding: 15px 0 23px 25px !important;
    margin-bottom: 20px;
    float: left
}

.nmzmn {
    margin: 34px 0 35px 18px !important
}

.hakkimizda, .iletisim {
    clear: both
}

.hakkimizda .icerik, .iletisim .icerik {
    padding-top: 5px
}

.hakkimizda p, .iletisim p {
    font-size: 13px;
    margin-bottom: 15px
}

.hakkimizda h3 {
    margin-bottom: 5px
}

.hakkimizda strong {
    color: #000
}

.hakkimizda ul.liste li {
    margin-bottom: 20px
}

.iletisimFormu {
    clear: both;
    display: block;
    width: 600px
}

    .iletisimFormu label {
        clear: both;
        color: #000;
        float: left;
        font-size: 13px;
        font-weight: 700;
        height: 27px;
        margin: 0 0 15px;
        position: relative;
        width: 150px;
        line-height: 27px;
    }

.iletisimFormu label span {
    float: right
}

.ie6 .iletisimFormu label span, .ie7 .iletisimFormu label span {
    margin-top: -27px
}

.iletisimFormu label span.bilgi {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    float: none;
    left: 495px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 400px
}

.bollsagalt, .manset-container .slick-slide {
    position: relative
}

.iletisimFormu input, .iletisimFormu select, .iletisimFormu textarea {
    border: 1px solid #ccc;
    margin: 0 0 15px 25px;
    padding: 5px;
    width: 300px
}

.iletisimFormu label.button input {
    float: none;
    width: auto
}

.iletisimFormu input[type=checkbox] {
    width: auto !important;
    appearance: auto;
    margin: -3px 3px 0 25px;
    -webkit-appearance: checkbox !important
}

ul.liste {
    list-style-position: outside;
    list-style-image: url(/static/images/bullet_orange.png);
    margin-left: 25px
}

.w450 {
    width: 450px !important
}

.mr30 {
    margin-right: 30px !important
}

.fl {
    float: left !important
}

input.button, label.button input {
    background: url(/static/images/button_bg.png) no-repeat;
    border: 0;
    color: #fff;
    cursor: pointer;
    height: 27px;
    margin: 0;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 15px;
    font-family: Arial,sans-serif;
    padding: 0 17px
}

.iletisimFormu label.button {
    clear: both;
    float: none;
    margin-left: 175px;
    width: auto
}

.invalid, .valid {
    margin: 15px 0 20px;
    font-size: 15px;
    float: left
}

label.button {
    background: url(/static/images/button_bg.png) right -27px no-repeat;
    display: inline-block
}

.valid {
    color: green
}

.invalid {
    color: #d00
}

.bollsolalt {
    float: left;
    width: 630px;
    margin-top: 5px
}

.bollsagalt {
    height: 90px;
    float: right;
    width: 250px
}

.lnkSeo {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

.lnkSeo a {
    font-size: 15px|;
    color: #595859;
    font-weight: 400
}

.lnkSeo a:hover {
    text-decoration: underline
}

.gsc-cursor-box {
    text-align: center !important;
    font-size: 18px !important
}

.manset-container .slick-slide > a:nth-of-type(1) > span, .manset-container .slick-slide > a:nth-of-type(2) > span {
    background: rgba(0,0,0,.8) !important;
    padding: 5px 10px;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    font-family: arial;
    max-width: 600px;
    white-space: pre-wrap
}

.gsc-tabHeader {
    overflow: hidden !important
}

.gsc-selected-option-container {
    width: auto !important
}

.manset-container {
    width: 621px;
    height: 350px;
    float: left;
    overflow: hidden;
    margin-bottom: 50px
}

.manset-container * {
    outline: 0
}

.manset-container .slick-track {
    height: 323px
}

.manset-container .slick-slide > a:nth-of-type(1) {
    display: inline-block;
    outline: 0;
    width: 100%;
    height: 320px
}

.manset-container .slick-slide > a:nth-of-type(1) > span {
    display: inline;
    position: relative;
    z-index: 9;
    bottom: 90px;
    left: 10px
}

.manset-container .slick-slide > a:nth-of-type(2) {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: 600px;
    padding: 5px 10px
}

.manset-container > .slick-next, .manset-container > .slick-prev {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    color: transparent;
    text-indent: 9999px;
    font-size: 0;
    width: 76px;
    height: 88px;
    top: 115px;
    z-index: 999;
    outline: 0
}

.manset-container > .slick-prev {
    left: 0;
    background-image: url(/static/images/yssol.png);
    background-position: left 10px center
}

.manset-container > .slick-next {
    right: 0;
    background-image: url(/static/images/yssag.png);
    background-position: right 10px center
}

.manset-container .slick-dots {
    display: inline-block;
    width: 100%;
    margin: -3px 0 0;
    padding: 0
}

.manset-container .slick-dots > li {
    display: inline-block;
    width: 27px;
    text-align: center;
    margin: 0;
    padding: 0
}

.manset-container .slick-dots > li.last {
    width: 53px;
    float: right
}

.manset-container .slick-dots > li.slick-active > button {
    background: #000;
    color: #d2d2d2;
    border-top: 5px solid #000
}

.manset-container .slick-dots > li > button {
    display: block;
    width: 27px;
    height: 34px;
    background: #fff;
    outline: 0;
    padding: 0 0 6px;
    color: #d2d2d2;
    border: 0;
    border-top: 5px solid #d2d2d2;
    font-family: sans-serif,'Helvetica Neue',Helvetica,Arial;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.itemsYeniDiv {
    bottom: 0;
    height: auto;
    min-height: 42px;
    position: absolute;
    width: 610px
}

.itemsYeniDivic {
    margin: 0 0 20px 10px
}

.itemsYeniDivic > a {
    margin-bottom: 20px;
    background-color: rgba(0,0,0,.8) !important;
    color: #fff;
    font-size: 26px;
    float: none !important;
    padding: 5px 10px 5px 0;
    white-space: pre-wrap;
    font-weight: 400;
    font-family: arial
}

.itemsYeniDivic a:hover {
    color: #fff
}

.keyword-sd {
    font-weight: 600 !important;
    color: #000;
    display: -webkit-inline-box;
}

.secim-banner-div {
    text-align: center;
    margin-bottom: 17px
}

.secim-banner-div .secim-banner-div-title {
    position: absolute;
    left: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    text-align: left
}

.secim-banner-div .secim-banner-div-title .first-secim {
    padding-left: 26px;
    padding-top: 13px;
    color: #fff;
    font-size: 36px
}

.secim-banner-div .secim-banner-div-title .second-secim {
    padding-left: 26px;
    padding-top: 13px;
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.secim-banner-div .secim-banner-div-title .second-secim .secim-sayac {
    font-size: 26px
}

.social-links a {
    margin-right: 10px
}

.category-page > main > ul.news-list li > .news-detail {
    font-size: 14px;
    font-weight: 400;
    display: inherit;
    color: #333;
    word-wrap: break-word;
    word-break: break-word
}

.category-page > main > ul.news-list li > .news-detail.news-column {
    width: 340px;
    line-height: 140%
}

.sd-box {
    margin-top: 40px;
    display: inline-block
}

.sd-news-date {
    font-size: 13px;
    font-family: sans-serif;
    color: #5b5b5b;
    margin-top: 5px
}

.sd-image, .sd-image-text {
    display: inline-block;
    margin-top: 10px;
    line-height: 140%
}

.sd-image-text a, .sd-image-text a:active, .sd-image-text a:focus, .sd-image-text a:visited {
    color: #333;
    font-weight: 700
}

.sd-box-count {
    display: inline-block;
    background: #ff7900;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 10px;
    box-sizing: border-box;
    float: left
}

.sd-box-title {
    float: left;
    padding: 0 10px;
    font-weight: 500;
    font-size: 16px;
    width: 595px;
    font-weight: 700
}

.sd-image-text {
    font-size: 18px
}

.sd-image {
    width: 100%;
    max-width: 640px;
    overflow: hidden
}

.haberResim.sd-box:last-child {
    margin-bottom: 50px
}

@keyframes selectionSharerPopover-animation {
    0% {
        transform: matrix(.97,0,0,1,0,12);
        opacity: 0
    }

    20% {
        transform: matrix(.99,0,0,1,0,2);
        opacity: .7
    }

    40% {
        transform: matrix(1,0,0,1,0,-1);
        opacity: 1
    }

    100%,70% {
        transform: matrix(1,0,0,1,0,0);
        opacity: 1
    }
}

#selectionSharerPopover {
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: 1010
}

#selectionSharerPopover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #262625;
    box-shadow: 0 0 2px #262625
}

#selectionSharerPopover.anim {
    transition: top 75ms ease-out;
    animation: selectionSharerPopover-animation 180ms forwards linear;
    -webkit-animation: selectionSharerPopover-animation 180ms forwards linear
}

#selectionSharerPopover-inner {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    border-color: #262625 #1c1c1b #121211;
    box-shadow: 0 1px 3px -1px rgba(0,0,0,.7),inset 0 0 1px rgba(255,255,255,.07),inset 0 0 2px rgba(255,255,255,.15);
    background-image: linear-gradient(to bottom,rgba(49,49,47,.97),#262625);
    background-repeat: repeat-x
}

#selectionSharerPopover .selectionSharerPopover-clip {
    position: absolute;
    bottom: -11px;
    display: block;
    left: 50%;
    clip: rect(12px 24px 24px 0);
    margin-left: -12px;
    width: 24px;
    height: 24px
}

#selectionSharerPopover .selectionSharerPopover-arrow {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) scale(.5);
    transform: rotate(45deg) scale(.5);
    background-color: #454543;
    border: 2px solid #121211;
    box-sizing: content-box
}

.selectionSharer ul {
    padding: 0;
    display: inline
}

.selectionSharer ul li {
    float: left;
    list-style: none;
    background: 0;
    margin: 0
}

.selectionSharer a.action {
    display: block;
    text-indent: -200px;
    margin: 5px 7px;
    width: 20px;
    height: 20px;
    border: 0
}

.selectionSharer a:hover {
    color: #ccc
}

.selectionSharer a.tweet {
    background: url("data:image/svg+xml;charset=utf8,%3csvgxmlns='http://www.w3.org/2000/svg'width='171'height='139'%3e%3cgtransform='translate(-282.32053,-396.30734)'%3e%3cpathstyle='fill:white'd='m453.82593,412.80619c-6.3097,2.79897-13.09189,4.68982-20.20852,5.540497.26413,-4.3545412.84406,-11.2499215.47067,-19.46675-6.79934,4.03295-14.3293,6.96055-22.34461,8.53841-6.41775,-6.83879-15.56243,-11.111-25.68298,-11.111-19.43159,0-35.18696,15.75365-35.18696,35.185250,2.757810.31128,5.443590.91155,8.01875-29.24344,-1.46723-55.16995,-15.47582-72.52461,-36.76396-3.02879,5.19662-4.76443,11.24048-4.76443,17.68910,12.207776.21194,22.9774715.65332,29.28716-5.76773,-0.18265-11.19331,-1.76565-15.93716,-4.40083-0.004,0.14663-0.004,0.29412-0.004,0.442480,17.0476712.12889,31.2680628.22555,34.50266-2.95247,0.80436-6.06101,1.23398-9.26989,1.23398-2.2673,0-4.47114,-0.22124-6.62011,-0.631144.47801,13.9785717.47214,24.1514332.86992,24.43441-12.04227,9.43796-27.21366,15.06335-43.69965,15.06335-2.84014,0-5.64082,-0.16722-8.39349,-0.4922315.57186,9.9842134.06703,15.809453.93768,15.809464.72024,0100.11301,-53.61524100.11301,-100.113870,-1.52554-0.0343,-3.04251-0.10204,-4.552616.87394,-4.9599512.83891,-11.1564617.55618,-18.21305z'/%3e%3c/g%3e%3c/svg%3e") 2px 4px no-repeat;
    background-size: 18px
}

.selectionSharer a.facebook {
    background: url("data:image/svg+xml;charset=utf8,%3csvgviewBox='003333'width='25'height='25'xmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpathstyle='fill:white'd='M17.996,32L12,32L12,16l-4,0l0-5.514l4-0.002l-0.006-3.248C11.993,2.737,13.213,0,18.512,0l4.412,0l0,5.515l-2.757,0c-2.063,0-2.163,0.77-2.163,2.209l-0.008,2.76l4.959,0l-0.585,5.514L18,16L17.996,32z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") 0 2px no-repeat;
    background-size: 18px;
    display: none
}

.selectionSharer a.email {
    background: url("data:image/svg+xml;charset=utf8,%3csvgxmlns='http://www.w3.org/2000/svg'width='94'height='64'%3e%3cgtransform='translate(-10,-10)'fill='transparent'%3e%3crectx='0'y='0'width='114'height='114'%3e%3c/rect%3e%3cpathd='M12,12L102,12L102,72L12,72L12,12ZM16,12L53,49C55.6666667,5158.3333333,5161,49L98,12L16,12ZM15,72L45,42L15,72ZM69,42L99,72L69,42Z'stroke='white'stroke-width='5'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") 0 4px no-repeat;
    background-size: 20px
}

#selectionSharerPopunder.fixed {
    transition: bottom .5s ease-in-out;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -50px
}

.selectionSharer {
    transition: -webkit-transform .6s ease-in-out
}

.selectionSharer.moveDown {
    -webkit-transform: translate3d(0,60px,0)
}

#selectionSharerPopunder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    transition: height .5s ease-in-out;
    background: #ccc;
    border: 0;
    box-shadow: inset 0 10px 5px -10px rgba(0,0,0,.5),inset 0 -10px 5px -10px rgba(0,0,0,.5);
    border-radius: 0;
    overflow: hidden
}

#selectionSharerPopunder.show {
    height: 50px
}

.selectionSharerPlaceholder {
    height: 1em;
    margin-bottom: -2em;
    transition: height .5s ease-in-out
}

.selectionSharerPlaceholder.show {
    height: 50px !important
}

#selectionSharerPopunder-inner ul {
    overflow: hidden;
    float: right;
    margin: 0
}

#selectionSharerPopunder-inner ul li {
    padding: 5px;
    overflow: hidden
}

#selectionSharerPopunder-inner label {
    color: #fff;
    font-weight: 300;
    margin: 0 20px 0 10px
}

.manset-list a, .title-404 a {
    font-weight: 400
}

#selectionSharerPopunder-inner a {
    width: 30px;
    height: 30px;
    background-size: 30px
}

#selectionSharerPopunder-inner a.tweet {
    background-position: 0 2px
}

.manset-list {
    clear: both;
    list-style: none
}

.manset-list li {
    float: left;
    min-height: 165px;
    width: 100%;
    margin-bottom: 15px
}

.manset-list img {
    float: left !important;
    margin: 5px 15px 5px 0;
    display: block
}

.manset-list span.manset-spot-title {
    display: block;
    font-size: 20px;
    color: #605858;
    margin-top: 2px
}

.box-404 {
    width: 50%;
    padding-right: 15px;
    padding-top: 30px;
    float: left
}

.img-404 {
    width: 100%;
    float: left
}

.img-404 img {
    display: block;
    width: 360px;
    margin: auto
}

.title-404 {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 60px;
    float: left
}

.title-404 p {
    font-size: 22px;
    color: #ea4f40;
    margin-bottom: 8px
}

.title-404 span {
    font-size: 15px;
    color: #5d6065
}

.title-404 a {
    color: #1a242e;
    font-size: 16px
}

.search-404 {
    width: 100%;
    margin-top: 20px
}

.search-404 input {
    width: 280px;
    height: 38px;
    border-radius: 4px;
    border: 2px solid #efefef;
    padding-left: 10px
}

.search-404 button {
    height: 37px;
    background: #f7dc38;
    border: 0;
    border-radius: 4px;
    margin-left: 5px;
    width: 60px;
    font-size: 15px;
    font-weight: 400;
    color: #26262b
}

.list-404 {
    margin-top: 40px;
    width: 50%;
    padding: 30px 0;
    padding-left: 15px;
    display: inline-block
}

.list-1nd-404 {
    width: 100%;
    float: left;
    margin-top: 130px
}

.list-1nd-404 li {
    float: left;
    margin: 0 7px 7px 0;
    width: calc(50% - 7px);
    background: #fff;
    padding: 3px 0 3px 3px;
    list-style: none
}

.list-1nd-404 i {
    width: 24px;
    height: 24px;
    float: left;
    /*background-image: url(/static/images/spritesheet_v2.png);*/
    background-repeat: no-repeat;
    display: block
}

.list-1nd-404 span {
    float: left;
    padding: 6px 0 0 5px;
    color: #4c5153;
    font-size: 13px
}

.sprite-1-son-dakika {
    background-position: -29px -118px
}

.sprite-1-anasayfa {
    background-position: -27px -87px
}

.sprite-1-spor {
    background-position: -58px -119px
}

.sprite-1-ekonomi {
    background-position: -297px 1px
}

.sprite-1-magazin {
    background-position: -267px -60px
}

.sprite-1-gazeteler {
    background-position: -178px -30px
}

.sprite-egitim {
    background-position: -268px 0
}

.sprite-gazeteler {
    background-position: -180px -30px
}

.sprite-otomobil {
    background-position: -88px -87px
}

.sprite-teknoloji {
    background-position: -148px -117px
}

.selectionShareable strong .keyword-sd {
    font-weight: 700 !important
}

.wrapper aside {
    float: none;
    width: auto
}

@media screen and (max-width:980px) {
    body {
        overflow-x: visible
    }
}

#gazeteResim {
    position: relative;
    border: solid 1px #d2d2d2
}

#gazeteResim_Sol {
    width: 60px;
    height: 90px;
    position: absolute;
    top: 45%;
    left: 0
}

#gazeteResim_Sag {
    width: 60px;
    height: 90px;
    position: absolute;
    top: 45%;
    right: 0
}

#gazeteResim_Sag:after {
    content: '';
    position: absolute;
    right: 7px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 36px solid #f1f1f1;
    transition: all .3s
}

#gazeteResim_Sag:before {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 45px solid #ff7900
}

#gazeteResim_Sol:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-right: 36px solid #f1f1f1;
    transition: all .3s
}

#gazeteResim_Sol:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-right: 45px solid #ff7900
}

#gazeteResim_Sag:hover:after {
    content: '';
    position: absolute;
    right: 7px;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 36px solid #f1f1f1
}

#gazeteResim_Sol:hover:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-right: 36px solid #f1f1f1;
    transition: all .3s
}

.socialMediaScope {
    width: 100%;
    position: relative;
    font-family: sans-serif;
    display: table-cell;
    vertical-align: middle
}

.socialMediaScope a {
    vertical-align: middle
}

.socialMediaScope .iconText {
    float: left;
    position: relative;
    padding-top: 1px;
    padding-left: 8px
}

.socialMediaScope .iconImage {
    float: left;
    position: relative
}

.socialMediaScope .smIcon {
    display: inline-block;
    width: 100px;
    position: relative;
    padding: 8px 8px 4px 8px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 4px;
    text-align: left;
    cursor: pointer;
    transition: all .34s ease;
    -webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -o-transition: all .34s ease;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.socialMediaScope .smFacebook {
    background-color: #3a5b94
}

.socialMediaScope .smFacebook:hover {
    background-color: #2c497b
}

.socialMediaScope .smTwitter {
    background-color: #67bef6
}

.socialMediaScope .smTwitter:hover {
    background-color: #4f9bc4
}

.socialMediaScope .smWhatsapp {
    background-color: #57bb63
}

.socialMediaScope .smWhatsapp:hover {
    background-color: #3a8f44
}

.socialMediaScope .smGoogle {
    background-color: #e44325
}

.socialMediaScope .smGoogle:hover {
    background-color: #c0331a
}

.socialMediaScope .smInstagram {
    background-color: #517fa6
}

.socialMediaScope .smInstagram:hover {
    background-color: #3a5f7e
}

.detay-v3_3 * {
    box-sizing: border-box;
}

.detay-v3_3 h2 {
    font-size: 26px !important;
    color: #6b6b6b !important;
    line-height: 150%
}

.detay-v3_3 h3 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    font-size: 18px !important;
    color: #000 !important;
    line-height: 130%;
    margin: 10px 0 15px 0px;
    font-weight: 700;
}

.detay-v3_3 h3 .keyword {
    color: #000 !important;
    font-size: inherit !important
}

.detay-v3_3 ul, detay-v3_3 li {
    list-style: none;
    padding: 0;
    margin: 0
}

.detay-v3_3 li {
    display: list-item;
    text-align: -webkit-match-parent
}

.detay-v3_3 ul {
    padding: 10px 0;
    margin: 0;
    line-height: 150%
}

.detay-v3_3 ol li {
    list-style: decimal;
    font-size: 18px
}

.detay-v3_3 ol {
    margin: 0;
    padding: 0 5px 0 3px;
    counter-reset: item;
    clear: both
}

.detay-v3_3 ol > li {
    padding: 0;
    text-indent: 0;
    list-style-type: none;
    counter-increment: item
}

.detay-v3_3 ol > li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: .5em;
    font-weight: 700;
    text-align: right;
    content: counter(item) ")"
}

.detay-v3_3 ul li {
    list-style: inside;
    margin-bottom: 10px
}

.detay-v3_3 blockquote {
    width: 100% !important;
    text-align: center !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 15px 0 !important;
    font-size: 26px !important;
    font-style: italic !important;
    color: #000 !important;
    line-height: 150%
}

.detay-v3_3, .detay-v3_3 p {
    color: #333 !important;
    line-height: 150%;
    font-size: 17px
}

.detay-v3_3 b {
    font-weight: 600
}



.detay-v3_3 a {
    color: #333 !important;
    font-weight: 400
}

.detay-v3_3 i {
    font-style: italic !important
}

.detay-v3_3 iframe {
    float: left;
    position: relative;
    width: 100%;
    margin: 10px 0
}

#inpage_reklam iframe {
    margin: 0
}

.detay-v3_3 figure {
    text-align: center;
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
}

.detay-v3_3 figure:after {
    clear: both
}

.detay-v3_3 figure figcaption {
    color: #525252;
    font-style: italic;
    float: left;
    width: 100%;
    position: relative;
    padding: 0 5px;
    text-align: center;
    line-height: 130%;
    margin-top: 10px;
    font-size: 14px
}

.detay-v3_3 figure figcaption a {
    font-size: 14px
}

.detay-v3_3 blockquote, .detay-v3_3 blockquote .keyword-sd {
    width: 100% !important;
    text-align: center !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 15px 0 !important;
    font-size: 26px !important;
    font-style: italic !important;
    color: #000 !important;
    line-height: 150% !important
}

.detay-v3_3 blockquote:before {
    content: '"';
    padding-right: 5px
}

.detay-v3_3 blockquote:after {
    content: '"';
    padding-left: 5px
}

.detay-v3_3 iframe.dremb-dm, .detay-v3_3 iframe.dremb-yt {
    width: 640px;
    height: 360px
}

.detay-v3_3 ol a.keyword-sd, .detay-v3_3 ul a.keyword-sd {
    color: #000 !important
}

.detay-v3_3 aside {
    color: #333
}


h3 .keyword-sd {
    font-size: 19px !important;
    color: #000 !important
}

.detayNeOldu, .detayNeOldu .neolduh3 {
    margin-top: 0 !important
}

.haberkaynak {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
    color: #595959 ;
    font-weight: 400;
    font-size: 16px
}

.haberkaynak a {
    color: #595959 !important;
    font-weight: 900;
    font-size: 16px;
    cursor: pointer
}

.seoContentRight {
    position: relative;
    float: left;
    height: auto;
    background-color: #ebebeb;
    margin-bottom: 20px;
    width: 100%
}

.newsSeoLine {
    position: relative;
    float: left;
    padding-bottom: 12px;
    width: 100%;
}

.seoContentItemTitleRight {
    margin: 15px 0;
    position: relative;
    float: left;
    width: 100%;
    border-left: 4px solid #ff7900;
}

.seoTextStyleTitle {
    font-family: sans-serif !important;
    font-size: 18px !important;
    line-height: 25px !important;
    margin-left: 10px !important;
    color: #010101 !important;
    font-weight: 700 !important;
    display: inline
}

.seoTextStyleTitle h4 {
    font-family: sans-serif !important;
    font-size: 18px !important;
    line-height: 25px !important;
    color: #010101 !important;
    font-weight: 700 !important;
    display: inline
}

.seoContentRightColumnOne {
    position: relative;
    float: left;
    height: auto;
    width: 100%;
}

.seoContentItemLeft {
    position: relative;
    min-width: 260px;
    margin: 0 15px 12px 15px;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #d9d9d9;
}
.seoContentItemLeft:last-child {
    border-bottom: 0;
    margin: 0 15px;
    padding: 0;
}

.seoTextStyle, .seoTextStyle a {
    font-family: sans-serif !important;
    font-size: 16px !important;
    line-height: 25px !important;
    color: #010101 !important;
    font-weight: 500 !important
}
.seoTextStyle a {
    margin-left:5px;
}

.google-news-button {
    width: 114px;
    height: 36px;
    object-fit: contain
}

.abonelink {
    display: inline-block;
    height: 36px;
    margin-right: 55px
}

.Abone-ol {
    height: 36px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    vertical-align: middle;
    margin-right: 5px
}

.bx-wrapper .bx-controls-direction a {
    top: 43%;
    margin-top: 0;
    height: 60px;
    width: 60px
}

.bx-wrapper .bx-prev {
    left: 0;
    background: unset !important;
}

.bx-wrapper .bx-prev:before {
    content: "";
    display: block;
    position: relative;
    margin: 0 auto;
    top: 50%;
    margin-top: -16px;
    width: 40px;
    height: 40px;
    background: url(https://www.sondakika.com/static/css/min/images/bi_arrow-left-short.svg) no-repeat 0 0px;
    background-size: 32px;
}

/* .bx-wrapper .bx-prev:hover::before {
        background: url(https://www.sondakika.com/static/css/min/images/controls.png) no-repeat 0 0
    }*/

.bx-wrapper .bx-next {
    right: 0;
    background: unset !important;
}

.bx-wrapper .bx-next:before {
    content: "";
    display: block;
    position: relative;
    margin: 0 auto;
    top: 50%;
    margin-top: -16px;
    width: 40px;
    height: 40px;
    background: url(https://www.sondakika.com/static/css/min/images/bi_arrow-right-short.svg) no-repeat 0px 0px;
    background-size: 32px;
}

/* .bx-wrapper .bx-next:hover::before {
        background: url(https://www.sondakika.com/static/css/min/images/controls.png) no-repeat -43px 0
    }*/

#sondakika-slider .Mansettime {
    border-radius: 3.2px;
    position: absolute;
    background-color: #010101ba;
    top: 10px;
    left: 10px;
    padding: 7px
}

    #sondakika-slider .Mansettime .ssaatg {
        vertical-align: bottom;
        width: 15px !important;
        position: relative;
        display: inline-block;
        margin: 1px 0;
    }

#sondakika-slider .Mansettime .ssaat {
    font-family: Helvetica;
    font-size: 14.8px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
    margin-left: 5px
}

#sondakika-slider .Mansettime.sag_ust {
    top: 10px !important;
    right: 10px !important;
    left: unset !important;
    bottom: unset !important;
}

#sondakika-slider .Mansettime.sol_ust {
    top: 10px !important;
    left: 10px !important;
    right: unset !important;
    bottom: unset !important;
}

#sondakika-slider .Mansettime.sag_alt {
    bottom: 10px !important;
    right: 10px !important;
    top: unset !important;
    left: unset !important;
}

#sondakika-slider .Mansettime.sol_alt {
    bottom: 10px !important;
    left: 10px !important;
    top: unset !important;
    right: unset !important;
}

.sdLeft {
    float: left;
    position: relative;
    width: 738px
}

#imsak_serit {
    height: 43px;
    margin-bottom: 7px
}

.sondakika-doviz {
    float: left;
    position: relative;
    width: 100%;
    border: 1px solid #ebebeb;
    background: #fcfcfc;
    padding: 10px 0px 0px 0px;
    height: 131px;
    margin-top: 21px;
    text-align: center;
    display: flex;
    max-width: 730px;
}

.sondakika-doviz.withleft {
    width: Calc(50% - 10px);
    margin-right: 7px
}

.sondakika-doviz .sdCol {
    float: left;
    position: relative;
    width: 20%;
    border-right: 1px solid #f2f2f2
}

.sondakika-doviz .sdCol .sdTitle {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 7px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: center;
}

.sondakika-doviz .sdCol .sdPrice {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 2px;
    font-size: 17px;
    font-weight: 600;
    color: #666;
    display: flex;
    justify-content: center;
}

.sondakika-doviz .sdCol .sdImg {
    float: left;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sondakika-doviz .sdCol .sdPrice.up {
    color: #00661F
}

.sondakika-doviz .sdCol .sdPrice.down {
    color: #AB1214
}

.sondakika-doviz .sdCol:last-child {
    border: none
}


#sdimv4 {
    width: Calc(50% - 15px);
    height: 131px;
    float: left;
    margin-top: 24px;
    margin-right: 15px
}

input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.drimg figure {
    line-height: 0
}

.drimg figure img {
    float: left
}

.footer-cls {
    position: absolute;
    left: 930px;
    top: 45px;
    width: 124px
}

@media only screen and (max-width:1024px) {
    .footer > .fwrapper > .fwrapperIn > .info {
        width: 600px;
        margin: 5px 0
    }

    .footer > .fwrapper > .fwrapperIn > .here {
        width: 580px
    }

    .footer-cls {
        left: 860px
    }

    .footer > .fwrapper > .fwrapperIn > ul {
        width: 600px
    }

    .footer > .fwrapper > .fwrapperIn > .ticket {
        right: 70px
    }

    .footer > .fwrapper > .fwrapperIn > ul > li:last-child {
        margin-bottom: 15px
    }
}

.keyclass {
    font-size: 12px;
    color: #595859;
    font-weight: 400;
    margin: 5px 0
}

.tablebody {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll
}

.tablebody td {
    text-align: center;
    padding: 0 5px;
    border: 1px solid;
    vertical-align: middle
}

.hbptDate {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    color: #6D6D6D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.locn-h1 {
    margin-bottom: 20px !important;
    padding: 13px 0px;
    margin-bottom: 0px !important;
    margin-top: 35px;
    width: 100%;
    font-weight: 600 !important;
    border-bottom: 0 !important;
}

.localnews {
    float: left;
    margin: 0 0 30px 0;
}

.locn-li {
    float: left;
    width: 10%;
    list-style-type: none;
    margin: 10px 5px 10px 5px;
    text-align: center;
    height: 70px !important
}

.localnews .hbpPlateItem {
    background-color: #ff7900;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    line-height: 200%;
    color: #fff;
    margin-bottom: 7px;
    font-size: 20px
}

#web_push_notif_perm h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

#web_push_notif_perm p {
    margin-top: 0;
    margin-bottom: 1rem
}

#web_push_notif_perm img {
    vertical-align: middle;
    border-style: none
}

#web_push_notif_perm button {
    border-radius: 0
}

#web_push_notif_perm button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

#web_push_notif_perm button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

#web_push_notif_perm button {
    overflow: visible
}

#web_push_notif_perm button {
    text-transform: none
}

#web_push_notif_perm button {
    -webkit-appearance: button
}

#web_push_notif_perm button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

@media print {
    #web_push_notif_perm img {
        page-break-inside: avoid
    }

    #web_push_notif_perm h3, #web_push_notif_perm p {
        orphans: 3;
        widows: 3
    }

    #web_push_notif_perm h3 {
        page-break-after: avoid
    }
}

.web_push_notif_perm {
    position: fixed;
    height: auto;
    max-width: 440px;
    width: 100%;
    top: 1%;
    left: 50%;
    margin-left: -220px;
    margin-top: 1px;
    z-index: 9999999
}

.vl-notif-inner {
    overflow: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: table
}

.vl-notif-msg {
    display: table-cell;
    width: 83%;
    padding: 10px 14px 10px 10px;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.4;
    vertical-align: middle
}

.vl-notif-inner {
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.33) !important;
    background: #fff;
    border: 1px solid #eaeaea;
    max-width: 100%;
    border-radius: 3px
}

.vl-notif-title {
    background: 0 0;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.vl-notif-message {
    background: 0 0;
    font-size: 14px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    padding: 0;
    margin: 12px 0;
    color: #000
}

.vl-notif-logo {
    display: table-cell;
    width: 17%;
    padding: 15px 0 10px 10px
}

.vl-notif-logo img {
    width: 100%
}

.vl-notif-buttons {
    text-align: right
}

.vl-notif-buttons button {
    padding: 8px 15px;
    margin-left: 10px;
    font-size: 15px !important;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    border-color: #333;
    cursor: pointer
}

.vl-notif-buttons button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.vl-notif-buttons .vl-notif-accept {
    background-color: #4f8df4;
    color: #fff;
    border-color: transparent
}

.vl-notif-buttons .vl-notif-later {
    background-color: #fff;
    color: #333;
    border-color: #dadada
}

@media screen and (max-width:440px) {
    .hbptDate {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 16px;
    }
    .hbptDate .detay-verisi-b {
        justify-content: flex-end;
    }
    .web_push_notif_perm {
        max-width: 90%;
        width: 100%;
        left: 0;
        margin-left: 5%
    }

    .vl-notif-logo {
        width: 25%
    }

    .vl-notif-msg {
        width: 75%;
        padding-left: 10px
    }
}

@media screen and (max-width:378px) {
    .vl-notif-title {
        font-size: 14px
    }

    .vl-notif-message {
        font-size: 12px
    }

    .vl-notif-buttons button {
        font-size: 12px;
        margin-left: 5px
    }
}

#ilgili_videolar {
    position: relative;
    width: 640px;
    height: 360px;
    display: table;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 1
}

#replayBtn {
    cursor: pointer;
    width: 100%;
    height: 36px;
    padding: 6px
}

#replayBtn img.replay-icon {
    background: 0 0;
    border: 0;
    float: left;
    margin: 3px 6px
}

#replayBtn img.haberler-icon {
    background: 0 0;
    border: 0;
    float: right;
    margin: 6px
}

#ilgili_videolar .ilgili_video {
    display: inline-flex;
    width: 33.3%;
    height: 45%;
    text-align: center;
    position: relative
}

#ilgili_videolar .ilgili_video span {
    color: #fff;
    font-size: 13px;
    font-family: Arial;
    text-decoration: none;
    font-weight: 100;
    line-height: 120%;
    padding: 5px 21px 0 21px;
    display: inline-block;
    text-align: left;
    height: 70px;
    overflow: hidden
}

#ilgili_videolar .ilgili_video .ilgili-img {
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px;
    height: 82px;
    width: 168px;
    margin-left: auto;
    margin-right: auto
}

#ilgili_videolar .ilgili_video img.play_ilgili {
    width: 45%;
    margin: 0;
    border: 0
}

#haberDetaySolVideo {
    width: 640px;
    height: 360px;
    background-color: #000;
    position: relative
}

#videoplayer {
    width: 640px;
    height: 360px;
    background-color: #000;
    margin-bottom: 15px;
    overflow: hidden
}

#contentElement {
    display: block;
    min-width: 640px;
    min-height: 360px;
    width: 100%;
    position: absolute;
    height: 100%
}

#playButton {
    width: 640px;
    height: 360px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    cursor: pointer;
    display: none
}

.detail-page .detail-content a.spot > span.date {
    background-image: url(/mstatic/images/slider_saat.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 5px;
    text-indent: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
    padding: 4px 4px 5px 6px;
    border-radius: 2px;
    background-color: rgba(0,0,0,.72);
    line-height: 100%
}

.spcl-banner {
    margin: 0 auto 15px auto;
    width: 970px;
    min-height: 50px;
    height: auto
}

#haberResim {
    max-width: 640px;
    width: 100%;
    height: auto
}

.DnmBnr_logo {
    padding-left: 13px;
    vertical-align: middle
}

.DnmBnr_content {
    display: table-cell;
    vertical-align: middle;
    width: calc(100vw - 370px);
    max-width: 640px;
    height: auto;
    margin: 0 0 20px 0;
    float: left;
    box-sizing: border-box;
    color: #fff;
    background-color: #e5e5e5;
    padding-left: 10px;
    padding: 3px
}

.DnmBnr_content ul {
    list-style-type: square;
    color: #000;
    padding: 1px 0 5px 0;
    margin: 8px 0;
    width: 430px;
    float: left
}

.DnmBnr_content ul li {
    margin-bottom: 2px;
    width: 100%;
    height: 18px;
    margin-top: 2px
}

.DnmBnr_content ul a, .DnmBnr_content ul a:hover {
    font-weight: 400;
    font-size: 16px;
    margin: 7px 0 0 0;
    display: block;
    color: #000
}

.DnmBnr_content ul a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.DnmBnr_content_logo {
    width: 180px;
    overflow: hidden;
    height: 66px;
    display: table;
    float: left;
    margin-right: 20px
}

.DnmBnr_content_logo span {
    display: table-cell;
    vertical-align: middle
}

.clrBeyaz, clrBeyaz:hover {
    color: #fff
}

.clrSiyah, .clrSiyah:hover {
    color: #000
}

.bgclrBeyaz {
    background-color: #fff
}

.bgclrSiyah {
    background-color: #000
}

.brdrBeyaz {
    border: 1px solid #fff
}

.brdrSiyah {
    border: 1px solid #000
}

img.DnmBnr_content_arrow {
    position: absolute;
    margin-left: -26px;
    margin-top: 4px
}

.detail-page .detail-content .haber_ozet {
    font-size: 20px;
    float: left;
    font-weight: 700;
    margin: 10px 0 25px;
}

.desktop-space {
    clear: both;
}

.bbc-strap {
    width: 100%;
    background: #b71d1f;
    min-height: 24px;
    box-sizing: border-box;
    margin-bottom: 20px
}

.lb-img {
    width: 640px !important;
    height: 360px !important;
    margin: 15px 0 15px 0 !important
}

.w640 {
    width: 640px !important
}

.fw-lv {
    font-weight: 500 !important;
    font-size: 16px !important
}

.mt-15 {
    margin-top: 15px
}

.mt-10 {
    margin-top: 10px
}

.lv-title {
    font-size: 20px;
    font-weight: 600;
    min-width: 340px;
    color: #000;
    display: block;
    margin-bottom: 10px
}

.lv-dvm {
    font-weight: 600;
    color: #ff7900 !important
}

.lv-time {
    font-weight: 600;
    font-size: 16px
}

.lv-seotxt {
    height: auto
}

.lv-stxt {
    font-size: 14px;
    line-height: 130%
}

.m-10 {
    margin: 10px
}

.txt-footer {
    font-weight: 600
}

.RenderVideoOrImage {
    position: relative;
    display: block;
    float: left;
    width: 100%
}

[data-tuhps]::after {
    content: '';
    display: block;
    clear: both
}

@media only screen and (max-width:760px) {
    .detail-page > .detail-content h1 {
        font-size: 24px
    }

    .detail-page .detail-content .haber_ozet {
        font-size: 18px;
        font-weight: 600;
        float: left
    }
}

@media screen and (max-width:760px) and (min-width:701px) {
    .category-page .bx-slider-sondakika .bx-wrapper .bx-caption {
        bottom: 0
    }

    .category-page .bx-slider-sondakika .bx-wrapper {
        height: calc((341/730) * 100vw)
    }
}

@media only screen and (max-width:760px) and (min-width:700px) {
    .news-row > .news-item {
        width: 33.33%;
        height: 255px
    }

    .news-row > .news-item > .wrapper {
        background: url(https://www.sondakika.com/static/images/bg-item-bottom_new.png) center bottom no-repeat;
        height: 240px;
        width: 100%;
        overflow: hidden;
        border-radius: 4px
    }
}

@media only screen and (max-width:990px) {
    .category-page > main > ul.news-list li a.fr {
        float: none !important
    }

    .category-page > main > ul.news-list li > a > img {
        margin-left: 0;
        margin-bottom: 10px
    }

    .category-page > main > ul.news-list li > .news-detail.news-column {
        width: 100%
    }

    .category-page > main > ul.news-list li > a > .title {
        max-width: 100%
    }
}

@media only screen and (max-width:990px) and (min-width:450px) {
    .detail-page .detail-content a.spot > span.img {
        margin: 0;
        padding: 20px
    }

    .detail-page .detail-content a.spot > span.text {
        padding-right: 5px;
    }
}

@media only screen and (max-width:1200px) {
    #contentElement {
        height: 100%;
        min-height: 100% !important;
        min-width: 100%
    }
}

.haber_metni p a strong {
    color: #f60 !important;
    font-weight: 600
}

@media only screen and (max-width:1076px) {
    #page {
        overflow: hidden
    }
}

.h-15 {
    height: 15px
}

.detail-page .news-row:first-of-type {
    position: absolute;
    margin-top: 630px;
    margin-bottom: 15px
}

.news-row:nth-child(2) {
    margin-top: 30px
}

#mtnews {
    margin-top: 110px
}

.nwsize {
    width: Calc(65% + 0px) !important
}

.pad-bot-20 {
    padding-bottom: 20px !important
}

.mt35 {
    margin-top: 35px;
}

.haltiLnkT u {
    font-size: 12pt !important;
    line-height: 150% !important;
    text-decoration: none !important;
}

.secimLink {
    margin-bottom: 15px;
    font-size: 20px;
}

.news-list ul {
    border-top: 1px solid #ededed
}

.news-list {
    border-bottom: transparent !important;
    margin-top: 10px
}

.detay-news-list {
    margin-top: 0px;
}

.detay-news-list {
    float: left;
    position: relative;
    width: 100%;
    margin: 7.5px 0 !important
}

.eng_m_widget_img {
    width: 130px !important;
}

.eng_m_widget_sw {
    float: left;
}

#eng_m_sw_1_90238 {
    border-bottom: 0px !important;
}


/****** mstyle *****/

html {
    overflow-y: scroll;
}

.menu-panel {
    position: absolute
}

.menu-panel {
    background: #fff;
    position: fixed !important;
    width: 270px;
    z-index: 999;
    top: 55px;
    left: 0;
    display: inline-block;
    -webkit-transform: translate3d(-270px,0,0);
    -ms-transform: translate3d(-270px,0,0);
    -moz-transform: translate3d(-270px,0,0);
    transition: all .5s;
    font-family: sans-serif;
    overflow: scroll;
    height: 100%;
    bottom: 0
}

.brand-container, .grand-container, .menu-panel.opened {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0)
}

.menu-panel.opened {
    border-right: 1px solid #c6c6c6
}

.head-line > .side-menu, .head-line > .title {
    font-family: sans-serif;
    display: block
}

.menu-panel h2 {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    height: 57px;
    width: 100%;
    margin: 0 0 10px;
    border-bottom: 1px solid #c6c6c6;
    background-color: #f5f5f5;
    padding-top: 19px;
    box-sizing: border-box
}

.menu-panel .search-container {
    display: flex;
    align-items: center;
    background-size: 16px;
    border-radius: 6px;
    width: 90%;
    height: 30px;
    padding-left: 32px;
    margin: 25px auto;
    vertical-align: middle;
    box-sizing: border-box;
}

.menu-panel input[type=search] {
    border: 0;
    width: 80%;
    background-color: #f5f5f5;
    outline: 0;
    font-size: 14px;
    height: 22px ;
    max-height: 22px;
    text-align: left;
}

.menu-panel ul {
    display: block;
    padding: 0 10px 100px 0
}

.menu-panel ul ul {
    display: block;
    padding: 0 0 0 30px
}

.menu-panel ul li {
    display: block;
    margin-bottom: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.menu-panel ul li a {
    display: block;
    height: 30px;
    color: #000;
    font-size: 16px
}

.menu-panel ul li a:active, .menu-panel ul li a:hover {
    color: #ff6211
}

.menu-panel ul li a span {
    display: block;
    border-bottom: 1px solid #ededed;
    float: left;
    width: calc(100% - 35px);
    margin-left: 35px;
    height: 25px;
    box-sizing: border-box;
    position: relative;
    top: 5px
}

.menu-panel ul li.manset a i {
    background-position: 0 -150px
}

.menu-panel ul li.ekonomi a i {
    background-position: 0 -50px
}

.menu-panel ul li.dunya a i {
    background-position: 0 -25px
}

.menu-panel ul li.spor a i {
    background-position: 0 -200px
}

.menu-panel ul li.magazin a i {
    background-position: 0 -125px
}

.menu-panel ul li.havadurumu a i {
    background-position: 0 -100px
}

.menu-panel ul li.doviz a i {
    background-position: 0 0
}

.menu-panel ul li.gazete a i {
    background-position: 0 -75px
}

.menu-panel ul li.namaz a i {
    background-position: 0 -175px
}

.head-line > .side-menu {
    height: 55px;
    width: 56px;
    float: left;
    border: 0;
    background: no-repeat center center;
    background-size: 29px 21px
}

.head-line > .title {
    margin: 0 auto
}

.head-line > .back {
    display: block;
    height: 56px;
    font-size: 18px;
    width: 60px;
    background-size: 16px;
    float: right;
    right: 0;
    top: 0;
    color: #ff6211;
    padding-right: 5px;
    text-align: right
}

.grand-container {
    height: 100%;
    width: 100%
}

.grand-container {
    float: left;
    transition: all .5s;
    padding-top: 55px
}

.brand-container.opened, .grand-container.opened {
    position: absolute;
    opacity: .5
}

.head-line {
    background-color: #ff7900;
    height: 55px;
    width: 100%;
    z-index: 99;
    transition: all .5s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    position: fixed;
    top: 0
}

.head-line.opened {
    -webkit-transform: translate3d(270px,0,0);
    -ms-transform: translate3d(270px,0,0);
    -moz-transform: translate3d(270px,0,0)
}

.head-line > .refresh {
    display: block;
    height: 56px;
    width: 56px;
    background-size: 25px;
    float: right;
    right: 0;
    top: 0
}

.eng_m_widget_in {
    width: calc(95% - 130px) !important
}

#disableClick {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0
}

.grand-container > .right {
    float: left;
    width: 100%;
    background-color: #fff;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    -webkit-overflow-scrolling: touch
}

.head-line > .titleKategori {
    margin: 0 auto 0 0;
    color: #757575;
    padding-top: 18px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden !important;
    display: block;
    position: relative
}

#mobilapplinks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

.mobilapplink img {
    width: 100px;
    height: auto
}

.mobilapplink {
    margin: 5px
}

.bottomlink {
    text-align: center;
    display: inline-block;
    width: 100%;
    overflow: auto;
    font-family: Helvetica;
    font-size: 12px
}

.bottomlink > div {
    margin-bottom: 15px
}

.bottomlink .info-server {
    color: #474646;
    font-size: 8px
}

.bottomlink .full-version {
    font-weight: 700;
    color: #333
}

.bottomlink .hata-bildir, .bottomlink .kullanim-sarlari {
    font-weight: 400;
    color: #333
}

.bottomlink .info-server {
    font-weight: 400
}

#cnt-footer {
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px 0;
    margin: auto;
    box-sizing: border-box
}

.dv-footer {
    border-bottom: solid 1px #ddd;
    padding: 15px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}

.dv-footer:first-child {
    width: 100%;
    justify-content: space-between
}

#cnt-dvft-menu {
    padding: 30px 8px 15px 8px;
    border-color: #ff8c29
}

#cntb-dvft-menu {
    overflow: hidden
}

#dvft-logo #dvft-logo-sol {
    width: auto
}

#dvft-logo #dvft-logo-sag {
    width: auto;
    text-align: right;
    box-sizing: border-box;
    padding-right: 5px
}

#dvft-menu {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    margin-left: -7px
}

#dvft-menu:after {
    content: "";
    display: table;
    clear: both
}

#dvft-menu > li {
    margin-bottom: 15px;
    float: left;
    border-left: #ff8b09 solid 1px;
    margin-left: 5px
}

#dvft-menu > li a {
    display: block;
    padding: 6px 8px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    margin-left: 5px
}

#dvft-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

#dvft-sofb {
    border-radius: 4px;
    display: inline-block;
    padding: 6px 34px 6px 8px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    min-width: 153px;
    background: #39579a no-repeat 125px 4px
}

#cnt-mobapp {
    border: none
}

.grand-container.dthe {
    padding-top: 55px
}

.head-line > .title {
    width: 195px;
    height: 55px;
    background: no-repeat center center;
    background-size: 100%
}

#searchlabel {
    display: none
}

.seoTextStyle, .seoTextStyle a {
    font-family: sans-serif !important
}

#dvft-logo #dvft-logo-sol .links {
    margin-left: 5px;
    margin-top: 5px
}

#dvft-logo #dvft-logo-sol .links a:focus, #dvft-logo #dvft-logo-sol .links a:hover {
    color: #333;
    text-decoration: none
}

.brand-container.opened, .grand-container.opened {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff
}

.header-mob .grand-container.opened {
    position: fixed
}

.hakkimizda .icerik .column {
    width: 50%
}

.hakkimizda .icerik .column:first-of-type {
    padding-right: 15px
}

.hakkimizda .icerik .column:last-of-type {
    padding-left: 15px
}

.iletisimFormu {
    width: 100%
}

.iletisimFormu .flex-direction {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center
}

.iletisimFormu label {
    margin: 7.5px 0
}

.iletisimFormu input, .iletisimFormu select, .iletisimFormu textarea {
    margin: 7.5px 0 7.5px 25px
}

.iletisimFormu input[type=checkbox] {
    margin: 2px 5px 0 25px
}

.iletisimFormu input, .iletisimFormu select, .iletisimFormu textarea {
    font-size: 14px
}

#E_Mail_Adresi {
    margin-right: 15px
}

.captcha {
    padding-left: 25px;
    float: left;
    margin-bottom: 20px
}

.paperlist-page > ul.newspapers > li {
    width: 25%;
    margin-right: 0
}

.paperlist-page > ul.newspapers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.paperlist-page > ul.newspapers > li {
    float: none
}

.sehirHavaDurumu {
    width: calc(25% - 12px)
}

.kutu.sehirler {
    width: 100%
}

.sehirler .sehirListesi {
    column-count: 7
}

.sehirler .sehirListesi .lctnlst {
    width: auto !important;
    float: none
}

.sehirler .sehirListesi .lctnlst:first-child {
    margin-top: 0
}

.breadCrumbScope .breadRightArrow {
    transform: translateY(-4px) !important
}

.sehirHavaDurumu.detay .nmzmn {
    display: none
}

.Cntweather {
    margin-top: 0
}

.Cntweather .sagSutun {
    width: auto
}

.monthly-namaz {
    background-color: #f7f7f7;
    height: 230px;
    width: 100%;
    clear: both;
    margin-bottom: 50px;
    display: none
}

.monthly-namaz .keys {
    width: 20%;
    height: 100%;
    float: left;
    padding-right: 5px
}

.monthly-namaz .keys > span {
    display: block;
    font-weight: 700;
    padding-left: 10px;
    line-height: 30px;
    font-size: 13px
}

.monthly-namaz .keys > span:first-child {
    background: #888;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-top: 3px
}

.monthly-namaz .values {
    width: 80%;
    height: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch
}

.monthly-namaz .values ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

.monthly-namaz .values ul li {
    display: inline-block;
    width: 60px;
    height: 100%;
    margin: 0 1px 0 0;
    padding: 0
}

.monthly-namaz .values ul li > span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 30px;
    background-color: #eee
}

.monthly-namaz .values ul li > span:first-child {
    background-color: #fd9968;
    color: #fff;
    height: 40px;
    font-weight: 700;
    font-size: 13px;
    vertical-align: middle;
    line-height: 16px;
    padding-top: 3px
}

.monthly-namaz .values::-webkit-scrollbar {
    height: 3px
}

.monthly-namaz .values::-webkit-scrollbar-track {
    background: #f7f7f7
}

.monthly-namaz .values::-webkit-scrollbar-thumb {
    background: #bbb
}

.category-page > main > ul.news-list li > .hour .mdate {
    display: none
}

#page {
    min-height: calc(100vh - 345px)
}

.footer > .fwrapper {
    width: 100%;
    max-width: 1076px
}

.footer > .fwrapper > .fwrapperIn {
    width: 100%;
    max-width: 1050px;
    display: flex;
    padding-top: 40px
}

.footer > .fwrapper > .fwrapperIn > .col1 {
    width: 202px;
    margin-right: 28px
}

.footer > .fwrapper > .fwrapperIn > .col2 {
    width: calc(100% - 400px)
}

.footer > .fwrapper > .fwrapperIn > .col3 {
    width: 170px;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.footer > .fwrapper > .fwrapperIn > .here, .footer > .fwrapper > .fwrapperIn > .info, .footer > .fwrapper > .fwrapperIn > ul {
    width: calc(100% - 400px)
}

.footer > .fwrapper > .fwrapperIn > .col1 .title {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 10px
}

.footer > .fwrapper > .fwrapperIn > .col1 .links {
    width: 202px;
    color: #f70;
    font-size: 11px;
    text-align: center;
    margin-bottom: 35px
}

.footer > .fwrapper > .fwrapperIn > .col1 .links a {
    color: #f70
}

.footer > .fwrapper > .fwrapperIn > .col2 ul {
    list-style: none;
    padding: 0;
    margin: 5px -10px 15px -10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.footer > .fwrapper > .fwrapperIn > .col2 ul li {
    padding-left: 10px;
    font-size: 13px
}

.footer > .fwrapper > .fwrapperIn > .col2 ul li a {
    color: #f70;
    text-decoration: none
}

.footer > .fwrapper > .fwrapperIn > .col2 .info {
    color: #b9b9c8;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 135%;
}
}

.footer > .fwrapper > .fwrapperIn > .col2 .here {
    font-weight: 700;
    color: #b9b9c8;
    font-size: 12px;
    font-weight: 700;
    line-height: 135%;
}

.footer > .fwrapper > .fwrapperIn > .col2 .ticket {
    margin-top: 5px;
    color: #b9b9c8;
    font-size: 12px;
    font-weight: 700;
    line-height: 135%;
}

.footer > .fwrapper > .fwrapperIn > .col2 .ticket a {
    font-weight: 400;
    color: #b9b9c8;
    text-decoration: none;
}

.footer > .fwrapper > .fwrapperIn > .col3 .footer-cls {
    position: relative;
    left: auto;
    top: auto;
    width: 124px;
    margin-top: 15px
}

.loadafter {
    position: relative;
    width: calc(100vw - 370px);
    height: auto;
    margin-top: 20px;
    margin-bottom: 60px
}

.loadafterst {
    width: Calc(100% + 0px);
    height: 20px;
    border: 3px solid #f4f4f4;
    border-style: none none solid;
    color: #fff;
    background-color: #fff
}

.prDKulIconM.prDKulLogin {
    background-color: #3fc277 !important
}

.prDKulIconM.prDKulLogout {
    background-color: #fe0000 !important
}

.prDKulIconM .img {
    border-bottom: 0;
    color: #fefefe
}

.lv-img {
    margin: 0;
    margin-right: 10px;
    width: 100% !important;
    height: auto !important
}

.title-lv {
    font-size: 18px;
    font-weight: 600;
    min-width: 340px;
    color: #000;
    display: block;
    margin-bottom: 10px;
    margin-top: 30px
}

.clc-lv {
    left: 10px !important
}

.title-lv h3 {
    margin-top: 15px;
    margin-bottom: 15px
}

.clc-lv p {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0
}

.ozet-lv {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0
}

.haberResim.sd-box {
    width: 100%
}

.haberResim.sd-box .sd-image img {
    max-width: 100% !important;
    height: auto
}

#page404 {
    min-height: calc(100vh - 295px)
}

.detail-content .detay-v3_3.haber_metni ~ .bx-slider-sondakika {
    margin-top: 20px
}

.yukselt {
    height: calc(((9 / 16) * (100vw - 370px)) + 33px);
    width: 100%;
}

.bx-slider-sondakika .bx-wrapper {
    height: calc(100% - 37px);
}


@media only screen and (max-width:1200px) {
    #page {
        min-height: calc(100vh - 330px)
    }

    #haberDetaySolVideo, #videoplayer {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%
    }

    #contentElement {
        height: 100%;
        min-height: 100% !important
    }

    #ilgili_videolar {
        width: 100% !important
    }

    .DnmBnr_content ul {
        width: calc(100% - 200px)
    }

    .content-container.mt20 {
        margin-top: 0
    }

    .desktop-space {
        height: 0
    }

    .menu-panel ul li a {
        font-weight: 400
    }

    .head-line, .head-line > .side-menu, .head-line > .title {
        height: 48px
    }
    

    .menu-panel {
        top: 48px
    }

    #contentElement {
        height: 100%;
        min-height: 100% !important;
        min-width: 100%
    }
}

@media only screen and (max-width:1076px) {
    .content-container {
        width: 100% !important
    }

    .content-container.detail-page {
        margin-top: 0px !important;
    }

    .sondakika-doviz {
        width: 100%
    }

    .sondakika-doviz.withleft {
        width: 100%
    }

    #sdimv4 {
        width: 100%
    }

    #content {
        width: 100%
    }
}

@media only screen and (min-width:768px) {
  
    .footer-mob, .header-mob {
        display: none
    }

    #header-container, .footer {
        display: block
    }
}
@media only screen and (min-width:1100px) {
    #content {
        width: 1080px;
        margin: 19px 0 0 -12px;
    }
}

    @media only screen and (max-width:1100px) {
        .header-mob {
            display: block;
        }

        #header-container {
            display: none;
        }

        .header-h {
            height: 47px !important;
        }

        .head-line {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: row;
            width: 100%;
        }

        .head-line > .title {
            position: absolute;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .head-line > .title:before {
            content: url(/static/images/sondakika-logo2023.svg);
            height: 27px;
        }

        .head-line > .side-menu {
            width: 29px;
            margin-left: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index:2;
        }

        .head-line > .side-menu:before {
            content: "";
            background-image: url("/mstatic/images/sondakika-icon-nav.png");
            background-repeat: no-repeat;
            background-position: center;
            display: block;
            width: 29px;
            height: 21px;
            background-size: 29px 21px;
        }
        .detail-page .detail-content .wrapper p {
            margin: 0 0 15px 0;
        }

        .detay-v3_3 h3 {
            margin: 0 0 5px 0;
        }
    }

    @media only screen and (max-width:768px) {
        .header-mob {
            display: block
        }

        #header-container {
            display: none
        }

        .header-h {
            height: 58px !important
        }

        .loadafter {
            margin-bottom: 20px
        }

        .header-h {
            height: 47px !important
        }

        .loadafter {
            width: 100%
        }

        .box-404 {
            width: 100%;
            padding: 15px
        }

        .list-404 {
            margin-top: 40px;
            width: 100%;
            padding: 15px
        }

        .list-1nd-404 {
            margin-top: 0
        }
    }



    @media screen and (max-width:1100px) and (min-width:992px) {
        .detail-page .detail-content, .detail-page .detail-content h1, .drimg figure img {
            width: calc(100vw - 436px)
        }

        #contentElement, #haberDetaySolVideo, #videoplayer {
            width: 100% !important;
            min-width: 100% !important
        }

        .detail-page .news-row {
            width: 370px;
            background: url(/static/images/bg-asidey.png) 5px repeat-y;
            float: right
        }

        #ilgili_videolar {
            height: calc(((100vw - 436px)/ 16) * 9)
        }

            #ilgili_videolar .ilgili_video:nth-child(-n+4) {
                display: none
            }

            #ilgili_videolar .ilgili_video {
                top: calc(50% - 36px);
                transform: translateY(-50%)
            }

        .DnmBnr_content {
            width: 100%
        }

        .bx-slider-sondakika {
            width: 100%
        }

            .bx-slider-sondakika img {
                width: 100% !important;
                height: auto
            }

            .bx-slider-sondakika .bx-pager {
                width: 100%
            }

            .bx-slider-sondakika ul.bxslider li {
                width: 100%;
                height: auto
            }
    }

    @media screen and (max-width:1100px) and (min-width:761px) {
        #page {
            min-height: calc(100vh - 345px)
        }

        .sdLeft {
            width: calc(100vw - 350px)
        }

        .bx-slider-sondakika ul li a {
            height: 350px
        }

        .bx-slider-sondakika img {
            object-fit: cover;
            max-width: 100%;
            height: 100%
        }

        .bx-slider-sondakika .bx-pager {
            width: 100%
        }

            .bx-slider-sondakika .bx-pager a {
                width: calc(100% / 25);
                font-size: 12px
            }

        .category-page > main {
            width: 100%;
            max-width: calc(100% - 320px)
        }

        #logo img, #logoH img {
            width: 150px;
            height: 21px
        }

        nav ul li > a {
            font-size: 12px
        }

        #logo, #logoH {
            margin-top: 0;
            position: absolute;
            top: 10px
        }

        nav {
            width: calc(100% - 230px)
        }

            nav ul {
                padding-left: 0
            }

                nav ul li:first-child {
                    margin-left: 0
                }

        header.content-container .prKullanici {
            position: relative;
            float: right
        }
    }

    @media screen and (max-width:992px) and (min-width:761px) {
        .detail-page .detail-content, .detail-page .detail-content h1, .drimg figure img {
            width: calc(100vw - 370px);
            height: auto
        }

        .detail-page .news-row {
            width: 330px;
            background: url(/static/images/bg-asidey.png) -35px repeat-y;
            float: right
        }

        #haberResim {
            width: 100%;
            height: auto
        }

        .bx-slider-sondakika ul li a {
            height: 224px
        }

        .bx-wrapper .bx-caption span {
            font-size: 20px
        }
    }

    @media only screen and (max-width:760px) and (min-width:700px) {
        .news-row > .news-item {
            width: 33.33%;
            height: 240px
        }

            .news-row > .news-item > .wrapper {
                background: url(https://www.sondakika.com/static/images/bg-item-bottom_new.png) center bottom no-repeat;
                height: 225px;
                width: 100%;
                overflow: hidden;
                border-radius: 4px
            }
    }

    @media only screen and (max-width:760px) {
        #page {
            min-height: calc(100vh - 562px);
        }

        .detail-page .detail-content{
            width: 100%;
            margin-top: 15px;
        }

        .detail-page .news-row {
            display: none
        }

        .d-md-none {
            display: none
        }

        .detail-page .detail-content h1 {
            width: 100%;
            font-size: 26px;
            margin-top: 30px;
            margin-bottom: 20px
        }

        .detail-page .detail-content .haber_ozet {
            margin: 20px auto;
            float: left;
            font-size: 18px;
            font-weight: 700;
            line-height: 135%;
        }

        .detay-v3_3 {
            margin-top: 0px;
        }

        .spcl-banner {
            width: 100%;
            min-height: 100%
        }

            .spcl-banner img {
                width: 100%;
                height: auto
            }

        .DnmBnr_content {
            width: 100%;
            margin-bottom: 15px
        }

            .DnmBnr_content ul li {
                height: auto
            }

        #ilgili_videolar {
            height: calc((100vw / 16) * 9 - 20px) !important
        }

        .haberResim .sd-image {
            max-width: 100%
        }

        .sdLeft {
            width: 100%
        }

        .bx-slider-sondakika {
            width: 100%;
            height: auto
        }

            .bx-slider-sondakika ul {
                list-style: none;
                height: 100%;
            }

            .bx-slider-sondakika .bx-wrapper {
                height: auto
            }

            .bx-slider-sondakika ul.bxslider li {
                width: 100%;
                height: 100%;
            }

            .bx-slider-sondakika img {
                width: 100% !important;
                height: 100%;
            }

            .bx-slider-sondakika .bx-wrapper {
                display: flex;
                height: calc((357/639) * 100vw);
                background-color: #000000;
            }

                .bx-slider-sondakika .bx-wrapper a {
                    text-decoration: none;
                    height: inherit;
                }

            .bx-slider-sondakika .bx-pager a {
                border-bottom: 0;
            }

            .bx-slider-sondakika .bx-caption {
                padding-bottom: 10px !important;
                margin-bottom: -2px;
            }

            .bx-slider-sondakika .bx-pager {
                width: 100%
            }

        .bx-wrapper img {
            max-width: 100%;
            display: block;
            object-fit: cover;
            object-position: unset;
        }

        .news-row > .news-item {
            width: 33.33%
        }

            .news-row > .news-item > .wrapper > a > img {
                width: 100%;
                height: auto;
                max-height: 140px
            }

            .news-row > .news-item > .wrapper > a > span {
                font-size: 15px
            }

        #mapdiv text tspan {
            font-size: 9px !important
        }

        .locn-li {
            width: calc((100% / 8) - 10px)
        }

        .paperlist-page > ul.newspapers > li {
            width: 33.33%;
            height: auto;
            padding: 0 10px
        }

        .paperlist-page > ul.newspapers li img {
            max-width: 180px;
            width: 100%;
            height: auto
        }

        .sehirHavaDurumu a.tahminLink {
            width: 100%;
            height: auto;
            padding: 9px 15px 4px 0;
            background-size: contain
        }

        .kutu .baslik, .sehirHavaDurumu .kutu_ic {
            margin-right: 0
        }

        .Cntweather .sehirListesi {
            column-count: 5
        }

        .sagSutun, .sagSutun .yuksekBaslik, .sagSutun .yuksekBaslik .baslik h2, .solSutun, .solSutun .haftalikHavaDurumu, .solSutun .sehirHavaDurumu.detay {
            width: 100% !important
        }

        .Cntweather {
            overflow: hidden
        }

            .Cntweather .sehirListesi {
                width: 100% !important
            }

                .Cntweather .sehirListesi .lctnlst {
                    width: auto !important;
                    float: none
                }

                    .Cntweather .sehirListesi .lctnlst:first-child {
                        margin-top: 0
                    }

            .Cntweather .kutu .kutu_alt span {
                display: none
            }

        .sehirHavaDurumu.detay .dsktp-nmzn {
            display: none
        }

        .sehirHavaDurumu.detay .nmzmn {
            display: flex;
            width: 80%
        }

            .sehirHavaDurumu.detay .nmzmn tbody {
                width: 100%
            }

        .sehirHavaDurumu.detay .veriler {
            width: 100%
        }

        .sehirHavaDurumu {
            margin: 0 16px 16px 0;
            border-bottom: 4px solid #888
        }

            .sehirHavaDurumu, .sehirHavaDurumu .kutu_alt, .sehirHavaDurumu .kutu_alt span, .sehirHavaDurumu .kutu_ic, .sehirHavaDurumu.detay, .sehirHavaDurumu.detay .kutu_ic {
                background: 0 0;
                background-color: #eee
            }

                .sehirHavaDurumu.kutu .baslik {
                    background: 0 0;
                    background-color: #f7f4f2;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-bottom: 4px solid #ff6211;
                    padding: 0;
                    height: 64px
                }

                    .sehirHavaDurumu.kutu .baslik h2 {
                        background: 0 0;
                        font-size: 24px;
                        font-weight: 600;
                        color: #000 !important;
                        padding: 0;
                        line-height: 100%;
                        height: auto
                    }

                .sehirHavaDurumu a.tahminLink {
                    background: 0 0;
                    background-color: #888;
                    width: 85%;
                    padding: 3px;
                    text-align: center;
                    color: #fff;
                    font-size: 14px;
                    border-radius: 5px 5px 0 0;
                    left: 50%;
                    transform: translateX(-50%)
                }

                .sehirHavaDurumu.kutu .kutu_alt {
                    display: none
                }

                .sehirHavaDurumu table {
                    width: 80%;
                    margin: 10px auto 40px auto !important
                }

                    .sehirHavaDurumu table tr {
                        border-bottom: 1px solid #ccc;
                        height: 36px;
                        display: flex;
                        align-items: center;
                        justify-content: space-between
                    }

                    .sehirHavaDurumu table th {
                        width: 50%;
                        display: flex;
                        align-items: center;
                        justify-content: space-between
                    }

                    .sehirHavaDurumu table tr:last-child {
                        border-bottom: 0
                    }

                .sehirHavaDurumu .veriler {
                    margin: 0 !important;
                    margin-top: 10px !important;
                    padding-right: 0
                }

        .Cntweather h1 {
            display: none
        }

        .kutu.sehirler {
            margin-top: 10px
        }

        .sehirListesi .lctnlst {
            font-size: 16px;
            text-transform: uppercase
        }

        .lctnlst a {
            font-weight: 400 !important;
            color: #777;
            text-decoration: underline
        }

        .kutu.yuksekBaslik .baslik {
            background-position: left -147px
        }

            .kutu.yuksekBaslik .baslik h2 {
                background-position: right -233px;
                font-size: 15px !important;
                width: auto !important
            }

        .haftalikHavaDurumu {
            display: none
        }

        .monthly-namaz {
            display: block
        }

        .Cntweather .solSutun {
            min-height: 100%
        }

        .Cntweather .kutu .kutu_ic {
            margin-right: 0
        }

        .content-container.paperdetail-page {
            padding: 0
        }

        .paperdetail-page .newspaper-list {
            order: 4;
            margin: 0 10px
        }

            .paperdetail-page .newspaper-list li {
                width: 25%
            }

        .paperdetail-page h1 {
            order: 1;
            font-size: 24px;
            font-weight: 700;
            text-align: center;
            margin: 0
        }

        .paperdetail-page h2 {
            order: 3;
            font-size: 16px;
            margin: 10px
        }

        .paperdetail-page #gazeteResim {
            order: 2;
            border: none
        }

        .category-page > aside ul.news-list {
            display: none
        }
    }

    @media only screen and (max-width:700px) {
        #contentElement, #playButton {
            width: 100%
        }

        #contentElement {
            min-width: 100% !important
        }

        #haberResim, .drimg figure img {
            max-width: 100% !important;
            height: auto
        }

        .sd-box-title {
            width: 100%
        }

        .haberResim .sd-box-title {
            width: calc(100% - 30px)
        }

        .sd-image img {
            width: 100%;
            height: auto
        }

        #ilgili_videolar .ilgili_video:nth-child(-n+4) {
            display: none
        }

        #ilgili_videolar .ilgili_video {
            top: calc(50% - 36px);
            transform: translateY(-50%)
        }

        .detay-v3_3 figure {
            margin: 15px 0
        }

        

        .bbc-strap {
            min-height: 34px;
            padding: 5px
        }

        /* .bx-wrapper .bx-controls-direction a {
        transform: translateY(-50%)
    }*/

        #sondakika-slider .Mansettime {
            left: auto;
            right: 10px
        }

        .bx-slider-sondakika {
            position: relative;
            top: -10px
        }

            .bx-slider-sondakika .bx-pager {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-around;
                height: 33px;
                padding: 0;
                position: relative;
                bottom: 0;
                background-color: #000;
            }

        .bx-slider-sondakika .bx-pager a {
            width: 8px;
            height: 8px;
            border: 0;
            font-size: 0;
            padding-top: 0;
            border-radius: 50px;
            margin: 0 5px;
            /*background-color: #999494; --> lighthouse * Contrast */
            background-color: #f7f7f7;
        }
             

        .bx-slider-sondakika .bx-pager .active {
            background-color: #f88b21;
            border-top: 0
        }

        .bx-wrapper .bx-caption {
            background: linear-gradient(to bottom,rgba(0,0,0,0) -50%,rgba(0,0,0,.02) 7%,#000 69%);
            width: 100%;
            left: 0;
            padding: 50px 10px 10px 10px;
            border-left: 0;
            bottom: 0
        }

        .bx-wrapper .bx-caption span {
            background-color: #0000;
            font-size: 18px;
            font-weight: 700;
            line-height: 120%;
            font-family: Helvetica;
            padding: 0
        }

        .bx-wrapper .bx-caption span label {
            left: 0;
            padding: 0
        }

        .news-row > .news-item {
            width: 50%
        }

        .news-row > .news-item > .wrapper > a > span {
            font-size: 16px
        }

        .category-page > main > ul.news-list li > .news-detail, .category-page > main > ul.news-list li > .news-detail.news-column {
            display: none
        }

        .locn-li {
            width: calc((100% / 6) - 10px)
        }

        .content-container.paperlist-page {
            padding: 0
        }

        .paperlist-page > h1 {
            font-size: 20px;
            font-weight: 700;
            border-bottom: 1px solid #ececec;
            margin-bottom: 0 !important;
            padding: 13px 10px;
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
        }

        .localnews {
            background: #f5f5f5;
            padding: 10px 0
        }

        #E_Mail_Adresi {
            margin-right: 0
        }

        .paperlist-page > ul.newspapers {
            padding-top: 20px
        }

            .paperlist-page > ul.newspapers > li {
                margin-bottom: 30px
            }

                .paperlist-page > ul.newspapers > li a {
                    display: flex;
                    flex-direction: column-reverse
                }

                .paperlist-page > ul.newspapers > li > a > span.brand {
                    font-size: 16px;
                    color: #ff691f;
                    margin-top: 5px;
                    min-height: 100%
                }

        .sehirHavaDurumu:nth-child(odd) {
            margin-right: 0
        }

        .sehirHavaDurumu {
            width: calc(50% - 8px)
        }

        .Cntweather .sehirListesi {
            column-count: 4
        }

        .paperdetail-page .newspaper-list li {
            width: 50%
        }

        .bx-slider-sondakika {
            position: relative;
            top: 0
        }
    }

    @media only screen and (max-width:640px) {
        .brand-container, .grand-container {
            position: relative
        }

            .grand-container > .right {
                display: none
            }

            .grand-container > .left {
                display: none
            }

            .grand-container.detail > .left {
                display: block;
                border-left: 0
            }

            .grand-container.detail > .right {
                display: block;
                border-left: 0
            }
    }

@media only screen and (max-width:550px) {
    .news-row > .news-item > .wrapper::before, .news-row > .news-item > .wrapper > a::after {
        display: none;
    }

    .category-page > main > ul.news-list li::after {
        display: none;
    }

    .content-container.px-0 {
        padding: 0
    }

    #ilgili_videolar .ilgili_video:nth-child(-n+5) {
        display: none
    }

    #ilgili_videolar .ilgili_video {
        width: 50%
    }

        #ilgili_videolar .ilgili_video .ilgili-img {
            margin-top: -5px
        }

        #ilgili_videolar .ilgili_video span {
            height: 70px;
            padding: 5px
        }

    .news-row > .news-item {
        width: 100%
    }

        .news-row > .news-item > .big-date, .news-row > .news-item > .dot {
            display: none
        }

        .news-row > .news-item > .wrapper {
            border-radius: 0
        }

            .news-row > .news-item > .wrapper > a {
                display: flex !important;
                flex-direction: row;
                margin-bottom: 0;
            }

                .news-row > .news-item > .wrapper > a > img {
                    width: 128px;
                    height: 130px;
                    margin-right: 10px
                }

                .news-row > .news-item > .wrapper > a > span {
                    font-size: 16px;
                    background-color: #0000;
                    padding: 0;
                    padding-right: 7px;
                    height: auto;
                    font-weight: 600;
                    color: #000;
                }

    .content-container {
        padding: 0 16px;
    }

    .news-row > .news-item {
        height: auto;
        padding: 0;
        border: 0;
        margin-bottom: 0
    }

        .news-row > .news-item > .wrapper {
            height: auto;
            padding: 10px 16px;
            border-bottom: 1px solid #ededed;
            background: 0 0
        }

        .news-row > .news-item > .date {
            color: #fff !important;
        }

        .category-page > main > ul.news-list li > .hour, .news-row > .news-item > .date {
            background-image: url(/mstatic/images/slider_saat.png);
            background-repeat: no-repeat;
            background-position: 5px;
            background-size: 12px;
            text-indent: 15px;
            color: #fff;
            font-size: 13px;
            font-weight: 400;
            display: inline-block;
            position: absolute;
            top: 13px;
            left: 19px;
            padding: 5px 4px 4px 6px;
            border-radius: 2px;
            background-color: rgba(0,0,0,.72);
            width: auto;
            height: 22px;
            line-height: 100%;
        }

    .category-page > main > ul.news-list li > .date {
        display: none
    }

    .news-row > .news-item .backupContent {
        position: relative !important;
        height: auto !important;
        padding: 20px 0
    }

    .sondakika-doviz .sdCol .sdTitle {
        font-size: 14px
    }

    .category-page > main > ul.news-list li {
        padding: 10px 16px;
        display: flex;
        flex-direction: row;
        margin: 0;
        box-shadow: 1px 1px #ededed;
    }

        .category-page > main > ul.news-list li > a > .title {
            min-width: 100%;
            font-size: 16px
        }

        .category-page > main > ul.news-list li > a > img, .category-page > main > ul.news-list li > img {
            margin: 0;
            margin-right: 10px;
            width: 128px;
            height: 130px
        }

    .breadCrumbScope {
        padding: 0 10px;
        font-weight: 700 !important;
        font-size: 13px !important;
        margin-bottom: 0;
    }

        .breadCrumbScope .breadCrumbText {
            margin-bottom: 0 !important;
            line-height: 100%
        }

        .breadCrumbScope .breadRightArrow {
            font-size: 20px !important;
            transform: translateY(-3px) !important;
            padding: 0 5px
        }

    .category-page > h1 {
        padding: 0 10px;
        font-size: 20px !important
    }

    .category-page > h2 {
        padding: 0 10px;
        font-size: 18px !important
    }

    .locn-li {
        width: calc((100% / 5) - 10px)
    }

    .hakkimizda .icerik .column {
        width: 100%;
        padding: 0
    }

    .iletisimFormu .flex-direction {
        flex-direction: column;
        align-content: flex-start
    }

        .iletisimFormu .flex-direction.kvkk {
            flex-direction: row;
            flex-wrap: nowrap
        }

    .iletisimFormu .kvkk label {
        display: none
    }

    .iletisimFormu label {
        height: auto;
        margin-bottom: 0
    }

        .iletisimFormu label span {
            float: none
        }

    .iletisimFormu input, .iletisimFormu input[type=checkbox], .iletisimFormu select, .iletisimFormu textarea {
        margin-left: 0
    }

    .captcha {
        padding-left: 0
    }

    .kutu .baslik.gri, .kutu .baslik.gri h2 {
        height: auto;
        min-height: 33px;
        display: flex
    }

    .kutu .baslik.gri {
        padding: 5px 13px 7px 13px
    }

        .kutu .baslik.gri h2 {
            padding: 0
        }

    .kutu .baslik img.icon {
        margin-top: 6px
    }

    .kutu .baslik.gri {
        background: linear-gradient(0deg,#7c7c7b,#bcbcbc)
    }

        .kutu .baslik.gri h2 {
            background: 0 0
        }

    .Cntweather .sehirListesi {
        column-count: 3
    }

    #mobilapplinks {
        flex-wrap: wrap
    }

    .news-list-title {
        box-shadow: 1px 1px #ededed;
        padding: 10px
    }

        .news-list-title h1 {
            font-size: 26px !important
        }

        .news-list-title h2 {
            margin: 10px auto !important;
            float: left;
            font-size: 18px !important;
            font-weight: 700;
            line-height: 135%;
        }

    .category-page > main > ul.news-list li > .hour .mdate {
        display: contents
    }

    .sondakika-doviz {
        margin-right: 0
    }

    .category-page > main > ul.news-list li > .noimg > img {
        object-fit: contain;
        background-color: #d7d7d7
    }

    #content .news-row:last-child {
        margin-bottom: 5px
    }

    .seoContentRight {
        margin-bottom: 0
    }

    .footer-mob .grand-container {
        padding-top: 40px
    }

    #sdimv4 {
    }

    .sondakika-doviz.withleft {
        margin-right: 0;
    }
}


    @media only screen and (max-width:450px) {
        .detail-page .detail-content a.spot {
            background-color: #fff;
            border-top: 0;
            padding: 10px 0;
            margin: 0;
            border-bottom: 1px solid #ededed
        }

            .detail-page .detail-content a.spot > span.img {
                margin: 5px 15px 0 0
            }

            .detail-page .detail-content a.spot > span.text {
                padding-right: 15px;
                padding-top: 3px;
                font-weight: 700;
                font-size: 14px
            }

            .detail-page .detail-content a.spot > span > img {
                width: 165px;
                height: 100px
            }

            .detail-page .detail-content a.spot > span.date {
                top: 13px
            }

        .detail-page .detail-content .news-galleries {
            background-color: #f1f1f1;
            float: left;
            padding: 10px
        }

            .detail-page .detail-content .news-galleries h3 {
                color: #666;
                font-size: 18px;
                margin-top: 0
            }

            .detail-page .detail-content .news-galleries a.spot {
                padding: 0;
                margin: 10px 0;
                border-radius: 0
            }

                .detail-page .detail-content .news-galleries a.spot > span.img {
                    margin: 0
                }

                    .detail-page .detail-content .news-galleries a.spot > span.img img {
                        width: 100%;
                        height: 164px
                    }

                .detail-page .detail-content .news-galleries a.spot > span.text {
                    font-weight: 400;
                    font-size: 16px;
                    padding: 10px
                }

        .comment-container {
            padding: 10px !important
        }

        .DnmBnr_content_logo {
            width: 100px;
            margin: 0
        }

            .DnmBnr_content_logo .DnmBnr_logo {
                width: 100%;
                padding: 0 10px
            }

        .DnmBnr_content ul {
            width: calc(100vw - 143px);
            padding: 0 20px
        }

            .DnmBnr_content ul a {
                font-size: 14px
            }

        .detail-page .detail-content .wrapper {
            margin: 0;
        }

        .detail-page .detail-content .wrapper p {
            font-size: 17px;
            margin: 0 0 20px 0;
            line-height: 135%;
        }

        .detay-v3_3 h3 {
            margin: 5px 0 15px 0;
        }

        .bx-slider-sondakika .bx-pager a {
            margin: 0 2px
        }

        .locn-li {
            width: calc((100% / 3) - 10px)
        }

        .iletisimFormu input, .iletisimFormu select, .iletisimFormu textarea {
            width: 100%
        }

        iframe[title=reCAPTCHA] #rc-anchor-container {
            transform: scale(.8)
        }

        .sehirHavaDurumu {
            width: 100%;
            margin: 0 0 10px 0
        }

            .sehirHavaDurumu a.tahminLink {
                width: 70%;
                font-size: 16px
            }

        .Cntweather .sehirListesi {
            column-count: 2
        }

        .img-404 img {
            width: 100%
        }

        .list-1nd-404 li {
            margin: 0;
            margin-bottom: 7px;
            width: 100%
        }

        .search-404 input {
            width: calc(100% - 70px)
        }
    }

    @media screen and (min-width: 1100px) {
        .sdLeft .yukselt {
            display: block;
            width: 730px;
            min-width: 730px;
            max-width: 730px;
            min-height: 444px;
            max-height: 444px;
            height: 444px;
        }
    }

    @media screen and (max-width: 1100px) and (min-width: 992px) {
        .yukselt {
            height: calc(((9 / 16) * (100vw - 436px)) + 33px);
        }

        .sdLeft .yukselt {
            height: calc(((9 / 16) * (100vw - 350px)) + 33px);
        }

        .sdLeft .bx-slider-sondakika ul.bxslider li {
            height: auto;
        }

        .sdLeft .bx-slider-sondakika ul.bxslider li {
            height: calc((9 / 16) * (100vw - 350px));
        }
    }

    @media screen and (max-width: 1100px) and (min-width: 761px) {
        .sdLeft .bx-slider-sondakika ul li a {
            height: auto;
        }

        .bx-slider-sondakika img {
            width: 100% !important;
            height: auto;
        }

        .bx-slider-sondakika ul.bxslider li {
            max-width: 100%;
            width: 100%;
        }
    }

    @media screen and (max-width: 992px) and (min-width: 761px) {
        .bx-slider-sondakika ul li a {
            height: auto;
        }

        .sdLeft .bx-slider-sondakika ul.bxslider li {
            height: calc((9 / 16) * (100vw - 370px));
        }
    }
    /**/
    .detail-page .detail-content .snhaber-detail-content {
        display: flex;
        flex-direction: column;
    }

    .detail-page .detail-content img.snhaber-detail-content-img {
        width: 100% !important;
        height: auto !important;
    }





    .detail-page .detail-content .snhaber-detail-content a.hbptLink {
        position: relative;
        font-family: Roboto,'Helvetica Neue',Helvetica,Arial,sans-serif;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        color: #ff7900;
        padding: 4px 12px;
    }

        .detail-page .detail-content .snhaber-detail-content a.hbptLink:before {
            content: "";
            width: 4px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            background: #ff7900;
        }

    .detail-page .detail-content .snhaber-detail-content .breadcrumb {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
        list-style: none;
        color: #595959;
        background: none;
        border-radius: 0;
        font-size: 16px;
        font-weight: 400;
    }

        .detail-page .detail-content .snhaber-detail-content .breadcrumb a {
            color: #595959;
            font-size: 15px;
            font-weight: 400;
        }

            .detail-page .detail-content .snhaber-detail-content .breadcrumb a::after {
                content: "\00bb";
                padding: 0 4px;
            }

            .detail-page .detail-content .snhaber-detail-content .breadcrumb a:last-child::after {
                content: "";
            }

    .cmt-box {
        display: block;
        width: 100%;
        border: 1px solid #e1e1e1;
        background-color: #ff8c28;
        border-radius: 5px;
        height: 40px;
        padding: 3px;
        font-size: 16px;
        color: #fff;
    }
/*Footer Fixleme*/

.footer-mob {
    display: none;
}

.footer {
    font-family: Arial;
    width: 100%;
    height: auto;
    background-color: #2c2d31;
    overflow: hidden;
    text-align: center;
    margin: 20px auto 0;
    color: #fff;
    float: none;
}

.footer > .fwrapper {
    max-width: 1076px;
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: left;
    padding: 20px 10px;
}

.footer > .fwrapper > .fwrapperIn {
    max-width: 1056px;
    display: flex;
    padding-top: 0;
    gap: 32px;
    height: auto;
}

.footer > .fwrapper > .fwrapperIn > .col1, .footer > .fwrapper > .fwrapperIn > .col1 .links, .footer > .fwrapper > .fwrapperIn > .col2, .footer > .fwrapper > .fwrapperIn > .col2 .info, .footer > .fwrapper > .fwrapperIn > .col2 ul, .footer > .fwrapper > .fwrapperIn > .col3, .footer > .fwrapper > .fwrapperIn > .col3 .footer-cls {
    margin: 0;
}

.footer > .fwrapper > .fwrapperIn > .col2 ul li {
    padding-left: 0
}

.footer > .fwrapper > .fwrapperIn > .col1, .footer > .fwrapper > .fwrapperIn > .col1 .links, .footer > .fwrapper > .fwrapperIn > .col2, .footer > .fwrapper > .fwrapperIn > .col3, .footer > .fwrapper > .fwrapperIn > .col3 .footer-cls {
    width: auto;
}

    .footer > .fwrapper > .fwrapperIn > .col2 .here, .footer > .fwrapper > .fwrapperIn > .col2 .ticket {
        font-size: 12px;
        color: #b9b9c8;
        line-height: 135%;
    }

.footer > .fwrapper > .fwrapperIn > .col1 .links {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.footer > .fwrapper > .fwrapperIn > .col2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 703px;
    gap: 16px;
}

.footer > .fwrapper > .fwrapperIn > .col2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.footer > .fwrapper > .fwrapperIn > .col3 {
    display: flex;
    flex-direction: column;
    align-items: unset;
}

.footer > .fwrapper > .fwrapperIn > .col3 .footer-cls {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.footer > .fwrapper > .fwrapperIn > .col3 .footer-cls a {
    height: 38px;
}

.footer > .fwrapper > .fwrapperIn > .col1 .links {
    font-size: 12px;
    color: white;
}

.footer > .fwrapper > .fwrapperIn > .col1 .links a {
    color: white;
}

.footer > .fwrapper > .fwrapperIn > .col2 ul li {
    font-size: 12px;
}

@media screen and (max-width: 990px) {
    .footer > .fwrapper > .fwrapperIn > .col1 .title {
        text-align: left;
    }

    .footer > .fwrapper > .fwrapperIn > .col2 {
        gap: 8px;
    }

    .footer > .fwrapper > .fwrapperIn > .col2 ul {
        gap: 4px 8px;
    }
}

@media screen and (max-width: 767px) {
    .footer > .fwrapper > .fwrapperIn {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .footer > .fwrapper > .fwrapperIn > .col3 .footer-cls {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }


    .footer > .fwrapper > .fwrapperIn > .col2 ul {
        position: absolute;
        top: 5px;
        right: 0;
        width: 50%;
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 459px) {
    .footer > .fwrapper > .fwrapperIn > .col2 ul {
        position: relative;
        width: 100%;
        top: 0;
    }

    .footer > .fwrapper > .fwrapperIn {
        gap: 16px;
    }
}

@media screen and (max-width: 401px) {
    .footer > .fwrapper > .fwrapperIn > .col3 .footer-cls a img {
        max-width: 120px;
        width: 100%;
        height: auto;
    }
}

/*Footer Fixleme Bitti*/

/*Çerez Fixleme*/
#cconsent-bar {
    padding: 16px !important;
    background-color: #000000 !important;
    left: calc((100% - 890px) / 2) !important;
    max-width: 890px !important;
}

#cconsent-bar .ccb__wrapper {
    flex-wrap: nowrap !important;
    gap: 16px;
}

#cconsent-bar .ccb__left {
    margin: 0 !important;
}

#cconsent-bar .ccb__right {
    align-self: center;
    white-space: nowrap !important;
    display: flex !important;
    color: #FFF !important;
    width: 360px !important;
}

#cconsent-bar .ccb__right > div {
    display: flex !important;
    justify-content: space-between;
    color: #FFF !important;
    width: 360px !important;
    gap: 16px !important;
}

#cconsent-bar button {
    width: 100% !important;
    font-weight: 700;
}

#cconsent-bar button.consent-give {
    background-color: #FFD234 !important;
    color: black !important;
}

#cconsent-bar button.ccb__edit {
    color: white !important;
    border: 1px solid #FFFFFF !important;
    background-color: transparent !important;
    margin-left: 0 !important;
}

@media only screen and (max-width: 767px) {
    #cconsent-bar .ccb__wrapper {
        flex-wrap: wrap !important;
    }

    #cconsent-bar .ccb__left {
        max-width: 700px !important;
        width: 100% !important;
    }

    #cconsent-bar .ccb__right {
        justify-content: space-between !important;
        width: 100% !important;
    }

    #cconsent-bar button {
        width: 100% !important;
    }

    #cconsent-bar .ccb__right > .ccb__button {
        display: flex !important;
        color: #FFF !important;
        justify-content: space-between !important;
        width: 100% !important;
        gap: 16px;
    }
}
@media only screen and (max-width: 890px) {
    #cconsent-bar {
        padding: 16px !important;
        background-color: #000000 !important;
        left: 0 !important;
        max-width: 890px !important;
    }
}

@media only screen and (max-width: 375px) {
    #cconsent-bar .ccb__right > div {
        display: flex !important;
        color: #FFF !important;
        justify-content: space-between !important;
        width: 100% !important;
        gap: 8px !important;
        flex-direction: column;
    }
}
/*Çerez Fixleme Bitti*/
.contact-about .contact-hakkimizda {
    font-size: 36px;
    color: #272727;
    padding-bottom: 5px;
    margin: 54px 0 18px 0 !important;
    width: 100%;
    font-weight: 600;
}

.contact-about .hakkimizda.kutu, .contact-about .hakkimizda.kutu .kutu_ic {
    background: none !important;
}
.contact-about .hakkimizda.kutu .kutu_ic .icerik{
    padding:0 2px;
}

.contact-about .hakkimizda h3 {
    margin-bottom: 5px;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    font-size: 18px !important;
    color: #000 !important;
    line-height: 130%;
    margin: 10px 0 15px 0px;
    font-weight: 700;
}
.contact-about .hakkimizda p, .contact-about .iletisim p, .contact-about .hakkimizda ul.liste li, .contact-about .contact-iletisim p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 140%;
    word-break: break-word;
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
}
.contact-about .hakkimizda p{
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 140%;
    word-break: break-word;
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 35px 0;
}
.contact-about .hakkimizda .icerik .column:last-of-type {
    padding-left: 15px;
}
.contact-about .hakkimizda ul.liste {
    list-style-position: outside;
    list-style-image: url(/static/images/bullet_orange.png);
    margin-left: 16px;
}

.contact-about .iletisim.kutu {
    background: #eeeeee;
}
.contact-about .contact-iletisim h3{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    font-size: 18px !important;
    color: #000 !important;
    line-height: 130%;
    margin: 10px 0 15px 0px;
    font-weight: 700;
}
.contact-about .iletisim.kutu .kutu_ic {
    background: none;
}

.contact-about .iletisim.kutu .icerik {
    padding: 20px;
    width: auto;
}

.contact-about label.button {
    background: transparent;
}
.contact-about label.button input {
    background: #f70;
    border-radius: 8px;
}
.category-inner #sondakika-slider .bx-wrapper .bx-caption {
    padding: 5px 5px 15px 5px;
    background: linear-gradient(to bottom,rgb(0 0 0 / 0%) -50%,rgb(0 0 0 / 32%) 7%,#000 84%) !important;
}
.iletisimFormu input#Sayfa_Adresi, .iletisimFormu input#Sayfa_Adresi, .iletisimFormu textarea#mesaj, .iletisimFormu select#Mesaj_Turu, .iletisimFormu input#Sayfa_Adresi, .iletisimFormu input#E_Mail_Adresi, .iletisimFormu input#Adi_Soyadi {
    flex-grow: 1;
}
.iletisimFormu input#E_Mail_Adresi {
    width: inherit;
    margin-right: 0;
}
.iletisimFormu .bilgilendirmesi {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.iletisimFormu .bilgilendirmesi .bilgi {
    margin: 7.5px 0 7.5px 25px;
}

/**/
.i-time {
    content: url(/static/images/i-time.svg);
}

.i-googleNews {
    content: url(/static/images/i-googleNews.png);
}



.hbptDate a {
    color: #6D6D6D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.hbptDate a:hover {
    color: #000;
}

.hbptDate .i-googleNews {
    display: block;
    width: 80px;
}

.hbptDate .detay-verisi-a, .hbptDate .detay-verisi-b {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.hbptDate .detay-verisi-time {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.hbptDate .detay-verisi-b a {
    color: #6D6D6D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
}
.detay-verisi-b a:hover {
    color: #000;
}
/**/




.content-container.detail-page .news-row {
    height: auto;
    width: 100%;
    background: none;
    padding: 0 13px;
    max-width: 300px;
    float: none;
}

    .content-container.detail-page .news-row > .news-item {
        width: 100%;
        max-width: 300px;
        height: auto;
        float: right;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #ebebeb;
        margin: 0 10px 60px;
    }

        .content-container.detail-page .news-row > .news-item > .dot {
            width: 20px;
            font-size: 42px;
            font-family: sans-serif;
            height: 40px;
            z-index: 9;
            top: auto !important;
            left: 50% !important;
            bottom: -20px !important;
            right: auto !important;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            position: absolute;
            padding: 0;
        }

        .content-container.detail-page .news-row > .news-item > .date {
            width: 100%;
            font-size: 16px;
            padding-right: 0;
            position: absolute;
            top: auto;
            bottom: -30px;
            left: 0;
        }

        .content-container.detail-page .news-row > .news-item > .wrapper {
            background: 0;
            height: auto;
            position: relative;
            display: inline-block;
            width: 100%;
            max-width: 300px;
            overflow: hidden;
        }

            .content-container.detail-page .news-row > .news-item > .wrapper::before {
                content: "";
                position: absolute;
                margin-left: 0;
                display: inline-block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 13px 14px 0 14px;
                border-color: #ebebeb transparent transparent transparent;
                z-index: -1;
                top: auto !important;
                left: 50% !important;
                bottom: 0 !important;
                right: auto !important;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }

            .content-container.detail-page .news-row > .news-item > .wrapper > a {
                color: #424242;
                width: 100%;
                height: auto;
                display: inline-block !important;
                float: left;
                position: relative;
                margin-bottom: 13px;
            }

                .content-container.detail-page .news-row > .news-item > .wrapper > a > img {
                    clip-path: unset;
                }

.detail-page .news-row > .news-item > .wrapper > a > span {
    width: 100%;
    line-height: 135%;
    margin-left: 0;
}

.detail-page .news-row:first-of-type {
    position: absolute;
    margin-top: 650px;
    margin-bottom: 15px;
    right: 0;
    padding: 0;
}



@media screen and (max-width: 1100px) and (min-width: 992px) {
    .detail-page .detail-content {
        width: calc(100vw - 439px) !important;
    }
}

@media screen and (max-width: 1100px) {
    .masthead_detay_fix > #ana_160x600_scroll > * ~ .masthead_detay_fix {
        height: 100px;
        display: block;
        margin: 16px 0;
    }
    .detail-page .news-row:first-of-type {
        right: 10px;
    }

    .content-container.detail-page .news-row > .news-item {
        width: 100%;
        max-width: 300px;
        height: auto;
        float: none;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #ebebeb;
        margin: 0 10px 50px 0px;
    }
}

.content-container.detail-page #ajxslider {
    display: none;
}

#content_detayhaberlist {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 70px;
}
#content_detayhaberlist .news-row-son8 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

    #content_detayhaberlist .news-row-son8 .news-items {
        max-width: 246px;
        position: relative;
        margin-bottom: 55px;
        border-bottom: 1px solid #ebebeb;
    }

#content_detayhaberlist > .news-row-son8 > .news-items .wrapper {
    background: 0;
    height: auto;
    position: relative;
    width: 246px;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

#content_detayhaberlist > .news-row-son8 > .news-items .wrapper > a {
    color: #424242;
    width: 100%;
    height: 220px;
    display: block;
    position: relative;
    margin-bottom: 12px;
    background: #ebebeb;
    border-radius: 0 0 4px 4px !important;
    overflow: hidden;
}
#content_detayhaberlist > .news-row-son8 > .news-items .wrapper > a > img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    max-width: 246px;
    min-height: 90px;
}

#content_detayhaberlist > .news-row-son8 > .news-items .wrapper > a:hover {
    color: #222;
    text-decoration: none;
}

#content_detayhaberlist > .news-row-son8 > .news-items > .wrapper::before {
    content: "";
    position: absolute;
    margin-left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 14px 0 14px;
    border-color: #ebebeb transparent transparent transparent;
    z-index: -1;
    top: auto !important;
    left: 50% !important;
    bottom: 0 !important;
    right: auto !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    #content_detayhaberlist > .news-row-son8 > .news-items > .wrapper > a > span {
        display: -webkit-box;
        background: #ebebeb;
        width: 232px;
        height: auto;
        padding: 10px;
        overflow: hidden;
        border-radius: 0 0 4px 4px !important;
        margin-left: 0;
        line-height: 135%;
        padding-bottom: 19px;
        font-size: 16px;
        font-weight: 400;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 77px;
    }

#content_detayhaberlist > .news-row-son8 > .news-items > .data_calc_son8 {
    width: 100%;
    font-size: 16px;
    padding-right: 0;
    color: #f60 !important;
    top: auto !important;
    left: 50%;
    bottom: -30px !important;
    right: auto !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
}
#content_detayhaberlist > .news-row-son8 > .news-items > .dot {
    width: 15px;
    font-size: 42px;
    font-family: sans-serif;
    height: 40px;
    z-index: 9;
    top: auto !important;
    left: 50% !important;
    bottom: -20px !important;
    right: auto !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    padding: 0;
    color: #ff7900;
}


@media screen and (max-width: 550px) {
    /***/
    #content_detayhaberlist .news-row-son8 {
        margin-bottom: 0;
        gap:0px;
    }

    #content_detayhaberlist .news-row-son8 .news-items {
        max-width: 100% !important;
        width: 100%;
        height: auto;
        padding: 0;
        border: 0;
        margin-bottom: 0;
    }

        #content_detayhaberlist .news-row-son8 .news-items .wrapper {
            height: auto;
            padding: 10px 0;
            border-bottom: 1px solid #ededed;
        }

        #content_detayhaberlist .news-row-son8 .news-items .wrapper > a {
            display: flex !important;
            flex-direction: row;
            margin-bottom: 0;
            background-color: transparent;
            height: auto;
        }

    #content_detayhaberlist .news-row-son8 .news-items .wrapper > a > img {
        width: 128px;
        height: 130px;
        margin-right: 10px;
    }

        #content_detayhaberlist .news-row-son8 .news-items .wrapper > a > span {
            width: 100%;
            font-size: 16px;
            padding: 0;
            padding-right: 7px;
            height: auto;
            font-weight: 600;
            color: #000;
            background-color: transparent;
        }

        #content_detayhaberlist .news-row-son8 .news-items .date {
            background-image: url(/mstatic/images/slider_saat.png);
            background-repeat: no-repeat;
            background-position: 5px;
            background-size: 12px;
            text-indent: 15px;
            color: #fff !important;
            font-size: 13px;
            font-weight: 400;
            display: inline-block;
            position: absolute;
            top: 13px;
            left: 5px;
            padding: 5px 4px 4px 6px;
            border-radius: 2px;
            background-color: rgba(0,0,0,.72);
            width: 60px;
            height: 22px;
            line-height: 100%;
        }


        #content_detayhaberlist .news-row-son8 .news-items .dot.genel, #content_detayhaberlist .news-row-son8 .news-items .dot {
            display: none;
        }
    #content_detayhaberlist > .news-row-son8 > .news-items > .wrapper::before{
        content:none;
    }
    #content_detayhaberlist > .news-row-son8 > .news-items > .data_calc_son8 {
        top: 16px !important;
        left: 44px !important;
        bottom: auto !important;
        right: auto !important;
        text-align: center;
        z-index: 1;
        width: auto;
        color: white !important;
        font-size: 13px;
    }
}
