
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@600&family=Raleway:wght@500&family=Roboto:wght@300;400;500;700;900&display=swap');

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

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

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

body {
    font-family: 'Roboto', 'Exo 2', sans-serif;
}

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

header {
    display: flex;
    width: 100%;
    padding: 20px 0;
    box-shadow: 3px 1px 9px 0px #cecece;
    position: relative;
}

header .container {
    display: flex;
}

header .logo {}

header .logo img {
    width: 200px;
}

header .nav {
    display: flex;
    flex: 1;
    padding-left: 80px;
}

header .nav {}

header .nav ul {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding-right: 35px;
}

header .nav ul li {}

header .nav ul li a {
    text-decoration: none;
    color: #000;
    font-family: 'Roboto', 'Exo 2', sans-serif;
    font-weight: 500;
}

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

header .nav .canliYayinButonu {
    text-align: center;
    align-items: center;
    display: flex;
}

header .nav .canliYayinButonu a {
    color: #fff;
    width: 110px;
    padding: 10px;
    background-color: #f00;
    border-radius: 5px;
}

.sliderKismi {
    padding: 20px 0 0 0;
}

.sliderKismi .sliderlar {}

.sliderKismi .sliderlar img {
    width: 100%;
}

.slider-next {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 99;
    transform: translate(0, -50%);
    cursor: pointer;
}

.slider-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 99;
    transform: translate(0, -50%);
    cursor: pointer;
}

.slider-next i,
.slider-prev i {
    font-size: 41px;
    color: #fff;
}

#yayinAkisi-ileri i,
#yayinAkisi-geri i {
    font-size: 35px;
}

#yayinAkisi-geri {}

.anasayfaYayinAkisiKismi {
    background-color: #f15f30;
    /* margin-top: 20px; */
    position: relative;
}

.anasayfaYayinAkisiKismi .container {
    display: flex;
    flex-direction: row;
}

.anasayfaYayinAkisiKismi .tvDeBugun {
    color: #fff;
    width: 330px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    background-color: #e05628;
    font-weight: bold;
    font-size: 16px;
    padding: 35px 20px;
    min-height: 145px;
    justify-content: center;
}

.anasayfaYayinAkisiKismi .tvDeBugun h1 {
    /* padding-bottom: 15px; */
    font-size: 21px;
    position: relative;
    font-weight: 600;
}

.anasayfaYayinAkisiKismi .tvDeBugun .text {
    display: flex;
    padding-top: 15px;
    align-items: center;
}

.anasayfaYayinAkisiKismi .tvDeBugun .text i {}

.anasayfaYayinAkisiKismi .tvDeBugun .text p {
    padding-left: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Roboto', 'Exo 2', sans-serif;
}









.anasayfaYayinAkisiKismi .bugunYayinAkisi {
    display: flex;
    width: 100%;
    color: #fff;
}

.anasayfaYayinAkisiKismi .bugunYayinAkisi li {
    padding: 35px 20px;
    list-style: none;
    justify-content: center;
    border-right: 1px solid #ff7b3e;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 214px;
    font-weight: bold;
    font-size: 16px;
    min-height: 145px;
}

.anasayfaYayinAkisiKismi .bugunYayinAkisi li:nth-child(1) {
    width: 340px;
}

.anasayfaYayinAkisiKismi .bugunYayinAkisi li:hover {}




.anasayfaYayinAkisiKismi .bugunYayinAkisi li .saat {
    padding: 0 0 10px 0;
    position: relative;
    font-size: 24px;
    font-weight: 400;
}

.anasayfaYayinAkisiKismi .bugunYayinAkisi li .saat::before {
    content: "";
    position: absolute;
    padding: 1px;
    background-color: #fff;
    bottom: 0;
    width: 20px;
}

.anasayfaYayinAkisiKismi .bugunYayinAkisi li p {
    font-size: 16px;
    padding-top: 10px;
    line-height: 18px;
    font-weight: 400;
}

.anasayfaProgramlarimiz {}

