﻿html {
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
}

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;
    color: inherit;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 600;
}

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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    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;
}

.play-pause-btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: none;
    border: none;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.4s ease, transform 0.3s ease;
}

    .play-pause-btn img {
        width: 50px;
        height: 50px;
    }

.hidden-btn {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(1.8);
}

.CoverTitleImg {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    gap: 10px;
    align-items: center;
}




legend {
    padding: 0;
    border: 0;
}

optgroup {
    font-weight: 600;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}


#hwndetail {
    background-color: #FFFCE0;
    padding: 15px;
    font-size: 13px;
    line-height: 130%;
    margin: 20px 0;
    float: left;
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 14px;
    color: #000;
    background-color: #fff;
}

button,
input,
select,
textarea {
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    ;
    font-size: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}


    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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    ;
    font-weight: 600;
    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;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

.haberResim {
    width: 100%;
}


.video-block {
        max-width: 300px;
        width: 100%;
        height:auto;
        min-height:132px;
        display:flex;
        align-items:center;
        justify-content:flex-end;
        gap:10px;
        background-color:#000;
        padding:10px 12px;
    }

    .hbptDate .detay-verisi {
        display: flex;
        justify-content:flex-start;
        align-items:center;
        flex-wrap:wrap;
        gap:24px;
    }

    .video-cta {
        width:100%;
        max-width:95px;
    }

    .video-cta a {
        color: #FFF !important
            ;
        line-height: 140%;
        text-decoration:none;
        font-size:16px;
    }

    .video-play {
        position:relative;
    }

        .video-play .play-first-image {
            width: 100%;
            height: auto;
        }

.video-play .new3overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content:center;
    margin: 0;

}


@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: 600;
}

dd {
    margin-left: 0;
}

.kripto-info {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.kripto-tooltip {
    visibility: hidden;
    width: 120px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

    .kripto-tooltip::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        transform: translateY(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: transparent #333 transparent transparent;
    }

.kripto-info:hover .kripto-tooltip {
    visibility: visible;
    opacity: 1;
}

.info-text a {
    font-weight: 700;
    margin-bottom: 24px;
    color: #00f;
    font-size: 20px;
    text-decoration: none;
}

@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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

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: #000;
    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: 600;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    color: #000;
    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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.wrapper table {
    font-size: 12px;
}

button,
input,
select,
textarea {
    font: 99% sans-serif;
}

html {
    overflow-y: scroll;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong,
th {
    font-weight: 600;
}

td {
    vertical-align: top;
}

p {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}

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: #000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-weight: 600;
}

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%;
}

.ad-placeholder {
    display: block;
}

.mrgrht1 {
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
            color: #000;
            font-weight: 400 !important;
            font-size: 16px !important;
            text-decoration: underline;
        }

.bx-slider-sondakika {
    float: left;
    width: 735px;
    height: 490px;
    margin-bottom: 48px !important;
}

    /*.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;
        height: 100% !important;
    }

    .bx-slider-sondakika .bx-wrapper {
        margin: 0;
        height: 100%;
        overflow: hidden;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .bx-slider-sondakika .bx-pager {
        width: 735px;
        height: 33px;
        z-index: 100;
        background-color: #F9F9F9;
    }

        .bx-slider-sondakika .bx-pager a {
            width: 4%;
            height: 33px;
            text-align: center;
            display: block;
            float: left;
            border-top: 5px solid #d2d2d2;
            font-size: 14px;
            cursor: pointer;
            color: rgb(62 62 62);
            border-bottom: 1px solid rgb(210 210 210);
            padding-top: 6px;
            font-weight: 400;
        }

        .bx-slider-sondakika .bx-pager .active {
            background-color: transparent;
            border-top: 5px solid #FF671D;
            color: #FF671D;
        }

    .bx-slider-sondakika img {
        width: 735px !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-reklam {
    position: absolute;
    top: 4px;
    left: 4px;
    height: 18px;
    width: 48px;
    background-color: #fff;
    opacity: .6;
    color: #000;
    font-size: 12px;
    font-family: sans-serif;
    padding: 2px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .bx-wrapper .bx-reklam {
        position: absolute;
        top: 3px;
        left: 3px;
        height: 10px;
        width: 28px;
        background-color: #fff;
        opacity: .6;
        color: #000;
        font-size: 8px;
        font-family: sans-serif;
        padding: 2px;
        font-weight: bold;
    }

    .sagSutun .sehirListesi {
        column-count: 3 !important;
    }

    .play-pause-btn {
        display: none;
    }

    .currency-container .currency-item:last-child {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .lnkSeo a,
    .keyclass {
        font-size: 18px !important;
    }

}


.bx-wrapper .bx-caption {
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) -50%, rgb(0 0 0 / 0%) 7%, #000 84%) !important;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 70px 10px 20px 10px;
    font-weight: 600;
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-size: 30px;
        line-height: 125%;
        padding: 0 5px;
    }

        .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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    ;
}

body,
nav ul li {
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.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: #ff671c;
    margin-bottom: 15px;
}

.header-alt {
    background-color: #000;
}

    .header-alt ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
        padding: 10px 25px;
    }

        .header-alt ul a {
            font-size: 14px;
            color: #fff;
            font-weight: 600;
        }

header {
    height: 70px;
    position: relative;
}

#logo,
#logoH {
    margin-top: 26px;
    display: inline-block;
    float: left;
}

nav {
    float: left;
    margin-top: 3px !important;
    max-width: 990px;
    width: calc(100% - 450px);
}

    nav ul {
        margin-top: 36px;
        font-size: 16px;
        font-weight: 400;
        display: flex;
        justify-content: space-evenly;
        padding: 0 15px;
    }

        nav ul li {
            float: left;
        }

            nav ul li > a {
                color: #fff !important;
                font-weight: 600 !important;
                font-size: 16px;
            }

                nav ul li > a:active,
                nav ul li > a:focus,
                nav ul li > a:hover {
                    color: #ff8b27;
                    text-decoration: none;
                }

                nav ul li > a.icon {
                    background: url(../images/icon-liste.png) center left no-repeat;
                    background-size: 14px;
                    padding-left: 18px;
                    margin-left: 5px;
                    font-size: 15px;
                }

#searchBox-container {
    float: right;
    width: 130px;
    position: absolute;
    right: 110px;
}

    #searchBox-container > .aramaFormu > input {
        width: 130px;
        height: 25px;
        margin-top: 35px;
        border-radius: 18px;
        /* Background: url(../images/search.svg) no-repeat right 7px bottom 3px #ffc999;*/
        border: 0;
        padding: 0 28px 0 10px;
        outline: 0;
        background-size: 18px;
        background-color: white;
        float: right;
    }
    /*#searchBox-container > .aramaFormu > button {
        width: 130px;
        height: 25px;
        margin-top: 35px;
        border-radius: 18px;
        Background: url(../images/search.svg) no-repeat right 7px bottom 3px #ffc999;
        border: 0;
        padding: 0 28px 0 10px;
        outline: 0;
        background-size: 18px;
        background-color: white;
        float: right;
    }*/

    #searchBox-container > .aramaFormu > #searchbtn {
        position: absolute;
        width: 22px;
        height: 22px;
        right: 0;
        top: 52px;
        border: none;
        background: url(../images/search.svg);
        background-repeat: no-repeat;
        transform: translateY(-50%);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

#slogan {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    text-align: right;
    width: auto;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    opacity: .9;
}

#content,
.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%;
    display: flex;
    margin-top: 14px;
}

.side-news {
    /*margin-right: 24px;*/
    display: flex;
    flex-direction: column;
    width: calc(100% - 1092px);
}

.sidebox {
    width: 300px;
    display: block;
}

.news-box-type1 {
    position: relative;
    height: 184px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 24px;
}

.news-row > .news-item.news-box-reklam {
    width: calc(40% - 24px);
    border: 2px solid #f0f0f0;
}

    .news-row > .news-item.news-box-reklam::before {
        content: "Reklam";
        background-color: #f0f0f0;
        border-bottom-right-radius: 3px;
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        line-height: 100%;
        font-size: 11px;
        font-weight: 600;
    }


.news-box-type1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #000, rgb(0 0 0 / 50%), #0000);
}

.side-news .news-box-type1:last-of-type {
    margin-bottom: 0;
}

.news-box-type1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-box-type1 .news-title {
    position: absolute;
    display: block;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: calc(100% - 20px);
    line-height: 140%;
}

.news-time-dark {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: rgb(0 0 0 / 80%);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 3px;
    line-height: 120%;
}

    .news-time-dark::before {
        content: "";
        display: block;
        width: 11px;
        height: 11px;
        background-image: url("../images/slider_saat.png");
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 4px;
        margin-bottom: 1px;
    }

