﻿@charset "UTF-8";
/* CSS Document */

html, body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
}

a {
    outline: unset;
}

    a:hover {
        outline: unset;
        text-decoration: none;
    }

    a:focus {
        outline: unset;
    }

.container {
    padding-right: unset;
    padding-left: unset;
    margin-right: auto;
    margin-left: auto;
}

.align-right{
    text-align:right;

}

.align-center{
    text-align:center;

}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: 700;
    line-height: 1.3;
}

h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
}

h4 {
    font-weight: 700;
    line-height: inherit;
}

p {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em
{
    font-family: 'Open Sans', sans-serif;
}

/*  <!-- Header css -->
*/
.header {
    position: relative;
}



.kb-icon {
    z-index: 1001;
    position: relative;
    background-color: transparent;
    float: left;
}

    .kb-icon img {
        max-width: 100%;
        height: auto;
    }

.kb-logo {
    position: relative;
}

    .kb-logo img {
        max-width: 100%;
        height: auto;
        /*margin: 14px 14px 0 14px;*/
    }

.logo-min img {
    margin-top: 10px;
}



.navbar-default {
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: linear-gradient(to bottom,#dedede 0,#ffffff 100%);
}

.navbar-header {
    float: left;
}

.navbar-toggle {
    margin-left: 10px;
    margin-right: 0;
}

    .navbar-toggle h5 {
        color: #FFFFFF;
        font-weight: 700;
        margin-bottom: 0;
        margin-top: 0;
    }

.navbar-default .navbar-nav > li > a {
    /*font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;*/
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #838383;
    /*font-weight: 700;*/
    
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #000000;
    }

.navbar-brand, .navbar-nav > li > a {
    text-shadow: unset;
}

.stickyNav {
    top: 0px;
    position: fixed;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
    left: 0px;
    width: 100%;
    border: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    animation-duration:0.2s;
    
}

.stickyIcon {
    width: 140px;
    float: left;
    margin: 5px 0 0 5px;
}

.dropdown-menu {
    background-color: #FFFFFF;
    animation-name:feyd;
    animation-duration:0.1s;
}

    .dropdown-menu .dropdown-menu {
        display:none;
    }
    @keyframes feyd{
        from {opacity:0;}
        to  {opacity:1;}
    }
    @keyframes feydevey{
        from {opacity:1}
        to  {opacity:0}
    }
    @keyframes firil{
        from {transform: rotate(-90deg);}
        to  {transform: rotate(0deg);}
    }
    .dropdown-menu .dropdown-active:hover .dropdown-menu {
        position: relative;
        text-align: right;
        animation-name:feyd;
        animation-duration:1s;
        display: inline;
        display: contents;
        /*opacity: 1;*/
    }

    .dropdown-menu .dropdown-active .caret {
        transform: rotate(-90deg);
        
    }

    .dropdown-menu .dropdown-active:hover .caret {
        float: right;
        margin-top: 10px;
        transform: rotate(0deg);
        animation-name:firil;
        animation-duration:0.5s;
    }

#thToggle {
    background-color: #000000;
    float: right;
    margin-left: 0;
}


/*<!-- Manşet css -->*/
.manset {
    opacity:0;
}

.manset a {
    color: #000000;
}


    .manset a h2:hover {
        /*color: #999999;*/
    }

.manset p {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
}

.manset > button.slick-prev:hover,
.manset > button.slick-next:hover {
    opacity: 1;
}

.manset > button.slick-prev:active {
    opacity: 0.3;
}

.manset > button.slick-next:active {
    opacity: 0.3;
}

.manset > button.slick-prev,
.manset > button.slick-next {
    /*top: 87%;*/
    width: 30px;
    height: 50px;
    /*margin-top: 10px;*/
    background-repeat: no-repeat;
    opacity: 0.3;
    filter: drop-shadow(0 0px 3px white) invert(100%);
    top:50%;
}

.manset > button.slick-prev {
    left: 0;
    z-index: 1;
    background-image: url(../images/icons/arrow-icon-left.png);
}

.manset > button.slick-next {
    right: 0;
    z-index: 1;
    background-image: url(../images/icons/arrow-icon-right.png);
}

.manset > .slick-prev:before,
.manset > .slick-next:before {
    content: none;
}

.manset .slick-slide h2,
.manset .slick-slide p {
    padding: 0 2%;
    position: relative;
    color:white;
}

.manset .manset-yazi{
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1px 1px 10px 1px;
    max-width: 650px;
}

.manset-icon-foto, .manset-icon-video {
    position: fixed;
    margin-top: 10px;
    margin-left: 10px;
}

    .manset-icon-foto img, .manset-icon-video img {
        width: 50%;
    }

.manset .slick-dots {
    top: 3%;
    right: 0%;
    bottom: unset;
    width: unset;
    /*1200'den büyük*/
}


.manset:hover .slick-dots li {
    display: inline-block;
}

.manset .slick-dots li {
    width: 15px;
}

.manset .slick-dots {
    margin-right:10px;
}

    .manset .slick-dots li button::before {
        font-size: 45px;
        color: rgba(255, 255, 255, 1);
        filter: drop-shadow(0 1px 1px black);
        opacity: .5;
    }

    .manset .slick-dots li:hover button::before {
        opacity: .9;
    }

    .manset .slick-dots li.slick-active button:before {
        color: rgba(255, 255, 255,1);
        opacity: 1;
    }

    .manset .slick-dots li button {
        height: 25px;
        width: 25px;
    }

    .manset .slick-slide{
        max-height:350px;
    }


/*<!-- Manşet altı css -->
*/
.mansetAlti {
    position: relative;
    margin-bottom: 15px;
    margin-top: 20px;
}

    .mansetAlti a h4 {
        font-weight: 700;
        color: #6F6F6F;
        line-height: inherit;

        padding: 0 5px;
        font-size: 16px;
    }

        .mansetAlti a h4:hover {
            color: #000000;
        }

    .mansetAlti li {
        list-style-type: none;
    }

    .mansetAlti ul {
        padding: 0 5%;
        padding-left: 0;
    }
    /*Manşet altı slick-arrow ayarları*/
    .mansetAlti button {
        opacity: 1;
    }

    /*.mansetAlti .slick-prev:hover,
    .mansetAlti .slick-next:hover {
        background-color: #5E5E5E;
    }*/

    .mansetAlti .slick-prev:active::before,
    .mansetAlti .slick-next:active::before {
        color: white;
        text-shadow: 0px 0px 3px black;
    }
    /*.mansetAlti .slick-prev:active::before,
    .mansetAlti .slick-next:active::before {
        color: black;
    }*/

    .mansetAlti .slick-prev:hover::before,
    .mansetAlti .slick-next:hover::before {
        color: #8C8C8C;
    }

    .mansetAlti .slick-prev::before,
    .mansetAlti .slick-next::before {
        content: "<";
        font-size: 25px;
        font-weight: bolder;
        padding-left: 5px;
        font-family: unset;
        /*text-shadow: 0px 0px 3px black;*/
        color:black;
    }

    .mansetAlti .slick-next::before {
        content: ">";
        padding-left: 6px;
        /*text-shadow: 0px 0px 3px black;*/
    }

    .mansetAlti .slick-prev,
    .mansetAlti .slick-next {
        top: 50%;
        /*margin-left: 97%;*/
        padding: 0;
        /*background-color: #dedede;
        border: 1px solid #ffffff;
        border-radius: 1px;
        font-size: smaller;
        box-shadow: 0 0 1px black;
        opacity: 0;*/
        z-index: 1;
        
        /*transform: rotate(-90deg);*/
        height: 20px;
        width: 20px;
    }

    .mansetAlti .slick-next {
        /*right: 0;*/
        left: unset;
        /*padding-right: 5px;*/
        margin-right: 2%;
    }

    .mansetAlti .slick-slide img {
        /*float: left;*/
        margin-right: 10px;
        /*max-width: 150px;*/

        margin-bottom: 5px;
    }

/*******************************
* MODAL AS LEFT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
}


.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}



/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
    padding-left: unset;
    padding-top: unset;
    padding-bottom: 10px;
}

    .modal-header .close {
        padding-top: 15px;
    }

.modal-backdrop {
    z-index: 10;
}


/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.left .modal-body {
    background-image: url(../images/icons/modal-background-img-3.png);
}

.modal.left li a {
    color: #000000;
}

    .modal.left li a:hover {
        color: #838383;
    }

#myModal .nav.navbar-nav {
    min-height: 787px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal-body {
    height: inherit;
    overflow-y: auto;
}

    .modal-body ul {
        list-style-type: none;
        padding-right: 15px;
    }


#tumHaberModal .modal-header h4 {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    color: #D80003;
}

#tumHaberModal .modal-header .close {
    float: left;
    padding-left: 15px;
    padding-top:0;
    font-size:50px;
}

.modal.left .modal-header .close{
    margin-right:-10px;
    font-size:50px;
}

/*<!-- Footer css -->
*/
#footer {
    margin-left: auto;
    margin-right: auto;
}

