@font-face {
    font-family: 'PTSans';
    src: url('/cs/fonts/PTSans/PTSans-Regular.eot');
    src: url('/css/fonts/PTSans/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/PTSans/PTSans-Regular.woff2') format('woff2'),
        url('/css/fonts/PTSans/PTSans-Regular.woff') format('woff'),
        url('/css/fonts/PTSans/PTSans-Regular.ttf') format('truetype'),
        url('/css/fonts/PTSans/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans-Bold';
    src: url('/css/fonts/PTSans/PTSans-Bold.eot');
    src: url('/css/fonts/PTSans/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/PTSans/PTSans-Bold.woff2') format('woff2'),
        url('/css/fonts/PTSans/PTSans-Bold.woff') format('woff'),
        url('/css/fonts/PTSans/PTSans-Bold.ttf') format('truetype'),
        url('/css/fonts/PTSans/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    font-family: PTSans, sans-serif;
}

body {
    background: #ffffff !important;
}

a,
body {
    color: #000;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    vertical-align: baseline;
}

.container {
    width: 1140px;
    margin: 0 auto;
}

.sonDakika {
    float: left;
    width: 100%;
    height: 50px !important;
    overflow: hidden;
    background-color: #000000;
}

.sonDakikaBaslik {
    float: left;
    font-size: 20px;
    box-sizing: border-box;
    line-height: 50px;
    font-weight: 600;
    color: #ffde58;
}

.sonDakikaButonlar {
    float: left;
    text-align: center;
    padding: 3px 15px 0 15px;
}

.sonDakikaButonlar i {

    font-size: 14px;

    cursor: pointer;

    color: #ffffff;
}

.sonDakikaHaberleri {
    color: #fff;
    float: left;
    line-height: 40px;
    width: 625px;
    padding-left: 21px !important;
}


.sonDakikaHaberleri ul {}

.sonDakikaHaberleri ul li {}

.sonDakikaHaberleri a {
    color: #fff;
    line-height: 50px;
    font-size: 18px;
}

.aramaYap {
    float: right;
    width: 280px;
    padding-top: 7px;
}

.aramaYap input[type=text] {
    float: left;
    border: none;
    padding: 10px 5px;
    width: 230px;
}

.aramaYap button[type=submit] {
    float: left;
    border: none;
    background-color: #454545;
    padding: 10px 10px;
    margin-left: 5px;
}

.aramaYap button[type=submit] i {
    color: #fff;
    font-size: 12px;
}

.logoBolumu {
    float: left;
    width: 100%;
    background-image: url("../images/ustmenuBg2.jpg");
    height: 168px;
    background-size: inherit;
    background-repeat: no-repeat;
}

.logoBolumu .logo {
    float: left;
    width: 100%;
    background-image: url(../images/ustMenuArkaPlan2.png);
    height: 168px;
    background-repeat: no-repeat;
}

.logoBolumu .logo img {
    width: 100%;
}

.logoYani {
    float: right;
    width: 665px;
    overflow: hidden;
    padding: 25px 0;
    /* margin-top: 20px; */
    display: none;
}

.kategoriler {
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #d40000;
}

.kategoriler ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.kategoriler ul li {
    float: left;
}

.kategoriler ul li a {
    color: #fff;
    padding: 15px 14px;
    float: left;
    font-size: 18px;
    font-family: PTSans-Bold, sans-serif;
}

.kategoriler ul li a:hover {
    /* background-color: #ee1c25; */
}

.anasayfa {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.reklam {
    float: left;
    width: 100%;
}

.reklam img {
    float: left;
    width: 100%;
}

.superMansetler {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.superMansetler li {
    float: left;
    width: 270px;
    margin-right: 20px;
}

.superMansetler li figure {
    float: left;
    width: 100%;
    height: 150px;
    background-size: 100%;
    transition: background-size 0.3s ease-in;
    -moz-transition: background-size 0.3s ease-in;
    -ms-transition: background-size 0.3s ease-in;
    -o-transition: background-size 0.3s ease-in;
    -webkit-transition: background-size 0.3s ease-in;
}

.superMansetler li figure img {
    width: 100%;
}

.superMansetler li:hover figure {
    background-size: 105%;
}

.superMansetler li h2 {
    float: left;
    width: 100%;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f1f1f1;
    height: 85px;
    font-family: PTSans-Bold, sans-serif;
    overflow: hidden;
}

.superMansetler li:hover h2 {
    color: #d40000;
}

.superMansetler li:nth-child(4) {
    margin-right: 0
}

.surMansetler {
    float: left;
    margin-top: 20px !important;
    width: 100%;
    height: 288px;
    position: relative;
    overflow: hidden;
}

.surMansetler .swiper-wrapper {}

.surMansetler .swiper-wrapper .swiper-slide {}

.surMansetler .swiper-wrapper .swiper-slide h2 {}

.surMansetler .swiper-wrapper .swiper-slide img {
    height: auto;
}

.surMansetler .sayfala {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px !important;
    z-index: 9999;
    background-color: #fff;
    height: 100%;
}

.surMansetler .sayfala .swiper-pagination-bullet {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: inherit;
    text-align: center;
    padding: 19px 11px;
    opacity: 1;
    height: auto;
    margin: 0 !important;
}

.surMansetler .sayfala .swiper-pagination-bullet a {
    float: left;
    width: 100%;
}

.surMansetler .sayfala .swiper-pagination-bullet-active {
    background-color: #f00;
    color: #fff
}

.surMansetler .sayfala .swiper-pagination-bullet-active a {
    color: #fff !important;
}

#ustSporHaberleri,
#ustKonyaHaberleri {
    width: 460px !important;
    height: 220px !important;
    overflow: hidden;
    float: left;
}

.oneCikanHaberler {
    float: left;
    width: 100%;
    margin-top: 20px !important;
    padding: 20px !important;
    background-color: #fff;
    position: relative;
    height: 325px;
    overflow: hidden;
}

.oneCikanHaberler::before {
    content: "";
    border: 1px solid #f5f5f5;
    position: absolute;
    top: 41px;
    width: 617px;
    left: 244px;
}

.oneCikanHaberler .baslik {
    float: left;
    padding: 10px;
    background-color: #ffde58;
}

.oneCikanHaberListele {
    float: left;
    width: 100%;
    margin-top: 15px !important;
}

.oneCikanHaberListele figure {
    float: left;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.oneCikanHaberlerButon {
    float: right;
    margin-top: 7px;
}

.oneCikanHaberlerButon .ileri {
    float: left;
    padding: 5px 10px;
    margin-left: 1px;
    background-color: #ffde58;
    cursor: pointer;
}

.oneCikanHaberlerButon .geri {
    float: left;
    padding: 5px 10px;
    background-color: #ffde58;
    cursor: pointer;
}

.oneCikanHaberListele .swiper-wrapper {
    height: 230px;
    position: relative;
}

.oneCikanHaberListele .swiper-wrapper .swiper-slide {
    width: 210px;
    overflow: hidden;
    height: 230px;
}

.oneCikanHaberListele .swiper-wrapper .swiper-slide h3 {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
    float: left;
}

.oneCikanHaberListele .swiper-wrapper .swiper-slide:hover h3 {
    color: #d40000
}

.oneCikanHaberListele .swiper-wrapper .swiper-slide img {}

.mansetBolumu {
    float: left;
    width: 750px;
    margin-top: 20px !important;
    height: 490px;
    position: relative;
    overflow: hidden;
}

.manset {
    float: left;
    width: 100%;
    height: 490px;
    position: relative;
}

.manset .swiper-slide {
    float: left;
    width: 100%;
    height: 450px;
    text-align: center;
}

.manset .swiper-wrapper {
    float: left;
    width: 100%;
    height: 450px;
}

.manset .swiper-slide h2 {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: left;
    left: 0;
    padding: 21px;
    font-size: 28px;
    text-shadow: 0.3rem 1px 2rem black;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0));
    width: 100%;
    font-family: PTSans-Bold, sans-serif;
}

.manset .swiper-slide p {
    position: absolute;
    bottom: 91px;
    color: #fff;
    padding: 10px 10px;
    left: 21px;
    display: none;
    font-size: 16px;
    font-family: PTSans-Bold, sans-serif;
    background-color: #f00;
}

.manset .swiper-slide img {
    /* float: left; */
    width: auto;
    height: 100%;
}

.manset .sayfala {
    /* float: left; */
    width: 100% !important;
    height: 40px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: space-evenly;
}

.manset .swiper-pagination-bullet {
    background-color: #f1f1f1;
    border-radius: inherit;
    text-align: center;
    padding: 10px 0;
    opacity: 1;
    height: inherit;
    margin: 0 !important;
    font-size: 15px;
    width: 100%;
}

.manset .sayfala .swiper-pagination-bullet-active {
    background-color: #f00;
    color: #fff
}

.manset .sayfala .swiper-pagination-bullet-active a {
    color: #fff !important;
}

.mansetTumu {
    float: left;
    background-color: #fff;
    padding: 12px 9px;
    font-size: 13px;
    text-align: center;
    width: 60px;
}

.mansetTumu:hover {
    background-color: #f00;
}

.mansetTumu:hover a {
    color: #fff;
}

.ikinciMansetSayfala {
    width: 100% !important;
    background-color: #f1f1f1;
    float: left;
    display: flex;
    justify-content: space-between;
}

.ikinciMansetSayfala .swiper-pagination-bullet {
    width: 41px;
    padding: 10px 14px;
}

.ikinciMansetSayfala .swiper-pagination-bullet {
    float: left;
    background-color: #f1f1f1;
    border-radius: inherit;
    text-align: center;
    padding: 10px 14px;
    opacity: 1;
    height: inherit;
    margin: 0 !important;
    width: 41px;
    font-size: 16px;
}

.ikinciMansetSayfala .swiper-pagination-bullet-active {
    background-color: #f00;
}

.ikinciMansetSayfala .swiper-pagination-bullet-active a {
    color: #fff !important;
}

.ikinciMansetSayfala .swiper-pagination-bullet:last-child {
    width: 42px;
}


.sagManset {
    float: right;
    width: 360px;
    margin-top: 20px;
}

.sagManset ul {}

.sagManset li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    overflow: hidden;
    position: relative;
}

.sagManset li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sagManset li .haberFoto {
    width: 125px;
    height: 107px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}


.sagManset li img {
    float: left;
    width: 100%;
}

.sagManset li strong {
    font-size: 18px;
    width: 235px;
    padding: 0 20px;
    font-family: PTSans-Bold, sans-serif;
}

.sagManset li p {
    position: absolute;
    left: 145px;
    top: 10px;
    font-size: 12px;
}

.sagManset li:hover strong {
    color: #f00
}

.anasayfaKategori {
    float: left;
    width: 100%;
    background-color: #fff;
}

.anasayfaKategori .baslik {
    float: left;
    padding: 10px;
    background-color: #d40000;
    font-family: PTSans-Bold, sans-serif;
    color: #fff;
}

.anasayfaKategori ul {
    float: left;
    width: 100%;
    margin-top: 20px;
    display: grid;
    gap: 20px 20px;
    grid-template-columns: auto auto auto auto;
}

.anasayfaKategori ul li {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    overflow: hidden;
}

.anasayfaKategori ul li:nth-child(3n) {
    margin-right: 0;
}

.anasayfaKategori ul li:hover a {
    color: #f00;
}

.anasayfaKategori ul li img {
    float: left;
    width: 100%;
}

.anasayfaKategori ul li .haberFoto {
    float: left;
    height: 200px;
    width: 100%;
    background-size: 100%;
    background-position: center center;
    margin-bottom: 15px;
    background-size: cover;
    border: 1px solid #eee;
    transition: transform 0.3s ease-in;
    -moz-transition: transform 0.3s ease-in;
    -ms-transition: transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    -webkit-transition: transform 0.3s ease-in;
}

.anasayfaKategori ul li:hover .haberFoto {
    transform: scale(1.1);
}

.anasayfaKategori ul li .tarih {
    font-size: 14px;
    padding-bottom: 5px;
    float: left;
}

.anasayfaKategori ul li .makaleBaslik {
    float: left;
    font-size: 18px;
    overflow: hidden;
    font-family: PTSans-Bold, sans-serif;
    box-sizing: border-box;
    display: flex;
    min-height: 80px;
    width: 100%;
}

.anasayfaKategori ul li p {
    font-family: PTSans-Bold, sans-serif;
    font-size: 18px;
	font-weight:bold;
	}

.yazarlar {
    float: left;
    width: 100%;
    margin-top: 20px !important;
    padding: 20px !important;
    background-color: #fff;
    position: relative;
}

.yazarlar::before {
    content: "";
    border: 1px solid #f5f5f5;
    position: absolute;
    top: 41px;
    width: 617px;
    left: 244px;
}

.yazarlar .baslik {
    float: left;
    padding: 10px;
    background-color: #ffde58;
}

.yazarListele {
    float: left;
    width: 100%;
    margin-top: 15px !important;
}

.yazarlarButon {
    float: right;
    margin-top: 7px;
}

.yazarlarButon .ileri {
    float: left;
    padding: 5px 10px;
    margin-left: 1px;
    background-color: #ffde58;
    cursor: pointer;
}

.yazarlarButon .geri {
    float: left;
    padding: 5px 10px;
    background-color: #ffde58;
    cursor: pointer;
}

.yazarListele .swiper-slide {
    float: left;
    background-image: url('../images/yazarlarBg.jpg');
    height: 170px;
}

.yazarListele .swiper-slide img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: auto;
}