.news-time-light {
    position: relative;
    background-color: #f0f0f0;
    color: #4F4F4F;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 10px 5px;
    line-height: 120%;
}

    .news-time-light::before {
        content: "";
        display: block;
        width: 13px;
        height: 12px;
        background-image: url(../images/slider_saat_gray.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 2px;
    }

.doviz-row {
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 15px 0;
    height: 111px;
    min-width: 350px;
    max-width: 735px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F9F9F9;
    margin-bottom: 24px;
}

    .doviz-row .dvz-col {
        width: 20%;
        border-right: 1px solid #E6F0FA;
        display: flex;
        flex-wrap: wrap;
        padding: 0px 15px;
        cursor: pointer;
    }

        .doviz-row .dvz-col:last-of-type {
            border-right: none;
        }

        .doviz-row .dvz-col img {
            margin-right: 10px;
            height: 40px;
            width: 40px;
        }

        .doviz-row .dvz-col .dvz-title {
            display: block;
            font-size: 16px;
            width: 100%;
            margin-bottom: 5px;
        }

        .doviz-row .dvz-col .price {
            display: flex;
            flex-direction: column;
        }

            .doviz-row .dvz-col .price .big {
                font-size: 18px;
                font-weight: 600;
            }

            .doviz-row .dvz-col .price .small {
                font-size: 14px;
            }

aside {
    float: right;
    width: 300px;
}

    aside > div {
        margin-bottom: 30px;
    }

/*#content {
    width: 1056px;
}*/

.news-row {
    display: flex;
    flex-wrap: wrap;
    gap:24px;
    margin-bottom: 48px;
    margin-right: -24px;
}

.news-row .news-big-date {
    margin-right:0;
}

.news-big-date {
    width: 100%;
    /*margin-left: 12px;
    margin-right: 12px;*/
    background: #EEEEEE;
    height: 48px;
    border-left: 4px solid #FF671D;
}

    .news-big-date span {
        font-size: 40px;
        padding-left: 10px;
        display: inline-block;
        margin-bottom: -1px;
    }

.news-row > .news-item {
    position: relative;
    width: calc(20% - 24px);
    height: 260px;
    border-radius: 4px;
    overflow: hidden;
}

    .news-row > .news-item.news-box-type2 {
        width: calc(40% - 24px);
    }

        .news-row > .news-item.news-box-type2 a::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 50%;
            bottom: 0;
            left: 0;
            background: linear-gradient(0deg, #000, rgb(0 0 0 / 50%), #0000);
        }

        .news-row > .news-item.news-box-type2 .news-txt {
            position: absolute;
            display: block;
            bottom: 10px;
            left: 10px;
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            width: calc(100% - 20px);
            line-height: 135%;
        }

    .news-row > .news-item.news-box-type3 {
        background-color: #eeeeee;
    }

        .news-row > .news-item.news-box-type3 img {
            width: 100%;
            object-fit: cover;
        }

        .news-row > .news-item.news-box-type3 .news-txt {
            box-sizing: border-box;
            font-size: 16px;
            font-weight: 400;
            width: 100%;
            display: -webkit-box;
            padding: 10px 10px 0;
            margin-bottom: 10px;
            height: auto;
            line-height: 135%;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

    .news-row > .news-item.news-box-type4 {
        border-radius: 0;
    }

        .news-row > .news-item.news-box-type4 .news-yty {
            height: calc(50% - 12px);
            position: relative;
            border-radius: 4px;
            overflow: hidden;
        }

            .news-row > .news-item.news-box-type4 .news-yty:last-of-type {
                margin-top: 24px;
            }

            .news-row > .news-item.news-box-type4 .news-yty::before {
                content: "";
                position: absolute;
                width: 100%;
                height: 50%;
                bottom: 0;
                left: 0;
                background: linear-gradient(0deg, #000, rgb(0 0 0 / 75%), #0000);
            }

            .news-row > .news-item.news-box-type4 .news-yty .news-txt {
                position: absolute;
                bottom: 10px;
                left: 10px;
                color: #fff;
                font-size: 16px;
                font-weight: 600;
                width: calc(100% - 20px);
                line-height: 135%;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

        .news-row > .news-item.news-box-type2 img, .news-row > .news-item.news-box-type4 img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .news-row > .news-item.news-box-type5 {
        border-radius: 0;
    }

        .news-row > .news-item.news-box-type5 .news-yty {
            background-color: #F9F9F9;
            height: calc(33.33% - 16px);
            position: relative;
            border-radius: 4px;
            overflow: hidden;
            margin-top: 24px;
        }

            .news-row > .news-item.news-box-type5 .news-yty:first-of-type {
                margin-top: 0;
            }

            .news-row > .news-item.news-box-type5 .news-yty a {
                height: 100%;
                display: flex;
            }

            .news-row > .news-item.news-box-type5 .news-yty img {
                height: 100%;
                width: 70px;
                object-fit: cover;
            }

            .news-row > .news-item.news-box-type5 .news-yty .news-txt {
                padding: 2px 5px;
                height: 100%;
                font-size: 16px;
                font-weight: 400;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

#sliderM,
.AnaMnst {
    margin-bottom: 30px;
    float: left;
}

.news-row > .news-item > .wrapper::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 8px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 14px 0 14px;
    border-color: #ebebeb transparent transparent transparent;
    z-index: -1;
}


#mtnews.news-row > .news-item > .wrapper::before {
    display: none;
}

.news-row > .news-item > .wrapper {
    height: 260px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

    .news-row > .news-item > .wrapper > a {
        color: #424242;
        width: 100%;
        height: auto;
        display: inline-block !important;
        float: left;
        position: relative;
        margin-bottom: 8px;
    }

        .news-row > .news-item > .wrapper > a:hover {
            color: #222;
            text-decoration: none;
        }

        .news-row > .news-item > .wrapper > a > img {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
            /*max-width: 246px;*/
            ;
            min-height: 90px;
        }

.detail-page .news-row > .news-item > .wrapper > a > img {
    clip-path: polygon(Calc(6% + 0px) 4px, Calc(6% + 0.4px) 2.25644042258373px, Calc(6% + 0.8px) 1.6px, Calc(6% + 1.2px) 1.14342862858286px, Calc(6% + 1.6px) 0.8px, Calc(6% + 2px) 0.535898384862246px, Calc(6% + 2.4px) 0.333939444035328px, Calc(6% + 2.8px) 0.184243194332217px, Calc(6% + 3.2px) 8.08164115469152E-02px, Calc(6% + 3.6px) 2.00502515735201E-02px, Calc(6% + 4px) 0px, Calc(100% - 4px) 0px, Calc(100% - 3.6px) 2.00502515735201E-02px, Calc(100% - 3.2px) 8.08164115469152E-02px, Calc(100% - 2.8px) 0.184243194332217px, Calc(100% - 2.4px) 0.333939444035328px, Calc(100% - 2px) 0.535898384862246px, Calc(100% - 1.6px) 0.8px, Calc(100% - 1.2px) 1.14342862858286px, Calc(100% - 0.8px) 1.6px, Calc(100% - 0.4px) 2.25644042258373px, Calc(100% - 4.44089209850063E-16px) 3.99999994039536px, 100% 5px, 100% 100%, 6% 100%, 6% 69%, 0 58%, 6% 46%);
}

.news-row > .news-item > .wrapper > a > span {
    display: block;
    background: #ebebeb;
    width: 100%;
    height: 168px;
    padding: 10px;
    overflow: hidden;
    font-weight: 400;
    border-radius: 0 0 4px 4px;
    font-size: 16px;
    line-height: 130%;
}


.detail-page .news-row > .news-item > .wrapper > a::after {
    display: none;
}

.news-row > .news-item > .dot {
    bottom: -25px;
    display: block;
    font-size: 42px;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    color: #f60 !important;
    padding-right: 24px;
}

    .news-row > .news-item > .dot.genel {
        color: black !important;
    }

.news-row > .news-item > .big-date {
    bottom: 38px;
    display: block;
    font-size: 36px;
    color: #000 !important;
    padding-right: 24px;
}

.news-row > .news-item > .date {
    bottom: -30px;
    display: block;
    font-size: 16px;
    color: #f60 !important;
    padding-right: 24px;
}

.news-row > .news-item > .cat-blue {
    color: #51aff9;
}

.news-row > .news-item > .cat-red {
    color: #ff2529;
}

.news-row > .news-item > .cat-green {
    color: #25dda7;
}

.news-row > .news-item > .cat-gray {
    color: #828282;
}

.news-row > .news-item > .cat-purple {
    color: purple;
}

#sliderM {
    width: 630px;
    height: 350px;
}

.AnaMnst {
    margin-top: 0;
}

.mnsttxt,
.mnsttxt:hover,
.mnsttxt:visited {
    background-color: rgba(0, 0, 0, .8) !important;
    font-size: 26px;
    float: none !important;
    padding: 5px 10px 5px 0;
    white-space: pre-wrap;
    font-weight: 400;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    ;
}

.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: 1440px;
    margin: 0 auto;
    padding: 0 10px;
}

.Cntweather {
    margin-top: 30px;
}

    .Cntweather h1 {
        font-size: 15px;
        margin: 0 0 6px;
        float: left;
        background: url(/static/images/boxTitles_bg.png) right -98px no-repeat;
        float: left;
        height: 39px;
        padding-right: 25px;
        padding-top: 9px;
        padding-left: 5px;
        color: #fff;
    }

.detail-page {
    position: relative;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    margin: 0 auto;
}

    .detail-page .detail-content {
        float: left;
        width: calc(100% - 348px);
    }

        .detail-page .detail-content .category-title {
            color: #FF671D;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 32px;
            display: inline-block;
            width: 100%;
        }

        .detail-page .detail-content h1 {
            font-size: 42px;
            font-weight: 600;
            float: left;
            width: 100%;
            margin-bottom: 14px;
            line-height: 125%;
        }



        .detail-page .detail-content .sd-news-date {
            margin: 0 0 20px;
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: #b1b1b1;
            float: left;
        }

        .detail-page .detail-content h2 {
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 20px;
            display: block;
            color: #000 !important;
            line-height: 130%;
            word-break: break-word;
        }

        .detail-page .detail-content > .relase-date {
            font-size: 16px;
            font-weight: 400;
            text-align: left;
            display: block;
            width: 100%;
            margin: 10px 0;
            color: #b1b1b1;
        }

        .detail-page .detail-content > video {
            width: 100%;
            min-height: 350px;
            margin: 10px 0 20px;
            background-color: #000;
        }

        .detail-page .detail-content .wrapper {
            width: 100%;
            display: inline-block;
            font-size: 18px;
            margin-bottom: 0;
        }

            .detail-page .detail-content .wrapper p {
                line-height: 140%;
                word-break: break-word;
                float: left;
                position: relative;
                width: 100%;
                margin: 0 0 24px 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 .wrapper iframe {
                margin-bottom: 24px !important;
            }

                .detail-page .detail-content .wrapper iframe:first-child {
                    margin-bottom: 0 !important;
                }

        .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%;
            }

.news-detail-container {
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.left-block {
    width: 772px;
    max-width: 100%;
}

.right-block {
    width: 300px;
    max-width: 100%;
}

    .right-block .news-new-row {
        max-width: 300px;
        height: auto;
        width: 100%;
        background: #FFEBE2;
        padding: 10px;
        border-radius: 4px;
        margin-bottom: 48px;
    }

        .right-block .news-new-row img {
            width: 100%;
            height: auto;
            object-fit: cover;
            margin-bottom: 10px;
        }

        .right-block .news-new-row .news-txt {
            font-size: 16px;
            line-height: 135%;
        }

.brainsland-container {
    display:inline-block;
    width:100%;
    height:536px;
    overflow:hidden;
}

.mb-24 {
    margin-bottom: 24px;
}

/*.right-block .news-new-row .news-item.news-box-type3.mb-24:last-child {
    margin-bottom: 0 !important;
}*/

.sicak-gelisme {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 4px;
}

.gundem-bg {
    width: 100%;
    height: auto;
}

.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    padding: 20px;
}

    .overlay-text h3,
    .overlay-text p {
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 700;
        line-height: 140%;
    }


.font-34 {
    font-size: 34px !important;
}

.breadCrumbScope {
    display: flex;
    float: left;
    width: 100%;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin: 0 0 30px;
}

@media only screen and (max-width: 560px) {
    .breadCrumbScope {
        margin: 30px 0 20px 0;
    }
}

.breadCrumbScope a {
    text-decoration: none;
    font-weight: 400 !important;
}

.breadCrumbScope .breadCrumbText {
    position: relative;
    margin-bottom: 0;
    color: #595859;
    line-height: 150%;
}

    .breadCrumbScope .breadCrumbText a {
        color: #595859 !important;
        font-size: 15px;
    }

    .breadCrumbScope .breadCrumbText.active {
        color: #2d2d2d;
        font-weight: 600;
    }

.breadRightArrow {
    position: relative;
    color: #302d2d;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 20px;
    font-weight: 400;
    vertical-align: bottom;
    line-height: 108%;
    margin: 0px 5px;
}

.detail-page .detail-content > .breadcrumb {
    float: left;
    position: relative;
    width: 100%;
}

    .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 {
    border-radius: 5px;
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 48px;
}

    .comment-container > h2 {
        font-size: 22px;
        font-weight: 400;
        margin: 20px 0 10px 3px;
        float: left;
    }

.detail-page .form .form-row {
    display: block;
    width: 100%;
}

    .detail-page .form .form-row h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .detail-page .form .form-row .textarea-wrapper.cm-comment {
        position: relative;
        margin-bottom: 16px;
    }

        .detail-page .form .form-row .textarea-wrapper.cm-comment > textarea {
            display: block;
            width: 100%;
            border: 1px solid #e1e1e1;
            height: 100px;
            border-radius: 5px;
            padding: 12px;
            font-size: 16px;
            clear: left;
            outline: 0;
            resize:none;
            overflow: auto;
        }

        .detail-page .form .form-row .textarea-wrapper.cm-comment > .count-result {
            position: absolute;
            right: 6px;
            font-size: 13px;
            margin-bottom: 10px;
            top: 20px;
        }

#prYorumKutu,
.prYorumCvp {
    position: relative;
}

    #prYorumKutu .prYorumBlur .prYorumKadi {
        font-weight: 600;
        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: 600;
    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: 600;
    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: 12px 14px;
    padding-left: 30px !important;
    border-left: 1px solid #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: 10px;
    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;
        white-space: nowrap;
    }

.prDKulLogin:after {
    background: url("../images/icon-login.svg") no-repeat 0 0;
}

.prDKulLogout:after {
    background: url("../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: none;
        background-color: #FF671D;
        border-radius: 5px;
        height: 40px;
        padding: 3px;
        font-size: 16px;
        color: #fff;
    }

.detail-page .comment-list {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .detail-page .comment-list > h3 {
        font-size: 22px;
        font-weight: 600;
    }

    .detail-page .comment-list > li {
        display: block;
        float: left;
        list-style: none;
        font-size: 16px;
        margin: 24px 0 0;
        width: 100%;
        background-color: #eeeeee;
        border-radius: 5px;
        padding: 24px;
    }

        .detail-page .comment-list > li:last-child {
            border-bottom: none;
        }

        .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 {
            padding-left: 16px;
            margin-left: 35px;
            float: left;
            width: calc(100% - 35px);
            border-left: 4px solid #e2e2e2;
            margin-top: 30px !important;
        }

        .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-top: 15px;
        }

            .detail-page .comment-list > li .actions > .txt-replay {
                color: #989898;
                font-weight: 400;
                font-size: 14px;
                cursor: pointer;
            }

                .detail-page .comment-list > li .actions > .txt-replay::before {
                    content: "";
                    width: 16px;
                    height: 16px;
                    margin-right: 5px;
                    background: url(/static/images/pencil.svg);
                    background-repeat: no-repeat;
                    background-size: contain;
                    position: relative;
                    display: inline-block;
                }

            .detail-page .comment-list > li .actions > .rate {
                display: inline-block;
                width: auto;
                margin-right: 10px;
                padding-left: 18px;
                text-align: left;
                color: #989898;
                font-weight: 400;
                font-size: 14px;
            }

                .detail-page .comment-list > li .actions > .rate.rate-up {
                    background: url(/static/images/like.svg) left center no-repeat;
                    background-size: 14px;
                    cursor: pointer;
                }

                .detail-page .comment-list > li .actions > .rate.rate-down {
                    background: url(/static/images/dislike.svg) left center no-repeat;
                    background-size: 14px;
                    cursor: pointer;
                }

        .detail-page .comment-list > li .reply .actions > .rate.rate-down {
            margin-right: 0;
        }

        .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 {
    display: inline-block;
    width: auto;
    background-color: #FF671D;
    border-radius: 5px;
    padding: 12px 24px;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    margin-top: 32px;
}

    .link-all-comments:hover {
        font-weight: 400 !important;
    }

    .link-all-comments:active, .link-all-comments:visited {
        color: #fff;
    }

.detail-page > aside {
    height: 600px;
    margin-bottom: 30px;
}

.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: 100%;
        height: auto;
        min-height: 235px;
        float: right;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        margin-bottom: 48px;
        border: 0;
    }

        .detail-page .news-row > .news-item:last-child {
            margin-right: 0;
        }

        .detail-page .news-row > .news-item > .wrapper {
            background: 0;
            height: auto;
            position: relative;
            display: inline-block;
            width: 246px;
            overflow: hidden;
        }

            .detail-page .news-row > .news-item > .wrapper > a {
                color: #424242;
            }

                .detail-page .news-row > .news-item > .wrapper > a:hover {
                    color: #222;
                    text-decoration: none;
                }

        .detail-page .news-row > .news-item > .big-date,
        .detail-page .news-row > .news-item > .date,
        .detail-page .news-row > .news-item > .dot {
            position: absolute;
            color: #ff9130;
            display: block;
            text-align: center;
        }

        .detail-page .news-row > .news-item > .wrapper > a > span {
            display: block;
            background: #ebebeb;
            width: 232px;
            height: auto;
            padding: 10px;
            overflow: hidden;
            border-radius: 0 0 4px 4px !important;
            margin-left: 14px;
            line-height: 135%;
            padding-bottom: 15px;
        }

        .detail-page .news-row > .news-item > .dot {
            top: 47px;
            width: 20px;
            font-size: 42px;
            font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
            ;
            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;
        }

        .detail-page .news-row > .news-item img {
            height: 146px;
        }

.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: 100%;
}

.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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.paperlist-page > ul.newspapers {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}

.paperdetail-page > h1,
.paperdetail-page > h2 {
    margin-top: 10px;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    ;
    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: 400;
        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: 400;
                    padding: 6px 10px;
                }

.category-page > main {
    width: 100%;
    max-width: 1100px;
}

.detail-page ul.news-list {
    display: inline-block;
    margin: 0;
    margin-right: 24px;
    padding: 0;
    /*   width: 100%;*/
}

.category-page > main > ul.news-list {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

    .category-page > main > ul.news-list li, .detail-page ul.news-list li {
        display: flex;
        position: relative;
        margin: 0 0 32px;
        float: left;
        width: 100%;
        height: 100%;
        max-height: 340px;
        gap: 24px;
    }


@media screen and (max-width:1050px) {
    /* .category-page > main > ul.news-list, .detail-page ul.news-list {
        width: 100%;
    }*/

    /*.category-page > main > ul.news-list li, .detail-page ul.news-list .mblbtmHbr {
            display: flex;
            gap: 24px;
        }*/
}

.category-page > main > ul.news-list .nws-txt > .news-column, .detail-page ul.news-list .nws-txt > .news-column {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 140%;
}

.category-page > main > ul.news-list li:last-child::after {
    display: none;
}






.category-page > main > ul.news-list li > a > .img-wrapper > img, .category-page > main > ul.news-list li > img, .detail-page ul.news-list li > a > img, .detail-page ul.news-list li > img {
    width: 372px;
    height: 209px;
    object-fit: cover;
    border-radius: 4px;
}



.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;
        }

.category-page > main > ul.news-list .nws-txt, .detail-page ul.news-list .nws-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

    .category-page > main > ul.news-list .nws-txt > .hour {
        background-color: #FF671D;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        display: flex;
        padding: 5px;
        border-radius: 3px;
        margin-bottom: 12px;
        text-indent: 2px;
    }

    .category-page > main > ul.news-list .nws-txt > .content, .detail-page ul.news-list .nws-txt > .content {
        font-size: 20px;
        margin-bottom: 4px;
        font-weight: 600;
        line-height: 135%;
    }

.category-page > main > ul.news-list li.big {
    background: #eeeeee;
    border-radius: 4px;
}

    .category-page > main > ul.news-list li.big .content {
        font-size: 21px;
    }

    /* .category-page > main > ul.news-list li.big > a {
        width: 50%;
    }*/

    .category-page > main > ul.news-list li.big > .nws-txt {
        width: 50%;
        padding: 32px 32px 32px 0;
    }

    .category-page > main > ul.news-list li.big > a > .img-wrapper > img {
        width: 542px;
        height: 340px;
        max-height: 360px;
        object-fit: cover;
        border-radius: 4px 0 0 4px;
    }

    .category-page > main > ul.news-list li.big p.news-detail {
        font-size: 18px;
    }

.news-list-title h1 {
    font-size: 36px;
    color: #272727;
    margin-bottom: 0;
    padding-bottom: 5px;
    width: 100%;
    font-weight: 600;
    display: inline-block;
}

.news-list-title h2 {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 42px;
    font-size: 22px;
    margin-top: 7px;
    line-height: 130%;
}

.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;
        font-weight: 400;
        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;
    font-weight: 400;
    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: #FF671D;
                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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    ;
    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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;;
    width: 100%;
    height: 210px;
    background-color: #2c2d31;
    overflow: hidden;
    text-align: center;
    margin: 72px auto 0;
    color: #fff;
    float: left;
}

.footer>.fwrapper {
    width: 1440px;
    height: 210px;
    vertical-align: top;
    text-align: left;
    padding: 0 10px;
}

.footer>.fwrapper>.fwrapperIn {
    width: 1440px;
    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: 600;
}

.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: 600;
}

.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 {
        text-align: center;
        margin: 5px;
        margin-bottom: 48px;
    }

    .paging ul li a {
        border-radius: 16px;
        color: #ff8400;
        background-color: #fff;
        border: 2px solid #ff8400;
        display: block;
        width: 30px;
        padding: 6px;
    }

    .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-color: #f4f4f4;
}

.sehirHavaDurumu {
    clear: none;
    float: left !important;
    margin-right: 16px;
    width: 228px;
}

    .sehirHavaDurumu.detay,
    .sehirHavaDurumu.detay .kutu_ic {
        background-color: #f4f4f4;
    }

    .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;
        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;
        display: flex;
        justify-content: space-between;
    }

    .sehirHavaDurumu table th {
        color: #000;
        font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
        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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 17px;
    font-weight: 600;
    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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
        font-size: 15px;
        height: 20px;
        padding-bottom: 15px;
        text-align: left;
    }

    .haftalikHavaDurumu table td {
        color: #000;
        font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
        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;
    column-count: 2;
}

    .sagSutun .sehirListesi li {
        height: 20px;
    }

        .sagSutun .sehirListesi li a {
            color: #000;
        }