.footer {
    max-width: 1170px;
    height: auto;
    position: relative;
    padding: 20px;
    border: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-image: linear-gradient(to bottom,#717070 0,#353535 100%);
    padding-bottom: 30px;
}



    .footer p {
        margin: 0;
    }

    .footer img {
        max-width: 100%;
    }

    .footer h3 {
        border-bottom: 1px solid #909192;
        color: #e0e2e2;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
    }

    .footer ul {
        font-size: 16px;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 15px;
    }

        .footer ul li a {
            padding: 0 0 5px 0;
            display: block;
        }

    .footer a {
        color: #dadada;
    }

        .footer a:hover {
            color: #FFFFFF;
        }

.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}

.social li {
    background: none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 50px;
    line-height: 36px;
    margin: 0 5px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

    .social li:hover {
        transform: fade(1.15);
        -webkit-transform: scale(1.1) rotate(360deg);
        -moz-transform: scale(1.1) rotate(360deg);
        -ms-transform: scale(1.1) rotate(360deg);
        -o-transform: scale(1.1) rotate(360deg);
    }

    .social li a {
        color: #EDEFF1;
    }


/*<!-- Gündem css -->
*/

.gundem-modul p {
    /*font-family: 'Open Sans Condensed', sans-serif;
    font-size: 17px;*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.gundem {
    padding: 3px;
    /*border-left: 3px solid #6F6F6F;*/
    border-bottom: 1px solid #6F6F6F;
    text-align: center;
}

    .gundem a {
        font-weight: 700;
        font-size: 20px;
        color: #D80003;
    }

.gundemBaslik a h4 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: inherit;
}