.yazarListele .swiper-slide .yaziIcerik {
    float: right;
    color: #fff;
    width: 170px;
    padding: 30px 10px 0 10px;
}

.yazarListele .swiper-slide .yaziIcerik b {
    float: left;
    font-size: 18px;
    width: 100%;
}

.yazarListele .swiper-slide .yaziIcerik p {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.yazarListele .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: rgba(255, 255, 255, 0.73) !important
}


.kitaplarim {
    width: 100%;
    float: left;
    margin-top: 20px !important;
}

.kitaplarim .swiper-slide {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
}

.kitaplarim .swiper-slide img {
    width: 100%;
    height: auto;
    text-align: center;
}

.kitaplarim .swiper-slide h2 {
    font-size: 18px;
    font-family: PTSans-Bold, sans-serif;
    padding-top: 20px;
    color: #000000;
    min-height: 60px;
    float: left;
    width: 100%;
}

.anasayfaKategori2 {
    float: left;
    width: 100%;
    margin-top: 20px !important;
    padding: 20px !important;
    background-color: #fff;
    position: relative;
}

.anasayfaKategori2 .baslik {
    float: left;
    padding: 10px;
    background-color: #ffde58;
}

.anasayfaKategori2 .bolumler {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.anasayfaKategori2 .bolumler ul {}

.anasayfaKategori2 .bolumler ul li {
    float: left;
    width: 185px;
    margin: 0 0 20px 20px;
    position: relative;
}

.anasayfaKategori2 .bolumler ul li .haberFoto {
    float: left;
    width: 100%;
    height: 100px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.anasayfaKategori2 .bolumler ul li p {
    float: left;
    width: 100%;
    padding: 10px 0;
    height: 72px;
    font-weight: 600;
    overflow: hidden;
    font-size: 16px;
}

.anasayfaKategori2 .bolumler ul li:nth-child(1) {
    float: left;
    width: 285px;
    margin-left: 0;
}

.anasayfaKategori2 .bolumler ul li:nth-child(1) .haberFoto {
    float: left;
    width: 100%;
    height: 360px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.anasayfaKategori2 .bolumler ul li:nth-child(1) p {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9))) !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    font-size: 21px;
    height: auto;
}