.sehirListesi li a:hover {
    color: #f60;
}

.kutu {
    margin-bottom: 24px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 18px;
}

    .kutu .kutu_ic {
        margin-right: 15px;
        display: flex;
        width: auto;
        flex-direction: column;
    }

    .kutu .baslik {
        background: linear-gradient(180deg, #FF8C00 0%, #FF4C00 100%);
        height: 39px;
        margin-right: -15px;
        padding-left: 13px;
        margin-bottom: 24px;
    }

        .kutu .baslik img.icon {
            float: left;
            margin-right: 7px;
            margin-top: 2px;
        }

        .kutu .baslik h2 {
            font-size: 15px;
            background: linear-gradient(180deg, #FF8C00 0%, #FF4C00 100%);
            color: #fff;
            float: left;
            height: 39px;
            padding-right: 25px;
            padding-top: 11px;
        }

        .kutu .baslik.gri {
            background-position: left -147px;
            height: 33px;
            margin-bottom: 24px;
        }

            .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;
                padding-left: 10px;
            }

    .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;
            border: 1px solid #FFFFFF;
        }

    .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-left: 0 !important;
    margin-right: 0;
}

.solSutun {
    float: left;
    margin-right: 10px;
    width: 640px;
    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: 24px 10px 10px 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: 600;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.prytd {
    padding-top: 4px;
    width: 30px;
}

.turuncu {
    color: #000 !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: 400 !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: 0 0 35px 18px !important;
}

.hakkimizda,
.iletisim {
    clear: both;
}

    /* .hakkimizda .icerik,*/
    .iletisim .icerik {
        padding-top: 5px;
    }

    .hakkimizda p,
    .iletisim p, .hakkimizda table td, .iletisim table td, .hakkimizda li, .iletisim li {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 140%;
    }

    .hakkimizda table, .iletisim table {
        margin-bottom: 20px;
    }

    .hakkimizda h1 {
        font-size: 42px;
        font-weight: 600;
        float: left;
        width: 100%;
        margin-bottom: 32px;
        line-height: 125%;
    }

    .hakkimizda h2 {
        float: left;
        position: relative;
        width: 100%;
        font-size: 24px;
        font-weight: 600;
        line-height: 130%;
        margin-bottom: 16px;
    }

    .hakkimizda h3 {
        margin-bottom: 16px;
        font-size: 22px;
        line-height:150%;
    }

    .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: 600;
        margin: 0 0 15px;
        position: relative;
        width: 150px;
        line-height: 27px;
    }

        .iletisimFormu label span {
            float: right;
        }

.ie6 .iletisimFormu label span,
.ie7 .iletisimFormu label span {
    margin-top: -27px;
}

.iletisimFormu label span.bilgi {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    float: none;
    left: 495px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 400px;
}

.bollsagalt,
.manset-container .slick-slide {
    position: relative;
}

.iletisimFormu input,
.iletisimFormu select,
.iletisimFormu textarea {
    border: 1px solid #ccc;
    margin: 0 0 15px 25px;
    padding: 5px;
    width: 300px;
}

.iletisimFormu label.button input {
    float: left;
    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;
}

.kvkkpg .hbtxtb2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 130%;
}

.kvkkpg .hbtxtb3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 120%;
    font-weight: 400
}

.kvkkpg .hbtxtcnt {
    text-align: center;
}

.kvkkpg .hbtxttnm, .kvkkpg .hbtxttnm th, .kvkkpg .hbtxttnm td {
    border: 1px solid #000;
}

    .kvkkpg .hbtxttnm td {
        padding: 10px;
    }

    .kvkkpg .hbtxttnm tr td:first-child {
        font-weight: bold;
    }

.kvkkpg p {
    margin-bottom: 20px;
    line-height: 130%
}

.kvkkpg li > p, .kvkkpg .hbtxttnm td p {
    margin-bottom: 0px;
}


.kvkkpg .hbtxtl12 li {
    margin-bottom: 10px;
}

.kvkkpg .hbtxtl12, .kvkkpg .hbtxtl12 ol {
    padding-left: 15px;
}

    .kvkkpg .hbtxtl12 > li > p {
        margin-bottom: 10px;
    }


.kvkkpg .hbtxtl13 {
    padding-left: 25px;
}

    .kvkkpg .hbtxtl13 > li {
        margin-bottom: 10px;
        list-style-type: lower-roman;
    }

        .kvkkpg .hbtxtl13 > li > h4 {
            margin-bottom: 5px;
        }

.kvkkpg .hbtxtl14 {
    padding-left: 25px;
}

    .kvkkpg .hbtxtl14 > li {
        margin-bottom: 10px;
        list-style-type: lower-alpha;
    }

.kvkkpg .hbtxtl13 .hbtxtl14 {
    padding-top: 10px;
}

.contact-about {
    margin-top: 0;
}

input.button,
label.button input {
    background: linear-gradient(180deg, rgba(255,135,0,1) 50%, rgba(255,79,0,1) 100%);
    border: 0;
    color: #fff;
    cursor: pointer;
    height: 40px;
    margin: 0;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    font-size: 15px;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    padding: 0 17px;
}

.iletisimFormu label.button {
    clear: both;
    float: none;
    width: 100%;
}

.invalid,
.valid {
    /* margin: 15px 0 20px;*/
    font-size: 15px;
    float: left;
}

label.button {
    background: linear-gradient(180deg, rgba(255,135,0,1) 50%, rgba(255,79,0,1) 100%);
    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%;
    line-height:140%;
}

    .lnkSeo a {
        font-size: 20px;
        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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    ;
    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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
                font-size: 14px;
                font-weight: 600;
                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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
        ;
    }

    .itemsYeniDivic a:hover {
        color: #fff;
    }

.keyword-sd {
    font-weight: 600 !important;
    color: #000;
    display: -webkit-inline-box;
}

.secim-banner-div {
    text-align: center;
    margin-bottom: 17px;
}

    .secim-banner-div .secim-banner-div-title {
        position: absolute;
        left: 50%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 980px;
        text-align: left;
    }

        .secim-banner-div .secim-banner-div-title .first-secim {
            padding-left: 26px;
            padding-top: 13px;
            color: #fff;
            font-size: 36px;
        }

        .secim-banner-div .secim-banner-div-title .second-secim {
            padding-left: 26px;
            padding-top: 13px;
            color: #fff;
            font-size: 18px;
        }

            .secim-banner-div .secim-banner-div-title .second-secim .secim-sayac {
                font-size: 26px;
            }

.social-links a {
    margin-right: 10px;
}




.sd-box {
    margin-top: 40px;
    display: inline-block;
}

.sd-news-date {
    font-size: 13px;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    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: #000;
        font-weight: 600;
    }

.sd-box-count {
    display: inline-block;
    background: #FF671D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px;
    box-sizing: border-box;
    float: left;
}

.sd-box-title {
    float: left;
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px;
    width: 595px;
    font-weight: 600;
}

.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) no-repeat 2px 4px;
    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) no-repeat 0 2px;
    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) no-repeat 0 4px;
    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: 400;
    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: 600 !important;
}

.wrapper aside {
    float: none;
    width: auto;
}


@media screen and (width:1790px) {
    #160x600_sol {
        display: none;
    }

    #160x600_sol {
        display: none;
    }
}




@media screen and (max-width:980px) {
    body {
        /*overflow-x: visible;*/
        height: auto;
    }
}

#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 #FF671D;
    }

#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 #FF671D;
}

#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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    display: table-cell;
    vertical-align: middle;
}

    .socialMediaScope a {
        vertical-align: middle;
    }

    .socialMediaScope .iconText {
        float: left;
        position: relative;
        padding-top: 1px;
        padding-left: 8px;
    }

    .socialMediaScope .iconImage {
        float: left;
        position: relative;
    }

    .socialMediaScope .smIcon {
        display: inline-block;
        width: 100px;
        position: relative;
        padding: 8px 8px 4px 8px;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        margin: 0 4px;
        text-align: left;
        cursor: pointer;
        transition: all .34s ease;
        -webkit-transition: all .34s ease;
        -moz-transition: all .34s ease;
        -o-transition: all .34s ease;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
    }

    .socialMediaScope .smFacebook {
        background-color: #3a5b94;
    }

        .socialMediaScope .smFacebook:hover {
            background-color: #2c497b;
        }

    .socialMediaScope .smTwitter {
        background-color: #67bef6;
    }

        .socialMediaScope .smTwitter:hover {
            background-color: #4f9bc4;
        }

    .socialMediaScope .smWhatsapp {
        background-color: #57bb63;
    }

        .socialMediaScope .smWhatsapp:hover {
            background-color: #3a8f44;
        }

    .socialMediaScope .smGoogle {
        background-color: #e44325;
    }

        .socialMediaScope .smGoogle:hover {
            background-color: #c0331a;
        }

    .socialMediaScope .smInstagram {
        background-color: #517fa6;
    }

        .socialMediaScope .smInstagram:hover {
            background-color: #3a5f7e;
        }

.detay-v3_3 * {
    box-sizing: border-box;
}

.detay-v3_3 .drimg figure img {
    margin-bottom: 24px;
    height: auto;
    max-width: 580px;
}

.detay-v3_3 h2 {
    font-size: 26px !important;
    color: #6b6b6b !important;
    line-height: 150%;
}

.detay-v3_3 h3 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    font-size: 24px;
    color: #000 !important;
    line-height: 130%;
    margin: 0 0 24px;
    font-weight: 600;
}

    .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 {
    display: inline-block;
    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: 600;
            text-align: right;
            content: counter(item) ")";
        }

.detay-v3_3 ul li {
    list-style: inside;
    margin-bottom: 10px;
    font-size: 20px;
}

.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: #000 !important;
    line-height: 150%;
    font-size: 20px;
}

    .detay-v3_3 b {
        font-weight: 600;
    }



    .detay-v3_3 a {
        color: #000 !important;
        font-weight: 400;
    }

    .detay-v3_3 i {
        font-style: italic !important;
    }

    .detay-v3_3 iframe {
        float: left;
        position: relative;
        width: 100%;
        height:280px;
    }

#inpage_reklam iframe {
    margin: 0;
}

.detay-v3_3 figure {
    text-align: center;
    position: relative;
    margin: 0;
    width: 60%;
}

.detail-page .detail-content .wrapper p {
}

@media only screen and (max-width:1200px) {

    /*.detay-v3_3 figure {
        text-align: center;
        position: relative;
        margin: auto;
        width: 60%;
    }*/

    .drimg figure img {
        width: 100%;
        height: 100%;
    }

    /*  .detail-page .detail-content .wrapper p {
        margin-top: 20px;
    }*/

    /*.content-container.detail-page .news-row {
        max-width: 270px !important;
    }*/
    
     .hbptDate{
        flex-direction: column-reverse;
        align-items: flex-start !important;
    }

    .video-detay.hbptDate {
        flex-direction: unset;
        align-items: center !important;
    }
}



.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-bottom: 24px;
    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: #000;
}


h3 .keyword-sd {
    font-size: 19px !important;
    color: #000 !important;
}

.detayNeOldu,
.detayNeOldu .neolduh3 {
    margin-top: 0 !important;
}

.haberkaynak {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
    font-weight: 400;
    font-size: 20px;
    color: #595859;
}

    .haberkaynak a {
        color: #595859;
        font-weight: 600;
        font-size: 20px;
        cursor: pointer;
    }

.seoContentRight {
    position: relative;
    float: left;
    height: auto;
    background-color: #ebebeb;
    margin-bottom: 20px;
    width: 100%;
}


.newsSeoLine {
    position: relative;
    float: left;
    padding-bottom: 12px;
    width: 100%;
}

.seoContentItemTitleRight {
    margin: 15px 0;
    position: relative;
    float: left;
    width: 100%;
    border-left: 4px solid #FF671D;
}

.seoTextStyleTitle {
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 18px !important;
    line-height: 25px !important;
    margin-left: 10px !important;
    color: #010101 !important;
    font-weight: 600 !important;
    display: inline;
}

    .seoTextStyleTitle h4 {
        font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
        font-size: 18px !important;
        line-height: 25px !important;
        color: #010101 !important;
        font-weight: 600 !important;
        display: inline;
    }

.seoContentRightColumnOne {
    position: relative;
    float: left;
    height: auto;
    width: 100%;
}

.seoContentItemLeft {
    position: relative;
    min-width: 260px;
    margin: 0 15px 12px 15px;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #d9d9d9;
}

    .seoContentItemLeft:last-child {
        border-bottom: 0;
        margin: 0 15px;
        padding: 0;
    }

.seoTextStyle,
.seoTextStyle a {
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 16px !important;
    line-height: 25px !important;
    color: #010101 !important;
    font-weight: 400 !important;
}

    .seoTextStyle a {
        margin-left: 5px;
    }

.google-news-button {
    width: 114px;
    height: 36px;
    object-fit: contain;
}

.abonelink {
    display: inline-block;
    height: 36px;
    margin-right: 55px;
}

.Abone-ol {
    height: 36px;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 16px;
    font-weight: 600;
    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%;
        width: 32px;
        height: 32px;
        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%;
        width: 32px;
        height: 32px;
        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 {
    width:82px;
    height: 31px;
    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;
        height: 15px;
        position: relative;
        display: inline-block;
        margin: 1px 0;
    }

    #sondakika-slider .Mansettime .ssaat {
        font-family: Helvetica;
        font-size: 14.8px;
        font-weight: 600;
        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 {
    position: relative;
    width: 735px;
}

#imsak_serit {
    height: 43px;
    margin-bottom: 7px;
}

.sondakika-doviz {
    float: left;
    position: relative;
    width: 100%;
    border: 1px solid #ebebeb;
    background: #fcfcfc;
    padding: 10px 0px 0px 0px;
    height: 131px;
    margin-top: 21px;
    text-align: center;
    display: flex;
    max-width: 730px;
}

    .sondakika-doviz.withleft {
        width: Calc(50% - 10px);
        margin-right: 7px;
    }

    .sondakika-doviz .sdCol {
        float: left;
        position: relative;
        width: 20%;
        border-right: 1px solid #f2f2f2;
    }

        .sondakika-doviz .sdCol .sdTitle {
            float: left;
            position: relative;
            width: 100%;
            margin-top: 7px;
            font-size: 16px;
            font-weight: 600;
            color: #000;
            display: flex;
            justify-content: center;
        }

        .sondakika-doviz .sdCol .sdPrice {
            float: left;
            position: relative;
            width: 100%;
            margin-top: 2px;
            font-size: 17px;
            font-weight: 600;
            color: #666;
            display: flex;
            justify-content: center;
        }

        .sondakika-doviz .sdCol .sdImg {
            float: left;
            position: relative;
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .sondakika-doviz .sdCol .sdPrice.up {
            color: #00661F;
        }

        .sondakika-doviz .sdCol .sdPrice.down {
            color: #AB1214;
        }

        .sondakika-doviz .sdCol:last-child {
            border: none;
        }


#sdimv4 {
    width: Calc(50% - 15px);
    height: 131px;
    float: left;
    margin-top: 24px;
    margin-right: 15px;
}

input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.drimg figure {
    line-height: 0;
}

    .drimg figure img {
        float: left;
    }

.footer-cls {
    position: absolute;
    left: 930px;
    top: 45px;
    width: 124px;
}

@media only screen and (min-width:1301px) and (max-width:1391px) {
    
    .brainsland-container {
         min-height: 1350px;
        height: auto;
    }
}

@media only screen and (min-width:664px) and (max-width:767px) {
    
    .brainsland-container {
        min-height: 536px;
        height: auto;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    
    .brainsland-container {
        min-height: 1050px;
        height: auto;
    }
}

@media only screen and (max-width:663px) {

       .brainsland-container {
       min-height: 1050px; 
        height: auto; 
    }
}

@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;
    }

    /*.category-page > main {
        max-width: calc(100% - 24px) !important;
    }*/

    .category-page > main > ul.news-list li, .detail-page ul.news-list .mblbtmHbr img {
        width: auto;
        height: 195px;
        margin-right: 0;
    }
}