.gundemFoto img {
    margin-bottom: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
}


.tanitimAlani {
    margin-bottom: 25px;
}



.sosyalMedya {
    display: table;
    position: relative;
    width:100%;
    margin-bottom:20px;
}

.sosyalMedya-header {
    display: block;
    margin-bottom: 20px;
}

    .sosyalMedya-header h4 {
        position: relative;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        color: #000000;
        font-size: 18px;
        float: left;
        margin-top: -8px;
        margin-right: 5px;
    }

    .sosyalMedya-header hr {
        position: relative;
        padding-left: 5px;
        margin-top: 20px;
        margin-bottom: 2px;
    }



.sosyalMedya ul {
    list-style-type: none;
    display: table-row-group;
}

.sosyalMedya li {
    position: relative;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
    padding: 0;
}

.gazeteKapak {
    margin-bottom: 25px;
}

#kitapAnasayfa, #bultenAnasayfa {
    padding: unset;
    margin-bottom: 15px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(251,251,251,0.70);
}

.kitaplar-anasayfa:hover .overlay {
    opacity: 1;
}

.bultenler-anasayfa:hover .overlay {
    opacity: 1;
}

.sosyalMedya li:hover .overlay {
    opacity: 1;
}


.imzaIc p {
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #6F6F6F;
    position: relative;
    margin-top: 25px;
}

.imzaIc p a {
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #6F6F6F;
    position: relative;
    margin-top: 25px;
}
    .imzaIc p a:hover {
        color: #333;
        text-decoration: underline;
    }

    .imzaIc p a:focus,
    .imzaIc p a:active,
    .imzaIc p a:visited {
        color: #2b0000;
        text-decoration: underline;
    }

.teaser {
    position: relative;
    margin-top: 25px;
}


    .teaser p {
        font-style: italic;
        color: #6F6F6F;
    }

#haberPaylasim {
    margin-top: 15px;
    padding: 0px;
}

    #haberPaylasim2.sticky {
        position: fixed;
        bottom: 0;
        background: #ffffffb5;
        z-index: 999;
        padding-top: 10px;
        left: 0;
        box-shadow: 0 0 4px black;
        width: 70vw;
    }
#haberPaylasim2.sticky * {
    float: left;
    margin: 2px 2px;
    height: 30px;
    width: auto;
    margin-bottom: 20px;
}
    #haberPaylasim ul {
        list-style-type: none;
    }

#haberYazi {
    margin-top: 15px;
}

#haberYazi .yeniYazi h3 {
    font-size:20px;
}

#haberYazi .yeniYazi h1, #haberYazi .yeniYazi h2, #haberYazi .yeniYazi h3 {
    line-height: 1.3;
}