.anasayfaKategori2 .bolumler ul li:nth-child(1):hover p {
    color: #ffde58
}







.anasayfaKategori2 .bolum1 {
    float: left;
    width: 280px;
}

/*
    .anasayfaKategori2 .bolum1 ul {}
    .anasayfaKategori2 .bolum1 ul li  {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .anasayfaKategori2 .bolum1 ul li .haberFoto {
        float: left;
        width: 100%;
        height: 100px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .anasayfaKategori2 .bolum1 ul li p {
        float: left;
        width: 100%;
        padding: 10px 0;
        height: 60px;
        font-weight: 600;
    }*/

.anasayfaKategori2 .bolum2 {
    float: left;
    width: 285px;
    margin-left: 20px;
}

.anasayfaKategori2 .bolum2 ul {}

.anasayfaKategori2 .bolum2 ul li {
    float: left;
    width: 100%;
    position: relative;
}

.anasayfaKategori2 .bolum2 ul li .haberFoto {
    float: left;
    width: 100%;
    height: 340px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.anasayfaKategori2 .bolum2 ul li:hover p {
    color: #ffde58
}

.anasayfaKategori2 .bolum2 ul li p {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9))) !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    font-size: 26px;
}

.anasayfaKategori2 .bolum3 {
    float: left;
    width: 295px;
    margin-left: 20px;
}

.anasayfaKategori2 .bolum3 ul {}