.keyclass {
    font-size: 20px;
    color: #595859;
    font-weight: 400;
    line-height: 140%;
}

.tablebody {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
}

    .tablebody td {
        text-align: center;
        padding: 0 5px;
        border: 1px solid;
        vertical-align: middle;
    }

.hbptDate {
   width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px; 
    font-size:16px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom:24px;
}

.locn-h1 {
    margin-bottom: 20px !important;
    padding: 13px 0px;
    margin-bottom: 24px !important;
    width: 100%;
    font-weight: 600 !important;
    border-bottom: 0 !important;
}

.localnews {
    float: left;
    margin: 0 0 30px 0;
}

.locn-li {
    float: left;
    width: 10%;
    list-style-type: none;
    margin: 10px 5px 10px 5px;
    text-align: center;
    height: 70px !important;
}

.localnews .hbpPlateItem {
    background-color: #FF671D;
    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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    ;
    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: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.vl-notif-message {
    background: 0 0;
    font-size: 14px;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    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: #000;
        cursor: pointer;
    }

        .vl-notif-buttons button:hover {
            color: #000;
            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: #000;
        border-color: #dadada;
    }

@media screen and (max-width:440px) {
    .hbptDate .detay-verisi, .video-detay.hbptDate {
        flex-wrap: wrap;
        gap: 16px;
        align-items: flex-start;
    }


    .hbptDate .detay-verisi-b a {
        height:28px;
    }

       /* .hbptDate .detay-verisi-b {
            justify-content: flex-end;
        }*/

    .web_push_notif_perm {
        max-width: 90%;
        width: 100%;
        left: 0;
        margin-left: 5%;
    }

    .vl-notif-logo {
        width: 25%;
    }

    .vl-notif-msg {
        width: 75%;
        padding-left: 10px;
    }
}

@media screen and (max-width:378px) {
    .vl-notif-title {
        font-size: 14px;
    }

    .vl-notif-message {
        font-size: 12px;
    }

    .vl-notif-buttons button {
        font-size: 12px;
        margin-left: 5px;
    }
}

#ilgili_videolar {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 12px;
}

#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-block;
    width: 24.3%;
    height: 28%;
    padding: 0 12px;
    text-align: center;
    position: relative;
}

    #ilgili_videolar .ilgili_video span {
        color: #fff;
        font-size: 13px;
        font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
        ;
        text-decoration: none;
        font-weight: 400;
        line-height: 120%;
        padding: 5px 21px 0 21px;
        display: inline-block;
        text-align: left;
        height: auto;
        overflow: hidden;
    }

    #ilgili_videolar .ilgili_video .ilgili-img {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: calc((10/17) * 100%);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #ilgili_videolar .ilgili_video img.play_ilgili {
        width: 45%;
        margin: 0;
        border: 0;
    }

#haberDetaySolVideo {
    width: 100%;
    height: 603px;
    background-color: #000;
    position: relative;
}

#videoplayer {
    width: 100%;
    height: 603px;
    background-color: #000;
    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: 100%;
    width: 100%;
    height: auto;
}

.DnmBnr_logo {
    vertical-align: middle;
    width: 110px !important;
}

.DnmBnr_content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    float: left;
    box-sizing: border-box;
    color: #fff;
    padding: 3px;
}

    .DnmBnr_content ul {
        list-style-type: square;
        color: #000;
        padding: 1px 0 5px 0;
        margin: 8px 0;
        width: calc(100% - 200px);
        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;
    float: left;
    font-weight: 600;
    margin: 32px 0;
}

.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: 400 !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: #FF671D !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 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 > .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 > .title {
        max-width: 100%;
    }

    .category-page > main > ul.news-list li > .news-detail {
        display: none;
    }

        .category-page > main > ul.news-list li > .news-detail.news-column {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin: 0;
            font-size: 16px;
        }

            .category-page > main > ul.news-list li > .news-detail.news-column a img {
                margin-left: 0;
                width: 100%;
                height: auto;
            }

    .category-page > hr:first-child {
        border-top: 0 !important;
    }
}

@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;
}

#mtnews {
    margin-top: 110px;
}

.nwsize {
    width: Calc(65% + 0px) !important;
}

.pad-bot-20 {
    padding-bottom: 20px !important;
}

.mt35 {
    margin-top: 35px;
}

.haltiLnkT u {
    font-size: 12pt !important;
    line-height: 150% !important;
    text-decoration: none !important;
}

.secimLink {
    margin-bottom: 15px;
    font-size: 20px;
}

.news-list ul {
    border-top: 1px solid #ededed;
}

.news-list {
    border-bottom: transparent !important;
    margin-top: 10px;
}

.detay-news-list {
    margin-top: 0px;
}

.detay-news-list {
    float: left;
    position: relative;
    width: 100%;
    margin: 7.5px 0 !important;
}

.eng_m_widget_img {
    width: 130px !important;
}

.eng_m_widget_sw {
    float: left;
}

#eng_m_sw_1_90238 {
    border-bottom: 0px !important;
}


/****** mstyle *****/

html {
    overflow-y: scroll;
    height: auto;
}

.menu-panel {
    position: absolute;
}

.menu-panel {
    background: #fff;
    position: fixed !important;
    width: 270px;
    z-index: 999;
    top: 55px;
    left: 0;
    display: inline-block;
    -webkit-transform: translate3d(-270px, 0, 0);
    -ms-transform: translate3d(-270px, 0, 0);
    -moz-transform: translate3d(-270px, 0, 0);
    transition: all .5s;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    overflow: scroll;
    height: 100%;
    bottom: 0;
}

    .brand-container,
    .grand-container,
    .menu-panel.opened {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
    }

    .menu-panel.opened {
        border-right: 1px solid #c6c6c6;
    }

.head-line > .side-menu,
.head-line > .title {
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    display: block;
}

.menu-panel h2 {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    height: 57px;
    width: 100%;
    margin: 0 0 10px;
    border-bottom: 1px solid #c6c6c6;
    background-color: #f5f5f5;
    padding-top: 19px;
    box-sizing: border-box;
}

.menu-panel .search-container {
    position: relative;
    margin: 24px auto;
    width: 90%;
    border-radius: 6px;
}

.menu-panel .search-input {
    width: 100%;
    padding: 0.5rem 1.75rem 0.5rem 0.5rem;
    border-radius: 1.25rem;
    background-color: #f5f5f5;
    font-size: 14px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

.search-container svg {
    position: absolute;
    right: 5px;
    top: 50%;
    border: none;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-panel ul {
    display: block;
    padding: 0 10px 100px 0;
}

    .menu-panel ul ul {
        display: block;
        padding: 0 0 0 30px;
    }

    .menu-panel ul li {
        display: block;
        margin-bottom: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

        .menu-panel ul li a {
            display: block;
            height: 20px;
            color: #000;
            font-size: 16px;
        }

            .menu-panel ul li a:active,
            .menu-panel ul li a:hover {
                color: #ff6211;
            }

            .menu-panel ul li a span {
                display: block;
                border-bottom: 1px solid #ededed;
                float: left;
                width: 100%;
                height: 30px;
                box-sizing: border-box;
                position: relative;
                top: 0px;
                padding-bottom: 10px;
            }

        .menu-panel ul li.manset a i {
            background-position: 0 -150px;
        }

        .menu-panel ul li.ekonomi a i {
            background-position: 0 -50px;
        }

        .menu-panel ul li.dunya a i {
            background-position: 0 -25px;
        }

        .menu-panel ul li.spor a i {
            background-position: 0 -200px;
        }

        .menu-panel ul li.magazin a i {
            background-position: 0 -125px;
        }

        .menu-panel ul li.havadurumu a i {
            background-position: 0 -100px;
        }

        .menu-panel ul li.doviz a i {
            background-position: 0 0;
        }

        .menu-panel ul li.gazete a i {
            background-position: 0 -75px;
        }

        .menu-panel ul li.namaz a i {
            background-position: 0 -175px;
        }

.head-line > .side-menu {
    height: 55px;
    width: 56px;
    float: left;
    border: 0;
    background: no-repeat center center;
    background-size: 29px 21px;
}

.head-line > .title {
    margin: 0 auto;
}

.head-line > .back {
    display: block;
    height: 56px;
    font-size: 18px;
    width: 60px;
    background-size: 16px;
    float: right;
    right: 0;
    top: 0;
    color: #ff6211;
    padding-right: 5px;
    text-align: right;
}

.grand-container {
    height: 100%;
    width: 100%;
}

.grand-container {
    float: left;
    transition: all .5s;
    padding-top: 0;
}

    .brand-container.opened,
    .grand-container.opened {
        position: absolute;
        opacity: .8;
    }

.head-line {
    background-color: #FF671D;
    height: 55px;
    width: 100%;
    z-index: 99;
    transition: all .5s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    position: fixed;
    top: 0;
}

    .head-line.opened {
        -webkit-transform: translate3d(270px, 0, 0);
        -ms-transform: translate3d(270px, 0, 0);
        -moz-transform: translate3d(270px, 0, 0);
    }

    .head-line > .refresh {
        display: block;
        height: 56px;
        width: 56px;
        background-size: 25px;
        float: right;
        right: 0;
        top: 0;
    }

.eng_m_widget_in {
    width: calc(95% - 130px) !important;
}

#disableClick {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.grand-container > .right {
    float: left;
    width: 100%;
    background-color: #fff;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    -webkit-overflow-scrolling: touch;
}

.head-line > .titleKategori {
    margin: 0 auto 0 0;
    color: #757575;
    padding-top: 18px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden !important;
    display: block;
    position: relative;
}

#mobilapplinks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.mobilapplink img {
    width: 100px;
    height: auto;
}

.mobilapplink {
    margin: 5px;
}

.bottomlink {
    text-align: center;
    display: inline-block;
    width: 100%;
    overflow: auto;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    ;
    font-size: 12px;
}

    .bottomlink > div {
        margin-bottom: 15px;
    }

    .bottomlink .info-server {
        color: #474646;
        font-size: 8px;
    }

    .bottomlink .full-version {
        font-weight: 600;
        color: #000;
    }

    .bottomlink .hata-bildir,
    .bottomlink .kullanim-sarlari {
        font-weight: 400;
        color: #000;
    }

    .bottomlink .info-server {
        font-weight: 400;
    }

#cnt-footer {
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px 0;
    margin: auto;
    box-sizing: border-box;
}

.dv-footer {
    border-bottom: solid 1px #ddd;
    padding: 15px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

    .dv-footer:first-child {
        width: 100%;
        justify-content: space-between;
    }

#cnt-dvft-menu {
    padding: 30px 8px 15px 8px;
    border-color: #ff8c29;
}

#cntb-dvft-menu {
    overflow: hidden;
}

#dvft-logo #dvft-logo-sol {
    width: auto;
}

#dvft-logo #dvft-logo-sag {
    width: auto;
    text-align: right;
    box-sizing: border-box;
    padding-right: 5px;
}

#dvft-menu {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    margin-left: -7px;
}

    #dvft-menu:after {
        content: "";
        display: table;
        clear: both;
    }

    #dvft-menu > li {
        margin-bottom: 15px;
        float: left;
        border-left: #ff8b09 solid 1px;
        margin-left: 5px;
    }

        #dvft-menu > li a {
            display: block;
            padding: 6px 8px;
            text-decoration: none;
            color: #000;
            font-weight: 600;
            font-size: 16px;
            margin-left: 5px;
        }

#dvft-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#dvft-sofb {
    border-radius: 4px;
    display: inline-block;
    padding: 6px 34px 6px 8px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    min-width: 153px;
    background: #39579a no-repeat 125px 4px;
}

#cnt-mobapp {
    border: none;
}

.grand-container.dthe {
    padding-top: 55px;
}

.head-line > .title {
    width: 195px;
    height: 55px;
    background: no-repeat center center;
    background-size: 100%;
}

#searchlabel {
    display: none;
}

.seoTextStyle,
.seoTextStyle a {
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    ;
}

#dvft-logo #dvft-logo-sol .links {
    margin-left: 5px;
    margin-top: 5px;
}

    #dvft-logo #dvft-logo-sol .links a:focus,
    #dvft-logo #dvft-logo-sol .links a:hover {
        color: #000;
        text-decoration: none;
    }

.brand-container.opened,
.grand-container.opened {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    margin-top: -48px;
}

.header-mob .grand-container.opened {
    position: fixed;
}

.hakkimizda .icerik .column {
    width: 50%;
}

    .hakkimizda .icerik .column:first-of-type {
        padding-right: 15px;
    }

    .hakkimizda .icerik .column:last-of-type {
        padding-left: 15px;
    }

.iletisimFormu {
    width: 100%;
}

    .iletisimFormu .flex-direction {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
    }

    .iletisimFormu label {
        margin: 10px 0 0;
    }

    .iletisimFormu input,
    .iletisimFormu select,
    .iletisimFormu textarea {
        margin: 10px 0 10px 25px;
    }

        .iletisimFormu input[type=checkbox] {
            margin: 2px 5px 0 25px;
        }

    .iletisimFormu input,
    .iletisimFormu select,
    .iletisimFormu textarea {
        font-size: 14px;
    }

#E_Mail_Adresi {
    margin-right: 15px;
}

.captcha {
    padding-left: 25px;
    float: left;
    margin-bottom: 20px;
}

.paperlist-page > ul.newspapers > li {
    width: 25%;
    margin-right: 0;
}

.paperlist-page > ul.newspapers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .paperlist-page > ul.newspapers > li {
        float: none;
    }

.sehirHavaDurumu {
    width: calc(25% - 12px);
}

.kutu.sehirler {
    width: 100%;
    margin-top: 24px;
}

.sehirler .sehirListesi {
    column-count: 7;
}

    .sehirler .sehirListesi .lctnlst {
        width: auto !important;
        float: none;
    }

        .sehirler .sehirListesi .lctnlst:first-child {
            margin-top: 0;
        }

.sehirHavaDurumu.detay .nmzmn {
    display: none;
}

.Cntweather {
    margin-top: 0;
}

    .Cntweather .sagSutun {
        width: auto;
    }

.monthly-namaz {
    background-color: #f7f7f7;
    height: 230px;
    width: 100%;
    clear: both;
    margin-bottom: 8px;
    display: none;
}

    .monthly-namaz .keys {
        width: 20%;
        height: 100%;
        float: left;
        padding-right: 5px;
    }

        .monthly-namaz .keys > span {
            display: block;
            font-weight: 600;
            padding-left: 10px;
            line-height: 30px;
            font-size: 13px;
        }

            .monthly-namaz .keys > span:first-child {
                background: #888;
                color: #fff;
                height: 40px;
                line-height: 40px;
                padding-top: 3px;
            }

    .monthly-namaz .values {
        width: 80%;
        height: 100%;
        float: left;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
    }

        .monthly-namaz .values ul {
            display: block;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
        }

            .monthly-namaz .values ul li {
                display: inline-block;
                width: 60px;
                height: 100%;
                margin: 0 1px 0 0;
                padding: 0;
            }

                .monthly-namaz .values ul li > span {
                    display: block;
                    width: 100%;
                    text-align: center;
                    line-height: 30px;
                    background-color: #eee;
                }

                    .monthly-namaz .values ul li > span:first-child {
                        background-color: #fd9968;
                        color: #fff;
                        height: 40px;
                        font-weight: 600;
                        font-size: 13px;
                        vertical-align: middle;
                        line-height: 16px;
                        padding-top: 3px;
                    }

        .monthly-namaz .values::-webkit-scrollbar {
            height: 3px;
        }

        .monthly-namaz .values::-webkit-scrollbar-track {
            background: #f7f7f7;
        }

        .monthly-namaz .values::-webkit-scrollbar-thumb {
            background: #bbb;
        }