#haberYazi .yeniYazi li {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    margin-bottom: 10px;
}

    #haberYazi .yeniYazi blockquote {
        background-image: linear-gradient(to right,#eee,#ffffff 2.5%);
        font-weight: 600;
        border-radius: 5px;
    }

    /*#haberYazi p,
    #haberYazi h4,
    #haberYazi h3,
    #haberYazi h2,
    #haberYazi h1 {
        hyphens: auto;
    }*/
.haberBaslik .baslik1 h1 {
    line-height: 1.3;
}

    
    .haberBaslik .baslik1 h1:first-child {
        font-family: 'Open Sans', sans-serif;
        line-height: 1.5;
        font-size: 18px;
        font-style: italic;
        font-stretch: semi-condensed;
        font-weight: 600;
    }

    .haberBaslik .baslik1 h1:not(:last-child) {
        font-family: 'Open Sans', sans-serif;
        line-height: 1;
        font-size: 18px;
        font-style: italic;
        font-stretch: semi-condensed;
        font-weight: 600;
        margin-top: 0;
    }

    .haberBaslik .baslik1 h1:first-child {
        margin-top: 20px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
    /*#haberYazi .yeniYazi blockquote p:first-child::first-letter {
        font-size: 120%;
    }*/
    /* #haberYazi .yeniYazi a {
        color: #d30000;
    }
        #haberYazi .yeniYazi a:hover,
        #haberYazi .yeniYazi a:focus {
            color: #a20000;
        }*/
    .habericGorselBilgi {
        /*background-color: rgba(0,0,0,.5);*/
        padding: 5px 10px;
        /* position: relative; */
        display: block;
        /* bottom: 29px; */
        color: black;
        margin-bottom: 0px;
        font-size: 12px;
        font-style: italic;
        line-height: 18px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image: radial-gradient(#cbcbcb 50%, white 100%) 1;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
    }
.foto-script-slides .habericGorselBilgi {
    color: white;
}

.habericTarih {
    position: absolute;
    right: 30px;
}

    .habericTarih .zaman {
        float: right;
    }

.habericGorsel .slick-list.draggable {
    width: 100%;
}

.habericGorsel .slick-track {
    width: 100%;
}


.habericGorsel .slick-dots {
    top: 5%;
    right: 0%;
    bottom: unset;
    width: unset;
    /*1200'den büyük*/
}


.habericGorsel:hover .slick-dots li {
    display: inline-block;
}

.habericGorsel .slick-dots li {
    width: 25px;
}

    .habericGorsel .slick-dots li button::before {
        font-size: 60px;
        color: rgba(255, 255, 255, 1);
        filter: drop-shadow(0 1px 1px black);
        opacity: .5;
    }

    .habericGorsel .slick-dots li:hover button:before {
        opacity: .9;
    }

    .habericGorsel .slick-dots li.slick-active button:before {
        color: rgba(255, 255, 255,1);
        opacity: 1;
    }

    .habericGorsel .slick-dots li button {
        height: 25px;
        width: 25px;
    }

    .habericFoto img:not([class*='mucadele-postasi-ikon']) {
        max-height: 477px;
        width: 100%;
        object-fit: cover;
    }

.habericGorsel {
    margin-top: 41px;
}

.habericTarih ul li {
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
    font-weight: 600;
    list-style: none;
    font-size: 16px;
}

.haber-video {
    position: relative;
    padding-bottom:56.25%;
    height:0;
    margin-bottom:20px;
    /*height: 477px;
    overflow: hidden;
    width: 100%;*/
}

.habericGorsel .haber-video.slick-slide {
    padding-bottom: unset;
}

.foto-slide-script .foto-script-slides .haber-video.slick-slide {
    padding-bottom: unset;
}

.haber-video iframe, .haber-video object, .haber-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}

.boyutlandirma {
    position: relative;
    padding: 0;
    margin-top: 50px;
    right: 25px;
}


    .boyutlandirma ul li {
        float: left;
    }

.sosyalmedyaPaylasim {
    position: relative;
    margin-top: 100px;
    right: 33px;
}

    .sosyalmedyaPaylasim ul li {
        float: left;
        margin-left: 3px;
        margin-bottom: 10px;
        margin-right: 3px;
    }

    .sosyalmedyaPaylasim p {
        margin-left: 50px;
        margin-bottom: 5px;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        font-size: 14px;
    }


.haberPaylasim-alt {
    position: relative;
    display: flex;
    margin-top: 10px;
    float: right;
}

    .haberPaylasim-alt img {
        width: 75%;
    }

    .haberPaylasim-alt ul {
        list-style-type: none;
    }

        .haberPaylasim-alt ul li {
            float: left;
        }

.sosyalmedyaPaylasim ul li {
    list-style-type: none;
}


.oneriHaber {
    position: relative;
    background-color: #fcfcfc;
    padding: 10px;
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, .2);
    border-radius: 3px;
}

    .oneriHaber h3 {
        color: #D80003;
        hyphens: auto;
    }

        .oneriHaber h3:hover {
            color: #000000;
        }

