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

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

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;font-family: PTSans,Helvetica,Arial,sans-serif;-webkit-tap-highlight-color: transparent;-webkit-tap-highlight-color: transparent;vertical-align: baseline;}
.bgWhite {
background-color: #fff;
}
.header {float: left;width: 100%;background-color: #fff;height: 170px;}
.container {width: 1110px;margin:0 auto;position: relative;}
.ustMenu {
   display: inline-block;
   border-bottom: 1px solid #ddd;
   width: 100%;
   float: left;
   height: 50px;
   overflow: hidden;
}
.ustMenu li {
float: left;
border-right: 1px solid #ddd;
}
.ustMenu li:hover  a {
color: #A71111;
}  
.ustMenu li a{line-height: 50px;padding: 0 15px;font-size: 14px;} 
.logo {
float: left;
padding: 30px 0 0 0;
} 
.logoYani {
	float: right;
    width: 700px;
    overflow: hidden;
    margin: 10px 0;
	text-align:right;
	height:100px;
}



 

.anasayfaDovizKurlari  { 
    display: flex;
    flex-direction: row;
    transition: opacity 0.3s, visibility 0.3s;
	width: 700px;
    height: 100px;
    background-color: #202020;
}


.anasayfaDovizKurlari .kurlar {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    padding: 0 10px;
    color: #fff;
    height: 100px;
}

.anasayfaDovizKurlari .dovizKuruLogo {
	padding: 0px 0 0px 15px;
    display: flex;
    align-items: center;
}
.anasayfaDovizKurlari .dovizKuruLogo  img {
	width:135px
}

.anasayfaDovizKurlari .kurlar .kurIcon {
    width: 20px;
    display: flex;
    height: 100px;
    justify-content: center;
    flex-direction: column;
}
 
.anasayfaDovizKurlari .kurlar .kurBilgisi {
    display: flex;
    flex-direction: column;
    height: 100px;
    text-align: left;
    padding: 15px 0;
}
.anasayfaDovizKurlari .kurlar .kurBilgisi .kurAdi {
    font-size: 14px;
    flex: 1;
    font-weight: 600;
} 
.anasayfaDovizKurlari .kurlar .kurBilgisi .kurDegeri {
    font-size: 14px;
    flex: 1; 
} 
.anasayfaDovizKurlari .kurlar .kurBilgisi .degisimOrani {
    font-size: 14px;
    flex: 1;
} 


.anasayfaDovizKurlari .kurlar .kurBilgisi .yukseldi {
    color: #25d366;
    }
.anasayfaDovizKurlari .kurlar .kurBilgisi .dustu {
    color: #ff1100;
}



 

 .yukselisGoster .arrow {
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #25d366 #25d366 transparent transparent;
  transform: rotate(-45deg);
}
.yukselisGoster .arrowSliding {
  position: absolute;
  -webkit-animation: yukselisSlide 4s linear infinite; 
          animation: yukselisSlide 4s linear infinite;
}
.yukselisGoster .delay1 {
  -webkit-animation-delay: 1s; 
    animation-delay: 1s;
}
.yukselisGoster .delay2 {
  -webkit-animation-delay: 2s; 
    animation-delay: 2s;
}
.yukselisGoster .delay3 {
  -webkit-animation-delay: 3s; 
    animation-delay: 3s;
}


.kurSabit {
	width: 14px;
	height: 1px;
	background-color: #000;
}

 .dususGoster .arrow {
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #ff1100 #ff1100 transparent transparent;
  transform: rotate(135deg);
}
.dususGoster .arrowSliding {
  position: absolute;
  -webkit-animation: dususSlide 4s linear infinite; 
          animation: dususSlide 4s linear infinite;
}
.dususGoster .delay1 {
  -webkit-animation-delay: 1s;  
    animation-delay: 1s;
}
.dususGoster .delay2 {
  -webkit-animation-delay: 2s; 
    animation-delay: 2s;
}
.dususGoster .delay3 {
  -webkit-animation-delay: 3s; 
    animation-delay: 3s;
}






 
@keyframes dususSlide {
    0% { opacity:0; transform: translateY(-30px); }	
   20% { opacity:1; transform: translateY(-10px); }	
   80% { opacity:1; transform: translateY(10px); }	
  100% { opacity:0; transform: translateY(30px); }	
}
 
 
@keyframes yukselisSlide {
    0% { opacity:0; transform: translateY(30px); }	
   20% { opacity:1; transform: translateY(10px); }	
   80% { opacity:1; transform: translateY(-10px); }	
  100% { opacity:0; transform: translateY(-30px); }	
}
 
  







nav.sabitle {position: fixed;top: 0;z-index: 9999999;background-color: #9e0000;}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
  }

  to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
  }

  to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.menu {float: left;width: 100%;height: 50px;background-color: #9e0000;}
.menu li {
float: left;
text-align: center;
transition: background-color .2s ease-in;
}
.menu>div>ul>li:hover {background-color: #000000;}  
.menu>div>ul>li:hover a {color: #fff;transition: color .2s ease-in;}
.menu>div>ul>li:last-child:hover a {
color: #000;
}
.menu li a {line-height: 50px;padding: 13px 16px;font-size: 16px;text-align: center;color: #fff;font-family: PTSans,Helvetica,Arial,sans-serif;}
.menu li:last-child a {
padding: 5px 6px;
}
.menu .kaydedilenGor {
position: absolute;
right: 10px;
top: 7px;
font-size: 24px; 
display:none;
}

.menu .kaydedilenGor i {
 color:#fff;
}
.menu .kaydedilenGor:hover i {
 color:##ee1c25;
}
nav.sabitle .kaydedilenGor {
 display:block; 
}
.menuIcon {width: 99px;}
.menuIcon i {
color: #fff;
}
.menuIcon span {padding-left: 5px;color: #fff;font-family: PTSans,Helvetica,Arial,sans-serif;}
.menuIcon:hover i,.menuIcon:hover span {
color: #fff;
}
.hide {
display: none;
}
.show {
display: block;
}
.menu>div>ul>li:last-child:hover .acilirMenu{
display: block;
}
.acilirMenu {
width: 100%;
background-color: rgba(10,10,10,.90);
float: left;
position: absolute;
right: 0;
box-sizing: border-box;
padding: 10px 0;
z-index: 999999;
display: none;
top: 43px;
}
.acilirMenu>ul {width: 22%;float: left;margin-left: 20px;}
.acilirMenu>ul>li {float: left;width: 100%;padding: 5px 0;text-align: left;}
.acilirMenu>li>a:hover {color: #A71111 !important}
.acilirMenu>ul>p{
padding: 10px 0;
color: #fff;
text-align: left;
border-bottom: 1px solid #44403a;
}
.acilirMenu>ul>li>a {
line-height: inherit;
color: #fff !important;
}
.ajansHaberleri {float: left;width: 100%;height: 50px;background-color: #3f3f3f;overflow: hidden;} 
.ajansHaberleri .yonButonlari {float: left;line-height: 50px;padding-top: 10px;width: 60px;}
.ajansHaberleri .yonButonlari i {color: #fff;font-size: 25px;float: left;padding-left: 6px;} 
.ajansHaberleri .swiper-wrapper{
float: left;
margin-left: 25px;
width: 825px;
height: 50px;
}
.ajansHaberleri .swiper-slide{
float: left;
width: 100%;
padding: 17px 0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.ajansHaberleri .swiper-slide a{
color: #fff;
font-family: PTSans-Bold,Helvetica;
}
.sonDakikaBandi {
float: left;
width: 100%;
margin-top: 20px;
background-color: #ee1c25;
box-sizing: border-box;
font-size: 19px;
}
.sonDakikaBandi a {
color: #fff;
}
.sonDakikaBandi {
  animation: sonDakikaBandiEfekti 1s linear infinite;
}

@keyframes sonDakikaBandiEfekti {  
  50% { opacity: 0; }
}
.sonDakikaBandi b{
float: left;
padding: 15px 10px;
background-color: #7b0005;
}
.sonDakikaBandi p{
float: left;
padding: 15px 10px;
} 
.kuleler { 
float: left;
width:100%;
}
.anasayfa {float: left;width:100%;margin: 20px 0;}

.kuleSabitle {position: fixed !important;top: 70px;z-index: 9999;}
.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: 1140px;text-align: left;}
.sagKule img {
float: left;
width: 160px;
}

.solKule ul,.sagKule ul { 
    position: relative;
	height: 600px;
	width: 160px;
    transform-style: preserve-3d;
    transform: translateZ(-100px);
    transition: transform 1s;
}
.solKule ul li,.sagKule ul li  {
    position: absolute;
    width: 160px;
    height: 600px; 
}



.solKule ul,.sagKule ul { 
    position: relative;
	height: 600px;
	width: 160px;
    transform-style: preserve-3d;
    transform: translateZ(-100px);
    transition: transform 1s;
}
.solKule ul li,.sagKule ul li  {
    position: absolute;
    width: 160px;
    height: 600px; 
} 
 
 
.solKule ul li:nth-child(1) , .sagKule ul li:nth-child(1)  {/* transform: rotateY(  0deg) translateZ(100px); */}
.solKule ul li:nth-child(2), .sagKule ul li:nth-child(2)  { transform: rotateY( 90deg) translateZ(100px); }
.solKule ul li:nth-child(3), .sagKule ul li:nth-child(3)  { transform: rotateY( 180deg) translateZ(100px); display:none}
.solKule ul li:nth-child(4), .sagKule ul li:nth-child(4)  { transform: rotateY( 270deg) translateZ(100px); }



 

.solBlok {float: left;width: 730px;box-sizing: border-box;}.sagBlok {float: right;width: 360px;}

.footer{
float: left;
width: 100%;
}
.footerTop {
float: left;
width: 100%;
background-color: #f1f1f1;
}
.footerTop span {
float: left;
font-size: 20px;
padding: 15px 0;
}
.footerTop ul {
float: right;
padding: 12px 0;
}
.footerTop li {
float: left;
padding: 0 5px;
}
.footerTop li i {
font-size: 25px;
}
.footerTop li.facebook i {
color: #4267b2;
}
.footerTop li.twitter i {
color: #1DA1F2;
}
.footerTop li.instagram i {
color: #d82b7e;
} 
.footerLinkListele {
float: left;
width: 100%;
background-color: #242424;
padding-top: 20px;
}
.footerLinkListele>.container>ul {}
.footerLinkListele>.container>ul>li {float: left;width: 205px;margin-right: 20px;}
.footerLinkListele>.container>ul>li:last-child {
margin-right: 0;
}
.footerLinkListele>.container>ul>li>p {
border-bottom: 1px solid #464646;
color: #fff;
padding: 0 0 15px;
font-family: PTSans-Bold;
} 
.footerLinkListele>.container>ul>li ul {
float: left;
padding-top: 15px;
}
.footerLinkListele>.container>ul>li ul li {
float: left;
width: 100%;
padding: 3px 0;
font-size: 14px;
}
.footerLinkListele>.container>ul>li ul li a {
color: #fff;
}

.marginTop {margin-top: 20px !important;}
.marginBottom {
margin-bottom:20px;
}
.sagSabitKose{position: fixed !important;bottom:0px;right:0;width:300px;height: 275px;z-index: 999999;display:none;}
.sagSabitKose #sagSabitKoseKapat{
 /* width: 100%; */
 background-color: #ee1c25;
 float: right;
 text-align: right;
 padding: 5px;
 color: #fff;
}

.aramaYap {float: right;width: 310px;margin-top: 8px;}
.aramaYap input {padding: 10px;box-sizing: border-box;width: 255px;float: left;border: none;}
.aramaYap input[type=submit]{padding: 10px;background-color: #e4e4e4;border: none;float: left;cursor: pointer;color: #000;width: 50px;margin-left: 5px;}
 .typed-cursor {
opacity: 1;
animation: blink .7s infinite;

font-style: initial;
}

@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
 .kaydedilenGor {position: absolute;right: 10px;top: 10px;font-size: 24px;}  .kaydedilenGor:hover i {
color:#A71111;
}
body {
background-color: #e6e6e6;
}
.surManset {
	float: left;
	width: 100%;
		height:340px;
		overflow:hidden
}
	
.surManset .swiper-wrapper{
float: left;
width: 100%;
}
.surManset .swiper-slide{
float: left;
width: 100%; 
position: relative;
}
.surManset .swiper-slide a{
float: left;
width: 100%;
}

.surManset .sayfala {position: absolute;left: 15px !important;top: 31px;width: 40px;z-index: 9999;}  
.surManset .sayfala .swiper-pagination-bullet{float: left;background-color: #fff;border-radius: inherit;text-align: center;width: 50px;height: 50px;line-height: 50px;opacity: 1;margin: 3px 5px !important;}
.surManset .sayfala .swiper-pagination-bullet a{
float: left;
width: 100%;
}
.surManset .sayfala .swiper-pagination-bullet-active {
background-color: #A71111;
color: #fff
}
.surManset .sayfala .swiper-pagination-bullet-active a {color: #fff !important;}
#ustSporHaberleri ,#ustKonyaHaberleri {
width: 460px !important;
height: 220px !important;
overflow: hidden;
float: left;
}
#ustSporHaberleri .sayfala .swiper-pagination-bullet ,#ustKonyaHaberleri .sayfala .swiper-pagination-bullet {
padding: 5px 0;
}
#ustSporHaberleri .sayfala ,#ustKonyaHaberleri .sayfala{
top: 15px !important;
left: 5px !important;
width: 35px;
} 
#ustSporHaberleri .swiper-slide, #ustKonyaHaberleri .swiper-slide {
float: left;
width: 100%;
height: 225px;
position: relative;
overflow: hidden;
}
#ustSporHaberleri .swiper-slide p, #ustKonyaHaberleri .swiper-slide p {
right: 0;
width: 100%;
padding: 10px 10px 10px 65px;
font-size: 20px;
font-weight: 600;
position: absolute;
text-align: center;
bottom: 5px;
height: 70px;
color: #fff;
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));
}
#ustKonyaHaberleri .sliderTitle {
background-color: rgba(238, 28, 37, 0.75);
}

.marginLeft20 {
margin-left:20px !important;
}
.marginBottom20 {
margin-bottom:20px !important;
}
.sliderTitle {
position: absolute;
top: 0;
z-index: 9999;
background-color: rgba(17, 130, 0, 0.75);
padding: 10px;
color: #fff;
right: 0;
}
.sliderTitle a {
color:#fff;
}

.superManset {float: left;width: 1110px;height: 250px;overflow: hidden;}
.superManset li {
float: left;
width: 220px;
margin-right: 20px;
transition: box-shadow .2s ease-in;
}
.superManset li:hover {
box-shadow: 2px 2px 5px #bfbebe
}
.superManset li:last-child {
margin-right: 0;
}
.superManset li img {
float: left;
}
.superManset li h2 {
float: left;
width: 100%;
font-family: PTSans-Bold,Helvetica;
font-size: 18px;
background-color: #fff;
padding: 10px;
box-sizing: border-box;
transition: color .2s ease-in;
min-height: 90px;
height: 105px;
overflow: hidden;
}
.superManset li:hover h2 {
color: #A71111;
}


.superManset .swiper-slide { 
float: left;
width: 220px;
margin-right: 20px;
transition: box-shadow .2s ease-in;
}
.superManset .swiper-slide:hover {
box-shadow: 2px 2px 5px #bfbebe
}
.superManset .swiper-slide:last-child {
margin-right: 0;
}
.superManset .swiper-slide img {float: left;width: 100%;height: 100%;}
.superManset .swiper-slide h2 {
float: left;
width: 100%;
font-family: PTSans-Bold,Helvetica;
font-size: 18px;
background-color: #fff;
padding: 10px;
box-sizing: border-box;
transition: color .2s ease-in;
min-height: 90px;
height: 105px;
overflow: hidden;
}
.superManset .swiper-slide:hover h2 {
color: #A71111;
}







.manset {float: left;width: 730px;} 
.manset .swiper-slide {float: left;width: 100%;height: 430px;}
.manset .swiper-slide p {
	display:none;
	position: absolute;
	
    bottom: 15px;
    color: #fff;
    text-align: left;
    left: 10px;
    padding: 0px 5px; 
    font-size: 4.92rem; 
    text-shadow: 0.3rem 0.3rem 2rem black;
}
.manset .swiper-slide img {float: left;width: 100%;height:100%}

.manset .sayfala {float: left;width: 672px;}
.manset .swiper-pagination-bullet {float: left;background-color: #fff;border-radius: inherit;text-align: center;padding: 10px 0;opacity: 1;height: inherit;margin: 0 !important;width: 32px;font-size: 14px;}
.manset .sayfala .swiper-pagination-bullet-active {
background-color: #A71111;
color: #fff
}
.manset .sayfala .swiper-pagination-bullet-active a {color: #fff !important;}
.mansetTumu {float: left;background-color: #fff;padding: 10px 0;font-size: 14px;width: 57px;text-align: center;}
.mansetTumu:hover {
background-color: #A71111; 
}
.mansetTumu:hover a{ 
color: #fff;
}
.sagManset {float:left;width: 360px;margin-left: 20px !important;height: 468px;overflow: hidden;position: relative !important;}
.sagManset .swiper-slide h3 {position: absolute;bottom: 0;text-align: center;color: #ffffff;padding: 10px 10px;width: 100%;font-size: 24px;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));}
.sagManset .swiper-slide img {float: left;width: 100%;height: 430px;}
.sagManset .sayfala {
float: left;
background-color: #000;
}
.sagManset .swiper-pagination-bullet {float: left;border-radius: inherit;text-align: center;padding: 10px 0;opacity: 1;height: inherit;margin: 0 !important;width: 36px;background-color: #000;font-size: 16px;}
.sagManset .swiper-pagination-bullet a {
color: #fff !important;
}
.sagManset .sayfala .swiper-pagination-bullet-active {
background-color: #A71111;
color: #fff !important;
}
.sagManset .sayfala .swiper-pagination-bullet-active a {color: #fff !important;}
.sagManset .swiper-pagination-bullet:last-child {
float: right;
}
.ziledoviz {background-color: #000;background-image: url("../images/zileDoviz.jpg");background-size: cover;height: 125px;width: 100%;float: left;margin-top: 20px;padding-left: 120px;}
.zdoviz {float: left;margin: 43px 5px 10px 20px;width: 180px;text-decoration: none;}
.zdurum {
float: left;
height: 35px;
margin: 16px 0;
/* width: 35px */
}
.zdurum i{font-size: 30px;}
.zdurum .fa-sort-down{
color: rgb(209, 25, 25);
line-height: 0;
}
.zdurum .fa-sort-up{
color: rgb(76, 175, 80);
}
.zdurum .fa-window-minimize{
color: rgb(158, 158, 158);
line-height: 0;
}
.zmetin span {
padding-top: 3px;
float: left;
} 
.zmetin {color: #000;float: left;font-size: 14px;height: 45px;padding-left: 16px;padding-top: 5px;text-shadow: 1px 1px 1px #fff;width: 140px;}

.ziledoviz .zdoviz:nth-child(3) {width: 165px;}
.ziledoviz .zdoviz:nth-child(3) .zmetin{width: 130px;}


.kategoriler  {
	float:left;width:100%;
}
.kategoriler .haber:nth-child(3n) {
margin-right: 0;
}

.sagHaber {
		margin-right: 20px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.sagHaber  img {
    height: 203px;
}
.sagHaber h5 {
	float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
    height: 82px;
    line-height: 21px;
    font-weight: 600;
    transition: color .2s ease-in;
}

.kategoriler .haber {
	margin-right: 20px;
	float: left;
	width: 31%;
	margin-bottom: 20px;}

.kategoriler .haber img {
    height: 203px;
    width: 100%;
} 
.kategoriler .haber h5 {
	float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
    height: 82px;
    line-height: 21px;
    font-weight: 600;
    transition: color .2s ease-in;
	
} 

.kategoriler .kaydedinlenler{
height: 260px !important;
background-color: #fff;
}
.kategoriler .kaydedinlenler ul{
float: left;
width: 100%;
padding: 0 0 0 5px;
}
.kategoriler .kaydedinlenler ul li {
float: left;
width: 50%;
color: #000;
font-weight: 500;
font-family: PTSans;
}
.kategoriler .kaydedinlenler ul li i{
float: left;
padding: 0  9px;
}
.kategoriler .kaydedinlenler ul li span{
height: initial;
padding: 0;
width: 100px;
font-weight: 500;
}

.kategoriler .kaydedinlenler .haberKaldir{
position:absolute;
right: 0px;
top: 0px;
font-size: 20px;
display:none;
cursor:pointer;
background-color: rgba(255, 255, 255, 0.69);
padding: 2px 5px;
}
.kategoriler .kaydedinlenler:hover .haberKaldir{
display:block
}
.kaydedilenHaberYok {
float: left;
width: 100%;
text-align: center;
background-color: #fff;
padding: 20px;
/* height: 200px; */
}
.kaydedilenHaberYok b {
font-size: 24px;
font-family: PTSans-Bold;
}
.kaydedilenHaberYok p {
font-size: 18px;
padding: 40px;
background-color: #FFEB3B;
margin-top: 25px;
}
.kaydedilenHaberYok p i {
font-size: 14px;
}
.kaydedilenHaberlerUyari span{ color:#A71111 }
.kaydedilenHaberlerUyari {margin-top: 30px;padding: 10px 9px;float: left;font-size: 12px;color: #000;background-color: #fff;width: 100%;}

.kategoriSagReklam {float:right;width: 360px;height: 340px;}

.anasayfaHaber {
	float:left;
	width:100%;
}
.anasayfaHaber li:nth-child(2n)  {
	margin-right: 0;
}

.anasayfaHaber li {float: left;width: 355px;margin-top: 20px;transition: box-shadow .2s ease-in;min-height: 225px;position: relative;margin-right: 20px;}
.anasayfaHaber li.buyukBoy {width: 355px;}
.anasayfaHaber li.buyukBoy:nth-child(2n)  {
	margin-right: 20px !important;
}.anasayfaHaber li.buyukBoy:nth-child(3n)  {
	margin-right: 0
}
.anasayfaHaber li img {width: 100%;float: left;}
.anasayfaHaber li h5,.anasayfaHaber li p {
float: left;
width: 100%;
padding: 10px;
box-sizing: border-box;
background-color: #fff;
font-size: 16px;
height: 82px;
line-height: 21px;
font-weight: 600;
transition: color .2s ease-in;
} 
.anasayfaHaber li:hover h5 , .anasayfaHaber li:hover p{
color:#A71111
}


.sagBlok .rkl {float: left;margin-top: 20px;}
.sagBlok .baslik {

    padding: 20px; 
}
.marginTopSifir {
margin-top:0 !important;

}

.ikinciManset {float:left;width: 730px;margin-top: 20px !important;height: 470px;position: relative !important;overflow: hidden !important;}
.ikinciManset .swiper-slide h3 {
position: absolute;
bottom: 15px;
color: #fff;
text-align: center;
padding: 0px 10px;
font-size: 22px;
text-shadow: 1px 1px 1px #000000;
}
.ikinciManset .swiper-slide h3 {
background-color: #A71111;
} 
.ikinciManset .swiper-slide img {float: left;width: 100%;height: 430px;}
.ikinciManset .sayfala {float: left;background-color: #fff;width: 100%;}
.ikinciManset .swiper-pagination-bullet {float: left;border-radius: inherit;text-align: center;opacity: 1;margin: 0 !important;width: 48.6px;height: 40px;font-size: 14px;line-height: 40px;}
.ikinciManset h6 ,.ikinciManset h2,.ikinciManset p{
	position: absolute;
    box-sizing: border-box;
	bottom: 0px;
	width:98%;
	color: #fff;text-align: left; padding: 10px 20px;font-weight: 600;font-size: 22px;border-left: 7px solid #A71111;text-shadow: 1px 1px 1px #000000;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));width: 100%;}
.ikinciManset .swiper-pagination-bullet a {color: #000 !important;}
.ikinciManset .swiper-pagination-bullet:last-child {
 
    width: 49px;
}
.ikinciManset .sayfala .swiper-pagination-bullet-active {
background-color: #A71111;
color: #fff !important;
}
.ikinciManset .sayfala .swiper-pagination-bullet-active a {color: #fff !important;}
.namazVakitleri {
float: left;
box-sizing: border-box;
margin-top: 20px;
background: #118200; /* Old browsers */
background: -moz-linear-gradient(top,  #118200 0%, #005700 56%, #002400 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #118200 0%,#005700 56%,#002400 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #118200 0%,#005700 56%,#002400 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#118200', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
padding: 10px;
height: 217px;
}
.namazVakitleri>b {
float: left;
width: 100%;
color: #fff;
font-family: PTSans-Bold;
font-size: 18px;
}
.namazVakitleri select {
float: left;
width: 100%;
margin-top: 20px;
padding: 7px 0;
}
.namazVakitleri .sonuc {
float: left;
width: 100%;
margin-top: 20px;
}
.namazVakitleri .sonuc .ilAdi {
float: left;
width: 100%;
text-align: center;
color: #fff;
font-size: 16px;
}
.namazVakitleri .sonuc .ilAdi span  {
color: #A71111;
font-family: PTSans-Bold;
font-size: 16px;
font-weight: bold;
}
.namazVakitleri .sonuc li {float: left;padding: 0 0;margin: 30px  0 0 0;width: 55px;border-right: 1px solid #254225;}
.namazVakitleri .sonuc li:last-child {
border-right:none;
}
.namazVakitleri .sonuc li b {float: left;color: #fff;font-size: 14px;width: 100%;font-family: PTSans-Bold,Helvetica,Arial,sans-serif;text-align: center;}
.namazVakitleri .sonuc li p {color: #fff;font-size: 14px;padding-top: 10px;float: left;width: 100%;text-align: center;}
.kategoriSlider {   
margin-top: 0px !important;
}
.yazarlar {
float: left;
width: 940px;
margin-top: 20px !important; 
overflow: hidden;
position: relative;
} 
.yazarlar>p{
font-size: 22px;
font-family: PTSans-Bold;
margin-bottom: 20px;
}
.yazarlar>p>i{
border-left: 5px solid #A71111;
margin-right: 10px;
}
.yazarlar .swiper-slide{float: left;background-image: url('../images/yazarlarBg.jpg');height: 170px;background-size: cover;}
.yazarlar .swiper-slide img{
position: absolute;
left: 0;
bottom: 0;
width: 120px;
height: auto;
}
.yazarlar .swiper-slide .yaziIcerik{
float: right;
color: #fff;
width: 190px;
padding: 20px 10px 0 10px;
}
.yazarlar .swiper-slide .yaziIcerik b {
float: left;
font-size: 18px;
width: 100%;
}
.yazarlar .swiper-slide .yaziIcerik p{
float: left;
width: 100%;
padding-top: 25px;
}
.yazarlar .swiper-scrollbar .swiper-scrollbar-drag{ 
background-color: rgba(255, 255, 255, 0.73) !important }
.sporHaberleri {float: left;width: 730px;position: relative;overflow: hidden;}
.sporHaberleri>p{
float: left;
width: 100%;
margin: 20px 0;
font-size: 20px;
font-family: PTSans-Bold;
}
.sporHaberleri p i {
border-right: 5px solid #118200;
margin-right: 5px;
} 
.sporHaberleri img {
	width:100%;
	height:auto; 
}
.sporHaberleri .swiper-slide h6, .sporHaberleri .swiper-slide p {
float: left;
width: 100%;
padding: 10px;
box-sizing: border-box;
font-size: 22px;
font-weight: 600;
position: absolute;
bottom: 0;
height: 93px;
text-align: center;
color: #fff;
text-shadow: 2px 2px 3px #000000;
background-position: bottom;
background-repeat: no-repeat;
}
.sporHaberleri .sayfala  {
position: absolute;
bottom: 10px !important;
right: 0;
z-index: 9999;
text-align: center;
}
.sporHaberleri .sayfala .swiper-pagination-bullet {
background-color: #fff;
padding: 7px;
opacity: 1;
}
.sporHaberleri .sayfala .swiper-pagination-bullet-active{
background-color: #118200;
}
.digerSporHaberleri {
float: left;
width: 100%;
margin-top: 20px;
}
.digerSporHaberleri p{
float: left;
width: 300px;
background-color: #fff;
border-top: 5px solid #118200;
padding: 10px;
height: 75px;
font-weight: 600;
line-height: 21px;
}
.digerSporHaberleri p:last-child{ float:right}
.digerSporHaberleri p:hover{
border-top: 5px solid #0e5800;
}
.digerSporHaberleri p:hover a{
color:#A71111;
}
.anasayfaHavaDurumu {float: right;width: 360px;background-image: url('../images/havaDurumu/havaDurumuBg.jpg');height: 250px;background-size: cover;}
.anasayfaHavaDurumu select{float: left;background-color: transparent;border: none;font-size: 18px;width: 200px;color: #fff;margin: 15px 0 0 20px;}
.anasayfaHavaDurumu select option{
background-color: transparent;
color: #000;
font-size: 14px;
}
.anasayfaHavaDurumu .sonDurum{float: left;width: 175px;margin-top: 20px;}
.anasayfaHavaDurumu  .sonDurum .derece{float: left;font-size: 36px;padding: 10px 0 0 20px;color: #fff;}
.anasayfaHavaDurumu  .sonDurum img{float: left;width: 35px;margin: 20px 0 0 40px;}
.anasayfaHavaDurumu  .sonDurum .text{float: right;text-align: right;width: 100%;color: #fff;font-size: 13px;
    padding-top: 10px;}
.anasayfaHavaDurumu  .digerDurumlar{float: left;width: 180px;padding: 10px 0 0 15px;box-sizing: border-box;margin-top: 40px;}
.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: 13px;
}
.digerGunler {float: left;width: 100%;padding: 5px 0 20px;box-sizing: border-box;margin-top: 20px;}
.digerGunler li {
float: left;
width: 25%;
text-align: center;
color: #fff;
font-size: 12px;
}
.digerGunler li p {float: left;width: 100%;/* font-size: 14px; */}
.digerGunler li img{width: 30px;margin: 0 auto;padding: 10px 0;}
.kanalonGaleri {
float: left;
margin-top: 20px;
width: 100%;
}
.kanalonKategori {background: linear-gradient(to bottom, #4f4d4e 0, #6e6e6e 100%) rgba(0, 0, 0, 0);float: left;width: 600px;height: 50px;}
.kanalonlogo {background: #4f4d4e;float: left;height: 50px;padding: 10px 5px;}
.kanalonKataktif,
.kanalonKategori li:hover,
.kanalonListele {
background-color: #cf0404
}
.kanalonlogo img {
height: 28px;
padding: 3px 15px;
width: 120px
}
.kanalonKategori li {border-left: 1px solid #343434;float: left;padding: 0 18px;height: 50px;line-height: 50px;}
.kanalonKategori li:last-child {width: 113px;padding: 0;height: 50px;line-height: 50px;text-align: center;}
.kanalonKategori li a {
color: #fff
}
.kanalonListele {
float: left;
width: 100%
}
.kanalonListele li {
float: left;
margin: 6px 10px 6px 0;
}
.kanalonListele li:last-child {
margin: 6px 0px 6px 0px;
}
.kanalonListele li:first-child {
margin-left: 9px;
}
.kanalonListele li img {height: 40px;width: 70px;}
.kanalonListele li:hover {
opacity: .8
}
.kanalonVideo {background-color: #ddd;float: left;overflow: hidden;width: 100%;padding: 20px 0;height: 323px;}
.kanalonVideo li {float:left;}

.kanalonVideo a p {float: left;font-size: 24px;font-weight: 700;padding: 50px 5px;text-align: center;width: 260px;margin-top: 10px;}
.kanalonVideo img {float: left;height: auto;padding: 10px 0 10px 10px;width: 465px;}
.anasayfaGazeteler {
float: left;
width: 100%;
}
.anasayfaGazeteler>p , .yerelHaberler>p, .anasayfaBiyografi>p{
float: left;
width: 100%;
margin: 20px 0;
font-size: 20px;
font-family: PTSans-Bold;
}
.anasayfaGazeteler>p i ,.yerelHaberler>p i, .anasayfaBiyografi>p i{
border-right: 5px solid #e32c30;
margin-right: 5px;
}
.anasayfaGazeteler .swiper-slide {
float: left;
padding: 10px 10px;
background-color: #fff;
text-align: center;
transition: box-shadow .2s ease-in;
} 
.anasayfaGazeteler .swiper-slide:hover {box-shadow: 2px 2px 5px #bfbebe;}
.anasayfaGazeteler .swiper-slide:hover p{color:#A71111;}
.anasayfaGazeteler .swiper-slide p {
text-align: center;
padding: 10px 0;
transition: color.2s ease-in;
}
.anasayfaGazeteler .sayfala {
text-align: center;
}
.anasayfaGazeteler .sayfala .swiper-pagination-bullet{ 
opacity:1;
} 
.yerelHaberler>p {
background-color: #e6e6e6;
padding: 20px 0;
margin: 0;
}
.yerelHaberler {
float: left;
width: 100%;
background-color: #fff;
}
#yerelHaberler {  
width:600px; 
margin: 0 auto; 
}
.anasayfaFotoGaleri {
float: left;
width: 100%;
margin-top: 20px;
background-color: #000;
padding: 0 20px 20px 20px;
}
.anasayfaFotoGaleri>p {
float: left;
padding: 20px 0px;
color: #fff;
font-size: 22px;
width: 100%;
}
.anasayfaFotoGaleri li:first-child {width: 455px;margin: 0;}
.anasayfaFotoGaleri li:first-child i {left: 50%;top: 35%;font-size: 47px;transform: translate(-50%,-35%);}
.anasayfaFotoGaleri li:first-child p {
font-size: 20px;
padding: 15px 0;
}
.anasayfaFotoGaleri li {float: left;width: 215px;position: relative;margin-left: 20px;}
.anasayfaFotoGaleri li:nth-child(2){margin-left: 20px;}
.anasayfaFotoGaleri li:nth-child(3){
margin-left: 20px;
}
.anasayfaFotoGaleri li:nth-child(4){
margin-left: 0;
}
.anasayfaFotoGaleri li:nth-child(6){
}
.anasayfaFotoGaleri li:hover {
opacity: 0.9
}
.anasayfaFotoGaleri li:hover p{
color: #eee;
}
.anasayfaFotoGaleri li:hover i{ 
opacity: 1;
}
.anasayfaFotoGaleri li img {float: left;width: 100%}
.anasayfaFotoGaleri li i {position: absolute;left: 50%;top: 30%;color: #fff;font-size: 25px;opacity: 0.80;transform: translate(-50%,-30%);}
.anasayfaFotoGaleri li p {color: #fff;float: left;line-height: 23px;padding: 5px 0;width: 100%;height: 75px;overflow: hidden;}
.anasayfaBiyografi {
float: left;
width: 100%;
margin-top: 20px;
}
.anasayfaBiyografi li {float: left;width: 175px;margin: 0 10px 10px 0;}
.anasayfaBiyografi li:hover {box-shadow: 2px 2px 5px #bfbebe;}
.anasayfaBiyografi li:hover a {
color: #A71111
}
.anasayfaBiyografi li img {
float: left;
width: 100%;
}
.anasayfaBiyografi li p {
float: left;
width: 100%;
padding: 5px 0;
font-size: 14px;
text-align: center;
background-color: #fff;
height: 50px;
}

.puanDurumu {
float: left;
width: 100%;
margin-top: 20px;
}
.puanDurumu>p {
float: left;
padding: 15px 10px;
background-color: #fff;
width: 100%;
border-bottom: 5px solid #118200;
}

.ligsonuclari {
float: left;
width: 100%;
background-color: #fff;
}
.ligsonuclari li {float: left;padding: 10px 6px;text-align: center;cursor: pointer;}
.ligTablosu {
background-color: #fff;
width: 100%;
}
.ligTablosu .ligTablosuTop {background-color: #265A29!important;}
.ligTablosu .ligTablosuTop  td {
text-align: center;
color: #fff;
}
.ligTablosu tr {
padding: 3px;
border-left: 1px solid #ddd;
} 
.ligTablosu tr td {text-align: left;padding: 7px 5px;font-size: 14px;} 
.ligTablosu tr td p{color: #000000;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
}
.lazy {
display:block;
width:100%;
}
.kategori-title {
float: left;
width: 100%;
padding: 0 0 20px 0;
}
.kategori-title li {
float: left;
font-size: 16px;
}
.kategori-title li:hover {}
.kategori-title li:hover a {
color: #000000;
}
.kategori-title li a{
color: #555555;
}
.kategori-title li a i{
float: left;
padding: 0 10px;
}
.kategori-title li h1 {
font-size: 16px;
font-weight: 500;
float: left;
display: block;
}
 
.swiper-wrapper {
height: auto !important;
}
.ilceBilgileri {background-color: #fff;float: left;width: 100%;position: relative;height: 470px;}
.ilceBilgileri h2{position: absolute;width: 100%;padding: 10px;top: 215px;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));color: #fff;left: 0;}
.ilceBilgileri p{font-size: 16px;height: 185px;overflow: auto;line-height: 22px;float: left;padding: 20px 10px 0 10px;}
.ilceBilgileri img{height: auto;width: 100%;}
.tumMansetler {}
.tumMansetler li {
float: left;
width: 33%;
padding: 10px;
}
.tumMansetler li img {
float: left;
width: 100%;
}
.ilanTitle {
float: left;
padding: 10px 1px;
background-color: #A71111;
width: 100%;
margin-bottom: 5px;
color: #fff;
font-weight: 600;
text-align: center;
font-size: 14px;
}
.ilanTitle i{
color:#fff;
padding-left: 0px;
}
.efekt{
  animation: efekt 1s linear infinite;
}

@keyframes efekt {  
  50% { opacity: 0; }
}
.konyaHaberleri {
float: left;
width: 620px;
}
.konyaHaberleri .haber {
margin-right: 0;
}
.konyaHaberleri .haber:nth-child(3n) {
margin-right: 0 !important;
}
 .konyaHaberleri .haber:nth-child(2n) {
margin-left: 20px;
margin-top: 20px !important;
}
.etiketFotoGaleri .haber {
position:relative;
} 
.etiketFotoGaleri i{
position: absolute;
left: 125px;
top: 85px;
color: #fff;
font-size: 35px;
} 
.breaking-news-ticker{
  display: block;
  width: 680px;
  float: left;
  height: 50px !important;
  box-sizing: border-box;
  position: relative;
  line-height: 40px !important;
  overflow: hidden;
  border-radius: 2px;
  text-align: auto;
  font-size: 14px;
}
.breaking-news-ticker *{
  box-sizing: border-box;
}
.breaking-news-ticker.bn-fixed-top{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.breaking-news-ticker.bn-fixed-bottom{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
} 
.bn-label{
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 3;
  font-size: 16px;
  font-family: 'PTSANS-BOLD';
  line-height: 50px;
  margin-right: 10px;
} 
.bn-news{
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 475px;
  height: 50px;
  right:64px;
}
.bn-news ul{
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.bn-news ul li{
  white-space: nowrap;
  overflow:hidden !important;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  position: absolute;
  width: 100%;
  display: none;
  font-size: 16px;
  line-height: 50px;
  font-family: PTSans,Helvetica;
  color: #fff;
}
.bn-news ul li a{
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: 0 10px;
  color: #fff;
  position: relative; 
  overflow: hidden;
}
.bn-news ul li a:hover{ 
}
.bn-loader-text{
  padding: 0 10px;
}
.bn-seperator{
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 30px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.bn-seperator.bn-news-dot{
  margin-right: 0;
}
.bn-seperator.bn-news-dot:after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.bn-prefix{
  color: #fff700;
  padding: 0 5px 0 15px;
  font-weight: bold;
}
.bn-positive{
  color: #0b8457;
  font-weight: bold;
}
.bn-negative{
  color: #dc2f2f;
  font-weight: bold;
} 
.bn-controls{
  width: auto;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bn-controls button{
  width: 30px;
  float: left;
  height: 30px;
  cursor: pointer;
  margin: 0 1px;
  border:none;
  text-align: center;
  background-color: #ffffff;
  outline: none;
  margin-top: 11px;
}
.bn-controls button:hover{
  background-color: #EEE;
}
.bn-arrow {
  margin: 0;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 8px;
  top: 0px;
}
.bn-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: '';
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}
.bn-arrow.bn-next {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  left:-3px;
}
.bn-arrow.bn-prev {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 3px;
}
.bn-arrow::after{
}
.bn-arrow::before{
  background-color: #999999;
}
.bn-play{
  position: relative;
  background: #999999;
  width: 0;
  height: 12px;
  display: inline-block;
  margin-left: -5px;
}
.bn-play::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #999999;
  border-width: 8px;
  margin-top: -8px;
}
.bn-pause{
  position: relative;
  width: 0;
  height: 14px;
  display: inline-block;
  top: 1px;
  left:-1px;
}
.bn-pause::before{
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 3px;
  background-color: #999999;
}
.bn-pause::after{
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: -3px;
  background-color: #999999;
}
.bn-direction-rtl{
  direction: rtl;
}
.bn-direction-rtl .bn-label{
  left: auto;
  right: 0;
}
.bn-direction-rtl .bn-controls{
  right: auto;
  left: 0;
}
.bn-direction-rtl .bn-seperator{
  margin-left: 15px;
  margin-right: 0;
  float: right;
}
.bn-direction-rtl .bn-prefix{
  margin-left: 15px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.bn-direction-rtl .bn-controls button{
  border-left: none;
  border-right: solid 1px #EEE;
}

.bn-effect-scroll .bn-news ul{
  display: block;
  width: 100%;
  position: relative;
}
.bn-effect-scroll .bn-news ul li{
  display: list-item;
  float: left;
  position: relative;
  width: auto;
}
.bn-effect-scroll.bn-direction-rtl .bn-news ul li{
  float: right;
}
.ajansHaberleriSabitle {height: 40px;background-color: #363535;overflow: hidden;position: fixed;top: 48px;z-index: 99;}

.ajansHaberleriSabitle .bn-label {line-height: 40px;}
.ajansHaberleriSabitle ul li {line-height: 40px;}
 
.ajansHaberleriSabitle .bn-controls , .ajansHaberleriSabitle  .aramaYap { display:none}
.haberIcerigi {
float:left;
width:100%;
}
.solBlok {/* min-height: 2000px; */}
.detayUstKisim {
float: left;
width: 100%;
border-bottom: 1px solid #ddd;
margin: 20px 0;
position: relative;
padding-bottom: 10px;
}
.detayUstKisim .kategori {position: absolute;left: 0;top: 0;padding:  8px;background-color: #A71111;font-size: 16px;}
.detayUstKisim .kategori:hover {box-shadow: 2px 2px 5px #bfbebe;}
.detayUstKisim .kategori a {color: #fff}
.detayUstKisim .baslik{float: left;width: 100%;padding: 40px 30px;text-align: center;font-size: 50px;font-weight: 500;line-height: 60px;font-family: helvetica;}
.detayUstKisim .haberTarihi{
float: left;
width: 470px;
font-size: 13px;
line-height: 20px;
font-weight: 600;
}
.detayUstKisim .sosyalMedya{float: right;width: 240px;padding-bottom: 0;height: 30px;}
.detayUstKisim .sosyalMedya li {float: left;padding: 0;cursor: pointer;width: 30px;height: 30px;} 
.detayUstKisim .sosyalMedya li i {
font-size: 28px;
} 
.detayUstKisim .sosyalMedya li.facebook i {
color: #4267b2;
} 
.detayUstKisim .sosyalMedya li.twitter i {
color: #1db2f1;
}
.detayUstKisim .sosyalMedya li.instagram i{
color: #d82b7e;
} 
.detayUstKisim .sosyalMedya li.whatsapp i{
color: #00d348;
} 
.detayUstKisim .sosyalMedya li.pinterest i{
color: #cb1f29;
} 
.detayUstKisim .sosyalMedya li.buyult i {font-size: 21px;padding: 3px 2px;} 
.detayUstKisim .sosyalMedya li.kucult i{
font-size: 21px;
padding: 3px 2px;
} 
.detayUstKisim .sosyalMedya li.print i {
color: #ce2525;
} 
.detayUstKisim .sosyalMedya li.mail i {
color: #1da1f2;
}
.detayUstKisim .sosyalMedya li.google {
	width: 85px;
	padding-top: 4px;
}


.detayUstKisim #haberKaydet{
position: absolute;
right: 0;
top: 6px;
cursor: pointer;
}
.detayUstKisim #haberKaydet i {
font-size: 18px;
color: #000;
}
.detayUstKisim #haberKaydet:hover i {
color: #ee1c25;
}
.detayUstKisim #haberKaydet  .tooltiptext {
  visibility: hidden;
  width: 170px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
    z-index: 9999999;
  font-size: 12px;
  margin-left: 5px;
}
.detayUstKisim #haberKaydet:hover .tooltiptext {
  visibility: visible;
}

  .detayresim {
float:left;
width:100%;
position:relative;
}
.detayresim .video, .detayresim iframe{
width:100%;
    height: 400px;
}
.detayresim #reklamiAtla{
display: none;
position: absolute;
right: 10px;
bottom: 10px;
z-index: 999999;
background-color: #000;
opacity: 0.9;
color: #fff;
padding: 15px 15px;
}
.detayresim  #reklamiAtla  {
color: #fff;
cursor:pointer;
font-size:18px;
 
}
.detayresim #reklamiAtla:hover  {
  
text-decoration: underline
  } 




.videoButon {
float: left;
width: 100%;
border: 1px solid #ececec;
margin-top: 20px;
background-color: #ee1c25;
text-align: center;
}
.videoButon i {
padding: 0 15px 0 10px;
float: left;
}
.videoButon a {
color: #fff;
font-family: PTSans-Bold;
font-size: 18px;
display: block;
padding: 15px 10px;
}
.videoButon:hover {
background-color: #ca171e;
}


.spot {float: left;font-size: 20px;padding: 20px 0;line-height: 24px;color: #373737;font-family: 'PTSans-Bold';}
.detayFoto {float: left;width: 100%;height: auto;}
.icerik {float: left;width: 100%;text-align: left;margin-top: 20px;font-size: 18px;line-height: 2;}

.icerik h2,.icerik h3,.icerik h4,.icerik p{
	padding:20px 0;
}
.icerik a {
    color: #0782C1;
}
.icerik ul {
    padding: revert;
}
.icerik ul li {
    list-style: disc;
}


.icerik .haberEtiket {
color: #049cdb;
}

.icerik .haberEtiket:hover {
color: #8c0a00;
text-decoration: underline;
}

.icerik img {
padding: 10px 0;
width: 100% !important;
height: auto !important;
}
.detayReklam {float: left;width: 100%;padding: 0px 10px 10px 0 !important;margin-top: 0 !important;text-align: center;height: 200px;}
.detayReklam img {
float: left;
width: 100%;
}
.etiket {
float: left;
width: 100%;
padding: 20px 0;
border-bottom: 1px solid #ddd;
}
.etiket li{
float: left;
padding: 10px 15px;
border: 1px solid #ececec;
margin: 0 5px 5px 0;
font-size: 12px;
}
.etiket li:hover {
background-color: #f1f1f1;
}
.yasalUyari {
float: left;
width: 100%;
margin: 20px 0;
padding: 10px;
line-height: 14px;
background-color: #f9f9f9;
font-size: 12px;
}
.yasalUyari p{
float: left;
color: #A71111;
padding: 0 5px 0 0;
}
 
.modul {
position: sticky;
position: -webkit-sticky;
top: 50px;
} 
.enCokOkunanHaberler {float:left;width: 100%;z-index: 9999;min-height: 400px;}
.enCokOkunanHaberler i{
position: absolute;
background-color: #FFC107;
border-radius: 100%;
width: 28px;
height: 28px;
text-align: center;
left: -14px;
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: 20px 0 20px 0;
font-size: 22px;
} 
.enCokOkunanHaberler ul li{
float: left;
width: 100%;
margin-bottom: 10px;
position: relative;
}
.enCokOkunanHaberler ul li:hover {
opacity: 0.9;
}
.enCokOkunanHaberler ul li:hover a{
color: #A71111;
}
.enCokOkunanHaberler ul li:hover i{
color:#000;
}
.enCokOkunanHaberler ul li h3{float: left;padding: 0px 0 0 5px;width: 240px;line-height: 20px;font-size: 16px;font-family: PTSans-Bold;}
.enCokOkunanHaberler ul li img{float: left;width: 120px;height: auto;} 
.enCokOkunanHaberler.sabitle ul {
position: fixed;
top: 50px;
}
.digerHaberler {
float: left;
width: 100%;
background-color: #ddd;
padding-bottom: 60px;
}

.digerHaberler ul{
float: left;
width: 100%;
background-color: #fff;
padding: 20px;
}.digerHaberler p{
float: left;
width: 100%;
text-align: center;
padding: 20px 0;
font-size: 25px;
}
.digerHaberler ul li{float: left;width: 255px;margin-right: 15px; }
.digerHaberler ul li:last-child{
margin-right: 0;
}
.digerHaberler ul li:hover{
opacity: 0.9;
}
.digerHaberler ul li:hover a{
color: #A71111;
}
.digerHaberler ul li img{float: left;width: 100%;height: auto;}
.digerHaberler ul li h2{
float: left;
font-size: 16px;
padding: 5px 0;
line-height: 18px;
}
.haberYukle, .listitempage{
float: left;
width: 100%
}
   
ul.sayfala {
float: left;
width: 100%;
margin: 10px 0;
}
ul.sayfala li {
float: left;
background-color: #fff;
padding: 8px 11px;
text-align: center;
margin-right: 8px;
cursor:pointer;
border: 1px solid #eee;
}

ul.sayfala li.secili {
background-color: #A71111;
}
ul.sayfala li.secili a{ 
color:#fff}
ul.sayfala li:last-child {
margin-right:0px;
} 
ul.sayfala li:hover {
background-color: #A71111;
transition: background-color .2s ease-in;
}
ul.sayfala li:hover a {
color: #fff;
}
.oncekiDizi,.sonrakiDizi {
float: left;
padding: 10px;
}
.oncekiDizi a,.sonrakiDizi a{
font-size: 18px;
color: #A71111;
font-family: PTsans-Bold;
}
.sonrakiDizi {
float:right;
} 
.siradakiHaber {position: fixed;bottom: 0;background-color: #ffffff;z-index: 99999;width: 700px;box-shadow: 0 0px 7px rgba(0, 0, 0, 0.43);padding: 10px 15px 20px 15px;border-radius: 5px 5px 0 0px;}
.siradakiHaber p {
float: left;
}
.siradakiHaber a{padding: 2px 10px;float: left;font-family: PTSans-Bold;font-size: 14px;width: 520px;margin-left: 20px;/*  white-space: nowrap;*/overflow: hidden;}

.siradakiHaber i{
float: right;
padding: 2px 0 0 0;
}
.siradakiHaber:hover {
color: #A71111;
}
.siradakiHaber:hover a{
color: #A71111;
}
@-webkit-keyframes fadeInUp {
  from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
  }

  to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
  }

  to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}







yorumCevap.emojiler {
float: left;
width: 100%;
padding: 30px 0 40px 0;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.emojiler>p {float: left;width: 100%;font-size: 24px;margin-bottom: 40px;}
.emojiler>p i {
font-size: 20px;
padding: 0 5px 0 0;
}
.emojiler ul.emoji {float: left;margin-top: 5px;width: 100%;display: flex;justify-content: space-between;}

.emojiler ul.emoji li {position: relative;background-color: #f1f1f1;text-align: center;margin: 0 5px 0px 0;padding: 11px 10px;cursor: pointer;width: 100%;}

.emojiler ul.emoji li:hover {
border-bottom: 2px solid #ddd;
}
.emojiler ul.emoji li:hover img {transform: scale(1.2);}
.emojiler ul.emoji li p {
text-align: center;
padding: 0 4px;
float: left;
width: 100%;
}
.emojiler ul.emoji li img{width: 40px;height: 40px;transition: width 0.5s;transition: transform 0.2s;}
.emojiPuani {float: left;width: 100%;margin-top: 0;display: flex;justify-content: space-between;}
.emojiPuani li {float: left;position: relative;text-align: center;margin: 0 5px 0px 0;width: 100%;cursor: pointer;height: 100px;padding-bottom: 1px;}
.emojiPuani li>span {
background-color: #92d6ff;
float: left;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
transition: height 1s;
max-height: 100px;
padding: 1px 0;
}
.emojiPuani li>span span {position: absolute;top: -22px;text-align: center;left: 0;width: 100%;}
.yorumYap {
float: left;
width: 100%;
margin-top: 20px;
}
.yorumYap p {float: left;width: 100%;font-size: 24px;margin-bottom: 20px;font-family: PTSansBold,Helvetica;}
.yorumYap textarea,.cevapFormu textarea{
float: left;
width: 100%;
padding: 10px;
border: 1px solid #eaeaea;
box-sizing: border-box;
height: 75px;
} 
.yorumYap input , .yorumYap .butonlar {
display:none;
}

.yorumYap input,.cevapFormu input{padding: 11px;border: 1px solid #eaeaea;float: left;width: 309px;box-sizing: border-box;margin-top: 10px;}  
.yorumYap input.gonder , .cevapFormu input.gonder{
	background-color: #A71111;
	color: #fff;
	font-size: 16px;
	width: 100px;
	transition: background-color 1s;
	cursor: pointer;
	float: right;
	border: none;
}

.yorumYap .butonlar{
	float: right;
	width: 100%;
}
.avatarSec{
	float: right;
	color: #000;
	font-size: 14px;
	margin: 10px;
	cursor: pointer;
	border: 1px solid #ddd;
}

.avatarSec:hover{
	
    border: 1px solid #c0bebe;
}
.avatarSec div{
	float: right;
	padding: 10px;
}

.avatarSec img {
	float:left;
	width: 40px !important;
	height: 40px !important;
}

.yorumYap .yorumPopup{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: rgb(30 30 30 / 82%);
    z-index: 999999999;
	display:none;
}
.yorumYap .popupContent {
	position: absolute;
	width: 720px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	left: 0;
	top: 10%;
	padding: 20px;
}
.yorumYap .popupHeader {	
	padding: 15px 0;	
	border-bottom: 1px solid #dddd;
	box-sizing: border-box;
	margin-bottom: 20px;	
	position: relative;
}
.yorumYap .popupBody  {
	float:left;
	width:100%;
	height:350px;
    overflow-y: scroll;
}
.yorumYap .popupBody a {
	
}
.yorumYap .popupBody a img {
    width: 150px;
    margin: 5px;
}
.yorumYap .popupClose {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 16px;
    cursor: pointer;
}

.yorumYap input.gonder:hover {
background-color: #98050b;
}
.yorumYap .clear,.cevapFormu .clear {
float: left;
width: 100%;
}
.yorumHata,.yorumOnay {
float: left;
width: 100%;
padding: 15px 10px;
background-color: #ee1c25;
color: #fff;
font-size: 14px;
}
.yorumOnay {
background-color: #31b2ff;
}
.yorumNot {
float: left;
width: 100%;
border: 1px dotted #868686;
padding: 10px;
background-color: #ffffda;
font-size: 12px;
margin-top: 20px;
}
.yorumNot span {
font-weight: 600;
}
.yorumlar {
float: left;
width: 100%;
margin-top: 20px;
}
.yorumlar>li {
float: left;
width: 100%;
margin-bottom: 20px;
border-bottom: 1px dotted #ddd;
padding-bottom: 20px;
}

.avatar {
	float:left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
 .avatar img {
	 width:100%;
 }
 
 
.yorumlar>li>i.yorumKullanici , .avatar .yorumKullanici{float: left;font-size: 24px;color: #ffffff;padding: 10px 0;width: 60px;height: 60px;display: block !important;background-color: #ee1c25;box-sizing: border-box;text-align: center;font-style: inherit;margin-right: 10px;}
 

.yorumlar>li>i {
float: left;
font-size: 50px;
color: #ececec;
padding-right: 10px;
width: 10%; 
}
.yorumlar>li .baslik{float: left;width: 85%;font-weight: 600;font-size: 14px;}

.yorumlar>li .baslik .yorumAdi{
	font-weight: 600;
    float: left;
}
.yorumlar>li .baslik .sure::before{
	content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #aaa;
    display: inline-block;
    margin: 0 5px 3px 0;
}
.yorumlar>li .baslik .sure{
    float: left;
    padding-left: 20px;
    display: block !important;
    color: #383838;
    font-weight: 500;
}

.yorumlar>li p.yorum{
float: left;
width: 500px;
padding-top: 5px;
font-size: 14px;
line-height: 21px;
}
.yorumlar li.yorumCevap {width: 640px;float: right;}

.yorumButonlari {float: right;width: 88%;padding-top: 10px;font-size: 14px;}
.yorumButonlari li {float: left;padding: 0 10px;color: #383838;cursor: pointer;} 
.yorumButonlari li:hover   {
color: #007aff;
}
.yorumButonlari li i{
padding: 0 2px;
}
.yorumCevapla {display: none;padding: 10px 0;float: left;width: 570px;margin-left: 60px;}
.cevapFormu {float: right;padding: 10px 0;width: 570px;}
.cevapFormu textarea {}
.cevapFormu .adi {}
.cevapFormu .gonder {/* clear: both; */}

/*foto galeri*/


.fotoGaleri {
float: left;
width: 100%;
}
.fotoGaleri li {float: left;position: relative;width: 355px;margin: 0px 20px 20px  0;overflow: hidden;height: 200px;transition: box-shadow .2s ease-in;}
.fotoGaleri li h2 {position: absolute;bottom: 0;color: #fff;width: 100%;padding: 10px;font-size: 19px;text-shadow: 1px 1px 1px #000000;transition: color .2s ease-in;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));}
.fotoGaleri li img {
float: left;
height: 100%;
width: 100%;
}
.fotoGaleri li:first-child {width: 745px;height: 440px;}
.fotoGaleri li:nth-child(3n+0) {
margin: 0 0 20px 0;
} 
.fotoGaleri li:first-child h2 {
font-size: 24px;
}
.fotoGaleri li:nth-child(2),.fotoGaleri li:nth-child(3) {margin: 0 0 20px 0;width: 345px;}
.fotoGaleri li:hover {
box-shadow: 2px 2px 5px #bfbebe;
opacity: 0.8;
} 
.galeriDetay {float:left;width: 750px;padding: 50px 0;border-bottom: 1px solid #e2e2e2;}
.galeriDetay h1 {
float: left;
width: 100%;
font-weight: 500;
font-size: 32px;
padding-bottom: 20px;
}
.galeriDetay .sosyalMedya{
float: right;
padding-bottom: 0;
}
.galeriDetay .sosyalMedya li {
float: left;
padding: 0px 2px;
} 
.galeriDetay .sosyalMedya li i {
font-size: 28px;
} 
.galeriDetay .sosyalMedya li.facebook i {
color: #4267b2;
} 
.galeriDetay .sosyalMedya li.twitter i {
color: #1db2f1;
}
.galeriDetay .sosyalMedya li.whatsapp i{
color: #00d348;
}  
.galeriDetay  .sosyalMedya li.pinterest i{
color: #cb1f29;
}
.galeriDetay .sosyalMedya li.buyult i {font-size: 21px;padding: 3px 2px;} 
.galeriDetay .sosyalMedya li.kucult i{
font-size: 21px;
padding: 3px 2px;
} 
.galeriDetay .sosyalMedya li.print i {
color: #ce2525;
} 
.galeriDetay .sosyalMedya li.mail i {
color: #1da1f2;
}
.galeriDetay .galeri {
float: left;
width: 100%;
margin-top: 20px;
}

.galeriDetay .galeri .number{
float: right;
padding: 5px 10px;
background-color: #ddd;
margin-bottom: 10px;
}
.galeriDetay .galeri li{
float: left;
width: 100%;
padding-bottom: 20px;
}
.galeriDetay .galeri li img {
float: left;
width: 100%;
}
.galeriDetay .galeri li p{
float: left;
font-weight: 500;
width: 100%;
font-size: 18px;
line-height: 22px;
padding: 10px 0;
}

.digerGaleriler{float: left;width: 264px;margin-left: 30px;}
.digerGaleriler.sabitle  ul{
position: fixed;
top: 64px;
}
.digerGaleriler p {float: left;width: 230px;padding: 0 0 20px 0;font-size: 20px;}
 
.digerGaleriler ul {width:230px;background-color: #fff;z-index: 9999;}
.digerGaleriler li {
float: left;
position: relative;
width: 100%;
margin: 0px 0 20px  0;
transition: box-shadow .2s ease-in;
}
.digerGaleriler li h2 {
color: #000;
width: 100%;
padding: 10px 0;
float: left;
font-size: 16px;
font-weight: 500;
}
.digerGaleriler li img {float: left;height: auto;width: 100%;}
.digerGaleriler li:hover { 
opacity: 0.9;
} 
.digerGaleriler li:hover h2 {color:#A71111 }
.galeriYukle,.listitempage {
float:left;
width:100%;
}
 
 
 .yazarlar {
    float: left;
    width: 100%;
}
.yazarlar h1 {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}
.yazarlar ul {
    float: left;
    width: 100%;
}
.yazarlar ul li {
    float: left;
    width: 23%;
    margin: 0 20px 20px 0;
    height: 350px;
    webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.06);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.06);
}

.yazarlar ul li:nth-child(4n+0) {
    margin: 0 0 20px 0;
}
.yazarlar ul li span.img {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px  0 0px 0;
    background-color: #eee;
    position: relative;
    height: 175px;
} 
.yazarlar ul li span.img img {
	    width: auto;
	    height: 175px;
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    transform: translate(-50%);
}
.yazarlar ul li h2{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
}
.yazarlar ul li span.text {
    float: left;
    width: 100%;
    padding: 10px 10px;
    font-weight: 600;
}
.yazarlar ul li span.tarih {
    float: left;
    width: 100%;
    padding: 0px 10px;
    font-size: 13px;
}
.yazarlar ul li:hover {
    webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.16);
}
.yazarlar ul li:hover span.text{
color:#A71111
}
.yazarlarSol .sosyalMedya{
    float: left;
    width: 100%;
    padding: 10px 50px;
    border: 1px solid #eee;
    border-top: none;
}
.yazarlarSol .sosyalMedya li {
    float: left;
    padding: 0px 4px;
} 
.yazarlarSol .sosyalMedya li i {
    font-size: 32px;
} 
.yazarlarSol .sosyalMedya li.facebook i {
    color: #4267b2;
} 
.yazarlarSol .sosyalMedya li.twitter i {
    color: #1db2f1;
}
.yazarlarSol .sosyalMedya li.whatsapp i{
    color: #64fd72;
} 
.yazarlarSol .sosyalMedya li.buyult i {font-size: 21px;padding: 3px 2px;} 
.yazarlarSol .sosyalMedya li.kucult i{
    font-size: 21px;
    padding: 3px 2px;
} 
.yazarlarSol .sosyalMedya li.print i {
    color: #898989;
} 
.yazarlarSol .sosyalMedya li.mail i {
    color: #1da1f2;
}

.yazarlarSol {
    float: left;
    width: 300px;
}
.yazarlarSol .img{
    float: left;
    width: 300px;
    background-image: url('../images/yazarlarBg.jpg');
    padding: 30px 0 0 0;
    text-align: center;
    height: 240px;
    position: relative;
    display: block;
}
.yazarlarSol .img img{
    height: 240px;
    position: absolute;
    width: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.yazarlarSol h2{
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #eee;
    color: black;
}  
.yazarlarSol .hayati{
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
    border-top: none;
    line-height: 21px;
    font-size: 14px;
}  
.yazarlarSag {
    float: right;
    width: 790px;
    margin-left: 20px;
}
.yazarlarSag h1{
    float: left;
    width: 100%;
    padding: 0 0 20px  0;
}
.yazarlarSag .tarih{
    float: left;
    width: 100%;
    padding: 0 0 20px  0px;
}
.yazarlarSag .icerik{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 20px;
}

.yazarlarSag .icerik ul {
    list-style-type: disc;
}
.yazarlarSag .icerik ul li {}
.digerYazilar {
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
}
.digerYazilar span {
    float: left;
    width: 100%;
    padding: 9px 0;
    font-size: 22px;
    font-weight: 600;
    color: #A71111;
}
.digerYazilar li {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dotted #eee;
}
.digerYazilar li h2 {
    float: left;
    width: 100%;
    font-size: 16px;
}
.digerYazilar li p {
    float: left;
    width: 100%;
    font-size: 13px;
    padding: 0px 0 5px 0;
}
.digerYazilar .tumYazilar {
	float:left;
	padding: 10px 20px;
	background-color:#ddd;
	margin-top: 20px;
}
.digerYazilar .tumYazilar:hover {
background-color: #ee1c25
}
.digerYazilar .tumYazilar:hover a {
color: #fff;}

/*hava durumu */
.havaDurumu {
    float: left;
    width: 100%;
}
.havaDurumu h1 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-weight: 500;
}
.havaDurumu .ustKisim {
    float: left;
    width: 100%;
    background-image: url('../images/havaDurumu/havaDurumuBg2.jpg');
    background-position: top;
    position: relative;
    height: 430px;
    background-size: cover;
    margin-bottom: 20px;
}
.havaDurumu .ustKisim .bg{
	background-color: rgba(0, 0, 0, 0.55);
	float: left;
	height: 100%;
	width: 100%;
}
.havaDurumu .ustKisim select{
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 38px;
    top: 35px;
    position: absolute;
    left: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../images/arrow_down.png) no-repeat right #0000;
}
.havaDurumu .ustKisim select option{
    color: #000;
    font-size: 14px;
}
.havaDurumu .ustKisim .suan{
    float: left;
    width: 30%;
    margin-top: 130px;
    margin-left: 25px;
}
.havaDurumu .ustKisim .suan .derece{
    font-size: 85px;
    left: 25px;
    color: #fff;
    float: left;
    height: 110px;
}
.havaDurumu .ustKisim .suan .durum{
    float: left;
    width: 120px;
    text-align: center;
    margin-left: 30px;
    height: 110px;
}
.havaDurumu .ustKisim .suan .durum img{
    width: 56px;
    /* float: left; */
    margin: 10px;
}
.havaDurumu .ustKisim .suan .durum span{
    float: left;
    width: 100%;
    color: #fff;
    padding: 5px 0px;
}
.havaDurumu .ustKisim .suan .nem  {
    float: left;
    width: 120px;
    color: #fff;
    margin-top: 40px;
}
.havaDurumu .ustKisim .suan .nem i{
    font-size: 31px;
    float: left;
    padding-right: 5px;
}
.havaDurumu .ustKisim .suan .nem span{} 

.havaDurumu .ustKisim .suan .ruzgar  {
    float: left;
    width: 110px;
    color: #fff;
    margin-top: 40px;
}
.havaDurumu .ustKisim .suan .ruzgar i{
    font-size: 31px;
    float: left;
    padding-right: 5px;
}
.havaDurumu .ustKisim .suan .ruzgar span{
} 
.havaDurumu .digerGunler{
    float: left;
    width: 65%;
    margin: 75px 0 0 0px;
}
.havaDurumu .digerGunler li{
    float: left;
    color: #fff;
    text-align: center;
    width: 33%;
}
.havaDurumu .digerGunler li p {
    float: left;
    width: 100%;
    padding: 15px 0;
    font-size: 24px;
}
.havaDurumu .digerGunler li img{
    width: 62px;
    margin: 10px 0;
}
.havaDurumu .digerGunler li span{
    float: left;
    width: 100%;
    padding: 5px 0;
    font-size: 20px;
}
.altKisim {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.altKisim h2{
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-weight: 500;
}
.altKisim .head li{
    font-weight: 600;
    font-size: 16px;
}
.altKisim ul{
    float: left;
    width: 100%;
}
.altKisim ul li:first-child {
    width: 14%;
}
.altKisim ul li {
    width: 14.2%;
    float: left;
    text-align: center;
    padding: 15px 5px;
    background-color: #fff;
    font-size: 14px;
    border: 0.1px solid #eee;
} 
.linkler {
    float: left;
    width: 100%;
}
.linkler p{
    padding: 10px 0;
    font-size: 18px;
}
.linkler ul{
    float: left;
    width: 100%;
}
.linkler li{
    float: left;
}

.linkler li a {
    padding: 5px 10px;
    float: left;
    background-color: #fff;
    margin: 5px 10px 5px 0;
    font-weight: 500;
    font-size: 16px;
}
.linkler li a:hover {
    background-color: #2196F3;color: #fff;
} 
.haberlerTitle {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}
.haberlerTitle i{font-size: 21px;
    color: #333;
    padding-left: 15px;
}
/*doviz kurlari*/

.anlikDovizSonuclari {float: left;width: 100%;background-color: #276b8c;margin-top: 15px;}
.anlikDovizSonuclari li{
float: left;
width: 25%;
text-align: center;
position: relative;
padding: 35px 0;
}

.anlikDovizSonuclari li:hover{background-color: #194f69;}
.anlikDovizSonuclari li span{
float: left;
width: 100%;
padding: 0 0 10px 0px;
font-size: 24px;
}
.anlikDovizSonuclari li p{
float: left;
width: 100%;
padding: 10px 0 0 0;
font-size: 28px;
}
.anlikDovizSonuclari li a{color:#fff}
.anlikDovizSonuclari li i{
font-size: 35px;
}
.anlikDovizSonuclari li .icon{
float: left;
width: 100%;
height: 20px;
}
.anlikDovizSonuclari li i.fa-sort-up,.dovizKurlari ul li i.fa-sort-up{
color: #4CAF50;
}
.anlikDovizSonuclari li i.fa-sort-down,.dovizKurlari ul li i.fa-sort-down{
color: #d11919;
line-height: 0;
}
.anlikDovizSonuclari li i.fa-window-minimize,.dovizKurlari ul li i.fa-window-minimize{color: #2f2f2f;line-height: 0;}  
.dovizKurlari {float: left;width: 100%;border: 1px solid #eee;margin-top: 20px;}
.dovizKurlari ul {float: left;width: 100%;border: 1px solid #8c8c8c;border-top: none;}
.dovizKurlari ul li:first-child {text-align:left;width: 175px;font-size: 14px;padding: 15px 0px 15px 10px;}
.dovizKurlari ul.dovizListBaslik {background-color: #276b8c !important;color: #fff;}
.dovizKurlari ul.dovizListBaslik li {
    font-family: PTSans-Bold;}
.dovizKurlari ul:nth-child(odd) {background-color: #ddd;}
.dovizKurlari ul:nth-child(even) {
    background-color: #f2f2f2;
}
.dovizKurlari ul li {float: left;width: 150px;padding: 15px 10px;text-align: center;max-height: 50px;} 
.dovizKurlari ul li:nth-child(2) {
    width: 90px;
}
.dovizKurlari ul li i{font-size: 28px;} 	

.gazeteler {
    float: left;
    background-color: #fff;
    width: 100%;
    padding: 0 20px 20px 20px;
}
.gazeteler h1{
    float: left;
    width: 100%;
    padding: 20px 0;
    font-weight: 500;
}
.gazeteler ul{
    float: left;
    width: 100%;
}
.gazeteler ul li:hover a{
    /* color: #A71111; */
}
.gazeteler ul li{
    float: left;
    width: 25%;
    padding: 20px;
    border: 0.1px solid #f3f3f3;
    text-align: center;
    font-size: 14px;
}

.gazeteler ul li:hover{
	background-color: #eaeaea;
}
.gazeteler ul li h2{
    font-weight: 500;
}
.gazete {
    float: left;
    width: 100%;
    padding: 0 0px 20px 0;
    text-align: center;
}
.gazete .title {
    float: left;
    width: 100%;
    padding: 50px 0;
    font-size: 22px;
    font-family: PTSans-Bold;
}
.gazete img {
    width: 940px;
    height: auto;
}
/*biyografi*/


.biyografi {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.biyografi li {
    float: left;
    width: 145px;
    margin: 0 10px 10px 0;
}
.biyografi li:hover {box-shadow: 2px 2px 5px #bfbebe;}
.biyografi li:hover a {
color: #A71111
}
.biyografi li img {
    float: left;
    width: 100%;
}
.biyografi li p {
    float: left;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    height: 50px;
}
.biyografi>p{
    float: left;
    width: 100%;
    margin: 20px 0;
    font-size: 20px;
    font-family: PTSans-Bold;
}
.biyografi>p i{
    border-right: 5px solid #e32c30;
    margin-right: 5px;
}
.biyografiSol .sosyalMedya{
    float: left;
    width: 100%;
    padding: 10px 50px;
    border: 1px solid #eee;
    border-top: none;
}
.biyografiSol .sosyalMedya li {
    float: left;
    padding: 0px 4px;
} 
.biyografiSol .sosyalMedya li i {
    font-size: 32px;
} 
.biyografiSol .sosyalMedya li.facebook i {
    color: #4267b2;
} 
.biyografiSol .sosyalMedya li.twitter i {
    color: #1db2f1;
}
.biyografiSol .sosyalMedya li.whatsapp i{
    color: #64fd72;
} 
.biyografiSol .sosyalMedya li.buyult i {font-size: 21px;padding: 3px 2px;} 
.biyografiSol .sosyalMedya li.kucult i{
    font-size: 21px;
    padding: 3px 2px;
} 
.biyografiSol .sosyalMedya li.print i {
    color: #898989;
} 
.biyografiSol .sosyalMedya li.mail i {
    color: #1da1f2;
}

.biyografiSol {
    float: left;
    width: 300px;
    padding-top: 20px;
}
.biyografiSol .img{
    float: left;
    width: 100%;
    text-align: center;
}
.biyografiSol .img img{
    width: 100%;
}
.biyografiSol h2{
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #eee;
    color: black;
}  
 
.biyografiSag {
    float: left;
    width: 620px;
    margin-left: 20px;
    padding-top: 20px;
}
.biyografiSag h1{
    float: left;
    width: 100%;
    padding: 0 0 20px  0;
}
.biyografiSag .tarih{
    float: left;
    width: 100%;
    padding: 0 0 20px  0px;
}
.biyografiSag .icerik{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 20px;
} 
/*iletisim*/
.iletisim {
    float: left;
    width: 100%;
}
.iletisimAdresi ul {
	float:
	left;
	width: 100%;
	padding-left: 25px;
}
.iletisimFormu span, .iletisimAdresi h1,.iletisimAdresi h2{
    float: left;
    width: 100%;
    font-size: 21px;
    padding: 0 0 20px 0;
    font-weight: 600;
    text-align: left;
}
.iletisimAdresi h2{
    color: #A71111;
    padding-top: 20px;
}
.iletisimFormu{
    float: left;
    width: 50%;
    height: 360px;
    background-color: #fff;
    padding: 0 0 0 20px;
}
.iletisimFormu{}
.iletisimFormu input[type=text]{
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    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 20px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-bottom: 10px;
    font-size: 18px;
    background-color: #A71111;
    color: #fff;
}
.iletisimAdresi {
    float: left;
    width: 49%;
    background-color: #fff;
    padding:  0 20px 0 0;
    text-align: center;
    border-right: 5px solid #ddd;
    margin-bottom: 100px;
}
.iletisimAdresi li {
    float: left;
    width: 100%;
    padding: 10px 0;
    line-height: 21px;
    font-size: 16px;
    text-align: left;
}
.iletisimAdresi li i {
    color: #A71111;
    padding-right: 5px;
}
.iletisimBilgileri {
    float: left;
    width: 100%;
    text-align: left;
}
.iletisimBilgileri b {
    padding: 10px 0;
    float: left;
    width: 100%;
    font-size: 22px;
}
.iletisimBilgileri p {
    font-size: 16px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}


.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: #A71111;
	padding:10px 15px;
	width: 100%;
	color: #fff;
	margin-bottom: 20px;
}
.kunye .baslik,
.kunye .bilgi {
    border: 1px solid rgba(23, 9, 9, .16);
    float: left;
    text-align: center;
}
.kunye h1 {
	float: left;
    width: 100%;
    font-size: 22px;
    padding: 0 0 20px 0;
    font-weight: 500;
}
.kunye {
    float: left;
    font-size: 14px;
    padding-bottom: 5px;
    width: 100%;
}

.kunye .cerveve {
    float: left;
    margin: 5px 0 0 5px;
    width: 100%;
    display: block;
}

.kunye .baslik {
    font-weight: 700;
    padding: 22px 0;
    width: 25%;
    vertical-align: text-bottom;
    display: block;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kunye .bilgi {
    margin-left: 5px;
    padding: 17px 0;
    width: 70%;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hububatFiyatlari {
    float: left;
    width: 730px;
    background-color: #fff;
    text-align: center;
}
.hububatFiyatlari .hububatHeader {
    float: left;
    width: 619px;
    background-color: #285d7d;
    padding: 10px;
    color: #fff;
}
.hububatFiyatlari .hububatListele ol{
    background-color: #285d7d;
    float: left;
    border-top: 1px solid #ddd;
    color: #fff;
    }
.hububatFiyatlari .hububatListele ul{
    float: left;
    border-bottom: 1px solid #ddd;
}
.hububatFiyatlari .hububatListele {
    float: left;
    width: 620px;
    background-color: #fff;
    text-align: center;
}
.hububatFiyatlari .hububatListele li {
    float: left;
    padding: 5px;
    font-size: 12px;
    height: 29px;
    border-right: 1px solid #ddd;
} 
.hububatFiyatlari .hububatListele li:nth-child(1) {
    width: 295px;
    text-align: left;
}
.hububatFiyatlari .hububatListele li:nth-child(2) {
    width: 70px;
}
.hububatFiyatlari .hububatListele li:nth-child(3) {
    width: 90px;
}
.hububatFiyatlari .hububatListele li:nth-child(4) {
    width: 75px;
}
.hububatFiyatlari .hububatListele li:nth-child(5) {
    width: 90px;
}
.hububatFiyatlari .hububatToplam {
background-color: #285d7d;
color: #fff;
font-family: PTSans-Bold;
font-weight: 600;
}
.hububatFiyatlari .hububatToplam  li:nth-child(1) {
width: 460px; 
text-align: right;   
padding-right: 15px;
}
.ramazanBanner {
	position: fixed !important;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 999999; 
	background-color: #3bf6ff;
}

.googleSabitRkl {
    position: fixed !important;
    bottom: 0px;
    left: 0;
    width: 728px;
    height: 87px;
    z-index: 999999;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}
.googleSabitRklKapat {
    position: absolute;
    right: 0;
    top: -27px;
    background-color: #fff;
    padding: 4px;
    font-size: 14px;
	cursor:pointer;
}

 #yukariCik{
    bottom: 15px;
    display: none;
    position: fixed;
    padding: 12px;
    right: 15px;
    cursor: pointer;
    background-color: #A71111;
    border-radius: 5px;
	
    z-index: 999999;
}

#yukariCik i {
    font-size: 18px;
    color: #fff;
}

.rkl {
float:left;
width:100%; 
text-align:center;
}
.rkl img {
	width:100%;
	height:auto;
}
.rkl a {
	display:block
}
.haberBaslikUstuRkl {
	float:left;
	width:100%;
	height: 250px;
}

@media (max-width:1366px) { 




.container {
	width:940px;
} 
.ustMenu li a { 
    padding: 0 9px; 
}
.aramaYap {
    width: 250px;
}
.aramaYap input {
    width: 200px;
}
.aramaYap input[type=submit] {
    padding: 10px 0px;
    width: 45px;
}
.menu li a {
    padding: 13px 13px;
}
.menuIcon {
    width: 75px;
}
.surManset .swiper-slide img {
	width:100%;
	height:auto;
}
.surManset .sayfala {
	top: 29px;
}
.surManset .sayfala .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.superManset {
	width:100%;
}
.manset {
	width:620px;
}
.manset .swiper-slide {
    height: auto;
}
.manset .sayfala { 
    width: 570px;
}
.manset .swiper-pagination-bullet {
    padding: 10px 8px;
    font-size: 13px;
    width: auto;
}
.kategoriler .haber img {
    height: 150px;
} 


.mansetTumu {
    padding: 10px 9px;
    font-size: 13px;
	width:50px;
}
.solBlok {
	width:620px;
}
.sagBlok {
	width:300px;
}
.sagBlok .baslik {

    padding: 20px; 
}
.sagManset {
    width: 300px;
    margin-left: 20px !important;
    height: 395px;
}
.sagManset .swiper-slide img { 
    width: 100%;
    height: 358px;
}

.sagManset .swiper-pagination-bullet {
    padding: 0;
    height: 36px;
    width: 30px;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
}
.anasayfaHaber li {
    width: 300px;
}
.ikinciManset {
	width:620px;
    height: auto;
	
}
.ikinciManset .swiper-pagination-bullet {
    width: 41px;
}
.ikinciManset .swiper-pagination-bullet:last-child {
    width: 46px;
}
.sagKule { 
    margin-left: 960px; 
}

.hububatFiyatlari {
	width:620px;
}
.anasayfaHavaDurumu {
    width: 300px;
}
.anasayfaHavaDurumu .sonDurum {
    float: left;
    width: 50%;
    margin-top: 0;
}
.anasayfaHavaDurumu .digerDurumlar {
    float: left;
    width: 50%;
    padding: 10px 0 0 15px;
    box-sizing: border-box;
    margin-top: 20px;
}.anasayfaHavaDurumu .sonDurum .text {
    font-size: 14px;
    text-align: right;
}

.digerGunler {margin-top: 35px;}
.anasayfaHaber li.buyukBoy {
	width:300px;
}
.ligsonuclari img {
	width:47px;
}

.sporHaberleri {
	width:100%;
	height:auto;
}

.kanalonKategori { 
    width: 500px;
}
.kanalonlogo { 
    padding: 10px 0px;
}
.kanalonKategori li {
    padding: 0 19px;
}
.kanalonListele li img {
	height: 40px;
    width: 58px;
}
.kanalonVideo a p {
    width: 220px;
}
.kanalonVideo img {   
 float: left;
    height: 220px;
    padding: 10px 0 10px 10px;
    width: 390px;}
.anasayfaFotoGaleri li:first-child {
    width: 380px;
}
 .anasayfaFotoGaleri li { 
    width: 180px; 
    margin-left: 20px;
}
.anasayfaBiyografi li {
	width:145px;
}
.footerLinkListele>.container>ul>li {
		width:172px;
}
.enCokOkunanHaberler ul li img {
	width:95px;
}
.enCokOkunanHaberler ul li h3 {
    width: 200px;
}
.digerHaberler ul li {
	width:213px;
}	
.kategoriSagReklam {
	width:300px;
}
.ilceBilgileri {
    height: 404px;
}
.ilceBilgileri h2 {
    top: 170px;
}
.havaDurumu .ustKisim {
    height: 365px;
}
.yazarlarSag {
    width: 600px;
}
.fotoGaleri li:first-child {
	width: 620px;
    height: 440px;
}
.fotoGaleri li:nth-child(2), .fotoGaleri li:nth-child(3) {
	width:300px 
}
.fotoGaleri li {
	width:300px;
} 
.galeriDetay {
	width:690px;
}	
.digerGaleriler {
	width:230px;
	margin-left: 20px;
}

.yorumlar li.yorumCevap {
    width: 550px; 
}.yorumlar>li p.yorum { 
    width: 85%;
}


	
}




.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;
}




.yorumKullaniciSozlesmesiTumEkran {
position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999999999;
	display:none;
}
.yorumKullaniciSozlesmesiBackground {
    background: #1e1e1e;
    opacity: 0.9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999
	
}
.yorumKullaniciSozlesmesiKutusu  {
	width: 600px;
	background-color: #fff;
	top: 50%;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	transform: translate(-50%,-50%);
	padding: 20px;
	height: 400px;
}
.yorumKullaniciSozlesmesiKutusu .yorumKullaniciSozlesmesiniKapat {
    position: absolute;
    right: 15px;
    font-size: 19px;
    cursor: pointer;
    top: 10px;
}
.yorumKullaniciSozlesmesiKutusu .yorumKutusuBasligi {
    float: left;
    width: 100%;
    font-weight: 600;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #eee;
}
.yorumKullaniciSozlesmesiKutusu .yorumKutusuIcerigi {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    padding: 15px 0 0 0;
}
.yorumKullaniciSozlesmesiKutusu .yorumSozlesmesiOnayla {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;
} 
.yorumKullaniciSozlesmesiKutusu label{
    padding-left: 10px;
    cursor: pointer;
}
.yorumYazmaKurallariForm {
	float:left;
	width:100%;
	padding: 10px 0;
	font-size: 14px;
    cursor: pointer; 
}
.yorumYazmaKurallariForm label {
	cursor:pointer;
}
.yorumYazmaKurallariForm input[type=checkbox]	{
	width: auto;
	padding: 0 !important;
	margin: 2px !important;
	
}

.sozlesmeUyari {
    color: #A71111;
    padding: 5px 0;
}