.category-page > main > ul.news-list li > .hour .mdate {
    display: none;
}

#page {
    min-height: calc(100vh - 345px);
    margin-top: 160px;
}


.footer > .fwrapper {
    width: 100%;
    max-width: 1076px;
}

    .footer > .fwrapper > .fwrapperIn {
        width: 100%;
        max-width: 1050px;
        display: flex;
        padding-top: 40px;
    }

        .footer > .fwrapper > .fwrapperIn > .col1 {
            width: 202px;
            margin-right: 28px;
        }

        .footer > .fwrapper > .fwrapperIn > .col3 {
            width: 170px;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        .footer > .fwrapper > .fwrapperIn > .here,
        .footer > .fwrapper > .fwrapperIn > .info,
        .footer > .fwrapper > .fwrapperIn > ul {
            width: calc(100% - 400px);
        }

        .footer > .fwrapper > .fwrapperIn > .col1 .title {
            color: #fff;
            font-size: 14px;
            text-align: left;
            margin-top: 12px;
            margin-bottom: 10px;
            text-wrap: nowrap;
        }

        .footer > .fwrapper > .fwrapperIn > .col1 .links {
            width: 202px;
            color: #f70;
            font-size: 11px;
            text-align: center;
            margin-bottom: 35px;
        }

            .footer > .fwrapper > .fwrapperIn > .col1 .links a {
                color: #f70;
            }

        .footer > .fwrapper > .fwrapperIn > .col2 ul {
            list-style: none;
            padding: 0;
            margin: 5px -10px 15px -10px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }

            .footer > .fwrapper > .fwrapperIn > .col2 ul li {
                padding-left: 10px;
                font-size: 13px;
            }

                .footer > .fwrapper > .fwrapperIn > .col2 ul li a {
                    color: #fff;
                    font-size: 14px;
                    font-weight: 600;
                    margin-right: 24px;
                    text-decoration: none;
                }

        .footer > .fwrapper > .fwrapperIn > .col2 .info {
            color: #b0b0b0;
            font-size: 12px;
            margin-bottom: 15px;
            line-height: 135%;
        }

        .footer > .fwrapper > .fwrapperIn > .col2 .here {
            font-weight: 600;
            color: #b0b0b0;
            font-size: 12px;
            font-weight: 600;
            line-height: 135%;
        }

        .footer > .fwrapper > .fwrapperIn > .col2 .ticket {
            margin-top: 5px;
            color: #b9b9c8;
            font-size: 12px;
            font-weight: 600;
            line-height: 135%;
        }

            .footer > .fwrapper > .fwrapperIn > .col2 .ticket a {
                font-weight: 400;
                color: white;
                text-decoration: none;
            }

        .footer > .fwrapper > .fwrapperIn > .col3 .footer-cls {
            position: relative;
            left: auto;
            top: auto;
            width: 124px;
            margin-top: 15px;
        }

.loadafter {
    position: relative;
    width: calc(100vw - 370px);
    height: auto;
    margin-top: 20px;
    margin-bottom: 60px;
}

.loadafterst {
    width: Calc(100% + 0px);
    height: 20px;
    border: 3px solid #f4f4f4;
    border-style: none none solid;
    color: #fff;
    background-color: #fff;
}

.prDKulIconM.prDKulLogin {
    background-color: #3fc277 !important;
    background: url(/mstatic/images/login_icon.png) left top / 12% 90% no-repeat;
    background-image: url(/mstatic/images/login_icon.png);
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

a.prDKulIconM.prDKulLogin:hover {
    color: white;
}

.prDKulIconM.prDKulLogout {
    background-color: #fe0000 !important;
    background: url(/mstatic/images/logout_icon.png) left top / 12% 90% no-repeat;
    background-image: url(/mstatic/images/logout_icon.png);
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

a.prDKulIconM.prDKulLogout:hover {
    color: white;
}

.prDKulIconM .img {
    border-bottom: 0;
    color: #fefefe;
}

.lv-img {
    margin: 0;
    margin-right: 10px;
    width: 100% !important;
    height: auto !important;
}

.title-lv {
    font-size: 18px;
    font-weight: 600;
    min-width: 340px;
    color: #000;
    display: block;
    margin-bottom: 10px;
    margin-top: 30px;
}

.clc-lv {
    left: 10px !important;
}

.title-lv h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.clc-lv p {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}

.ozet-lv {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}

.haberResim.sd-box {
    width: 100%;
}

    .haberResim.sd-box .sd-image img {
        max-width: 100% !important;
        height: auto;
    }

#page404 {
    min-height: calc(100vh - 295px);
}

.detail-content .detay-v3_3.haber_metni ~ .bx-slider-sondakika {
    margin-top: 20px;
}

/*.yukselt {
    height: calc(((9 / 16) * (100vw - 370px)) + 33px);
    width: 100%;
}
*/
@media only screen and (max-width:1468px) {
    .content-container {
        width: 100%;
        padding: 0 48px;
    }

    .side-news {
        width: calc(100% - 768px);
        margin-right: 0;
    }

    #slogan {
        right: 48px;
    }

    #searchBox-container {
        right: 158px;
    }

    header.content-container .prKullanici {
        right: 48px;
    }

    .footer > .fwrapper {
        padding: 20px 48px;
    }
}

@media only screen and (max-width:1464px) {

    .side-news {
        display: none;
    }
}

/*@media only screen and (max-width:1220px) {

    .side-news {
        display: flex;
    }

    .sidebox {
        display: none;
    }
}*/

@media only screen and (max-width:1200px) {
    #page {
        min-height: calc(100vh - 330px);
    }

    #haberDetaySolVideo,
    #videoplayer {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }

    #contentElement {
        height: 100%;
        min-height: 100% !important;
    }

    #ilgili_videolar {
        width: 100% !important;
    }

    .DnmBnr_content ul {
        width: calc(100% - 200px);
    }

    .content-container.mt20 {
        margin-top: 0;
    }

    .desktop-space {
        height: 0;
    }

    .menu-panel ul li a {
        font-weight: 400;
    }

    .head-line,
    .head-line > .side-menu,
    .head-line > .title {
        height: 48px;
    }


    .menu-panel {
        top: 48px;
    }

    #contentElement {
        height: 100%;
        min-height: 100% !important;
        min-width: 100%;
    }
}

@media only screen and (min-width:768px) {

    .footer-mob,
    .header-mob {
        display: none;
    }

    #header-container,
    .footer {
        display: block;
    }
}

@media only screen and (min-width:1100px) {
    #content {
        width: calc(100% + 24px);
        margin-top: 24px;
    }
}

@media only screen and (max-width:1100px) {
    .header-mob {
        display: block;
    }

    #header-container {
        display: none;
    }

    .header-h {
        height: 47px !important;
    }

    .head-line {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
    }

        .head-line > .title {
            position: absolute;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            /*.head-line > .title:before {
                content: "";
                width: 170px;
                height: 25px;
                background: url("/static/images/Logo2x.png");
                background-size: contain;
                background-repeat: no-repeat;
            }*/

        .head-line > .side-menu {
            width: 29px;
            margin-left: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
        }

            .head-line > .side-menu:before {
                content: "";
                background-image: url("/mstatic/images/sondakika-icon-nav.png");
                background-repeat: no-repeat;
                background-position: center;
                display: block;
                width: 29px;
                height: 21px;
                background-size: 29px 21px;
            }
}

@media only screen and (max-width:768px) {
    .header-mob {
        display: block;
    }

    #header-container {
        display: none;
    }

    .header-h {
        height: 58px !important;
    }

    .loadafter {
        margin-bottom: 20px;
    }

    .header-h {
        height: 47px !important;
    }

    .loadafter {
        width: 100%;
    }

    .box-404 {
        width: 100%;
        padding: 15px;
    }

    .list-404 {
        margin-top: 40px;
        width: 100%;
        padding: 15px;
    }

    .list-1nd-404 {
        margin-top: 0;
    }

    .sehirler .sehirListesi {
        column-count: 3;
    }

    .news-big-date {
        width: 100%;
    }

      .news-row {
        margin-left: 0;
        margin-right: 0;
    }
}



@media screen and (max-width:1100px) and (min-width:992px) {

    .detail-page .detail-content,
    .detail-page .detail-content h1,
    .drimg figure img {
        width: calc(100vw - 436px);
    }

    #contentElement,
    #haberDetaySolVideo,
    #videoplayer {
        width: 100% !important;
        min-width: 100% !important;
    }

    .detail-page .news-row {
        width: 370px;
        background: url(/static/images/bg-asidey.png) 5px repeat-y;
        float: right;
    }

    #ilgili_videolar {
        height: calc(((100vw - 436px)/ 16) * 9);
    }

        #ilgili_videolar .ilgili_video:nth-child(-n+4) {
            display: none;
        }

        #ilgili_videolar .ilgili_video {
            top: calc(50% - 36px);
            transform: translateY(-50%);
        }

    .DnmBnr_content {
        width: 100%;
    }

    .bx-slider-sondakika {
        width: 100%;
    }

        .bx-slider-sondakika img {
            width: 768px !important;
            max-width: none;
            display: block;
            object-fit: cover;
        }

        .bx-slider-sondakika .bx-pager {
            width: 100%;
        }

        .bx-slider-sondakika ul.bxslider li {
            width: 100%;
            height: auto;
        }
}

@media screen and (max-width:1100px) and (min-width:761px) {
    #page {
        min-height: calc(100vh - 345px);
        margin-top: 60px;
    }

    .bx-slider-sondakika ul li a {
        height: 350px;
    }

    .bx-slider-sondakika img {
        object-fit: cover;
        max-width: 100%;
        height: 100%;
    }

    .bx-slider-sondakika .bx-pager {
        width: 100%;
    }

        .bx-slider-sondakika .bx-pager a {
            width: calc(100% / 25);
            font-size: 12px;
        }

    #logo img,
    #logoH img {
        width: 150px;
        height: 21px;
    }

    nav ul li > a {
        font-size: 12px;
    }

    #logo,
    #logoH {
        margin-top: 0;
        position: absolute;
        top: 10px;
    }

    nav {
        width: calc(100% - 230px);
    }

        nav ul {
            padding-left: 0;
        }

            nav ul li:first-child {
                margin-left: 0;
            }

    header.content-container .prKullanici {
        position: relative;
        float: right;
    }
}

@media screen and (max-width:992px) and (min-width:761px) {

    .detail-page .news-row {
        width: 330px;
        background: url(/static/images/bg-asidey.png) -35px repeat-y;
        float: right;
    }

    #haberResim {
        width: 100%;
        height: auto;
    }

    .bx-slider-sondakika ul li a {
        height: 224px;
    }

    .bx-wrapper .bx-caption span {
        font-size: 20px;
    }
}

@media only screen and (max-width:760px) and (min-width:700px) {


    .news-row > .news-item > .wrapper {
        background: url(https://www.sondakika.com/static/images/bg-item-bottom_new.png) center bottom no-repeat;
        height: 225px;
        width: 100%;
        overflow: hidden;
        border-radius: 4px;
    }
}

@media only screen and (max-width:768px) {
    #page {
        min-height: calc(100vh - 562px);
        margin-top: 0;
    }

    .detail-page .detail-content {
        width: 100%;
        margin-top: 15px;
    }

    .detail-page .news-row {
        display: none;
    }

    .d-md-none {
        display: none;
    }

    .detay-v3_3 {
        margin-top: 0px;
    }

    .spcl-banner {
        width: 100%;
        min-height: 100%;
    }

        .spcl-banner img {
            width: 100%;
            height: auto;
        }

    .DnmBnr_content ul li {
        height: auto;
    }

    #ilgili_videolar {
        height: calc((100vw / 16) * 9 - 20px) !important;
    }

    .haberResim .sd-image {
        max-width: 100%;
    }

    /*.sdLeft {
        width: 100%;
    }*/

    .bx-slider-sondakika {
        width: 100%;
        height: auto;
    }

        .bx-slider-sondakika ul {
            list-style: none;
            height: 100%;
        }

        .bx-slider-sondakika .bx-wrapper {
            height: auto;
        }

        .bx-slider-sondakika ul.bxslider li {
            width: 100%;
            height: 100%;
        }

        .bx-slider-sondakika img {
            width: 100% !important;
            height: 100%;
        }

        .bx-slider-sondakika .bx-wrapper {
            display: flex;
            height: calc((357/639) * 100vw);
            background-color: #000000;
        }

            .bx-slider-sondakika .bx-wrapper a {
                text-decoration: none;
                height: inherit;
            }

        .bx-slider-sondakika .bx-pager a {
            border-bottom: 0;
        }

        .bx-slider-sondakika .bx-caption {
            padding-bottom: 10px !important;
            margin-bottom: -2px;
        }

        .bx-slider-sondakika .bx-pager {
            width: 100%;
        }

    .bx-wrapper img {
        max-width: 100%;
        display: block;
        object-fit: cover;
        object-position: unset;
    }



    .news-row > .news-item > .wrapper > a > img {
        width: 100%;
        height: auto;
        max-height: 140px;
    }

    .news-row > .news-item > .wrapper > a > span {
        font-size: 15px;
    }

    #mapdiv text tspan {
        font-size: 9px !important;
    }

    #mapdiv.amcharts-main-div {
        height: 500px;
    }

    #yerel {
        margin-bottom: 24px;
    }

    .locn-li {
        width: calc((100% / 8) - 10px);
    }

    .paperlist-page > ul.newspapers > li {
        width: 33.33%;
        height: auto;
        padding: 0 10px;
    }

    .paperlist-page > ul.newspapers li img {
        max-width: 180px;
        width: 100%;
        height: auto;
    }

    .sehirHavaDurumu a.tahminLink {
        width: 100%;
        height: auto;
        padding: 9px 15px 4px 0;
        background-size: contain;
    }

    .kutu .baslik,
    .sehirHavaDurumu .kutu_ic {
        margin-right: 0;
    }

    .Cntweather .sehirListesi {
        column-count: 5;
    }

    .sagSutun,
    .sagSutun .yuksekBaslik,
    .sagSutun .yuksekBaslik .baslik h2,
    .solSutun,
    .solSutun .haftalikHavaDurumu,
    .solSutun .sehirHavaDurumu.detay {
        width: 100% !important;
    }

    .Cntweather {
        overflow: hidden;
    }

        .Cntweather .sehirListesi {
            width: 100% !important;
        }

            .Cntweather .sehirListesi .lctnlst {
                width: auto !important;
                float: none;
            }

                .Cntweather .sehirListesi .lctnlst:first-child {
                    margin-top: 0;
                }

        .Cntweather .kutu .kutu_alt span {
            display: none;
        }

    .sehirHavaDurumu.detay .dsktp-nmzn {
        display: none;
    }

    .sehirHavaDurumu.detay .nmzmn {
        display: flex;
        width: 80%;
    }

        .sehirHavaDurumu.detay .nmzmn tbody {
            width: 100%;
        }

    .sehirHavaDurumu.detay .veriler {
        width: 100%;
    }

    .sehirHavaDurumu {
        /* margin: 0 16px 16px 0;*/
        border-bottom: 4px solid #888;
    }

        .sehirHavaDurumu,
        .sehirHavaDurumu .kutu_alt,
        .sehirHavaDurumu .kutu_alt span,
        .sehirHavaDurumu .kutu_ic,
        .sehirHavaDurumu.detay,
        .sehirHavaDurumu.detay .kutu_ic {
            background: 0 0;
            background-color: #eee;
        }

            .sehirHavaDurumu.kutu .baslik {
                background: 0 0;
                background-color: #f7f4f2;
                display: flex;
                align-items: center;
                justify-content: center;
                border-bottom: 4px solid #ff6211;
                padding: 0;
                height: 64px;
            }

                .sehirHavaDurumu.kutu .baslik h2 {
                    background: 0 0;
                    font-size: 24px;
                    font-weight: 600;
                    color: #000 !important;
                    padding: 0;
                    line-height: 100%;
                    height: auto;
                }

            .sehirHavaDurumu a.tahminLink {
                background: 0 0;
                background-color: #888;
                width: 85%;
                padding: 3px;
                text-align: center;
                color: #fff;
                font-size: 14px;
                border-radius: 5px 5px 0 0;
                left: 50%;
                transform: translateX(-50%);
            }

            .sehirHavaDurumu.kutu .kutu_alt {
                display: none;
            }

            .sehirHavaDurumu table {
                width: 80%;
                margin: 10px auto 40px auto !important;
            }

                .sehirHavaDurumu table tr {
                    border-bottom: 1px solid #ccc;
                    height: 36px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                .sehirHavaDurumu table th {
                    width: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                .sehirHavaDurumu table tr:last-child {
                    border-bottom: 0;
                }

            .sehirHavaDurumu .veriler {
                margin: 0 !important;
                margin-top: 10px !important;
                padding-right: 0;
            }

    .Cntweather h1 {
        display: none;
    }

    .kutu.sehirler {
        margin-top: 0;
    }

    .sehirListesi .lctnlst {
        font-size: 16px;
        text-transform: uppercase;
    }

    .lctnlst a {
        font-weight: 400 !important;
        color: #777;
        text-decoration: underline;
    }

    .kutu.yuksekBaslik .baslik {
        background-position: left -147px;
    }

        .kutu.yuksekBaslik .baslik h2 {
            background-position: right -233px;
            font-size: 15px !important;
            width: auto !important;
        }

    .haftalikHavaDurumu {
        display: none;
    }

    .monthly-namaz {
        display: block;
    }

    .Cntweather .solSutun {
        min-height: 100%;
    }

    .Cntweather .kutu .kutu_ic {
        margin-right: 0;
    }

    .content-container.paperdetail-page {
        padding: 0;
    }

    .paperdetail-page .newspaper-list {
        order: 4;
        margin: 0 10px;
    }

        .paperdetail-page .newspaper-list li {
            width: 25%;
        }

    .paperdetail-page h1 {
        order: 1;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        margin: 0;
    }

    .paperdetail-page h2 {
        order: 3;
        font-size: 16px;
        margin: 10px;
    }

    .paperdetail-page #gazeteResim {
        order: 2;
        border: none;
    }

    .category-page > aside ul.news-list {
        display: none;
    }
}