.oneriSol {
    float: left;
    margin: 5px 10px 10px 0;
    width: 40%;
    height: auto;
}

.oneriSag {
    float: right;
    margin: 5px 10px 10px 10px;
    width: 40%;
    height: auto;
}

.basinList {
    margin-bottom: 50px;
}

    .basinList h3:hover {
        color: #6F6F6F;
    }

.basin-sayfa ul {
    list-style-type: none;
}

    .basin-sayfa ul li {
        float: left;
        margin-left: 10px;
        position: relative;
    }

.basinZaman {
    position: relative;
    display: flex;
    float: right;
}

basinAlt {
    margin-top: 0;
    border: 0;
    border-top: 1px dashed #eee;
}

.sayfaNuramasi {
    margin-left: auto;
    margin-right: auto;
    float: right;
}

    .sayfaNuramasi ul {
        list-style-type: none;
        text-align: center;
    }

        .sayfaNuramasi ul li {
            float: left;
            color: #6F6F6F;
            right: 50px;
            margin-left: 15px;
        }

            .sayfaNuramasi ul li a {
                color: #6F6F6F;
            }

                .sayfaNuramasi ul li a:hover {
                    color: #D80003;
                }

    .sayfaNuramasi .selected {
        background-color: #afafaf;
        padding: 2px;
        -moz-border-radius: 75px;
        -webkit-border-radius: 75px;
    }

        .sayfaNuramasi .selected a {
            color: #FFFFFF;
        }

    .sayfaNuramasi.ust {
        width:100%;
    }
        .sayfaNuramasi.ust ul li {
        margin-top:15px;
        margin-bottom:15px;
    }
    .kategoriList {
        width: 48%;
        height: auto;
        float: left;
        margin-left: 10px;
        padding: 10px;
    }

.kategori-image img:not([class*='mucadele-postasi-ikon']) {
        max-height: 477px;
        width: 100%;
        object-fit: cover;
    }

    .kategoriList a h4 {
        color: #6F6F6F;
    }

        .kategoriList a h4:hover {
            color: #000000;
        }

    .kategoriList p a {
        color: #AFAFAF;
    }

        .kategoriList p a:hover {
            color: #000000;
        }

        .mucadele-postasi-ikon{
            position: absolute;
            width: 50px;
            height:auto;
            filter: drop-shadow(0 1px 1px black);
            margin-left:5px;
            margin-top:5px;
        }

#degerlendirmeListesi {
    margin-bottom: 30px;
}


#degerlendirmeler a h2 {
    color: #000000;
}

    #degerlendirmeler a h2:hover {
        color: #6F6F6F;
    }

#degerlendirmeler a h3 {
    color: #000000;
}

    #degerlendirmeler a h3:hover {
        color: #6F6F6F;
    }

#degerlendirmeler .sosyalmedyaPaylasim {
    margin-top: 0px;
    right: 15px;
}

.degerlendirmeList {
    margin-bottom: 50px;
}

    .degerlendirmeList ul {
        list-style-type: none;
    }

        .degerlendirmeList ul li {
            float: left;
            margin-left: 10px;
            position: relative;
        }

.degerlendirmeZaman {
    position: relative;
    display: flex;
    float: right;
}

.etiket {
    margin-top: 25px;
}

    .etiket ul {
        list-style-type: none;
        margin-left: 25px;
        padding: 0px;
    }

    .etiket a h4 {
        color: #ffffff;
        border-radius: 3px;
        box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.29);
        padding: 3px;
        background-color: #656565;
        margin-top: 0px;
    }

    .etiket a p {
        color: #6F6F6F;
        border-radius: 3px;
        box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.29);
        padding: 3px;
        background-color: #fbf9f9;
        font-style: italic;
        text-align: center;
    }

    .etiket .selected a p {
        box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 1);
    }

    .etiket li a[href]:hover p {
        /*opacity: 0.3;*/
        box-shadow: 0 0px 5px 0px black;
    }

.videoList {
    margin-bottom: 50px;
}