.anasayfaProgramlarimiz h2 {
    text-align: center;
    font-size: 31px;
    padding: 50px 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.anasayfaProgramlarimiz .konuklarListesi {
    display: grid;
    list-style: none;
    grid-template-columns: auto auto auto auto;
    gap: 15px;
}

.anasayfaProgramlarimiz .konuklarListesi li {
    transition: all 0.2s;
}

.anasayfaProgramlarimiz .konuklarListesi li img {
    width: 100%;
}

.anasayfaProgramlarimiz .konuklarListesi li .baslik {}

.anasayfaProgramlarimiz .konuklarListesi li:hover {
    transform: scale(1.05);
}

.yeniFragmanlarKismi {
    width: 100%;
    background-color: #EBEBEB;
    padding: 0 0 50px 0;
    margin-top: 50px;
}

.yeniFragmanlarKismi h2 {
    text-align: center;
    font-size: 31px;
    padding: 50px 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.yeniFragmanlarKismi .anasayfaFragmanlar {}

.yeniFragmanlarKismi .anasayfaFragmanlar .swiper-slide:hover {}

.yeniFragmanlarKismi .anasayfaFragmanlar .swiper-slide:hover p {
    color: #f00;
}


.yeniFragmanlarKismi .anasayfaFragmanlar .swiper-slide img {
    width: 100%;
}

.yeniFragmanlarKismi .anasayfaFragmanlar .swiper-slide p {
    padding: 10px 0;
    font-weight: 500;
}

.anasayfaBolumler {}

.anasayfaBolumler .container {}

.anasayfaBolumler ul {
    display: grid;
    list-style: none;
    grid-template-columns: auto auto auto auto;
    gap: 20px 20px;
}

.anasayfaBolumler ul li {
    position: relative;
}

.anasayfaBolumler ul li:hover {}

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

.anasayfaBolumler ul li:hover i {
    opacity: 1;
}

.anasayfaBolumler ul li i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 35%;
    opacity: 0.4;
    left: 50%;
    transform: translate(-50%, -50%);
}

.anasayfaBolumler ul li a {}

.anasayfaBolumler ul li img {
    width: 100%;
    /* height: 160px; */
}

.anasayfaBolumler ul li p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.anasayfaBolumler h2 {
    text-align: center;
    font-size: 31px;
    padding: 50px 0px;
    font-weight: 600;
    letter-spacing: 1px;
}

.programDetay {
    margin-top: 20px;
}

.programDetay .programFoto {}

.programDetay .programFoto img {
    width: 100%;
}

.programDetay h1 {
    color: #2D6F9E;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 0 0;
}

.programDetay .kisaAciklama {
    color: grey;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.6em;
    text-align: center;
}

.programDetay .icerik {
    padding-top: 30px;
    text-align: justify;
    font-size: 18px;
    line-height: 1.5em;
}
.programDetay .icerik strong ,.programDetay .icerik b,.programDetay .icerik h2 ,.programDetay .icerik h3 {
	font-weight: 600;
}

.programDetayFragmanlar {
    margin-top: 25px;
}

.programDetayFragmanlar h2 {
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 600;
}

.programDetayFragmanlar .swiper {}

.programDetayFragmanlar .swiper .swiper-slide {}

.programDetayFragmanlar .swiper .swiper-slide img {
    width: 100%;
}

.programDetayFragmanlar .swiper .swiper-slide p {
    padding: 15px 0px;
    line-height: 21px;
}

.yayinAkisiSayfasi {
    margin-top: 50px;
}

.yayinAkisiSayfasi h1 {
    font-size: 24px;
    padding-bottom: 30px;
}

.yayinAkisiSayfasi .yayinAkisi {
    display: flex;
    justify-content: space-between;
}

.yayinAkisiSayfasi .yayinAkisi .gunler {
    list-style: none;
    width: 230px;
    border: 1px solid #eee;
}

.yayinAkisiSayfasi .yayinAkisi .gunler li {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.yayinAkisiSayfasi .yayinAkisi .gunler li.selected,
.yayinAkisiSayfasi .yayinAkisi .gunler li:hover {
    background-color: #eee;
}


.yayinAkisiSayfasi .yayinAkisi .akisIcerigi {
    list-style: none;
    border: 1px solid #eee;
    width: 960px;
    padding: 20px;
    background-color: #eee;
    border-left: none;
}

.yayinAkisiSayfasi .yayinAkisi .akisIcerigi li {
    line-height: 26px;
    font-size: 14px;
    display: none;
}

.yayinAkisiSayfasi .yayinAkisi .akisIcerigi li:first-child {
    display: block;
}

.kunyeBilgileri {
    margin-top: 25px;
}

.kunyeBilgileri h1 {
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.kunyeBilgileri .baslik {
    background-color: #009fdd;
    padding: 20px;
    color: #fff;
    margin-top: 15px;
}

.kunyeBilgileri ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    border: 1px solid #000;
    padding: 0px 20px;
    margin-bottom: 15px;
}

.kunyeBilgileri ul li {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.kunyeBilgileri ul li b {
    width: 250px;
    font-weight: 500;
}

.kunyeBilgileri ul li p {}


.indirilebilirDosyalar {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.indirilebilirDosyalar a {
    padding: 20px;
    background-color: #ddd;
    margin-bottom: 5px;
}

.indirilebilirDosyalar a:hover {}

.iletisimSayfasi {}

.iletisimSayfasi h1 {
    padding: 45px 0;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.iletisimSayfasi .iletisimKismi {
    display: flex;
}

.iletisimSayfasi .iletisimKismi .harita {
    width: 600px;
}

.iletisimSayfasi .iletisimKismi .harita iframe {
    width: 600px;
}

.iletisimSayfasi .iletisimKismi .iletisimBilgileri {
    padding-left: 50px;
}

.iletisimSayfasi .iletisimKismi .iletisimBilgileri ul {
    list-style: none;
}

.iletisimSayfasi .iletisimKismi .iletisimBilgileri li {
    padding-bottom: 15px;
}

.iletisimSayfasi .iletisimKismi .iletisimBilgileri li .baslik {
    font-size: 24px;
}

.iletisimSayfasi .iletisimKismi .iletisimBilgileri li p {
    padding-top: 10px;
}

.iletisimSayfasi .iletisimKismi .iletisimBilgileri ul.sosyalMedya {
    display: flex;
    margin-top: 20px;
}

.iletisimSayfasi .iletisimKismi .iletisimBilgileri ul.sosyalMedya li {
    padding: 0 10px 0 0;
}

.iletisimSayfasi .iletisimKismi .iletisimBilgileri ul.sosyalMedya li i {
    font-size: 34px;
}

.iletisimSayfasi .iletisimKismi .iletisimBilgileri ul.sosyalMedya li i.fa-square-facebook {
    color: #3b5998;
}

.iletisimSayfasi .iletisimKismi .iletisimBilgileri ul.sosyalMedya li i.fa-square-twitter {
    color: #00aced;
}

.iletisimSayfasi .iletisimKismi .iletisimBilgileri ul.sosyalMedya li i.fa-square-youtube {
    color: #bb0000;
}

.iletisimSayfasi .iletisimKismi .iletisimBilgileri ul.sosyalMedya li i.fa-square-instagram {
    color: #C13584;
}

.basinLogolar {}

.basinLogolar h1 {
    padding: 45px 0;
    font-size: 24px;
}

.basinLogolar ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 25px 15px;
}

.basinLogolar ul li {}

.basinLogolar ul li img {
    width: 100%;
}



footer .kurumLogolari {
    display: flex;
    margin-top: 50px;
}

footer .kurumLogolari li {
    width: 170px;
    align-items: center;
    display: flex;
    padding: 0 15px;
}

footer .kurumLogolari li img {
    width: 100%;
}

footer {
    background-color: #111111;
    padding: 20px;
    margin-top: 50px;
}

footer .footerLogo {
    text-align: center;
    padding-top: 40px;
}

footer .footerLogo {}

footer .footerLogo img {
    width: 200px;
}

footer .footerText {
    color: #fff;
    line-height: 22px;
    font-size: 16px;
    margin-top: 30px;
}

footer .uyduBigileri {
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

footer .uyduBigileri h2 {
    font-size: 27px;
}

footer .uyduBigileri div {
    padding: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}

footer .uyduBigileri div b {
    padding-right: 25px;
}

.menuIcon {
    display: none;
}

.menuKapat {
    display: none;
}

.canliYayinAnasayfa {
    text-align: center;
}

.canliYayinAnasayfa h2 {
    text-align: center;
    font-size: 31px;
    padding: 30px 0;
    font-weight: 600;
    letter-spacing: 1px;
}


.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:9999
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
 
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.instagram {
  background: #C13584;
  color: white;
}















@media screen and (min-width: 1024px) {

    .asagiSabitle {
        position: fixed;
        bottom: 5px;
        right: 0;
        width: 550px;
        height: 380px;
        z-index: 9999;
    }
	
}

@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }

    header .logo {
        padding-left: 20px;
    }



    header .nav {
        position: fixed;
        height: 100%;
        background-color: #000;
        z-index: 999;
        left: 100%;
        flex-direction: column;
        top: 0;
        padding-left: 0;
        width: 80%;
        transition: left ease 0.2s;
    }



    header .nav ul {
        flex-direction: column;
        justify-content: start !important;
        text-align: left;
        padding-right: 0;
        align-items: baseline;
        margin-top: 50px;
    }


    header .nav ul li {
        padding: 15px 20px;
        border-bottom: 1px solid #1d1d1d;
        width: 100%;
    }

    header .nav ul a {
        color: #fff !important;
    }

    .nav .canliYayinButonu {
        margin-top: 20px;
        margin-left: 15px;
    }

    .menuIcon {
        display: inline;
        font-size: 26px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .menuKapat {
        position: fixed;
        top: 10px;
        right: 10px;
        color: #fff;
        font-size: 24px;
        z-index: 9999;
        display: none;
    }

    .menuAc {
        right: 350px;
    }

    .anasayfaYayinAkisiKismi .tvDeBugun {
        padding: 10px;
    }

    .anasayfaYayinAkisiKismi .tvDeBugun h1 {
        font-size: 18px;
    }

    .anasayfaYayinAkisiKismi .tvDeBugun .text {
        padding-top: 10px;
    }

    .anasayfaYayinAkisiKismi .tvDeBugun .text p {
        font-size: 12px;
        line-height: 14px;
    }

    .anasayfaProgramlarimiz h2 {
        padding: 25px 0;
    }

    .anasayfaProgramlarimiz .konuklarListesi {
        grid-template-columns: auto;
        gap: 15px 10px;
        padding: 10px;
    }

    .anasayfaBolumler ul {
        grid-template-columns: auto;
        gap: 15px 0;
        padding: 10px;
    }

    .yeniFragmanlarKismi .anasayfaFragmanlar .swiper-slide {
        padding: 10px;
    }

    .yeniFragmanlarKismi h2 {
        padding: 25px 0;
    }

    .yeniFragmanlarKismi {
        margin-top: 25px;
    }

    .anasayfaBolumler h2 {

        padding: 25px 10px;

        font-size: 25px;

    }

    .yayinAkisiSayfasi {
        margin-top: 20px;
    }

    .yayinAkisiSayfasi h1 {
        padding: 0 0 15px 15px;
    }

    .yayinAkisiSayfasi .yayinAkisi .gunler {}

    .yayinAkisiSayfasi .yayinAkisi .gunler li {
        padding: 15px 10px;
    }

    .yayinAkisiSayfasi .yayinAkisi .akisIcerigi {
        width: 100%;
        font-size: 14px;
        padding: 10px;
    }

    .programDetayFragmanlar {
        padding: 0 20px;
    }

    .kunyeBilgileri {
        padding: 0px 10px;
    }

    .iletisimSayfasi {
        padding: 10px;
    }

    .iletisimSayfasi h1 {
        padding: 20px;
    }

    .iletisimSayfasi .iletisimKismi {
        flex-direction: column;
    }

    .iletisimSayfasi .iletisimKismi .harita {}

    .iletisimSayfasi .iletisimKismi .iletisimBilgileri li .baslik {
        font-size: 16px;
        font-weight: 500;
    }

    .iletisimSayfasi .iletisimKismi .iletisimBilgileri {
        padding: 25px 0 0 10px;
    }

    .basinLogolar h1 {
        padding: 20px;
    }

    .basinLogolar ul {
        grid-template-columns: auto auto;
        grid-gap: 15px 15px;
    }

 
.canliYayin {
width:100%;height:300px; 	
}


    .asagiSabitle {}
	.icon-bar {
	display:none } 
	
	
	.programDetay h1 {
		font-size: 28px;
	}.programDetay .kisaAciklama {
    font-size: 18px;
    padding-top: 20px;
}
	.programDetay .icerik {
    padding: 30px 10px 10px 10px;
    font-size: 16px;
}
	
 
	
}