@media only screen and (max-width:700px) {

    #contentElement,
    #playButton {
        width: 100%;
    }

    #contentElement {
        min-width: 100% !important;
    }

    #haberResim,
    .drimg figure img {
        max-width: 100% !important;
        height: auto;
        display:block;
    }

    .sd-box-title {
        width: 100%;
    }

    .haberResim .sd-box-title {
        width: calc(100% - 30px);
    }

    .sd-image img {
        width: 100%;
        height: auto;
    }

    #ilgili_videolar .ilgili_video:nth-child(-n+4) {
        display: none;
    }

    #ilgili_videolar .ilgili_video {
        top: calc(50% - 36px);
        transform: translateY(-50%);
    }

    .detay-v3_3 figure {
        margin: 15px 0;
    }



    .bbc-strap {
        min-height: 34px;
        padding: 5px;
    }

    /* .bx-wrapper .bx-controls-direction a {
transform: translateY(-50%);
    }*/

    #sondakika-slider .Mansettime {
        left: auto;
        left: 10px;
    }

    .bx-slider-sondakika {
        position: relative;
        top: -10px;
    }

        .bx-slider-sondakika .bx-pager {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-around;
            height: 33px;
            padding: 0;
            position: relative;
            bottom: 0;
            background-color: #000;
        }

            .bx-slider-sondakika .bx-pager a {
                width: 8px;
                height: 8px;
                border: 0;
                font-size: 0;
                padding-top: 0;
                border-radius: 50px;
                margin: 0 5px;
                /*background-color: #999494; --> lighthouse * Contrast */
                ;
                background-color: #f7f7f7;
            }


            .bx-slider-sondakika .bx-pager .active {
                background-color: #f88b21;
                border-top: 0;
            }

    .bx-wrapper .bx-caption {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -50%, rgba(0, 0, 0, .02) 7%, #000 69%);
        width: 100%;
        left: 0;
        padding: 50px 20px 10px 20px;
        border-left: 0;
        bottom: 0;
    }

        .bx-wrapper .bx-caption span {
            background-color: #0000;
            font-size: 20px;
            font-weight: 600;
            line-height: 120%;
            font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
            ;
            padding: 0;
        }

            .bx-wrapper .bx-caption span label {
                left: 0;
                padding: 0;
            }



    .news-row > .news-item > .wrapper > a > span {
        font-size: 16px;
    }


    .locn-li {
        width: calc((100% / 6) - 10px);
    }

    .content-container.paperlist-page {
        padding: 0;
    }

    .paperlist-page > h1 {
        font-size: 20px;
        font-weight: 600;
        border-bottom: 1px solid #ececec;
        margin-bottom: 0 !important;
        padding: 24px 0;
        font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    }

    .localnews {
        background: #f5f5f5;
        padding: 10px 0;
    }

    #E_Mail_Adresi {
        margin-right: 0;
    }

    .paperlist-page > ul.newspapers {
        padding-top: 20px;
    }

        .paperlist-page > ul.newspapers > li {
            margin-bottom: 30px;
        }

            .paperlist-page > ul.newspapers > li a {
                display: flex;
                flex-direction: column-reverse;
            }

            .paperlist-page > ul.newspapers > li > a > span.brand {
                font-size: 16px;
                color: #ff691f;
                margin-top: 5px;
                min-height: 100%;
            }

    .sehirHavaDurumu:nth-child(odd) {
        margin-right: 0;
    }

    .sehirHavaDurumu {
        width: calc(50% - 8px);
    }

    .Cntweather .sehirListesi {
        column-count: 4;
    }

    .paperdetail-page .newspaper-list li {
        width: 50%;
    }

    .bx-slider-sondakika {
        position: relative;
        top: 0;
    }
}

@media only screen and (max-width:640px) {

    .brand-container,
    .grand-container {
        position: relative;
    }

        .grand-container > .right {
            display: none;
        }

        .grand-container > .left {
            display: none;
        }

        .grand-container.detail > .left {
            display: block;
            border-left: 0;
        }

        .grand-container.detail > .right {
            display: block;
            border-left: 0;
        }
}

@media only screen and (max-width:550px) {

    .news-row > .news-item > .wrapper::before,
    .news-row > .news-item > .wrapper > a::after {
        display: none;
    }



    .content-container.px-0 {
        padding: 0;
    }

    #ilgili_videolar .ilgili_video:nth-child(-n+11) {
        display: none;
    }

    #ilgili_videolar .ilgili_video {
        width: 50%;
        height: 50%;
    }

        #ilgili_videolar .ilgili_video .ilgili-img {
            margin-top: -5px;
        }

        #ilgili_videolar .ilgili_video span {
            height: 70px;
            padding: 5px;
        }

    .news-row > .news-item {
        width: 100%;
    }

        .news-row > .news-item > .big-date,
        .news-row > .news-item > .dot {
            display: none;
        }

        .news-row > .news-item > .wrapper {
            border-radius: 0;
        }

            .news-row > .news-item > .wrapper > a {
                display: flex !important;
                flex-direction: row;
                margin-bottom: 0;
            }

                .news-row > .news-item > .wrapper > a > img {
                    width: 128px;
                    height: 130px;
                    margin-right: 10px;
                }

                .news-row > .news-item > .wrapper > a > span {
                    font-size: 16px;
                    background-color: #0000;
                    padding: 0;
                    padding-right: 7px;
                    height: auto;
                    font-weight: 600;
                    color: #000;
                }

    .news-row > .news-item {
        height: auto;
        padding: 0;
        border: 0;
        margin-bottom: 0;
    }

        .news-row > .news-item > .wrapper {
            height: auto;
            padding: 10px 16px;
            border-bottom: 1px solid #ededed;
            background: 0 0;
        }

        .news-row > .news-item > .date {
            color: #fff !important;
        }

        .category-page > main > ul.news-list li > .hour,
        .news-row > .news-item > .date {
            background-image: url(/mstatic/images/slider_saat.png);
            background-repeat: no-repeat;
            background-position: 5px;
            background-size: 12px;
            text-indent: 15px;
            color: #fff;
            font-size: 13px;
            font-weight: 400;
            display: inline-block;
            position: absolute;
            top: 13px;
            left: 19px;
            padding: 5px 4px 4px 6px;
            border-radius: 2px;
            background-color: rgba(0, 0, 0, .72);
            width: auto;
            height: 22px;
            line-height: 100%;
            z-index: 1;
        }



    .category-page > main > ul.news-list li > .date {
        display: none;
    }

    .news-row > .news-item .backupContent {
        position: relative !important;
        height: auto !important;
        padding: 20px 0;
    }

    .sondakika-doviz .sdCol .sdTitle {
        font-size: 14px;
    }

    .category-page > main > ul.news-list li > a > .title {
        min-width: 100%;
        font-size: 20px;
    }

    .category-page > h1 {
        padding: 0 10px;
        font-size: 20px !important;
    }

    .category-page > h2 {
        padding: 0 10px;
        font-size: 18px !important;
    }

    .locn-li {
        width: calc((100% / 5) - 10px);
    }

    .hakkimizda .icerik .column {
        width: 100%;
        padding: 0;
    }

    .iletisimFormu .flex-direction {
        flex-direction: column;
        align-content: flex-start;
    }

        .iletisimFormu .flex-direction.kvkk {
            flex-direction: row;
            flex-wrap: nowrap;
            margin: 10px 0;
        }

    .iletisimFormu .kvkk label {
        display: none;
    }

    .iletisimFormu label {
        height: auto;
    }

        .iletisimFormu label span {
            float: none;
        }

    .iletisimFormu input,
    .iletisimFormu input[type=checkbox],
    .iletisimFormu select,
    .iletisimFormu textarea {
        margin-left: 0;
    }

    .captcha {
        padding-left: 0;
        margin-top: 10px;
    }

    .kutu .baslik.gri,
    .kutu .baslik.gri h2 {
        height: auto;
        min-height: 33px;
        display: flex;
    }

    .kutu .baslik.gri {
        padding: 5px 13px 7px 13px;
    }

        .kutu .baslik.gri h2 {
            padding: 10px;
        }

    .kutu .baslik img.icon {
    }

    .kutu .baslik.gri {
        background: linear-gradient(0deg, #7c7c7b, #bcbcbc);
    }

        .kutu .baslik.gri h2 {
            background: 0 0;
        }

    .Cntweather .sehirListesi {
        column-count: 3;
    }

    #mobilapplinks {
        flex-wrap: wrap;
    }

    .category-page > main > ul.news-list li > .hour .mdate {
        display: contents;
    }

    .sondakika-doviz {
        margin-right: 0;
    }

    .category-page > main > ul.news-list li > .noimg > img {
        object-fit: contain;
        background-color: #d7d7d7;
    }

    #content .news-row:last-child {
        margin-bottom: 32px;
    }

    .seoContentRight {
        margin-bottom: 0;
    }

    .footer-mob .grand-container {
        padding-top: 40px;
    }

    #sdimv4 {
    }

    .sondakika-doviz.withleft {
        margin-right: 0;
    }
}


@media only screen and (max-width:450px) {
    .detail-page .detail-content a.spot {
        background-color: #fff;
        border-top: 0;
        padding: 10px 0;
        margin: 0;
        border-bottom: 1px solid #ededed;
    }

        .detail-page .detail-content a.spot > span.img {
            margin: 5px 15px 0 0;
        }

        .detail-page .detail-content a.spot > span.text {
            padding-right: 15px;
            padding-top: 3px;
            font-weight: 600;
            font-size: 14px;
        }

        .detail-page .detail-content a.spot > span > img {
            width: 165px;
            height: 100px;
        }

        .detail-page .detail-content a.spot > span.date {
            top: 13px;
        }

    .detail-page .detail-content .news-galleries {
        background-color: #f1f1f1;
        float: left;
        padding: 10px;
    }

        .detail-page .detail-content .news-galleries h3 {
            color: #666;
            font-size: 18px;
            margin-top: 0;
        }

        .detail-page .detail-content .news-galleries a.spot {
            padding: 0;
            margin: 10px 0;
            border-radius: 0;
        }

            .detail-page .detail-content .news-galleries a.spot > span.img {
                margin: 0;
            }

                .detail-page .detail-content .news-galleries a.spot > span.img img {
                    width: 100%;
                    height: 164px;
                }

            .detail-page .detail-content .news-galleries a.spot > span.text {
                font-weight: 400;
                font-size: 16px;
                padding: 10px;
            }

    .DnmBnr_content_logo {
        width: 100px;
        margin: 0;
    }

        .DnmBnr_content_logo .DnmBnr_logo {
            width: 100%;
            padding: 0 10px;
        }

    .DnmBnr_content ul {
        width: calc(100vw - 143px);
        padding: 0 20px;
    }

        .DnmBnr_content ul a {
            font-size: 14px;
        }

    .detail-page .detail-content .wrapper {
        margin: 0;
    }

    .bx-slider-sondakika .bx-pager a {
        margin: 0 2px;
    }

    .locn-li {
        width: calc((100% / 3) - 10px);
    }

    .iletisimFormu input,
    .iletisimFormu select,
    .iletisimFormu textarea {
        width: 100%;
    }

    iframe[title=reCAPTCHA] #rc-anchor-container {
        transform: scale(.8);
    }

    .sehirHavaDurumu {
        width: 100%;
        margin: 0 0 24px 0;
    }

        .sehirHavaDurumu a.tahminLink {
            width: 70%;
            font-size: 16px;
        }

    .Cntweather .sehirListesi {
        column-count: 2;
    }

    .img-404 img {
        width: 100%;
    }

    .list-1nd-404 li {
        margin: 0;
        margin-bottom: 7px;
        width: 100%;
    }

    .search-404 input {
        width: calc(100% - 70px);
    }
}

