﻿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
}

.content-container.detail-page{
    margin-top:35px;
}

#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
    }

    .bx-slider-sondakika .bx-pager .active {
        background-color: rgb(151 151 151);
        border-top: 5px solid #333
    }

.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,rgba(0,0,0,0) -50%,rgba(0,0,0,.02) 7%,#000 84%) !important;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 10px 10px 10px
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-size: 26px;
        line-height: 120%;
        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: #FF671D;
    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
}

    nav ul {
        margin-top: 36px;
        font-size: 16px;
        padding-left: 15px;
        font-weight: 300
    }

        nav ul li {
            float: left;
            margin: 0 6px
        }

            nav ul li > a {
                color: #fff !important;
                font-weight: 500 !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: left;
    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: #ffc999;
        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
    }

        .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: 7px;
            overflow: hidden;
            font-weight: 400;
            border-radius: 0 0 4px 4px;
            font-size: 16px;
            line-height: 130%
        }
        /*
        .news-row > .news-item > .wrapper > a::after {
            content: '';
            display: block;
            background-color: #ebebeb;
            width: 100%;
            position: absolute;
            height: 8px;
            bottom: -8px
        }*/

.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: #454545;
    padding-right: 24px
}

.news-row > .news-item > .big-date {
    bottom: 38px;
    display: block;
    font-size: 36px;
    color: #454545;
    padding-right: 24px
}

.news-row > .news-item > .date {
    bottom: -30px;
    display: block;
    font-size: 16px;
    color: #ff9130;
    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 {
    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: 36px;
            font-weight: 600;
            float: left;
            width: 640px;
            margin-bottom: 20px
        }

        .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-top: 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: 10px 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: 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;
        border-bottom: 0;
        margin-top:20px;
    }

        .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: 7px;
            overflow: hidden;
            border-radius: 0 0 4px 4px !important;
            margin-left: 14px;
            line-height: 140%
        }

        .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: 22px;
                font-weight: 400;
                color: #D64000;
                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;
            }

            .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
    }

        .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: 10px 0 40px;
}

    .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;
    font-size: 16px
}

.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: #666;
    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;
    font-size: 16px
}

.detay-v3_3 h2 {
    font-size: 26px !important;
    color: #6b6b6b !important;
    line-height: 150%
}

.detay-v3_3 h3 {
    float: left;
    position: relative;
    width: 100%;
    font-size: 18px !important;
    color: #000 !important;
    line-height: 130%
}

    .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: 16px
}

    .detay-v3_3 b {
        font-weight: 600
    }

    .detay-v3_3 h3 {
        font-weight: 700;
        display: block;
        margin: 10px 0 10px 0px;
        font-size: 20px;
        width: 100%
    }

    .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: 10px 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
}

.detay-v3_3 {
    margin: 10px 0
}

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: 10px 0;
    color: #595959 !important;
    font-weight: 900;
    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
}

.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;
    width: auto;
    height: auto
}

.seoContentItemLeft {
    position: relative;
    min-width: 260px;
    margin: 0 24px 0 15px;
    padding: 12px 0;
    border-bottom: 1px solid #f4f4f4
}

.seoTextStyle, .seoTextStyle a {
    font-family: sans-serif !important;
    font-size: 16px !important;
    line-height: 25px !important;
    color: #010101 !important;
    font-weight: 500 !important
}

.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
    }

    #sondakika-slider .Mansettime .ssaat {
        font-family: Helvetica;
        font-size: 12.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: right;
    position: relative;
    width: 100%;
    border: 1px solid #ebebeb;
    background: #fcfcfc;
    padding: 5px 0px 0px 0px;
    height: 131px;
    margin-top: 24px;
    margin-right: 0px;
    text-align: center;
    display: flex;
}

.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: 900;
            color: #000;
            display: flex;
            justify-content: center;
        }

        .sondakika-doviz .sdCol .sdPrice {
            float: left;
            position: relative;
            width: 100%;
            margin-top: 2px;
            margin-bottom: 5px;
            font-size: 17px;
            font-weight: 900;
            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 {
    position: relative;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: #cbcbcb;
    background: url(/static/images/icon-time-grey.png) no-repeat left center;
    background-size: 17px 16px;
    padding-left: 25px;
    display: block;
    float: left;
    margin-bottom: 20px
}

.locn-h1 {
    margin-bottom: 20px !important;
    padding:13px 0px;
}

.localnews {
    float: left
}

.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) {
    .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: 24px;
    margin-top: 20px;
    float: left
}

.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;
}