.anasayfaKategori2 .bolum3 ul li {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.anasayfaKategori2 .bolum3 ul li .haberFoto {
    float: left;
    width: 140px;
    height: 100px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.anasayfaKategori2 .bolum3 ul li p {
    float: left;
    width: 155px;
    padding: 0 10px;
    height: 102px;
    font-weight: 600;
    overflow: hidden;
    line-height: 20px;
}

.anasayfaKategori2 li:hover p {
    color: #f00;
}

.anasayfaGaleriler {
    float: left;
    width: 100%;
    padding: 40px 0;
    background-color: #000;
    margin-top: 20px;
}

.anasayfaGaleriler .butonlar {
    float: left;
    width: 100%;
    text-align: center;
}

.anasayfaGaleriler .butonlar button {
    border: none;
    padding: 10px 35px;
    margin-right: 10px;
    font-size: 16px;
    cursor: pointer;
}

.anasayfaGaleriler button:hover,
.anasayfaGaleriler button.aktif {
    background-color: #ffde58;
}

.anasayfaGaleriler .galeriIcerik {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.anasayfaGaleriler .galeriIcerik li:first-child {
    width: 460px;
    margin-left: 0;
}

.anasayfaGaleriler .galeriIcerik li {
    float: left;
    width: 220px;
    position: relative;
    margin-left: 15px;
    margin-bottom: 15px;
}

.anasayfaGaleriler .galeriIcerik li:hover {
    opacity: 0.8
}

.anasayfaGaleriler .galeriIcerik li:hover p {
    color: #ffde58
}

.anasayfaGaleriler .galeriIcerik li img {
    float: left;
    width: 100%;
}

.anasayfaGaleriler .galeriIcerik li p {
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    font-size: 18px;
    width: 100%;
}

.anasayfaGaleriler .galeriIcerik li:first-child p {
    font-size: 32px;
}

.anasayfaSolKisim {
    float: left;
    width: 750px;
}

.icerikSablon1 {
    float: left;
    width: 100%;
    margin: 40px 0;
    padding: 0;
}

.icerikSablon1 .baslik {
    float: left;
    padding: 10px;
    background-color: #ffde58;
    font-family: PTSans-Bold, sans-serif;
}

.icerikSablon1 .sablonHaberListele {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.icerikSablon1 .sablonHaberListele li .haberFoto {
    float: left;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    height: 140px;
    background-size: 100%;
    transition: background-size 0.3s ease-in;
    -moz-transition: background-size 0.3s ease-in;
    -ms-transition: background-size 0.3s ease-in;
    -o-transition: background-size 0.3s ease-in;
    -webkit-transition: background-size 0.3s ease-in;
}

.icerikSablon1 .sablonHaberListele li:hover .haberFoto {
    background-size: 105%;
}

.icerikSablon1 .sablonHaberListele li {
    float: left;
    position: relative;
    width: 243px;
    margin-left: 15px;
    margin-bottom: 20px;
}

.icerikSablon1 .sablonHaberListele li img {}

.icerikSablon1 .sablonHaberListele li p {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #f1f1f1;
    height: 75px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    font-family: PTSans-Bold, sans-serif;
}

.icerikSablon1 .sablonHaberListele li:hover p {
    color: #f00
}

.icerikSablon1 .sablonHaberListele li:first-child {
    width: 366px;
    margin: 0;
}

.icerikSablon1 .sablonHaberListele li:first-child .haberFoto {
    float: left;
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}


.icerikSablon1 .sablonHaberListele li:first-child p {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    text-shadow: 1px 1px 1px #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    font-size: 26px;
    height: auto;
    background-color: transparent;
}

.icerikSablon1 .sablonHaberListele li:first-child:hover p {
    color: #ffde58;
}


.icerikSablon2 {
    float: left;
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
}

.icerikSablon2 .baslik {
    float: left;
    padding: 10px;
    background-color: #ffde58;
}

.icerikSablon2 .sablonHaberListele {
    float: left;
    width: 100%;
    margin-top: 0;
}

.icerikSablon2 .sablonHaberListele li .haberFoto {
    float: left;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
}

.icerikSablon2 .sablonHaberListele li {
    float: left;
    position: relative;
    width: 193px;
    margin: 10px 0 0px 10px;
}

.icerikSablon2 .sablonHaberListele li:first-child,
.icerikSablon2 .sablonHaberListele li:nth-child(4) {
    margin-left: 0;
}

.icerikSablon2 .sablonHaberListele li img {}

.icerikSablon2 .sablonHaberListele li p {
    float: left;
    width: 100%;
    padding: 10px;
    height: 90px;
    overflow: hidden;
}

.icerikSablon2 .sablonHaberListele li p:hover {
    color: #f00;
}

.dovizKurlari {
    float: left;
    width: 750px;
    padding: 20px 0;
    margin-top: 20px;
    height: 246px;
    background-color: #273960;
}

.dovizKurlari .baslik {
    float: left;
    padding: 10px;
    background-color: #1c2944;
    color: #fff;
    margin-left: 20px;
    font-family: PTSans-Bold, sans-serif;
}

.dovizKurlari ul {
    float: left;
    width: 100%;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

.dovizKurlari ul li {
    float: left;
    text-align: center;
    border-right: 1px solid #607D8B;
    width: 100%;
}

.dovizKurlari ul li:last-child {
    border-right: 0;

}

.dovizKurlari ul li i.dovizIcon {
    font-size: 28px;
    color: #ffffff;
}

.dovizKurlari ul li p.dovizAdi {
    padding: 10px 0 0 0px;
    font-size: 14px;
    color: #ffffff;
    font-family: PTSans-Bold, sans-serif;
}

.dovizKurlari ul li i.fa-arrow-down {
    color: #f00;
}

.dovizKurlari ul li i.fa-arrow-up {
    color: #4CAF50;
}

.dovizKurlari ul li i.dovizDurumIcon {
    font-size: 14px;
    padding: 10px 0;
}

.dovizKurlari ul li p.dovizKuru {
    font-weight: 300;
    color: #fff;
    font-family: PTSans-Bold, sans-serif;
}



.anasayfaHavaDurumu {
    float: right;
    width: 360px;
    background-image: url('../images/havaDurumu/havaDurumuBg.jpg');
    height: 209px;
    margin-top: 20px;
    background-size: cover;
}

.anasayfaHavaDurumu select {
    float: left;
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #fff;
    padding: 15px 0 0 20px;
}

.anasayfaHavaDurumu select option {
    background-color: transparent;
    color: #000;
    font-size: 14px;
}

.anasayfaHavaDurumu .sonDurum {
    float: right;
    width: 150px;
    height: 80px;
    margin-right: 50px;
}

.anasayfaHavaDurumu .sonDurum .derece {
    float: left;
    font-size: 40px;
    padding: 10px 0 0 20px;
    color: #fff;
    height: 80px;
    width: 80px;
}

.anasayfaHavaDurumu .sonDurum img {
    float: left;
    width: 35px;
    margin: 10px 0 0 25px;
}

.anasayfaHavaDurumu .sonDurum .text {
    float: right;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
}

.anasayfaHavaDurumu .digerDurumlar {
    float: left;
    width: 150px;
    padding: 20px 0 0 15px;
    box-sizing: border-box;
}

.anasayfaHavaDurumu .digerDurumlar li {
    float: left;
    padding-right: 0px;
    color: #fff;
    text-align: center;
}

.anasayfaHavaDurumu .digerDurumlar li p {
    float: left;
    padding-bottom: 6px;
    width: 100%;
    font-size: 12px;
}

.digerGunler {
    float: left;
    width: 100%;
    padding: 10px 0 0;
    box-sizing: border-box;
}

.digerGunler li {
    float: left;
    width: 25%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.digerGunler li p {
    float: left;
    width: 100%;
    padding: 3px 0;
}

.digerGunler li img {
    width: 30px;
    margin: 0 auto;
}

.anasayfaSagKisim {
    float: right;
    width: 360px;
}

.enCokOkunanHaberler {
    float: left;
    background-color: #fff;
}

.enCokOkunanHaberler i {
    position: absolute;
    background-color: #FFC107;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    text-align: center;
    left: -14px;
    display: none;
    line-height: 25px;
    top: 13px;
    /* display: block !important; */
    font-style: normal;
    font-size: 14px;
    border: 2px solid #fff;
}

.enCokOkunanHaberler>p {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #ffde58;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.enCokOkunanHaberler ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding: 0;
}

.enCokOkunanHaberler ul li p {
    position: absolute;
    left: 120px;
    top: 5px;
    font-size: 12px;
}

.enCokOkunanHaberler ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.enCokOkunanHaberler ul li:hover {
    opacity: 0.9;
}

.enCokOkunanHaberler ul li:hover a {
    color: #f00;
}

.enCokOkunanHaberler ul li:hover i {
    color: #000;
}

.enCokOkunanHaberler ul li h3 {
    float: left;
    padding: 0px 0 0 10px;
    width: 255px;
    line-height: 20px;
    font-size: 18px;
    overflow: hidden;
    font-family: PTSans-Bold, sans-serif;
}

.enCokOkunanHaberler ul li img {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.enCokOkunanHaberler.sabitle ul {
    position: fixed;
    top: 50px;
}

.enCokOkunanHaberler .haberFoto {
    float: left;
    width: 110px;
    height: 85px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.puanDurumu {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.puanDurumu>p {
    float: left;
    padding: 15px 10px;
    background-color: #373737;
    width: 100%;
    color: #fff;
    font-family: PTSans-Bold, sans-serif;
}

.ligsonuclari {
    float: left;
    width: 100%;
    background-color: #fff;
}

.ligsonuclari li {
    float: left;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
}

.ligTablosu {
    background-color: #fff;
    width: 100%;
}

.ligTablosu .ligTablosuTop {
    background-color: #4CAF50 !important;
}

.ligTablosu .ligTablosuTop td {
    text-align: center;
    color: #fff;
    font-family: PTSans-Bold, sans-serif;
}

.ligTablosu tr {
    padding: 3px;
    border-left: 1px solid #ddd;
}

.ligTablosu tr td {
    text-align: left;
    padding: 7px 5px;
    font-size: 13px;
}

.ligTablosu tr td p {
    color: #9E9E9E;
    float: left;
    margin-right: 5px;
    width: 15px;
}

.ligTablosu tr:nth-child(odd) {
    background-color: #fff;
    transition: background-color ease 0.2s
}

.ligTablosu tr:nth-child(even) {
    background-color: #EFEFEF;
    transition: background-color ease 0.2s;
}

.ligTablosu tr:hover {
    background-color: #9e9e9e;
    color: #fff;
    transition: background-color ease 0.2s, color 0.2s;
}

.ligTablosu tr:hover p {
    color: #fff
}

.puan-tablosu {
    width: 100%
}

.puan-tablosu ul {
    color: #333;
    list-style: none;
    margin: 0;
    padding: 0
}

.puan-tablosu ul li {
    float: left;
    font-size: 12px;
    padding: 5px 0 3px;
    width: 100%
}

.puan-tablosu li.c {
    font-size: 14px;
    font-weight: 700 !important
}

.puan-tablosu li.s {
    background: #eee !important
}

.puan-tablosu li span {
    float: left
}

.puan-tablosu li i {
    display: inline-block;
    float: left;
    margin: 0 5px;
    text-align: center;
    width: 23px
}

.puan-tablosu .fr {
    float: right !important
}

.puan-tablosu ul#tabs {
    list-style-type: none;
    padding: 0;
    text-align: center
}

.puan-tablosu ul#tabs li {
    background-color: #32c896;
    border-bottom: 5px solid #238b68;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 5px 20px
}

.puan-tablosu ul#tabs li.active,
.puan-tablosu ul#tabs li:hover {
    background-color: #238b68
}

.puan-tablosu ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.puan-tablosu ul#tab li {
    display: none
}

.puan-tablosu ul#tab li.active {
    display: block
}

.footer {
    float: left;
    width: 100%;
    background-color: #282828;
    padding: 30px 0;
    margin-top: 50px;
}

.footer .footerLogo {
    float: left;
    width: 300px;
    margin-top: 50px;
}

.footer .footerLogo img {}

.footer .footerBaglantilar {
    float: left;
    width: 500px;
}

.footer .footerBaglantilar ul {
    float: left;
    width: 250px;
    color: #fff;
}

.footer .footerBaglantilar li {
    padding: 3px 0;
}

.footer .footerBaglantilar li:first-child {
    font-weight: 600;
    padding-bottom: 20px;
    font-family: PTSans-Bold, SANS-SERIF;
}

.footer .footerBaglantilar li a {
    color: #fff;
}

.footer .footerBaglantilar li:hover a {
    color: #fff
}

.footerSosyalMedya {
    float: left;
    padding-bottom: 5px;
}

.footerSosyalMedya li:first-child {
    font-weight: 600;
    color: #fff;
    width: 100%;
    padding: 0 0 20px 0;
}

.footerSosyalMedya li {
    float: left;
    padding: 0 20px 0 0;
}

.footerSosyalMedya li a {
    font-size: 26px;
    color: #868686;
}

.footerSosyalMedya li:hover a {
    color: #fff;
}

.footerSosyalMedya li a i {
    color: #fff;
}

.haberDetay {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.haberIcerik p {
    padding: 10px 0;
    width: 100%;
}

.detaySolKisim {
    float: left;
    width: 750px;
    padding: 20px;
    background-color: #fff;
}

.haberDetayBaslik {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

.haberDetay img {
    float: left;
    width: auto !important;
    height: auto !important;
    padding: 20px 5px;
    max-width: 100%;
}

.haberDetay .sosyalMedya {
    float: left;
    width: 40%;
    padding-top: 15px;
}

.haberDetay .sosyalMedya li {
    float: left;
    padding: 0;
}

.haberDetay .sosyalMedya li i {
    font-size: 22px;
    margin-right: 5px;
    padding: 14px 0;
    width: 52px;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #fff;
    float: left;
}

.haberDetay .sosyalMedya li i.fa-facebook-f {
    background-color: #3b5998;
}

.haberDetay .sosyalMedya li i.fa-whatsapp {
    background: #1bbf58;
}

.haberDetay .sosyalMedya li i.fa-twitter {
    background: #00aced;
}

.haberDetay .haberTarihi {
    float: right;
    padding: 10px;
    margin-top: 20px;
    background-color: #efefef;
    width: 60%;
    text-align: center;
    line-height: 28px;
    height: 45px;
}

.haberDetay .spot {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 500;
}

.haberIcerik {
    float: left;
    width: 100%;
    font-size: 20px;
    margin: 20px 0;
    line-height: 1.6em;
    font-weight: 500;
    font-family: PTSans, sans-serif !important;
}

.haberIcerik a {

    color: #0782C1;
}

.haberIcerik ul {
    padding: revert;
}

.haberIcerik ul li {
    list-style: disc;
}

.haberdetayReklam {
    float: left;
    width: 300px;
    margin: 0 15px 15px 0;
    height: 250px;
}

.detaySagKisim {
    float: right;
    width: 350px;
}

.sagModulTekliSlider {
    float: left;
    width: 100%;
    margin-top: 20px !important;
}

.sagModulTekliSlider .swiper-slide {}

.sagModulTekliSlider .swiper-slide a {
    float: left;
    width: 100%;
}

.sagModulTekliSlider .swiper-slide .haberFoto {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sagModulTekliSlider .swiper-slide .baslik {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    padding-bottom: 40px;
    /* height: 100px; */
    font-size: 18px;
    font-family: PTSans-Bold, sans-serif;
}

.sagModulTekliSlider .swiper-pagination {}

.sagModulTekliSliderNext {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
    cursor: pointer;
    font-size: 18px;
}

.sagModulTekliSliderPrev {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 99999;
    cursor: pointer;
    font-size: 18px;
}

.namazVakitleri {
    float: right;
    width: 360px;
    margin: 20px 0 0 0px;
}

.namazVakitleri .ustKisim {
    float: left;
    width: 100%;
    background-color: #4CAF50;
    padding: 10px;
}

.namazVakitleri .ustKisim .baslik {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.namazVakitleri .ustKisim select {
    width: 50%;
    float: left;
    padding: 2px;
    border: none;
}

.namazVakitleri .ustKisim select option {}

.namazVakitleri .ortaKisim {
    float: left;
    width: 100%;
    background-image: url('../images/modul-namaz.jpg');
    background-position: center center;
    height: 200px;
}

.namazVakitleri .ortaKisim .vakitler {
    float: left;
    width: 175px;
    margin-left: 28px;
    margin-top: 14px;
    background-color: #ffff;
    border-radius: 5px;
    padding: 10px;
}

.namazVakitleri .ortaKisim .vakit {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    font-size: 15px;
    font-family: PTSans-Bold, sans-serif;
}

.namazVakitleri .ortaKisim .vakit .vakitAdi {
    float: left;
    width: 50%;
    font-size: 16px;
}

.namazVakitleri .ortaKisim .vakit .vakitSaati {
    float: left;
    width: 50%;
}

.digerHaberler {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.digerHaberler .digerHaberlerBaslik {
    float: left;
    padding: 10px;
    background-color: #ffde58;
    font-size: 18px;
    font-family: PTSans-Bold, sans-serif;
}

.digerHaberler ul {
    float: left;
    width: 100%;
    margin-top: 20px;
    display: grid;
    gap: 20px 20px;
    grid-template-columns: auto auto auto auto;
}

.digerHaberler li:nth-child(4n) {
    margin-right: 0
}

.digerHaberler li {
    float: left;
}

.digerHaberler li img {
    float: left;
    width: 100%;
    border: 1px solid #eee;
    height: auto;
    max-height: 350px;
}

.digerHaberler li h3 {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    font-size: 18px;
    font-family: PTSans-Bold, sans-serif;
    height: 90px;
}

.digerHaberler li:hover h3 {
    color: #f00
}

.kategoriManset {
    float: left;
    width: 750px;
}

.kategoriSagKisim {
    float: right;
    width: 300px;
    margin-top: 20px;
}

.kategoriSayfala {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.kategoriSayfala ul {
    margin: 0 auto;
    width: 850px;
}

.kategoriSayfala ul li {
    float: left;
    padding: 8px;
    background-color: #000000;
    margin: 0 5px;
    text-align: center;
    min-width: 50px;
    cursor: pointer;
}

.kategoriSayfala ul li a {
    display: block;
    color: #fff;
}

.kategoriSayfala ul li:hover,
.kategoriSayfala ul li.active {
    background-color: #f00;
    color: #fff;
}

.kategoriSayfala ul li:hover a {
    color: #fff;
}

.kategoriHaberleriListlele {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.kategoriHaberleriListlele ul {
    display: grid;
    display: grid;
    gap: 20px 20px;
    grid-template-columns: auto auto auto auto;
}

.kategoriHaberleriListlele ul li:nth-child(3n) {
    margin: 0px 0 20px 0;
}

.kategoriHaberleriListlele ul li {
    float: left;
}

.kategoriHaberleriListlele ul li img {
    width: 100%;
    float: left;
}

.kategoriHaberleriListlele ul li p {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    height: 80px;
    font-size: 18px;
    font-weight: 600;
}

.kategoriHaberleriListlele ul li:hover {}

.kategoriHaberleriListlele ul li:hover p {
    color: #f00;
}

.fotoGaleriler {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.fotoGaleriler .baslik {
    float: left;
    padding: 10px 15px;
    background-color: #ffe991;
    font-weight: 600;
    font-size: 18px;
}

.fotoGaleriler ul {
    float: left;
    width: 100%;
    margin-top: 20px;
    display: grid;
    gap: 20px 20px;
    grid-template-columns: 33% 33% 33%;
}

.fotoGaleriler ul li {
    float: left;
    position: relative;
    display: grid;
}

.fotoGaleriler ul li:nth-child(3n) {
    margin: 0 0 20px 0;
}

.fotoGaleriler ul li i {
    position: absolute;
    right: 0;
    bottom: 100px;
    padding: 10px;
    font-size: 25px;
    /* background-color: #f1f1f1; */
    color: #fff;
}

.fotoGaleriler ul li img {
    float: left;
    width: 100%;
    height: 260px;
}

.fotoGaleriler ul li p {
    float: left;
    padding: 10px;
    height: 100px;
    background-color: #f0f0f0;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
}

.fotoGaleriler ul li:hover {}

.fotoGaleriler ul li:hover p {
    color: #f00
}

.fotoGaleriDetay {
    float: left;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}

.galeriDetay {
    float: left;
    width: 750px;
}

.galeriDetay .baslik {
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 32px;
}

.galeriDetay ul {
    float: left;
    width: 100%;
}

.galeriDetay ul li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.galeriDetay ul li .sira {
    color: #fff;
    float: right;
    background-color: #607D8B;
    width: 80px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.galeriDetay ul li img {
    float: left;
    width: 100%;
}

.galeriDetay ul li p {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.digerGaleriler {
    float: right;
    width: 350px;
    margin-left: 20px;
}

.digerGaleriler .baslik {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #ffde58;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.digerGaleriler ul {}

.digerGaleriler ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.digerGaleriler ul li img {
    float: left;
    width: 100%;
}

.digerGaleriler ul li p {
    float: left;
    width: 100%;
    padding: 10px 0;
    font-weight: 600;
}

.digerGaleriler ul li:hover p {
    color: #f00;
}

.yazarlarSayfasi {
    float: left;
    width: 100%;
}

.yazarlarSayfasi .baslik {
    float: left;
    width: 100%;
    padding: 20px;
    font-size: 32px;
    background-color: #fff;
}

.yazarlarSayfasi .yazarlarListele {
    float: left;
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
}

.yazarlarSayfasi .yazarlarListele ul {}

.yazarlarSayfasi .yazarlarListele ul li:nth-child(3n) {
    margin-right: 0
}

.yazarlarSayfasi .yazarlarListele ul li:hover .yaziBaslik {
    color: #f00
}

.yazarlarSayfasi .yazarlarListele ul li {
    float: left;
    width: 300px;
    margin: 0 20px 20px 0;
    height: 265px;
    border: 1px solid #ddd;
}

.yazarlarSayfasi .yazarlarListele ul li .yazarFoto {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #d6d6d6;
    padding: 20px 0 0 0;
    height: 170px;
    background-image: url(../images/yazarlarBg.jpg);
    position: relative;
}

.yazarlarSayfasi .yazarlarListele ul li .yazarFoto img {
    width: 115px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}

.yazarlarSayfasi .yazarlarListele ul li .yazarAdi {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
}

.yazarlarSayfasi .yazarlarListele ul li .yaziBaslik {
    float: left;
    width: 100%;
    font-weight: 500;
    padding: 10px;
}

.yazarDetaySayfasi {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 50px;
}

.yazarDetaySayfasi .yazarBilgisi {
    float: left;
    width: 300px;
    text-align: center;
}

.yazarDetaySayfasi .yazarBilgisi .yazarFoto {
    background-image: url(../images/yazarlarBg.jpg);
    height: 200px;
    position: relative;
}

.yazarDetaySayfasi .yazarBilgisi .yazarFoto img {
    width: 130px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.yazarDetaySayfasi .yazarBilgisi .yazarAdi {
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
}

.yazarDetaySayfasi .yazarinYazisi {
    float: left;
    width: 610px;
    margin-left: 30px;
}

.yazarDetaySayfasi .yazarinYazisi .yaziBaslik {
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: 600;
}

.yazarDetaySayfasi .yazarinYazisi .yaziTarihi {
    float: left;
    padding: 10px 0;
    width: 100%;
}

.yazarDetaySayfasi .yazarinYazisi .yaziIcerik {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
}

.yazarDetaySayfasi .sosyalMedya {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.yazarDetaySayfasi .sosyalMedya li {
    float: left;
    padding: 0;
}

.yazarDetaySayfasi .sosyalMedya li i {
    font-size: 22px;
    margin-right: 5px;
    padding: 14px 0;
    width: 52px;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #fff;
    float: left;
}

.yazarDetaySayfasi .sosyalMedya li i.fa-facebook-f {
    background-color: #3b5998;
}

.yazarDetaySayfasi .sosyalMedya li i.fa-whatsapp {
    background: #1bbf58;
}

.yazarDetaySayfasi .sosyalMedya li i.fa-twitter {
    background: #00aced;
}

.digerYazilar {
    float: left;
    width: 100%;
}

.digerYazilar .baslik {
    float: left;
    width: 100%;
    color: #f00;
    padding: 10px 0 15px 0;
    font-size: 22px;
    font-weight: 600;
}

.digerYazilar li {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    border-bottom: 1px dotted #ddd;
}

.digerYazilar li .tarih {
    float: left;
    width: 100%;
    font-size: 14;
    font-size: 14px;
}

.digerYazilar li .yazi {
    float: left;
    width: 100%;
    font-weight: 600;
    padding-top: 5px;
}

.iletisimSayfasi {

    float: left;

    width: 100%;

    background-color: #fff;
}

.iletisim {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.iletisimAdresi ul {
    float: left;
    padding-bottom: 20px;
}

.iletisimFormu span,
.iletisimAdresi h1,
.iletisimAdresi h2 {
    float: left;
    width: 100%;
    font-size: 22px;
    padding: 0 0 20px 0;
    font-weight: 500;
}

.iletisimAdresi h2 {
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.iletisimFormu {
    float: left;
    width: 450px;
    height: 360px;
    padding: 20px;
}

.iletisimFormu input[type=text] {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.iletisimFormu textarea {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.iletisimFormu input[type=submit] {
    float: inherit;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-bottom: 10px;
    background-color: #f00;
    color: #fff;
}

.iletisimAdresi {
    float: left;
    width: 450px;
    padding: 20px;
    margin: 0 0 0 20px;
}

.iletisimAdresi li {
    float: left;
    width: 100%;
    padding: 10px 0;
    line-height: 21px;
}

.iletisimAdresi li i {
    color: #f00;
    padding-right: 5px;
}

.harita {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.gonderildi {
    float: left;
    background-color: #4CAF50;
    padding: 10px 15px;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
}

.hata {
    float: left;
    background-color: #f00;
    padding: 10px 15px;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
}

.kuleler {
    float: left;
    width: 100%;
}

.solKule,
.sagKule {
    height: 600px;
    position: absolute;
    width: 160px;
    padding-top: 20px;
}

.solKule {
    float: left;
    margin-left: -180px;
    text-align: right;
}

.solKule img {
    float: left;
    width: 160px;
}

.sagKule {
    float: right;
    margin-left: 960px;
    text-align: left;
}

.sagKule img {
    float: left;
    width: 160px;
}

.kunyeSayfasi {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0 0 50px 0
}

.kunyeSayfasi .kunyeBilgileri {
    float: left;
    width: 100%;
}

.kunyeSayfasi .kunyeBilgileri .baslik {
    float: left;
    width: 100%;
    font-weight: 600;
    padding: 20px 0;
    font-size: 28px;
}

.videoDetay {
    float: left;
    width: 100%;
    padding-top: 20px;
    background-color: #fff;
}

.videoDetay .video {
    float: left;
    width: 100%;
}

.videoDetay .video iframe {}

.videoDetay .videoBaslik {
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
}

.videoDetay .tarih {
    float: left;
    width: 100%;
    font-size: 14px;

}

.videoDetay .sosyalMedya {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.videoDetay .sosyalMedya li {
    float: left;
    padding: 0;
}

.videoDetay .sosyalMedya li i {
    font-size: 22px;
    margin-right: 5px;
    padding: 14px 0;
    width: 52px;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #fff;
    float: left;
}

.videoDetay .sosyalMedya li i.fa-facebook-f {
    background-color: #3b5998;
}

.videoDetay .sosyalMedya li i.fa-whatsapp {
    background: #1bbf58;
}

.videoDetay .sosyalMedya li i.fa-twitter {
    background: #00aced;
}

.videoDetay .haberTarihi {
    float: right;
    padding: 10px;
    margin-top: 20px;
    background-color: #efefef;
    width: 50%;
    text-align: center;
    height: 45px;
}

.yazarUyari {
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center
}

.haberUyari {
    float: left;
    width: 100%;
    padding: 70px 0;
    text-align: center;
    font-size: 24px;
}

.kuleSabitle {
    position: fixed !important;
    top: 40px;
    z-index: 9999;
}

.sabitle {
    position: fixed;
    top: 0;
    z-index: 9999999;
    /* border-bottom: 2px solid #ee1c25; */
    /* background-color: #000; */
}

.marginTop-20 {
    margin-top: 20px;
}

.marginBottom-20 {
    margin-bottom: 20px;
}





.privacy-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 400px;
    max-width: 100%;
    padding: 1rem .5rem;
    background: #fff;
    z-index: 999999;
    color: #000;
    font-size: 12px;
    margin: 0;
    border: 1px solid #b7b7b7;
    line-height: 20px;
    border-radius: 5px;
}

.privacy-banner>.banner-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.privacy-banner>.banner-wrapper>button {
    position: absolute;
    cursor: pointer;
    font-size: 12px;
    bottom: -10px;
    padding: 0 15px;
    border-radius: 3px;
    color: #fff;
    background-color: #343a40;
}

.privacy-banner>.banner-wrapper>p {
    margin: 0 0 15px;
    color: #000;
    text-align: center;
}

.cerezKapat:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.cerezKapat:hover {
    color: #212529;
    text-decoration: none;
}

.uyari {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.kategoriUyari {

    float: left;
    width: 100%;
    text-align: center;
    padding: 100px 0;
    font-size: 26px;
}

.videoGaleriKismi {
    float: left;
    width: 100%;
    padding: 75px 0;
    background-color: #000;
}

.videoGaleriKismi .videoGaleriAnasayfa {}

.videoGaleriKismi .videoGaleriAnasayfa .baslik {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    color: #fff;
    font-size: 37px;
    font-family: PTSans-Bold, sans-serif;
}

.videoGaleriKismi .videoGaleriAnasayfa .videoSolKisim {
    float: left;
    width: 65%;
    position: relative;
}

.videoGaleriKismi .videoGaleriAnasayfa .videoSolKisim a {}

.videoGaleriKismi .videoGaleriAnasayfa .videoSolKisim img {
    width: 100%;
    height: 520px;
}

.videoGaleriKismi .videoGaleriAnasayfa .videoSolKisim p {
    position: absolute;
    bottom: 0;
    /* font-family: PTSans-Bold, sans-serif; */
    color: #fff;
    font-size: 38px;
    padding: 20px;
    left: 0;
    width: 100%;
    text-shadow: 1px 1px 1px #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgb(0 0 0)));
    background-image: linear-gradient(rgba(0,0,0,0), rgb(0 0 0));
}

.videoGaleriKismi .videoGaleriAnasayfa .videoSolKisim i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #f00;
}

.videoGaleriKismi .videoSagKisim {
    float: left;
    width: 35%;
    padding-left: 20px;
    /* background-color: #fff; */
}

.videoGaleriKismi .videoSagKisim ul {
    display: flex;
    flex-direction: column;
}

.videoGaleriKismi .videoSagKisim ul li:hover p {
    color: #f00;
}

.videoGaleriKismi .videoSagKisim ul li:hover {

    border: 2px solid #f00;
}

.videoGaleriKismi .videoSagKisim ul li {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border: 2px solid #ffffff;
    margin-bottom: 10px;
}

.videoGaleriKismi .videoSagKisim ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.videoGaleriKismi .videoSagKisim ul li img {
    width: 150px;
    border: 1px solid #ddd;
    height: 100px;
}

.videoGaleriKismi .videoSagKisim ul li p {
    color: #000;
    font-size: 18px;
    padding: 10px;
    /* font-family: PTSans-Bold, sans-serif; */
}

.videoGaleriKismi .videoSagKisim ul li i {
    position: absolute;
    top: 50%;
    font-size: 20px;
    color: #f00;
    display: none;
}

.sosyalMedyaLogoYani {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.sosyalMedyaLogoYani ul {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.sosyalMedyaLogoYani ul li {
    border: 1px solid #cdcdcddd;
    padding: 20px;
    width: 150px;
}

.sosyalMedyaLogoYani ul li:hover p,
.sosyalMedyaLogoYani ul li:hover i {
    color: #fff !important;
}


.sosyalMedyaLogoYani ul li.facebook i {
    color: #3f51b5;
}


.sosyalMedyaLogoYani ul li.facebook:hover {
    background-color: #3f51b5;
}

.sosyalMedyaLogoYani ul li.twitter i {
    color: #0af;
}


.sosyalMedyaLogoYani ul li.twitter:hover {
    background: #1DA1F2;
}


.sosyalMedyaLogoYani ul li.instagram i {
    color: #f09433;
}

.sosyalMedyaLogoYani ul li.instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);


}


.sosyalMedyaLogoYani ul li.youtube i {
    color: #f00;
}

.sosyalMedyaLogoYani ul li.youtube:hover {
    background: #f00;
}

.sosyalMedyaLogoYani ul li i {
    font-size: 34px;
}

.sosyalMedyaLogoYani ul li p {
    padding-top: 15px;
}

.kitaplarFoto {

    background-size: contain !important;
    background-repeat: no-repeat !important;
}





.yorumYapFormu {
    float: left;
    width: 100%;
    height: 360px;
}

.yorumYapFormu input[type=text] {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.yorumYapFormu textarea {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.yorumYapFormu input[type=submit] {
    float: left;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-bottom: 10px;
    background-color: #f00;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

.yorumYapFormu span,
.yorumlar span {
    font-weight: bold;
    font-size: 27px;
    margin: 20px 0;
    float: left;
}

.yorumlar {
    float: left;
    width: 100%;
}

.yorumlar li {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.yorumlar li b {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.yorumlar li b i {
    font-style: initial;
    padding-left: 20px;
    font-weight: 500;
    font-size: 12px;
}

.yorumlar li p {
    float: left;
    width: 100%;
}

.basarili {
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #1bbf58;
    color: #fff;
}

.hata {
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #f00;
    color: #fff;
}

.ustKisim {
    float: left;
    width: 100%;
    background-color: #0a1233;
    padding: 5px 0;
}

.sosyalMedyaText {
    color: #fff;
    padding: 5px 10px 5px 0;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
}

.ustKisimSosyalMedya {
    float: right;
    display: flex;
}

.ustKisimSosyalMedya ul {
    float: left;
    /* width: 250px; */
    display: flex;
}

.ustKisimSosyalMedya ul li {
    padding: 5px 3px;
}

.ustKisimSosyalMedya ul li a {}

.ustKisimSosyalMedya ul li a i {
    padding: 5px;
    font-size: 16px;
    color: #fff;
}

.bugunTarihi {
    color: #fff;
    float: left;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.makaleListele {
    float: left;
    width: 100%;
    padding: 35px 0px;
    text-align: center;
}

.makaleListele select {
    padding: 10px;
}

.makaleListele select option {}

.makalelerListeHalinde {
    padding-left: 20px;
}

.makalelerListeHalinde ul {
    grid-template-columns: auto;
}

.makalelerListeHalinde ul li {}

.makalelerListeHalinde ul li a {
    display: flex;
    align-items: baseline;
}

.makalelerListeHalinde ul li .haberFoto {
    display: none;
}

.makalelerListeHalinde li .makaleBaslik {
    min-height: auto !important;
    padding-left: 10px;
}

.makalelerListeHalinde li .tarih {}
.kategoriSayfasi {}
.kategoriSayfasi h1 {
	text-align:center;
	padding: 50px 0;
}
.programBilgisi {
    list-style-type: none;
    padding: 0 !important;
    margin-bottom: 50px;
    font-size: 16px;
}
.programBilgisi li {
    list-style: none !important;
    display: flex;
    width: 100%;
}
.programBilgisi li b {
    width: 35%;
}
.programBilgisi li p {
    padding: 0;
}
.haberIcerik iframe {
 
}