@media screen and (min-width: 1100px) {
    .sdLeft .yukselt {
        display: block;
        width: 735px;
        min-width: 735px;
        max-width: 735px;
        min-height: 490px;
        max-height: 490px;
        height: 490px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 992px) {
    /*  .yukselt {
        height: calc(((9 / 16) * (100vw - 436px)) + 33px);
    }*/

    /*  .sdLeft .yukselt {
        height: calc(((9 / 16) * (100vw - 350px)) + 33px);
    }*/

    .sdLeft .bx-slider-sondakika ul.bxslider li {
        height: auto;
    }

    .sdLeft .bx-slider-sondakika ul.bxslider li {
        height: calc((9 / 16) * (100vw - 350px));
    }
}

@media screen and (max-width: 1100px) and (min-width: 761px) {
    .sdLeft .bx-slider-sondakika ul li a {
        height: auto;
    }

    .bx-slider-sondakika img {
        width: 100% !important;
        height: auto;
    }

    .bx-slider-sondakika ul.bxslider li {
        max-width: 100%;
        width: 100%;
    }

    .side-news {
        width: 326px;
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) and (min-width: 761px) {
    .bx-slider-sondakika ul li a {
        height: auto;
    }
}

/**/
.detail-page .detail-content .snhaber-detail-content {
    display: flex;
    flex-direction: column;
}

.detail-page .detail-content img.snhaber-detail-content-img {
    width: 100% !important;
    height: auto !important;
}





.detail-page .detail-content .snhaber-detail-content a.hbptLink {
    position: relative;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    ;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #FF671D;
    padding: 4px 12px;
}

    .detail-page .detail-content .snhaber-detail-content a.hbptLink:before {
        content: "";
        width: 4px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #FF671D;
    }

.detail-page .detail-content .snhaber-detail-content .breadcrumb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    list-style: none;
    color: #595959;
    background: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
}

    .detail-page .detail-content .snhaber-detail-content .breadcrumb a {
        color: #595959;
        font-size: 15px;
        font-weight: 400;
    }

        .detail-page .detail-content .snhaber-detail-content .breadcrumb a::after {
            content: "\00bb";
            padding: 0 4px;
        }

        .detail-page .detail-content .snhaber-detail-content .breadcrumb a:last-child::after {
            content: "";
        }

.cmt-box {
    display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
    background-color: #FF671D;
    border-radius: 5px;
    height: 40px;
    padding: 3px;
    font-size: 16px;
    color: #fff;
}

/*Footer Fixleme*/

.footer-mob {
    display: none;
}

.footer {
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    width: 100%;
    height: auto;
    background-color: #2c2d31db;
    overflow: hidden;
    text-align: center;
    color: #fff;
    float: none;
    position:sticky;
    bottom:0;
}

    .footer > .fwrapper {
        max-width: 1440px;
        width: 100%;
        height: auto;
        vertical-align: top;
        text-align: left;
        padding: 48px 16px 124px;
    }

        .footer > .fwrapper > .fwrapperIn {
            max-width: 1440px;
            display: flex;
            padding-top: 0;
            gap: 64px;
            height: auto;
        }

            .footer > .fwrapper > .fwrapperIn > .col1,
            .footer > .fwrapper > .fwrapperIn > .col1 .links,
            .footer > .fwrapper > .fwrapperIn > .col2,
            .footer > .fwrapper > .fwrapperIn > .col2 .info,
            .footer > .fwrapper > .fwrapperIn > .col2 ul,
            .footer > .fwrapper > .fwrapperIn > .col3,
            .footer > .fwrapper > .fwrapperIn > .col3 .footer-cls {
                margin: 0;
            }

                .footer > .fwrapper > .fwrapperIn > .col2 ul li {
                    padding-left: 0;
                }

                .footer > .fwrapper > .fwrapperIn > .col1,
                .footer > .fwrapper > .fwrapperIn > .col1 .links,
                .footer > .fwrapper > .fwrapperIn > .col2,
                .footer > .fwrapper > .fwrapperIn > .col3,
                .footer > .fwrapper > .fwrapperIn > .col3 .footer-cls {
                    width: auto;
                }

                    .footer > .fwrapper > .fwrapperIn > .col2 .here,
                    .footer > .fwrapper > .fwrapperIn > .col2 .ticket {
                        font-size: 12px;
                        color: white;
                        line-height: 135%;
                    }

                    .footer > .fwrapper > .fwrapperIn > .col1 .links {
                        display: flex;
                        flex-wrap: nowrap;
                        flex-direction: row;
                    }

            .footer > .fwrapper > .fwrapperIn > .col2 {
                display: flex;
                flex-direction: column;
                flex-wrap: wrap;
                justify-content: flex-start;
                gap: 16px;
            }

                .footer > .fwrapper > .fwrapperIn > .col2 ul {
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                }

            .footer > .fwrapper > .fwrapperIn > .col3 {
                display: flex;
                flex-direction: column;
                align-items: unset;
            }

                .footer > .fwrapper > .fwrapperIn > .col3 .footer-cls {
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    gap: 8px;
                }

                    .footer > .fwrapper > .fwrapperIn > .col3 .footer-cls a {
                        height: 38px;
                    }

            .footer > .fwrapper > .fwrapperIn > .col1 .links {
                font-size: 12px;
                color: white;
            }

                .footer > .fwrapper > .fwrapperIn > .col1 .links a {
                    color: white;
                }

            .footer > .fwrapper > .fwrapperIn > .col2 ul li {
                font-size: 12px;
            }

@media screen and (max-width: 990px) {
    .footer > .fwrapper > .fwrapperIn > .col2 {
        gap: 8px;
    }

        .footer > .fwrapper > .fwrapperIn > .col2 ul {
            gap: 10px 8px;
        }
}

@media screen and (max-width: 767px) {
    .footer > .fwrapper > .fwrapperIn {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

        .footer > .fwrapper > .fwrapperIn > .col3 .footer-cls {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
        }

    .news-detail-container {
        display: block;
    }

    .detail-page > aside, .content-container.detail-page .news-row {
        display: none;
    }

    .news-row > .news-item.news-box-type3 .news-txt {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 459px) {
    .footer > .fwrapper > .fwrapperIn > .col2 ul {
        position: relative;
        width: 100%;
        top: 0;
    }

    .footer > .fwrapper > .fwrapperIn {
        gap: 16px;
    }
}

@media screen and (max-width: 401px) {
    .footer > .fwrapper > .fwrapperIn > .col3 .footer-cls a img {
        max-width: 120px;
        width: 100%;
        height: auto;
    }
}

/*Footer Fixleme Bitti*/

/*Çerez Fixleme*/
#cconsent-bar {
    padding: 16px !important;
    background-color: #000000 !important;
}

    #cconsent-bar .ccb__wrapper {
        gap: 16px;
    }

    #cconsent-bar .ccb__left {
        margin: 0 !important;
    }

    #cconsent-bar .ccb__right {
        align-self: center;
        white-space: nowrap !important;
        display: flex !important;
        color: #FFF !important;
        width: 360px !important;
    }

        #cconsent-bar .ccb__right > div {
            display: flex !important;
            justify-content: space-between;
            color: #FFF !important;
            width: 360px !important;
            gap: 16px !important;
        }

    #cconsent-bar button {
        width: 100% !important;
        font-weight: 600;
    }

        #cconsent-bar button.consent-give {
            background-color: #FFD234 !important;
            color: black !important;
        }

        #cconsent-bar button.ccb__edit {
            color: white !important;
            border: 1px solid #FFFFFF !important;
            background-color: transparent !important;
            margin-left: 0 !important;
        }

@media only screen and (max-width: 767px) {
     #cconsent-bar {
         width:100% !important;
     }

    #cconsent-bar .ccb__wrapper {
        flex-wrap: wrap !important;
    }

    #cconsent-bar .ccb__left {
        max-width: 700px !important;
        width: 100% !important;
    }

    #cconsent-bar .ccb__right {
        justify-content: space-between !important;
        width: 100% !important;
    }

    #cconsent-bar button {
        width: 100% !important;
    }

    #cconsent-bar .ccb__right > .ccb__button {
        display: flex !important;
        color: #FFF !important;
        justify-content: space-between !important;
        width: 100% !important;
        gap: 16px;
    }

    #ana_scroll_300x250 {
        display: none;
    }
}

@media only screen and (max-width: 890px) {
    #cconsent-bar {
        padding: 16px !important;
        background-color: #000000 !important;
        left: 0 !important;
        max-width: 890px !important;
    }
}

@media only screen and (max-width: 375px) {
    #cconsent-bar .ccb__right > div {
        display: flex !important;
        color: #FFF !important;
        justify-content: space-between !important;
        width: 100% !important;
        gap: 8px !important;
        flex-direction: column;
    }
}

/*Çerez Fixleme Bitti*/
.contact-about .contact-hakkimizda {
    font-size: 36px;
    color: #272727;
    margin: 48px 0 6px 0 !important;
    width: 100%;
    font-weight: 600;
}

.contact-about .hakkimizda.kutu,
.contact-about .hakkimizda.kutu .kutu_ic {
    background: none !important;
}

    .contact-about .hakkimizda.kutu .kutu_ic .icerik {
        padding: 0 2px;
    }

.contact-about .hakkimizda h3 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    font-size: 18px !important;
    color: #000 !important;
    line-height: 130%;
    margin: 0 0 15px;
    font-weight: 600;
}

.contact-about .hakkimizda p,
.contact-about .iletisim p,
.contact-about .hakkimizda ul.liste li,
.contact-about .contact-iletisim p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 140%;
    word-break: break-word;
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
}

.contact-about .hakkimizda p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 140%;
    word-break: break-word;
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 24px 0;
}

.contact-about .hakkimizda .icerik .column:last-of-type {
    padding-left: 15px;
}

.contact-about .hakkimizda ul.liste {
    list-style-position: outside;
    list-style-image: url(/static/images/bullet_orange.png);
    margin-left: 16px;
}

.contact-about .iletisim.kutu {
    background: #eeeeee;
    margin-top: 10px !important;
}

.contact-about .contact-iletisim h3 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    font-size: 18px !important;
    color: #000 !important;
    line-height: 130%;
    margin: 10px 0 15px 0px;
    font-weight: 600;
}

.contact-about .iletisim.kutu .kutu_ic {
    background: none;
}

.contact-about .iletisim.kutu .icerik {
    padding: 16px 0 16px 16px;
    width: auto;
}

.contact-about label.button {
    background: transparent;
}

    .contact-about label.button input {
        background: #f70;
        border-radius: 8px;
    }

.category-inner #sondakika-slider .bx-wrapper .bx-caption {
    padding: 5px 5px 15px 5px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) -50%, rgb(0 0 0 / 32%) 7%, #000 84%) !important;
}

.iletisimFormu input#Sayfa_Adresi,
.iletisimFormu input#Sayfa_Adresi,
.iletisimFormu textarea#mesaj,
.iletisimFormu select#Mesaj_Turu,
.iletisimFormu input#Sayfa_Adresi,
.iletisimFormu input#E_Mail_Adresi,
.iletisimFormu input#Adi_Soyadi {
    flex-grow: 1;
}

.iletisimFormu input#E_Mail_Adresi {
    width: inherit;
    margin-right: 0;
}

.iletisimFormu .bilgilendirmesi {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .iletisimFormu .bilgilendirmesi .bilgi {
        margin: 10px 0;
    }

/**/
.i-time {
    content: url(/static/images/i-time.svg);
}

.i-googleNews {
    content: url(/static/images/google-button.svg);
}


/*
.hbptDate a {
    color: #6D6D6D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

    .hbptDate a:hover {
        color: #000;
    }
*/
.hbptDate .i-googleNews {
    display: block;
}


.hbptDate .detay-verisi-a, .hbptDate .detay-verisi-b, .hbptDate .detay-verisi-c {
    display: flex;
    flex-direction: row;
    align-items: center;
}


    .hbptDate .detay-verisi-time {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }

    .hbptDate .detay-verisi-b a {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        display: flex;
        align-items: center;
    }

    .detay-verisi-b a:hover {
        color: #000;
    }

/**/

.prYorumKul {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.prYorumFoto {
    border-radius: 50%;
}


.content-container.detail-page .news-row {
    position: relative;
    height: auto;
    width: 100%;
    background: none;
    padding: 0;
    max-width: 300px;
    float: right;
}

/*  .content-container.detail-page .news-row > .news-item {
        width: 100%;
        width: 100%;
        max-width: 300px;
        float: right;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 16px;
        margin-top: 16px;
    }

        .content-container.detail-page .news-row > .news-item > .dot {
            width: 20px;
            font-size: 42px;
            font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
            height: 40px;
            z-index: 9;
            top: auto !important;
            left: 50% !important;
            bottom: -20px !important;
            right: auto !important;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            position: absolute;
            padding: 0;
        }

        .content-container.detail-page .news-row > .news-item > .date {
            width: 100%;
            font-size: 16px;
            padding-right: 0;
            position: absolute;
            top: auto;
            bottom: -30px;
            left: 0;
        }

        .content-container.detail-page .news-row > .news-item > .wrapper {
            background: 0;
            height: auto;
            position: relative;
            display: inline-block;
            width: 100%;
            max-width: 300px;
            overflow: hidden;
        }

            .content-container.detail-page .news-row > .news-item > .wrapper::before {
                content: "";
                position: absolute;
                margin-left: 0;
                display: inline-block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 13px 14px 0 14px;
                border-color: #ebebeb transparent transparent transparent;
                z-index: -1;
                top: auto !important;
                left: 50% !important;
                bottom: 0 !important;
                right: auto !important;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }

            .content-container.detail-page .news-row > .news-item > .wrapper > a {
                color: #424242;
                width: 100%;
                height: auto;
                display: inline-block !important;
                float: left;
                position: relative;
                margin-bottom: 13px;
            }

                .content-container.detail-page .news-row > .news-item > .wrapper > a > img {
                    clip-path: unset;
                } */

.detail-page .news-row > .news-item > .wrapper > a > span {
    width: 100%;
    line-height: 135%;
    margin-left: 0;
}


@media screen and (max-width: 1100px) {
    .masthead_detay_fix > #ana_160x600_scroll > * ~ .masthead_detay_fix {
        height: 100px;
        display: block;
        margin: 16px 0;
    }

    .content-container {
        padding: 0 24px;
    }

    /*.hbptDate .detay-verisi-b {
        margin-left: 0;
        margin-right: auto;
    }
*/
    .news-big-date {
        width: 100%;
    }
}

.content-container.detail-page #ajxslider {
    display: none;
}



#page.login-page .tab-container {
    max-height: inherit;
}

#page.login-page .field-validation-error {
    margin: 0;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 13px;
    font-weight: 600;
    color: #fd0d1b;
    margin-bottom: 20px;
    text-align: left;
}

#page.login-page .tab-container .tab-login {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #page.login-page .tab-container .tab-login .log-form {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

#page.login-page .registerForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 1280px) {
    .news-row > .news-item.news-box-type2 {
        width: calc(50% - 24px);
    }

    .news-row > .news-item {
        width: calc(25% - 24px);
    }

        .news-row > .news-item.news-box-reklam {
            width: calc(50% - 24px);
        }

    .doviz-row {
        height: auto;
        max-width: 100%;
        margin-bottom: 30px;
    }

        .doviz-row .dvz-col {
            text-align: center;
        }
}


@media only screen and (max-width:500px) {
    .doviz-row {
        padding: 10px 0px;
        margin-bottom: 30px;
        height:80px;
    }

    .bx-slider-sondakika {
        margin-bottom: 24px !important;
    }
}

@media only screen and (max-width:1076px) {
    .content-container.detail-page {
        margin-top: 0px !important;
    }

    .sondakika-doviz {
        width: 100%;
    }

        .sondakika-doviz.withleft {
            width: 100%;
        }

    #sdimv4 {
        width: 100%;
    }
/*
    #content {
        width: 100%;
    }*/

    .side-news {
        width: 326px;
    }
}

@media only screen and (max-width: 1024px) {
    .doviz-row .dvz-col {
        flex-direction: column;
    }

    .news-big-date span {
        font-size: 36px;
    }
    /*
    .category-page > main {
        max-width: 100%;
    }
*/
    .fixeDiv {
        align-items: flex-end !important;
        width: unset !important;
        height: 130px !important;
    }

    #ana_scroll_300x100 {
        display: block !important;
    }

    #detay_scroll_300x100 {
        display: block !important;
    }

    #ana_scroll_300x250 {
        display: none !important;
    }

    #detay_scroll_300x250 {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .news-row > .news-item {
        width: calc(33.33% - 24px);
    }

        .news-row > .news-item.news-box-type2 {
            width: calc(66.66% - 24px);
        }

        .news-row > .news-item.news-box-reklam {
            width: calc(66.66% - 24px);
        }

    .category-page > aside {
        display: none;
    }

    /*.category-page > main > ul.news-list, .detail-page ul.news-list {
        width: 100%;
        margin-right: 0;
    }*/
}