.videoListZaman ul {
    list-style-type: none;
}

    .videoListZaman ul li {
        float: left;
        margin-left: 10px;
        position: relative;
    }

        .videoListZaman ul li a {
            color: black;
        }

            .videoListZaman ul li a:hover {
                color: #6F6F6F;
            }

.videoListZaman {
    position: relative;
    display: flex;
    float: right;
    margin-top: 5px;
}

#videoList-sayfa {
    margin-bottom: 30px;
}

    #videoList-sayfa a h3 {
        color: #000000;
    }

        #videoList-sayfa a h3:hover {
            color: #6F6F6F;
        }

.videoList-header {
    margin-top: 0px;
}

#videoListesi {
    margin-top: 25px;
}

.goruntu {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}


    .goruntu iframe, .goruntu object, .goruntu embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.videoBasligi a h3 {
    color: #000000;
}

    .videoBasligi a h3:hover {
        color: #6F6F6F;
    }


.videoZamani ul {
    list-style-type: none;
    margin-left: -48px;
}

    .videoZamani ul li {
        float: left;
        margin-left: 10px;
        position: relative;
    }

.videoZamani {
    position: relative;
    display: flex;
    margin-top: 5%;
}



.video-izleme {
    padding: 15px;
}



.fotoSayfa a {
    width: 48%;
    height: auto;
    float: left;
    margin-left: 10px;
    margin-bottom: 15px;
}


.fotoSayfa ul {
    list-style-type: none;
}


.fotoSayfa a h4 {
    color: #6F6F6F;
}

    .fotoSayfa a h4:hover {
        color: #000000;
    }

.foto-slider {
    display: none;
}

.fotoGoruntu a {
    float: none;
}

.fotoGoruntu img {
    width: 80%;
    margin: auto;
    -webkit-box-shadow: 0 0 10px 1px #00000061;
    -moz-box-shadow: 0 0 10px 1px #00000061;
    box-shadow: 0 0 10px 1px #00000061;
}

.fotoGoruntu p {
    margin-top: 15px;
    margin-left: 8px;
}


.fotoGoruntu > button.slick-prev:hover,
.fotoGoruntu > button.slick-next:hover {
    opacity: 1;
}

.fotoGoruntu > button.slick-prev:active {
    opacity: 0.3;
}

.fotoGoruntu > button.slick-next:active {
    opacity: 0.3;
}

.fotoGoruntu > button.slick-prev,
.fotoGoruntu > button.slick-next {
    top: 35%;
    width: 30px;
    height: 50px;
    margin-top: 10px;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.fotoGoruntu > button.slick-prev {
    left: 0;
    z-index: 1;
    background-image: url(../images/icons/arrow-icon-left.png);
    margin-left: 5%;
}

.fotoGoruntu > button.slick-next {
    right: 0;
    z-index: 1;
    background-image: url(../images/icons/arrow-icon-right.png);
    margin-right: 5%;
}

.fotoGoruntu > .slick-prev:before,
.fotoGoruntu > .slick-next:before {
    content: none;
}

.fotoGoruntu .slick-slide h2,
.fotoGoruntu .slick-slide p {
    padding: 0 8%;
}

.fotoGaleri-paylasim {
    float: right;
    margin-right: 10%;
    margin-top: 10px;
}

    .fotoGaleri-paylasim li {
        float: left;
    }

.fotoHaber-paylasim {
    float: right;
    margin-right: 11%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .fotoHaber-paylasim ul {
        list-style-type: none;
    }

    .fotoHaber-paylasim li {
        float: left;
        margin-left: 10px;
    }

.fotoHaber-sayi {
    right: 0px;
    float: right;
    margin-right: 15px;
    font-style: italic;
}

.foto-haber-slider .slick-dots li {
    display: none;
}

.foto-haber-slider:hover .slick-dots li {
    display: block;
}

.foto-haber-slider .slick-dots li {
    width: 30px;
}

    .foto-haber-slider .slick-dots li button::before {
        font-size: 60px;
    }

    #haberYazi div.iframe-var{
        padding-bottom:56.25%;
        height:0;
        position:relative;
        margin-bottom:20px;

    }

    #haberYazi div.iframe-var iframe{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }

    .twitter-tweet iframe #app > div {
        max-width:unset !important;
    }


.has-twitter-tweet {
    background-color: rgba(29, 161, 242, 0.04);
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 15px;
}


div:has(> .twitter-tweet) {
    background-color: rgba(29, 161, 242, 0.04);
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 15px;
}