@media only screen and (max-width: 768px) {
    .content-container {
        width: calc(100% - 32px);
        padding: 0;
    }

        .content-container.category-page, .content-container.detail-page {
            width: calc(100% - 40px);
        }

    .DnmBnr_content {
        width: 100%;
        margin-bottom: 15px;
        max-width: 100%;
    }

    .news-row > .news-item {
        width: calc(50% - 12px);
        height: auto;
    }

        .news-row > .news-item.news-box-type2 {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        .news-row > .news-item.news-box-reklam {
            width: calc(100% - 24px);
        }

        .news-row > .news-item.news-box-type4 {
            width: calc(100% - 24px);
            height: 100%;
            display: flex;
        }

            .news-row > .news-item.news-box-type4 .news-yty {
                width: calc(50% - 12px);
                height: 60%;
            }

                .news-row > .news-item.news-box-type4 .news-yty:last-of-type {
                    margin-top: 0;
                    margin-left: 24px;
                }

    #middle-top .side-news {
        display: none;
    }

    #middle-top .sidebox {
        display: none;
    }

    /* .sdLeft {
        margin-right: 0;
        padding: 0 12px;
    }*/

    .category-page > main > ul.news-list li > a > .img-wrapper > img, .category-page > main > ul.news-list li > img {
        width: 260px;
        height: 140px;
    }

    .category-page > main > ul.news-list .nws-txt > .news-column {
        -webkit-line-clamp: 3;
    }

    .category-page > main > ul.news-list li.big .content {
        font-size: 24px;
    }

        .category-page > main > ul.news-list li.big .content ~ p {
            font-size: 18px;
            -webkit-line-clamp: 4;
            display: inline-block;
        }

    .category-page > main > ul.news-list li.big > a {
        width: 100%;
    }

    .category-page > main > ul.news-list li.big > .nws-txt {
        width: 100%;
    }

    .detail-page .detail-content h1 {
        font-size: 32px;
    }

    .detail-page .detail-content .haber_ozet {
        margin: 20px auto;
        font-size: 20px;
        font-weight: 600;
        line-height: 135%;
    }

    .detail-page .detail-content {
        width: 100% !important;
    }

    .category-page > main > ul.news-list li.big {
        flex-direction: column;
    }

    .detay-v3_3 figure {
        width: 100%;
    }
}

@media only screen and (max-width: 520px) {

    .img-wrapper {
        position: relative;
        width: 100%;
        height: 210px;
        background-color: #fff;
        overflow: hidden;
        margin-bottom:10px;
    }

        .img-wrapper img {
            display: block;
            width: 100%;
            height: auto;
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 2;
            position: relative;
        }

            .img-wrapper img.loaded {
                opacity: 1;
            }

        .img-wrapper .skeleton-loader {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, #eee, #ddd, #eee);
            background-size: 200% 100%;
            border-radius: 4px;
            animation: shimmer 1.5s infinite linear;
            z-index: 1;
        }

        .img-wrapper img.loaded + .skeleton-loader {
            display: none;
        }

    @keyframes loading {
        0% {
            background-position: 200% 0;
        }

        100% {
            background-position: -200% 0;
        }
    }

    .content-container {
        width: calc(100% - 32px);
    }

    .sdLeft {
        padding: 0;
    }

    .bx-slider-sondakika {
        width: calc(100% + 40px);
        /*margin-left: -20px;*/
    }

        .bx-slider-sondakika .bx-wrapper {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

    .doviz-row .dvz-col {
        padding: 0px 10px;
        text-align: center;
    }

        .doviz-row .dvz-col .dvz-title {
            font-size: 14px;
            font-weight: 400;
        }

        .doviz-row .dvz-col img {
            margin-right: 5px;
            height: 20px;
            width: 20px;
        }

        .doviz-row .dvz-col .price .big {
            font-size: 14px;
            font-weight: 600;
        }

        .doviz-row .dvz-col .price .small {
            display: none;
        }

    .news-row > .news-item {
        width: 100%;
    }

        .news-row > .news-item.news-box-type2 .news-txt {
            font-size: 16px;
        }

        .news-row > .news-item.news-box-type2 {
            width: 100%;
        }

        .news-row > .news-item.news-box-type4 {
            flex-direction: column;
            width: 100%;
        }

            .news-row > .news-item.news-box-type4 .news-yty {
                width: 100%;
                height: 100%;
            }

                .news-row > .news-item.news-box-type4 .news-yty::before {
                    display: none;
                }

                .news-row > .news-item.news-box-type4 .news-yty:last-of-type {
                    margin-top: 48px;
                    margin-left: 0;
                }

    .category-page > main > ul.news-list li.big .content {
        color: #fff;
        font-size: 22px;
        padding: 24px 15px 0 15px;
    }

    .category-page > main > ul.news-list li, .detail-page ul.news-list li {
        flex-direction: column;
    }

        .category-page > main > ul.news-list li > a > .img-wrapper > img, .category-page > main > ul.news-list li > img, .detail-page ul.news-list li > a > img, .detail-page ul.news-list li > img {
            width: 100%;
            height: 210px;
            /*min-height: 210px;*/
            margin-right: 0;
            aspect-ratio: 16/9;
            object-fit: cover;
        }

        .category-page > main > ul.news-list li.big > a > .img-wrapper > img {
            width: 100%;
            height: calc((41/84) * 100vw);
            margin-bottom: 0;
            border-radius: 4px 4px 0 0 !important;
        }

    .category-page > main > ul.news-list .nws-txt > .content, .detail-page ul.news-list .nws-txt > .content {
        margin-bottom: 0;
        font-size: 18px;
    }

    .category-page > main > ul.news-list .nws-txt > .news-column, .detail-page ul.news-list .nws-txt > .news-column, .category-page > main > ul.news-list li.big .content ~ p {
        display: none;
    }

    .news-list-title h1 {
        font-size: 28px;
        padding-bottom: 0;
        margin-bottom: 16px;
    }

    .news-list-title h2 {
        margin-bottom: 40px;
        margin-top: 0;
        font-size: 18px;
    }

    /*.hbptDate .detay-verisi-b {
        margin-left: 0;
        margin-right: auto;
    }*/

    /*.hbptDate .detay-verisi-c {
        margin-left: auto;
    }*/

    .news-row > .news-item.news-box-type2 {
        background-color: #F9F9F9;
    }

        .news-row > .news-item.news-box-type2 a::before {
            display: none;
        }

    .news-row > .news-item.news-box-type2, .news-row > .news-item.news-box-type3, .news-row > .news-item.news-box-type4 {
        background-color: #fff;
    }

        .news-row > .news-item.news-box-type2 .news-txt, .news-row > .news-item.news-box-type4 .news-yty .news-txt {
            position: relative;
            bottom: 0;
            left: 0;
            color: #000;
            font-size: 18px;
            font-weight: 600;
            width: 100%;
            display: block;
            height: calc(50% - 30px);
            overflow: hidden;
            line-height: 135%;
            padding: 0;
        }

        .news-row > .news-item.news-box-type3 .news-txt {
            padding: 0;
            font-size: 18px;
            font-weight: 600;
            background-color: #fff;
        }

        .news-row > .news-item.news-box-type2 img, .news-row > .news-item.news-box-type3 img, .news-row > .news-item.news-box-type4 img {
            margin-bottom: 10px;
            border-radius: 4px;
        }

    /*.news-row {
        margin-top: 56px;
    }*/

   /* .news-big-date {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 32px;
    }*/

        .news-big-date span {
            font-size: 26px;
            margin-top: 10px;
        }

    .news-row > .news-item {
        margin: 0 0 32px;
    }

        .news-row > .news-item:last-child {
            margin-bottom: 0;
        }

    .bx-wrapper .bx-controls-direction a {
        width: 72px;
    }

    .detail-page .detail-content h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .detail-page .detail-content .category-title {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .hbptDate .detay-verisi-a {
        width: 100%;
        color: #8d8d8d;
        font-size: 14px;
    }

    .hbptDate .detay-verisi-b a {
        height: 30px;
    }

    .detay-verisi-c a {
        width: 30px;
        height: 30px;
    }

    .detay-v3_3, .detay-v3_3 p {
        font-size: 18px;
    }

    .haberkaynak {
        font-size: 18px;
    }

    .detay-v3_3 h3 {
        font-size: 20px;
        margin: 16px 0;
    }

    .detail-page .comment-list > li {
        background-color: #fff0;
        border-radius: 0;
        padding: 0;
        padding-bottom: 24px;
        border-bottom: 1px solid #efefef;
    }

        .detail-page .comment-list > li .actions > .txt-replay {
            margin-right: 0;
        }

    .detay-verisi-c a {
        margin-left: 8px;
    }

        .detay-verisi-c a:first-child {
            margin-left: 0;
        }

    #content {
        margin-top: 0;
    }

    .category-page > main > ul.news-list li.big > .nws-txt {
        background: linear-gradient(0deg, #FF671D, #FF671D, #FF671D, #ff671d, rgb(255 103 29 / 60%), rgb(255 103 29 / 0%));
        margin-top: -60px;
        color: #fff;
        padding: 16px;
        padding-top: 40px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        /*height:140px;*/
        z-index: 3;
    }

    .prYorumUyariClass {
        padding: 32px 0 !important;
    }
}

.detail-video-url {
    margin-bottom: 12px;
    display: flex;
    justify-content: right;
    width: 100%;
}

    .detail-video-url a {
        font-size: 16px !important;
        font-weight: normal;
        color: #6D6D6D;
    }

        .detail-video-url a:hover {
            color: #333;
        }

.news-comment {
    position: relative;
    border-radius: 3.5px;
    padding: 8px 12px 6px;
    gap: 12px;
    background-color: #FF671D;
    display: flex;
    justify-items: center;
    align-items: center;
    margin-top: 10px;
}


    .news-comment span {
        position: relative;
        font-size: 15px;
        color: #FFFFFF;
        font-weight: 600;
        margin-left: 5px;
        bottom: 2px;
    }

.detay-verisi-c a {
    margin-left: 10px;
    text-decoration: none;
    border-radius: 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.category-page .news-detail .news-column {
    cursor: pointer;
}

.currency-container {
    gap: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .currency-container .news-list-title {
        width: 100%;
        margin-top: 24px;
    }

    .currency-container .currency-item {
        width: calc(20% - 20px);
        background-color: #f1f1f1;
        margin-bottom: 10px;
        position: relative;
        float: left;
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .currency-container .currency-item.dolar {
            background-image: url("/static/images/icon-dolar.png");
            background-size: 70px;
        }

        .currency-container .currency-item.euro {
            background-image: url("/static/images/icon-euro.png");
            background-size: 70px;
        }

        .currency-container .currency-item.gold {
            background-image: url("/static/images/icon-gold.png");
        }

        .currency-container .currency-item.stock {
            background-image: url("/static/images/icon-stock.png");
        }

        .currency-container .currency-item h2 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .currency-container .currency-item .icon {
            margin-bottom: 10px;
        }

            .currency-container .currency-item .icon img {
                height: 50px;
                width: auto;
            }

        .currency-container .currency-item .status {
            display: block;
            text-align: center;
            margin-bottom: 15px;
            padding-left: 0%;
        }

            .currency-container .currency-item .status img {
                width: 50px;
                height: 50px;
            }

        .currency-container .currency-item > div {
            text-align: center;
            width: 100%;
            margin: 0 auto;
            line-height: 200%;
            vertical-align: middle;
            display: flex;
            justify-content: space-between;
        }

        .currency-container .currency-item .key {
            font-size: 14px;
            display: inline-block;
            text-align: left;
        }

        .currency-container .currency-item .rate {
            font-size: 18px;
            font-weight: bold;
            display: inline-block;
            text-align: left;
        }

        .currency-container .currency-item .tl {
            font-size: 12px;
            font-weight: normal;
        }

@media only screen and (max-width: 1100px) {
    .currency-container .currency-item .rate {
        font-size: 18px;
    }

    .currency-container .currency-item .tl {
        font-size: 10px;
    }
}

@media only screen and (max-width: 991px) {

    .currency-container .currency-item {
        width: calc(33.33% - 20px);
    }

        .currency-container .currency-item > div {
            line-height: 145%;
            flex-direction: column;
            display: flex;
            align-items: center;
            gap: 6px;
            height: auto;
        }

            .currency-container .currency-item > div:first-of-type {
                margin-bottom: 15px;
            }

    .sdLeft {
        width: 100%;
    }

    .bx-slider-sondakika {
        width: 100%;
    }
}

@media only screen and (max-width: 760px) {
    .currency-container .currency-item {
        width: calc(50% - 20px);
    }

        .currency-container .currency-item .rate {
            font-size: 20px;
        }

    .currency-container {
        gap: 24px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .currency-container .currency-item {
            margin: 0;
            padding: 15px;
            height: 295px;
        }

            .currency-container .currency-item h2 {
                margin-bottom: 10px;
                font-size: 16px;
                line-height: 135%;
                font-weight: 700;
            }

            .currency-container .currency-item > div {
                line-height: 145%;
                flex-direction: column;
                display: flex;
                align-items: center;
                gap: 6px;
            }
}


.links a {
    position: relative;
    text-decoration: none;
    color: black;
}


@media only screen and (max-width: 404px) {
    .currency-container .currency-item {
        width: 100%;
    }
}

.electionResultButton {
    padding: 5px;
    border-radius: 4px;
}

@media only screen and (max-width: 1400px) {
    .slider-container2 {
        display: none;
        width: 0px;
    }

    #slider_box {
        display: none;
        width: 0px;
    }
}

@media only screen and (max-width: 1300px) {
    .right-block {
        display: none;
    }

    .detail-page .detail-content {
        width: calc(100% - 324px);
    }
}

/*
@media only screen and (max-width: 1100px) and (min-width: 970px) {

    .bx-slider-sondakika.yukselt {
        height: 321px;
    }
}
*/
@media only screen and (max-width: 1100px) {
    .breadCrumbScope {
        margin: 0 0 24px;
    }

    #page {
        margin-top: 92px;
    }
}

@media (min-width: 970px) and (max-width: 1600px) {

    /*.category-inner .news-list-title {
        margin-top: 90px;
    }*/

    #ana_scroll_300x250 {
        display: none !important;
    }

    #detay_scroll_300x250 {
        display: none !important;
    }

    .ad-placeholder {
        display: none;
    }
}

/*@media only screen and (max-width: 1100px) and (min-width: 1077px) {
    .breadCrumbScope {
        margin-top: -13px;
    }
}
*/
@media only screen and (max-width: 1100px) and (min-width: 520px) {
    .category-page > main > ul.news-list li > a > .img-wrapper > img {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1050px) {

    .category-page > main > ul.news-list li.big > .nws-txt {
        width: 100%;
        padding: 10px 10px 10px 0;
    }

    .category-page > main > ul.news-list li.big > a > .img-wrapper > img {
        max-width: 372px;
        max-height: 210px;
    }

    .category-page > main > ul.news-list li.big {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:520px) {
    .category-page > main > ul.news-list li.big > a > .img-wrapper > img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1175px) and (min-width: 769px) {

    .category-page > main > ul.news-list li.big > a {
        width: auto;
    }

        .category-page > main > ul.news-list li.big > a > .img-wrapper > img {
            width: auto;
            height: 100%;
            margin-bottom: 0;
            max-width: 372px;
            max-height: 210px;
        }

    .category-page > main > ul.news-list li.big > .nws-txt {
        padding: 24px 10px 24px 0;
    }
}

@media only screen and (max-width: 768px) and (min-width: 521px) {

    .category-page > main > ul.news-list li.big > a {
        width: 57%;
    }

        .category-page > main > ul.news-list li.big > a > .img-wrapper > img {
            max-width: 260px;
            width: 260px;
            height: 100%;
            max-height: 140px;
            margin-bottom: 0;
        }

    .category-page > main > ul.news-list li.big {
        flex-direction: row;
    }

    span.title {
        font-size: 20px;
    }

    .category-page > main > ul.news-list li.big .content ~ p {
        font-size: 16px;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -wekit-box-orient: vertical;
        overflow: hidden;
    }

    .detail-page ul.news-list .nws-txt {
        margin-left: 16px;
    }
}


@media only screen and (max-width: 767px) {
    .contact-about .contact-hakkimizda {
        font-size: 26px;
        margin-top: 30px !important;
    }
}

.fixedDiv-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.fixeDiv {
    z-index: 999999;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 335px;
    height: 310px;
    min-width: 300px;
}

.closeBtn {
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
}



#ana_scroll_300x100 {
    display: none;
}

#ana_scroll_300x250 {
    display: block;
}

#detay_scroll_300x100 {
    display: none;
}

#detay_scroll_300x250 {
    display: block;
}
